﻿



/*mobile*/
@media (max-width: 767px) {
    .mc-1 {
        display: flex;
        gap: 8px;
        flex-direction: column;
    }

    .mgv-row {
        display: flex;
        margin-bottom: 10px;
        gap: 10px;
        flex-direction: column
    }

    .mgv-label {
        font-weight: bold;
        white-space: nowrap;
    }

    .mgv-input-group {
        display: flex;
        flex: 1;
        gap: 12px;
        flex-wrap: wrap;
    }

    .mgv-input {
        flex: 1;
        text-align: center;
        padding: 10px;
        margin-right: 10px;
        background: rgba(239, 239, 239, 1);
        font-weight: bold;
        font-family: Roboto;
        font-weight: 700;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0%;
        color: rgba(30, 30, 30, 1);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bgv-row {
        display: flex;
        justify-content: space-between;
        margin: 20px 0 25px 0;
        flex-direction: column;
    }

    .bgv-col {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
    }

    .bgv-label {
        font-family: Roboto;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0%;
        vertical-align: middle;
        color: rgba(17, 24, 39, 1);
    }

    .bgv-link {
        color: #1a73e8;
        text-decoration: none;
    }

    .bgv-note-text {
        font-family: Roboto;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        vertical-align: middle;
        color: rgba(101, 103, 107, 1);
        margin-left: 4px;
    }

    .bgv-checkbox {
        display: inline-flex;
        align-items: center;
        gap: 2px;
        font-weight: normal;
        color: #888;
        margin-top: 12px;
        transform: translateY(4px);
    }

        .bgv-checkbox input {
            width: 20px;
            height: 20px;
        }

    .bgv-title {
        font-family: Roboto;
        font-weight: 700;
        font-size: 17px;
        line-height: 100%;
        letter-spacing: 0px;
        color: rgba(30, 30, 30, 1);
        margin-bottom: 18px;
    }

    .bgv-container {
        background: rgba(243, 249, 255, 1);
        border-radius: 8px;
        padding: 18px 24px;
        border: 1px solid #dbe9ff;
        color: #1a1a1a;
        font-size: 15px;
        margin-top: 18px;
    }

    .tag-radio-option3 {
        display: flex;
        padding: 10px 0px 0px 0px;
        padding-left: 4px;
        align-items: center;
        gap: 5px;
    }

    .cg-form-row {
        display: flex;
        align-items: flex-start;
        margin-bottom: 18px;
        flex-direction: column;
    }

    .cg-label {
        width: 200px;
        font-weight: bold;
        padding-top: 6px;
        font-family: Roboto;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0%;
        vertical-align: middle;
        margin-bottom: 18px;
    }

    .hidden {
        display: none;
    }

    .cg-value {
        background-color: #f0f0f0;
        padding: 8px 12px;
        min-width: 400px;
        font-weight: 500;
        height: 40px
    }

        .cg-value.red {
            color: #d32f2f;
            font-weight: bold;
        }

    .cg-note {
        margin-top: -10px;
        color: #d32f2f;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 18px;
    }

    .container-gr {
        width: 100%;
        padding: 0px 20px
    }

    .tag-form-group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 20px;
    }

    .tag-label-main {
        font-family: Roboto;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0%;
        vertical-align: middle;
    }

    .tag-radio-option {
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }

        .tag-radio-option input {
            margin-top: 5px;
        }


    .taglabel-1 {
        font-family: Roboto;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
    }

    .contai-tag-main {
        padding: 0px;
    }

    .tag-type-3 {
        font-family: Roboto;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0px;
        color: rgba(255, 255, 255, 1);
        margin-right: 22px;
        padding: 8px 23px;
        width: calc(100% - 37px);
    }


    .tag-type-2 {
        font-family: Roboto;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0px;
        color: rgba(255, 255, 255, 1);
        width: 37px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(255, 115, 80, 1);
        align-self: stretch;
    }

    .tag-type-1 {
        background: rgba(39, 100, 231, 1);
        display: flex;
        min-width: 40%;
        width: fit-content;
        min-height: 44px;
        width: 100%;
        -webkit-align-items: center;
        align-items: center;
    }
}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {
    .mc-1 {
        display: flex;
        gap: 8px;
        flex-direction: column;
    }


    .mgv-row {
        display: flex;
        margin-bottom: 10px;
        gap: 10px;
        flex-direction: column
    }

    .mgv-label {
        font-weight: bold;
        white-space: nowrap;
    }

    .mgv-input-group {
        display: flex;
        gap: 12px;
        flex: 1;
    }

    .mgv-input {
        flex: 1;
        text-align: center;
        padding: 10px;
        margin-right: 10px;
        font-weight: bold;
        font-family: Roboto;
        font-weight: 700;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0%;
        color: rgba(30, 30, 30, 1);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bgv-row {
        display: flex;
        justify-content: space-between;
        margin: 20px 0 25px 0;
        flex-direction: column;
    }

    .bgv-col {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
    }

    .bgv-label {
        font-family: Roboto;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0%;
        vertical-align: middle;
        color: rgba(17, 24, 39, 1);
    }

    .bgv-link {
        color: #1a73e8;
        text-decoration: none;
    }

    .bgv-note-text {
        font-family: Roboto;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        vertical-align: middle;
        color: rgba(101, 103, 107, 1);
        margin-left: 4px;
    }

    .bgv-checkbox {
        display: inline-flex;
        align-items: center;
        gap: 2px;
        font-weight: normal;
        color: #888;
        margin-left: 12px;
        transform: translateY(4px);
    }

        .bgv-checkbox input {
            width: 20px;
            height: 20px;
        }

    .bgv-title {
        font-family: Roboto;
        font-weight: 700;
        font-size: 17px;
        line-height: 100%;
        letter-spacing: 0px;
        color: rgba(30, 30, 30, 1);
        margin-bottom: 18px;
    }

    .bgv-container {
        background: rgba(243, 249, 255, 1);
        border-radius: 8px;
        padding: 18px 24px;
        border: 1px solid #dbe9ff;
        color: #1a1a1a;
        font-size: 15px;
        margin-top: 18px;
    }

    .tag-radio-option3 {
        display: flex;
        padding: 10px 0px 0px 0px;
        padding-left: 4px;
        align-items: center;
        gap: 5px;
    }

    .cg-form-row {
        display: flex;
        align-items: flex-start;
        margin-bottom: 18px;
        flex-direction: column;
    }

    .cg-label {
        width: 200px;
        font-weight: bold;
        padding-top: 6px;
        font-family: Roboto;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0%;
        vertical-align: middle;
        margin-bottom: 18px;
    }

    .hidden {
        display: none;
    }

    .cg-value {
        background-color: #f0f0f0;
        padding: 8px 12px;
        min-width: 400px;
        font-weight: 500;
        height: 40px
    }

        .cg-value.red {
            color: #d32f2f;
            font-weight: bold;
        }

    .cg-note {
        margin-top: -10px;
        color: #d32f2f;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 18px;
    }

    .container-gr {
        width: 100%;
        padding: 0px 20px
    }

    .tag-form-group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 20px;
    }

    .tag-label-main {
        font-family: Roboto;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0%;
        vertical-align: middle;
    }

    .tag-radio-option {
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }

        .tag-radio-option input {
            margin-top: 5px;
        }


    .taglabel-1 {
        font-family: Roboto;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
    }

    .contai-tag-main {
        padding: 0px 8%;
    }

    .tag-type-3 {
        font-family: Roboto;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0px;
        color: rgba(255, 255, 255, 1);
        margin-right: 22px;
        padding: 8px 23px;
        width: calc(100% - 37px);
    }

    .tag-type-2 {
        font-family: Roboto;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0px;
        color: rgba(255, 255, 255, 1);
        width: 37px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(255, 115, 80, 1);
        align-self: stretch;
    }

    .tag-type-1 {
        background: rgba(39, 100, 231, 1);
        display: flex;
        min-width: 40%;
        width: fit-content;
        min-height: 44px;
        width: 100%;
        -webkit-align-items: center;
        align-items: center;
    }
}

/*pc*/
@media (min-width: 1025px) {
    .mc-1 {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .mgv-row {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        gap: 20px;
    }

    .mgv-label {
        flex: 0 0 250px;
        font-weight: bold;
        white-space: nowrap;
    }

    .mgv-input-group {
        display: flex;
        gap: 12px;
        flex: 1;
    }

    .mgv-input {
        flex: 1;
        text-align: center;
        padding: 10px;
        margin-right: 10px;
        background: rgba(239, 239, 239, 1);
        font-weight: bold;
        font-family: Roboto;
        font-weight: 700;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0%;
        color: rgba(30, 30, 30, 1);
    }

    .bgv-row {
        display: flex;
        justify-content: space-between;
        margin: 20px 0 25px 0;
    }

    .bgv-col {
        width: 48%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
    }

    .bgv-label {
        font-family: Roboto;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0%;
        vertical-align: middle;
        color: rgba(17, 24, 39, 1);
    }

    .bgv-link {
        color: #1a73e8;
        text-decoration: none;
    }

    .bgv-note-text {
        font-family: Roboto;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        vertical-align: middle;
        color: rgba(101, 103, 107, 1);
        margin-left: 4px;
        margin-bottom: 18px
    }

    .bgv-checkbox {
        display: inline-flex;
        align-items: center;
        gap: 2px;
        font-weight: normal;
        color: #888;
        margin-left: 12px;
        transform: translateY(4px);
    }

        .bgv-checkbox input {
            width: 20px;
            height: 20px;
        }

    .bgv-title {
        font-family: Roboto;
        font-weight: 700;
        font-size: 17px;
        line-height: 100%;
        letter-spacing: 0px;
        color: rgba(30, 30, 30, 1);
        margin-bottom: 18px;
    }

    .bgv-container {
        background: rgba(243, 249, 255, 1);
        border-radius: 8px;
        padding: 18px 24px;
        border: 1px solid #dbe9ff;
        color: #1a1a1a;
        font-size: 15px;
        margin-top: 18px;
    }

    .tag-radio-option3 {
        display: flex;
        padding: 10px 0px 0px 0px;
        padding-left: 22px;
        align-items: center;
        gap: 5px;
    }

    .cg-form-row {
        display: flex;
        align-items: flex-start;
        margin-bottom: 18px;
    }

    .cg-label {
        width: 200px;
        font-weight: bold;
        padding-top: 6px;
        font-family: Roboto;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0%;
        vertical-align: middle;
    }

    .hidden {
        display: none;
    }

    .cg-value {
        background-color: #f0f0f0;
        padding: 8px 12px;
        min-width: 400px;
        font-weight: 500;
        height: 40px
    }

        .cg-value.red {
            color: #d32f2f;
            font-weight: bold;
        }

    .cg-note {
        margin-left: 200px;
        margin-top: -10px;
        color: #d32f2f;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 18px;
    }

    .container-gr {
        width: 100%;
        padding: 0px 37px
    }

    .tag-form-group {
        display: flex;
        align-items: center;
        gap: 18px;
        padding: 20px;
    }


    .tag-label-main {
        font-family: Roboto;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0%;
        vertical-align: middle;
        margin-left: 17px
    }

    .tag-radio-option {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .taglabel-1 {
        font-family: Roboto;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
    }

    .contai-tag-main {
        padding: 0px 8%;
    }

    .tag-type-3 {
        font-family: Roboto;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0px;
        color: rgba(255, 255, 255, 1);
        margin-right: 22px;
        padding: 8px 23px;
        width: calc(100% - 37px);
    }

    .tag-type-2 {
        font-family: Roboto;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0px;
        color: rgba(255, 255, 255, 1);
        width: 37px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(255, 115, 80, 1);
        align-self: stretch;
    }

    .tag-type-1 {
        background: rgba(39, 100, 231, 1);
        display: flex;
        min-width: 40%;
        width: fit-content;
        min-height: 44px;
        width: 100%;
        -webkit-align-items: center;
        align-items: center;
    }
}



/*------------------------ Responsive*/
.mgi-1 {
    display: flex;
    gap: 13px;
    align-items: flex-start;
}

.mgv-container {
    padding: 18px 37px 0px 37px;
}

.mgv-box {
    border: 1px dashed #f00;
    background: rgba(255, 243, 205, 1);
    padding: 15px;
    font-size: 15px;
    line-height: 1.6;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(30, 30, 30, 1);
}

    .mgv-box i {
        color: #d00000;
        margin-right: 5px;
    }

.mgv-section {
    margin-top: 20px;
}

.mgv-input:last-child {
    margin-right: 0;
}

.mgv-input.mgv-red {
    background-color: #ffe9ec;
    color: #d00000;
}

.mgv-note {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(208, 47, 68, 1);
    margin-top: 20px;
}

/*----------*/

.ly-1 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(208, 47, 68, 1);
}

.bgv-title-2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(30, 30, 30, 1);
    margin-bottom: 38px;
}

.bgv-note {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    gap: 8px;
}

.bgv-box {
    background: rgba(239, 239, 239, 1);
    width: 55%;
    padding: 10px 14px;
    font-weight: bold;
    border: 1px solid rgba(181, 181, 181, 1);
    font-family: Roboto;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(208, 47, 68, 1);
    height: 45px;
}

.bgv-list {
    margin-top: 14px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

    .bgv-list ul {
        padding-left: 4px;
        margin: 0;
    }

    .bgv-list li {
        font-family: Roboto;
        font-weight: 400;
        font-size: 15px;
        line-height: 32px;
        letter-spacing: 0px;
        vertical-align: middle;
        color: rgba(101, 103, 107, 1);
    }


/*-----------------------------*/

.cg-a1 {
    color: rgba(39, 100, 231, 1);
    font-family: Roboto;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-top: 18px
}

.cg-1 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    padding: 12px 8px;
    gap: 10px;
    margin-top: 18px;
    margin-bottom: 18px;
    border: 1px dashed rgba(208, 47, 68, 1);
    background: rgba(255, 243, 205, 1);
}






.taglabel-2 {
    font-family: Roboto;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
}

.taglabel-3 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #bcbcbc;
}

.tag-radio-option2 {
    display: flex;
    padding: 22px 0px;
    padding-left: 22px;
    align-items: center;
    gap: 5px;
    border: 1px dashed rgba(199, 199, 199, 1);
    border-left: none;
    border-right: none;
}

.tag-radio-input {
    width: 12px;
    height: 12px;
}

.integrated-topic-type-box {
    width: 100%;
    background: white;
    box-shadow: 0px 2px 4px 0px rgba(12, 12, 13, 0.1);
    margin-top: 32px;
    padding-bottom: 48px
}

.content-contain {
    font-family: "Roboto", sans-serif !important;
}



.item-infihs-detail {
    margin-top: 32px;
}

/*.infihs h5 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 0px;
    color: #202020
}*/


.titlelefftinfo {
    padding: 0px 12px 0px 12px;
    width: 40%;
    background: #2764E7;
    text-align: center;
    color: #FFFFFF !important;
    font-size: 20px;
    font-weight: 500;
    height: 44px;
    display: flex;
    align-items: center
}


.noteiusda98 {
    text-align: justify;
    font-weight: 600;
    color: #DC3546;
}

.luu-y {
    color: #DC3546;
    font-size: 13px;
    font-style: italic;
}



.grrightitem {
    position: relative;
}

.grrightitem-number {
    padding: 0px 12px;
    border-radius: 4px;
    border: 3px #2090FF solid;
    color: #2090FF;
    font-size: 20px;
    position: absolute;
    font-weight: 600;
    left: 0px;
    top: -10px;
}

.grrightitem-title {
    font-size: 20px;
    font-weight: 600;
    padding-left: 60px;
    color: #2090FF;
    border-bottom: 3px #2090FF solid;
}

.col-sso9 {
    color: #022193;
    font-weight: 600;
}

.hd-kashda-72 > div {
    margin-right: 20px;
}



.form-check-label {
    font-size: 14px;
}

.form-check-input:checked {
    background-color: #2090ff;
    border-color: #2090ff;
}

.grais90-34 {
    border-top: 1px #C7C7C7 dashed;
    padding: 20px 20px 40px 37px
}

.grais90-34-33 {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
}

    .grais90-34-33 > div {
        margin-right: 12px;
    }

    .grais90-34-33 .text-nowrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.number-8a9s {
    padding: 6px 10px;
    border-radius: 4px;
    border: 3px #2090FF solid;
    color: #2090FF;
    font-size: 18px;
    font-weight: 600;
}

.grais90-34-33 .form-select {
    font-size: 14px;
}

.colorred-s0 {
    color: #DC3546;
}

.colorred-29 .form-check-input {
    border: 1px solid #DC3546;
}

    .colorred-29 .form-check-input:checked {
        background-color: #DC3546;
    }

    .colorred-29 .form-check-input:focus {
        box-shadow: 0 0 0 .25rem rgb(199 47 62 / 30%);
    }

.colorred-29 .form-check-label {
    color: #DC3546;
}

.lable-iteminfih-detail {
    margin-right: 8px;
}

.text-iteminfih {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.disable-link {
    pointer-events: none;
    opacity: 0.5;
}



.form-check-input {
    width: 12px;
    height: 12px;
}



.Text-center {
    text-align: center;
}




.nav-item.active a {
    color: #1060BB;
}


#contentexportpdf .item-infihs-detail .lable-iteminfih-detail {
    color: #616161;
    font-size: 15px;
}

#contentexportpdf .item-infihs-detail .text-iteminfih {
    margin-top: 8px;
    font-size: 17px;
    background-color: #ECECEC;
    padding: 8px 12px 8px 12px;
    color: #1E1E1E;
    min-height: 41.5px
}

#contentexportpdf .titlelefftinfo label {
    background: initial;
    color: #1060BB;
}

#contentexportpdf .titlelefftinfo {
    text-align: left;
}

#contentexportpdf .bordertitled0 {
    top: 34px;
}

#contentexportpdf .custom-select select {
    padding: 8px 12px 8px 12px;
    color: #1E1E1E;
    font-size: 17px;
    border-radius: unset;
    font-weight: 500;
    border: unset;
    background-color: #ECECEC
}

.back-router-btn {
    background-color: #D02F44;
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
}

    .back-router-btn:hover {
        color: #FFFFFF;
    }

.send-noti-btn {
    background-color: #FFFFFF;
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size: 16px;
    color: #1E1E1E;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #C9C9C9
}

    .send-noti-btn:hover {
        color: #1E1E1E !important;
    }


.export-resgister-btn {
    background-color: #2764E7;
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    cursor: pointer
}

    .export-resgister-btn:hover {
        background-color: #ff7350;
        color: #FFFFFF !important;
    }

.text-noti-container {
    margin: 0px 8%;
    padding: 36px;
    background: #FFFFFF
}


.text-noti-content {
    background: #FFF3CD;
    color: #FFFFFF;
    padding: 24px 16px 24px 42px;
    border: 1px dashed #D02F44;
    color: #1E1E1E
}

.hight-light-text {
    color: #D02F44;
}



.text-noti-icon {
    position: absolute;
    top: 22px;
    left: 12px
}

.infihs-container {
    padding-left: 36px;
    padding-right: 36px
}

.custom-input {
    margin-top: 8px;
    font-size: 17px;
    padding: 8px 12px 8px 12px;
    color: #1E1E1E;
    min-height: 41.5px;
    font-weight: 500;
    background-color: #ECECEC;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#contentexportpdf > .row {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.confirm-text {
    background-color: #4942BD;
    padding: 8px 12px 8px 12px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    width: fit-content
}

#resultsContainer {
    font-family: Roboto;
}

.confirm-exam {
    color: #111827;
    font-weight: 600;
    margin-left: 17px;
}

.main-content-dang-ky {
    margin-top: 28px;
}

.link-trang-chu {
    color: #090909 !important;
    font-weight: 500 !important;
}

.link-dang-ky {
    color: #007AFF;
    font-weight: 600;
}

.nav-link.active {
    color: #007AFF;
    font-weight: 600
}



.custom-select-30 {
    width: 30%;
}

.custom-select-40 {
    width: 40%;
}

/*------------------------ Responsive*/
/*mobile*/
@media (max-width: 767px) {
    .contai-tag-main {
        padding: 0 10px
    }

    .content-contain {
        padding-top: 34px !important
    }

    .main-content-dang-ky {
        margin-top: 12px
    }

    .nav-router-detail {
        padding-left: 20px;
        padding-bottom: 12px;
        background-color: #4942BD;
    }

        .nav-router-detail .nav-link {
            color: #A29DFF !important;
        }

            .nav-router-detail .nav-link.active {
                color: #FFFFFF !important;
            }

    .btn-section-register {
        padding: 0 10px !important
    }

    .back-router-btn {
        width: 100%
    }

    .btn-section-register > div {
        padding-top: 12px;
        width: 100%
    }

    .send-noti-btn {
        width: 100%
    }

    .export-resgister-btn {
        width: 100%
    }

    .text-noti-container {
        margin: 12px 10px !important;
        padding: 10px;
    }

    .text-noti-content {
        padding: 10px 10px 10px 42px;
        font-size: 14px;
        line-height: 22px
    }

    .titlelefftinfo {
        width: 100%
    }

    .infihs-container {
        padding-left: 24px;
        padding-right: 24px
    }

    .confirm-text {
        background-color: #4942BD;
        padding: 8px 12px 8px 12px;
        font-size: 16px;
        font-weight: 500;
        width: 100%
    }


    .tag-type-1 {
        width: 100% !important
    }



    .confirm-exam {
        margin-left: 0px
    }

    .grais90-34 {
        padding: 20px;
    }

    .custom-select-30,
    .custom-select-40 {
        width: 80%;
    }
}


/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {
    .back-router-btn {
        padding: 8px 12px
    }

    .send-noti-btn {
        padding: 8px 12px
    }

    .export-resgister-btn {
        padding: 8px 12px
    }

    .titlelefftinfo {
        width: 60%
    }
}


/*    ///////////////////////////////////////////*/
/* Tra cứu kết quả */

.bg-red {
    background-color: #D02F44
}

.text-red {
    color: #D02F44 !important;
}

.left-side-red-btn {
    background-color: #D02F44;
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    display:flex;
    flex-direction:row;
    align-items:center;
    gap: 8px;
    cursor:pointer
}

    .left-side-red-btn:hover {
        color: #FFFFFF;
    }
