* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe      UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

:root {
    --dark-blue: #051547;
    --light-blue: #0B1E59;
    --dlight-blue: #2C4E86;
}

.pan-verify {
    background-color: #F9F2F4;
    color: #c7254e;
    font-size: 0.8rem;
    padding: 3px 5px;
}

.pan-verify-danger {
    background-color: #FF6666;
    color: white;
    font-size: 0.8rem;
    padding: 3px 5px;
}

.pan-verify-success {
    background-color: #2f7e00;
    color: white;
    font-size: 0.8rem;
    padding: 3px 5px;
}

.header_top {
    background-color: var(--dark-blue);
    height: 30px;
    font-size: 0.9rem;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0px 160px;
}

.header_main {
    background-color: var(--light-blue);
    padding: 15px 160px 30px 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_main .buttons a {
    color: var(--light-blue);
    background-color: white;
    font-weight: 700;
    border: none;
    margin-right: 15px;
}

.header_main img {
    height: 72px;
    width: auto;
}

.f-20 {
    font-size: 20px;
}

.logo {
    height: 72px;
}

.logo h1 {
    line-height: 30px;
}

.header_bottom nav {
    background-color: var(--dlight-blue);
    display: flex;
    padding: 0px 100px;
}

.header_bottom a {
    color: white !important;
    height: 100%;
    border-right: 1px rgb(71, 95, 130) solid;
    padding: 15px 20px 15px 20px !important;
}

.active-menu {
    background-color: #17C4BB;
}

.header_bottom a:hover {
    color: #17C4BB !important;
}

.dropdown-menu {
    background-color: #EBF0F2;
    min-width: 1140px !important;
    top: 0;
    left: 0;
    z-index: 999999;
    margin-block-end: 0px;
    margin-block-start: 0px;
    margin-bottom: 0px;
    margin-inline-end: -952px;
    margin-inline-start: -114.1px;
    margin-left: -85.1px;
    margin-right: -952px;
    margin-top: -2px !important;

}

.dropdown-menu a {
    color: #051547 !important;
}

.menu1 {
    margin-left: -85.1px;
    padding: 0;
}

.menu2 {
    margin-left: -300px;
    padding: 0;

}

.menu3 {
    margin-left: -435px;
    padding: 0;

}

.menux {
    padding: 0;
    margin-top: 100px !important;
}

.menux a {
    width: 100%;
    padding: 0;
    margin: 0;
}

.dropdown-item {
    display: inline-block;
    width: fit-content;
    border: none !important;
    padding: 0px;
}

.registration-menu,
.payments-menu,
.user_service-menu,
.refund-menu {
    display: none;
}

.offline_tool_menu {
    width: 1120px !important;
    position: absolute !important;
    margin: auto !important;
    left: 112px !important;
    top: 284px !important;
    background-color: #E4E8EB;
    padding: 0px 20px 20px 20px;
    box-shadow: 0px 0px 9px black;
    display: none;
    z-index: 9999;
}

.td a {
    color: #051547;
}

.offline_tool_menu a {
    margin-top: 10px;
}

.banner {
    background: url(../img/banner_image_large.jpg);
    height: 330px;
    background-position: center;
}

marquee {
    background-color: #FCF1CA;
    color: red;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 5px;
    margin-bottom: -5px;
}

.marq {
    background-color: #FCF1CA;
    color: red;
    padding: 5px 20px;
}

.nu-box {
    min-height: 100vh;
    width: 80%;
    margin: auto;
}

.nu-box .col-md-7 .box {
    border: 1px rgb(169, 206, 243) solid;
    padding: 10px;
    border-radius: 8px;
}

.nu-box .col-md-5 .box {
    border: 1px rgb(169, 206, 243) solid;
    padding: 10px;
    border-radius: 8px;
}

.nu-box .col-md-5 .box a {
    color: black;
    text-decoration: none;
}

.nu-box .col-md-5 .box a:hover {
    text-decoration: underline;
}

.nu-box .tl:hover {
    background-color: #D4E6F9;
}

#menu {
    display: none;
}

.bg-gray {
    background-color: #E4E8EB !important;
}

.registration {
    min-height: 100vh;
}

.container-x {
    width: 85%;
    margin: auto;
}

.registration-box {
    padding: 10px;
}

.user_status {
    position: relative;
    height: 100px;
    width: 200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    color: #7F7F7F;
}

.c_circle {
    background-color: #7F7F7F;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    color: white;
}

.divider {
    width: 50%;
    border: 1px black solid;
    position: absolute;
    background-color: black;
    top: 25%;
    left: 35%;
    transform: translate(-25%, -40%);

}

.user_status {
    font-size: 0.8rem;
}

.c_circle_active {
    color: orange !important;

}

.c_circle_active div {
    background-color: orange !important;
    color: white !important;

}

.form {
    width: 570px;
    margin: auto;
    padding: 15px;
    font-weight: 400 !important;
}

.form h4 {
    font-size: 18px;
}

/* Hide the default radio button */
input[type="radio"] {
    display: none;
}

/* Custom style for the label */
input[type="radio"]+label {
    position: relative;
    padding-left: 30px;
    /* Space for custom radio */
    cursor: pointer;
    font-size: 16px;
}

/* Create the custom radio button */
input[type="radio"]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #DDDDDD;
    background-color: #FFFFFF;
}

/* Change color when the radio button is checked */
input[type="radio"]:checked+label:before {
    background-color: #F1F1F1;
    /* Change to any color you want */
    border-color: #DDDDDD;
    /* Change to any color you want */
}

/* Add a dot inside the radio button when checked */
input[type="radio"]:checked+label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #41A910;
}

.registration-box {
    padding: 0px;
}

.form-control {
    border-radius: 0px;
}

.registration-box .input-box label {
    font-size: 14px;
}

.desc {
    font-size: 14px;
}

.btn-primaryx {
    background-color: #14315D !important;
    border: none;
    color: white;
}

.btn-primaryx:hover {
    background-color: #0b1a33 !important;
    color: white;

}

.footer {
    background-color: #14315D;
    color: #fff;
    padding: 30px 15px;
    font-size: 14px;
}

.footer a {
    color: #87CEEB;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .social-icons a {
    margin: 0 10px;
    font-size: 18px;
}

.footer .social-icons a:hover {
    color: #87CEEB;
}

.footer .copyright {
    border-top: 1px solid #87CEEB;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
}

footer ul li {
    margin-top: 20px;
}

footer ul li a {
    color: rgba(255, 255, 255, 0.795) !important;
}

footer h6 {
    color: #56CAF0;
}

.bottom-bar {
    background-color: #2C4E86;
    padding: 15px 15px 15px 120px;
}

.bt-default {
    background-color: white !important;
    border: 1px black solid !important;
    color: black;
}

.fit-content {
    width: fit-content !important;
}

.bg-xinfo {
    background-color: #E4E8EB !important;
}

.ttable {
    font-size: 0.8rem;

}

.box {
    overflow: hidden;
}

.fxml {
    font-size: 0.5rem;
}

.my-bg-yellow {
    background-color: #FFEE77 !important;
}

.prf table,
.prf tr,
.prf th,
.prf td,
.prf tbody,
.prf thead {
    border: 0 !important;
    font-size: 1rem;

}

.steps .step img {
    width: 40px;
    margin-bottom: 10px;
}

.steps {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
}

.steps .step {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 0px;
    border: 1px gray solid;
    border-left: none;
    font-size: 0.9rem;
    background-color: #E4E8EB;
}

.step:nth-child(1) {
    border-left: 1px gray solid;
}

.step span {
    display: block;
    text-align: center;
}

.form-switch .form-check-input {
    width: 3rem !important;
    background-color: #7E7E7E;
    background-image: url(../img/circle.svg);
    height: 1.8rem;
}

/* <div class="form-check form-switch">
  <input class="form-check-input" type="checkbox" role="switch" id="flexSwitchCheckDefault">
  <label class="form-check-label" for="flexSwitchCheckDefault">Default switch checkbox input</label>
</div> */


.form-check-input:checked {
    background-color: #28a745 !important;
    /* Green color */
    border-color: #28a745 !important;
    /* Border green */
}

.form-check-input:checked:focus {
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5) !important;
    /* Focus glow effect */
}


.arp {
    display: none;
}

.crp {
    display: none;
}

.suggestions {
    border: 1px solid #ccc;
    border-top: none;
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    background: white;
    z-index: 1000;
}

#goodsInput>.suggestions,
#servicesInput>.suggestions {
    width: 100%;
}

.suggestion-item {
    padding: 8px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}

#goodsTable,
#servicesTable {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    display: none;
    /* Initially hidden */
}

#goodsTable th,
#goodsTable td,
#servicesTable th,
#servicesTable td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

#goodsTable th,
#servicesTable th {
    background-color: #f8f8f8;
}

.delete-btn {
    background-color: #f44336;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}

.delete-btn:hover {
    background-color: #d32f2f;
}

.tab {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 5px;
    cursor: pointer;
}

#tabs {

    border-bottom: 0.5px rgba(128, 128, 128, 0.404) solid;
}

.tab.active {
    border-bottom: 2px #17C4BB solid;
}

.content {
    display: none;
}

.content.active {
    display: block;
}

.text-primary {
    color: #2C4E86 !important;
}

.active-check {
    background-color: #2C4E86 !important;
    color: white !important;
    position: relative;

}

.active-check img {
    filter: brightness(0) invert(1);
}

.active-check::after {
    content: "✔";
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 1.5rem;
}

#resp {
    display: none;
}

@media (max-width:800px) {

    .header_top {
        display: none;
    }

    .buttons {
        display: none !important;
    }

    .header_main {
        padding: 0px 20px 10px 20px !important;
    }

    .header_main div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 40px;
    }

    .header_main div h1 {
        font-size: 1rem !important;
    }

    .logo h1 {
        line-height: 15px;
    }

    .logo {
        padding: 0 !important;
    }

    .f-20 {
        font-size: 0.6rem;
    }

    .header_main img {
        height: 50px;
        width: auto;
    }

    #menu {
        display: block;
        color: white;
        font-size: 1.5rem;
    }

    .header_bottom {
        padding: 0px;
        display: none;
        position: absolute;
        z-index: 9999;
    }

    .header_bottom nav {
        background-color: var(--dlight-blue);
        display: flex;
        padding: 0px;
        padding: 0;
    }

    .header_bottom nav a {
        border: none;
        width: 100vw;
        height: 100%;
        margin: 0;
    }

    .header_bottom .container-fluid {
        width: 100% !important;
        padding: 0;
    }

    .menu1 {
        margin-left: 0px;
    }

    .menu2 {
        margin-left: 0px;
    }

    .menu3 {
        margin-left: 0px;
    }

    .dropdown-item {
        display: block;
        width: fit-content;
        border: none !important;
        padding: 0px;
    }

    .registration {
        min-height: 100vh;
        background-color: white !important;
    }

    .container-x {
        width: 100%;
        margin: auto;
    }

    .head {
        font-size: 0.8rem;
    }


    .user_status {
        position: relative;
        height: 80px;
        width: 200px;
        margin: initial;
        display: flex;
        justify-content: space-between;
        color: #7F7F7F;
    }

    .c_circle {
        background-color: #7F7F7F;
        height: 40px;
        width: 40px;
        border-radius: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        color: white;
    }

    .divider {
        width: 55%;
        border: 1px black solid;
        position: absolute;
        background-color: black;
        top: 25%;
        left: 30%;
        transform: translate(-25%, -40%);

    }

    .user_status {
        font-size: 0.8rem;
    }

    .c_circle_active {
        color: orange !important;

    }

    .c_circle_active div {
        background-color: orange !important;
        color: white !important;

    }

    .form {
        width: 100%;
        margin: auto;
        padding: 0px;
    }

    .radio label {
        font-size: 0.9rem !important;
    }

    .nu-box {
        min-height: 100vh;
        width: 100%;
        margin: auto;
    }
}