body {
    overflow-x: hidden !important;
}


.imageview {
        max-height: 150px;
        max-width: 148px;
    }
/*span validation form input fieldset*/
.field-validation-error {
    margin-left: 5px;
}

.select2-container {
    width: 100% !important;
}

.mt-1px {
    margin-top: 1px;
}

.custom-border {
    border: 1px solid #cacfe7;
    border-radius: 12px;
}

input[type=file].form-control {
    height: 45px !important;
}

.signing-section .select2-container {
    width: 100% !important;
    max-width: 400px;
}

.text-danger {
    color: red !important
}

button, input, optgroup, select, textarea {
    font-family: inherit !important;
}

.lazy {
    display: block;
}

.signing-section .select2-container .select2-selection--multiple {
    height: 45px !important;
    border-radius: var(--border-radius);
    border: 1px solid #dee2e6;
}

.signing-section .with-icon .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 35px !important;
    color: #0E2262 !important;
    height: 28px;
    overflow-y: auto !important;
}

.with-icon .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 40px;
    color: #0E2262 !important;
}
/*.with-icon .select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 400px;
    width: 100%;
}*/
.signing-section .signing-form .upload {
    max-width: 400px;
    width: 100%;
}

.signing-section .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 5px 6px !important;
}

.email-template-section .no-template-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    height: calc(100vh - 300px);
}

.company-section .no-company-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    height: calc(100vh - 300px);
}

.edit-profile-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 35px !important;
}

.edit-profile-form .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    padding-left: 35px !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0px !important;
}

/*.select2-container--default .select2-search--inline .select2-search__field {
    width: 0.75em !important;
}*/

.select2-container--default .select2-selection__rendered > li:first-child .select2-search__field {
    width: 100% !important;
}

/*#frmResumeCreate .select2-container--default .select2-selection__rendered > li:first-child .select2-search__field {
    padding-left: 30px !important;
}*/



.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0px 6px !important;
    margin-top: 1px !important;
}

.select2-selection__choice {
    font-size: 13px !important;
}

.selection li.select2-search.select2-search--inline {
    line-height: 1.25rem;
    width: 50%;
}

input:placeholder-shown {
    text-overflow: ellipsis;
}

/*@media only screen and (min-device-width: 26.78em) and (max-device-width: 47.64em) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .header-navbar .navbar-container .show .dropdown-menu {
        max-height: 250px;
        overflow: auto;
    }
}*/

.main-menu.menu-fixed {
    position: fixed;
    z-index: 1031;
    top: 0;
    height: 100%;
}


.table td, .table th {
    padding: .75rem 2rem !important;
    vertical-align: middle;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: transparent;
    border-radius: 8px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #0E2262;
        border-color: #0E2262;
        color: #fff !important;
    }

.dataTables_length {
    margin-top: 10px;
    padding-top: 0.5rem;
}

.dataTables_paginate {
    margin-top: 10px;
}

.signing-section .other-signing p {
    font-size: 14px !important;
}

.dataTable tr td:first-child {
    min-width: 45px;
}

.dashboard .quick-view .item {
    padding: 13px 20px
}

    .dashboard .quick-view .item .icon {
        margin-right: 20px;
    }

        .dashboard .quick-view .item .icon::after {
            right: -20px;
        }



@media (max-width: 400px) {
    .app-content .wizard > .actions > ul > li + li {
        margin-left: 0 !important;
        margin-top: 10px;
    }
}

/*@media (max-width:320px) {
    .dataTables_wrapper .dataTables_paginate {
        display: flex;
        text-wrap: nowrap;
        padding: 0;
    }
}*/



@media (max-width: 768px) {
    .dashboard .quick-view .item {
        padding: 10px 20px;
    }

        .dashboard .quick-view .item .icon {
            margin-right: 15px;
        }

            .dashboard .quick-view .item .icon::after {
                right: -15px;
            }
}

.user-management-section i.fi.fi-rr-refresh {
    padding: 10px 10px;
    color: #0e2262;
    font-weight: 900;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 0; /* Ensure no padding around the link */
}

    .header-navbar .navbar-container ul.nav li a.dropdown-user-link .avatar {
        margin-right: 0; /* Ensure no extra space around the avatar */
    }

.avatar-online img {
    cursor: pointer; /* Change cursor to pointer for better UX */
}

li.dropdown.dropdown-user.nav-item {
    border-radius: 1000px;
}

a.dropdown-toggle.nav-link.dropdown-user-link {
    border-radius: 1000px;
}

.main-menu.menu-light {
    border-right: 0px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #0E2262;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.navbar-nav > li > a {
    padding-bottom: 10px !important;
}
/***************************************************************************************************************************/
.chat-application .chat-section .chat-header {
    box-shadow: 0px 5px 12px -4px #0000001F;
    padding: 15px 30px;
}

.chat-application .chat-section .chat-app-window {
    padding: 20px 30px;
}

.chat-application .chat-section .chat-app-form {
    padding: 0px 55px 30px 45px !important;
}

.chat-application .chat-section .chat-avatar .avatar {
    width: 40px;
}

.chat-application .chats .chat-body .chat-content:last-child {
    margin-bottom: 5px;
}

.chat-application .chats .chat-body .chat-content {
    box-shadow: none;
}

.chat-application .chats .chat:not(.chat-left) .msg-time {
    margin-right: 20px;
    display: flex;
    justify-content: end;
}

.chat-application .chats .chat.chat-left .msg-time {
    margin-left: 20px;
    display: flex;
    justify-content: start;
}
/*************************************************************************************************************************/



.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding: 8px 12px;
    height: 39px !important;
    width: calc(100% - 26px);
}

    .upload-btn-wrapper .btnr {
        border: 1px solid gray;
        color: gray;
        background-color: #eee;
        padding: 0px 5px;
        border-radius: 1px;
        font-size: 12px;
        font-weight: bold;
        position: relative;
    }

        .upload-btn-wrapper .btnr + span {
            color: #cacfe7;
            padding: 5px;
            font-weight: normal;
        }

    .upload-btn-wrapper input[type=file] {
        font-size: 42px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

.chat--header.header-navbar {
    box-shadow: 0px 5px 12px -4px #0000001F;
    background-color: var(--white);
    padding: 15px 0;
}

.img-thumbnail {
    height: 115px !important;
}

.input-group .form-control-position {
    top: 32px !important;
}

.timepicker {
    height: 185px !important;
}

.avatar img {
    height: 35px;
    width: 35px;
    object-fit: cover;
}
/*.........eployee choose file.......*/
.wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 12px;
    padding: 8px 12px;
    height: 40px !important;
    width: 100%;
}

    .wrapper .btnr {
        border: 1px solid gray;
        color: gray;
        background-color: #eee;
        padding: 0px 5px;
        border-radius: 1px;
        font-size: 12px;
        font-weight: bold;
        position: relative;
    }

        .wrapper .btnr + span {
            color: #cacfe7;
            padding: 5px;
            font-weight: normal;
        }

    .wrapper input[type=file] {
        font-size: 42px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

.ms-options-wrap > button > span {
    padding-left: 35px;
}
/*.our-services-section .services .item {
    padding-left: 70px !important;
    justify-content: normal !important
}*/
.navigation li a {
    text-overflow: inherit;
}

#logoSizing {
    padding: 0 !important;
}

.resume .resume_left ul li.tempEmail {
    width: 100%;
}

.swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}

.swiper-pagination.disabled {
    display: none;
}

.loader-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 43%;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

#searchLoader {
    position: fixed;
    z-index: 50000;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

body {
    transition: filter 0.3s ease;
}

.body-blurred {
    filter: blur(5px); /* Adjust the blur amount as needed */
}

.disabled {
    pointer-events: none;
    color: grey;
    text-decoration: none;
}

.fa-eye-slash {
    position: absolute;
    top: 9px;
    right: 20px;
}

.fa-eye {
    position: absolute;
    top: 9px;
    right: 20px;
}
/*
.disabled {
    pointer-events: none;
    color: grey;
    text-decoration: none;
}*/
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .upload-btn-wrapper input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

.btnr {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 1.5rem !important;
    }
}

.template_content.section h3, .h3 {
    font-size: 28px !important;
}
/*@media(min-width: 768px){
    .edit-profile-section .edit-profile-form .with-icon .form-icon {
        position: absolute;
        top: 65px !important;
        left: 25px;
    }
}*/
#myModal .modal-content {
    width: 175%;
}

#myModal #modalBody img {
    max-width: 100%;
}

.app-content .wizard > .steps > ul > li a {
    display: inline-block !important;
}

.app-content .wizard > .steps > ul > li a {
    pointer-events: none !important;
}

    .app-content .wizard > .steps > ul > li a span.step {
        pointer-events: auto !important;
    }

.newsletter-section .form-control {
    width: 100% !important;
}


@media (max-width: 575px) {
    .signing-form .pwd {
        padding-right: 40px;
    }

    .signing-form .fa-eye {
        top: 12px;
        right: 14px;
    }

    .header-navbar .navbar-container ul.nav li a.menu-toggle i {
        font-size: 1.5rem !important;
    }



    .word-break-all {
        word-break: break-all !important;
    }


    .cpb-0, .cpy-0 {
        padding-bottom: 0 !important;
    }
}

.dataTable tr td:first-child {
    text-align: center !important;
}

#companyIcon {
    padding: 9px 20px;
    background: #0e2262;
    border-radius: 10px;
}

#frmResumeCreate .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 30px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 7px !important;
}

.template-box {
    border: 1px solid var(--theme-border);
    border-radius: var(--border-radius);
    padding: 15px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.email-template-section .max-detail-1-line {
    margin-bottom: 10px;
}



.email-template-section .description-preview {
    border: 1px solid var(--theme-border);
    border-radius: var(--border-radius);
    padding: 10px 15px;
    background: #fff;
    max-height: 225px;
    overflow: auto;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.email-template-section .template {
    border: 0px !important;
    height: 43px !important;
}

    .email-template-section .template.text {
        padding: 0px !important;
    }

.description-preview img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; 
    object-position: center; */
}

.frmResumeCreate .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 30px !important;
    border: none !important;
}
/*#myModal .modal-dialog {
    margin: 0 !important;
}*/



.max-detail-1-line, .max-detail-2-line, .max-detail-3-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-detail-1-line {
    -webkit-line-clamp: 1;
}

.max-detail-2-line {
    -webkit-line-clamp: 2;
}

.max-detail-3-line {
    -webkit-line-clamp: 3;
}


@media (min-width: 992px) {
    .sidebar {
        width: 340px;
    }
}

.sidebar-fixed {
    overflow-x: hidden;
    overflow-y: auto !important;
}

.media-list a.media {
    display: block;
}

.media-list .media {
    padding: 0.6rem 1.5rem;
}

.media-body .last-msg, .media-body .msg-time {
    font-size: 14px;
    font-weight: 400;
}

.media-left .avatar img {
    min-width: 45px;
    min-height: 45px;
}

.chat-application .chat-section .chat-avatar .avatar,
.chat-application .chat-section .chat-avatar .avatar img {
    min-width: 45px;
    min-height: 45px;
}

@media (min-width: 992px) {
    body .chat-content-right {
        float: right;
        width: calc(100% - 330px);
    }
}

.chat-application .chat-section .chat-header {
    padding: 20px 30px;
}

.chat-section {
    height: calc(100vh - 122px) !important;
}

.chat-application .content-right {
}

@media (min-width: 992px) {
    .chat-application .chat-app-window {
        height: calc(100vh - 285px);
    }
}

.chat-application .chats .chat .msg-time small {
    font-size: 12px;
    opacity: 0.8;
}

.chat-application .chats .chat-body .chat-content:last-child {
    margin-bottom: 0px;
}

.chat-application .chat-left .chat-body .chat-content p {
    color: #0E2262;
}

.chat-application .chats .chat-left .chat-content:before {
    left: -15px;
    border: 8px solid transparent;
    border-right-color: #FFFFFF !important;
}

.resume-builder-section .main-section .templates {
    position: fixed;
    bottom: 0;
    right: 0;
    width: calc(50% - 60px);
    margin: 30px;
}

#blankDiv {
    height: calc(100vh - 190px);
    overflow-y: auto;
    overflow-x: hidden;
}



.justify-content-between-home {
    justify-content: space-around !important;
}

.sticky-box {
    border: 1px solid #aaa;
    border-radius: var(--border-radius) !important;
}































@media (min-width: 576px) {
    /* .signing-section .signing-form .form-control {
        width: 400px;
    }
    .signing-section .signing-form .inner-section .form-control{
        width: 360px;
    } */
    .signing-section {
        padding: 30px 50px;
        width: 500px;
    }
}

@media (max-width: 768px) {
    .section h2 {
        font-size: calc(1.325rem + .9vw);
        line-height: 1.2;
    }
}

@media (max-width: 575px) {
    .signing-section .steps .step {
        width: 100%;
    }

    .signing-section br {
        display: none;
    }

    body.signing-screen {
        padding: 20px;
    }

    .signing-section .direct-link {
        margin-bottom: 20px;
    }

    .signing-section .steps {
        gap: 10px;
    }

    .section h5, .h5 {
        font-size: 20px;
        line-height: 30px;
    }
}


/* Navbar Section */
@media (max-width: 767.98px) {
    .header-navbar .navbar-container ul.nav li > a.nav-link {
        padding: 0;
    }

    .main-menu.menu-light .navigation > li > a {
        padding-left: 10px;
    }
}



/* Edit Profile page */
@media (max-width: 575px) {
    .edit-profile-section .profile-picture .profile-image img {
        min-width: 100px;
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 425px) {
    .resume-section .resume-list {
        justify-content: center;
    }
}


/* Resume Builder Page */

@media (min-width: 1025px) {
    .resume-builder-section .main-section .step .preview-btn, .resume-builder-section .main-section .right-section .top-section {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .resume-builder-section .main-section .left-section {
        width: 100%;
    }

    .resume-builder-section .main-section .right-section {
        width: 100%;
        position: absolute;
        top: 0;
        height: calc(100%);
        display: none;
    }
}

@media (max-width: 575px) {
    .resume-builder-section .main-section .templates .dropup .dropdown-item {
        height: 100%;
        width: 100%;
        min-width: 100%;
    }

    .resume-builder-section .main-section .templates .dropup .dropdown-menu {
        transform: translate3d(-20px, -345px, 0px) !important;
    }
}


/* header section norification bell */
@media (max-width: 768px) {
    #navbar-mobile.navbar-collapse .dropdown-notification .badge-up {
        position: relative;
        top: -10px;
        right: -35px;
    }
}


/* jobs page filter */
@media (max-width: 991px) {
    .job-management-section .sidebar {
        height: 100%;
    }

    .job-management-section .sidebar-left {
        position: unset !important;
    }

    .job-management-section .content-wrapper {
        display: flex;
        flex-direction: column;
    }
}

/* Company page */
@media (max-width: 1024px) {
    .company-section .card-body .company-detail {
        flex-wrap: wrap;
        align-items: center;
    }

    .company-section .card-body .other-detail {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .company-section .card-body .company-detail .company-logo {
        order: -1;
        margin-bottom: 20px;
    }

    .company-section .card-body .company-detail .rating {
        order: -1;
        margin-bottom: 20px;
    }
}


/* Company detail page */
@media (max-width: 575px) {
    .company-detail-section .attachments .company-image .detail p {
        padding: 20px;
    }

    .company-detail-section .company-detail {
        flex-direction: column;
        align-items: start;
    }

        .company-detail-section .company-detail .left-section {
            margin-bottom: 20px;
        }

    .company-detail-section .ratings-section {
        flex-direction: column;
    }

        .company-detail-section .ratings-section .rating-sort::after {
            display: none;
        }

        .company-detail-section .ratings-section .rating-sort {
            padding-right: 0;
            margin-right: 0;
        }

        .company-detail-section .ratings-section .category-rating ul {
            column-count: 1;
        }

    .company-detail-section .reviews-section .review .replay .user {
        height: 40px;
        max-width: 40px;
    }

    .company-detail-section .reviews-section .review .replay button {
        padding: 15px 8px;
    }
}

/* Career Advice page */
@media (max-width: 1024px) {
    .career-advice-section .blog-section .top-section .section-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .career-advice-section .blog-section .top-section .section-content {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .career-advice-section .hero-section .hero-img {
        height: 100%;
    }
}


/* Career Advice Detail page */
@media (max-width: 575px) {
    .career-advice-detail-section .blog-img {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}


/* Edit Support ticket management page */
@media (max-width: 575px) {
    .chat-application .edit-support-ticket-management .chat-app-window {
        padding: 20px;
    }

    .chat-application .edit-support-ticket-management .chats .chat-left .chat-content {
        margin: 0;
    }

    .chat-application .edit-support-ticket-management .chats .chat-left .chat-body {
        margin-left: 0;
    }

    .chat-application .edit-support-ticket-management .chats .chat-left .chat-avatar {
        display: none;
    }
}


/* Chat Application */
@media (min-width: 768px) and (max-width: 768px) {
    .chat-application .chat-fixed-search {
        width: calc(100% - 60px) !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .chat-application .sidebar-left, .chat-application .chat-fixed-search {
        width: calc(100% - 60px);
    }
}

@media (max-width: 768px) {
    .chat-application .sidebar-left {
        width: calc(100%);
    }

    .chat-application .chat-fixed-search {
        width: 100%;
    }

    .chat-application .chats .chat-left .chat-avatar {
        display: none;
    }

    .chat-application .chats .chat-left .chat-body {
        margin-left: 0;
    }

    .chat-application .chats .chat-left .chat-content {
        margin-left: 10px;
    }

    .chat-application .chats .chat-body .chat-content {
        margin-right: 10px;
    }
}

@media (max-width: 991px) {
    .chat-application .content-right {
        display: none;
    }
}

@media (max-width: 575px) {
    .chat-application .chat-app-window {
        padding: 5px !important;
    }

    .chat-application .chat-section .chat-app-form {
        padding: 0px 55px 30px 45px !important;
    }

    .chat-application .chat-section .chat-header {
        padding: 15px 10px;
    }
}

.sticky-filter-section .filter{
    width:300px !important;
}
/*.socialmedia .selection li.select2-search.select2-search--inline {
    width: 100% !important;
}*/
#editprofileform .select2-container--default .select2-selection__rendered > li:first-child .select2-search__field {
    width: 330px !important;
}
.actions li.disabled {
    display: none;
}
body .content-detached.content-right .content-body {
    margin-left: 370px !important;
}




.tagify__tag__removeBtn:hover + div::before {
    box-shadow: 0 0 0 2.2em #EBF0FA inset !important;
}


.light-dark-switch input[type=checkbox] {
    visibility: hidden;
    display: none;
}

.light-dark-switch *,
.light-dark-switch ::after,
.light-dark-switch ::before {
    box-sizing: border-box;
}

.light-dark-switch .switch {
    --width-of-switch: 40px;
    --height-of-switch: 24px;
    --size-of-icon: 18px;
    --slider-offset: 2px;
    position: relative;
    width: var(--width-of-switch);
    height: var(--height-of-switch);
    display: inline-block;
}

/* The slider */
.light-dark-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FCFCFC;
    transition: 0.4s;
    border-radius: 30px;
}

    .light-dark-switch .slider:before {
        position: absolute;
        content: "";
        height: var(--size-of-icon, 18px);
        width: var(--size-of-icon, 18px);
        border-radius: 20px;
        left: var(--slider-offset, 2px);
        top: 50%;
        transform: translate(0%, -50%);
        background: linear-gradient(40deg, #ff0080, #ff8c00 70%);
        transition: 0.4s;
    }

.light-dark-switch input:checked + .slider {
    background-color: #121212;
}

    .light-dark-switch input:checked + .slider:before {
        transform: translate(0%, -50%) !important;
    }

    .light-dark-switch input:checked + .slider:before {
        left: calc(100% - (var(--size-of-icon, 18px) + var(--slider-offset, 2px)));
        background: #121212;
        box-shadow: inset -3px -2px 5px -2px #8983f7, inset -10px -4px 0 0 #a3dafb;
    }