:root{
    --teamedge-50:#f5f5f6;
    --teamedge-100: #e6e6e7;
    --teamedge-200: #cfd0d2;
    --teamedge-300: #adaeb3;
    --teamedge-400: #84858c;
    --teamedge-500: #696a71;
    --teamedge-600: #5a5b60;
    --teamedge-700: #4c4c52;
    --teamedge-800: #434347;
    --teamedge-900: #3b3b3e;
    --teamedge-950: #1f1f21;
    --teamedge-1000:#1F1F21;
    
    --input-color: #1f1f21;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.base-color{
    color:#1f1f21;
}
.base-color-white{
    color:#fff;
}
.sub-base-color{
    color:#595959;
}
.sub-base-color2{
    color: #888888;
}
.success-color{
    color:#00825A;
}
.danger-color {
    color: #a70000;
}
.label-color{
    color:#9F9F9F;
}

.regular {
    font-weight: 300;
}
.medium-400 {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.md-text {
    font-size: 14px;
}
.base-text{
    font-size: 16px;
}
.heading-6{
    font-size: 18px;
}
.heading-5{
    font-size: 20px;
}
.heading-3 {
    font-size: 30px;
}
.label{
    font-size: 12px;
}
.small{
    font-size: 14px;
}
.sub_heading {
    font-size: 14px;
    font-weight: 400;
}
.text-deco-none{
    text-decoration: none;
}
.text-deco{
    text-decoration: underline;
    color:var(--teamedge-950);
}
.text-deco:hover {
    text-decoration: underline;
    color: #456dff;
}

.btn-primary{
    border-radius: 0;
    background-color: var(--teamedge-950);
    border: 1px solid var(--teamedge-950);
    font-size: 14px;
    font-weight: 500;
}
.btn-primary.small{
    font-size: 13px !important;
    padding: 3px 8px;
}
.btn-primary.btn:hover{
    color: var(--bs-btn-hover-color);
    background-color: var(--teamedge-900);
    border: 1px solid var(--teamedge-900);
}
.btn:disabled {
    color: var(--bs-btn-disabled-color);
    background-color: var(--teamedge-900);
    border-color: var(--teamedge-300);
}
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active{
    border-radius: 0;
    background-color: var(--teamedge-950);
    border: 1px solid var(--teamedge-950);
}

.btn-secondary{
    background-color: #FAFAFA;
    border: 1px solid #B9B9B9;
    border-radius: 0px;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
}
.btn-secondary.small{
    font-size: 13px !important;
    padding: 3px 8px;
}
.btn:hover{
    border-radius: 0;
    background-color: var(--teamedge-950);
    border: 1px solid var(--teamedge-950);
}
.form-control{
    border-radius: 0px;
    box-shadow: 1px 3px 5px 0px rgb(0 0 0 / 4%);
    font-size: 14px;
    color: var(--input-color);
}
.form-select{
    border-radius: 0px;
    box-shadow: 1px 3px 5px 0px rgb(0 0 0 / 4%);
    font-size: 14px;
    color: var(--input-color);
}
.form-floating label{
    font-size: 14px;
    color: #9F9F9F;
}
.form-control[readonly="readonly"] {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}
.form-floating>.form-control[readonly="readonly"]~label::after, .form-floating>[readonly="readonly"]~label::after {
    background-color: var(--bs-secondary-bg);
}

/* main-css-start */

.bg_body_primary{
    background-color: var(--teamedge-1000);
}
.navbar-brand img{
    height: 28px;
}
.navbar-brand{
    width: 210px;
}
.navbar{
    --bs-navbar-padding-y: 0rem;
}
.nav-link{
    color:var(--teamedge-200);
    padding: 12px 18px !important;
    background: linear-gradient(to bottom, #ffffff00, #ffffff00);
    border-bottom: 2px solid var(--teamedge-1000);
    font-size: 14px;
    font-weight: 300;
}
.sub_tab .nav-link{
    color:var(--teamedge-200);
    padding: 12px 18px !important;
    border-bottom: 2px solid var(--teamedge-1000);
    background: transparent;
}
.sub_tab .nav-link:focus,
.sub_tab .nav-link:hover {
    background: transparent;
    border-color: #fff;
    color: #fff !important;
}
.sub_tab .nav-link.active {
    background: transparent;
    border-bottom: 2px solid #fff;
    color: #fff !important;
}
.nav-link:focus,
.nav-link:hover{
    background: linear-gradient(to bottom, #ffffff00, #ffffff21);
    border-color: #fff;
    color: #fff !important;
}
.nav-link.active{
    background: linear-gradient(to bottom, #ffffff00, #ffffff21);
    border-bottom: 2px solid #fff;
    color: #fff !important;
}
.profile-avatar span.color1{
    background-color: #02C3EE;
}
.profile-avatar span.color2 {
    background-color: #D85B5B;
}
.profile-avatar span.color3 {
    background-color: #7047EB;
}
.profile-avatar span.color4 {
    background-color: #7A1FA2;
}
.profile-avatar span.color5 {
    background-color: #0f0f0f;
}
.small.profile-avatar span{
    width: 24px;
    height: 24px;
}
.profile-avatar span{
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sub_header_surface{
    background-color: var(--teamedge-1000);
}
.profile_image img{
    width: 52px;
    height: 52px;
    object-fit: cover;
}
.sub_header_surface .content_body{
    display: flex;
    gap: 20px;
    padding: 20px 24px;
    align-items: center;
}
.sub_header_surface .profile_content .title{
    font-size:24px;
    color:#fff;

}
.sub_header_surface .profile_content .profile_info span{
    color:#DFDFDF;
    font-size: 14px;
    font-weight: 300;

}
.sub_header_surface .profile_content .profile_info{
    display: flex;
}
.profile_content .profile_info .line-left{
    border-left: 1.5px solid #ffffff4e;
}
.sub_header_surface .content{
    background-image: url('../images/bg-img.png');
    background-size: cover;
    background-position: center;
}
.profile_image{
    border: 2px solid #fff;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
}
.profile_image:hover .edit_profile_img{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.edit_profile_img{
    position: absolute;
    right: 26px;
    bottom: 24px;
    background-color: #191919;
    display: none;
    padding: 4px;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0px 1px 4.3px 0px rgb(0 0 0 / 34%);
}
.edit_profile_img span{
    font-size: 20px;
    color:#fff;
}
.app_content .main_contect_body{
    display: flex;
}
.side_bar{
    background-color: #EEEEEE;
}
.side_bar .side_bar_surface{
    background-color: #EEEEEE;
}
.side_bar{
    min-width: 260px;
    max-width: 260px;
}
.side_bar .content_body{
    padding: 24px;
}
.side_bar .items_list{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-bottom:1px solid #B9B9B9;
    padding-bottom: 20px;
}
.BB_none{
    border-bottom:none !important;
}
.side_bar .items_list .list_items{
    display: flex;
    gap: 12px;
    align-items: center;
}
.side_bar .items_list .list_items span.material-symbols-outlined{
    color:#858585;
    font-size:20px;
}
.scroll_Y{
    height: calc(100vh - 191px);
    overflow: auto;
}
.main_section{
    width: 100%;
    position: relative;
}
.surface{
    background-color: #F4F4F4;
    border-left:1px solid #E5E5E5;
}
.main_section .content_body{
    padding: 24px;
}
.card_surface{
    background-color: #fff;
    box-shadow: 0px 1px 4.3px 0px rgb(0 0 0 / 12%);
    height: 100%;
}
.card_surface .card_header{
    padding:12px 16px;
    border-bottom:1px solid #e5e5e5 ;
}
.card_body{
    padding:16px;
}
.brand_id{
    display: flex;
    gap: 6px;
    align-items: center;
    border: 1px solid #e5e5e54a;
    background-color: #ffffff17;
    padding:4px;
    
}
.right-section{
    display: flex;
    gap: 8px;
    align-items: center;
    width: 210px;
    justify-content: end;
}
.right-section .actions{
    position: relative;
}
.head_items{
    display: flex;
    justify-content: space-between;
}
.head_section{
    padding:12px;
}
.right-section .actions span.action_btn{
    background-color: var(--teamedge-900);
    color: #fff;
    padding: 6px;
    border-radius: 100px;
    cursor: pointer; 
}
.right-section .actions span.action_btn:hover{
    color:#252526;
    background-color: #fff;
}
.actions .item .item_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.actions .item .item_body{
    display: flex;
    gap: 6px;
    align-items: start;
    padding: 12px;
}
.actions .item{
    border-bottom: 1px solid #e5e5e5;
}
.actions .head_section{
    border-bottom: 1px solid #e5e5e5;
}
.actions .item_content .tag_type{
    background-color: #EFECFF;
    font-size: 12px;
    font-weight: 400;
    padding: 1px 4px;
}
.actions .item_content .tag_typeT {
    background-color: #E9FFDB;
    font-size: 12px;
    font-weight: 400;
    padding: 1px 4px;
}
.para_text{
    font-size: 14px;
}
.sub_content{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.para_text.truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 320px;
}
.fixed_width3 .para_text.truncate{
    max-width: 560px;
}
.pl-36{
    padding-left:36px;
}
.chip-type{
    background-color: #EFECFF;
    font-size: 12px;
    font-weight: 400;
    padding: 1px 4px;
    color:#060024;
}
.chips_list{
    display: flex;
    gap:6px;
    align-items: center;
}
.chips_list .border-none{
    background: transparent;
    border-right: 1px solid #e5e5e5 !important;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-radius: 0px;
}
.chips_list span{
    padding:2px 4px;
    border:1px solid #e5e5e5;
    background-color:#fafafa;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
}
.chips_list span.hover-chip{
    color: #181818;
}
.chips_list span.hover-chip:hover{
    border: 1px solid #181818;
    background-color: #fafafa;
    color:#181818;
    cursor: pointer;
}
.chips_list span.material-symbols-outlined{
    font-size: 16px;
    border:none;
}
.chips_list span.type-A{
    background-color: #DEEFFF;
    border:transparent;
}
.popup-container{
    position: absolute;
    z-index: 9;
    background-color: #fff;
    width: 420px;
    right: 0;
    top: 50px;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 12%);
}
.popup-container::before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 8px;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #f0f0f0 transparent;
}
.popup-container .items_list{
    height: calc(100vh - 120px);
    overflow: auto;
    max-height: 450px;
}
.brand_id img{
    width: 52px;
}
.flex_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex_item.space-between-none {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: initial;
}
.fixed_width1{
    max-width: 1440px;
    margin: auto;
}
.fixed_width2 {
    max-width: 460px;
    margin: auto;
}
.fixed_width3 {
    max-width: 700px;
    margin: auto;
}
.business-logo img{
    height: 50px;
}
.business-logo {
    position: absolute;
    top: 50%;
    right: 34px;
    transform: translateY(-40px);
}
.btn-secondary.dropdown-toggle{
    border-radius: 100px;
    background-color: #42c2ee;
    border: 1px solid #42c2ee;
}
.profile-avatar.dropdown-toggle{
    cursor: pointer;
}
.profile-avatar.dropdown-toggle::after{
    display: none;
}
.account-drop .dropdown-menu[data-bs-popper]{
    right: 0 !important;
    left: initial;
}
.repeater-delete-btn{
    display: flex;
    gap: 15px;
}
.repetar_btn.btn-primary{
    background-color: #f7f7f7;
    color: var(--teamedge-1000);
    border: transparent;
    display: flex;
    align-items: center;
    gap: 4px;
}
.repetar_btn.btn-primary.btn:hover{
    background-color: var(--teamedge-1000);
    color: #fff;
    border: transparent;
}
.list_items.multi_flex{
    align-items:initial !important;
}
.list_items.multi_flex .list_items{
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 2px;
}
.border_right{
    border-right: 1px solid #B9B9B9;
    padding-left: 4px;
}
.app-login{
    height: calc(100vh - 2px);
    padding:24px;
    background-color: #fafafa;
    display: flex;
}
.app-login .login_card{
    margin: auto;
    height: 100%;
    padding:24px;
    box-shadow: 1px 3px 5px 0px rgb(0 0 0 / 4%);
    background-color: #fff;
}
.login_card{
    position: relative;
}
.app-login .fixed_card{
    max-width: 1180px;
    width: 100%;
    margin: auto;
}
.login_card .main_logo{
    position: absolute;
    top: 24px;
    left:24px;
}
.login_card .main_logo img{
    width: 126px;
}
.login-banner{
    padding:24px;
}
.login-banner img{
    width: 100%;
    max-width: 350px;
}
.custom.input-group .form-control{
    box-shadow:none;
    border:transparent;
}
.custom.input-group .input-group-text{
    background: none;
    border: transparent;
}
.custom.input-group{
    border: var(--bs-border-width) solid var(--bs-border-color);
}
.country-select.inside input,
.country-select.inside input[type=text]{
    border:transparent;
}
.custom.input-group{
    border-radius: 0px;
    box-shadow: 1px 3px 5px 0px rgb(0 0 0 / 4%);
    font-size: 14px;
    color: var(--teamedge-950);
    height:68px;
}
.iti--separate-dial-code .iti__selected-flag{
    background: transparent !important;
}
.form-control.custom-file{
    display: flex;
    justify-content: space-between;
    height: 58px;
    position: relative;
}
.form-control.custom-file label{
    font-size:12px;
    color:rgba(var(--bs-body-color-rgb), .65);
}
.form-control .file-input-btn{
    width: 42px;
    margin-top:auto;
    margin-bottom:auto;
}
.form-control .file-input-btn input{
    opacity: 0;
    position: absolute;
    width: 42px;
    z-index: 9;
    top: 4px;
    right: 4px;
    height: 50px;
}
.form-control .file-input-btn input:hover + .file_upload_btn{
    background-color: var(--teamedge-950);
    color:#fff;
}
.form-control.custom-file .old-file-preview{
    width: 40px;
    height: 40px;
}
.form-control .file-input-btn .file_upload_btn{
    position: absolute;
    display: flex;
    align-items: center;
    top: 3px;
    width: 42px;
    right: 3px;
    justify-content: center;
    height: 50px;
    background: #f7f7f7;
}
.labelText{
    position: absolute;
    top: 18px;
    left: 60px;
}
.clear-input{
    position: absolute;
    right: 45px;
    top: 12px;
    background-color: #fff;
    padding: 4px;
}
.alert{
    padding: 8px 12px;
}
.label-tag{
    position: absolute;
    top: 8px;
    right: 8px;
}
.card_list.leave-balance{
    max-width: 1500px;
    overflow: auto;
}
.card_list.leave-balance .row{
    flex-wrap: initial;
}
.flex_box{
    display:flex;
    gap:8px;
    align-items: center;
}
.flex_box.gap-0{
    gap:0;
}
.secondry-action-btn{
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    box-shadow: 1px 3px 5px 0px rgb(0 0 0 / 4%);
    padding:8px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 4px;
    width: max-content;
    text-decoration: none;
    color:#4d4d4d;
}
.secondry-action-btn:hover{
    border:1px solid #4d4d4d;
    background:#fafafa;
}
.secondry-action-btn .material-symbols-outlined{
    font-size: 18px;
}
.card_body.leave-card{
    display: flex;
    justify-content: space-between;
}
.card_body.holiday-card {
    display: flex;
    justify-content: space-between;
}
.card_body.holiday-card.no-holiday {
    display: flex;
    justify-content: space-between;
    border: 1px dashed #ff0505;
    background-color: #ff05050d;
}
.section_header .header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section_header.date-header{
    display: flex;
    justify-content: space-between;
}
.section_header.date-header input{
    border:none;
    background: transparent;
    font-size: 14px;
}
.leave-status{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-footer .sub_heading{
    display: flex;
    justify-content: space-between;
}
.cursor-pointer:hover{
    cursor: pointer;
    text-decoration: underline;
    color: #456dff;
}
.date-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.leave-content{
    width: max-content;
}
.holiday-content {
    width: max-content;
}
.leave-msg{
    max-width: 780px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.item_footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.unread{
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: #456dff;
}
.gray_bg{
    background-color: #f7f7f7;
}
@media (max-width: 1024px) {
    .side_bar .content_body{
        padding: 16px;
    }
    .main_section .content_body{
        padding: 16px;
    }
    .side_bar{
        min-width: 220px;
    }
    .sub_header_surface .content_body{
        padding: 16px;
    }
    .scroll_Y{
        height: calc(100vh - 206px);
    }
    .text_content{
        padding-top: 44px;
    }
    .app-login .text_content .heading-3{
        font-size:24px;
    }
}

/** css by ravish **/

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent overlay */
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid var(--teamedge-900);
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

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

.unread {
    background-color: #18B69B;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    top: 13px;
    left: 4px;
}
