@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');


body {
    margin: 0;
    padding: 0;
    background: #FAFAFA;
    color: #1C4054;
    font-size: 14px !important;
    font-family: "Inter";
}

.blurred-images {
    /* position: relative; */
    width: 100%;
    height: 100vh;
}

.container-fluid {
    width: 98% !important;
}

.blur1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    z-index: -3;
}

.blur2 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100vh;
    z-index: -3;
}

.blur3 {
    /* display: none; */
    position: absolute;
    width: 500px;
    height: 400px;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.login-panel {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-card {
    width: 600px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 11px;
    padding: 1rem;
}

.logo-cover {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-cover img {
    margin-top: 39px;
}

.radio-buttons {
    display: flex;
    justify-content: center;

}

.radio-buttons p {
    margin-top: 76px;
    /* margin-right: 39px; */
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
}


.client:checked,
.client:not(:checked) {
    position: absolute;
    left: -9999px;
}

.client:checked+label,
.client:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: poInter;
    /* line-height: 20px; */
    line-height: 23px;
    display: inline-block;
    color: #666;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
}

.client:checked+label:before,
.client:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #48B9C8;
    border-radius: 100%;
    color: #48B9C8 !important;
    /* background: #fff; */
}

.client:checked+label:after,
.client:not(:checked)+label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #48B9C8;
    position: absolute;
    top: 5.5px;
    left: 5.5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #48B9C8 !important;
}

.client:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    color: #48B9C8 !important;
}

.client:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #48B9C8 !important;
}


.log-inputs input {
    height: 56.07px;
    border: 1px solid #E2E2E2;
    border-radius: 11px;
    margin-top: 5px;
}

.button-submit {
    background: #48B9C8;
    border-radius: 11px;
    box-shadow: none;
    outline: none;
    border: none;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 1rem;
}

.forget-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 49.71px;
}

.forget-password a {
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 15px;
    color: #48B9C8;
}

.login-card-footer {
    height: 128px;
    background: #F8F8F8;
    border: 1px solid #E2E2E2;
    border-radius: 0px 0px 11px 11px;
    margin-top: 49px;
}

.login-card-footer p {
    margin-top: 35px;
    margin-left: 31.4px;
    display: block;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 21px;
}

.login-card-footer a {
    text-decoration: none;
    margin-top: 15px;
    margin-left: 31.4px;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 15px;
    color: #48B9C8;
}


/* clent page */

#header-cover {
    /* background-color: yellowgreen; */
    border-bottom: 1px solid #E2E2E2;
}

.left-div {
    min-height: 120px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 40px !important;
}

.logo-client-cover img {
    width: 100px;
}


.header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.client-title {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 30px;
    color: #1C4054;
    padding-left: 36px;
}

.import-candidates {
    background: #48B9C8;
    border-radius: 11px;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    padding-top: 15px;
    text-align: center;
}

.import-candidates:hover {
    color: #FFFFFF;
}

.img-import-cand {
    position: absolute;
    top: 17px;
    left: 9px;
    height: 24px !important;
    width: 24px !important;
}


.notification-btn {
    position: relative;
    width: 57px;
    height: 57px;
    background: #F8F8F8;
    border-radius: 11px;
    /* display: flow-root; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px;

}

.red-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -5px;
    right: -5px;
    background: #F05353;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification-count {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;

}

.dropdwn-btn-header {
    /* position: relative; */
    width: 182px;
    height: 57px;
    background: #F8F8F8;
    border-radius: 11px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    /* color: #FFFFFF; */

}

.profile-image {
    width: 41px;
    height: 41px;
    border-radius: 7px;
}

.main-process-section {
    padding-top: 58px;
    /* border-bottom: 1px solid #E2E2E2; */
}

.pending-tab {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 12px;
    color: #798A94;
    /* background-color: green; */
    outline: none !important;
    box-shadow: none !important;
    padding-bottom: 12px;
    /* margin-right: 84px; */
    margin-right: 12px;
    margin-bottom: 5px;
}

.researcher-tab {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    color: #798A94;
    /* background-color: green; */
    outline: none !important;
    box-shadow: none !important;
    padding-bottom: 30px;
    margin-right: 84px;
}

.researcher-tab:hover {
    color: #798A94;
}

.researcher-tab-active {
    border-bottom: 3px solid #1C4054;
    ;
    outline: none;
    box-shadow: none;
    border-radius: 1px;
}


.pending-tab:hover {
    color: #798A94;
}



.pending-tabs-active {
    border-bottom: 3px solid #ED5230;
    ;
    outline: none;
    box-shadow: none;
    border-radius: 1px;
}

.pending-requests-count {
    display: inline-flex;
    padding: 5px 8px;
    height: 20px;
    background: #ED5230;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
}

.in-process-count {
    background-color: #48B9C8;
}

.finished-count {
    background-color: #27BA74;
}

.researcher-count {
    background-color: #1C4054;
}

.card-space {
    padding-right: 10px;
    ;
}

.pending-tab-active {
    border-bottom: 3px solid #ED5230 !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 1px;
}

.in-process-tab-active {
    border-bottom: 3px solid #48B9C8 !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 1px;
}

.finished-tab-active {
    border-bottom: 3px solid #27BA74 !important;
    outline: none;
    box-shadow: none;
    border-radius: 1px;
}

#process-cards-section {
    margin-top: 38px;
}

.process-cards-columns {
    width: 377px;
    height: 573px;
    background: #FFFFFF;
    box-shadow: 1px 24px 47px rgba(0, 0, 0, 0.01);
    border-radius: 11px;
}

.card-details {
    height: 80px;
    margin-top: 33px;
    padding-left: 24px;
    ;
}

.process-count {
    width: 30px;
    height: 30px;
    background: #FFF5F2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    color: #ED5230;
    ;

}

.pc-blue {
    background: #EFF8FA !important;
    color: #48B9C8 !important;
}

.process-name {
    width: 220px;
    height: 75px;
    border: 1px solid #CCD2E3;
    border-radius: 11px;
    margin-left: 26px;
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.notify-2 {
    height: 44px !important;
    width: 44px !important;
}

.pendImg {
    position: absolute;
    bottom: -3px;
    right: -14px;
    position: absolute;
    bottom: -3px;
    right: -14px;
}


.process-name span {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;

}

.pp-title {
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    font-size: 13px !important;
}

.pagination-tab {
    margin-top: 49px;
    padding-bottom: 155px;
}



.pagination-tab nav {
    width: 373px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-shadow: 1px 24px 47px rgba(0, 0, 0, 0.01);
    border-radius: 11px;
}

.pagination-tab nav .pagination {
    justify-content: space-around !important;
    margin-top: 10px;
}

.pagination-tab nav .pagination li a {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    color: #798A94;

}

.pagination-tab nav .pagination li a span {
    font-size: 24px;
    font-weight: 400;
    color: #48B9C8;
}

.pagination-tab nav .pagination li a:active {
    background-color: #48B9C8;
    color: #ffffff;
}


.export-btn {
    /* width: 147px; */
    height: 57px;
    background: #FAFAFA;
    border: 1px solid #48B9C8;
    border-radius: 11px;
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #48B9C8;
    outline: none !important;
    box-shadow: none !important;
    padding-top: 15px;
}

.export-btn:hover,
.add-component-btn:hover {
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #48B9C8;
    outline: none !important;
    box-shadow: none !important;
}

.filter-section {
    display: flex;
    justify-content: flex-end;
}


.filter-btn {
    min-width: 57px;
    height: 57px;
    border: 1px solid #CCD2E3;
    border-radius: 11px;
    text-align: center;
    padding-top: 15px;
}

.views {
    width: 100px;
    height: 57px;
    border: 1px solid #CCD2E3;
    border-radius: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tableview {
    width: 50px;
    height: 57px;
    /* background: #CCD2E3;
    border: 1px solid #CCD2E3; */
    border-radius: 11px;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.tileview {
    width: 50px;
    height: 57px;
    /* background: #CCD2E3;
    border: 1px solid #CCD2E3; */
    border-radius: 11px;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.view-active {
    background: #CCD2E3;
    /* border: 1px solid #CCD2E3; */
}

.add-client,
.add-researcher,
.add-success {
    /* width: 160px; */
    left: 1071px;
    top: 32px;
    background: #48B9C8;
    border-radius: 11px;
    outline: none !important;
    box-shadow: none !important;
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #ffffff;
    /* margin-left: 33px; */
}

.add-client:hover {
    background: #48B9C8;
    outline: none !important;
    box-shadow: none !important;
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #ffffff;

}

.delete-btn {
    height: 57px;
    left: 1071px;
    top: 32px;
    background: #F05353;
    border-radius: 11px;
    outline: none !important;
    box-shadow: none !important;
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #ffffff;
}

.add-success {
    padding-top: 15px;
    /* width: 186px; */
    background: #198754;
    /* margin-right: 44px !important; */
}

.add-success:hover {
    background: #198754;
    color: #ffffff;

}

.add-researcher {
    padding-top: 15px;
    /* width: 186px; */
    background: #1C4054;
    /* margin-right: 44px !important; */
}

.add-researcher:hover {
    background: #1C4054;
    color: #ffffff;

}

.add-button {
    display: flex;
}

.worklist-title {
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    text-align: center;
}

.custom-trow {
    /* width: ; */
    height: 51px;
    background: #1C4054;

}

.custom-trow th {
    font-size: 11px;
    color: #ffffff;
}


.data-row {
    height: 51px;
}

.data-row td {
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    font-size: 10px !important;
    color: #1C4054;
    padding-top: 12px !important
}

tr:nth-child(even) {
    background: #F5FCFF;
}


.allocate-selected {
    width: 153px;
    height: 41px;
    background: #48B9C8;
    border: 1px solid #48B9C8;
    border-radius: 11px;
    outline: none !important;
    box-shadow: none !important;
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 16px;
    ;
}

.allocate-selected:hover {
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #ffffff;
}

.import-body {

    background: #FAFAFA;
    border-radius: 8px;
    cursor: poInter;
}

.tit-import {
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    text-align: center;
    display: flex;
    justify-content: center;
}

.imp-cand {
    background: #48B9C8;
    border-radius: 11px;
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #ffffff;
    margin-top: 62px;
    ;
}

.imp-cand:hover {
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #ffffff;
}

.or {
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    font-size: 25px !important;
    margin-top: 23px;
}

.import-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}

.api-import {
    background: #FFFFFF;
    border: 2px solid #48B9C8;
    border-radius: 11px;
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #48B9C8;

}

.form-cover form {
    padding: 20px;
}

.api-import:hover {
    color: #48B9C8;
}

.robot {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 120px;
}

.blue-ball {
    position: absolute;
    left: 0;
    bottom: 0;
}

.form-input {
    border: 1px solid #CCD2E3;
    border-radius: 11px;
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #1C4054;

}

::-webkit-form-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1C4054;
}

.add-client-cover {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.submit-btn {
    background: #48B9C8;
    border-radius: 11px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #ffffff;
    position: absolute;
    right: 109px;
    padding: 1rem;
}

.my-custom {
    width: 547px;
}

.droptoogle {
    text-align: left;
}

.service-offer {
    position: absolute;
    right: 0;
    top: 14px;
}


.candidate-info {
    padding-top: 10px;
    ;
}

.name-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 74px;
    background: #48B9C8;
    border-radius: 37px;
    margin-right: 17px;
}

.actual-name a {
    text-decoration: none;
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #1C4054;

}

.name-tag span {
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    font-size: 23px !important;
    color: #ffffff;
}

.actual-candidate {
    margin: 10px;
}

.actual-candidate span {
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    font-size: 35px !important;
    color: #48B9C8;
}

.cand-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.case-summary {
    position: relative !important;
    margin-top: 10px;
    padding-bottom: 21px;
}

.case-title {
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    color: #1C4054;
    margin-left: 21px;
}

.bordered {
    position: absolute;
    bottom: 0;
    width: 211px;
    height: 4px;
    display: block;
    background: #48B9C8;
}

.cand-det {
    margin: 5px;
    padding: 0.5rem;
}

.package {
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #1C4054;
}

.basic {
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #1C4054;
}

.identity {
    margin-top: 67px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 34px;
    border-bottom: 1px solid #CCD2E3;
}

.identity-title {
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #1C4054;
    margin-left: 19px;
    ;
}

.ssn-trace {
    position: relative;
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    flex-direction: column;
    padding: 24px 0;
    ;
    border-bottom: 1px solid #CCD2E3;

}

.ssn-title {
    display: block;
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #48B9C8;
}

.ssn-awaiting {
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #A1ACB1;

}

.not-yet {
    position: absolute;
    width: 142px;
    height: 34px;
    right: 0;
    background: #EDEDED;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.not-yet span {
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #1C4054;
}

/* media Queries */

::-webkit-input-placeholder {
    /* Edge */
    color: #1C4054 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1C4054 !important;
}

::placeholder {
    color: #1C4054 !important;
}

.noti-profile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


/* media queries */

@media (max-width: 500px) {

    .blur1,
    .blur2 {
        display: none;
    }

    .add-button {
        display: block;

    }

    .add-researcher {
        margin-top: 20px;
    }

    .login-card {
        width: 100%;
    }

    .blur1,
    .blur2 {
        display: none;
    }

    .forget-password {
        display: inline-block;
    }

    .button-submit {
        margin-top: 20px;
    }

    .logo-client-cover {
        margin-left: 18px;
    }

    .logo-client-cover {
        margin-left: 18px;
    }

    .client-title {
        font-size: 22px !important;
        padding-left: 10px !important;
    }


    .filter-section {
        justify-content: flex-start !important;
    }

    .pending-tab {
        margin-top: 20px;
    }

    .not-yet {
        margin-top: 20px;
        position: relative;
    }

    .add-researcher,
    .add-client {
        margin-right: 0 !important;
    }


}

@media (max-width: 1024px) {

    .blur1,
    .blur2 {
        display: none;
    }
}


@media (min-width: 700px) {
    .process-cards-columns {
        width: 100%;
    }

    .process-name {
        width: 100%;
    }

    .process-count {
        width: 40px;
    }





}




@media (max-width: 1400px) {
    .add-button {
        display: block;

    }

    .add-client,
    .add-researcher {
        margin-top: 20px;
        margin-left: 0;
        margin-right: 30px;
    }



}

@media (max-width: 767px) {
    .import-cover-sec {
        display: flex;
        justify-content: flex-start;
    }

    .notify-section {
        justify-content: flex-start !important;
        align-items: center;
        /* margin-top: 30px; */
    }

    .import-deba {
        justify-content: block !important;
    }

    .import-candidates {
        width: 100%;
    }
}



@media (max-width: 994px) {
    .left-div {
        display: block;
        justify-content: flex-start;
    }

    .import-candidates {
        margin-left: 20px;
    }


    .filter-section {
        justify-content: flex-start;
        padding-bottom: 30px !important;
    }

    .form-input {
        width: 100%;
    }
}

@media (max-width: 324px) {
    .export-btn {
        font-size: 9px !important;
    }
}

@media (max-width: 1409px) {
    .noti-profile {
        /* display: block; */
        width: 100%;
        flex-wrap: wrap;
    }

    .notification-btn,
    .new-drop {
        margin-top: 20px;
    }

    .remover {
        margin-top: 0 !important;
    }

    .new-noti,
    .new-drop {
        display: inline-flex;
    }


}

@media (max-width: 798px) {
    .noti-profile {
        display: inline-flex;
        flex-wrap: wrap;
        width: 100%;
    }

}


@media (max-width: 492px) {

    .add-client,
    .add-researcher {
        margin-left: 0;
        width: 100%;
    }

    .new-noti,
    .new-drop {
        display: inline-flex;
        /* background-color: #27BA74; */
    }

    .import-cover-sec {
        padding: 10px !important;
        display: flex;
        justify-content: center;
    }

    .import-candidates {
        width: 100%;
    }

}

.btn-secondary {
    border-color: #48B9C8;
}

.btn-primary {
    border-color: #1C4054;
}


.btn-sm {
    padding: 0.2rem 0.4rem;
    font-size: .6rem;
    border-radius: 0.2rem;
}

.main-menu {
    position: fixed;
    left: 0;
    top: 1rem;
    background: #1C4054;
}


.add-component-btn {
    height: 41px;
    background: #FAFAFA;
    border: 1px solid #48B9C8;
    border-radius: 11px;
    font-family: 'Inter' !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #48B9C8;
    outline: none !important;
    box-shadow: none !important;
}


.btn-primary {
    background: #1C4054 !important;
    color: white !important;
}

.btn-secondary {
    background: #48B9C8;
    color: white;
}

.btn-hover:hover {
    background: rgb(224, 224, 224) !important;
}

.form-checkbox {
    width: 100%;
    height: 25px;
}

.case-checkbox {
    width: 2rem;
    height: 2rem;
}

#loader-gif {
    height: 100px;
}

#selectAllCheckbox {
    width: 2rem;
    height: 2rem;
}

.btn-loader {
    border: 4px solid #F05353;
    border-top: 4px solid transparent;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
}

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

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

button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

.charge-item {
    height: 1000px;
    overflow: scroll;
}

.form-control {
    font-size: 0.8rem !important;
}

#form-cases .dt-hasChild {
    border-bottom: 0 white;
}

#form-cases tr:nth-child(even) {
    border-bottom: 2px black solid;
}


.sticky-top {
    background-color: #f8f9fa;
    padding: 15px;
    position: sticky;
    top: 0;
    z-index: 100;
}


.dashboard-card {
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    width: fit-content;
    border-radius: 20px;
}

.dashboard-card .title {
    display: flex;
    align-items: center;
}

.dashboard-card .title span {
    position: relative;
    padding: 0.5rem;
    background-color: #10B981;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 9999px;
}

.dashboard-card .title span svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    height: 1rem;
}

.dashboard-card .title-text {
    margin-left: 0.5rem;
    color: #374151;
    font-size: 18px;
}

.dashboard-card .percent {
    margin-left: 0.5rem;
    color: #02972f;
    font-weight: 600;
    display: flex;
}

.dashboard-card .data {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.dashboard-card .data p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #1F2937;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-align: left;
}

.dashboard-card .data .range {
    position: relative;
    background-color: #E5E7EB;
    width: 100%;
    height: 0.5rem;
    border-radius: 0.25rem;
}

.dashboard-card .data .range .fill {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #10B981;
    width: 76%;
    height: 100%;
    border-radius: 0.25rem;
}

.board-chat {
    position: absolute;
    right: 0;
    top: 154px;
    z-index: 9999;
}

.board-chat .background {
    background-color: #005c4b;
    border-radius: 50%;
    box-shadow: 0 2.1px 1.3px rgba(0, 0, 0, 0.044),
        0 5.9px 4.2px rgba(0, 0, 0, 0.054), 0 12.6px 9.5px rgba(0, 0, 0, 0.061),
        0 25px 20px rgba(0, 0, 0, 0.1);
    height: 80px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 80px;
}

.board-chat .chat-bubble {
    cursor: poInter;
    position: relative;
}

.board-chat .bubble {
    transform-origin: 50%;
    transition: transform 500ms cubic-bezier(0.17, 0.61, 0.54, 0.9);
}

.board-chat .line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 2.75;
    stroke-linecap: round;
    transition: stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.board-chat .line1 {
    stroke-dasharray: 60 90;
    stroke-dashoffset: -20;
}

.board-chat .line2 {
    stroke-dasharray: 67 87;
    stroke-dashoffset: -18;
}

.board-chat .circle {
    fill: #ffffff;
    stroke: none;
    transform-origin: 50%;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.board-chat .active .bubble {
    transform: translateX(24px) translateY(4px) rotate(45deg);
}

.board-chat .active .line1 {
    stroke-dashoffset: 21;
}

.board-chat .active .line2 {
    stroke-dashoffset: 30;
}

.board-chat .active .circle {
    transform: scale(0);
}

.board-chat .unread-dot {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}


.message-board .card-container {
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.message-board .card-header {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.message-board .card-header .img-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
    background-color: #ffffff;
}

.message-board .card-header .img-avatar img {
    width: 100%;
    margin-top: 12px;
}

.message-board .card-header .text-chat {
    color: black;
    margin: 0;
    font-size: 20px;
}

.message-board .card-body {
    flex: 1;
    overflow-y: auto;
}

.message-board .messages-container {
    height: 65vh;
    overflow-y: scroll;
    scrollbar-width: none;
}

.message-board .messages-container::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Edge */
}


.message-board .message-box {
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 10px;
}

.message-board .message-box.right {
    background-color: #3e1c51;
    color: #fff;
    font-size: 13px;
    left: 0;
}

.message-board .message-box.left {
    background-color: #f1f1f1;
    color: black;
    font-size: 13px;
    right: 0;
}

.message-board .message-input {
    padding: 5px;
    width: 100%;
}

.message-board .message-input .message-send {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 10px;
    resize: none;
}

.message-board .message-input .button-send {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: poInter;
    margin-left: 10px;
    border-radius: 10px;
    font-size: 13px;
}

.message-board .message-input .button-send:hover {
    background-color: #f1f1f1;
    color: #333;
}


/* #chatModal .modal-dialog {
    z-index: 9999;
}

#chatModal .modal-dialog {
    width: 500px;
    right: 100px;
} */


.ticket-exists-square {
    width: 40px;
    height: 40px;
    display: flex;
    border: red 5px solid;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 5px;
}


.badge-civil {
    background-color: #3e1c51;
    color: #fff;
}
