@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');


/* --- FROM assets\css\main_style.css --- */

html,
body {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 16px;
    background: #f4f5f7;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #333
}

a:hover,
a:hover i {
    color: #3c884a
}

/*Header*/
header.page-header {
    background: none;
    padding: 10px;
    _box-shadow: 0px 1px 5px #00000080
}

header.page-header .home-page-logo img {
    height: 50px
}

header .header-right {
    display: table;
    list-style: none;
    float: right;
    margin: 0;
    padding: 0
}

header .header-right>li {
    height: 40px;
    display: table-cell;
    vertical-align: middle !important;
}

header.page-header .header-right ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header.page-header .dropdown-item span {
    width: 30px;
    text-align: left;
    display: inline-block
}


header.page-header .dropdown-item img {
    width: 20px
}

header.page-header .dropdown-item i {
    font-size: 18px
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999999;
}

.navbarOffsetMargin {
    padding-top: 50px;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header.page-header {
    padding: 10px 8px;
    position: fixed;
    width: 100%;
    top: 0px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.cont_pad {
    padding: 80px 0 50px 0;
}

/*Header*/

/*Footer*/
footer.page-footer {
    padding: 0;
    font-size: 14px;
    margin-top: auto;
    width: 100%;
    color: black;
}


.footer-heading {
    color: #0c0c0c;
    font-size: 18px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 12px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #14a37a;
}

@media (max-width: 767.98px) {
    .footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links li a:hover {
    color: #000000 !important;
    transform: translateX(5px);
}

.social-icon-link {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon-link:hover {
    background: #14a37a;
    color: #fff !important;
    transform: translateY(-3px);
}

.footer-bottom-section {
    background: #053b2f;
}

.contact-info-list i {
    font-size: 18px;
}

/*Footer*/

/*Common*/
.common-bg {
    background: #fff;
    padding: 10px;
    border-radius: 5px
}

.common-bg-green {
    background: #f0f8f3
}

.common-width {
    max-width: 800px;
    margin: auto
}

.common-service-information ul li {
    list-style-type: none;
}

/*Common*/

/*Home Page*/
.service-category-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.service-category-list>li>div.service-category {
    border-bottom: 1px solid #3c884a;
    padding: 7px 5px;
    cursor: pointer;
    background: #f1f1f1
}

.service-category-list li.active .service-category {
    background-color: #3c884a;
    border-bottom: 1px solid #ff0101;
    color: #ffffff
}

.service-category-list li.inactive ul {
    display: none
}

.service-category-list li ul {
    list-style: none;
    margin: 0;
    padding: 0
}


.service-category-list li ul li i {
    margin-right: 12px
}

.service-category-list li ul li a {
    padding: 13px 7px 7px 15px;
    display: block;
    border-bottom: 1px solid #ccc
}

.service-category-list li ul li:last-child a {
    border: 0
}

.service-category-list li ul li a:hover {
    border-bottom: 1px solid #ff0101;
}

.service-list {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.service-list li {
    position: relative
}

.service-list li i {
    position: absolute;
    right: 5px;
    top: 30%
}

.service-list li a {
    padding: 5px 5px;
    display: block;
    border-bottom: 1px solid #f1f1f1
}

.service-list li a .sl {
    margin-right: 7px
}

.service-list-search {
    padding: 7px
}

.service-list-search .origin-list li a:hover,
.service-list-search .origin-list li a.active {
    border-bottom: 1px solid #ccc
}

.service-list li a:active,
.service-list li a:hover {
    color: #000000
}

.home-doptor-service {
    cursor: pointer
}

.myServiceType {
    list-style: none;
    margin: 0;
    padding: 0
}


.myServiceType li>div {
    cursor: pointer;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 3px
}

.myServiceType li>div:hover {
    background: #f0f8f3;
    border: 1px solid #198754
}

.myServiceType li>div img {
    border-radius: 5px;
    max-width: 32px;
    max-height: 32px;
    float: left;
    margin-right: 5px;
    padding: 4px
}

.myServiceType li>div div {
    font-size: 14px;
    padding: 7px
}

.myServiceType li>div.active {
    background: #f0f8f3;
    border: 1px solid #198754;
}

.search_part {
    max-width: 90%;
    margin: 0 auto;
}

.btn-custom {
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    font-size: 16px;
}

.banner_cont {
    padding: 68px 0 0px 0;
}

.service_part {
    padding: 20px 0;
}

/*Home Page*/

.min-vh-60 {
    min-height: 60vh !important;
}

.min-vw-60 {
    min-width: 60vw !important;
}

.min-vh-86 {
    min-height: 86vh !important;
}

.min-vw-86 {
    min-width: 86vw !important;
}

.min-vh-14 {
    min-height: 14vh !important;
}

.min-vw-14 {
    min-width: 14vw !important;
}

.statistics {
    background: #e2f1e8;
    display: flex;
    align-items: center;
}

.sweet-html {
    line-height: 23px
}

/*Dashboard Profile*/
.profile {
    border: 1px solid #d8e2e7;
    border-radius: 5px;
    text-align: center;
    padding: 20px 15px 15px;
    background: linear-gradient(#ffffff10, #c1dfed50)
}

.profile .profile-photo img {
    border-radius: 50%
}

.profile .profile-name {
    font-size: 16px;
    border-radius: 15px;
    background: #00a8ff;
    color: #fff;
    margin: 7px;
    padding: 5px 10px;
    display: inline-block
}

.profile .profile-mobile {
    font-size: 16px
}

.dashboard-menu {
    border: 1px solid #d8e2e7;
    border-radius: 5px;
    margin: 10px 0
}

.dashboard-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.dashboard-menu ul li {
    border-bottom: 1px solid #d8e2e7
}

.dashboard-menu ul li:last-child {
    border-bottom: 0px
}

.dashboard-menu ul li a {
    padding: 15px 15px 10px 15px;
    display: block;
    font-size: 16px
}

.dashboard-menu ul li a i {
    color: #606268;
    font-size: 18px;
    margin-right: 15px
}

/*Dashboard Profile*/

/*Application Form*/
.application-form {
    border: 1px solid #cfe2ff;
    padding: 15px;
    border-radius: 5px
}

.application-form [obd="add-content"] {
    display: none
}

.application-form .required-error {
    border: 1px solid #cd0000 !important;
    background: rgba(205, 0, 0, 0.1) !important;
}

.application-form .attachment.required-error {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

#application-form {
    margin-bottom: 20px
}

#application-form .form-group {
    margin-bottom: 10px
}

.required {
    color: #cd0000
}

/*Application Form*/

.application-form .alert {
    position: inherit;
}

/*Preview Form*/


.application-view [obd="form-layout"]>label {
    margin-right: 10px
}

[obd="clear-dsignature"] {
    display: none
}

/*Preview Form*/

/*Application Status*/
.application-status {
    _max-width: 750px;
    margin: auto;
    text-align: left;
    padding: 10px
}

.application-status-history {
    width: 100%;
    border: 1px solid #707f91;
    cursor: pointer;
    border-collapse: separate;
    margin-top: 1rem
}

.application-status-history tr th {
    background: #707f91;
    color: #FFF;
    padding: 5px 7px;
    font-weight: bold !important;
}

.application-status-history tr td {
    background: #FFF;
    padding: 10px
}

.application-status-history tr:nth-child(2n+1) td {
    background: #e9fbe9
}

.application-status-history tr:hover td {
    background: #00a8ff;
    color: #FFF
}

.application-status .running-task {
    font-size: 14px;
    height: 30px
}

.application-status .running-task span:nth-child(2) {
    position: relative
}

.application-status .running-task span:nth-child(2) i {
    position: absolute;
    margin-top: -15px;
    margin-left: -7px;
    font-size: 53px
}

.application-status .timeline-wrapper {
    margin-left: 0.5rem;
    border-left: 3px dashed #ddd
}

.application-status .step-node {
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative
}

.application-status .step-node h3,
.step-node p {
    margin: 0
}

.application-status .step-node::before {
    content: "\f192";
    width: 1rem;
    height: 1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f192";
    position: absolute;
    top: -0.2rem;
    left: -0.6rem
}

/*Application Status*/

/*Application Lists*/
#application_list thead tr th {
    font-size: 14px
}

#application_list tbody tr td {
    font-size: 14px
}

/*.dataTables_paginate{ margin-top: 10px}*/
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #198754 !important;
    background: #19875450 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #198754 !important;
    background: #19875450 !important;
    color: #fff !important;
}

/*Application Lists*/

/*Application Status Journey*/
.bs-wizard {
    margin-bottom: 40px;
}

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
}


.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
    height: 20px
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #333;
    font-size: 1.1rem;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fbbd19;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-red-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #ff7277;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-red-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fe000a;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard-red-dot:nth-of-type(1) {
    opacity: 1
}


.bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #fbe8aa;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.progress-red-bar {
    background: #efbbbf
}

/*Application Status Journey*/

/*Application Status Indicator*/
ul.steps-indicate {
    list-style: none;
    overflow: hidden;
    margin: 20px 0;
    padding: 0
}

ul.steps-indicate li {
    float: left;
    margin-right: 25px;
    font-size: 1.05rem
}

ul.steps-indicate li>span {
    margin-right: 7px;
    float: left
}

ul.steps-indicate li span.steps-dot {
    width: 10px;
    height: 10px;
    margin-top: 7px;
    border-radius: 50%;
    display: inline-block
}

/*Application Status Indicator*/

/*Invoice*/
#invoice-receipt {
    border: 1px solid #333;
    padding: 2px
}

#invoice-receipt h3.service-name {
    background: #f1f1f1;
    padding: 7px
}

/*Invoice*/

/*===============================*/
/*Service Form*/
[obd="dsignature"] {
    position: relative;
    width: 300px;
    display: inline-block
}

[obd="dsignature"] canvas {
    border: 1px dashed #333;
    border-radius: 3px;
    cursor: url("../../image/pen.png"), auto;
}

[obd="dsignature"] [obd="clear-dsignature"] {
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: -1px;
    border-radius: 0 3px 0 3px;
    background: #f9f9f9;
    font-size: 10px;
    padding: 2px;
    opacity: .5
}

[obd="dsignature"] [obd="clear-dsignature"]:hover {
    opacity: 1
}

[obd="dsignature"] label {
    border-top: 1px dashed #333;
    text-align: center;
    padding: 3px 0 0 0;
    margin: 3px 0 0 0;
    width: 100%
}

[obd="usignature"] {
    position: relative;
    width: 200px;
    display: inline-block
}

[obd="usignature"] img {
    width: 200px;
    height: 100px;
    border-radius: 5px;
    border: 1px dashed #333
}

[obd="usignature"] [obd="upload-image"] {
    cursor: pointer;
    position: absolute;
    bottom: -6px;
    right: 0px;
    font-size: 20px;
    color: #ebba24
}

[obd="usignature"] [obd="clear-image"] {
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: -1px;
    border-radius: 0 3px 0 3px;
    background: #f9f9f9;
    font-size: 10px;
    padding: 2px;
    opacity: .5
}

[obd="usignature"] [obd="clear-image"]:hover {
    opacity: 1
}

[obd="usignature"] label {
    border-top: 1px dashed #333;
    text-align: center;
    padding: 3px 0 0 0;
    margin: 7px 0 0 0;
    width: 100%
}

[obd="uphoto"] {
    position: relative;
    width: 100px;
    display: inline-block
}

[obd="uphoto"] img {
    width: 100px;
    height: 120px;
    border-radius: 5px;
    border: 1px dashed #333
}

[obd="uphoto"] [obd="upload-image"] {
    cursor: pointer;
    position: absolute;
    bottom: -6px;
    right: 0px;
    font-size: 20px;
    color: #ebba24
}

[obd="uphoto"] [obd="clear-image"] {
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: -1px;
    border-radius: 0 3px 0 3px;
    background: #f9f9f9;
    font-size: 10px;
    padding: 2px;
    opacity: .5
}

[obd="uphoto"] [obd="clear-image"]:hover {
    opacity: 1
}

[obd="uphoto"] label {
    border-top: 1px dashed #333;
    text-align: center;
    padding: 3px 0 0 0;
    margin: 7px 0 0 0;
    width: 100%
}

[obd="previewCroppedImageBox"] {
    display: inline-block;
    padding: 5px;
    border: 1px dashed #333;
    border-radius: 5px
}

[obd="previewCroppedImage"] {
    overflow: hidden
}

#imageForCropped {
    max-height: 230px;
    max-width: 100%
}

[obd="processpayment"] {
    border: 1px solid #ccc;
    border-radius: 5px
}

[obd="processpayment"]>label {
    font-weight: bold;
    background: #f1f1f1;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
    display: block;
    text-align: left;
}

[obd="attachment"] {
    border: 1px solid #ccc;
    border-radius: 5px
}

[obd="attachment"]>label {
    font-weight: bold;
    background: #f1f1f1;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
    display: block
}

[obd="attachment"] #attachments .attachment {
    padding: 7px 10px;
    border-bottom: 1px dotted #ccc;
    position: relative
}

[obd="attachment"] #attachments .attachment:hover {
    background: #c9f1fc
}

[obd="attachment"] #attachments .attachment i {
    color: #ebba24;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 5px
}

[obd="attachment"] #attachments .attachment i.attach-view {
    color: #ebba24;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 40px !important
}

[obd="attachment"] #attachments .attachment i.new-download-doc {
    color: #ebba24;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 72px !important
}

[obd="attachment"] #attachments .attachment i.upload-remove-but {
    color: #ebba24;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 105px !important
}

[obd="attachment"] #attachments .attachment i.my-locker-icon {
    color: #ebba24;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 50px !important
}

[obd="attachment"] #attachments .attachment a {
    color: #ebba24;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 30px
}

[obd="attachment"] #attachments .attachment-add-more {
    margin: 7px 10px
}

/*Service Form*/


/*Attachment*/

.uploadLoading {
    box-sizing: content-box;
    height: 15px;
    /* Can be anything */
    position: relative;
    margin: 5px 0 2px 0;
    /* Just for demo spacing */
    background: #555;
    border-radius: 25px;
    padding: 0px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.uploadLoading>div {
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: rgb(43, 194, 83);
    background-image: linear-gradient(180deg,
            rgb(43, 194, 83) 37%,
            rgb(84, 240, 84) 69%);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
        inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.uploadLoading>div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent);
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

/*Attachment*/

/**Auto complete*/
.easy-autocomplete {
    /* min-width: 400px; */
    min-width: 90%;
    margin: 0px;
}

.innerpage-search-form {
    display: flex;
}

/**Search Page*/
.service-search-result {
    margin-top: 30px;
    min-height: 200px;
}

.service-search-result .search-header {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 20px;
    color: #000000;
}

.service-search-result ul {
    margin: 0px;
    padding: 0px;
}

.service-search-result ul li {
    list-style: none;
}

.service-search-result ul li a {
    color: #000aff;
    font-size: 18px;
}

.service-search-note {
    display: block;
    width: 100%;
    padding: 10px 0px 10px 20px;
}

.service-search-note span {
    margin-right: 30px;
    font-size: 0.9rem;
}

/*assistant dashboard*/
.profile-header-photo {
    height: 150px;
    margin: 0;
    box-shadow: 0px 2px 5px #999;
    z-index: 0;
    position: relative;
    color: #fff;
}

div#profile_menu>ul>li {
    border: none;
    display: inline-block;
    transition: .5s;
    font-weight: 600;
    margin-right: 10px;
    /* background: #dbdbdb36; */
}

div#profile_menu>ul>li:last-child {
    margin-right: 0px;
}

div#profile_menu>ul>li>a {
    display: block;
    position: relative;
    padding: 0px 15px;
    font-size: 24px;
    color: #000;
}

#profile_menu ul li i {
    font-size: 1rem;
    margin-right: 10px;
}

div#profile_menu>ul>li>a>i {
    color: #000;
}

div#profile_menu>ul>li.active {
    background: #20ce6a;
}

div#profile_menu>ul>li.active>a,
div#profile_menu>ul>li.active>a>i {
    color: #fff;
}

div#profile_menu>ul>li>a:hover,
div#profile_menu>ul>li>a>i:hover {
    color: #000 !important;
}

/* #profile_menu ul li:hover {
    background: #cddee7;
} */
.obd-pagination {
    display: inline-block;
    width: auto;
    border-right: 1px solid #8263b0;
    border-left: 1px solid #8263b0;
    border-radius: 3px;
}

.obd-pagination li {
    border: 1px solid #8263b0;
    border-left: 0;
    text-align: center;
    display: inline-block;
}

.pagination {
    float: right !important;
}

.obd-pagination {
    margin: 0.5rem 0 0 0;
}

.pagination {
    font-size: 1rem;
}

.obd-pagination li.active a {
    background: #2b1847;
    color: #FFF;
}

.obd-pagination li a:hover {
    background: #83b12a;
    color: #FFF !important;
}

.obd-pagination li:first-child a {
    border-radius: 2px 0 0 2px;
}

.obd-pagination li a {
    padding: 0.2rem 0.3rem;
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    background: #edecf0;
}

.menu_profile_img {
    height: 20px;
}

ul>img {
    /* height:5vh; */
    height: 40px;
}

.latest_update_header i {
    cursor: pointer;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-15 {
    border-radius: 15px;
}

.rounded-30 {
    border-radius: 30px;
}

.current_service_border {
    border-left: 4px solid #B3489A;
}

.video-tutorial-title {
    /* height: 8vh; */
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.video-tutorial-time {
    color: #868990;
    font-size: 17px;
}

/* .search-all-input{
  font-family: FontAwesome;
} */
.search-all-input:focus {
    border: 0px solid transparent !important;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 20%) !important;
}

.pointer {
    cursor: pointer;
}

.help_desk_grid:hover {
    background-color: #C4C4C433;
}

.header-name {
    padding-top: 12px;
}

.call_icon {
    width: 40px;
    height: 40px;
}

.step-completed {
    margin-left: 12px;
}

.running-right-arrow {
    height: 10px;
}

.youTubeContainer {
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    height: 240px;
    width: 100%;
}

.youTubeContainer .video {
    width: 100%;
    height: 100%;
    /* height: 210px; */
}

.user_comment_textarea::-webkit-input-placeholder {
    font-size: small;
    line-height: 2;
}

#feedback_submit_btn {
    font-size: small;
}

.service-use a {
    font-size: 16px;
}

.service-create a {
    font-size: 16px;
}

.rapid-degit a {
    font-size: 16px;
}

.service-use a:hover {
    color: #333;
    font-size: 16px;
}

.service-create a:hover {
    color: #333;
    font-size: 16px;
}

.rapid-degit a:hover {
    color: #333;
    font-size: 16px;
}

.text-align-justify {
    text-align: justify;
}

.z-index-5 {
    z-index: 5;
}

.easy-autocomplete input {
    box-shadow: none !important;
}

.easy-autocomplete-container ul>li {
    text-align: start;
}

/* Scroll Bar Start */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* Scroll Bar End */

/* profile start */
.widget-icon::after {
    display: none !important;
}

/* profile end */

.box_title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: bold;
}

#application_latest_status {
    max-width: 400px;
    margin: 0 auto;
}

.about-title h4,
.manual-title h4,
.helpdesk-title h4 {
    font-size: 24px;
}

.about-body h6,
.conditions-body h6,
.helpdesk-body h6,
.cooperation-body h6 {
    font-size: 18px;
}

.btn_pad {
    padding: 7px 15px 3px 15px;
}

@media only screen and (max-width: 1199px) {
    #application_latest_status {
        padding: 0 0px;
    }

    .btn_pad {
        padding: 7px 10px 3px 10px !important;
    }
}

.reg_btn {
    border-radius: 40px;
    padding: 11px 0 7px 0;
    font-weight: bold;
}

.login_inner {
    padding: 50px 0;
}

.reg_inner {
    padding: 30px 40px;
}

#my-form .form {
    background: #FFFFFF;
    max-width: 420px;
    margin: 0 auto;
    border-radius: 8px 8px 10px 10px;
}

.home_link {
    background: #EFF8F1;
    border-radius: 8px 8px 0px 0px;
}

.home_link a {
    color: #3C884A;
    line-height: 26px;
    font-weight: 400;
    font-size: 14px;
}

.logo-title {
    font-size: 25px;
    color: #0F1117;
    font-weight: 500;
    line-height: 30px;
}

.assistive small {
    color: #848484;
}

.my-form-group {
    position: relative;
    padding-bottom: 15px
}

.my-form-group .floating-label {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #868990;
    pointer-events: none;
    transition: 0.2s;
    font-size: 14px;
}

.my-form-group .form-control:focus~label.floating-label,
.my-form-group .form-control:not(:placeholder-shown)~label.floating-label {
    left: 10px;
    top: -10px;
    background: #fff;
    padding: 0px 5px;
    display: inline-block;
    color: #666;
    font-size: 12px
}

.my-form-group-error .form-control {
    border-color: red
}

.my-form-group-error .floating-label {
    color: red !important;
}

.my-form-group-error .error-message {
    text-align: left;
    font-size: 12px;
    padding-top: 5px;
    color: red
}

.show-password {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.content_inner {
    padding: 20px 0;
}

.serviceBox {
    border: 1px solid #EAECF0;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
}

.serviceBox a {
    padding: 8px 10px 6px 10px;
}

.serviceSearch {
    border: 1px solid #ccc;
}

.service-list-search-input {
    width: 91%;
    padding: .575rem .75rem;
}

.service-list-search-input:focus {
    outline: 0px !important;
    box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
    .service-list-search-input {
        width: 76%;
    }

    .easy-autocomplete {
        min-width: 88%;
    }
}

@media only screen and (max-width: 575px) {

    .easy-autocomplete {
        min-width: 88%;
    }

    .helpdesk-title h4 b {
        line-height: 30px;
    }

    .application-status .running-task {
        height: auto
    }

    .min-vh-60 {
        min-height: 45vh !important;
    }
}

@media only screen and (max-width: 767px) {
    .easy-autocomplete {
        min-width: 75%;
    }
}

@media only screen and (max-width: 440px) {
    .easy-autocomplete {
        min-width: auto !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .service-list-search-input {
        width: 84%;
    }
}

#home-service-list-title {
    padding-left: 7px;
}

.searchText {
    font-size: 16px;
    color: #198754;
}

.applyStatus .selected {
    background: #198754;
    border-color: #198754;
    color: #fff;
}

.helpdesk-title h4 b {
    font-size: 24px;
    line-height: 36px;
}

.notify_toggle {
    position: relative;
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.notify_toggle:before {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: 34px;
    height: 14px;
    font-size: 10px;
    display: block;
    background: #e6e6e6;
    border-radius: 8px;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}

.notify_toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.notify_toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: #157347;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
}

.notify_chcek:checked+.notify_toggle:before,
.notify_chcek:checked+.notify_toggle:before {
    background: rgba(60, 136, 74, 0.3);
}

.notify_chcek:checked+.notify_toggle span,
.notify_chcek:checked+.notify_toggle span {
    background: #157347;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    -o-transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    -webkit-box-shadow: 0 3px 8px rgba(255, 123, 176, 0.2);
    box-shadow: 0 3px 8px rgba(255, 123, 176, 0.2);
}

.notify_chcek:checked+.notify_toggle span:before,
.notify_chcek:checked+.notify_toggle span:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.notify_box {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}

.notify_box:hover {
    background: #F2F8F4;
}

.notify_box .fa-bell {
    color: #b3489a;
}

.notify_box .fa-check-square {
    color: #3C884A;
}

.notify_box .fa-exclamation-triangle {
    color: #F9A118;
}

.notify_box h3 {
    font-size: 20px;
    line-height: 26px;
    color: #121212;
    font-weight: 600;
    margin: 0;
}

.notify_box p {
    font-size: 16px;
    font-weight: 400;
    color: #606268;
    margin: 0;
}

.notify_box small {
    font-size: 14px;
    font-weight: 500;
    color: #979797;
}

.header_notify_box {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.header_notify_box:hover {
    background: #F2F8F4;
}

.header_notify_box .fa-bell {
    color: #b3489a;
}

.header_notify_box h3 {
    font-size: 16px;
    line-height: 22px;
    color: #121212;
    font-weight: 600;
    margin: 0;
}

.header_notify_box p {
    font-size: 14px;
    font-weight: 400;
    color: #606268;
    margin: 0;
}

.header_notify_box small {
    font-size: 12px;
    font-weight: 500;
    color: #979797;
}

.all-notify a {
    color: #3C884A;
    font-size: 14px;
}

.payment-price .pay {
    color: #3A3A3A;
    font-size: 20px;
}

.profile-left {
    position: absolute;
    left: 10px;
    top: 30%;
}

.profile-right {
    position: absolute;
    right: 10px;
    top: 30%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .profile-left {
        top: 20%;
    }

    .profile-right {
        top: 20%;
    }
}

/*  BEGIN: CSS for Shortcut Button list  */
.popup-root {
    position: fixed;
    top: 0;
    left: 0;
    background: hsla(0, 0%, 80%, .5019607843);
    z-index: 9999991;
    transition: all .4s;
    width: 100%;
    height: 100%;
}

.popup-root>.md {
    left: 25%;
    top: 10%;
    width: 50%;
    height: 80%;
}

.popup-root>.popup {
    position: absolute;
    transform: translate(0);
    background: #fff;
    border-radius: 7px 0 0 7px;
}

.popup-root>.popup .popup-close {
    background-color: #fff;
    position: absolute;
    right: -17px;
    top: -17px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999992;
    box-shadow: -10px 10px 40px rgb(0 0 0 / 10%);
    border: 2px solid #7e75c1;
}

.popup-root>.popup .popup-header {
    width: 100%;
    height: 30px;
    padding: 15px 5px 25px 5px;
}

.popup-root>.popup .popup-body {
    overflow-y: auto;
    position: relative;
    width: 100%;
    height: 80%;
    margin-top: 10px;
}

/* END: CSS for Shortcut Button list */
/* Start: CSS for Tooltip */
.tooltip2 {
    position: relative;
    display: inline-block;
}

.tooltip2 .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    top: 45px;
    left: -70%;
    font-size: 14px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip2:hover .tooltiptext {
    visibility: visible;
}

.tooltip3 {
    position: relative;
    display: inline-block;
}

.tooltip3 .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    top: 25px;
    left: -70%;
    font-size: 14px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip3:hover .tooltiptext {
    visibility: visible;
}

/* END: CSS for Tooltip */


.mylocker-iframe {
    aspect-ratio: 1 / 1;
    width: 50vw !important;
    height: 90vh !important;
}

#give-feedback {
    top: 70px;
}

.service-title-info {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
    /* position: relative; */
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

/*rdcd office_attention_desk start*/
.office_attention_desk .inline {
    display: inline-block;
    width: auto;
}

.label-primary {
    background-color: #00a8ff;
}

/*rdcd office_attention_desk end*/

#application-form div[obd-type="html"] input {
    margin: 5px
}

/*custom*/
.custom_input_file_shakkho {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 6px 6px 5px -1px rgba(0, 0, 0, 0.75);
}

.service_list_custom {
    box-shadow: 10px 10px 0px 0px rgb(247, 247, 247);
    background-color: #fcfefa;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #198754;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

/* --- FROM assets\css\style.css --- */
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

/* Shakkho Certificate Info Page Styles */
.shakkho_certificate_info_main-container {
    padding-top: 80px;
    padding-bottom: 60px;
}

.shakkho_certificate_info_banner-card {
    background: #fff;
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.shakkho_certificate_info_banner-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(20, 163, 122, 0.05));
    pointer-events: none;
}

.shakkho_certificate_info_banner-icon {
    width: 80px;
    height: 80px;
    background: #e1f2ed;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #14a37a;
}

.shakkho_certificate_info_banner-title {
    font-size: 28px;
    font-weight: 700;
    color: #074d3d;
    margin-bottom: 10px;
}

.shakkho_certificate_info_banner-desc {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    max-width: 700px;
}

.shakkho_certificate_info_badge-custom {
    background: #e9f5f1;
    color: #14a37a;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.shakkho_certificate_info_btn-apply {
    background: #14a37a;
    color: #fff;
    padding: 12px 25px;
    border-radius: 12px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(20, 163, 122, 0.3);
}

.shakkho_certificate_info_btn-apply:hover {
    background: #074d3d;
    color: #fff;
    transform: translateY(-2px);
}

.shakkho_certificate_info_stat-card {
    background: #fff;
    border: none;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.shakkho_certificate_info_stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.shakkho_certificate_info_stat-icon.time {
    background: #fff3e0;
    color: #ff9800;
}

.shakkho_certificate_info_stat-icon.doc {
    background: #e0f2f1;
    color: #009688;
}

.shakkho_certificate_info_stat-icon.fee {
    background: #e3f2fd;
    color: #2196f3;
}

.shakkho_certificate_info_stat-label {
    font-size: 13px;
    color: #666;
    margin-bottom: 2px;
}

.shakkho_certificate_info_stat-value {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.shakkho_certificate_info_section-card {
    background: #fff;
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    overflow: hidden;
}

.shakkho_certificate_info_section-header {
    padding: 20px 25px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 18px;
    color: #074d3d;
}

.shakkho_certificate_info_section-body {
    padding: 25px;
}

.shakkho_certificate_info_doc-item {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.shakkho_certificate_info_doc-number {
    width: 28px;
    height: 28px;
    background: #14a37a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.shakkho_certificate_info_doc-tags {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.shakkho_certificate_info_doc-tag {
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
}

.shakkho_certificate_info_tag-required {
    background: #ffebee;
    color: #f44336;
}

.shakkho_certificate_info_tag-format {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #ddd;
}

.shakkho_certificate_info_tag-size {
    background: #fff8e1;
    color: #ffa000;
    border: 1px solid #ffe082;
}

.shakkho_certificate_info_instructions-box {
    background: #fff9f0;
    border: 1px solid #ffe0b2;
    border-radius: 12px;
    padding: 20px;
}

.shakkho_certificate_info_instruction-item {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #5d4037;
}

.shakkho_certificate_info_instruction-item::before {
    content: '>';
    color: #fb8c00;
    font-weight: bold;
}

.shakkho_certificate_info_fee-card {
    background: #074d3d;
    color: #fff;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 25px;
}

.shakkho_certificate_info_fee-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 15px;
    opacity: 0.9;
}

.shakkho_certificate_info_fee-total {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 12px;
}

.shakkho_certificate_info_fee-total-label {
    font-size: 18px;
    font-weight: 600;
}

.shakkho_certificate_info_fee-total-value {
    font-size: 24px;
    font-weight: 800;
}

.shakkho_certificate_info_timeline-display {
    text-align: center;
    padding: 20px;
}

.shakkho_certificate_info_timeline-value {
    font-size: 32px;
    font-weight: 800;
    color: #14a37a;
    margin: 10px 0;
}

.shakkho_certificate_info_process-list {
    position: relative;
    padding-left: 30px;
}

.shakkho_certificate_info_process-list::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background: #eee;
}

.shakkho_certificate_info_process-step {
    position: relative;
    margin-bottom: 25px;
}

.shakkho_certificate_info_process-step::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    z-index: 1;
}

.shakkho_certificate_info_process-step.active::before {
    background: #14a37a;
    border-color: #14a37a;
}

.shakkho_certificate_info_process-step.done::before {
    background: #4caf50;
    border-color: #4caf50;
    content: 'Ã¢Å“â€œ';
    color: #fff;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shakkho_certificate_info_process-title {
    font-size: 15px;
    font-weight: 700;
    color: #074d3d;
}

.shakkho_certificate_info_process-desc {
    font-size: 12px;
    color: #666;
}

.shakkho_certificate_info_help-box {
    background: #fffcf0;
    border: 1px solid #ffe082;
    border-radius: 16px;
    padding: 20px;
}

.shakkho_certificate_info_help-phone {
    font-size: 18px;
    font-weight: 800;
    color: #074d3d;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.shakkho_certificate_info_rule-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.shakkho_certificate_info_rule-number {
    width: 35px;
    height: 35px;
    background: #e1f2ed;
    color: #14a37a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.shakkho_certificate_info_rule-content h6 {
    font-weight: 700;
    margin-bottom: 5px;
    color: #444;
}

.shakkho_certificate_info_rule-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .shakkho_certificate_info_banner-card {
        text-align: center;
    }

    .shakkho_certificate_info_banner-icon {
        margin: 0 auto 20px;
    }

    .shakkho_certificate_info_badge-custom {
        margin-bottom: 10px;
    }

    .shakkho_certificate_info_btn-apply {
        width: 100%;
        margin-top: 20px;
    }
}


.socianSearchIcon::before {
    content: "\f002";
    font-family: FontAwesome;
    color: #00664c;
    z-index: 999;
    margin-left: 30px;
    font-size: 22px
}

div.socian_scrollmenu {
    margin-left: 15px;
    margin-right: 15px;
    overflow: auto;
    white-space: nowrap;
}

.socian_scrollmenu::-webkit-scrollbar {
    display: block;
    width: 3px;
    height: 3px;
}

.socian_scrollmenu::-webkit-scrollbar-track {
    background: transparent;
}

.socian_scrollmenu::-webkit-scrollbar-thumb {
    background-color: #23584b;
    border-right: none;
    border-left: none;
}

.socian_scrollmenu::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 10px;
}

.socian_scrollmenu::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 10px;
}

div.socian_scrollmenu a {
    display: inline-block;
    text-align: center;
    padding: 14px;
    color: #fff !important;
    text-decoration: none;
}

.socian_pagination_page:hover {
    background-color: #23584b !important;
}

input.socianInputArea {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 150px;
    border-radius: 6px;
    border: none;
    margin: 25px 0
}

input.socianInputArea::placeholder {
    color: #000
}

input.socianInputArea:focus {
    outline: 0
}

.socianSearchIcon {
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

a#socian_audio_input {
    z-index: 999;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%)
}

.socianSearchResultArea {
    padding-top: 50px
}


.socianResultContent {
    margin-top: 34px
}

.socianSourcetoolsDropdownMenu ul {
    border-radius: 6px;
    background-color: #e0495a;
    margin: 0;
    padding: 0;
    left: 131px;
    min-width: 121px;
    list-style: none;
    padding-top: 20px;
    position: relative;
    /* min-width: 108px; */
}


.socianNoticeArea h3.title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center
}

#socianSearch #pagination {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#socianSearch #pagination a {
    padding: 4px 6px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 0 4px -2px;
    border-radius: 4px;
    margin: 0 1px;
    background-color: #2f8754;
}

#socianSearch #pagination a:hover {
    cursor: pointer;
    box-shadow: 0 0 6px -2px;
}

#socianSearch .socian_noticeDropdownMenu li:hover {
    background-color: #00664c;
    cursor: pointer;
    border-radius: 6px 6px 6px 6px;
}

#socianSearch .socianOfficeDropdown li:hover {
    background-color: #00664c;
    cursor: pointer;
    border-radius: 6px 6px 6px 6px;
}

#socianSearch .socian_sourcedrop_item_tools li:hover {
    background-color: #00664c;
    cursor: pointer;
    border-radius: 6px 6px 6px 6px;
}

#socianSearch .drop_item_tools li:hover {
    background-color: #00664c;
    cursor: pointer;
    border-radius: 6px 6px 6px 6px;
}

@media only screen and (max-width: 575px) {

    /* Styles */
    div.socian_pagination_class {
        display: none !important;
    }

    div.socianSearchIcon {
        display: none !important;
    }

    input.socianInputArea {
        padding: 12px 13px !important;
    }

    div.socianSearchResultArea {
        width: 391px;
    }

    div.socianBreadcrumb {
        display: block !important;
    }
}

/* --- FROM assets\css\home_style.css --- */
.h_d_select {
    height: 80px;
}

.latest_update_bg {
    background-color: #0d914610;
    margin: 0;
    padding: 0;
    _padding: 100px 0;
}

.latest_update_service {
    background-color: #0d914610;
    padding: 65px 0 10px 0;
}

.latest_update_service_statistics {
    background-color: #0d914610;
    padding: 35px 0 10px 0;
}

.latest_update_service_statistics_part {
    background-color: #0d914610;
    padding: 10px 0 10px 0;
}

.searchBox {
    box-shadow: 0px 4px 10px rgba(193, 193, 193, 0.25);
    border-radius: 4px;
}

.latest_service_box {
    min-height: 108px;
    display: block;
}

.boxText h6 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.005em;
    color: #2F3137;
    _max-height: 52px;
    overflow: hidden;
    margin: 0;
}

.boxText p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #868990;
    max-height: 44px;
    overflow: hidden;
}

.form-icon-color {
    color: #B3489A;
}

.mike {
    cursor: pointer;
    font-size: 20px;
}

.search-custom {
    color: #a7aac2;
}

.abedon-condition {
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

#home_search_text_box::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #A7AAB1;
}

#home_search_text_box::-moz-placeholder {
    /* Firefox 19+ */
    color: #A7AAB1;
}

#home_search_text_box:-ms-input-placeholder {
    /* IE 10+ */
    color: #A7AAB1;
}

#home_search_text_box:-moz-placeholder {
    /* Firefox 18- */
    color: #A7AAB1;
}

.necessary-service-apply {
    color: #1D4943 !important;
}


.my-gov-title {
    font-weight: 700;
    color: #1D4943 !important;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.005em;
}

.my-gov-sub-title {
    color: #4D4F55 !important;
}

.service-with-text {
    margin: auto 0;
}

.search-with-text {
    margin: auto 0;
}

.file-with-text {
    margin: auto 0;
}

.heading-with-text {
    color: #1D4943;
    font-size: 36px;
}

.heading-with-text_bot {
    color: #1D4943;
    font-size: 20px;
}

.details-with-text {
    color: #606268;
}

.count-service-num {
    color: #2F3137;
    /* font-size: 48px; */
    font-size: 30px;
}

.count-service-text {
    color: #606268;
    font-size: 16px;

}

.common-ask-title {
    color: #0F1117;
    font-size: 20px;
    line-height: 30px;
}

.common-ask-details {
    color: #606268;
    line-height: 16px;
    line-height: 22px;
    margin-top: 10px;
}

.necessary-service-apply {
    _margin-top: 40px;
    font-size: 36px;
    font-weight: 600 !important;
    margin-bottom: 30px;
}

.use-app-service {
    background-color: #3C884A;
}

.app-service-text {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
}

#application_latest_status_search_btn:hover {
    background-color: #3C884A;
}

.application-latest-status-bg {
    background: url('../../image/home/home_back.jpg') no-repeat bottom center;
    background-size: cover;
    height: 85vh;
    top: 0;
    left: 0;
    min-width: 100%;
}

.home_back_img {
    background: url('../../image/home/home_back.jpg') no-repeat bottom center;
    background-size: cover;
    min-width: 100%;
}

.home_app_service_image {
    margin-top: -80px;
}

.sector-head {
    _height: 8vh;
    height: 45px;
    font-weight: bold;
}

.commonly_asked {
    padding: 80px 0;
}

.commonly_asked i {
    color: #A7AAB1;
}

.latest_update_text {
    font-size: 20px;
    line-height: 26px;
}

.help_desk_inner {
    max-width: 70%;
    margin: 0 auto;
}

.pointer {
    cursor: pointer;
}

#top_header_menu>ul {
    /* padding: 0px; */
    margin: 0px;
    padding-top: 5px;
    padding-left: 20px;
}

/* ul>img{
  height:5vh;
} */

/* toogle_switch_button_start*/

.switch {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.switch>span {
    position: absolute;
    top: 4px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
}

input.check-toggle-round-flat:checked~.off {
    color: #157347;
}

input.check-toggle-round-flat:checked~.on {
    color: #fff;
}

.switch>span.on {
    left: -2px;
    color: #157347;
}

.switch>span.off {
    right: -2px;
    color: #fff;
}

.check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.check-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.check-toggle-round-flat+label {
    width: 60px;
    height: 25px;
    background-color: #157347;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

input.check-toggle-round-flat+label:before,
input.check-toggle-round-flat+label:after {
    display: block;
    position: absolute;
    content: "";
}

input.check-toggle-round-flat+label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #157347;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

input.check-toggle-round-flat+label:after {
    top: -3px;
    left: -3px;
    bottom: 4px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
}


input.check-toggle-round-flat:checked+label:after {
    margin-left: 34px;
}


/* happiness start */
.rating-output {
    color: green
}

.rating {
    display: inline-flex;
    flex-direction: row-reverse;
    _justify-content: center
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 34px;
    color: #FFD600;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.rating_label {
    font-size: 24px;
}

/* happiness end */

/* toogle_switch_button_end*/

/* latest update carousel*/


/* @media only screen and (max-width: 384px){
  .home_search_text_box_div{
    width: 64% !important;
  }
} */


@media only screen and (max-width: 770px) {
    .home_app_service_image {
        margin: unset !important;
    }
}


@media only screen and (min-width: 640px) {
    #search_btn_text {
        display: block;
    }

    #search_btn_icon {
        display: none;
    }
}

@media only screen and (min-width: 200px) and (max-width: 656px) {
    .header_for_mobile {
        display: block !important;
    }

    header.page-header .home-page-logo img {
        height: auto;
    }

    #search_btn_text {
        display: none;
    }

    #search_btn_icon {
        display: block;
    }

    .service_list {
        padding: 0px !important;
        margin-top: 5px !important;
    }

    /* .service_list_main_div{
      margin: 0px!important;
    } */
}

.owl-carousel .owl-item img {
    min-height: 210px;
}

.mobile_review {
    max-width: 55%;
    margin: 0 auto;
    padding: 80px 0;
}

.serviceIcon img {
    height: 80px;
}

.accessable-menu-item-list {
    height: 48px !important;
}

.acc_mn {
    color: #198754;
    font-size: 48px;
    display: block;
}

@media only screen and (max-width: 575px) {
    .header_for_mobile {
        display: block !important;
    }

    header.page-header .home-page-logo img {
        height: auto;
    }

    .header_custom {
        padding: 0;
    }

    .latest_update_bg header.page-header {
        padding: 10px 8px;
    }

    .btn-custom {
        height: 30px;
        line-height: 30px;
        font-weight: 400;
        font-size: 10px;
    }

    .my-gov-title {
        font-weight: 700;
        font-size: 22px;
        line-height: 30px;
    }

    /* .banner_cont {
      padding: 50px 0 0px 0;
    } */
    .search_part {
        max-width: 95%
    }

    .easy-autocomplete input {
        line-height: 30px;
    }

    .service_part {
        padding: 50px 0;
    }

    .serviceIcon img {
        height: 30px;
    }

    .sector-head {
        height: auto;
        line-height: 20px;
        font-size: 14px;
    }

    .necessary-service-apply {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .latest_update_service {
        padding: 50px 0;
    }

    .boxText h6 {
        font-size: 18px;
    }

    .latest_service_box {
        min-height: auto;
    }

    .mobile_review {
        max-width: 70%;
        padding: 40px 0;
    }

    .mobile_review {
        max-width: 80%
    }

    .heading-with-text {
        font-size: 18px;
    }

    .common-ask-title {
        font-size: 16px;
        line-height: 24px;
    }

    .commonly_asked {
        padding: 40px 0;
    }

    .app-service-text {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }

    .home_app_service_image img {
        display: block;
        margin: 0 auto;
    }

    .help_desk_inner {
        max-width: 100%;
        padding: 0 10px;
    }

    .apps_logo {
        max-width: 50%;
    }

    .page-footer p {
        margin-bottom: 5px;
    }

    .app_img {
        max-width: 50%;
        margin: 0 auto;
        display: block;
    }

    .reg-mob,
    .login-mob {
        margin-top: 5px;
    }

    .sector-head {
        height: auto !important;
    }

    .owl-carousel .owl-item img {
        min-height: auto;
    }

    .home_back_img {
        height: 50vh;
        max-height: 45vh;
        overflow: hidden;
    }

    ul.bannerSlide li img {
        height: 45vh;
    }

    .home_top_cont,
    ul.bannerSlide {
        height: 50vh;
        max-height: 50vh;
        overflow: hidden;
    }

    .banner_cont.min-vh-100 {
        min-height: 45vh !important
    }

    .banner_cont.min-vw-86 {
        min-height: 45vh !important
    }

    .banner_cont.min-vw-14 {
        min-height: 14vh !important
    }

    .statistics {
        padding: 15px 0 0 0;
    }

    .accessable-menu-item-list {
        height: auto;
    }

    li.accessable-menu-item-list {
        margin-left: 5px;
        margin-top: 5px;
    }

    div.accessibility-custom-place-btn-menu {
        padding-top: 0px;
    }

    header .header-right>li.accessable-menu-item-list {
        height: 30px !important;
    }

    .acc_mn {
        font-size: 30px;
    }
}

#previewApplicationModal {
    z-index: 999999;
}

.phone_number {
    background: #fff;
    border-radius: 4px;
    line-height: 34px;
}

.phone_number .btn {
    padding: 11px 5px 4px 5px;
}

.phone_left i {
    font-size: 24px;
}

.phone_number a:hover .phone_left i {
    color: #fff;
}

.phone_number a:hover span {
    color: #000;
}

.phone_number span {
    font-weight: bold;
    padding: 0 10px;
    font-size: 20px;
    line-height: 36px;
}

@media screen and (max-width: 575px) and (min-width: 320px) {
    .header_for_mobile {
        display: block !important;
    }

    header.page-header .home-page-logo img {
        height: auto;
    }

    .count-service-text {
        font-size: 14px;
    }

    .count-service-num {
        font-size: 25px;
    }

    .banner_cont {
        padding: 60px 0 0px 0;
    }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
    .header_for_mobile {
        display: block !important;
    }

    header.page-header .home-page-logo img {
        height: auto;
    }

    .latest_update_service {
        padding: 40px 0;
    }

    .boxText h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .mobile_review {
        max-width: 90%;
        padding: 40px 0;
    }

    .service_part {
        padding: 50px 0;
    }

    .count-service-num {
        font-size: 30px;
    }

    .count-service-text {
        font-size: 18px;
    }

    .app-service-text {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }

    .home_app_service_image img {
        display: block;
        margin: 0 auto;
    }

    .app_img {
        max-width: 50%;
        margin: 0 auto;
        display: block;
    }

    .apps_logo {
        max-width: 50%;
    }

    .commonly_asked {
        padding: 40px 0;
    }

    .help_desk_inner {
        max-width: 100%;
        padding: 0 10px;
    }

    .heading-with-text {
        font-size: 22px;
    }

    .sector-head {
        height: auto !important;
    }

    .my-gov-title {
        font-size: 45px;
        line-height: 55px;
    }

    .banner_cont {
        padding: 100px 0 0px 0;
    }

    .banner_cont.min-vh-100 {
        min-height: 50vh !important
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .mobile_review {
        max-width: 80%;
        padding: 50px 0;
    }

    .app-service-text {
        font-size: 28px;
        line-height: 36px;
    }

    .youTubeContainer {
        height: 200px;
    }

    .help_desk_inner {
        max-width: 100%;
    }

    .heading-with-text {
        font-size: 24px;
    }

    .sector-head {
        height: auto !important;
    }

    .my-gov-title {
        font-size: 52px;
        line-height: 60px;
        margin: 40px 0 0 0;
    }

    .banner_cont {
        padding: 0px 0 0px 0;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .heading-with-text {
        font-size: 30px;
    }

    .app-service-text {
        font-size: 28px;
        line-height: 36px;
    }
}

/* --- FROM assets\css\profile.css --- */
.main-content {
    padding-bottom: 120px;
    /* padding-top: 70px; */
}

.profile-picture {
    padding: 35px 25px 15px 25px;
}

.profile-picture img {
    padding: 1px;
    background: #f1f1f1;
}

#upload-avator {
    position: absolute;
    bottom: 9px;
    right: 9px;
    cursor: pointer;
}

#upload-avator i {
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 14px;
    padding: 6px 4px;
    border: 0px solid #fff;
    background: #fff;
    border-radius: 50%;
    background: #157347;
}

.profile-picture .profile-name {
    margin-top: 20px;
}

.profile-picture .profile-mobile {
    margin-top: 3px;
}

.profile-verify {
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.left-menu-icon {
    width: 25px;
    display: inline-block;
}

.left-menu-icon i {
    font-size: 14px;
    color: #606268 !important;
}

.profile-verify a {
    font-size: 16px;
    color: #333;
}

.rounded-5 {
    border-radius: 5px;
}

.mygov-link {
    color: red;
}

#print-img {
    width: 23px;
}

.incomplete-print {
    display: none;
}

.profile-data {
    border: 1px solid #88cd8670;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
}

.profile-data-lock {
    position: relative;
    height: 34px;
}

.profile-data-lock .fas {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #a7aab1;
}

.sapn-source {
    display: block;
    font-size: 11px;
    color: #b2beb5;
}


.main-content {
    padding-bottom: 120px;
    /* padding-top: 70px; */
}

.profile-picture {
    padding: 35px 25px 15px 25px;
}

.profile-picture img {
    padding: 1px;
    background: #f1f1f1;
}

#upload-avator {
    position: absolute;
    bottom: 9px;
    right: 9px;
    cursor: pointer;
}

#upload-avator i {
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 14px;
    padding: 6px 4px;
    border: 0px solid #fff;
    background: #fff;
    border-radius: 50%;
    background: #157347;
}

.profile-picture .profile-name {
    margin-top: 20px;
}

.profile-picture .profile-mobile {
    margin-top: 3px;
}

.profile-verify {
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.left-menu-icon {
    width: 25px;
    display: inline-block;
}

.left-menu-icon i {
    font-size: 14px;
    color: #606268 !important;
}

.profile-verify a {
    font-size: 16px;
    color: #333;
}

.rounded-5 {
    border-radius: 5px;
}

.mygov-link {
    color: red;
}

#print-img {
    width: 23px;
}

.incomplete-print {
    display: none;
}

.profile-data {
    border: 1px solid #88cd8670;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
}

.profile-data-lock {
    position: relative;
    height: 34px;
}

.profile-data-lock .fas {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #a7aab1;
}

.sapn-source {
    display: block;
    font-size: 11px;
    color: #b2beb5;
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

/* Removed fixed footer positioning */
@media only screen and (max-width: 575px) {
    .main-content {
        padding-bottom: 200px;
    }
}


.nav-link {
    color: #606268 !important;
    padding: .4rem 1rem;
}

.nav-link i {
    font-size: 20px;
}

.nav-link .collapse-head {
    color: #000 !important;
}

.nav-pills .nav-link.active {
    color: #3C884A !important;
    background: none;
}

.nav-pills .nav-link.active i {
    color: #3C884A !important;
}

.nav-pills .nav-link.active:hover {
    color: #3C884A !important;
    background: none;
}

.nav-pills .nav-link.active:hover i {
    color: #3C884A !important;
}

.nav-pills .nav-link:hover {
    color: #333 !important
}

.nav-pills .nav-link:hover i {
    color: #3C884A !important;
}


.nav-pills li:nth-child(7) {
    border-bottom: 1px solid #EAECF0;
}

.nav-pills li:nth-child(8) {
    border-bottom: 1px solid #EAECF0;
}

.nav-pills li {
    padding: 5px 0px;
}

.nav-pills li a {
    font-size: 16px;
}

.nav-pills li a>span:first-child {
    width: 35px;
    display: inline-block;
}

/* --- FROM assets\css\login_css.css --- */

.cdap_inner {
    background: url(../../image/home/home_back.jpg) no-repeat bottom 70px center;
    padding: 20px 0 100px 0;
    background-size: contain;
    min-width: 100%;
    height: 100vh;
    font-family: 'Hind Siliguri';
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main_logo {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 10px;
    text-align: center;
    z-index: 1;
}

.main_logo img {
    max-width: 150px;
}

.reg_inner {
    position: relative;
    z-index: 999;
    width: 100%;
    box-sizing: content-box;
}

.reg_inner_cont {
    padding: 15px 30px 15px 30px;
    position: relative;
    z-index: 999;
}

#my-form .form {
    background: #FFFFFF;
    min-width: 400px;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 8px 8px 10px 10px;
}

.home_link {
    background: #EFF8F1;
    border-radius: 8px 8px 0px 0px;
}

.home_link a {
    color: #3C884A;
    line-height: 26px;
    font-weight: 400;
    font-size: 14px;
}

.reg_inner {
    position: relative;
    z-index: 999;
    box-sizing: border-box;
}

#my-form .my-form {
    margin: 0 auto 15px;
}

#my-form div.logo {
    text-align: center;
}

#my-form div.logo img.logo {
    max-height: 70px;
    margin-bottom: 10px;
}

.logo-title {
    font-size: 14px;
    color: #0F1117;
    font-weight: 500;
    line-height: 18px;
}

.my-form-group {
    position: relative;
    padding-bottom: 15px;
}

.my-form-group .floating-label {
    position: absolute;
    left: 10px;
    top: 8px;
    color: #868990;
    pointer-events: none;
    transition: 0.2s;
    font-size: 12px;
}

.my-form-group .form-control:focus~label.floating-label,
.my-form-group .form-control:not(:placeholder-shown)~label.floating-label {
    left: 10px;
    top: -10px;
    background: #fff;
    padding: 0px 5px;
    display: inline-block;
    color: #666;
    font-size: 12px
}

.my-form-group-error .form-control {
    border-color: red
}

.my-form-group-error .floating-label {
    color: red !important;
}

.my-form-group-error .error-message {
    text-align: left;
    font-size: 12px;
    padding-top: 5px;
    color: red
}

.show-password {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.customlebel {
    float: left;
    line-height: 24px;
    cursor: pointer;
    font-size: 14px;
    color: #606268;
}

.password_wrong a {
    float: left;
    line-height: 20px;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

.password_wrong a:hover {
    text-decoration: underline !important;
}

.or_button {
    padding: 8px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #000;
    margin: 0 5px;
    display: block;
    min-height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    max-width: 100px;
}

.or_button:hover {
    background: #d7d7d7;
    color: #000;
}

.or_button img {
    margin: 0 auto;
}

.reg_btn {
    background: #198754 !important;
}

.static_text {
    width: 80%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px auto 25px;
}

.static_text span {
    background: #fff;
    padding: 0 5px;
}

.mygov_acc a:hover {
    text-decoration: underline !important;
}

.help_login {
    max-width: 85%;
    margin: 0 auto;
}

.help_login ul {
    padding-left: 0px !important;
    margin-bottom: 0px;
}

.help_login ul li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}

.help_login ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #3C884A;
}

.otp-code {
    list-style: none;
    margin: 0;
    padding: 0;
}

.otp-code li {
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.otp-code li input {
    font-size: 16px;
    text-align: center;
    width: 40px;
    height: 35px;
}

.number .verify_change {
    text-align: left;
}

.number .verify_change a {
    color: #3C884A;
    font-size: 15px;
    font-weight: bold;
}

.again_code a {
    float: right;
}



@media only screen and (max-width: 991px) {
    footer {
        height: auto;
        position: relative;
        font-size: 12px;
    }

    .cdap_inner {
        background-position: center bottom 0px;
    }

    .otp_title {
        font-size: 18px;
        line-height: 24px;
    }

    .reg_inner {
        padding: 15px;
    }

    .cdap_inner {
        padding-top: 100px !important;
    }
}

@media only screen and (max-width: 575px) {
    .otp-code li input {
        width: 30px;
        height: 25px;
        padding: 2px;
    }

    .number span {
        font-size: 13px;
        font-weight: bold;
    }

    .number .verify_change a {
        font-size: 13px;
        font-weight: bold;
    }

    .password_wrong a {
        font-size: 12px;
    }

    .customlebel {
        font-size: 11px;
    }

    .reg_inner_cont {
        padding: 15px 15px;
    }

    .or_button {
        font-size: 9px;
    }

    #my-form .form {
        max-width: 100%;
        min-width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .help_login {
        max-width: 100%;
    }
}

/* Certificate Application Final Page Styles */
.certificate_application_final_main-container {
    padding-top: 100px;
    padding-bottom: 60px;
    background: #f8f9fa;
}

/* Stepper */
.certificate_application_final_stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    padding: 0 20px;
}

.certificate_application_final_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    position: relative;
}

.certificate_application_final_step-icon {
    width: 32px;
    height: 32px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #666;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.certificate_application_final_step.active .certificate_application_final_step-icon {
    border-color: #14a37a;
    color: #14a37a;
}

.certificate_application_final_step.completed .certificate_application_final_step-icon {
    background: #14a37a;
    border-color: #14a37a;
    color: #fff;
}

.certificate_application_final_step-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.certificate_application_final_stepper::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 40px;
    right: 40px;
    height: 2px;
    background: #ddd;
    z-index: 0;
}

/* Main Heading */
.certificate_application_final_page-title-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.certificate_application_final_page-icon {
    width: 48px;
    height: 48px;
    background: #e0f2f1;
    color: #00897b;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.certificate_application_final_page-title {
    font-size: 22px;
    font-weight: 700;
    color: #074d3d;
    margin: 0;
}

.certificate_application_final_page-subtitle {
    font-size: 14px;
    color: #666;
}

/* Section Cards */
.certificate_application_final_section-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eee;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.certificate_application_final_section-header {
    padding: 20px 25px;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    gap: 12px;
}

.certificate_application_final_section-icon {
    width: 36px;
    height: 36px;
    background: #f1f8e9;
    color: #558b2f;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificate_application_final_section-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.certificate_application_final_section-body {
    padding: 25px;
}

/* Preview Box */
.certificate_application_final_preview-box {
    border: 2px dashed #a5d6a7;
    border-radius: 12px;
    padding: 20px;
    background: #f9fdf9;
}

.certificate_application_final_lang-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.certificate_application_final_lang-btn {
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #ddd;
    background: #fff;
    color: #666;
    cursor: pointer;
}

.certificate_application_final_lang-btn.active {
    background: #14a37a;
    border-color: #14a37a;
    color: #fff;
}

.certificate_application_final_preview-content {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}

/* Info Grid */
.certificate_application_final_info-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.certificate_application_final_info-col {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.certificate_application_final_info-label {
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.certificate_application_final_info-value {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

/* Payment Options */
.certificate_application_final_payment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.certificate_application_final_payment-option {
    position: relative;
    cursor: pointer;
}

.certificate_application_final_payment-option input {
    position: absolute;
    opacity: 0;
}

.certificate_application_final_payment-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.certificate_application_final_payment-option input:checked+.certificate_application_final_payment-card {
    border-color: #14a37a;
    background: #f1f8e9;
    box-shadow: 0 4px 12px rgba(20, 163, 122, 0.1);
}

.certificate_application_final_payment-check {
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.certificate_application_final_payment-option input:checked+.certificate_application_final_payment-card .certificate_application_final_payment-check {
    border-color: #14a37a;
}

.certificate_application_final_payment-option input:checked+.certificate_application_final_payment-card .certificate_application_final_payment-check::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #14a37a;
    border-radius: 50%;
}

.certificate_application_final_payment-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.certificate_application_final_payment-info h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.certificate_application_final_payment-info span {
    font-size: 11px;
    color: #888;
}

/* Sidebar Styles */
.certificate_application_final_sidebar-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eee;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.certificate_application_final_sidebar-header {
    background: #074d3d;
    color: #fff;
    padding: 15px 20px;
}

.certificate_application_final_sidebar-header h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.certificate_application_final_sidebar-body {
    padding: 20px;
}

.certificate_application_final_summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
    color: #666;
}

.certificate_application_final_total-box {
    background: #f1f8e9;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.certificate_application_final_total-label {
    font-weight: 700;
    color: #074d3d;
}

.certificate_application_final_total-value {
    font-size: 20px;
    font-weight: 800;
    color: #14a37a;
}

/* Profile Sidebar */
.certificate_application_final_profile-card {
    text-align: center;
    padding: 25px 20px;
}

.certificate_application_final_avatar-circle {
    width: 60px;
    height: 60px;
    background: #e0f2f1;
    color: #00897b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 15px;
}

.certificate_application_final_profile-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.certificate_application_final_profile-loc {
    font-size: 12px;
    color: #888;
    margin-bottom: 20px;
}

.certificate_application_final_profile-meta {
    text-align: left;
    border-top: 1px solid #f5f5f5;
    padding-top: 15px;
}

.certificate_application_final_meta-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 13px;
}

.certificate_application_final_meta-label {
    color: #888;
}

.certificate_application_final_meta-value {
    font-weight: 600;
    color: #fb8c00;
}

/* Bottom Actions */
.certificate_application_final_btn-submit {
    background: #14a37a;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 15px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.certificate_application_final_btn-submit:hover {
    background: #0d8a67;
    transform: translateY(-2px);
    color: #fff;
}

.certificate_application_final_alert-orange {
    background: #fff9f0;
    border: 1px solid #ffe0b2;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.certificate_application_final_alert-orange i {
    color: #fb8c00;
    font-size: 18px;
}

.certificate_application_final_alert-text {
    font-size: 12px;
    color: #855e33;
    line-height: 1.5;
}

.certificate_application_final_ssl-badge {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 30px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 11px;
    color: #666;
    margin-bottom: 20px;
}

.certificate_application_final_support-box {
    background: #fffcf0;
    border: 1px solid #ffe0b2;
    border-radius: 12px;
    padding: 20px;
}

.certificate_application_final_support-title {
    font-size: 14px;
    font-weight: 700;
    color: #074d3d;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.certificate_application_final_support-text {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
}

.certificate_application_final_support-contact {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .certificate_application_final_info-col {
        width: 100%;
    }

    .certificate_application_final_payment-grid {
        grid-template-columns: 1fr;
    }

    .certificate_application_final_stepper::before {
        display: none;
    }

    .certificate_application_final_stepper {
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .certificate_application_final_step {
        flex-shrink: 0;
    }
}


/* Success Modal Styles */
.certificate_application_final_modal-content {
    border-radius: 40px;
    border: none;
    padding: 30px;
    text-align: center;
}

.certificate_application_final_modal-icon-circle {
    width: 100px;
    height: 100px;
    background: #e8f5e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 40px;
    color: #14a37a;
}

.certificate_application_final_modal-title {
    font-size: 26px;
    font-weight: 800;
    color: #074d3d;
    margin-bottom: 15px;
}

.certificate_application_final_modal-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.certificate_application_final_tracking-box {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 30px;
}

.certificate_application_final_tracking-label {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
    display: block;
}

.certificate_application_final_tracking-number {
    font-size: 24px;
    font-weight: 800;
    color: #14a37a;
    letter-spacing: 1px;
}

.certificate_application_final_modal-btn {
    background: #14a37a;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 15px 40px;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}


.certificate_application_final_modal-btn:hover {
    background: #0d8a67;
    transform: translateY(-2px);
    color: #fff;
}


/* --- User Profile Dashboard Styles --- */
.user_profile_wrapper {
    background-color: #f0f2f5;
    min-height: 100vh;
    display: flex;
    margin-top: 80px;
}

/* Sidebar */
.user_profile_sidebar {
    width: 280px;
    background: #fff;
    height: calc(100vh - 80px);
    position: fixed;
    left: 0;
    top: 80px;
    border-right: 1px solid #edf2f7;
    display: flex;
    flex-direction: column;
    z-index: 1000;
}

.user_profile_sidebar_user {
    padding: 30px 20px;
    text-align: center;
    border-bottom: 1px solid #f7fafc;
}

.user_profile_avatar_circle {
    width: 64px;
    height: 64px;
    background: #e6f7ef;
    color: #14a37a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 15px;
}

.user_profile_username {
    font-size: 18px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 5px;
}

.user_profile_userphone {
    font-size: 13px;
    color: #718096;
}

.user_profile_menu {
    padding: 20px 15px;
    flex-grow: 1;
    overflow-y: auto;
}

.user_profile_menu_label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a0aec0;
    margin-bottom: 15px;
    padding-left: 10px;
}

.user_profile_menu_item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-radius: 12px;
    color: #4a5568;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.user_profile_menu_item i {
    width: 24px;
    font-size: 18px;
    margin-right: 12px;
    color: #718096;
    transition: all 0.3s ease;
}

.user_profile_menu_item:hover {
    background: #f7fafc;
    color: #14a37a;
}

.user_profile_menu_item:hover i {
    color: #14a37a;
}

.user_profile_menu_item.active {
    background: #e6f7ef;
    color: #14a37a;
}

.user_profile_menu_item.active i {
    color: #14a37a;
}

.user_profile_badge {
    background: #14a37a;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: auto;
}

/* Main Content Area */
.user_profile_main {
    margin-left: 280px;
    flex-grow: 1;
    padding: 30px;
}

.user_profile_tab_content {
    display: none;
    animation: user_profile_fadeIn 0.4s ease;
}

.user_profile_tab_content.active {
    display: block;
}

@keyframes user_profile_fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Cards & Components */
.user_profile_card {
    background: #fff;
    border-radius: 16px;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    padding: 25px;
    margin-bottom: 25px;
}

.user_profile_section_title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.user_profile_section_icon {
    width: 40px;
    height: 40px;
    background: #e6f7ef;
    color: #14a37a;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 15px;
}

.user_profile_section_title {
    font-size: 22px;
    font-weight: 800;
    color: #2d3748;
    margin: 0;
}

.user_profile_section_subtitle {
    font-size: 14px;
    color: #718096;
}

/* Summary Grid */
.user_profile_summary_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.user_profile_summary_card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    border: 1px solid #edf2f7;
    transition: transform 0.3s ease;
}

.user_profile_summary_card:hover {
    transform: translateY(-5px);
    border-color: #14a37a;
}

.user_profile_summary_icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 15px;
}

.user_profile_summary_info h4 {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    color: #2d3748;
}

.user_profile_summary_info p {
    font-size: 13px;
    color: #718096;
    margin: 0;
}

/* Table Styles */
.user_profile_table_container {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.user_profile_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.user_profile_table th {
    background: #f8fafc;
    padding: 15px 20px;
    font-size: 13px;
    font-weight: 700;
    color: #718096;
    text-transform: uppercase;
    border-bottom: 1px solid #edf2f7;
}

.user_profile_table td {
    padding: 18px 20px;
    font-size: 14px;
    color: #4a5568;
    border-bottom: 1px solid #f7fafc;
    vertical-align: middle;
}

.user_profile_status {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
}

.status_pending { background: #fff5f5; color: #c53030; }
.status_success { background: #f0fff4; color: #2f855a; }
.status_processing { background: #ebf8ff; color: #2b6cb0; }

/* Quick Action Cards */
.user_profile_action_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.user_profile_action_card {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #edf2f7;
    cursor: pointer;
    transition: all 0.3s ease;
}

.user_profile_action_card:hover {
    border-color: #14a37a;
    background: #f0fff4;
}

.user_profile_action_icon {
    width: 54px;
    height: 54px;
    background: #f8fafc;
    color: #14a37a;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 15px;
}

.user_profile_action_card h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.user_profile_action_card p {
    font-size: 12px;
    color: #718096;
    margin: 0;
}

/* Service Grid */
.user_profile_service_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.user_profile_service_card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    border: 1px solid #edf2f7;
    transition: all 0.3s ease;
    cursor: pointer;
}

.user_profile_service_card:hover {
    border-color: #14a37a;
    box-shadow: 0 10px 25px rgba(20, 163, 122, 0.1);
}

.user_profile_service_icon {
    width: 60px;
    height: 60px;
    background: #f0fff4;
    color: #14a37a;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 20px;
}

/* Timeline */
.user_profile_timeline {
    position: relative;
    padding-left: 40px;
}

.user_profile_timeline::before {
    content: '';
    position: absolute;
    left: 17px;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background: #edf2f7;
}

.user_profile_timeline_item {
    position: relative;
    margin-bottom: 30px;
}

.user_profile_timeline_dot {
    position: absolute;
    left: -32px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #edf2f7;
    z-index: 2;
}

.user_profile_timeline_item.active .user_profile_timeline_dot {
    border-color: #14a37a;
}

.user_profile_timeline_content {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #edf2f7;
}

/* Profile Tab Layout */
.user_profile_layout {
    display: flex;
    gap: 25px;
}

.user_profile_col_left { width: 320px; }
.user_profile_col_right { flex-grow: 1; }

.user_profile_info_card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 25px;
}

.user_profile_info_header {
    background: #14a37a;
    padding: 30px;
    text-align: center;
    color: #fff;
}

.user_profile_info_stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 20px;
    background: #fff;
    text-align: center;
}

/* Form Styles for Profile */
.user_profile_form_group {
    margin-bottom: 20px;
}

.user_profile_input_label {
    font-size: 13px;
    font-weight: 700;
    color: #4a5568;
    margin-bottom: 8px;
    display: block;
}

.user_profile_input {
    background: #f8fafc;
    border: 1px solid #edf2f7;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.user_profile_input:focus {
    background: #fff;
    border-color: #14a37a;
    box-shadow: 0 0 0 3px rgba(20, 163, 122, 0.1);
}

.user_profile_btn_primary {
    background: #14a37a;
    color: #fff;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 700;
    border: none;
    transition: all 0.3s ease;
}

.user_profile_btn_primary:hover {
    background: #0d8a66;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(20, 163, 122, 0.2);
}

/* ===== New Shakkho Homepage Design ===== */

/* --- Header --- */
.shakkho-logo-img { height: 42px; }
.shakkho-logo-title { font-size: 17px; font-weight: 700; color: #1a1a1a; line-height: 1.2; }
.shakkho-logo-subtitle { font-size: 11px; color: #777; line-height: 1.3; }
.shakkho-nav-right { gap: 6px; }
.shakkho-nav-link {
    color: #333;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 6px;
    transition: color 0.2s;
}
.shakkho-nav-link:hover { color: #198754; }
.shakkho-btn-outline { border-radius: 8px !important; padding: 6px 18px !important; font-size: 14px; }
.shakkho-btn-solid  { border-radius: 8px !important; padding: 6px 18px !important; font-size: 14px; }

/* --- Hero Section --- */
.shakkho-hero {
    background: linear-gradient(145deg, #eef9f3 0%, #e6f6ef 60%, #eef9f3 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.shakkho-deco-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.shakkho-deco-1 {
    width: 520px; height: 520px;
    top: -160px; right: -160px;
    background: rgba(25, 135, 84, 0.07);
}
.shakkho-deco-2 {
    width: 280px; height: 280px;
    top: 60px; right: 100px;
    background: rgba(25, 135, 84, 0.05);
}
.shakkho-deco-3 {
    width: 420px; height: 420px;
    bottom: -220px; left: -160px;
    background: rgba(25, 135, 84, 0.06);
}
.shakkho-deco-4 {
    width: 180px; height: 180px;
    top: 40%; left: 6%;
    background: rgba(25, 135, 84, 0.04);
}

.shakkho-hero-body {
    padding: 120px 20px 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* Badge */
.shakkho-govt-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(25, 135, 84, 0.22);
    border-radius: 30px;
    padding: 7px 18px;
    font-size: 13px;
    color: #444;
    margin-bottom: 22px;
    backdrop-filter: blur(4px);
}
.shakkho-badge-dot {
    width: 8px;
    height: 8px;
    background: #198754;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.18);
}

/* Title & Subtitle */
.shakkho-main-title {
    font-size: 48px;
    font-weight: 800;
    color: #0d3d2b;
    line-height: 1.2;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}
.shakkho-main-subtitle {
    font-size: 17px;
    color: #556;
    margin-bottom: 32px;
    font-weight: 400;
}

/* Search Box */
.shakkho-search-wrapper {
    width: 100%;
    max-width: 580px;
    margin-bottom: 40px;
}
.shakkho-search-group {
    background: #fff;
    border-radius: 12px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid #e4e4e4 !important;
    overflow: hidden;
    align-items: stretch;
}
.shakkho-search-icon-wrap {
    background: #fff !important;
    border: none !important;
    color: #aaa;
    padding-left: 16px;
    padding-right: 6px;
}
.shakkho-search-input {
    border: none !important;
    box-shadow: none !important;
    font-size: 15px !important;
    padding: 14px 8px !important;
    color: #333;
    background: #fff !important;
}
.shakkho-search-input:focus {
    box-shadow: none !important;
    outline: none !important;
}
.shakkho-search-btn {
    border-radius: 0 10px 10px 0 !important;
    padding: 14px 26px !important;
    font-weight: 600;
    font-size: 15px;
    border: none !important;
    align-self: stretch;
    line-height: 1.4;
}

/* Stats Row */
.shakkho-stats-row {
    display: flex;
    align-items: center;
}
.shakkho-stat {
    text-align: center;
    padding: 0 32px;
}
.shakkho-stat-num {
    font-size: 26px;
    font-weight: 800;
    color: #0d3d2b;
    line-height: 1;
    margin-bottom: 5px;
}
.shakkho-stat-txt {
    font-size: 13px;
    color: #667;
    font-weight: 400;
}
.shakkho-stat-sep {
    width: 1px;
    height: 38px;
    background: rgba(0, 0, 0, 0.13);
    flex-shrink: 0;
}

/* --- Certificate Section --- */
.shakkho-cert-section { padding: 40px 0 60px; }

.shakkho-cert-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.shakkho-cert-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #1D4943;
}
.shakkho-cert-count-badge {
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    margin-left: 8px;
}
.shakkho-see-all {
    color: #198754;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.shakkho-see-all:hover { color: #0d3d2b; }

/* Certificate Grid */
.shakkho-cert-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
}
.shakkho-cert-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 16px 10px 14px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.shakkho-cert-card:hover {
    border-color: #c3e6cb;
    box-shadow: 0 4px 16px rgba(25, 135, 84, 0.13);
    transform: translateY(-2px);
    text-decoration: none;
}
.shakkho-cert-icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    flex-shrink: 0;
    background: transparent;
}
.shakkho-cert-icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.shakkho-cert-name {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

/* Responsive breakpoints */
@media (max-width: 1199px) {
    .shakkho-cert-grid { grid-template-columns: repeat(6, 1fr); }
    .shakkho-main-title { font-size: 40px; }
}
@media (max-width: 991px) {
    .shakkho-cert-grid { grid-template-columns: repeat(5, 1fr); }
    .shakkho-main-title { font-size: 34px; }
    .shakkho-deco-2 { display: none; }
}
@media (max-width: 767px) {
    .shakkho-cert-grid { grid-template-columns: repeat(4, 1fr); }
    .shakkho-main-title { font-size: 28px; }
    .shakkho-main-subtitle { font-size: 15px; }
    .shakkho-stat { padding: 0 18px; }
    .shakkho-stat-num { font-size: 21px; }
    .shakkho-hero-body { padding: 100px 12px 44px; }
    .shakkho-deco-1, .shakkho-deco-3, .shakkho-deco-4 { opacity: 0.5; }
}
@media (max-width: 575px) {
    .shakkho-cert-grid { grid-template-columns: repeat(3, 1fr); }
    .shakkho-main-title { font-size: 24px; letter-spacing: 0; }
    .shakkho-main-subtitle { font-size: 14px; }
    .shakkho-stat-sep { display: none; }
    .shakkho-stats-row { gap: 10px; flex-wrap: wrap; justify-content: center; }
    .shakkho-stat { padding: 0 12px; }
    .shakkho-deco-1, .shakkho-deco-2, .shakkho-deco-3, .shakkho-deco-4 { display: none; }
    .shakkho-search-wrapper { max-width: 100%; }
    .shakkho-hero-body { padding: 90px 8px 36px; }
    .shakkho-btn-solid { font-size: 12px !important; padding: 5px 12px !important; }
    .shakkho-btn-outline { font-size: 12px !important; padding: 5px 12px !important; }
}

/* ===== Shared Section Heading ===== */
.shakkho-section-heading {
    font-size: 22px;
    font-weight: 700;
    color: #0d3d2b;
    margin-bottom: 36px;
}

/* ===== How to Apply Steps ===== */
.shakkho-steps-section {
    background: #f7fbf8;
    padding: 60px 0 64px;
    border-top: 1px solid #e6f2eb;
    border-bottom: 1px solid #e6f2eb;
}
.shakkho-steps-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.shakkho-step { padding-right: 28px; }
.shakkho-step-last { padding-right: 0; }

.shakkho-step-top {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.shakkho-step-circle {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #198754, #0d6b42);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(25, 135, 84, 0.25);
}
.shakkho-step-line {
    flex: 1;
    height: 2px;
    margin-left: 14px;
    background: repeating-linear-gradient(
        to right,
        #b2d8be 0px, #b2d8be 6px,
        transparent 6px, transparent 14px
    );
}
.shakkho-step-num-label {
    font-size: 11px;
    font-weight: 700;
    color: #198754;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
}
.shakkho-step-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.shakkho-step-desc {
    font-size: 13px;
    color: #667;
    line-height: 1.65;
    margin: 0;
}

/* ===== FAQ Section ===== */
.shakkho-faq-section {
    padding: 60px 0 68px;
    background: #fff;
}
.shakkho-faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}
.shakkho-faq-list {
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    overflow: hidden;
    max-width: 860px;
}
.shakkho-faq-item { border-bottom: 1px solid #efefef; }
.shakkho-faq-item-last { border-bottom: none; }

.shakkho-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #fff;
    border: none;
    padding: 20px 24px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    cursor: pointer;
    transition: background 0.15s;
}
.shakkho-faq-q:hover { background: #f7fbf8; }
.shakkho-faq-q[aria-expanded="true"] {
    background: #f0faf5;
    color: #0d3d2b;
    font-weight: 600;
}
.shakkho-faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e8f5e9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 11px;
    color: #198754;
    transition: background 0.15s;
}
.shakkho-faq-q[aria-expanded="true"] .shakkho-faq-icon {
    background: #198754;
    color: #fff;
}
.shakkho-faq-a {
    padding: 4px 24px 20px;
    font-size: 14px;
    color: #555;
    line-height: 1.75;
    background: #f7fbf8;
    border-top: 1px solid #d4edda;
}

/* Responsive — Steps */
@media (max-width: 991px) {
    .shakkho-steps-row { grid-template-columns: repeat(2, 1fr); gap: 36px; }
    .shakkho-step, .shakkho-step-last { padding-right: 0; }
    .shakkho-step-line { display: none; }
}
@media (max-width: 575px) {
    .shakkho-steps-row { grid-template-columns: 1fr; gap: 28px; }
    .shakkho-steps-section { padding: 40px 0 44px; }
    .shakkho-faq-section { padding: 40px 0 48px; }
    .shakkho-faq-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .shakkho-faq-q { padding: 16px 18px; font-size: 14px; }
    .shakkho-faq-a { padding: 4px 18px 16px; }
    .shakkho-section-heading { font-size: 20px; margin-bottom: 24px; }
}

/* ===== Help Desk Section ===== */
.shakkho-help-section {
    background: #f7fbf8;
    padding: 60px 0 68px;
    border-top: 1px solid #e6f2eb;
}
.shakkho-help-tagline {
    font-size: 14px;
    color: #888;
}
.shakkho-help-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 8px;
}
.shakkho-help-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow 0.2s, transform 0.2s;
}
.shakkho-help-card:hover {
    box-shadow: 0 6px 24px rgba(25, 135, 84, 0.1);
    transform: translateY(-2px);
}
.shakkho-help-card-muted { background: #fafafa; }

.shakkho-help-icon-wrap {
    width: 52px;
    height: 52px;
    background: #e0f7f4;
    color: #00897b;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.shakkho-help-body { flex: 1; }
.shakkho-help-label {
    font-size: 12px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 6px;
}
.shakkho-help-number {
    font-size: 22px;
    font-weight: 800;
    color: #0d3d2b;
    line-height: 1.2;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}
.shakkho-help-desc {
    font-size: 13px;
    color: #777;
    line-height: 1.5;
}
.shakkho-help-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #198754;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
    width: fit-content;
}
.shakkho-help-btn:hover { background: #0d6b42; color: #fff; }
.shakkho-help-btn-blue {
    background: #1565c0;
}
.shakkho-help-btn-blue:hover { background: #0d47a1; }
.shakkho-help-badge {
    display: inline-flex;
    align-items: center;
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    width: fit-content;
}

/* Responsive — Help */
@media (max-width: 991px) {
    .shakkho-help-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .shakkho-help-grid { grid-template-columns: 1fr; gap: 16px; }
    .shakkho-help-section { padding: 40px 0 48px; }
    .shakkho-help-card { padding: 22px 18px; }
}

/* ===== Footer ===== */
.shakkho-footer { margin-top: auto; }

/* CTA top bar */
.shakkho-footer-cta {
    background: #053b2f;
    padding: 28px 0;
}
.shakkho-footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.shakkho-footer-cta-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}
.shakkho-footer-cta-sub {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
}
.shakkho-footer-cta-sub strong { color: #fff; }

.shakkho-footer-cta-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}
.shakkho-footer-status-link {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s;
}
.shakkho-footer-status-link:hover { color: #fff; }

.shakkho-footer-helpdesk-btn {
    background: #198754;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 22px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
}
.shakkho-footer-helpdesk-btn:hover { background: #0d6b42; color: #fff; }

/* Bottom copyright bar */
.shakkho-footer-bottom {
    background: #fff;
    border-top: 1px solid #e8e8e8;
    padding: 16px 0;
}
.shakkho-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.shakkho-footer-copy {
    font-size: 13px;
    color: #666;
}
.shakkho-footer-links {
    display: flex;
    align-items: center;
    gap: 12px;
}
.shakkho-footer-links a {
    font-size: 13px;
    color: #555;
    text-decoration: none;
    transition: color 0.2s;
}
.shakkho-footer-links a:hover { color: #198754; }
.shakkho-footer-divider {
    width: 1px;
    height: 14px;
    background: #ccc;
    display: inline-block;
}

/* Footer responsive */
@media (max-width: 767px) {
    .shakkho-footer-cta-inner { flex-direction: column; align-items: flex-start; }
    .shakkho-footer-cta-right { width: 100%; }
    .shakkho-footer-bottom-inner { flex-direction: column; align-items: flex-start; gap: 10px; }
}
/* ================================================================
   SHAKKHO USER PROFILE — ELEGANT REDESIGN  (sup- prefix)
   ================================================================ */

/* Hero banner */
.sup-hero {
    background: linear-gradient(135deg, #f0faf6 0%, #e8f5ef 100%);
    border: 1px solid rgba(25,135,84,0.1);
    border-radius: 20px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}
.sup-avatar {
    width: 76px; height: 76px;
    border-radius: 50%;
    background: linear-gradient(135deg, #198754, #0d5c3f);
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(25,135,84,0.28);
    letter-spacing: 1px;
}
.sup-hero-info { flex: 1; min-width: 0; }
.sup-hero-name { font-size: 20px; font-weight: 700; color: #0d3d2b; margin-bottom: 2px; line-height: 1.2; }
.sup-hero-phone { font-size: 13px; color: #6b7280; margin-bottom: 8px; }
.sup-hero-badge {
    display: inline-flex; align-items: center; gap: 5px;
    background: #dcfce7; color: #166534;
    border-radius: 20px; padding: 3px 12px;
    font-size: 12px; font-weight: 600;
}
.sup-hero-badge i { font-size: 11px; }

.sup-stats {
    display: flex; gap: 10px; flex-wrap: wrap;
}
.sup-stat-pill {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px 18px;
    text-align: center;
    min-width: 76px;
    transition: box-shadow 0.2s;
}
.sup-stat-pill:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.07); }
.sup-stat-num { font-size: 20px; font-weight: 700; color: #0d3d2b; line-height: 1; margin-bottom: 3px; }
.sup-stat-lbl { font-size: 11px; color: #9ca3af; white-space: nowrap; }

.sup-hero-btn {
    background: #198754; color: #fff;
    border: none; border-radius: 10px;
    padding: 12px 22px; font-size: 14px;
    font-weight: 600; cursor: pointer;
    font-family: inherit; transition: background 0.2s;
    display: flex; align-items: center; gap: 7px;
    white-space: nowrap; flex-shrink: 0;
    text-decoration: none;
}
.sup-hero-btn:hover { background: #146c43; color: #fff; }

/* Tabs inside profile */
.sup-tabs-wrap {
    display: flex; gap: 0;
    background: #f3f4f6;
    border-radius: 10px;
    padding: 4px;
    margin-bottom: 26px;
    width: fit-content;
}
.sup-tab-btn {
    border: none; background: transparent;
    border-radius: 7px; padding: 9px 22px;
    font-size: 13px; font-weight: 600;
    color: #6b7280; cursor: pointer;
    font-family: inherit; transition: all 0.2s;
    display: flex; align-items: center; gap: 7px;
}
.sup-tab-btn.active { background: #fff; color: #0d3d2b; box-shadow: 0 1px 4px rgba(0,0,0,0.09); }
.sup-tab-btn i { font-size: 13px; }
.sup-tab-pane { display: none; }
.sup-tab-pane.active { display: block; }

/* Section card */
.sup-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 18px;
    padding: 28px 32px;
    margin-bottom: 20px;
}
.sup-card-title {
    font-size: 15px; font-weight: 700;
    color: #0d3d2b; margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f3f4f6;
    display: flex; align-items: center; gap: 8px;
}
.sup-card-title i { color: #198754; font-size: 15px; }

/* Form fields */
.sup-field { margin-bottom: 0; }
.sup-label {
    display: block; font-size: 12px;
    font-weight: 700; color: #6b7280;
    margin-bottom: 6px; text-transform: uppercase;
    letter-spacing: 0.5px;
}
.sup-input {
    width: 100%; border: 1.5px solid #e5e7eb;
    border-radius: 10px; padding: 11px 14px;
    font-size: 14px; color: #111827;
    background: #f9fafb; font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    outline: none; box-sizing: border-box;
}
.sup-input:focus {
    border-color: #198754; background: #fff;
    box-shadow: 0 0 0 3px rgba(25,135,84,0.1);
}
.sup-input[readonly] { background: #f3f4f6; color: #9ca3af; cursor: not-allowed; }
.sup-input-hint { font-size: 11px; color: #9ca3af; margin-top: 4px; }

.sup-form-actions {
    display: flex; justify-content: flex-end; gap: 10px;
    padding-top: 20px; margin-top: 8px;
    border-top: 1px solid #f3f4f6;
}
.sup-btn-save {
    background: #198754; color: #fff;
    border: none; border-radius: 10px;
    padding: 11px 28px; font-size: 14px;
    font-weight: 700; cursor: pointer;
    font-family: inherit; transition: background 0.2s;
    display: flex; align-items: center; gap: 7px;
}
.sup-btn-save:hover { background: #146c43; }
.sup-btn-cancel {
    background: transparent; color: #6b7280;
    border: 1.5px solid #e5e7eb; border-radius: 10px;
    padding: 11px 20px; font-size: 14px;
    font-weight: 600; cursor: pointer;
    font-family: inherit; transition: all 0.2s;
}
.sup-btn-cancel:hover { background: #f9fafb; border-color: #d1d5db; }

/* Verification grid */
.sup-verify-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.sup-verify-item {
    border: 1.5px solid #e5e7eb; border-radius: 14px;
    padding: 18px 18px; display: flex;
    flex-direction: column; gap: 12px;
}
.sup-verify-item.verified { background: #f0fdf4; border-color: rgba(34,197,94,0.25); }
.sup-verify-item.pending  { background: #fffbeb; border-color: rgba(234,179,8,0.25); }
.sup-verify-top { display: flex; align-items: center; gap: 12px; }
.sup-verify-icon {
    width: 40px; height: 40px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; flex-shrink: 0;
}
.sup-verify-icon.green { background: #dcfce7; color: #16a34a; }
.sup-verify-icon.amber { background: #fef9c3; color: #d97706; }
.sup-verify-name { font-size: 13px; font-weight: 700; color: #374151; margin-bottom: 1px; }
.sup-verify-state { font-size: 12px; font-weight: 600; }
.sup-verify-state.ok   { color: #16a34a; }
.sup-verify-state.warn { color: #d97706; }
.sup-verify-action {
    border: 1.5px solid #d97706; color: #d97706;
    background: transparent; border-radius: 8px;
    padding: 7px 0; font-size: 12px; font-weight: 700;
    cursor: pointer; font-family: inherit;
    text-align: center; transition: background 0.2s;
    width: 100%;
}
.sup-verify-action:hover { background: #fef9c3; }

/* Password strength bar */
.sup-pass-strength-bar {
    height: 4px; border-radius: 2px;
    background: #e5e7eb; margin-top: 8px;
    overflow: hidden;
}
.sup-pass-strength-fill {
    height: 100%; border-radius: 2px;
    width: 0; transition: width 0.3s, background 0.3s;
}

/* Responsive */
@media (max-width: 1100px) {
    .sup-hero { flex-wrap: wrap; }
    .sup-stats { order: 3; width: 100%; justify-content: flex-start; }
    .sup-hero-btn { order: 4; }
    .sup-verify-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .sup-hero { padding: 20px; }
    .sup-card { padding: 20px; }
    .sup-verify-grid { grid-template-columns: 1fr; }
    .sup-stat-pill { padding: 10px 14px; min-width: 66px; }
}

/* ── Profile upload boxes (sup- prefix) ── */
.sup-upload-box {
    border: 2px dashed #d1d5db;
    border-radius: 14px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    background: #fafafa;
    position: relative;
    overflow: hidden;
}
.sup-upload-box:hover { border-color: #198754; background: #f0fdf4; }
.sup-upload-preview {
    width: 72px; height: 72px;
    border-radius: 10px;
    background: #f3f4f6;
    display: flex; align-items: center; justify-content: center;
    font-size: 28px; color: #9ca3af;
    flex-shrink: 0; overflow: hidden;
}
.sup-upload-info { flex: 1; min-width: 0; }
.sup-upload-title { font-size: 13px; font-weight: 700; color: #374151; margin-bottom: 3px; }
.sup-upload-hint  { font-size: 11px; color: #9ca3af; margin-bottom: 4px; }
.sup-upload-fname { font-size: 11px; color: #198754; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sup-file-inp { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; cursor: pointer; }

/* 4-col tabs override */
.sup-tabs-wrap.four-col {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
    gap: 4px;
    margin-bottom: 28px;
    background: transparent;
    padding: 0;
    border-radius: 0;
}

/* ── New Application page (sna- prefix) ── */
.sna-step-bar {
    display: flex; align-items: center;
    gap: 0; margin-bottom: 28px;
}
.sna-step {
    display: flex; align-items: center; gap: 10px;
    font-size: 13px; font-weight: 600; color: #9ca3af;
}
.sna-step.active  { color: #0d3d2b; }
.sna-step.done    { color: #198754; }
.sna-step-circle {
    width: 32px; height: 32px; border-radius: 50%;
    background: #e5e7eb; color: #9ca3af;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 700; flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
}
.sna-step.active .sna-step-circle  { background: #0d3d2b; color: #fff; }
.sna-step.done   .sna-step-circle  { background: #198754; color: #fff; }
.sna-step-line {
    flex: 1; height: 2px; background: #e5e7eb; margin: 0 10px;
    transition: background 0.3s;
}
.sna-step-line.done { background: #198754; }

/* Cert card selected state */
.shakkho-cert-card.selected {
    border: 2px solid #198754 !important;
    background: #f0fdf4 !important;
    box-shadow: 0 0 0 4px rgba(25,135,84,0.12) !important;
}
.shakkho-cert-card.selected .shakkho-cert-name { color: #0d5c3f !important; font-weight: 700; }

/* Profile review listing */
.sna-review-section { margin-bottom: 24px; }
.sna-review-title {
    font-size: 12px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.5px; color: #198754;
    border-bottom: 1.5px solid #e5e7eb;
    padding-bottom: 8px; margin-bottom: 14px;
    display: flex; align-items: center; gap: 7px;
}
.sna-review-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px;
}
.sna-review-row { display: flex; flex-direction: column; gap: 2px; }
.sna-review-label { font-size: 11px; color: #9ca3af; font-weight: 600; text-transform: uppercase; letter-spacing: 0.4px; }
.sna-review-value { font-size: 14px; color: #111827; font-weight: 500; }
.sna-review-value.empty { color: #d1d5db; font-style: italic; font-weight: 400; font-size: 13px; }

.sna-update-banner {
    background: #fffbeb; border: 1.5px solid #fde68a;
    border-radius: 12px; padding: 14px 18px;
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 22px;
}
.sna-update-banner i { color: #d97706; font-size: 18px; flex-shrink: 0; }
.sna-update-banner-text { flex: 1; font-size: 13px; color: #92400e; }
.sna-update-banner-text strong { display: block; margin-bottom: 2px; }
.sna-update-link {
    background: #fff; border: 1.5px solid #d97706;
    color: #d97706; border-radius: 8px;
    padding: 8px 16px; font-size: 12px; font-weight: 700;
    white-space: nowrap; text-decoration: none;
    transition: background 0.2s;
}
.sna-update-link:hover { background: #fef9c3; color: #b45309; }

.sna-selected-cert-badge {
    display: inline-flex; align-items: center; gap: 10px;
    background: #f0fdf4; border: 1.5px solid rgba(25,135,84,0.25);
    border-radius: 12px; padding: 10px 16px; margin-bottom: 20px;
}
.sna-selected-cert-badge img { width: 36px; height: 36px; object-fit: contain; }
.sna-selected-cert-badge span { font-size: 14px; font-weight: 700; color: #0d5c3f; }

/* ================================================================
   HELP PAGE  (hlp- prefix)
   ================================================================ */

/* Top tab nav */
.hlp-tab-nav {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky; top: 80px; z-index: 99;
    margin-top: 80px;
}
.hlp-tab-nav-inner {
    max-width: 900px; margin: 0 auto;
    display: flex; align-items: center;
}
.hlp-tab-btn {
    display: flex; align-items: center; gap: 7px;
    padding: 14px 22px; border: none; background: transparent;
    font-size: 13px; font-weight: 600; color: #6b7280;
    cursor: pointer; font-family: inherit;
    border-bottom: 2px solid transparent; margin-bottom: -1px;
    transition: color 0.2s, border-color 0.2s; white-space: nowrap;
}
.hlp-tab-btn i { font-size: 13px; }
.hlp-tab-btn.active { color: #198754; border-bottom-color: #198754; }
.hlp-tab-btn:hover:not(.active) { color: #374151; }

/* Hero banner */
.hlp-hero {
    background: linear-gradient(135deg, #053b2f 0%, #0d5c3f 50%, #0a4532 100%);
    padding: 72px 20px 76px;
    text-align: center;
    position: relative; overflow: hidden;
}
.hlp-hero::before {
    content: ''; position: absolute;
    width: 520px; height: 520px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.05);
    top: -200px; left: -100px; pointer-events: none;
}
.hlp-hero::after {
    content: ''; position: absolute;
    width: 380px; height: 380px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.04);
    bottom: -180px; right: -60px; pointer-events: none;
}
.hlp-hero-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px; padding: 5px 14px;
    font-size: 12px; color: rgba(255,255,255,0.85);
    margin-bottom: 16px; font-weight: 600;
}
.hlp-hero-title {
    font-size: 32px; font-weight: 800; color: #fff;
    margin-bottom: 8px; line-height: 1.2;
}
.hlp-hero-sub {
    font-size: 14px; color: rgba(255,255,255,0.65);
    margin-bottom: 24px;
}
.hlp-search-box {
    max-width: 560px; margin: 0 auto; position: relative;
}
.hlp-search-input {
    width: 100%; padding: 14px 20px 14px 46px;
    border-radius: 50px; border: none; outline: none;
    font-size: 14px; font-family: inherit;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.hlp-search-icon {
    position: absolute; left: 17px; top: 50%;
    transform: translateY(-50%); color: #9ca3af; font-size: 14px;
}

/* Tab panes */
.hlp-pane { display: none; }
.hlp-pane.active { display: block; }

/* Content wrapper */
.hlp-wrap { max-width: 900px; margin: 0 auto; padding: 40px 20px 60px; }

/* FAQ category */
.hlp-faq-cat { margin-bottom: 36px; }
.hlp-faq-cat-title {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 700; color: #198754;
    margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.4px;
}
.hlp-faq-cat-title i { font-size: 13px; }

/* FAQ accordion item */
.hlp-acc-item {
    background: #fff; border: 1px solid #f0f0f0;
    border-radius: 12px; margin-bottom: 8px;
    overflow: hidden; transition: box-shadow 0.2s;
}
.hlp-acc-item:hover { box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.hlp-acc-btn {
    width: 100%; display: flex; align-items: center;
    justify-content: space-between; gap: 12px;
    padding: 16px 20px; border: none; background: transparent;
    font-size: 14px; font-weight: 600; color: #111827;
    cursor: pointer; font-family: inherit; text-align: left;
    transition: background 0.15s;
}
.hlp-acc-btn:hover { background: #fafafa; }
.hlp-acc-icon {
    width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
    background: #f0fdf4; color: #198754;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 700; transition: transform 0.2s, background 0.2s;
}
.hlp-acc-item.open .hlp-acc-icon { background: #198754; color: #fff; transform: rotate(45deg); }
.hlp-acc-body {
    display: none; padding: 0 20px 16px;
    font-size: 13px; color: #6b7280; line-height: 1.7;
    border-top: 1px solid #f3f4f6; padding-top: 14px;
}
.hlp-acc-item.open .hlp-acc-body { display: block; }

/* Terms card */
.hlp-terms-card {
    background: #fff; border: 1px solid #f0f0f0;
    border-radius: 18px; padding: 36px 40px;
}
.hlp-terms-doc-title {
    font-size: 17px; font-weight: 800; color: #0d3d2b;
    margin-bottom: 6px;
}
.hlp-terms-updated {
    display: flex; align-items: center; gap: 6px;
    font-size: 12px; color: #9ca3af; margin-bottom: 28px;
}
.hlp-terms-section { margin-bottom: 24px; }
.hlp-terms-sec-title {
    display: flex; align-items: center; gap: 8px;
    font-size: 14px; font-weight: 700; color: #0d5c3f;
    margin-bottom: 10px;
}
.hlp-terms-sec-title::before {
    content: ''; width: 4px; height: 16px; background: #198754;
    border-radius: 2px; display: block;
}
.hlp-terms-body {
    font-size: 13px; color: #4b5563; line-height: 1.8;
}
.hlp-terms-body ul { padding-left: 20px; margin: 6px 0; }
.hlp-terms-body ul li { margin-bottom: 4px; }
.hlp-terms-body a { color: #198754; }

/* Help desk */
.hlp-contact-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
    margin-bottom: 28px;
}
.hlp-contact-card {
    background: #fff; border: 1px solid #f0f0f0;
    border-radius: 14px; padding: 20px;
    display: flex; align-items: flex-start; gap: 14px;
    transition: box-shadow 0.2s, border-color 0.2s; cursor: pointer;
    text-decoration: none;
}
.hlp-contact-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.07); border-color: #d1d5db; }
.hlp-contact-icon {
    width: 44px; height: 44px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; flex-shrink: 0;
}
.hlp-contact-icon.green  { background: #f0fdf4; color: #198754; }
.hlp-contact-icon.blue   { background: #eff6ff; color: #3b82f6; }
.hlp-contact-icon.orange { background: #fff7ed; color: #f97316; }
.hlp-contact-icon.purple { background: #f5f3ff; color: #7c3aed; }
.hlp-contact-label { font-size: 14px; font-weight: 700; color: #111827; margin-bottom: 3px; }
.hlp-contact-sub   { font-size: 12px; color: #9ca3af; margin-bottom: 6px; }
.hlp-contact-link  { font-size: 12px; font-weight: 700; color: #198754; }

.hlp-info-row {
    display: grid; grid-template-columns: repeat(3,1fr); gap: 14px;
    margin-bottom: 32px;
}
.hlp-info-card {
    background: #fff; border: 1px solid #f0f0f0;
    border-radius: 14px; padding: 20px; text-align: center;
}
.hlp-info-icon {
    width: 52px; height: 52px; border-radius: 50%;
    margin: 0 auto 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
}
.hlp-info-icon.green  { background: #f0fdf4; color: #198754; }
.hlp-info-icon.orange { background: #fff7ed; color: #f97316; }
.hlp-info-icon.blue   { background: #eff6ff; color: #3b82f6; }
.hlp-info-name  { font-size: 13px; font-weight: 700; color: #0d3d2b; margin-bottom: 4px; }
.hlp-info-value { font-size: 13px; font-weight: 800; color: #198754; margin-bottom: 4px; }
.hlp-info-note  { font-size: 11px; color: #9ca3af; }

/* Contact form card */
.hlp-form-card {
    background: #fff; border: 1px solid #f0f0f0;
    border-radius: 18px; padding: 28px 32px;
}
.hlp-form-title {
    display: flex; align-items: center; gap: 8px;
    font-size: 15px; font-weight: 700; color: #0d3d2b;
    margin-bottom: 6px;
}
.hlp-form-title i { color: #198754; }
.hlp-form-notice {
    background: #fffbeb; border: 1px solid #fde68a;
    border-radius: 10px; padding: 10px 14px;
    font-size: 12px; color: #92400e; margin-bottom: 20px;
    display: flex; align-items: flex-start; gap: 8px;
}
.hlp-form-notice i { flex-shrink: 0; margin-top: 1px; }
.hlp-input {
    width: 100%; border: 1.5px solid #e5e7eb;
    border-radius: 10px; padding: 11px 14px 11px 38px;
    font-size: 14px; color: #111827; font-family: inherit;
    background: #f9fafb; outline: none;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}
.hlp-input:focus {
    border-color: #198754; background: #fff;
    box-shadow: 0 0 0 3px rgba(25,135,84,0.1);
}
.hlp-input-wrap { position: relative; }
.hlp-input-wrap i {
    position: absolute; left: 13px; top: 50%;
    transform: translateY(-50%); color: #9ca3af; font-size: 13px;
    pointer-events: none;
}
.hlp-input-wrap.textarea-wrap i { top: 14px; transform: none; }
.hlp-input.no-icon { padding-left: 14px; }
.hlp-label {
    display: block; font-size: 12px; font-weight: 700;
    color: #6b7280; text-transform: uppercase;
    letter-spacing: 0.4px; margin-bottom: 6px;
}
.hlp-submit-btn {
    width: 100%; background: #198754; color: #fff;
    border: none; border-radius: 12px; padding: 14px;
    font-size: 15px; font-weight: 700; cursor: pointer;
    font-family: inherit; display: flex;
    align-items: center; justify-content: center; gap: 8px;
    transition: background 0.2s;
}
.hlp-submit-btn:hover { background: #146c43; }

@media (max-width: 768px) {
    .hlp-contact-grid { grid-template-columns: 1fr; }
    .hlp-info-row     { grid-template-columns: 1fr; }
    .hlp-terms-card   { padding: 24px 20px; }
    .hlp-hero-title   { font-size: 24px; }
    .hlp-tab-btn      { padding: 12px 14px; font-size: 12px; }
    .hlp-tab-btn span { display: none; }
}

/* ── Utility: Dashboard icon color variants ── */
.udp-icon-blue   { background: #ebf8ff; color: #2b6cb0; }
.udp-icon-orange { background: #fffaf0; color: #dd6b20; }
.udp-icon-green  { background: #f0fff4; color: #2f855a; }
.udp-icon-red    { background: #fff5f5; color: #c53030; }
.udp-icon-teal   { background: #e6f7ef; color: #14a37a; }

/* ── Utility: Bangladesh flag in footer ── */
.bd-flag { height: 35px; }

/* ── Utility: Dashboard search bar ── */
.udp-search-wrap { width: 250px; }

/* ── Utility: Auth pages body reset ── */
body.auth-page { margin: 0; padding: 0; }

/* ── Utility: Auth bottom link ── */
.shakkho-auth-link { color: #198754; font-weight: 600; text-decoration: none; }
.shakkho-auth-no-acc { margin-bottom: 0; }

/* ── Utility: Help page dot badge icon ── */
.hlp-dot-icon { font-size: 6px; }

/* ── Utility: Help page info section ── */
.hlp-info-value-sm { font-size: 12px; line-height: 1.5; }
.hlp-textarea { padding-left: 38px; resize: vertical; }
.text-dark-green { color: #0d3d2b; }

/* ── Utility: Helpdesk banner ── */
.hd-banner { background: #0d7a5b; }
.hd-banner-btn {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
}
.hd-stat-box {
    background: rgba(255,255,255,0.1);
    min-width: 100px;
    border: 1px solid rgba(255,255,255,0.1);
}
.hd-stat-label { font-size: 10px; }

/* ── Utility: Helpdesk contact icons ── */
.hd-icon-teal   { background: #e6f7ef; color: #14a37a; }
.hd-icon-blue   { background: #ebf8ff; color: #2b6cb0; }
.hd-icon-orange { background: #fffaf0; color: #dd6b20; }
.hd-contact-title    { font-size: 14px; }
.hd-contact-subtitle { font-size: 11px; }

/* ── Utility: Helpdesk ticket list ── */
.hd-ticket-id    { font-size: 10px; }
.hd-ticket-title { font-size: 13px; }
.hd-ticket-date  { font-size: 11px; }
.hd-ticket-badge { font-size: 10px; }

/* ── Utility: Review row full width ── */
.sna-review-row-full { grid-column: span 2; }

/* ── Utility: Index help section icon variants ── */
.shakkho-help-icon-blue  { background: #e3f2fd; color: #1565c0; }
.shakkho-help-icon-green { background: #e8f5e9; color: #2e7d32; }
.shakkho-help-number-sm  { font-size: 18px; }
.shakkho-badge-dot-icon  { font-size: 8px; color: #198754; }

/* ── Utility: Success page ── */
.shakkho-auth-right-inner-centered {
    justify-content: center;
    text-align: center;
}
.scs-step-check-icon { font-size: 12px; }

/* ── Utility: Certificate Application Final ── */
.caf-section-icon-green { background: #e8f5e9; color: #2e7d32; }
.caf-payment-input-wrap { max-width: 400px; }

/* ── Utility: Status page search bar ── */
.sts-search-input  { border-radius: 10px 0 0 10px !important; }
.sts-search-btn    { border-radius: 0 10px 10px 0 !important; }
.sts-icon-sm       { width: 32px; height: 32px; font-size: 14px; }
.sts-timeline-warn { background: #fffaf0; border-color: #fbd38d; }
.sts-timeline-warn-dot   { background: #f6ad55; border-color: #f6ad55; }
.sts-timeline-warn-title { color: #dd6b20; }

/* ── Utility: Profile page ── */
.sup-addr-check-label { font-size: 13px; cursor: pointer; }
.sup-addr-muted       { color: #6b7280; }
.sup-card-title-mt    { margin-top: 8px; }

/* ── Utility: New application page ── */
.sna-form-actions { margin-top: 28px; }
.sup-btn-save { text-decoration: none; }
