@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 Information Form Styles --- */
.person_information_wrapper {
    background-color: #f8f9fa;
    min-height: 100vh;
}

.person_information_icon_box {
    width: 48px;
    height: 48px;
    background-color: #e6f7ef;
    color: #14a37a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 24px;
}

.person_information_page_title {
    color: #053b2f;
    font-weight: 700;
    font-size: 24px;
}

.person_information_page_subtitle {
    color: #6c757d;
    font-size: 14px;
}

/* Stepper Styles */
.person_information_stepper_container {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.person_information_stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
}

.person_information_step {
    text-align: center;
    position: relative;
    flex: 1;
}

.person_information_step_circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-weight: 600;
    color: #6c757d;
    transition: all 0.3s ease;
}

.person_information_step.active .person_information_step_circle {
    border-color: #14a37a;
    color: #14a37a;
    box-shadow: 0 0 0 4px rgba(20, 163, 122, 0.1);
}

.person_information_step.completed .person_information_step_circle {
    background-color: #14a37a;
    border-color: #14a37a;
    color: #fff;
}

.person_information_step_label {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.person_information_step.active .person_information_step_label {
    color: #14a37a;
    font-weight: 600;
}

.person_information_step_progress {
    font-size: 12px;
    color: #14a37a;
    font-weight: 600;
    margin-top: 2px;
}

.person_information_step_line {
    height: 2px;
    background-color: #dee2e6;
    flex: 1;
    margin: 0 15px;
    margin-bottom: 30px;
}

.person_information_step.completed+.person_information_step_line {
    background-color: #14a37a;
}

/* Card Styles */
.person_information_card {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.person_information_card_header {
    background-color: #fff;
    border-bottom: 1px solid #edf2f7;
    padding: 20px 25px;
    font-weight: 700;
    color: #053b2f;
    display: flex;
    align-items: center;
}

.person_information_card_header i {
    color: #14a37a;
    font-size: 20px;
}

.person_information_card_body {
    padding: 30px;
}

.person_information_alert {
    background-color: #fff8eb;
    border: 1px solid #ffeeba;
    color: #856404;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
}

.person_information_label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #4a5568;
    font-size: 14px;
}

.person_information_input_group {
    position: relative;
}

.person_information_input_icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #cbd5e0;
    pointer-events: none;
}

.person_information_input {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    padding-left: 45px;
    background-color: #f8fafc;
    transition: all 0.3s ease;
}

select.person_information_input {
    padding-left: 15px;
}

textarea.person_information_input {
    height: auto;
    padding-left: 15px;
    padding-top: 12px;
}

.person_information_input:focus {
    background-color: #fff;
    border-color: #14a37a;
    box-shadow: 0 0 0 3px rgba(20, 163, 122, 0.1);
}

.person_information_sub_title {
    color: #14a37a;
    font-weight: 700;
    border-bottom: 2px solid #14a37a;
    display: inline-block;
    padding-bottom: 5px;
}

/* Upload Styles */
.person_information_upload_box {
    position: relative;
}

.person_information_file_input {
    position: absolute;
    width: 100%;
    height: 50px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.person_information_upload_ui {
    height: 50px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background-color: #f8fafc;
    overflow: hidden;
}

.person_information_browse_btn {
    background-color: #14a37a;
    color: #fff;
    border-radius: 0;
    height: 100%;
    padding: 0 20px;
    font-weight: 600;
}

.person_information_file_name {
    padding-left: 15px;
    color: #718096;
    font-size: 14px;
}

.person_information_preview {
    margin-top: 10px;
    height: 200px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e0;
    font-weight: 600;
    font-size: 24px;
    overflow: hidden;
}

.person_information_preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Buttons */
.person_information_btn_next,
.person_information_btn_submit {
    background-color: #14a37a;
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.person_information_btn_next:hover,
.person_information_btn_submit:hover {
    background-color: #0d8a66;
    color: #fff;
    transform: translateY(-2px);
}

.person_information_btn_prev {
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 600;
}

.person_information_section {
    display: none;
}

.person_information_section.active {
    display: block;
    animation: person_information_fadeIn 0.5s ease;
}

@keyframes person_information_fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.person_information_btn_save_exit {
    background-color: #fff;
    color: #14a37a;
    border: 1px solid #14a37a;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.person_information_btn_save_exit:hover {
    background-color: #e6f7ef;
    color: #14a37a;
    transform: translateY(-2px);
}

.person_information_edit_btn {
    background-color: #e6f7ef;
    color: #14a37a;
    border: 1px solid #14a37a;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 15px;
    transition: all 0.3s ease;
}

.person_information_edit_btn:hover {
    background-color: #14a37a;
    color: #fff;
    transform: translateY(-2px);
}

.person_information_step_info {
    color: #718096;
    font-weight: 600;
    font-size: 14px;
}

.inheritance_row {
    transition: all 0.3s ease;
    animation: person_information_fadeIn 0.5s ease;
}

.remove_inheritance_btn {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* --- User Profile Dashboard Styles --- */
.user_profile_wrapper {
    background-color: #f0f2f5;
    min-height: 100vh;
    display: flex;
}

/* Sidebar */
.user_profile_sidebar {
    width: 280px;
    background: #fff;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    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);
}