* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.select_multiprojects .choices__inner {
    border-radius: 25px !important;
    max-height: unset !important;
}

.main_heighttrack {
    height: 60vh;
    overflow: auto;
}

.item_showtool {
    padding: 2px !important;
}

.avatar_foredittask {
    width: 40px !important;
    height: 40px !important;
}

.avatar_foredittask img {
    border-radius: 100px !important;
}

.btn_task_showcreate.selected {
    background-color: transparent !important;
}

.btn_task_showedit, .btn_task_showcreate button {
    background-color: #316FF6;
    color: #FFF;
    border-radius: 100px;
    width: max-content;
    padding: 0px 15px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

#commonModal .modal-title {
    text-align: center;
    font-size: large;
    width: 100%;
}

.verticle_scroll_maxiheight {
    height: 300px !important;
    overflow: auto;
}

/* Projecte */
.main_truckspans {
    display: flex;
    flex-direction: column;
}

.main_truckspans a {
    color: #316FF6;
    font-size: large;
}

.badge_setmainproject {
    padding: 10px !important;
    border-radius: 100px !important;
    font-size: small;
}

.badge_setmainproject.bg-light-info {
    background: #E3F6FF;
    color: #0390AF;
    border-color: #E3F6FF;
}

.card_members_list {
    max-height: 50vh;
    overflow-y: auto;
}


/* End Projecte */
/*Start of download tabs css*/

.custom_tabs_container {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    overflow-x: auto; /* scrollable on mobile */
}

.custom_textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 15px;
    color: #333;
    height: 60px;
    resize: block;
}

.chart_card {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: none;
}

.chart_header h5 {
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

#donutchart {
    width: 100%;
    height: 280px;
}

@media (max-width: 576px) {
    #donutchart {
        height: 230px;
    }
}

.progress_bar_box {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 350px;
}

.progress_track {
    flex: 1;
    background-color: #e9ecef;
    border-radius: 10px;
    height: 10px;
    overflow: hidden;
}

.progress_fill_medium {
    height: 100%;
    background-color: #0DCA20;
    width: 68%;
    border-radius: 10px;
    transition: width 0.4s ease;
}

.progress_fill_low {
    height: 100%;
    background-color: #FF1010;
    width: 10%;
    border-radius: 10px;
    transition: width 0.4s ease;
}

.progress_fill_easy {
    height: 100%;
    background-color: #F4D133;
    width: 68%;
    border-radius: 10px;
    transition: width 0.4s ease;
}

.progress_value {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
}

.task_refid {
    background-color: #D8E4FF;
    color: #000;
    width: fit-content;
    padding: 10px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.onboad_box_all {
    background-color: #D0E5FF;
    border-radius: 24px;
    padding: 15px;
}

.onboad_box_all span {
    color: #5375C0 !important;
    font-weight: 400;
    font-size: 18px !important;
}

.onboad_box_all h5 {
    color: #000000 !important;
    font-weight: 600;
    font-size: 24px !important;
}

.description_seta_scroll {
    height: 63px;
    overflow: auto;
}

.count_of_task {
    background-color: #316FF6;
    color: #FFF;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.medium_badge {
    color: #A7A208;
    background-color: #FFF2D8;
    width: 75px;
    height: 27px;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.low_badge {
    color: #08A718;
    background-color: #D8FFD9;
    width: 50px;
    height: 27px;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.high_badge {
    color: #FF1010;
    background-color: #FFD8D8;
    width: 50px;
    height: 27px;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.critical_badge {
    color: #FF5C0B;
    background-color: #FFE2C7;
    width: 69px;
    height: 27px;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topbar_search_section {
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.custom_search_wrapper {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.search_input_payment {
    width: 300px;
    height: 40px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 45px;
    border-radius: 20px;
    border: 1px solid #D2D2D2;
    outline: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
}


.search_icon_payment {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #316ff6;
    font-size: 14px;
    cursor: pointer;
    z-index: 2;
}


@media (max-width: 576px) {
    .search_input_payment {
        width: 100%;
    }
}


.project_slider_section {
    position: relative;
    padding: 0 40px;
}

.project_slider_section .owl-carousel .owl-item img {
    width: 36px !important;
    height: 36px;
}


.project_nav_btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    color: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #316FF6;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    z-index: 5;
}


.prev_btn {
    left: 0;
}

.next_btn {
    right: 0;
}

.project_nav_btn i {
    font-size: 14px;
}


.rounded_add_btn {
    border: #D2D2D2 1px solid;
    border-radius: 100%;
    background-color: #fff;
    color: #316FF6 !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rounded_add_btn i {
    font-size: 20px !important;
    font-weight: 500;
}

.btn_for_status {
    width: 130px;
    height: 40px;
    border-radius: 100px;
    background-color: #316FF6;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_for_status:hover {
    color: #fff;
}

.data_table_select select {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #cac6c6;
    padding: 0px 10px;
}

.data_table_select small {
    font-size: 14px;
}

.data_table_select {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: End;
}

@media (max-width: 772px) {
    .data_table_select {
        justify-content: center;
    }
}

.custom_tabs {
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #eee;
}

.custom_tab_item {
    flex-shrink: 0;
}

.custom_tab_link {
    background: none;
    border: none;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border-radius: 6px 6px 0 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.custom_tab_link:hover {
    background: #316ff6;
    color: #fff;
}

.custom_tab_link.active {
    background: #fff;
    color: #316ff6;
    font-weight: 600;
    border-bottom: 3px solid #316ff6;
}

.custom_tabs_container {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    overflow-x: auto;
    scrollbar-width: none;
}

.custom_tabs_container::-webkit-scrollbar {
    display: none;
}

/*End of download tabs css*/

/*Start of Dashboard card*/
.main_dashupgrade {
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.main_dashupgrade::after {
    content: "";
    width: 100px;
    height: 100px;
    top: -20%;
    right: -10%;
    border-radius: 100px;
    position: absolute;
}

.main_dashupgrade::before {
    content: "";
    width: 5px;
    height: 80%;
    left: 0px;
    top: 10%;
    border-radius: 100px;
    position: absolute;
}

.upgrade1grid h3, .upgrade1grid .text-dark {
    color: #B12147 !important;
    font-weight: 900;
}

.upgrade2grid h3, .upgrade2grid .text-dark {
    color: #6c757d !important;
    font-weight: 900;
}

.upgrade3grid h3, .upgrade3grid .text-dark {
    color: #6fd943 !important;
    font-weight: 900;
}

.upgrade1grid::before, .upgrade1grid::after {
    background: #B12147;
}

.upgrade2grid::before, .upgrade2grid::after {
    background: #6c757d;
}

.upgrade3grid::before, .upgrade3grid::after {
    background: #6fd943;
}

/*End of Dashboard card*/

/*Start of sidebar enhancement*/
.scroller_tabbtnsetbefore {
    max-height: calc(90vh - 130px);
    overflow: auto;
    overflow-x: hidden;
}

.btn_sidebartabsmain a img {
    width: 25px;
}

.btn_sidebartabsmain .active_sidetab img {
    filter: brightness(0%) invert(1);
}

.btn_sidebartabsmain .active_sidetab {
    background: #316FF6;
}

.btn_sidebartabsmain {
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0px 0px 8px 0px #00000029;
    width: max-content;
}

.btn_sidebartabsmain a {
    margin: 0px !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    border: 2px solid #316FF6;
    background: transparent;
    border-radius: 10px;
    color: #316FF6;
}

.work_logsetsbtn {
    color: #316ff6;
    border: #C4DEFF 1px solid;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
}

.work_updatemodalcontent label {
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0px;
}

.work_updatemodalcontent textarea {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 10px;
    min-height: 200px;
}

.avatar_projectsshow {
    width: 30px;
    height: 30px;
    border-radius: 100px !important;
    margin-right: 10px;
}

.main_sidebar:hover .menudropdownset span {
    display: block;
}

.editor_pad_remover .note-editor {
    padding: 0px !important;
}

.table_inside_scroll .dataTable-container {
    overflow: auto;
}

.table-responsive .dataTable-container {
    overflow: auto;
}

.company_order_table .table tbody tr:nth-child(even), .company_order_table .table tbody tr:nth-child(odd) {
    background-color: #fff !important;
}


.menudropdownset .active_link span {
    color: #fff !important;
}

.menudropdownset span {
    margin: 10px 0px;
    padding: 0px 10px;
    color: #000000;
    font-size: 18px !important;
    font-weight: 600;
    text-decoration: none !important;
}

.menudropdownset .hover_linksets {
    padding: 0px 15px;
}

.menudropdownset li {
    padding: 5px 0px;
}

.menudropdownset li:hover {
    background: #fff;
    border-radius: 10px;
}

.menudropdownset .nav-link {
    margin: 3px 0px !important;
    padding: 3px 10px !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 500;
    text-decoration: none !important;
    width: 100%;
}

/*End of sidebar enhancement*/

/*Start of paginate enhancement*/

.paginatio_ulist {
    padding: 0px;
    list-style: none !important;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.paginatio_ulist li {
    cursor: pointer;
}

/*End of paginate enhancement*/

.optional_inputpagi span {
    width: max-content;
    color: #858585;
    font-weight: 500;
}

.double_arrow {
    font-size: xx-large;
    line-height: 0px;
    height: 10px;
}

.optional_inputpagi input {
    width: 80px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #cac6c6;
    padding: 0px 10px;
}

.active_pagination {
    background: #316ff6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #fff !important;
    border-radius: 100px;
    font-weight: 600;
}

/*New Nav*/
.header_fixedshow {
    background: #fff;
    position: fixed;
    width: 100% !important;
    padding: 10px 20px;
    left: 0px;
    top: 0px;
    z-index: 9999;
}


@media (max-width: 550px) {
    .card {
        padding: 0px !important;
    }


    .main_loginwhite {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }
}

.open_side_mobile {
    left: 0px !important;
}

@media (min-width: 260px) and (max-width: 1024px) {
    .header_icons {
        width: 30px;
        height: 30px;
    }

    .header_icons_1 {
        width: 20px;
        height: 20px;
    }

    .let_1 {
        font-size: 15px !important;
        white-space: nowrap;
    }

    .menu_icon img {
        width: 20px !important;
        height: 20px !important;
    }
}

/*End New Nav*/
@media (max-width: 1025px) {
    .choices__inner {
        min-width: 250px;
        max-height: 45px;
    }

    .col-lg-6.selecters_head.select_newresponsive {
        width: 100% !important;
        margin: 10px 0px;
    }

    .col-lg-6.selecters_head.select_newresponsive #date-range {
        width: max-content !important;
        margin: 0px !important;
    }

    .selecters_head.select_newresponsive .d-flex {
        flex-direction: row !important;
    }
}

@media (min-width: 1025px) {
    .choices__inner {
        min-width: 250px;
        max-height: 45px;
    }
}

.choices[data-type*="select-one"] .choices__input {
    border-radius: unset;
}

.system_liveshort {
    background: #fff;
    border: 1px solid #316FF6;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 15px;
    color: #316FF6;
    border-radius: 100px;
    font-weight: 600;
}

.system_liveshort:hover {
    color: #316FF6 !important;
}

.webcam_liveshort {
    background: #316FF6;
    border: 1px solid #316FF6;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 15px;
    color: #fff;
    border-radius: 100px;
    font-weight: 600;
}

.shadow_setters {
    box-shadow: 1.21px 1.21px 14.52px 0px #81818140;
}

body {
    background-color: #D7D7D7;
}

@media (min-width: 1025px) {

    .hover_linksets:hover {
        background-color: #fff;
        border: #fff;
        border-radius: 10px;
        /*width: fit-content;*/
    }

    .menudropdownset {
        display: none;
    }

    .main_sidebar:hover .menudropdownset {
        display: block;
    }
}

.main_sidebar {
    width: 70px;
    background-color: #EBF4FF;
    height: 100vh;
    transition: 0.1s !important;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    box-shadow: 0;
}

@media (min-width: 1025px) {
    .main_fullpages {
        padding-left: 100px !important;
        padding-right: 30px !important;
        background-color: #EBF4FF;
    }
}

.sidebar_logo {
    background-color: #fff;
    /*border: #fff 1px solid;*/
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 12px 0px #0000001F;

}


.active_logo {
    background-color: #316FF6;
    border: #316FF6 1px solid;
    border-radius: 10px;
    color: white !important;
}

.img_side_logo {
    width: 18px;
    height: 18px;
}

.active_side_logo {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1) !important;
}

@media (max-width: 1025px) {

    .main_fullpages {
        padding-left: 20px !important;
        padding-right: 20px !important;
        background-color: #EBF4FF;
        /*min-height: 100vh;*/
    }
}

.main_fullpages_headers {
    padding-left: 100px !important;
    padding-right: 30px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #EBF4FF;
    position: fixed !important;
    top: 0px !important;
    width: 100%;
    z-index: 99;
}

.main_fullpages1 {
    /* padding-left: 70px !important; */
    padding: 20px !important;
    background-color: #EBF4FF;
    min-height: 100vh;
    padding-bottom: 100px !important;
}

.links_content {
    padding: 10px 10px !important;
}

.logo {
    /* background-color: #fff; */
    margin-bottom: 20px;
}

.logo img {
    /* width: 100%; */
    /* border-bottom: 4px solid #316ff6; */
    padding-bottom: 10px;
    transition: 0.4s !important;
}

.main_linksbar {
    width: 55px !important;
    /* background-color: #fff !important; */
    height: 100% !important;
}

.links_content a {
    margin: 10px 0px;
    padding: 0px 10px;
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 600;
    text-decoration: none !important;
}

.links_content i {
    margin-right: 10px;
}

.links_content a:hover {
    color: #000;
}

.links_content .logo1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
}

.main_text_link .active_link {
    background-color: #3474e6;
    border: #0078d7;
    border-radius: 10px;
}

.main_text_link .active_link img {
    height: 24px;
    width: 24px;
    filter: brightness(0) invert(1) !important;
}

.main_text_link a {
    color: #000 !important;
}

.main_text_link .active_link a {
    color: white !important;
}


.main_icononly {
    display: flex;
    flex-direction: column;
    padding: 0px !important;
    margin-top: 50px !important;
    justify-content: center;
    gap: 20px;
}

.main_icononly i {
    font-size: 18px !important;
    margin: 10px 0px !important;
    justify-content: center;
    display: flex;
}

.main_sidebar:hover {
    width: 250px !important;
    /*overflow: auto;*/
}

@media (max-width: 1024px) {
    .btn_sidebartabsmain {
        display: flex !important;
    }
}

.main_sidebar:hover .btn_sidebartabsmain {
    display: block;
    display: flex;
}

.btn_sidebartabsmain {
    display: none;
}

.main_sidebar:hover .logo {
    display: block;
}


.main_sidebar:hover .main_linksbar {
    width: 240px !important;
}


.main_sidebar:hover .main_icononly {
    display: none;
}

.main_text_link {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    display: none;
}

.main_sidebar:hover .main_text_link {
    display: block;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
}

.main_text_link a {
    display: none;
}


.main_text_link img {
    display: none;
}

.main_sidebar:hover .main_text_link a {
    display: inline !important;
}

.main_sidebar:hover .main_text_link img {
    display: inline !important;
    width: 22px !important;
}


.logo {
    display: none;
}

.logo1 {
    display: block;
}

.main_sidebar:hover .logo1 {
    display: none;
}


/* Admin Dash */
.selecters_head select {
    width: max-content;
    min-width: 220px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #D2D2D2;
    background-color: #fff;
    outline: none;
}


@media only screen and (min-width: 480px) {
    .selecters_head .choices {
        width: max-content;
        height: max-content;
    }
}

/* ===== MOBILE (0px to 480px) ===== */
@media (min-width: 0px) and (max-width: 480px) {
    form.d-flex:not(.form_settings) {
        flex-direction: column !important;

    }

    .legend-text {
        font-size: 15px !important;
    }

    .selecters_head {
        width: 100% !important;
        margin-top: 10px;
    }

    .selecters_head .choices, .selecters_head input, .selecters_head select {
        width: 100% !important;
    }

    .selecters_head .row {
        flex-direction: column !important;
        gap: 15px;
        align-items: flex-end;
        padding: 0 !important;
    }

    .form-select,
    #date-range {
        width: 100% !important;
    }

    .col-lg-6.selecters_head {
        width: 100% !important;
    }


    .download_arrbtn {
        display: inline-block;
        margin-left: 10px;
    }

    .selecters_head .d-flex {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

/* ===== TABLET (481px to 768px) ===== */
@media (min-width: 481px) and (max-width: 768px) {
    form.d-flex:not(.form_settings) {
        flex-wrap: wrap;
    }

    .selecters_head {
        width: 100% !important;
        margin-top: 10px;
    }

    .selecters_head .choices {
        width: max-content;
        height: max-content;
    }

    .selecters_head .row {
        flex-wrap: wrap;
        padding: 0rem 1rem !important;
    }

    .form-select,
    #date-range {
        width: max-content !important;
    }

    .col-lg-6.selecters_head, .col-md-6.selecters_head {
        width: 100% !important;
        margin-top: 10px;
    }

    .justify-content-lg-end {
        justify-content: flex-start !important;
    }

    .download_arrbtn {
        display: inline-block;
        margin-left: 10px;
    }

    .selecters_head .d-flex {
        flex-wrap: wrap;
        padding: 0rem 1rem;
    }
}

/* ===== SMALL LAPTOP & TABLET LANDSCAPE (769px to 1024px) ===== */
@media (min-width: 769px) and (max-width: 1024px) {
    form.d-flex:not(.form_settings) {
        flex-wrap: wrap;
    }

    .selecters_head {
        width: 100% !important;
        margin-top: 10px;
    }

    .col-lg-6.selecters_head, .col-md-6.selecters_head {
        width: 100% !important;
        margin-top: 10px;
    }

    .selecters_head .row {
        flex-wrap: wrap;
        gap: 15px;
        padding: 0rem 1rem !important;
    }

    .form-select,
    #date-range {
        width: max-content !important;
    }

    .selecters_head .choices {
        width: max-content;
    }

    .justify-content-lg-end {
        justify-content: flex-start !important;
    }

    .download_arrbtn {
        display: inline-block;
        margin-left: 10px;
    }

    .selecters_head .d-flex {
        flex-wrap: wrap;
    }

    .selecters_head .col-auto,
    .selecters_head input,
    .selecters_head select {
        min-width: 220px !important;
    }
}


.selecters_head input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
}

.selecters_head input {
    width: max-content;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #D2D2D2;
    background-color: #fff;
    outline: none;
    text-transform: uppercase;
}

.download_arrbtn {
    height: 45px;
    width: 45px !important;
    border-radius: 100px;
    border: 1px solid #D2D2D2;
    background-color: #fff;
    color: #316ff6;
    padding: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selecters_head #reportrange span {
    color: #000;
}

.selecters_head span {
    width: max-content !important;
    color: #316ff6;
    gap: 10px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.main_pagebox {
    background: #F8FDFF;
    box-shadow: 0px 1px 12px 0px #0000001F;
    border-radius: 20px;
}

.bg_graytops {
    background: #E9F2F4;
    font-weight: 600;
}

.borderscorll {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #C7C7C7;
    box-shadow: 0px 0px 12px 0px #00000029;
}

.heigh_scrolldash {
    background-color: #fff;
    height: 50vh;
    overflow: auto;
}

.profile_showscroll {
    border-bottom: 1px solid #CBCBCB;
    overflow: auto;
    overflow-y: scroll;
}

.profile_showscroll img {
    width: 45px;
    border-radius: 100px;
    margin-right: 10px;
}

.profile_showscroll small {
    font-weight: 600;
}

.blue_spantimes span {
    color: #fff;
    background-color: #316ff6;
    border-radius: 5px;
    padding: 4px 10px;
    width: max-content;
}

.blue_spantimes i {
    color: #0AE361;
    width: max-content;
}

.blue_bg_spans {
    background: #EEF5FF;
    box-shadow: 1px 1px 12px 0px #81818140;
    border-radius: 15px;
    min-height: 170px;
    height: 100%;
    background-size: cover;

}

.blue_bg_spans span {
    background-color: #fff;
    font-weight: 600;
    width: max-content;
    border-radius: 0px 10px 10px 0px;
    margin-top: 10px;
}

.heightdash_scroll {
    height: 50vh;
    overflow: auto;
}


.let_1 {
    color: #316FF6;
    font-size: 24px;
}

.help {
    display: flex;
    justify-content: center;
    align-items: center;
    border: #D2D2D2 1px solid;
    background-color: #FFF;
    border-radius: 100px;
    width: 100px;
    gap: 5px;
    padding: 5px;
}

.mobile-menu-dropdown {
    position: fixed;
    top: 60px;
    right: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    width: 280px;
    overflow: hidden;
}

.mobile-menu-container {
    padding: 10px 0;
}

.mobile-menu-item {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.mobile-submenu {
    display: none;
    padding-left: 20px;
    background: #f9f9f9;
}

.mobile-submenu.show {
    display: block;
}

.mobile-submenu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    color: #6B6B6B;
    text-decoration: none;
}

.profile-info {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    margin-bottom: 5px;
}

.profile-info h6 {
    margin: 0;
    font-size: 14px;
}

.profile-info small {
    font-size: 12px;
    color: #A2A2A2;
}

.download-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}

@media (max-width: 1024px) {
    #menuItems {
        display: none !important;
    }

    #mobileMenuButton {
        display: block !important;
    }
}

/* Hide mobile menu & show desktop menu ≥ 1025px */
@media (min-width: 1025px) {
    .mobile-menu-dropdown {
        display: none !important;
    }

    #mobileMenuButton {
        display: none !important;
    }
}


.but_1 {
    background-color: #316FF6;
    color: #FFF;
    border: none;
    /*padding: 8px 8px 10px 10px;*/
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.but_1:hover {
    background-color: #2A5BBE;
    transition: 0.3s;
}

.set_team .bg-primary h5 {
    color: #fff !important;
}

.box_1 {
    border-radius: 20px;
    background-color: #FFF;
    border: #D7D7D7 1px solid;
    box-shadow: 0px 1px 12px 0px #0000001F;
    padding: 25px;
    height: 100%;
}

.blue_box {
    background-color: #C4DEFF;
    border-radius: 20px;
    padding: 10px;
}

/* .inner_img {
    width: 40px;
    height: 40px;
} */

.text_p {
    color: #7C7C7C;
}

.box_2 {
    border: #D7D7D7 1px solid;
    border-radius: 20px;
    background-color: #D4EDEA;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: 100%;
    box-shadow: 0px 1px 12px 0px #0000001F;
}

.col_P {
    color: #646464;
}

.col_p1 {
    color: #464646;
}

.inside_round {
    background-color: #2D8981;
    border-radius: 100px;
    text-align: center;
    width: 120px;
    color: #fff;
}

.box_3 {
    border: #D7D7D7 1px solid;
    border-radius: 20px;
    background-color: #C4DEFF;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: 100%;
    box-shadow: 0px 1px 12px 0px #0000001F;
}

.inside_round1 {
    background-color: #2C6DF3;
    border-radius: 100px;
    text-align: center;
    width: 120px;
    color: #fff;
}

.box_4 {
    border: #D7D7D7 1px solid;
    border-radius: 20px;
    background-color: #FFF;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: 100%;
    box-shadow: 0px 1px 12px 0px #0000001F;
}

.inside_round2 {
    background-color: #C4DEFF;
    border-radius: 100px;
    text-align: center;
    width: 120px;
    color: #2C6DF3;
}

.chart_box {
    background-color: #FFF;
    border-radius: 20px;
    border: #D7D7D7 1px solid;
    padding: 20px;
    height: 100%;
}

.chart_box2 {
    background-color: #FFF;
    border-radius: 20px;
    border: #D7D7D7 1px solid;
    padding: 20px;
    height: 100%;
    max-height: 500px;
    box-shadow: 0px 1px 12px 0px #0000001F;
}

.legend-color {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    border-radius: 50%;
    vertical-align: middle;
}


.entire_box {
    background-color: #F8FDFF;
    border-radius: 20px;
    border: #D7D7D7 1px solid;
    padding: 30px;
}

@media (max-width: 768px) {
    .entire_box {
        background-color: transparent !important;
        border: none !important;
        padding: 0px !important;
    }

    .entire_box1 {
        padding: 10px !important;
    }
}

.live_screen_box {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 20px;

}

@media (max-width: 500px) {
    .live_screen_box {
        background-color: transparent !important;
        padding: 0px !important;
    }

}

.blue_box1 {
    background-color: #C4DEFF;
    border-radius: 13px;
    padding: 12px 10px;
    gap: 10px;
}

.white_box {
    background-color: #FFF;
    width: 48px;
    height: 20px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chart_box1 {
    background-color: #FFF;
    border-radius: 20px;
    border: #D7D7D7 1px solid;
    padding: 20px;
    height: 100%;
    box-shadow: 0px 1px 12px 0px #0000001F;
}

.rank-circle {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circ {
    background-color: #F7C5BF;
}

.circ1 {
    background-color: #C4DEFF;
}

.second_grid {
    background-color: #EEF5FF;
    width: 100%;
}

.back_img {
    width: 100%;
    border-radius: 12px 12px 0 0;
    padding: 0px !important;
}

.whit_bg {
    background-color: #fff;
    border-radius: 0px 12px 12px 0px;
    width: 95px;

}

.card_1 {
    border: #dddddd 1px solid;
    border-radius: 12px;
    overflow: hidden;
}

.live_imgiconer {
    position: absolute;
    right: 10px;
    width: 30px;
}

.num {
    color: #888888;
    font-weight: 400;
    font-size: 14px;
}

.txt {
    color: #316FF6;
    font-weight: 400;
    font-size: 14px;
}


.table-responsive {
    /*background-color: #f8f9fa;*/
    padding: 10px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .table-responsive {
        padding: 0px;
    }
}

.table td,
.table th {
    vertical-align: middle;
}

.table tbody tr:nth-child(even) {
    background-color: #eef5ff;
}

.table-wrapper {
    height: 500px;
    overflow: auto;
    background-color: white;
    border-radius: 8px;
    margin: 20px;
}

.table {
    margin-bottom: 0;
    white-space: nowrap;
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.table th {
    background-color: #ffffff;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 18px 30px;
    text-align: left;
}

.table th:first-child,
.table td:first-child {
    position: sticky;
    left: 0;
    background-color: #ffffff;
    z-index: 2;
    border-right: 1px solid #f0f0f0;
}

/*.table td {*/
/*    background-color: #F7FFFF !important;*/
/*}*/

.table th:first-child {
    z-index: 3;
}

.table th:first-child,
.table td:first-child {
    padding-right: 40px;
}

.table th:nth-child(2),
.table td:nth-child(2) {
    padding-left: 40px;
}

.table td {
    padding: 18px 30px;
    vertical-align: middle;
}

/* Horizontal lines between rows */
.table tbody tr {
    border-bottom: 1px solid #dee2e6;
}

.table tbody tr:last-child {
    border-bottom: none;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    overflow: hidden;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employee-col {
    display: flex;
    align-items: center;
}

.table thead {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.table tbody tr:hover {
    background-color: #f8f9fa;
}

.pagination .page-link1 {
    color: #9A9A9A;
    font-weight: 500;
    font-size: 20px;
    border: none;
    text-decoration: none;
    padding: 10px 20px;
}

.page-link1:hover {
    /* background-color: #C4DEFF; */
    color: black;
    /* border-radius: 8px; */
}

.pagination .page-item.active .page-link {
    background-color: #316ff6 !important;
    color: #fff;
    border-radius: 8px;
    /* border: ; */
}

.nav-pills .nav-link.active {
    background-color: #316FF6;
    color: white;
}

.nav-pills .nav-link {
    color: #000;
    font-weight: 500;
    transition: 0.3s ease;
}


/* tablercolumn-2 */

.report-heading {
    color: white;
    font-size: 20px;
    margin: 20px 0;
    padding-left: 20px;
}

.attendance-table-outer {
    overflow: auto;
    background-color: white;
    border-radius: 8px;
    margin: 0;

    max-height: 80vh;
}

.attendance-table-outer1 {
    overflow: auto;
    background-color: white;
    border-radius: 8px;
    margin: 0;
    max-height: 100vh;
}

.attendance-table {
    margin-bottom: 0;
    white-space: nowrap;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

.attendance-table th {
    background-color: #E8E9ED !important;
    font-weight: 500;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
    font-size: 18px;
}


.attendance-table th:first-child,
.attendance-table td:first-child {
    position: sticky;
    left: 0;
    background-color: #ffffff;
    z-index: 2;
}

.attendance-table th:first-child {
    z-index: 3;
    background-color: #E8E9ED !important;
    position: sticky;
    left: 0;
}

.attendance-table td {
    padding: 12px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #e9ecef;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
}

.attendance-table .line_mark {
    padding: 0px 0px 0px 20px;
}

.emp-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    overflow: hidden;
    background-color: #f1f1f1;
}

.emp-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.emp-info {
    display: flex;
    align-items: center;
    min-width: 200px;
}


.status-badge {
    /* background-color: #E1F7E4; */
    color: #0DCA20;
    border-radius: 4px;
    padding: 4px 12px;
    font-size: 16px;
    font-weight: 400;
}

.tex_fix {
    background-color: #F7FFFF !important;
}


.number-box {
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 50px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.number-box input {
    border: none;
    background: transparent;
    font-weight: 500;
    font-size: 1rem;
    pointer-events: none;
}

.number-box button {
    background: none;
    border: none;
    font-size: 10px;
    /* line-height: 1; */
    cursor: pointer;
    color: #000;
}

.number-box button:active {
    transform: scale(0.95);
}

/* setting */
.border_box {
    background-color: #EAF5FF;
    border: #E5E5E5 1px solid;
    padding: 10px;
    border-radius: 15px 15px 0px 0px;
    width: 150px;
}

.active_box {
    background-color: #ffffff;
    color: black;
    border: #E5E5E5 1px solid;
    border-bottom: none;
}

.entire_box1 {
    background-color: #FFF;
    border-radius: 20px;
    border: #D7D7D7 1px solid;
    padding: 30px;
}

.setting_para {
    color: #646464;
    font-weight: 400;
    font-size: 18px;
}

.gre_box {
    background-color: #D4EDEA;
    border-radius: 30px;
    padding: 20px;
}

.green_box {
    background-color: #2D8981;
    color: white !important;
    border-radius: 100px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.adduser_btn {
    background-color: #316FF6;
    border-radius: 100px;
    border: none;
    color: white;
    padding: 10px;
}

.adduser_btn:hover {
    background-color: #2A5BBE;
    transition: 0.3s;
}

input::placeholder {
    font-style: roboto;
    font-weight: 400;
    font-size: 16px;
}

.for_select {
    color: #316FF6;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 100px;
    /* padding: 6px 20px; */
}

.custom-table-container {
    max-height: 350px;
    overflow-y: auto;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* margin: 20px; */
    padding: 0px;
}


@media (min-width: 1024px) {
    .custom-data-table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }

}

.custom-data-table thead {
    position: sticky;
    top: 0;
    z-index: 0;
    background-color: #f7f7f7;
}

.custom-data-table th {
    text-align: left;
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-data-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.custom-data-table .sno-col {
    width: 10%;
}

.custom-data-table .name-col {
    width: 15%;
}

.custom-data-table .desc-col {
    width: 40%;

}

.custom-data-table .desc-col1 {
    width: 25%;
}

.custom-data-table .date-col {
    width: 20%;
}

.custom-data-table .action-col {
    width: 15%;
    text-align: center;
}

.custom-data-table .action-col1 {
    width: 23%;
    text-align: start;
}

.custom-action-icon {
    color: #6c757d;
    cursor: pointer;

}

.custom-action-icon:hover {
    color: #0d6efd;
}

/* For tooltip on text truncation */
.tooltip-text {
    position: relative;
}

.tooltip-text:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 0;
    top: 100%;
    background: #333;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    z-index: 1001;
    white-space: normal;
    max-width: 300px;
}

.bg-primary {
    background-color: #316FF6 !important;
}

.twoclr_box {
    background-color: #EEEEEE;
    border-radius: 20px 20px 0px 0px;
    padding: 20px;
    display: flex;
    justify-content: center;

}

.tot_box {
    background-color: #FFF;
    border: #EEEEEE 1px solid;
    border-radius: 20px;
    box-shadow: 0px 1px 10px 0px #EEEEEE;
    /*overflow-y: scroll;*/
    position: sticky;
    height: 100%;
    max-height: 450px;
}

.tot_box1 {
    background-color: #FFF;
    border: #EEEEEE 1px solid;
    border-radius: 20px;
    box-shadow: 0px 1px 10px 0px #EEEEEE;
    overflow: hidden;
    height: 100%;
    /* max-height: 400px; */
}

.self_hov:hover {
    background-color: #C4DEFF;
    transition: 0.3s;
}

.self_hov1:hover {
    background-color: #C4DEFF;
    transition: 0.3s !important;
    border-radius: 10px !important;
}


.twoclr_box1 {
    background-color: #EEEEEE;
    border-radius: 20px 20px 0px 0px;
    padding: 20px;
    /* height: 100%; */
}

.back_round {
    background-color: #fff;
    border-radius: 100px;
    width: 50px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_to {
    border-radius: 100px !important;
    background-color: #E5F0FF !important;
    border: #C7C7C7 1px solid !important;
}

.form_to1 {
    border-radius: 100px !important;
    background-color: #FFF !important;
    border: #C7C7C7 1px solid !important;
}

.select_form {
    width: 100% !important;
}

.batch_1 {
    background-color: #FFCEE8;
    border-radius: 10px;

}

.batch_2 {
    background-color: #FFE8CE;
    border-radius: 10px;
}

.batch_3 {
    background-color: #DBFFCE;
    border-radius: 10px;
}


.form-check-input:checked {
    background-color: #168aad;
    border-color: #168aad;
}

.switch-box {
    background-color: #F3F3F3;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}


.form-switch .form-check-input {
    width: 40px;
    height: 20px;
}

/*.form-check{*/
/*    padding-left: 0px;*/
/*}*/
/*select.form-select {*/
/*    max-width: 200px;*/
/*}*/

.text-gray {
    color: #888888 !important;
}

.custom-checkbox-wrapper {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    cursor: pointer;
    user-select: none;
}


.custom-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: -14px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: white;
    border: 2px solid #0DCA20;
    border-radius: 3px;
}

.custom-checkbox:checked ~ .checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #0DCA20;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.copy_com {
    background-color: #fff;
    border: #D2D2D2 1px solid;
    border-radius: 60px;
    width: 50px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.inside_box {
    background-color: #F8FDFF;
    border: #D7D7D7 1px solid;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 1px 12px 0px #0000001F;

}

.round_1 {
    background-color: #FFFFFF;
    border-radius: 100px;
    border: #C7C7C7 1px solid;
    padding: 10px;
    width: 100%;
}


.round_1:has(input:checked) {
    background-color: #E5F0FF;
}

.round_1.active {
    background-color: #E5F0FF;
}

.round_1 input[type="checkbox"] {
    cursor: pointer;
}


.time-range-container {
    max-width: 1100px;
    width: 100%;
    margin-top: 4px;
}

.slider-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-left: 155px;

}

.time-slider {
    position: relative;
    height: 8px;
    width: 100%;
    margin-bottom: 5px;
    max-width: 1000px;
    display: flex;
}

.time-segment-minimum {
    background-color: #ff3131;
    border-radius: 4px 0 0 4px;
    height: 100%;
    flex: 0 0 11%;
}

.time-segment-half {
    background-color: #e0e0e0;
    height: 100%;
    flex: 0 0 15%;
}

.time-segment-full {
    background-color: #2a9d8f;
    border-radius: 0 4px 4px 0;
    height: 100%;
    flex: 0 0 74%;
}

.time-markers {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    padding: 0 2px;
    width: 100%;
    min-width: 500px;
}

.time-marker {
    font-size: 12px;
    color: #666;
    position: relative;
    max-width: 800px;
    text-align: center;
}


.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.color-indicator {
    width: 16px;
    height: 16px;
    border-radius: 3px;
}

.color-red {
    background-color: #FF1010;
}

.color-gray {
    background-color: #D9D9D9;
}

.color-green {
    background-color: #2D8981;
}

.legend-text {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.save-button {
    background-color: #3474e6;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 6px 20px;
    font-size: 14px;
    margin-top: 100px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.save-button:hover {
    background-color: #2860c8;
}


.account-card {
    background-color: #FFFFFF;
    border-radius: 16px;
    width: 300px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

}

.profile-section {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
}

.profile-pic {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    /*background-color: #ffd1dc;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    /* color: #666; */
    text-decoration: none;
}


.menu-icon {
    margin-right: 12px;
    width: 20px;
    /* color: #666; */
}

.container-center {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}

/* Center the dropdown menu */
.dropdown-menu-center {
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    top: 100% !important;
    /* ensure it appears below the toggle */
}

.trigger-button {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #0078d7;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trigger-button svg {
    width: 24px;
    height: 24px;
    fill: white;
}


.row_box {
    background-color: #FFFFFF;
    border-radius: 16px;
    width: 100%;
    max-width: 700px;
    height: 100%;
    max-height: 700px;
    border: #FFFFFF 1px solid;
}

.blu_box {
    background-color: #C4DEFF;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

.app-log {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
}

.btn_round {
    background-color: #fff;
    border-radius: 100px;
    border: #D2D2D2 1px solid;
    /* color: white; */
    padding: 10px 10px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 30px;

}

.curv_box {
    background-color: #fff;
    border: #d2d2d2 1px solid;
    border-radius: 10px;
    /* padding-left: 20px; */

}

.light_blue_box {
    background-color: #E9F2F4;
    border-radius: 10px 10px 0px 0px;
}

.gray_box {
    background-color: #F3F3F3;
    border-radius: 10px;
    height: 70px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 30px;
}


/* New CSS */
.checkbox_widths {
    width: 20px;
    height: 20px;
    margin: 5px;
}

.search_maincontain {
    background-color: transparent;
    border: 1px solid #D2D2D2;
    border-radius: 100px;
    padding: 3px;
}

.search_maincontain input {
    width: calc(100% - 40px);
    height: 40px !important;
    border-radius: 100px;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0px 15px;
}

.search_maincontain button {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #E2EFF8;
    border: none;
    color: #B7B7B7;
}

.modalshare_maincontain {
    background-color: transparent;
    border: 1px solid #D2D2D2;
    border-radius: 100px;
    padding: 0px;
    overflow: hidden;
}

.modalshare_maincontain input {
    width: calc(100% - 70px);
    height: 42px;
    border-radius: 100px;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0px 15px;
}

.modalshare_maincontain span {
    width: 70px;
    height: 42px;
    background-color: #E5F0FF;
    border: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status_spans {
    background-color: #ACFFB5;
    color: #00AB11;
    padding: 5px 20px;
    border-radius: 100px;
}

.posiabs_highlight {
    position: absolute;
    right: 10px;
    top: 10px;
    width: max-content !important;
}

.blue_bg_spans {
    position: relative;
    overflow: hidden;
}

.progress_abshighlight {
    position: absolute;
    bottom: 0px;
    height: 10px !important;
}

/* Login */
/* .main_login_nowhite{
} */
.main_login_blues {
    background-color: #9db8e7;
    border-radius: 10px;
}

.ahchor_logs {
    color: #0d6efd;
    font-weight: 500;
    text-decoration: none;
    margin-top: 10px !important;
}

.main_login_nowhite input, .main_login_nowhite select {
    background-color: #F5F5F5;
    height: 40px !important;
}

.main_loginwhite {
    background-color: #fff;
    box-shadow: 0px 1px 25px 0px #00000029;
    border-radius: 30px;
    margin-bottom: 30px;
}

.main_loginwhite input, .main_loginwhite select {
    background-color: #F5F5F5;
    height: 40px !important;
}

.main_passwordmain {
    border: 1px solid #ced4da;
    background-color: #F5F5F5 !important;
    border-radius: 100px;
}

.main_passwordmain input {
    height: 40px;
    background-color: transparent;
    width: calc(100% - 40px);
    border: none;
    padding: 0px 15px;
    outline: none;
}

.main_passwordmain button {
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: #0d6efd;
    border: none;
}

.ortext_posi {
    color: #A2A2A2;
    position: relative;
    margin-top: 20px !important;
}

.ortext_posi span {
    background-color: #fff;
    z-index: 1;
    padding: 0px 10px;
}

.ortext_posi::after {
    content: "";
    position: absolute;
    border: 1px solid #A2A2A2;
    width: 100%;
}

.google_signups {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 1.58px 2.38px 0px #0000002B;
    height: 40px;
    border-radius: 10px;
    font-weight: 600;
    width: max-content !important;
    padding: 0px 60px !important;
    margin: 20px 0px !important;
}

.span_loginsign {
    color: #6D6D6D;
    text-align: center;
    font-weight: 500;
}

.span_loginsign a, .anchoragree a {
    color: #316FF6;
    text-decoration: none;
}

.anchoragree {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: normal;
}

.links_bottomlog a {
    color: #6D6D6D;
    font-weight: 500;
}

.main_popupscreenshort {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 1px 18px 0px #0000001F;
}

.main_popupscreenshort .progress {
    height: 10px;
}

.main_popupscreenshort span {
    color: #A2A2A2;
}

.main_popupscreenshort b {
    color: #0d6efd;
}

.main_popupscreenshort .progress-bar {
    background-color: #FFD412;
}

.popupgryboxes {
    border: 1px solid #D5D5D5;
    background-color: #F3F3F3;
    border-radius: 10px;
}


@media (max-width: 991.98px) {
    .blue_box1 {
        margin-bottom: 15px;
    }


    .d-flex.justify-content-end {
        margin-top: 15px;
    }
}

/* Small Tablets (767px and below) */
@media (max-width: 767.98px) {
    #donut_single {
        width: 250px !important;
        height: 250px !important;
        margin: 0 auto;
    }

    .dropdown-menu {
        width: 100% !important;
    }
}

/* Mobile (575px and below) */
@media (max-width: 575.98px) {
    .col-12.py-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .but_1 {
        padding: 5px 10px;
        font-size: 0.8rem;
    }

    #donut_single {
        width: 100% !important;
        height: 100% !important;
    }
}

/* General fixes */
.dropdown_projects.show {
    inset: 0px 0px auto auto !important;
}

.dropdown-menu.show {
    display: block;
    position: absolute;
    z-index: 1000;
}

.container-fluid, .container {
    max-width: 100%;
    overflow-x: hidden;
}


#form-container {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    width: 100%;
    max-width: 420px;
    margin: 40px auto;
}

#form-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
}

.form-control, .form-select {
    border-radius: 100px;
    padding: 10px 15px;
    height: 45px;
}

.date-select {
    background-color: #f0f7ff;
}

.required::after {
    content: "*";
    color: red;
    margin-left: 2px;
}

.btn {
    border-radius: 100px;
    /*padding: 8px 25px;*/
}

.date-input-container {
    position: relative;
}

.calendar-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
}

.dob-input::-webkit-calendar-picker-indicator {
    filter: brightness(0) saturate(100%) invert(36%) sepia(99%) saturate(1042%) hue-rotate(207deg) brightness(97%) contrast(96%);
    cursor: pointer;
}


.range-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.color-box {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.green {
    background-color: green;
}

.red {
    background-color: red;
}

.gray {
    background-color: gray;
}

.form-range {
    flex: 1;
}

/* web */


.actives1:hover {
    background-color: #C4DEFF;
    color: black;
    border-radius: 10px;
}

.actives, .actives1 {
    cursor: pointer;

}

.actives.active-tab, .actives1.active-tab {
    background-color: #C4DEFF;
    border-radius: 10px;
    color: black;
    /* border-left: 4px solid #007bff; */
}

.calendar-container {
    display: flex;
    justify-content: center;
    align-items: start;
    /* padding-top: 20px; */
    border-top: 1px solid #CCCCCC;
    height: 100%;
}

.calendar {
    width: 100%;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #f4f4f4; */
    padding: 10px;
}

.calendar-header button {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
    border: none;
    border-radius: 4px;
}

.calendar-days,
.calendar-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    text-align: center;
    justify-content: center;
    justify-items: center;
}

.calendar-days div {
    font-weight: bold;
    padding: 10px 0;
    color: #316FF6;
}

.calendar-dates div {
    padding: 15px 0;
    /* border: 1px solid #f0f0f0; */

}

.eye {
    border: #C4DEFF 1px solid;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
}

.profile-box {
    background-color: #EAEFF0;
    border-radius: 100px;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    box-shadow: 0px 1px 12px 0px #0000001F;
}

.profile-circle {
    background-color: #C4DEFF;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #316FF6;
    font-weight: bold;
    margin-right: 15px;
}


.schedule-container {
    max-width: 420px;
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.time-grid th, .time-grid td {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #dee2e6;
    font-size: 14px;
}

.time-grid th {
    background-color: #f8f9fa;
    font-weight: 500;
}

.time-grid tr:last-child td {
    border-bottom: none;
}


.info-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: left;
    min-width: 250px;
    border: #EBEBEB 1px solid;
    box-shadow: 0px 1px 12px 0px #0000001F;
}

.info-card .green-dot {
    width: 10px;
    height: 10px;
    background-color: #00cc66;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.info-card .small-text {
    color: #646464;
    font-size: 18px;
    font-weight: 400;
}

.info-card .big-text {
    color: #316FF6;
    font-size: 28px;
    font-weight: 600;
    margin: 4px 0;
}

.info-card .bottom-text {
    color: #646464;
    font-size: 18px;
    font-weight: 400;
}


.profile-pic img {
    width: 40px;
    height: auto;
    border-radius: 50%;
}


/* New css */

.project-card {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin: 12px;
    overflow: hidden;
    height: 100%;
}

.status-badge1 {
    background-color: #E3F6FF;
    color: #0390AF;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 16px;
    display: inline-block;
    margin: 12px 16px 8px;
}

.status-badge2 {
    background-color: #FFECE3;
    color: #E75212;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 16px;
    display: inline-block;
    margin: 12px 16px 8px;
}

.status-badge3 {
    background-color: #C3FFC9;
    color: #08A718;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 16px;
    display: inline-block;
    margin: 12px 16px 8px;
}

.status-badge4 {
    background-color: #FFD8D8;
    color: #FF1010;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 16px;
    display: inline-block;
    margin: 12px 16px 8px;
}

.card-content {
    padding: 0 16px 16px;
}

.members-section {
    margin-top: 16px;
}

.members-label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #7E7E7E;
}

.members-avatars {
    display: flex;
    gap: 5px;
}

.member-avatar img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.date-section {
    margin-top: 10px;
    padding: 0px 12px 0px 12px;

}

.date-value {
    font-weight: 500;
    font-size: 14px;
    color: #007bff;
}

.end-date .date-value {
    color: #000;
}

.date-label {
    font-size: 12px;
    color: #888;
}

.project-name {
    font-size: 16px;
}

.menu-dots i {
    color: #A2A2A2;
}

.cent_box {
    background-color: #F6F6F6;
}

@media (max-width: 767px) {
    .project-card {
        margin: 8px 0;
    }
}

.custom-input-container {
    position: relative;
    max-width: 600px;
    margin: 20px auto;
}

.custom-input-field {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border-radius: 50px;
    border: 1px solid #ced4da;
    transition: all 0.3s ease;
    font-size: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.custom-input-field:focus {
    box-shadow: 0 3px 8px rgba(13, 110, 253, 0.25);
    border-color: #86b7fe;
    outline: none;
}

.custom-input-button {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 24px;
    border-radius: 30px;
    border: none;
    background-color: #0d6efd;
    color: white;
    font-weight: 500;
    transition: all 0.2s ease;
}

.custom-input-container input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
    display: none;
    color: #BCBCBC;
}

.custom-input-button:hover {
    background-color: #0b5ed7;
}

.custom-input-label {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: #212529;
}

/* Optional: Add a required asterisk */
.required::after {
    content: "*";
    color: #dc3545;
    margin-left: 4px;
}

input::placeholder {
    color: #BCBCBC !important;
}

input[type="date"]::-webkit-datetime-edit {
    color: #BCBCBC;
}

textarea::placeholder {
    color: #BCBCBC !important;
}

.list_box {
    background-color: #ffffff;
    box-shadow: 0px 1px 12px 0px #0000001F;
    border-radius: 15px;
    padding: 20px;
    margin-top: 40px;
}

.list_box1 {
    background-color: #ffffff;
    box-shadow: 0px 1px 12px 0px #0000001F;
    border-radius: 15px;
    padding: 20px;
    margin-top: 40px;
}


.task-container {

    min-height: 30vh;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.task-card {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 1px 12px 0px #0000001F;
    padding: 30px;
    width: 100%;
    max-width: 800px;
}

.task-stage-item {
    background-color: white;
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 1px 12px 0px #0000001F;
}

.task-stage-left {
    display: flex;
    align-items: center;
}

.task-stage-icon {
    color: #3366ff;
    font-size: 18px;
    margin-right: 15px;
}

.task-stage-title {
    font-size: 22px;
    font-weight: 500;
    color: #333;
}

.task-stage-actions {
    display: flex;
    gap: 10px;
}

.task-action-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.task-edit-btn {
    background-color: #3366ff;
    color: white;
}

.task-delete-btn {
    background-color: #ff3b30;
    color: white;
}

.task-note {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 14px;
}

.task-note-highlight {
    color: #ff3b30;
    font-weight: 500;
}

.task-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 20px;
}

.task-cancel-btn {
    border: 1px solid #3366ff;
    color: #3366ff;
    background-color: white;
    border-radius: 25px;
    padding: 10px 30px;
    font-weight: 500;
}

.task-save-btn {
    background-color: #3366ff;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px 40px;
    font-weight: 500;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.offcanvas-end {
    width: 50% !important;
}

.trash_ofsetbtn {
    color: #FF1010 !important;
    border: none;
    background-color: transparent;
}

.share_btnoffset {
    color: #316FF6 !important;
    border: none;
    background-color: transparent;
}

.in_listerspan_select {
    color: #A7A7A7;
    font-size: medium;
    font-weight: 500
}

.in_listerspan_select select {
    color: #316FF6;
    border-radius: 100px;
    border: none !important;
    background-color: #EAF5FF;
    outline: none;
    font-weight: 600;
    margin-left: 10px;
}

.bottom_deviders {
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 10px;
    width: 100%;
}

.sugges_image img {
    width: 60px;
    padding: 0px;
    margin-left: -30px;
    transition: 0.4s;
}

.sugges_image img:first-child {
    margin-left: 0px !important;
}

.sugges_image img:hover {
    transform: scale(1.05);
}

.add_roundbtnblue {
    border: 1px solid #316FF6;
    background-color: #C4DEFF;
    color: #316FF6;
    width: 52px;
    height: 52px;
    border-radius: 100px;
    margin-left: 10px;
}

.edit_blues {
    border: none;
    background-color: #C4DEFF;
    color: #316FF6;
    padding: 3px 10px;
    border-radius: 10px;
}

.main_documentnames h6 {
    color: #000;
    font-weight: 400;
}

.main_documentnames small {
    color: #A2A2A2;
    font-weight: 400;
}


.board {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 10px 0 20px;
    min-height: calc(100vh - 40px);
    margin-top: 30px;
}

.list {
    background-color: #fff;
    border-radius: 15px;
    width: 272px;
    min-width: 272px;
    max-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
}

.list-header {
    padding: 16px 14px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dfe1e6;
}

.list-header-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.list-header-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 16px;
    background-color: #4178f6;
    border-radius: 2px;
}

.add-button {
    color: #4178f6;
    font-size: 18px;
    background: none;
    border: none;
    cursor: pointer;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.add-button:hover {
    background-color: rgba(65, 120, 246, 0.1);
}

.list-content {
    padding: 8px;
    overflow-y: auto !important;
    flex-grow: 1;
}

.drag_card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 18px 0px #0000001F;
    padding: 12px !important;
    margin-bottom: 12px;
    cursor: grab;
    transition: box-shadow 0.15s ease-in-out;
    position: relative;
}

/*.card:hover {*/
/*    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);*/
/*}*/


.card.dragging {
    opacity: 0.7;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.card-title {
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 14px;
    padding-right: 20px;
}

.card-menu {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    color: #777;
    font-size: 16px;
    z-index: 5;
}

.card-dropdown {
    position: absolute;
    top: 32px;
    right: 10px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 10;
    padding: 10px;
}

.card-dropdown.active {
    display: block;
}

.dropdown-item {
    padding: 8px 12px;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
}

.dropdown-item:hover {
    background-color: #f5f5f5;
}

.dropdown-item.delete {
    color: #f44336;
}

.priority-tag {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 12px;
}

.priority-high {
    background-color: #ffebee;
    color: #f44336;
}

.priority-medium {
    background-color: #fff8e1;
    color: #ffa000;
}

.priority-low {
    background-color: #e8f5e9;
    color: #4caf50;
}

.priority-critical {
    background-color: #fff0e8;
    color: #ff6d41;
}

.progress-container {
    height: 8px;
    background-color: #e9ecef;
    border-radius: 4px;
    margin-bottom: 14px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    border-radius: 4px;
    background-color: #4caf50;
}

.card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
    margin-top: 4px;
    font-size: 12px;
    color: #555;
}

.card-meta-left,
.card-meta-right {
    display: flex;
    gap: 10px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.avatar-group {
    display: flex;
    margin-top: 10px;
}

.avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid white;
    margin-right: -8px;
    background-size: cover;
    background-position: center;
}

.avatar:last-child {
    margin-right: 0;
}

.date {
    color: #777;
    font-size: 12px;
    display: block;
    text-align: right;
    margin-top: 4px;
}

.card-composer {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 12px;
    margin-bottom: 12px;
    display: none;
}

.card-composer.active {
    display: block;
}

textarea {
    width: 100%;
    border: 1px solid #dfe1e6;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 12px;
    resize: none;
    font-size: 14px;
    height: 60px;
    outline: none;
    margin-top: 30px;
}

textarea:focus {
    border-color: #4178f6;
}

.composer-controls {
    display: flex;
    gap: 8px;
    margin-bottom: 30px;
}

.add-btn {
    background-color: #4178f6;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    font-weight: 500;
    font-size: 13px;
}

.add-btn:hover {
    background-color: #3567d6;
}

.cancel-btn {
    background: none;
    color: #777;
    cursor: pointer;
    border: none;
    padding: 6px 2px;
    width: auto;
    font-size: 13px;
}

.add-card-btn {
    background: none;
    border: none;
    padding: 8px;
    width: 100%;
    text-align: left;
    color: #777;
    cursor: pointer;
    font-size: 13px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.add-card-btn:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.priority-select {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.priority-option {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    cursor: pointer;
    border: none;
}

.priority-option.active {
    outline: 2px solid #4178f6;
}

.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

/*.icon-paperclip {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.44 11.05l-9.19 9.19a6 6 0 01-8.49-8.49l9.19-9.19a4 4 0 015.66 5.66l-9.2 9.19a2 2 0 01-2.83-2.83l8.49-8.48'/%3E%3C/svg%3E");*/
/*}*/

/*.icon-comment {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z'/%3E%3C/svg%3E");*/
/*}*/

.list-add-container {
    min-width: 272px;
    width: 272px;
    height: fit-content;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    color: #555;
    font-weight: 500;
    transition: background-color 0.15s ease-in-out;
}

.list-add-container:hover {
    background-color: rgba(235, 236, 240, 0.85);
}

.list-add-btn {
    display: block;
    width: 100%;
    text-align: left;
    padding: 6px 8px;
    background: none;
    border: none;
    color: #555;
    font-size: 14px;
    cursor: pointer;
}

.list-composer {
    display: none;
    background-color: #f0f2f5;
    border-radius: 8px;
    width: 272px;
    min-width: 272px;
    padding: 12px;
}

.list-composer.active {
    display: block;
}

.list-composer input {
    width: 100%;
    border: 1px solid #dfe1e6;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 12px;
    font-size: 14px;
    outline: none;
}

.list-composer input:focus {
    border-color: #4178f6;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #c1c7d0;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a5adba;
}

.drop-area {
    min-height: 2px;
    margin: 5px 0;
    border-radius: 4px;
    transition: all 0.2s;
}

.drop-area.active {
    min-height: 20px;
    background-color: rgba(65, 120, 246, 0.1);
    border: 2px dashed rgba(65, 120, 246, 0.3);
}


.comment-box {
    border: 1px solid #ddd;
    border-radius: 12px;
    width: 100%;
    /* max-width: 600px; */
    background-color: #fff;
}

.circle-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}

.comment-input {
    border: none;
    outline: none;
    background: transparent;
    color: #333;
}

.comment-input::placeholder {
    color: #aaa;
}

.send-btn {
    background-color: #2f76f6;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.comment-box {
    border: 1px solid #ddd;
    border-radius: 12px;
    background-color: #fff;
}


.modal-content {
    border-radius: 25px;
    padding: 20px;
}

.search-box {
    border-radius: 50px;
    padding-left: 15px;
}

.search-box:focus {
    box-shadow: none;
}

.member-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0;
    padding: 10px 0px 10px 10px;
}

.member-item img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.member-item:hover {
    background-color: #EAF5FF;
    border-radius: 10px;
    padding: 10px 0px 10px 10px;
    cursor: pointer;
}


.task_box {
    background-color: #ffffff;
    box-shadow: 0px 1px 12px 0px #0000001F;
    border-radius: 15px;
    padding: 20px;
    margin-top: 40px;
}

.tag_1 {
    background-color: #FFF2D8;
    color: #A7A208;
    border-radius: 100px;
    width: 75px !important;
    height: 25px !important;
    display: flex;
    justify-content: center;
}

.dates {
    font-weight: 400;
    font-size: 14px;
    color: #316FF6;

}

.custom-progress {
    height: 8px; /* Keep height here */
    border-radius: 50px;
    overflow: hidden;
    background-color: #eee;
}

.custom-progress-bar {
    background-color: #00cc33 !important;
    height: 100%;
    border-radius: 50px;
}

.custom-progress-red {
    background-color: #FF1010 !important;
    height: 100%;
    border-radius: 50px;
}

.custom-progress-golden {
    background-color: #CA8B0D !important;
    height: 100%;
    border-radius: 50px;
}

.progress-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.progress-percentage {
    font-weight: 600;
    font-size: 1.2rem;
}

.pin_box {
    background-color: #EAF5FF;
    border: #C5DCF9 1px solid;
    border-radius: 10px;
    padding: 18px;
    width: 60px;
    height: 10px;
    display: flex;
    justify-content: center;
}

.imgmove {
    /* width: 60px; */
    padding: 0px;
    margin-left: -15px;
    transition: 0.4s;
}

.screenround {
    border: #316FF6 1px solid;
    border-radius: 100px;
    width: 34px;
    height: 34px;
    padding: 8px;
    display: flex;
    justify-content: center;
}

.tag_green {
    background-color: #D8FFD9;
    color: #08A718;
    border-radius: 100px;
    width: 50px !important;
    height: 25px !important;
    display: flex;
    justify-content: center;
}

.tag_red {
    background-color: #FFD8D8;
    color: #DD0808;
    border-radius: 100px;
    width: 50px !important;
    height: 25px !important;
    display: flex;
    justify-content: center;

}

.inform_box {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 1px 12px 0px #0000001F;

}

.date-picker-container {
    background-color: #f0f2f5;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date-picker-modal {
    background-color: white;
    border-radius: 20px;
    width: 350px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.date-picker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.date-picker-header h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.close-button {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 10px;
}

.nav-button {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #666;
}

.month-year {
    display: flex;
    font-size: 16px;
    font-weight: bold;
}

.month {
    margin-right: 5px;
}

.year {
    color: #3366ff;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 20px;
}

.day-header {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 5px 0;
}

.day {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}

.day:hover {
    background-color: #f0f0f0;
}

.day.active {
    background-color: #3366ff;
    color: white;
}

.day.other-month {
    color: #ccc;
    background-color: #f8f9fa;
}

.date-section {
    margin-bottom: 15px;
}

.date-label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.date-input {
    display: flex;
    align-items: center;
}

.checkbox {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    accent-color: #3366ff;
}

.date-text-input {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 14px;
    background-color: #f8f9fa;
    color: #666;
}

.time-input {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 14px;
    margin-left: 10px;
    background-color: #f8f9fa;
    color: #666;
}

.save-button {
    background-color: #3366ff;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px;
    width: 150px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
}

.remove-button {
    background-color: transparent;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 12px;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
}


.calendar-container {
    display: none;
    max-width: 400px;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.month-year {
    display: flex;
    gap: 10px;
}

.month, .year {
    background-color: white;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.month::after, .year::after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 15px;
    width: 8px;
    height: 8px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    top: 100%;
    left: 0;
}

.dropdown-content.show {
    display: block;
}

.dropdown-item {
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    text-align: center;
}

.day-header {
    font-weight: bold;
    margin-bottom: 10px;
}

.day {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    margin: 2px;
    transition: background-color 0.2s;
}

.day:hover:not(.prev-month):not(.next-month) {
    background-color: #e9ecef;
}

.prev-month, .next-month {
    color: #adb5bd;
}

.selected {
    background-color: #0d6efd !important;
    color: white;
}

.today {
    border: 1px solid #0d6efd;
}

.form-check-input {
    accent-color: #0d6efd;
    cursor: pointer;
}

/*Responsive Sidebar  */

.menu_icon {
    border: none;
    background: transparent;
    display: flex;
    justify-content: start;
    align-items: center;
    display: none;
}

.menu_icon img {
    width: 30px;
    height: 30px;
    display: none;
}


#menuItems {
    transition: all 0.3s ease;
}

/* Tablet (481px - 768px) */
@media (min-width: 0px) and (max-width: 1024px) {
    .menu_icon {
        display: block !important;
    }

    .menu_icon img {
        display: block !important;
    }

    .main_text_link {
        display: block !important;
    }

    .main_icononly {
        display: none !important;
    }

    .main_text_link a {
        display: block !important;
        white-space: nowrap;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 12px;
    }

    .main_text_link img {
        display: block !important;
        width: 22px !important;
    }

    .main_text_link .active_link {
        background-color: #3474e6;
        border: #0078d7;
        border-radius: 10px;
    }

    .main_linksbar {
        width: 100% !important;
    }

    .hover_linksets {
        margin-top: 10px;
    }

    .legend {
        margin-top: 40px;
        padding: 12px;
        background-color: #F1F1F1;
        border-radius: 6px;
        width: 100%;
        max-width: 550px;
    }

}


@media (max-width: 1024px) {
    .main_sidebar {
        width: 250px;
        left: -250px;
    }

    .main_sidebar.active {
        left: 0;
    }

    .menu_bar {
        position: fixed;
        left: 0px;
        top: 96px;
        transform: translateY(-50%);
        z-index: 1000;
        background: #fff;
        border: none;
        border-radius: 0 50% 50% 0;
        width: 30px;
        height: 50px;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}


.dount_chart_app {
    top: 44% !important;
}

.chart_box1 {
    padding: 10px !important;
}

.circ1 {
    padding: 10px;
}

.chart-label {
    font-size: 12px !important;
}

/*.datas{*/
/*    flex-direction: column;*/
/*}*/


.selecters_head span {
    padding: 0px;
}

/*.main-content{*/
/*    padding: 10px;*/
/*}*/
/*}*/

@media (min-width: 0px) and (max-width: 480px) {
    .attendance-table th {
        position: static !important;
    }

    .dount_chart_align {
        top: 33% !important;
    }


    .attendance-table th:first-child,
    .attendance-table td:first-child {
        position: static !important;
    }

    .paginatio_ulist {
        gap: 8px;
    }


    .choices__inner {
        width: 100%;
    }

    .download_arrbtn {
        margin: 0px;
    }

    .entire_box1 {
        padding: 10px !important;
    }


    .form-select {
        min-width: 100%;
    }

    .shift_selcet {
        min-width: 0px !important;
    }

    .choices__list--single {
        min-width: 280px;
    }

    .legend {
        margin-top: 40px;
        padding: 12px;
        background-color: #F1F1F1;
        border-radius: 6px;
        width: 100%;
        max-width: 550px;
    }

    .legend-text {
        font-size: 14px;
        font-weight: 500;
        color: #000;
        margin: 0;
    }
}

@media (min-width: 1025px) {
    .search_maincontain {
        max-width: 400px !important;

    }

    .legend {
        display: flex;
        gap: 20px;
        margin-top: 40px;
        padding: 12px;
        background-color: #F1F1F1;
        border-radius: 6px;
        width: 100%;
        max-width: 550px;
    }
}


.setting_tab {
    overflow-y: auto;
}


.header_toggle_btn {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
}

.header_toggle_btn .bar {
    width: 25px;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
}

.responsive_toggle_content {
    display: flex;
    justify-content: end !important;
}

@media (max-width: 1200px) {
    .responsive_toggle_content {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .responsive_toggle_content.show {
        display: flex;
    }
}

@media (min-width: 0px) and (max-width: 500px) {

    .tabs_team li {
        font-size: x-small !important;
    }

    .nav-pills {
        gap: 0px !important;
    }

    .select_controler {
        border-radius: 100px !important;
        padding: 10px 15px !important;
        height: 45px !important;
        height: 45px !important;
    }

    .cam_shot_white_box {
        max-height: 90vh;
        overflow-y: auto;
    }

    @media (max-width: 500px) {
        .cam_shot_white_box {
            max-height: unset !important;
            overflow: unset !important;
        }
    }
}

.google_login_btn {
    border: #000 1px solid;
    background-color: #fff;
    width: 100%;
    padding: 8px 24px;
    color: #000 !important;
    font-weight: 500;
    transition: 0.3s;
}

.google_login_btn:hover {
    background-color: #316ff6;
    border-color: #316ff6;
    color: #fff !important;
}


.upload_box {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 5px 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
}

.file_name_input {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    padding: 8px 10px;
    font-size: 16px;
    color: #777;
    cursor: default;
}

.choose_btn {
    border-radius: 25px;
    background-color: #316ff6;
    color: #fff;
    padding: 8px 20px;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

.choose_btn:focus {
    background-color: #316ff6;
    box-shadow: none;
}

.preview_box img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

.bug_view_model b {
    color: #000;
    font-weight: 500;
    font-size: 20px;
}

.bug_view_model p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

@media screen and (max-width: 1000px) {
    .offcanvas-end {
        width: 100% !important;
    }
}


.send-btn {
    background-color: #316FF6;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.checklist-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.checklist-header h4 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.add-btn {
    font-size: 0.9rem;
    color: #fff;
    background-color: #0d6efd;
    border-radius: 20px;
    padding: 5px 12px;
    border: none;
    cursor: pointer;
}

.checklist-input {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.checklist-input input {
    flex: 1;
    border-radius: 20px;
    border: 1px solid #ced4da;
    padding: 8px 15px;
}

.checklist-input button {
    background-color: #316FF6;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.checklist-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.checklist-item:last-child {
    border-bottom: none;
}

.checklist-item .delete-btn {
    color: red;
    cursor: pointer;
    font-size: 0.9rem;
}

@media (max-width: 576px) {
    .checklist-card {
        padding: 15px;
    }

    .add-btn {
        padding: 5px 10px;
    }

    .checklist-input button {
        width: 35px;
        height: 35px;
    }
}

.btn_task {
    background-color: #316FF6;
    color: #FFF;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.swal-zindex-fix {
    z-index: 99999 !important;
}

.swal2-container {
    z-index: 99999 !important;
}

