/*MB Font*/

/*MBCorpoSText*/
@font-face {
    font-family: MBCorpoSText-Regular;
    src: url(../fonts/MBFont/MBCorpoSText/MBCorpoSText-Regular.otf) format("opentype");
}

@font-face {
    font-family: MBCorpoSText-Light;
    src: url(../fonts/MBFont/MBCorpoSText/MBCorpoSText-Light.otf) format("opentype");
}

@font-face {
    font-family: MBCorpoSText-Bold;
    src: url(../fonts/MBFont/MBCorpoSText/MBCorpoSText-Bold.otf) format("opentype");
}


/*MBCorpoSTextCond*/
@font-face {
    font-family: MBCorpoSText-CondBold;
    src: url(../fonts/MBFont/MBCorpoSTextCond/MBCorpoSText-CondBold.otf) format("opentype");
}

@font-face {
    font-family: MBCorpoSText-CondLight;
    src: url(../fonts/MBFont/MBCorpoSTextCond/MBCorpoSText-CondLight.otf) format("opentype");
}

@font-face {
    font-family: MBCorpoSTextCond-CondRegular;
    src: url(../fonts/MBFont/MBCorpoSTextCond/MBCorpoSText-CondRegular.otf) format("opentype");
}


/*MBCorpoSTitle*/
@font-face {
    font-family: MBCorpoSTitle-Bold;
    src: url(../fonts/MBFont/MBCorpoSTitle/MBCorpoSTitle-Bold.otf) format("opentype");
}

@font-face {
    font-family: MBCorpoSTitle-Light;
    src: url(../fonts/MBFont/MBCorpoSTitle/MBCorpoSTitle-Light.otf) format("opentype");
}

@font-face {
    font-family: MBCorpoSTitle-Regular;
    src: url(../fonts/MBFont/MBCorpoSTitle/MBCorpoSTitle-Regular.otf) format("opentype");
}

/*MBCorpoSTitleCond*/
@font-face {
    font-family: MBCorpoSTitle-CondBold;
    src: url(../fonts/MBFont/MBCorpoSTitleCond/MBCorpoSTitle-CondBold.otf) format("opentype");
}

@font-face {
    font-family: MBCorpoSTitle-CondLight;
    src: url(../fonts/MBFont/MBCorpoSTitleCond/MBCorpoSTitle-CondLight.otf) format("opentype");
}

@font-face {
    font-family: MBCorpoSTitle-CondRegular;
    src: url(../fonts/MBFont/MBCorpoSTitleCond/MBCorpoSTitle-CondRegular.otf) format("opentype");
}

/*MBCorpoATitle*/
@font-face {
    font-family: MBCorpoATitle;
    src: url(../fonts/MBFont/MBCorpoATitle/MBCorpoATitle-Regular.otf) format("opentype");
}

/*MBCorpoATitleCond*/
@font-face {
    font-family: MBCorpoATitleCond;
    src: url(../fonts/MBFont/MBCorpoATitleCond/MBCorpoATitleCond-Regular.otf) format("opentype");
}

/*MBCorpoATextCond*/
@font-face {
    font-family: MBCorpoATextCond;
    src: url(../fonts/MBFont/MBCorpoATextCond/MBCorpoATextCond-Regular.otf) format("opentype");
}


/*font-face*/

.MBCorpoATitleCond {
    font-family: "MBCorpoATitleCond", serif;
}

.MBCorpoATitle {
    font-family: "MBCorpoATitle", serif;
}

.MBCorpoATextCond {
    font-family: "MBCorpoATextCond", serif;
}

/*MBCorpoSText*/
.MBCorpoSText-Regular {
    font-family: "MBCorpoSText-Regular", serif;
}

.MBCorpoSText-Light {
    font-family: "MBCorpoSText-Light", serif;
}

.MBCorpoSText-Bold {
    font-family: "MBCorpoSText-Bold", serif;
}


/*MBCorpoSTitle*/
.MBCorpoSTextCond-CondRegular {
    font-family: "MBCorpoSTextCond-CondRegular", serif;
}

.MBCorpoSTextCond-CondLight {
    font-family: "MBCorpoSTextCond-CondLight", serif;
}

.MBCorpoSTextCond-CondBold {
    font-family: "MBCorpoSTextCond-CondBold", serif;
}


/*MBCorpoSTitle*/
.MBCorpoSTitle-Regular {
    font-family: "MBCorpoSTitle-Regular", serif;
}

.MBCorpoSTitle-Light {
    font-family: "MBCorpoSTitle-Light", serif;
}

.MBCorpoSTitle-Bold {
    font-family: "MBCorpoSTitle-Bold", serif;
}


/*MBCorpoSTitleCond*/
.MBCorpoSTitle-CondRegular {
    font-family: "MBCorpoSTitle-CondRegular", serif;
}

.MBCorpoSTitle-CondLight {
    font-family: "MBCorpoSTitle-CondLight", serif;
}

.MBCorpoSTitle-CondBold {
    font-family: "MBCorpoSTitle-CondBold", serif;
}


/*---------------------------------------*/
.logo_shortcut{
    width: 15px;
    height: 15px;
}

body {
    font-family: "MBCorpoSText-Regular", serif;
    overflow: auto;
    margin-top:0px;
    margin-bottom:5%;
}

html, body {
    background-color: #F8F8F8;
}

footer {
    font-family: "MBCorpoSText-Regular", serif;
}

p {
    font-family: "MBCorpoSText-Regular", serif;
}

.btn {
    font-family: "MBCorpoSTitle-CondRegular", serif;
}

.text-h3-modal, .modal-cap-text {
    font-family: "MBCorpoATitleCond", serif;
}

.text-loading-dipchip {
    font-family: "MBCorpoSText-Regular", serif;
}
/*login*/

.container.login-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; /* This ensures the container takes up the full height of the viewport */
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(255, 255, 255, 0.75);
    background-clip: border-box;
    border: 1px solid rgba(72, 72, 72, 0.36);
    border-radius: .40rem;
}

.disabled-card {
    background-color: #d3d3d3 !important; /* Gray color */
    pointer-events: none; /* Disable click */
    opacity: 0.6; /* Make it look disabled */
}

.display-4 {
    font-size: calc(1.475rem + 1.9vw);
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #1a1e21 !important;
    text-align: center;
}

.row .card-login{
    width: 700px;
    height: 400px;
}


/*end login*/

/* header*/
.img-mercedes {
    margin-right: 20px;
    height: 50px;
    /*width: 72.82819366455078px;*/
    left: 0px;
    top: 0px;
    border-radius: 0px;
    margin-bottom: 20px;

}

.header-area {
    /* background-color: #fff; */
    /*background-image: linear-gradient(rgba(2, 11, 26, 0.87), rgba(2, 11, 26, 0.918)), url(../images/bg/bg-bm1.jpeg);*/
    /*background-image: linear-gradient(rgba(2, 11, 26, 0.87), rgba(2, 11, 26, 0.918));*/
    background-color: #000000;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 70px;
    -webkit-transition: all .5s ease 0s;
    -webkit-appearance: none;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.header-area .main-nav {
    min-height: 80px;
    background: transparent;
}

/*logo mb*/
.header-area .main-nav .logo #logo-header {
    height: 50px;
    width: 50px;

}

/*.header-area .main-nav .logo {*/
/*    float: left;*/
/*    -webkit-transition: all 0.3s ease 0s;*/
/*    -webkit-appearance: none;*/
/*    -moz-transition: all 0.3s ease 0s;*/
/*    -o-transition: all 0.3s ease 0s;*/
/*    transition: all 0.3s ease 0s;*/
/*}*/

.header-area .main-nav .logo {
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-appearance: none;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
    line-height: 80px;
}

/*-----------------------------------------------------------------------------------*/

/* icon-language */

.img-language {
    /*margin-right: 20px;*/
    height: 35px;
    /*width: 72.82819366455078px;*/
    left: 0px;
    top: 0px;
    border-radius: 0px;
    margin-bottom: 20px;

}

.header-area .main-nav .icon-language #logo-header {
    height: 40px;
    width: 40px;

}

.header-area .main-nav .icon-language {
    float: right;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-appearance: none;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .icon-language {
    /*line-height: 100px;*/
    margin-top: 30px;
    float: right;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-appearance: none;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*---------------------------------------------------------------------------------*/


.background-header .main-nav .nav {
    margin-top: 20px !important;
}

.header-area .main-nav .nav {
    float: left;
    margin-top: 30px;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-appearance: none;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 20px;
    padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
    padding-right: 0px;
    padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a,
.background-header .main-nav .nav li:last-child a {
    padding: 0px 20px !important;
    font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover,
.background-header .main-nav .nav li:last-child a:hover {
    color: #fff !important;
}

/*---------------------------------------------------------------*/

/* menu Style*/
.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #f1f1f1;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
    float: left;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
    color: #4da6e7 !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #4da6e7 !important;
    opacity: 1;
}

.header-area .main-nav .nav li.submenu {
    position: relative;
    padding-right: 30px;

}

.header-area .main-nav .nav li.submenu:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #4da6e7;
    position: absolute;
    right: 18px;
    top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
    color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 50px;
    opacity: 0;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;

}

.header-area .main-nav .nav li.submenu ul li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #ffffff !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
    background: #fff;
    color: #4da6e7 !important;
    padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}


.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #4d4d4d;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #3516a5;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #4d4d4d;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    /*width: 75%;*/
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #4d4d4d;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #4d4d4d;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #4d4d4d;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #4d4d4d;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #4d4d4d;
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area .nav {
    margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
    color: #4da6e7;
}


/*btn class*/
.btn-accept-newsize[disabled] {
    background-color: #5c94a2;
    opacity: 1;

}

.btn-accept-new:hover {
    color: #ffffff;
    background: #014880;
}

.btn-accept-modal:hover {
    color: #ffffff;
    background: #014880;
}

.btn-decline-new:hover {
    color: #494949;
    background: #c5c1c1;
}

.btn-cancel-modal:hover {
    border-radius: 2px;
    background: rgba(26, 26, 26, 0.25);
}

.position-button {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Hide any overflow from the image */
}

.left-float {
    float: left;
    /* Add any other styles you need for the left-floated element */
}

.right-float {
    float: right;
    /* Add any other styles you need for the right-floated element */
}

.describe-width {
    width: 60% !important;
    text-align: end;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
/* Css MB*/
/*4K device landscape*/
@media (max-width: 4096px) {


    .login,
    .image {
        min-height: 100vh;
    }

    .bg-image {
        background-image: url('../images/bg/fullscreen.jpg');
        background-size: cover;
        background-position: center;
    }

    .btn-block {
        width: 300px;
    }

    .term-con-body {
        /*border: 1px solid #DCDCDC !important;*/
        position: static;
        /*width: 1328px;*/
        /*height: 544px;*/
        left: 0px;
        top: 78px;
        height: 45vh;
        border-radius: 8px;
        padding: 50px;
        overflow-y: scroll;
        background: #FFFFFF;
        box-shadow: inset 0px 0px 8px #0078d6;
        /* Inside auto layout */
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 1;
        margin: 10px 0px;
        -webkit-appearance: none;
    }


    .bg-container {
        /*background-image: url("../images/bg/mercedes.png");*/
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/bg/fullscreen.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 400px;
        flex-shrink: 0;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .section-heading {
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .section-heading h6 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: stretch;
        color: #000000;
        text-align: center;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .section-heading p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: stretch;
        color: #000000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 200;
        line-height: 120%;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .btn-decline-new {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 7px 13px;
        color: #494949;
        background: #D6D6D6;
        border-radius: 2px;
        position: static;
        width: 350px;
        height: 56px;
        left: 256px;
        top: 0px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
        /*margin: 0px 20px;*/
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .btn-accept-new {
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px 25.6px;
        color: #FFFFFF;
        position: static;
        width: 350px;
        height: 56px;
        top: 0px;
        background: #0078D6;
        border-radius: 2px;
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
        /*margin: 0px 20px;*/
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .btn-approve-frs {
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px 25.6px;
        color: #FFFFFF;
        position: static;
        width: 350px;
        height: 56px;
        top: 0px;
        background: #ffc107;
        border-radius: 2px;
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
        /*margin: 0px 20px;*/
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-h3-nati {
        color: rgb(0, 0, 0);
        font-size: 36px;
        font-family: "MBCorpoATitleCond", serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-nati {
        color: rgba(0, 0, 0, 0.6);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    .text-h-th {
        color: #000000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 10px;
        padding-top: 10px;
    }

    .text-d-th {
        margin-top: 5px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-left: 10px;

    }

    .text-h-en {
        color: #000000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 10px;
        padding-top: 5px;
    }

    .text-d-en {
        margin-top: 5px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-left: 10px;

    }

    /*    select radio mb */
    .custom-options-checkable .custom-option-item {
        width: 100%;
        height: 100px;
        cursor: pointer;
        border-radius: 0.22rem;
        color: #82868b;
        border: 1px solid #ebe9f1;
    }

    .custom-options-checkable .custom-option-item .custom-option-item-title {
        color: #82868b;
    }

    .custom-option-item-check {
        position: absolute;
        clip: rect(0, 0, 0, 0);
    }

    .custom-option-item-check:checked + .custom-option-item {
        /*color: #7367f0;*/
        /*background-color: rgba(115, 103, 240, 0.12);*/
        /*border-color: #7367f0;*/
        color: #F4F4F4;
        background-color: #F4F4F4;
        border-color: #0078D6;
    }

    .custom-option-item-check:checked + .custom-option-item .custom-option-item-title {
        color: #F4F4F4;
    }

    /* Adding the radio icon using pseudo-element */
    .custom-option-item-check:checked + .custom-option-item::before {
        content: '\2022'; /* Unicode bullet point character */
        background-image: url('../images/logo/RadioButtonCheck.svg');
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
    }

    .custom-option-item-check:checked + .custom-option-item.radio2::before {
        content: '\2022'; /* Unicode bullet point character */
        background-image: url('../images/logo/RadioButtonCheck.svg');
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
    }

    /*add RadioButtonUncheckedFilled*/
    .custom-option-item-check + .custom-option-item.radio2::before {
        content: "";
        width: 40px;
        height: 40px;
        background-image: url('../images/logo/RadioButtonUncheckedFilled.svg'); /* Replace with the path to your second image */
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
    }

    .custom-option-item-check + .custom-option-item::before {
        content: "";
        width: 40px;
        height: 40px;
        background-image: url('../images/logo/RadioButtonUncheckedFilled.svg'); /* Replace with the path to your second image */
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
    }

    /*    page verify-channel */
    .dip-chip-bg {
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/elements/dipchip.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 160px;
        flex-shrink: 0;
        border-top-right-radius: 1.0rem;
        border-top-left-radius: 1.0rem;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .ocr-bg {
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/elements/ocr.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 160px;
        flex-shrink: 0;
        border-top-right-radius: 1.0rem;
        border-top-left-radius: 1.0rem;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .ocr-bg-passport {
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/elements/img-ocr-passport1.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 160px;
        flex-shrink: 0;
        border-top-right-radius: 1.0rem;
        border-top-left-radius: 1.0rem;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .ndidBg {
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/elements/logondid.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 160px;
        flex-shrink: 0;
        border-top-right-radius: 1.0rem;
        border-top-left-radius: 1.0rem;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-th {
        display: flex;
        align-items: center;
    }

    .text-d-th .icon {
        margin-left: auto; /* Pushes the icon to the right */
        display: inline-flex; /* Ensures the icon is inline with the text */
        align-items: center; /* Vertically centers the icon within the paragraph */
        color: #999999; /* Adjust icon color as needed */
        font-size: 16px; /* Adjust icon size as needed */
        padding-left: 8px; /* Adds space between the text and the icon */
    }

    .dip-chip-frame, .ocr-frame {
        flex: 0 0 50%; /* Split into two columns on smaller screens */
        /*max-width: 50%;*/
    }

    /*  page inform dip chip*/
    .inform-content-center {
        text-align: center;
    }

    .text-h3-inform {
        color: rgb(0, 0, 0);
        font-family: "MBCorpoATitleCond", serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .img-informed-chip {
        width: auto; /* Set width to occupy the available width */
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    /*  page inform dip chip*/
    .inform-content-center {
        text-align: center;
    }

    .text-h3-inform {
        color: rgb(0, 0, 0);
        font-family: "MBCorpoATitleCond", serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }


    .img-informed-chip {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-informed-chip img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    .text-h-li {
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 21.6px */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-li {
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 27px */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .position-button {
        margin-bottom: 10%;
    }

    .img-dip-chip {
        width: auto; /* Set width to occupy the available width */
        height: 240px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-dip-chip img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    .form-mb-display {
        height: 56px;
        border: 1px solid #C7C7C7;
        background: linear-gradient(0deg, #E9ECEF 0%, #E9ECEF 100%), #C1C1C2;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /* Style for the input field container */
    .form-mb-display {
        position: relative;
        margin-bottom: 20px; /* Adjust as needed */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }


    /* Style for the asterisk indicating a required field */
    .text-danger {
        color: #ff0000; /* Adjust to your preferred color */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /*inform - ocr*/
    .img-inform-ocr img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; /* Maintain aspect ratio and fit inside the container */
        margin: auto; /* Center the image horizontally within the container */
        display: block; /* Removes any extra spacing below the image */
    }

    .info-ocr-frame {
        flex: 0 0 35%; /* Split into two columns on smaller screens */
        max-width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .image_wrapper {
        position: relative;
    }

    .overlay {
        position: absolute;
        /* center overlay text */
        display: flex;
        align-items: center;
        justify-content: center;
        float: right;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .overlay_0 {
        margin-left: 80%;
        margin-top: 60%;
        left: 0;
        top: 0;
        padding: .5rem;
        height: 80px;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /*page status dopa*/
    .img-error-dopa {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-error-dopa img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    ul {
        list-style-type: none;
        padding: 0;
    }

    li {
        margin-bottom: 1rem;
    }

    .text-h-li {
        font-weight: bold;
    }

    .text-d-li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .text-d-li span {
        float: right;
    }

    .card-status-dopa {
        width: 500px;
        padding: 20px;
        border-radius: 8px;
        border-color: rgba(168, 167, 167, 0.29);
        background: rgb(251, 250, 250);
    }

    .text-s-detail {
        color: #000000;
    }

    /*loading pages*/
    @keyframes spin {
        from {
            transform: rotate(0);
        }
        to {
            transform: rotate(359deg);
        }
    }

    .spinner-box {
        width: 150px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
    }

    .circle-border {
        width: 120px;
        height: 120px;
        padding: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #269efd;
        background: linear-gradient(0deg, rgb(181, 220, 255) 33%, rgba(23, 151, 252, 255) 100%);
        animation: spin .8s linear 0s infinite;
    }

    .circle-core {
        width: 100%;
        height: 100%;
        background-color: #F8F8F8;
        border-radius: 50%;
    }

    .text-loading-dipchip {
        font-size: 24px;
        font-weight: 700;
        line-height: 31px;
        letter-spacing: 0em;
        text-align: center;

    }


    #overlay-dipchip {
        /*background: #000000;*/
        /*color: #666666;*/
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 5000;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.80;
    }

    /*page pi-idcard*/
    .img-success {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-success img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    ul {
        list-style-type: none;
        padding: 0;
    }

    li {
        margin-bottom: 1rem;
    }

    .text-h-li {
        font-weight: bold;
    }

    .text-d-pi {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .text-d-pi span {
        float: right;
    }

    .card-status-dopa {
        width: 700px;
        padding: 20px;
        border-radius: 8px;
        border-color: rgba(168, 167, 167, 0.29);
        background: rgb(251, 250, 250);
    }

    .img-pi-dip-chip {
        width: auto; /* Set width to occupy the available width */
        height: 230px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */

    }

    .img-pi-dip-chip img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    /*page inform sendlink*/
    .img-link {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-link img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    .img-cheap-saleforce {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-cheap-saleforce img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    /*    pages status */
    .row.status-error {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80vh; /* Optional: Center vertically within the viewport height */
    }

    /* Optional: To center the content within the inner flex container */
    .d-flex.align-items-center.flex-column {
        text-align: center; /* Center text within the container */
    }

    /*pages disolay ocr*/
    #citizenPic {
        width: auto; /* Set width to occupy the available width */
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    #citizenPic img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    #sourcePic {
        width: 174px; /* Set width to occupy the available width */
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
        object-fit: cover;
    }

    #sourcePic img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }
}

/*--------------------------------------------------------------------------------------------------------*/


/*2K device landscape*/
@media (max-width: 2048px) {

    .login,
    .image {
        min-height: 100vh;
    }

    .bg-image {
        background-image: url('../images/bg/fullscreen.jpg');
        background-size: cover;
        background-position: center center;
    }

    .btn-block {
        width: 300px;

    }

    .term-con-body {
        /*border: 1px solid #DCDCDC !important;*/
        position: static;
        /*width: 1328px;*/
        /*height: 544px;*/
        left: 0px;
        top: 78px;
        height: 45vh;
        border-radius: 8px;
        padding: 50px;
        overflow-y: scroll;
        background: #FFFFFF;
        box-shadow: inset 0px 0px 8px #0078d6;
        /* Inside auto layout */
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 1;
        margin: 10px 0px;
        -webkit-appearance: none;
    }


    .bg-container {
        /*background-image: url("../images/bg/mercedes.png");*/
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/bg/fullscreen.jpg");

        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 400px;
        flex-shrink: 0;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .section-heading {
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .section-heading h6 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: stretch;
        color: #000000;
        text-align: center;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .section-heading p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: stretch;
        color: #000000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 200;
        line-height: 120%;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .btn-decline-new {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 7px 13px;
        color: #494949;
        background: #D6D6D6;
        border-radius: 2px;
        position: static;
        width: 350px;
        height: 56px;
        left: 256px;
        top: 0px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
        /*margin: 0px 20px;*/
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .btn-accept-new {
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px 25.6px;
        color: #FFFFFF;
        position: static;
        width: 350px;
        height: 56px;
        top: 0px;
        background: #0078D6;
        border-radius: 2px;
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
        /*margin: 0px 20px;*/
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .btn-approve-frs {
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px 25.6px;
        color: #FFFFFF;
        position: static;
        width: 350px;
        height: 56px;
        top: 0px;
        background: #ffc107;
        border-radius: 2px;
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
        /*margin: 0px 20px;*/
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-h3-nati {
        color: rgb(0, 0, 0);
        font-size: 36px;
        font-family: "MBCorpoATitleCond", serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-nati {
        color: rgba(0, 0, 0, 0.6);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    .text-h-th {
        color: #000000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 10px;
        padding-top: 10px;
    }

    .text-d-th {
        margin-top: 5px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-left: 10px;

    }

    .text-h-en {
        color: #000000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 10px;
        padding-top: 5px;
    }

    .text-d-en {
        margin-top: 5px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-left: 10px;

    }

    /*    select radio mb */
    .custom-options-checkable .custom-option-item {
        width: 100%;
        height: 100px;
        cursor: pointer;
        border-radius: 0.22rem;
        color: #82868b;
        border: 1px solid #ebe9f1;
    }

    .custom-options-checkable .custom-option-item .custom-option-item-title {
        color: #82868b;
    }

    .custom-option-item-check {
        position: absolute;
        clip: rect(0, 0, 0, 0);
    }

    .custom-option-item-check:checked + .custom-option-item {
        /*color: #7367f0;*/
        /*background-color: rgba(115, 103, 240, 0.12);*/
        /*border-color: #7367f0;*/
        color: #F4F4F4;
        background-color: #F4F4F4;
        border-color: #0078D6;
    }

    .custom-option-item-check:checked + .custom-option-item .custom-option-item-title {
        color: #F4F4F4;
    }

    /* Adding the radio icon using pseudo-element */
    .custom-option-item-check:checked + .custom-option-item::before {
        content: '\2022'; /* Unicode bullet point character */
        background-image: url('../images/logo/RadioButtonCheck.svg');
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
    }

    .custom-option-item-check:checked + .custom-option-item.radio2::before {
        content: '\2022'; /* Unicode bullet point character */
        background-image: url('../images/logo/RadioButtonCheck.svg');
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
    }

    /*add RadioButtonUncheckedFilled*/
    .custom-option-item-check + .custom-option-item.radio2::before {
        content: "";
        width: 40px;
        height: 40px;
        background-image: url('../images/logo/RadioButtonUncheckedFilled.svg'); /* Replace with the path to your second image */
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
    }

    .custom-option-item-check + .custom-option-item::before {
        content: "";
        width: 40px;
        height: 40px;
        background-image: url('../images/logo/RadioButtonUncheckedFilled.svg'); /* Replace with the path to your second image */
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
    }

    /*    page verify-channel */
    .dip-chip-bg {
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/elements/dipchip.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 160px;
        flex-shrink: 0;
        border-top-right-radius: 1.0rem;
        border-top-left-radius: 1.0rem;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .ocr-bg {
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/elements/ocr.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 160px;
        flex-shrink: 0;
        border-top-right-radius: 1.0rem;
        border-top-left-radius: 1.0rem;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .ocr-bg-passport {
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/elements/img-ocr-passport1.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 160px;
        flex-shrink: 0;
        border-top-right-radius: 1.0rem;
        border-top-left-radius: 1.0rem;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }
    .ndidBg {
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/elements/logondid.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 160px;
        flex-shrink: 0;
        border-top-right-radius: 1.0rem;
        border-top-left-radius: 1.0rem;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-th {
        display: flex;
        align-items: center;
    }

    .text-d-th .icon {
        margin-left: auto; /* Pushes the icon to the right */
        display: inline-flex; /* Ensures the icon is inline with the text */
        align-items: center; /* Vertically centers the icon within the paragraph */
        color: #999999; /* Adjust icon color as needed */
        font-size: 16px; /* Adjust icon size as needed */
        padding-left: 8px; /* Adds space between the text and the icon */
    }

    .dip-chip-frame, .ocr-frame {
        flex: 0 0 50%; /* Split into two columns on smaller screens */
        /*max-width: 50%;*/
    }

    /*  page inform dip chip*/
    .inform-content-center {
        text-align: center;
    }

    .text-h3-inform {
        color: rgb(0, 0, 0);
        font-size: 32px;
        font-family: "MBCorpoATitleCond", serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .img-informed-chip {
        width: auto; /* Set width to occupy the available width */
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    /*  page inform dip chip*/
    .inform-content-center {
        text-align: center;
    }

    .text-h3-inform {
        color: rgb(0, 0, 0);
        font-size: 32px;
        font-family: "MBCorpoATitleCond", serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }


    .img-informed-chip {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-informed-chip img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    .text-h-li {
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 21.6px */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-li {
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 27px */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .position-button {
        margin-bottom: 10%;
    }

    .img-dip-chip {
        width: auto; /* Set width to occupy the available width */
        height: 240px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-dip-chip img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    .form-mb-display {
        height: 56px;
        border: 1px solid #C7C7C7;
        background: linear-gradient(0deg, #E9ECEF 0%, #E9ECEF 100%), #C1C1C2;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /* Style for the input field container */
    .form-mb-display {
        position: relative;
        margin-bottom: 20px; /* Adjust as needed */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }


    /* Style for the asterisk indicating a required field */
    .text-danger {
        color: #ff0000; /* Adjust to your preferred color */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /*inform - ocr*/
    .img-inform-ocr img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; /* Maintain aspect ratio and fit inside the container */
        margin: auto; /* Center the image horizontally within the container */
        display: block; /* Removes any extra spacing below the image */
    }

    .info-ocr-frame {
        flex: 0 0 35%; /* Split into two columns on smaller screens */
        max-width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .image_wrapper {
        position: relative;
    }

    .overlay {
        position: absolute;
        /* center overlay text */
        display: flex;
        align-items: center;
        justify-content: center;
        float: right;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .overlay_0 {
        margin-left: 80%;
        margin-top: 60%;
        left: 0;
        top: 0;
        padding: .5rem;
        height: 80px;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /*page status dopa*/
    .img-error-dopa {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-error-dopa img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    ul {
        list-style-type: none;
        padding: 0;
    }

    li {
        margin-bottom: 1rem;
    }

    .text-h-li {
        font-weight: bold;
    }

    .text-d-li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .text-d-li span {
        float: right;
    }

    .card-status-dopa {
        width: 500px;
        padding: 20px;
        border-radius: 8px;
        border-color: rgba(168, 167, 167, 0.29);
        background: rgb(251, 250, 250);
    }

    .text-s-detail {
        color: #000000;
    }

    /*loading pages*/
    @keyframes spin {
        from {
            transform: rotate(0);
        }
        to {
            transform: rotate(359deg);
        }
    }

    .spinner-box {
        width: 150px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
    }

    .circle-border {
        width: 120px;
        height: 120px;
        padding: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #269efd;
        background: linear-gradient(0deg, rgb(181, 220, 255) 33%, rgba(23, 151, 252, 255) 100%);
        animation: spin .8s linear 0s infinite;
    }

    .circle-core {
        width: 100%;
        height: 100%;
        background-color: #F8F8F8;
        border-radius: 50%;
    }

    .text-loading-dipchip {
        font-size: 24px;
        font-weight: 700;
        line-height: 31px;
        letter-spacing: 0em;
        text-align: center;

    }


    #overlay-dipchip {
        /*background: #000000;*/
        /*color: #666666;*/
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 5000;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.80;
    }

    /*page pi-idcard*/
    .img-success {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-success img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    ul {
        list-style-type: none;
        padding: 0;
    }

    li {
        margin-bottom: 1rem;
    }

    .text-h-li {
        font-weight: bold;
    }

    .text-d-pi {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .text-d-pi span {
        float: right;
    }

    .card-status-dopa {
        width: 700px;
        padding: 20px;
        border-radius: 8px;
        border-color: rgba(168, 167, 167, 0.29);
        background: rgb(251, 250, 250);
    }

    .img-pi-dip-chip {
        width: auto; /* Set width to occupy the available width */
        height: 230px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */

    }

    .img-pi-dip-chip img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    /*page inform sendlink*/
    .img-link {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-link img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    .img-cheap-saleforce {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-cheap-saleforce img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }


    /*    pages status */
    .row.status-error {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80vh; /* Optional: Center vertically within the viewport height */
    }

    /* Optional: To center the content within the inner flex container */
    .d-flex.align-items-center.flex-column {
        text-align: center; /* Center text within the container */
    }

    /*pages disolay ocr*/
    #citizenPic {
        width: auto; /* Set width to occupy the available width */
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    #citizenPic img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    #sourcePic {
        width: 174px; /* Set width to occupy the available width */
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
        object-fit: cover;
    }

    #sourcePic img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }
}

/*--------------------------------------------------------------------------------------------------------*/


/*Pc device landscape*/
@media (max-width: 1366px) {

    .term-con-body {
        /*border: 1px solid #DCDCDC !important;*/
        position: static;
        /*width: 1328px;*/
        /*height: 544px;*/
        left: 0px;
        top: 78px;
        height: 55vh;
        border-radius: 8px;
        padding: 40px;
        overflow-y: scroll;
        background: #FFFFFF;
        box-shadow: inset 0px 0px 8px #0078d6;
        /* Inside auto layout */
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 1;
        margin: 16px 0px;
        -webkit-appearance: none;
    }

    .bg-container {
        /*background-image: url("../images/bg/mercedes.png");*/
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/bg/fullscreen.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;

        width: 100%;
        height: 400px;
        flex-shrink: 0;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .section-heading {
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .section-heading h6 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: stretch;
        color: #000000;
        text-align: center;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .section-heading p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: stretch;
        color: #000000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 200;
        line-height: 120%;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .btn-decline-new {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 7px 13px;
        color: #494949;
        background: #D6D6D6;
        border-radius: 2px;
        position: static;
        width: 350px;
        height: 56px;
        left: 256px;
        top: 0px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
        /*margin: 0px 20px;*/
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .btn-accept-new {
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px 25.6px;
        color: #FFFFFF;
        position: static;
        width: 350px;
        height: 56px;
        top: 0px;
        background: #0078D6;
        border-radius: 2px;
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
        /*margin: 0px 20px;*/
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .btn-approve-frs {
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px 25.6px;
        color: #FFFFFF;
        position: static;
        width: 350px;
        height: 56px;
        top: 0px;
        background: #ffc107;
        border-radius: 2px;
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
        /*margin: 0px 20px;*/
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-h3-nati {
        color: rgb(0, 0, 0);
        font-size: 30px;
        font-family: "MBCorpoATitleCond", serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-nati {
        color: rgba(0, 0, 0, 0.6);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    .text-h-th {
        color: #000000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 10px;
        padding-top: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-th {
        margin-top: 5px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-left: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    .text-h-en {
        color: #000000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 10px;
        padding-top: 5px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-en {
        margin-top: 5px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-left: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    /*    select radio mb */
    .custom-options-checkable .custom-option-item {
        width: 100%;
        height: 100px;
        cursor: pointer;
        border-radius: 0.22rem;
        color: #82868b;
        border: 1px solid #ebe9f1;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .custom-options-checkable .custom-option-item .custom-option-item-title {
        color: #82868b;
    }

    .custom-option-item-check {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .custom-option-item-check:checked + .custom-option-item {
        /*color: #7367f0;*/
        /*background-color: rgba(115, 103, 240, 0.12);*/
        /*border-color: #7367f0;*/
        color: #F4F4F4;
        background-color: #F4F4F4;
        border-color: #0078D6;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .custom-option-item-check:checked + .custom-option-item .custom-option-item-title {
        color: #F4F4F4;
    }

    /* Adding the radio icon using pseudo-element */
    .custom-option-item-check:checked + .custom-option-item::before {
        content: '\2022'; /* Unicode bullet point character */
        background-image: url('../images/logo/RadioButtonCheck.svg');
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-right: 10px;
        margin-top: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .custom-option-item-check:checked + .custom-option-item.radio2::before {
        content: '\2022'; /* Unicode bullet point character */
        background-image: url('../images/logo/RadioButtonCheck.svg');
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-right: 10px;
        margin-top: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /*add RadioButtonUncheckedFilled*/
    .custom-option-item-check + .custom-option-item.radio2::before {
        content: "";
        width: 40px;
        height: 40px;
        background-image: url('../images/logo/RadioButtonUncheckedFilled.svg'); /* Replace with the path to your second image */
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .custom-option-item-check + .custom-option-item::before {
        content: "";
        width: 40px;
        height: 40px;
        background-image: url('../images/logo/RadioButtonUncheckedFilled.svg'); /* Replace with the path to your second image */
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /*    page verify-channel */
    .dip-chip-bg {
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/elements/dipchip.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 160px;
        flex-shrink: 0;
        border-top-right-radius: 1.0rem;
        border-top-left-radius: 1.0rem;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .ocr-bg {
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/elements/ocr.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 160px;
        flex-shrink: 0;
        border-top-right-radius: 1.0rem;
        border-top-left-radius: 1.0rem;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .ocr-bg-passport {
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/elements/img-ocr-passport1.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 160px;
        flex-shrink: 0;
        border-top-right-radius: 1.0rem;
        border-top-left-radius: 1.0rem;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }
    .ndidBg {
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/elements/logondid.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 160px;
        flex-shrink: 0;
        border-top-right-radius: 1.0rem;
        border-top-left-radius: 1.0rem;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }


    .text-d-th {
        display: flex;
        align-items: center;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-th .icon {
        margin-left: auto; /* Pushes the icon to the right */
        display: inline-flex; /* Ensures the icon is inline with the text */
        align-items: center; /* Vertically centers the icon within the paragraph */
        color: #999999; /* Adjust icon color as needed */
        font-size: 16px; /* Adjust icon size as needed */
        padding-left: 8px; /* Adds space between the text and the icon */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .dip-chip-frame, .ocr-frame {
        flex: 0 0 50%; /* Split into two columns on smaller screens */
        /*max-width: 50%;*/

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /*  page inform dip chip*/
    .inform-content-center {
        text-align: center;
    }

    .text-h3-inform {
        color: rgb(0, 0, 0);
        font-size: 32px;
        font-family: "MBCorpoATitleCond", serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }


    .img-informed-chip {
        width: auto; /* Set width to occupy the available width */
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }


    /*  page inform dip chip*/
    .inform-content-center {
        text-align: center;
    }

    .text-h3-inform {
        color: rgb(0, 0, 0);
        font-size: 32px;
        font-family: "MBCorpoATitleCond", serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .img-informed-chip {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-informed-chip img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    .text-h-li {
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 21.6px */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-li {
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 27px */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .img-dip-chip {
        width: auto; /* Set width to occupy the available width */
        height: 240px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-dip-chip img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    .form-mb-display {
        height: 56px;
        border: 1px solid #C7C7C7;
        background: linear-gradient(0deg, #E9ECEF 0%, #E9ECEF 100%), #C1C1C2;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /* Style for the input field container */
    .form-mb-display {
        position: relative;
        margin-bottom: 20px; /* Adjust as needed */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }


    /* Style for the asterisk indicating a required field */
    .text-danger {
        color: #ff0000; /* Adjust to your preferred color */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /*inform - ocr*/
    .img-inform-ocr img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; /* Maintain aspect ratio and fit inside the container */
        margin: auto; /* Center the image horizontally within the container */
        display: block; /* Removes any extra spacing below the image */
    }

    .info-ocr-frame {
        flex: 0 0 40%; /* Split into two columns on smaller screens */
        max-width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .image_wrapper {
        position: relative;
    }

    .overlay {
        position: absolute;
        /* center overlay text */
        display: flex;
        align-items: center;
        justify-content: center;
        float: right;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .overlay_0 {
        margin-left: 80%;
        margin-top: 60%;
        left: 0;
        top: 0;
        padding: .5rem;
        height: 80px;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /*page status dopa*/
    .img-error-dopa {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-error-dopa img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    ul {
        list-style-type: none;
        padding: 0;
    }

    li {
        margin-bottom: 1rem;
    }

    .text-h-li {
        font-weight: bold;
    }

    .text-d-li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .text-d-li span {
        float: right;
    }

    .card-status-dopa {
        width: 500px;
        padding: 20px;
        border-radius: 8px;
        border-color: rgba(168, 167, 167, 0.29);
        background: rgb(251, 250, 250);
    }

    .text-s-detail {
        color: #000000;
    }

    /*loading pages*/
    @keyframes spin {
        from {
            transform: rotate(0);
        }
        to {
            transform: rotate(359deg);
        }
    }

    .spinner-box {
        width: 150px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
    }

    .circle-border {
        width: 120px;
        height: 120px;
        padding: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #269efd;
        background: linear-gradient(0deg, rgb(181, 220, 255) 33%, rgba(23, 151, 252, 255) 100%);
        animation: spin .8s linear 0s infinite;
    }

    .circle-core {
        width: 100%;
        height: 100%;
        background-color: #F8F8F8;
        border-radius: 50%;
    }

    .text-loading-dipchip {
        font-size: 24px;
        font-weight: 700;
        line-height: 31px;
        letter-spacing: 0em;
        text-align: center;

    }


    #overlay-dipchip {
        /*background: #000000;*/
        /*color: #666666;*/
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 5000;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.80;
    }

    /*page pi-idcard*/
    .img-success {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-success img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    ul {
        list-style-type: none;
        padding: 0;
    }

    li {
        margin-bottom: 1rem;
    }

    .text-h-li {
        font-weight: bold;
    }

    .text-d-pi {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .text-d-pi span {
        float: right;
    }

    .card-status-dopa {
        width: 700px;
        padding: 20px;
        border-radius: 8px;
        border-color: rgba(168, 167, 167, 0.29);
        background: rgb(251, 250, 250);
    }

    .img-pi-dip-chip {
        width: auto; /* Set width to occupy the available width */
        height: 230px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */

    }

    .img-pi-dip-chip img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }


    /*page inform sendlink*/
    .img-link {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-link img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    .img-cheap-saleforce {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-cheap-saleforce img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    /*    pages status */
    .row.status-error {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80vh; /* Optional: Center vertically within the viewport height */
    }

    /* Optional: To center the content within the inner flex container */
    .d-flex.align-items-center.flex-column {
        text-align: center; /* Center text within the container */
    }

    /*pages disolay ocr*/
    #citizenPic {
        width: auto; /* Set width to occupy the available width */
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    #citizenPic img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    #sourcePic {
        width: auto; /* Set width to occupy the available width */
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
        object-fit: cover;
    }

    #sourcePic img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

}


/*----------------------------------------------------------------------------------------------*/

/*Ipad device landscape*/
@media (max-width: 1024px) {

    .term-con-body {
        /*border: 1px solid #DCDCDC !important;*/
        position: static;
        /*width: 1328px;*/
        /*height: 544px;*/
        left: 0px;
        top: 78px;
        height: 58vh;
        border-radius: 8px;
        padding: 50px;
        overflow-y: scroll;
        background: #FFFFFF;
        box-shadow: inset 0px 0px 8px #0078d6;
        /* Inside auto layout */
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 1;
        margin: 24px 0px;
        -webkit-appearance: none;
    }

    .bg-container {
        /*background-image: url("../images/bg/mercedes.png");*/
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/bg/mercedes.png");
        /*background-size: contain;*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 400px;
        flex-shrink: 0;
        /* blur filters */
        /*-webkit-filter: blur(3px);*/
        /*filter: blur(3px);*/
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .section-heading {
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .section-heading h6 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: stretch;
        color: #000000;
        text-align: center;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .section-heading p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: stretch;
        color: #000000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 200;
        line-height: 120%;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .btn-decline-new {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 7px 13px;
        color: #494949;
        background: #D6D6D6;
        border-radius: 2px;
        position: static;
        width: 350px;
        height: 56px;
        left: 256px;
        top: 0px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
        /*margin: 0px 20px;*/
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .btn-accept-new {
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 8px 22px;
        color: #FFFFFF;
        position: static;
        width: 350px;
        height: 56px;
        background: #0078D6;
        border-radius: 2px;
        flex: none;
        order: 1;
        flex-grow: 0;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .btn-approve-frs {
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px 25.6px;
        color: #FFFFFF;
        position: static;
        width: 350px;
        height: 56px;
        top: 0px;
        background: #ffc107;
        border-radius: 2px;
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
        /*margin: 0px 20px;*/
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-h3-nati {
        color: rgb(0, 0, 0);
        font-size: 30px;
        font-family: "MBCorpoATitleCond", serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-nati {
        color: rgba(0, 0, 0, 0.6);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    .text-h-th {
        color: #000000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 10px;
        padding-top: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-th {
        margin-top: 5px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-left: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-h-en {
        color: #000000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 10px;
        padding-top: 5px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-en {
        margin-top: 5px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-left: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    /*    select radio mb */
    .custom-options-checkable .custom-option-item {
        width: 100%;
        height: 100px;
        cursor: pointer;
        /*border-radius: 0.22rem;*/
        color: #82868b;
        border: 1px solid #ebe9f1;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .custom-options-checkable .custom-option-item .custom-option-item-title {
        color: #82868b;
    }

    .custom-option-item-check {
        position: absolute;
        clip: rect(0, 0, 0, 0);
    }

    .custom-option-item-check:checked + .custom-option-item {
        /*color: #7367f0;*/
        /*background-color: rgba(115, 103, 240, 0.12);*/
        /*border-color: #7367f0;*/
        color: #F4F4F4;
        background-color: #F4F4F4;
        /*border-color: #0078D6;*/
        border: 2px solid #0078D6;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .custom-option-item-check:checked + .custom-option-item .custom-option-item-title {
        color: #F4F4F4;
    }

    /* Adding the radio icon using pseudo-element */
    .custom-option-item-check:checked + .custom-option-item::before {
        content: '\2022'; /* Unicode bullet point character */
        background-image: url('../images/logo/RadioButtonCheck.svg');
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .custom-option-item-check:checked + .custom-option-item.radio2::before {
        content: '\2022'; /* Unicode bullet point character */
        background-image: url('../images/logo/RadioButtonCheck.svg');
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /*add RadioButtonUncheckedFilled*/
    .custom-option-item-check + .custom-option-item.radio2::before {
        content: "";
        width: 40px;
        height: 40px;
        background-image: url('../images/logo/RadioButtonUncheckedFilled.svg'); /* Replace with the path to your second image */
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .custom-option-item-check + .custom-option-item::before {
        content: "";
        width: 40px;
        height: 40px;
        background-image: url('../images/logo/RadioButtonUncheckedFilled.svg'); /* Replace with the path to your second image */
        background-size: contain;
        background-repeat: no-repeat;
        float: right;
        margin-right: 10px;
        margin-top: 10px;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /*    page verify-channel */
    .dip-chip-bg {
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/elements/dipchip.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 160px;
        flex-shrink: 0;
        border-top-right-radius: 1.0rem;
        border-top-left-radius: 1.0rem;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .ocr-bg {
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/elements/ocr.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 160px;
        flex-shrink: 0;
        border-top-right-radius: 1.0rem;
        border-top-left-radius: 1.0rem;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .ocr-bg-passport {
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/elements/img-ocr-passport1.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 160px;
        flex-shrink: 0;
        border-top-right-radius: 1.0rem;
        border-top-left-radius: 1.0rem;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }
    .ndidBg {
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/elements/logondid.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 160px;
        flex-shrink: 0;
        border-top-right-radius: 1.0rem;
        border-top-left-radius: 1.0rem;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-th {
        display: flex;
        align-items: center;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-th .icon {
        margin-left: auto; /* Pushes the icon to the right */
        display: inline-flex; /* Ensures the icon is inline with the text */
        align-items: center; /* Vertically centers the icon within the paragraph */
        color: #999999; /* Adjust icon color as needed */
        font-size: 16px; /* Adjust icon size as needed */
        padding-left: 8px; /* Adds space between the text and the icon */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /*  page inform dip chip*/
    .inform-content-center {
        text-align: center;
    }

    .text-h3-inform {
        color: rgb(0, 0, 0);
        font-size: 32px;
        font-family: "MBCorpoATitleCond", serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }


    .img-informed-chip {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-informed-chip img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    .text-h-li {
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 21.6px */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-li {
        color: rgb(0, 0, 0);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 27px */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /*display page*/
    .img-dip-chip {
        width: auto; /* Set width to occupy the available width */
        height: 240px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-dip-chip img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    .form-mb-display {
        height: 70px;
        border: 1px solid #C7C7C7;
        background: linear-gradient(0deg, #E9ECEF 0%, #E9ECEF 100%), #C1C1C2;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /* Style for the input field container */
    .form-mb-display {
        position: relative;
        margin-bottom: 20px; /* Adjust as needed */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /* Style for the floating label */
    .form-label {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-100%);
        background: linear-gradient(0deg, #E9ECEF 0%, #E9ECEF 100%), #C1C1C2;
        /*background-color: white;*/
        border: none;
        padding: 0 5px;
        font-size: 13px;
        color: #999;
        transition: all 0.3s ease;
        pointer-events: none;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }


    /* Style for the asterisk indicating a required field */
    .text-danger {
        color: #ff0000; /* Adjust to your preferred color */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-h4-dis {
        color: rgb(0, 0, 0);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /*inform - ocr*/
    .img-inform-ocr img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; /* Maintain aspect ratio and fit inside the container */
        margin: auto; /* Center the image horizontally within the container */
        display: block; /* Removes any extra spacing below the image */
    }

    .info-ocr-frame {
        flex: 0 0 40%; /* Split into two columns on smaller screens */
        max-width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .image_wrapper {
        position: relative;
    }

    .overlay {
        position: absolute;
        /* center overlay text */
        display: flex;
        align-items: center;
        justify-content: center;
        float: right;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .overlay_0 {
        margin-left: 80%;
        margin-top: 60%;
        left: 0;
        top: 0;
        padding: .5rem;
        height: 80px;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }


    /*page status dopa*/
    .img-error-dopa {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-error-dopa img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    ul {
        list-style-type: none;
        padding: 0;
    }

    li {
        margin-bottom: 1rem;
    }

    .text-h-li {
        font-weight: bold;
    }

    .text-d-li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .text-d-li span {
        float: right;
    }

    .card-status-dopa {
        width: 500px;
        padding: 20px;
        border-radius: 8px;
        border-color: rgba(168, 167, 167, 0.29);
        background: rgb(251, 250, 250);
    }

    .text-s-detail {
        color: #000000;
    }

    /*loading page*/
    @keyframes spin {
        from {
            transform: rotate(0);
        }
        to {
            transform: rotate(359deg);
        }
    }

    .spinner-box {
        width: 150px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
    }

    .circle-border {
        width: 120px;
        height: 120px;
        padding: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #269efd;
        background: linear-gradient(0deg, rgb(181, 220, 255) 33%, rgba(23, 151, 252, 255) 100%);
        animation: spin .8s linear 0s infinite;
    }

    .circle-core {
        width: 100%;
        height: 100%;
        background-color: #F8F8F8;
        border-radius: 50%;
    }

    .text-loading-dipchip {
        font-size: 24px;
        font-weight: 700;
        line-height: 31px;
        letter-spacing: 0em;
        text-align: center;

    }

    #overlay-dipchip {
        /*background: #000000;*/
        /*color: #666666;*/
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 5000;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.80;
    }

    .text-s-detail {
        color: #000000;
    }

    /*page pi-idcard*/
    .img-success {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-success img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    ul {
        list-style-type: none;
        padding: 0;
    }

    li {
        margin-bottom: 1rem;
    }

    .text-h-li {
        font-weight: bold;
    }

    .text-d-pi {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .text-d-pi span {
        float: right;
    }

    .card-status-dopa {
        width: 700px;
        padding: 20px;
        border-radius: 8px;
        border-color: rgba(168, 167, 167, 0.29);
        background: rgb(251, 250, 250);
    }

    .img-pi-dip-chip {
        width: auto; /* Set width to occupy the available width */
        height: 230px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */

    }

    .img-pi-dip-chip img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    /*page inform sendlink*/
    .img-link {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-link img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    .img-cheap-saleforce {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-cheap-saleforce img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    /*    pages status */
    .row.status-error {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80vh; /* Optional: Center vertically within the viewport height */
    }

    /* Optional: To center the content within the inner flex container */
    .d-flex.align-items-center.flex-column {
        text-align: center; /* Center text within the container */
    }

    /*pages disolay ocr*/
    #citizenPic {
        width: auto; /* Set width to occupy the available width */
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    #citizenPic img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    #sourcePic {
        width: auto; /* Set width to occupy the available width */
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
        object-fit: cover;
    }

    #sourcePic img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }


    /*----------------------------------------------------------------------------------------------------*/
    /*load spiner*/
    .base-timer {
        position: relative;
        width: 131px;
        height: 131px;
        -webkit-appearance: none;
    }

    .base-timer__svg {
        transform: scaleX(-1);
    }

    .base-timer__circle {
        fill: none;
        stroke: none;
        -webkit-appearance: none;
    }

    .base-timer__path-elapsed {
        stroke-width: 3px;
        stroke: rgba(228, 228, 228, 1);;
        -webkit-appearance: none;


    }

    .base-timer__path-remaining {
        stroke-width: 3px;
        stroke-linecap: round;
        transform: rotate(90deg);
        transform-origin: center;
        transition: 1s linear all;
        fill-rule: nonzero;
        stroke: currentColor;
        -webkit-appearance: none;
    }

    .base-timer__path-remaining.green {
        color: rgb(65, 184, 131);
    }

    .base-timer__path-remaining.orange {
        color: orange;
    }

    .base-timer__path-remaining.red {
        color: red;
    }

    .base-timer__label {
        position: absolute;
        width: 131px;
        height: 131px;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        -webkit-appearance: none;
    }
    /*---------------------------------------------------------------*/
    /*lodaing*/
    #overlay {
        background: #000000;
        color: #666666;
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 5000;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.80;
    }


    .spinner {
        margin: 0 auto;
        height: 64px;
        width: 64px;
        animation: rotate 0.8s infinite linear;
        border: 5px solid firebrick;
        border-right-color: transparent;
        border-radius: 50%;
        -webkit-appearance: none;
    }

    .spinner {
        display: inline-block;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    .spinner-reverse {
        display: inline-block;
        animation: spin-reverse 1s linear infinite;
    }

    @keyframes spin-reverse {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(-360deg);
        }
    }


    /*---------------------------------------*/
    .img-ndidguide {
        width: 960px;
    }

    .img-preparation {
        width: 960px;
    }


    .form-text-loadRef .font-color-red {
        color: #c40d0d;
    }

    /*  -------------------------------style MB----------------------------*/
    .form-mb {
        display: inline-flex;
        padding: 6px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 2px;
        width: 300px;
    }


    /*loading dip chip page*/
    @keyframes spin {
        from {
            transform: rotate(0);
        }
        to {
            transform: rotate(359deg);
        }
    }

    .spinner-box {
        width: 150px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
    }

    .circle-border {
        width: 120px;
        height: 120px;
        padding: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #269efd;
        background: linear-gradient(0deg, rgb(181, 220, 255) 33%, rgba(23, 151, 252, 255) 100%);
        animation: spin .8s linear 0s infinite;
    }

    .circle-core {
        width: 100%;
        height: 100%;
        background-color: #F8F8F8;
        border-radius: 50%;
    }

    .text-loading-dipchip {
        font-size: 24px;
        font-weight: 700;
        line-height: 31px;
        letter-spacing: 0em;
        text-align: center;

    }

    #overlay-dipchip {
        /*background: #000000;*/
        /*color: #666666;*/
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 5000;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.80;
    }

    /*    pages status */
    .row.status-error {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80vh; /* Optional: Center vertically within the viewport height */
    }

    /* Optional: To center the content within the inner flex container */
    .d-flex.align-items-center.flex-column {
        text-align: center; /* Center text within the container */
    }


}


/*-----------------------------------------------------------------------------------------------*/
/*Ipad device Portrait*/
@media (max-width: 990px) {

    .login,
    .image {
        min-height: 100vh;
    }

    .bg-image {
        background-image: url('../images/bg/fullscreen.jpg');
        /*background-image: url("../images/bg/mercedes.png");*/
        background-size: cover;
        background-position: center center;
        /*background-image: none;*/
    }

    .btn-block {
        width: 300px;
    }

    .term-con-body {
        /*border: 1px solid #DCDCDC !important;*/
        position: static;
        /*width: 1328px;*/
        /*height: 544px;*/
        left: 0px;
        top: 78px;
        height: 50vh;
        border-radius: 8px;
        padding: 36px;
        overflow-y: scroll;
        background: #FFFFFF;
        box-shadow: inset 0px 0px 8px #0078d6;
        /* Inside auto layout */
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 1;
        margin: 10px 0px;
        -webkit-appearance: none;
    }


    /*css set col 6 mobile*/
    .dip-chip-frame, .ocr-frame, .info-ocr-frame, .pi-dip-chip-frame {
        flex: 0 0 50%; /* Split into two columns on smaller screens */
        max-width: 50%;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .dip-chip-frame {
        margin-bottom: 10%;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /* text*/
    .text-h-th {
        color: #000000;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 10px;
        padding-top: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-th {
        margin-top: 5px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-left: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    .text-h-en {
        color: #000000;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 10px;
        padding-top: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-en {
        margin-top: 5px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-left: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    .text-h3-nati {
        color: rgb(0, 0, 0);
        font-size: 28px;
        font-family: "MBCorpoATitleCond", serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-nati {
        color: rgba(0, 0, 0, 0.6);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }


    /*  page inform dip chip*/
    .inform-content-center {
        text-align: center;
    }

    .text-h3-inform {
        color: rgb(0, 0, 0);
        font-size: 26px;
        font-family: "MBCorpoATitleCond", serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .img-informed-chip {
        width: auto; /* Set width to occupy the available width */
        height: 350px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-informed-chip img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */
    }

    .text-h-li {
        color: rgb(0, 0, 0);
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 21.6px */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-li {
        color: rgb(0, 0, 0);
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 27px */
    }

    /*inform - ocr*/
    .img-inform-ocr img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; /* Maintain aspect ratio and fit inside the container */
        margin: auto; /* Center the image horizontally within the container */
        display: block; /* Removes any extra spacing below the image */
    }

    .image_wrapper {
        position: relative;
    }

    .overlay {
        position: absolute;
        /* center overlay text */
        display: flex;
        align-items: center;
        justify-content: center;
        float: right;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .overlay_0 {
        margin-left: 80%;
        margin-top: 60%;
        left: 0;
        top: 0;
        padding: .5rem;
        height: 80px;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /*page status dopa*/
    .img-error-dopa {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-error-dopa img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    ul {
        list-style-type: none;
        padding: 0;
    }

    li {
        margin-bottom: 1rem;
    }

    .text-h-li {
        font-weight: bold;
    }

    .text-d-li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .text-d-li span {
        float: right;
    }

    .card-status-dopa {
        width: 500px;
        padding: 20px;
        border-radius: 8px;
        border-color: rgba(168, 167, 167, 0.29);
        background: rgb(251, 250, 250);
    }

    .text-s-detail {
        color: #000000;
    }

    /*page pi-idcard*/
    .img-success {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-success img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    ul {
        list-style-type: none;
        padding: 0;
    }

    li {
        margin-bottom: 1rem;
    }

    .text-h-li {
        font-weight: bold;
    }

    .text-d-pi {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .text-d-pi span {
        float: right;
    }

    .card-status-dopa {
        width: 700px;
        padding: 20px;
        border-radius: 8px;
        border-color: rgba(168, 167, 167, 0.29);
        background: rgb(251, 250, 250);
    }

    .img-pi-dip-chip {
        width: auto; /* Set width to occupy the available width */
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-pi-dip-chip img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    /*page inform sendlink*/
    .img-link {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-link img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    .img-cheap-saleforce {
        background-size: cover;
        width: auto; /* Set width to occupy the available width */
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-cheap-saleforce img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

    }

    /*    pages status */
    .row.status-error {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80vh; /* Optional: Center vertically within the viewport height */
    }

    /* Optional: To center the content within the inner flex container */
    .d-flex.align-items-center.flex-column {
        text-align: center; /* Center text within the container */
    }

    /*pages disolay ocr*/
    #citizenPic {
        width: auto; /* Set width to occupy the available width */
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    #citizenPic img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    #sourcePic {
        width: 174px; /* Set width to occupy the available width */
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
        object-fit: cover;
    }

    #sourcePic img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }


}


/*mobile device Portrait*/
@media (max-width: 500px) {
    .dip-chip-frame, .ocr-frame, .info-ocr-frame, .pi-dip-chip-frame {
        flex: 0 0 50%; /* Split into two columns on smaller screens */
        /*max-width: 50%;*/
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .term-con-body {
        /*border: 1px solid #DCDCDC !important;*/
        position: static;
        /*width: 1328px;*/
        /*height: 544px;*/
        left: 0px;
        top: 78px;
        height: 42vh;
        border-radius: 8px;
        padding: 28px;
        overflow-y: scroll;
        background: #FFFFFF;
        box-shadow: inset 0px 0px 8px #0078d6;
        /* Inside auto layout */
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 1;
        margin: 16px 0px;
        -webkit-appearance: none;
    }

    .btn-decline-new {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 7px 13px;
        color: #494949;
        background: #D6D6D6;
        border-radius: 2px;
        position: static;
        width: 250px;
        height: 56px;
        left: 256px;
        top: 0px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
        /*margin: 0px 20px;*/
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .btn-accept-new {
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px 25.6px;
        color: #FFFFFF;
        position: static;
        width: 250px;
        height: 56px;
        top: 0px;
        background: #0078D6;
        border-radius: 2px;
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
        /*margin: 0px 20px;*/
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .btn-approve-frs {
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px 25.6px;
        color: #FFFFFF;
        position: static;
        width: 350px;
        height: 56px;
        top: 0px;
        background: #ffc107;
        border-radius: 2px;
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
        /*margin: 0px 20px;*/
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }


    .bg-container {
        /*background-image: url("../images/bg/mercedes.png");*/
        background-image: linear-gradient(to bottom, #b1b1b100, rgba(67, 66, 66, 0.2)), url("../images/bg/bg-mobile.jpg");
        /*background-size: contain;*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 280px;
        flex-shrink: 0;
        /* blur filters */
        /*-webkit-filter: blur(3px);*/
        /*filter: blur(3px);*/
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .section-heading {
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /* header*/
    .img-mercedes {
        margin-right: 20px;
        height: 40px;
        /*width: 72.82819366455078px;*/
        left: 0px;
        top: 0px;
        border-radius: 0px;
        margin-bottom: 20px;
    }

    .section-heading .text-mobile {
        font-size: 25px;
    }

    .section-heading .text-mobile-p {
        font-size: 15px;
    }

    .img-language {
        /*margin-right: 20px;*/
        height: 30px;
        /*width: 72.82819366455078px;*/
        left: 0px;
        top: 0px;
        border-radius: 0px;

    }

    .overlay_0 {
        margin-left: 80%;
        margin-top: 50%;
        left: 0;
        top: 0;
        padding: .5rem;
        height: 80px;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .dip-chip-frame, .ocr-frame {
        flex: 0 0 50%; /* Split into two columns on smaller screens */
        max-width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .dip-chip-frame {
        margin-bottom: 5%;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .img-informed-chip {
        width: auto; /* Set width to occupy the available width */
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    .img-informed-chip img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */
    }

    /* text*/
    .text-h3-inform {
        color: rgb(0, 0, 0);
        font-size: 20px;
        font-family: "MBCorpoATitleCond", serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-th .icon {
        margin-left: auto; /* Pushes the icon to the right */
        display: inline-flex; /* Ensures the icon is inline with the text */
        align-items: center; /* Vertically centers the icon within the paragraph */
        color: #999999; /* Adjust icon color as needed */
        font-size: 14px; /* Adjust icon size as needed */
        padding-left: 8px; /* Adds space between the text and the icon */
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-h-th {
        color: #000000;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 10px;
        padding-top: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-th {
        margin-top: 5px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-left: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    .text-h-en {
        color: #000000;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 10px;
        padding-top: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-d-en {
        margin-top: 5px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-left: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    .text-h3-nati {
        color: rgb(0, 0, 0);
        font-size: 19px;
        font-family: "MBCorpoATitleCond", serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }


    .text-nati {
        color: rgba(0, 0, 0, 0.6);
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    /*page nf2f*/
    .text-nf2f {
        color: #666565;
        font-family: "MBCorpoSTextLight";
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 10px;
        padding-top: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .text-nf2f-d {
        color: #666565;
        font-family: "MBCorpoSText-Regular", serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-left: 10px;
        padding-top: 10px;

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }


    .overlay {
        position: absolute;
        /* center overlay text */
        display: flex;
        align-items: center;
        justify-content: center;
        float: right;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    .overlay_0 {
        margin-left: 80%;
        margin-top: 50%;
        left: 0;
        top: 0;
        padding: .5rem;
        height: 80px;
        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;
    }

    /*    pages status */
    .row.status-error {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80vh; /* Optional: Center vertically within the viewport height */
    }

    /* Optional: To center the content within the inner flex container */
    .d-flex.align-items-center.flex-column {
        text-align: center; /* Center text within the container */
    }

    #citizenPic {
        width: auto; /* Set width to occupy the available width */
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
    }

    #citizenPic img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    #sourcePic {
        width: 174px; /* Set width to occupy the available width */
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; /* Hide any overflow from the image */
        object-fit: cover;
    }

    #sourcePic img {
        max-width: 100%; /* Make sure the image doesn't exceed the container's width */
        max-height: 100%; /* Make sure the image doesn't exceed the container's height */

        -webkit-appearance: none;
        -moz-appearance: none; /*For Mozilla*/
        appearance: none;

    }

    .display-4{
        font-size: 59px;
    }



}


.border16 {
    border-radius: 16px;
}

/*tem And Con*/
.texttc p {

    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0px 0px;

    /*margin-right: 5%;*/
    /*margin-left: 5%;*/
    /*margin-top: 2%;*/
    color: #8E8E8E;
}

.check-tremcon {
    margin-top: 10px;
    margin-bottom: 10px;

}

.check-tremcon label {
    color: #6F6F6F;;
}

.form-check-input {
    background-color: #dedede;
    border-color: #c9c9c9;
    box-shadow: none !important;
    opacity: 1;

}

.form-check-input[type=checkbox] {
    border-radius: 0em;
}

.texttc p {

    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0px 0px;

    /*margin-right: 5%;*/
    /*margin-left: 5%;*/
    /*margin-top: 2%;*/
    color: #8E8E8E;
}

.text-topTermcon {
    float: left;

}


.section-heading .topicTermCon h6 {

    /*font-family: "BMWGroupTN";*/
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    /* or 38px */

    text-transform: uppercase;
    color: #000000;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
    margin: 0px 0px;
    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;


}

.section-heading p {
    color: #000000;

}

/*lodaing*/
#overlay {
    background: #000000;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.textSize {
    font-size: 18px;
}

.border-red {
    border-color: rgb(247 0 0);
}


/*province EN*/
.suggestion {
    /*font-size: 0.9em;*/
    font-size: 15px;
    position: absolute;
    border: 1px solid #d4d4d4;
    z-index: 999;
    max-height: 200px;
    overflow: auto;
}

.suggestion div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    /*border-bottom: 1px solid #d4d4d4;*/
}

.suggestion div:hover {
    background-color: #e9e9e9;
}

.suggestion-active {
    background-color: #4d8ffe !important;
    color: #FFFFFF;
}


/*-------------------------------------------  End -------------------------------------------*/
/*page otp*/
.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-field input {
    height: 45px;
    width: 42px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}

.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}

.resend {
    font-size: 12px;
}
.resentOtp{
    display: none;
}


/*-------------------------------------------  End -------------------------------------------*/


/* ndid */
.text-idpList{
    color: rgba(49, 49, 49, 0.87);
    font-size: 13px;line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}
.img-bank{
    width: auto;
    height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}
.checkstyle{
    padding-top: 2px;
    margin-left: 5px;
    margin-top: 5px;
    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}
.containerForm{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.img-bankVer{
    width: auto;
    height: 80px;
}

.form-load-timeout .text-ref {
    color: rgba(79, 79, 79, 0.88);
    -webkit-appearance: none;
}

/*time out*/
/*idp-list-load*/
.logo-idplist{
    height: 50px;
    width: 50px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);

}
.form-logo-idp p{
    text-align: center;
    color: #000000;
}
.form-text-loadRef{
    text-align: center;
}

.form-text-loadRef p{
    color: #000000;
    font-size: 20px;
}

.form-text-loadRef p .color-bule{
    color: #0066B1;
}


.form-text-loadRef .text-ref{
    color: rgba(79, 79, 79, 0.88);
}

.form-load-timeout .text-ref{
    color: rgba(79, 79, 79, 0.88);
}


/*load spiner*/
.base-timer {
    position: relative;
    width: 131px;
    height: 131px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 3px;
    stroke: rgba(228, 228, 228, 1);;


}

.base-timer__path-remaining {
    stroke-width: 3px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    /*color: rgb(65, 184, 131);*/
    color: #0078D6;
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: red;
}

.base-timer__label {
    position: absolute;
    width: 131px;
    height: 131px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}


/*.base-timer {*/
/*    position: relative;*/
/*    width: 150px;*/
/*    height: 150px;*/
/*}*/

/*.base-timer__svg {*/
/*    transform: scaleX(-1);*/
/*}*/

/*.base-timer__circle {*/
/*    fill: none;*/
/*    stroke: none;*/
/*}*/

/*.base-timer__path-elapsed {*/
/*    stroke-width: 7px;*/
/*    stroke: rgba(128, 128, 128, 0.31);*/
/*}*/

/*.base-timer__path-remaining {*/
/*    stroke-width: 3px;*/
/*    stroke-linecap: round;*/
/*    transform: rotate(90deg);*/
/*    transform-origin: center;*/
/*    transition: 1s linear all;*/
/*    fill-rule: nonzero;*/
/*    stroke: currentColor;*/
/*}*/

/*.base-timer__path-remaining.green {*/
/*    color: rgb(0, 120, 214);*/
/*}*/

/*.base-timer__path-remaining.orange {*/
/*    color: orange;*/
/*}*/

/*.base-timer__path-remaining.red {*/
/*    color: red;*/
/*}*/

/*.base-timer__label {*/
/*    position: absolute;*/
/*    width: 131px;*/
/*    height: 131px;*/
/*    top: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 20px;*/
/*}*/

/*end time out*/

.btn-space {
    margin-right: 10px;  /* Adjust the value to your desired spacing */
}

.btn-space:last-child {
    margin-right: 0;
}
.btn-identity{
    /* Auto layout */
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 25.6px;
    color: #000000B2;
    position: static;
    /*width: 150px;*/
    height: 56px;
    top: 0px;
    background: var(--white);
    border: 1px solid #000000B2;
    border-radius: 2px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /*margin: 0px 20px;*/
    -webkit-appearance: none;
    -moz-appearance: none; /*For Mozilla*/
    appearance: none;
}

/*consent*/
/*.body-list-idp{*/
/*    position: static;*/
/*    !*height: 35vh;*!*/
/*    border-radius: 8px;*/
/*    overflow-y: scroll;*/

/*}*/
/*end consent*/
/*end*/

/*Footer All*/
.container .bg-footer {
    background-color: #000000;
    height: 30px;
}
footer {
    background: #000000;
    box-shadow: 0px -0.3px 0px #AEAEB4;
    backdrop-filter: blur(59.8px);
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    background-size: cover;
    margin-top: 130px;
    position: fixed;
    bottom: 0;
    width: 100%;
    -webkit-appearance: none;
}
footer .footer-Copyright {
    color: #F4F4F4;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    -webkit-appearance: none;
}
footer .text-footer {
    float: left;
}
footer .footer-bmw {
    color: #000000;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
/*end*/