* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

@font-face {
    font-family: NunitoSans_10pt_Black;
    src: url("../fonts/static/NunitoSans_10pt-Black.ttf") format("truetype");
}

@font-face {
    font-family: NunitoSans_10pt_BlackItalic;
    src: url("../fonts/static/NunitoSans_10pt-BlackItalic.ttf") format("truetype");
}

@font-face {
    font-family: NunitoSans_10pt_Bold;
    src: url("../fonts/static/NunitoSans_10pt-Bold.ttf") format("truetype");
}

@font-face {
    font-family: NunitoSans_10pt_BoldItalic;
    src: url("../fonts/static/NunitoSans_10pt-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: NunitoSans_10pt_ExtraBold;
    src: url("../fonts/static/NunitoSans_10pt-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: NunitoSans_10pt_ExtraBoldItalic;
    src: url("../fonts/static/NunitoSans_10pt-ExtraBoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: NunitoSans_10pt_ExtraLight;
    src: url("../fonts/NunitoSans_10pt-ExtraLight.ttf") format("truetype");
}

@font-face {
    font-family: NunitoSans_10pt_ExtraLightItalic;
    src: url("../fonts/static/NunitoSans_10pt-ExtraLightItalic.ttf") format("truetype");
}

@font-face {
    font-family: NunitoSans_10pt_Italic;
    src: url("../fonts/static/NunitoSans_10pt-Italic.ttf") format("truetype");
}

@font-face {
    font-family: NunitoSans_10pt_Light;
    src: url("../fonts/static/NunitoSans_10pt-Light.ttf") format("truetype");
}

@font-face {
    font-family: NunitoSans_10pt_LightItalic;
    src: url("../fonts/static/NunitoSans_10pt-LightItalic.ttf") format("truetype");
}

@font-face {
    font-family: NunitoSans_10pt_Medium;
    src: url("../fonts/static/NunitoSans_10pt-Medium.ttf") format("truetype");
}

@font-face {
    font-family: NunitoSans_10pt_MediumItalic;
    src: url("../fonts/static/NunitoSans_10pt-MediumItalic.ttf") format("truetype");
}

@font-face {
    font-family: NunitoSans_10pt_Regular;
    src: url("../fonts/static/NunitoSans_10pt-Regular.ttf") format("truetype");
}

@font-face {
    font-family: NunitoSans_10pt_SemiBold;
    src: url("../fonts/static/NunitoSans_10pt-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: NunitoSans_10pt_SemiBoldItalic;
    src: url("../fonts/static/NunitoSans_10pt-SemiBoldItalic.ttf") format("truetype");
}

:root {
    --theme-default-primary-color: #eb0005;
    --theme-default-ligher-color: #fff5f5;
}

body {
    overflow-x: hidden !important;
    font-family: NunitoSans_10pt_SemiBold !important;
    background: #f3f4f4 !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1 {
    font-family: NunitoSans_10pt_ExtraBold !important;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: NunitoSans_10pt_Bold !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #323233 !important;
}

img {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-drag: none;
}

p {
    color: #7a7a7a;
}

.screenshot-img {
    height: 500px;
}

.screenshot-img {
    height: 500px !important;
}

#pdfContainer {
    width: 50%;
    max-width: 100%;
    height: max-content;
    margin: auto;
}

.sticky-toast {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 10000000 !important;
}

.input-group:focus-within {
    box-shadow: none !important;
}

.file_required,
.certificate_file_required {
    font-size: 85%;
    color: #ff5b5c;
}

.layout-navbar-fixed .layout-navbar.navbar-elevated {
    box-shadow: none !important;
}

.sticky-container-fluid-header .container-fluid {
    position: sticky !important;
    top: 78px !important;
    z-index: 1000 !important;
    padding-bottom: 1rem !important;
}

#cropModal,
#cropModalGov,
#cropModalProfile {
    width: 100%;
}

#cropModal .offcanvas-body,
#cropModalGov .offcanvas-body,
#cropModalProfile .offcanvas-body {
    display: flex;
    justify-content: center;
}

#cropModal .img-container,
#cropModalGov .img-container,
#cropModalProfile .img-container {
    width: 50%;
    height: 500px;
}

#cropModal .img-container #cropImage,
#cropModalGov .img-container #cropImageGov,
#cropModalProfile .img-container #cropImageProfile {
    width: 100vw;
    height: 500px;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999 !important;
}

#loader .outer-background {
    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 50%;
}

#loader .spinner {
    background-color: #fff;
    border-width: 4px;
    border-style: solid;
    border-color: var(--theme-default-primary-color);
    border-right-color: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.light-style .swal2-container {
    z-index: 1128 !important;
}

.app-brand {
    justify-content: center;
}

.app-brand-logo.demo {
    height: unset;
}

.btn-primary {
    font-family: NunitoSans_10pt_ExtraBold !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2) !important;
    background-color: var(--theme-default-primary-color) !important;
    border: 0 !important;
}

.btn-custom-lighter {
    font-family: NunitoSans_10pt_Bold !important;
    border-radius: 5px !important;
    background-color: var(--theme-default-ligher-color) !important;
    border: 0 !important;
    padding: 10px !important;
    margin: 20px 0 !important;
    color: var(--theme-default-primary-color) !important;
    box-shadow: none !important;
}

.login_link_area,
.register_link_area {
    border: 1px solid var(--theme-default-primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    height: 40px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
}

.full_link {
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login_link_area span,
.register_link_area span {
    color: var(--theme-default-primary-color);
}

.login_link,
.register_link {
    font-family: NunitoSans_10pt_ExtraBold !important;
}

.kudos_conatainer p {
    font-family: NunitoSans_10pt_Regular !important;
}

.government_proof_remind_later {
    text-align: right;
    margin: 20px 0;
    font-weight: 600 !important;
}

.government_proof_remind_later a {
    color: #323233 !important;
}

.government_proof_card .card-title,
.government_proof_card p {
    text-align: left;
    border-radius: 5px;
}

.government_proof_card .upload_area {
    background-color: #f6f6f6;
    padding: 50px;
    border-radius: 5px;
}

.government_modal_btn,
.government_selfie_btn {
    padding: 0 !important;
}

#government_proof_upload_modal {
    text-align: left;
}

#government_list_area,
#government_proof_upload_modal .upload_container,
.upload_container {
    display: flex;
    justify-content: left;
    position: relative;
    align-items: start;
}

#government_list_area .government_list_doc_background,
#government_proof_upload_modal .upload_area_modal,
.upload_area_modal {
    height: 100px;
    width: 100px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #f6f6f6 !important;
    border-radius: 5px !important;
}

.upload_area_modal i {
    color: #323233;
}

#government_proof_upload_modal p,
#government_proof_upload_modal span {
    margin-bottom: 5px !important;
}

.offcanvas {
    z-index: 2000 !important;
}

.offcanvas-backdrop {
    z-index: 1500 !important;
}

.government_offcanvas,
.common_offcanvas {
    height: 180px !important;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.government_offcanvas .offcanvas-body,
.common_offcanvas .offcanvas-body {
    margin-top: 0 !important;
    padding: 0 !important;
}

#gov_offcanvas_select_option i,
#offcanvas_select_option i,
#common_offcanvas_select_option i {
    color: #fff;
    font-size: 35px;
}

#gov_offcanvas_select_option .select_option_bg,
#offcanvas_select_option .select_option_bg,
#common_offcanvas_select_option .select_option_bg {
    background-color: var(--theme-default-primary-color) !important;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    cursor: pointer;
    box-shadow: 0 10px 14px -10px #000;
}

#gov_offcanvas_select_option .offcanvas-body,
#offcanvas_select_option .offcanvas-body,
#common_offcanvas_select_option .offcanvas-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.offcanva_camera_text,
.offcanva_close_text,
.offcanva_files_text {
    text-align: center !important;
    margin-top: 10px;
    margin-bottom: 0;
    color: #323233 !important;
}

.deleteProofFileConfirmation {
    cursor: pointer;
}

#previewOffcanvas {
    width: 100%;
}

.government_selfie_btn {
    height: 150px;
    width: 150px;
    background-color: #f6f6f6 !important;
    border-radius: 50% !important;
}

.government_proof_selfie {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.government_proof_selfie .government_slefie {
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.bg-navbar-theme {
    background-color: #f9f8f8 !important;
    color: #677788;
}

.content-wrapper {
    background-color: #f9f8f8 !important;
}

.bg-menu-theme .menu-horizontal-next,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-link {
    color: #313131 !important;
}

.bg-menu-theme .menu-item.active>.menu-link:not(.menu-toggle) {
    background-color: var(--theme-default-primary-color) !important;
}

.bg-menu-theme .menu-item.active>.menu-link:not(.menu-toggle) {
    color: #fff !important;
}

.bs-stepper .step.active .bs-stepper-circle {
    background-color: var(--theme-default-primary-color) !important;
}

.bs-stepper .step.active .bs-stepper-label {
    color: var(--theme-default-primary-color) !important;
}

.bs-stepper .step.active .step-trigger::after {
    background-color: var(--theme-default-primary-color) !important;
}

.bs-stepper .step.crossed .step-trigger .bs-stepper-circle {
    color: var(--theme-default-primary-color) !important;
    border-color: var(--theme-default-primary-color) !important;
}

.bs-stepper .step.crossed .step-trigger::after {
    background-color: var(--theme-default-primary-color) !important;
}

.light-style .bs-stepper .step.crossed .bs-stepper-circle {
    color: var(--theme-default-primary-color) !important;
}

.light-style .menu .app-brand.demo {
    height: unset;
}

.bg-menu-theme {
    background-color: #fff !important;
}

.app-brand-text {
    width: 190px;
}

.layout-navbar {
    height: 4.875rem !important;
}

.layout-navbar i {
    color: #333 !important;
}

.other_group_select .select2-container--default .select2-selection {
    border-radius: unset !important;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.module-lock-area {
    position: relative;
}

.module-lock-area .module-lock {
    position: absolute;
    top: 5px;
    right: 5px;
}

.for_home_screen {
    padding-top: 20px !important;
}

.user-avatar-section .user-info {
    margin-bottom: auto;
    margin-left: 20px;
}

.user-avatar-section .user_image_area {
    height: 125px;
    box-shadow: 0 0 10px -6px gray;
    border-radius: 5px;
    width: 125px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.profile_verified_area {
    display: flex;
}

.profile_verified_area .verified_icon {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    background-color: #00ba00;
}

.verified_text {
    color: #00ba00;
}

.home_document_container .home_document_list_card {
    border-top-left-radius: 60px !important;
    border-top-right-radius: 60px !important;
    margin-bottom: 20px !important;
}

.document_area {
    min-height: 100px !important;
    max-width: 100px !important;
}

.document-img {
    min-height: 100px;
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.document-text {
    text-align: center;
}

.document-text p {
    color: #000 !important;
    margin-top: 10px;
    margin-bottom: 5px;
}

.document-status {
    text-align: center;
}

.badge {
    text-transform: unset !important;
}

.about_card {
    text-align: center;
    align-self: center;
    height: 200px;
}

.document_img {
    display: flex;
    justify-content: center;
}

.document_img figure {
    padding: 31px;
    background: #f5f5f5;
    border-radius: 5px;
    margin: 0;
}

.profile_img_update {
    background-color: #dcdcdc !important;
    position: relative;
    height: 125px;
    width: 125px;
    border-radius: 5px;
}

.profile_img_update button {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 5px;
}

.card_h {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.required_asterisk {
    color: red;
}

.settings i {
    color: #333;
}

.settings .profile_detail {
    display: flex;
    align-items: center;
}

.settings .profile_detail .image img {
    border-radius: 50%;
    margin-right: 10px;
}

.settings .profile_detail a {
    display: flex;
    align-items: center;
}

.settings .profile_detail p {
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
}

.settings .profile_detail .profile_desc a {
    color: #000;
    font-weight: 400;
}

.settings .profile_detail .profile_desc a i {
    font-size: 12px;
    margin-left: 3px;
}

.tabs-line.nav-tabs .nav-link.active,
.tabs-line.nav-tabs .nav-link.active:hover {
    box-shadow: 0 -2px 0 red inset !important;
    color: #000 !important;
}

.settings .navs .tab-content {
    background: 0 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.settings .navs .tab-content .list-group {
    margin-right: 0 !important;
}

.settings .navs .tab-content .list-group a,
.settings .navs .tab-content .list-group button {
    border-bottom: 2px solid #f3f4f4;
    border-radius: 0;
    font-size: 14px;
    font-weight: 200;
    color: #000;
}

.settings .navs .tab-content .list-group a:hover {
    color: #000;
}

.settings .navs .tab-content .list-group a:last-child {
    border-bottom: none;
}

.settings .navs .tab-content .card .card-header p {
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.settings .navs .tab-content .card .card-header {
    display: flex;
    align-items: baseline;
}

.membership_plan .swiper-slide .card-header .head {
    display: flex;
    justify-content: space-between;
}

.membership_plan .swiper-container {
    height: 458px !important;
}

.membership_plan .swiper-slide {
    background-color: transparent !important;
}

.membership_plan .swiper-slide .item .card-header {
    background-color: #f5f5f5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.membership_plan .swiper-slide .card-header p {
    font-size: 14px;
}

.membership_plan .swiper-slide .card-header h3 {
    margin-bottom: 0;
}

.membership_plan .swiper-slide {
    padding-top: 15px !important;
}

.membership_plan .swiper-slide .item {
    border-radius: 10px !important;
    border: 1px solid #f3f4f4;
    box-shadow: none !important;
}

.membership_plan .swiper-slide .card-body {
    background-color: #fff;
    color: #000;
    padding-top: 15px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.membership_plan .swiper-slide .card-body li {
    font-size: 14px;
    list-style-type: none;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 200;
}

.membership_plan .swiper-slide .card-body li i {
    padding-right: 10px;
}

.membership_plan .swiper-slide .card-body ul {
    padding-left: 0 !important;
    text-align: start;
}

.contact-us .list-group {
    margin-right: 0 !important;
}

.contact-us .list-group a {
    border-bottom: 2px solid #f3f4f4;
    border-radius: 0;
    font-size: 14px;
    font-weight: 200;
    color: #000;
    display: flex;
    justify-content: space-between;
    padding: 0.78rem 1.1rem;
}

.contact-us h6 {
    border-bottom: 2px solid #f3f4f4;
    line-height: 3.1 !important;
}

.timeline .timeline-item .timeline-point {
    background-color: var(--theme-default-primary-color) !important;
}

.timeline .timeline-item {
    padding-left: 1rem !important;
}

.timeline .timeline-item .timeline-event {
    padding: 1rem 1.5rem !important;
}

.timeline::before {
    border-left: 2px dashed var(--theme-default-primary-color) !important;
}

.timeline-point {
    box-shadow: 0 0 0 5px #fff, 0 1px 3px 4px #000;
}

.timeline-body span {
    font-size: 13px;
}

.document_not_found_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: calc(100% - 78px);
    position: relative;
}

.document_not_found_list img {
    height: 80px;
    width: 80px;
}

.document_not_found_list h4 {
    text-align: center;
}

.document_not_add_button_area {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.document_add_button_area {
    display: inline-block;
    position: sticky;
    bottom: 10px;
    right: 10px;
}

.document_add_button_area a,
.document_not_add_button_area a {
    background: var(--theme-default-primary-color) !important;
    border-radius: 15px;
    display: flex;
}

.document_add_button_area a i,
.document_not_add_button_area a i {
    font-size: 25px;
    color: #fff;
    padding: 20px;
}

.all_container,
.notuploaded_container {
    margin-bottom: 3px;
    padding: 30px;
}

.all_container .main_row,
.notuploaded_container .main_row {
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 1.5rem;
}

.all_container .main_row .main_column,
.notuploaded_container .main_row .main_column {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.all_container .main_row .main_column .allButtonArea,
.notuploaded_container .main_row .main_column .buttonArea {
    display: flex;
    flex-direction: row;
}

.all_container .main_row .main_column .button_area_content,
.notuploaded_container .main_row .main_column .button_area_content {
    display: flex;
    flex-direction: column;
}

.all_container .main_row .main_column .button_area_content {
    position: relative;
}

.all_container .main_row .main_column .button_area_content .edit-icon {
    position: absolute;
    bottom: 40%;
    right: 20%;
    cursor: pointer;
}

.search-profile .document_not_found_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: calc(100% - 133px);
    position: relative;
}

.search-profile .profile_detail {
    display: flex;
    align-items: flex-start;
}

.search-profile .profile_detail .image img {
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid rgba(168, 161, 161, 0.089);
    height: 50px;
    width: 50px;
}

.search-profile .profile_detail a {
    display: flex;
    align-items: center;
}

.search-profile .profile_detail p {
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
}

.search-profile .profile_detail .profile_desc {
    width: 100%;
    margin-left: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a7a7a7;
}

.search-profile-header-container {
    position: sticky;
    top: 78px;
    z-index: 1000;
    background-color: #f9f8f8;
}

.search-profile-header-container .user_count {
    background: #f9f8f8;
    padding: 10px;
    border: 1px solid #00000017;
}

.user-doc-info span {
    font-size: 13px;
}

#notification_list .notification-item {
    border-bottom: 1px solid #a7a7a7;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}

#notification_list .notification-item .notification-image {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    height: 70px;
    min-width: 70px;
    border-radius: 10px;
}

#notification_list .notification-item .notification-icon-container {
    height: 70px;
    width: 70px;
}

#notification_list .notification-item .notification-icon-container .notification-icon {
    height: 70px;
    width: 70px;
    background: #f5f5f5;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    #pdfContainer {
        width: 100%;
    }

    button[type="submit"] {
        width: 100%;
    }

    #cropModal .offcanvas-body,
    #cropModalGov .offcanvas-body,
    #cropModalProfile .offcanvas-body {
        justify-content: start;
    }

    #cropModal .img-container,
    #cropModalGov .img-container,
    #cropModalProfile .img-container {
        width: 90%;
        height: 65vh;
    }

    #cropModal .img-container #cropImage,
    #cropModalGov .img-container #cropImageGov,
    #cropModalProfile .img-container #cropImageProfile {
        width: 100vw;
        height: 65vh;
    }

    .about_card {
        margin-bottom: 15px;
    }

    .card_row :first-child,
    .card_row :nth-child(2),
    .card_row :nth-child(3) {
        margin-bottom: 0 !important;
    }

    .home_document_list_card {
        margin-bottom: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .home_row {
        margin-left: -17px !important;
        margin-right: -17px !important;
    }

    .home_document_row {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .search-profile-header-container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .search-profile {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .upload_area_modal {
        height: 80px !important;
        min-width: 80px !important;
        max-width: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about_card {
        margin-bottom: 0;
        /* margin-bottom: 25px; */
    }

    .card_row :first-child,
    .card_row :nth-child(2),
    .card_row :nth-child(3) {
        margin-bottom: 0 !important;
    }
}

.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open:not(.active)>.menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover,
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item.open:not(.active)>.menu-link:hover,
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover {
    background-color: unset;
}

.accordion-button::after {
    filter: brightness(50%);
}

.menu-item .menu-icon-area {
    height: 50px;
    min-width: 50px;
    background: #f6f6f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

@media (max-width: 575.98px) {
    .timeline .timeline-header {
        flex-direction: row;
    }
}

.flatpickr-next-month svg,
.flatpickr-prev-month svg {
    stroke: var(--theme-default-primary-color) !important;
}

.flatpickr-next-month,
.flatpickr-prev-month {
    border: 1px solid var(--theme-default-primary-color) !important;
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover,
.flatpickr-day.week.selected {
    color: #fff !important;
    background: var(--theme-default-primary-color) !important;
    border-color: var(--theme-default-primary-color) !important;
}

.flatpickr-day.today {
    border-color: var(--theme-default-primary-color) !important;
}

.flatpickr-monthSelect-month.endRange,
.flatpickr-monthSelect-month.selected,
.flatpickr-monthSelect-month.startRange {
    background-color: var(--theme-default-primary-color) !important;
    box-shadow: none;
    color: #fff;
    border-color: var(--theme-default-primary-color) !important;
}

.custom_trash_btn {
    background: var(--theme-default-primary-color);
    border-radius: 50%;
    height: 100%;
}

.custom_trash_btn i {
    color: white;
    font-size: 18px;
    padding: 5px;
}

.document_header_text {
    color: #222;
}

.document_status_list {
    padding: 5px 0;
    display: flex;
}

.document_status_list li {
    list-style: none;
    width: 80px;
    position: relative;
}

.common_progress_line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.completed_progress_line span,
.document_progress_line span {
    background: #1dab69;
}

.document_status_text {
    font-size: 12px;
    color: #3d3a3a;
}

.common_progress_line span {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.awaiting_progress_line span {
    background: rgba(0, 0, 0, 0.2);
}

.cross_progress_line span {
    background: #cd2023;
}

.reupload_progress_line span {
    background: rgba(2, 99, 209, 0.1);
    border: 1px dotted #0263d1;
}

.document_progress_line::after {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #1dab69;
    position: absolute;
    top: 18%;
    right: -25%;
}

.document_progress_line.cross_progress_line::after {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #cd2023;
    position: absolute;
    top: 18%;
    right: -25%;
}

@media (min-width: 768px) and (max-width: 991px) {

    .document_progress_line.cross_progress_line::after,
    .document_progress_line::after {
        width: 25px;
    }

    .document_status_list li {
        width: 52px;
    }

    .document_status_text {
        font-size: 10px;
    }

    .common_progress_line span {
        height: 20px;
        width: 20px;
    }

    .document_progress_line img {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {

    .document_progress_line.cross_progress_line::after,
    .document_progress_line::after {
        width: 22px;
        top: 20%;
        right: -20%;
        height: 1px;
    }

    .document_status_list li {
        width: 52px;
    }

    .document_status_text {
        font-size: 8px;
    }

    .common_progress_line span {
        height: 20px;
        width: 20px;
    }

    .document_progress_line img {
        width: 45% !important;
    }

    .cross_progress_line img {
        width: 35% !important;
    }

    .awaiting_progress_line img {
        width: 50% !important;
    }

    .government_proof1,
    .static_government_proof1 {
        border-bottom: 1px solid #cacaca;
    }

    .tl-col {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .tl-card-body {
        padding-left: 10px;
        padding-right: 15px;
    }

    ul.tl>li {
        padding: 0 0 0 20px !important;
        background-size: 1px 12px !important;
    }

    ul.tl>li:last-child {
        background-size: 0 15px !important;
    }

    .tl-edit-icon {
        height: 18px;
    }
}

ul.tl {
    margin: 20px 0;
    padding: 0;
}

ul.tl>li {
    list-style: none;
    margin: 10px auto auto 10px;
    min-height: 50px;
    background-image: linear-gradient(to bottom,
            var(--theme-default-primary-color) 40%,
            rgba(255, 255, 255, 0) 10%);
    background-position: left;
    background-size: 1px 15px;
    background-repeat: repeat-y;
    padding: 0 0 0 30px;
    position: relative;
}

ul.tl>li:last-child {
    background-size: 0 15px;
}

ul.tl>li::before {
    position: absolute;
    left: -10px;
    top: -5px;
    content: " ";
    border: 6px solid #fff;
    border-radius: 50%;
    background: red;
    height: 20px;
    width: 20px;
    box-shadow: 0 0 2px #000;
}

ul.tl>li .tl-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

ul.tl>li .tl-event,
.tl .tl-event {
    border-bottom: 1px solid #cacaca;
}

ul.tl>li .tl-body span {
    font-size: 13px;
}

.awaiting_progress_line .document_status_text {
    margin: 0;
}

.custom_repeate_btn {
    background: var(--theme-default-primary-color);
    border-radius: 50%;
}

.document_status_list {
    margin-left: -5px;
}

.userDocumentFile small,
.userDocumentFile2 small {
    font-size: 70% !important;
}

.fancybox__container {
    z-index: 99999999 !important;
}