@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.button_changerspopup .swal2-confirm{
    border-radius: .25em;
    background-color: #4C9B3E;
    color: #fff;
    font-size: 1em;
    border: none;
}
.button_changerspopup .swal2-cancel{
    border: #4C9B3E 1px solid;
    border-radius: .25em;
    background-color: #fff;
    color: #4C9B3E;
    font-size: 1em;
}
.form_select_report {
    border-radius: 100px !important;
    border: 1px solid #0F1B27 !important;
    padding: 8px 14px;
    height: 45px;
    background-color: #FAFAFF !important;
}
.button_changerspopup .swal2-cancel:hover {
    background-color: transparent !important;
}

.new_badge_notification {
   background-color: #4C9B3E;
    color: #fff;
    width: 70px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.markas_notification {
    color: #4C9B3E;
    border: none;
    padding: 15px;
    background-color: transparent;
    transition: 0.3s;
}

.markas_notification:hover {
    background-color: #4C9B3E;
    color: #fff;
    border: #4C9B3E 1px solid;
    border-radius: 12px;
}

/*Filter select2*/
.select2_allcss .select2-selection--single {
    border-radius: 100px !important;
    border: 1px solid #4C9B3E !important;
    padding: 0px !important;
}
.select2_allcss .select2-container {
    background: #fff !important;
    height: 38px !important;
    width: unset !important;
    border-radius: 100px !important;
}
.select2_allcss .select2-selection,.select2_allcss .select2-selection__arrow,.select2_allcss .select2-selection__clear{
    height: 38px !important;
}
.select2_allcss .select2-selection__placeholder {
    min-width: 200px;
}
.select2_allcss .select2-selection__rendered {
    height: 38px;
    display: flex !important;
    align-items: center;
    min-width: 200px;
}
body {
    background-color: #F2FFF3 !important;
    font-family: "Roboto", sans-serif !important;
}

.bg-vrikshak {
    background-color: #4C9B3E;
}

.profile_drop:hover {
    background-color: #4C9B3E !important;
    color: #fff !important;
}

.profile_drop, .dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #4C9B3E !important;
    color: white;
}

.main_sidebar {
    width: 307px !important;
    background-color: #0F1B27;
    height: 100vh;
    transition: left 0.3s ease;
    position: fixed;
    top: 0px;
    left: 0px;
    border-right: 1px solid #D2D2D2;
    z-index: 1050;
    box-shadow: 0px 1px 12px 0px #0000001F;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}

.nav_top {
    position: sticky;
    top: 0px;
    z-index: 99;
}

.nav_back {
    background-color: #F2FFF3;
}

.main_sidebar.collapsed {
    width: 70px !important;
    padding: 0px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.main_sidebar.collapsed span,
.main_sidebar.collapsed p,
.main_sidebar.collapsed hr {
    display: none !important;
    position: absolute;
    left: 200px;
}

.tree_img {
    margin-top: 50px !important;
    padding: 0px 16px;
}

.main_sidebar.collapsed .tree_img img {
    display: block !important;
}

.trigger {
    display: inline-block;
    margin: 20px;
    padding: 10px;
    color: white;
    cursor: pointer;
    position: relative;
}

.target {
    background-color: #4C9B3E !important;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0px 1.17px 9.39px 0px #0000002E;
    position: absolute;
    display: none;
    white-space: nowrap;
    z-index: 1000;
    left: 0;
    transition: left .3s ease;

}


.target a {
    text-decoration: none;
    color: #FFFFFF;
}

.collapsed .target {
    display: none !important;
}

.collapsed .side_links small {
    position: absolute;
    z-index: -1;
    left: -1000px;
    top: 0px;
    height: 100%;
    width: max-content !important;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 10px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    min-height: 50px;
    width: 200px;
}

.angle_btn {
    background-color: #fff;
    border: #D2D2D2 1px solid;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    margin-bottom: 20px;
    position: fixed;
    top: 8px;
    left: 56px;
    z-index: 99999;


}

.angle_btn i {
    color: #4C9B3E;
}

.main_sidebar.collapsed+.angle_btn,
.angle_btn.sidebar-collapsed {
    left: 290px;
}

.main_sidebar .tree_img img {
    display: none !important;
}

.side_links small {
    color: #ffffff;
}

.side_links {
    position: relative;
    z-index: 99;
    cursor: pointer;
    height: 45px;
    display: flex;
    padding: 0px 10px;
    margin: 0px;
    background: transparent;
    margin-top: 20px;
}

.side_links_accord {
     position: relative;
    z-index: 99;
    cursor: pointer;
    min-height: 45px;
    display: flex;
    padding: 0px 10px !important;
    margin: 0px;
    background: transparent;
    margin-top: 20px;
    justify-content: center;
    transition: 0.3s;
}

.side_links_accord a:hover {
      background-color: #4C9B3E;
    border-radius: 10px;
}

.side_links_accord button:hover {
    background-color: #4C9B3E;
    border-radius: 10px;
    text-decoration: none;
}


.custom_item {
    background-color: transparent!important;
}


.custom_btn {
  background-color: transparent !important;  
  color: #000 !important;              
  font-weight: 600;                    
  box-shadow: none !important;
  border: none !important;
  padding: 10px 16px !important;
}

.main_sidebar .secondary_img {
    display: none !important;
}

.collapsed .custom_accordion {
    display: none;
}

.main_sidebar.collapsed .secondary_img  {
    display: block !important;
}

.main_sidebar.collapsed .accort_a_tag {
    padding: 0px 13px !important;
}

.main_sidebar .accort_a_tag {
    padding: 0px;
}

.custom_btn:hover {
  background-color: #4C9B3E !important;
    border-radius: 10px !important;
}

/* Collapse body background */
.custom_body {
  background-color: transparent;
}

.custom_item small {
    font-size: 18px !important;
    color: #fff;
}

/* Submenu links */
.custom_link {
  font-size: 0.875rem;  /* same as <small> */
  color: #666;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* Hover effect for submenu */
.custom_link:hover {
  background-color: #4C9B3E;
  color: #FFF !important;
}

/* Active link */
.custom_link.active {
  background-color: #e6f0ff;
  color: #0056b3;
  font-weight: 600;
}


.active_nav {
    background-color: #4C9B3E !important;
    border-radius: 10px;
}

.collapsed .side_links a {
    justify-content: center;
}

.collapsed .side_links {
    justify-content: center;
}

.side_links small {
    font-size: 18px;
}

.side_links:hover a {
    background-color: #4C9B3E;
    border-radius: 10px;
    text-decoration: none;
}

.side_links a {
    color: #000 !important;
    text-decoration: none;
}

.header_text {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.search_form {
    width: 100%;
    border: 1px solid #BD9746;
    border-radius: 100px;
    max-width: 400px;
    height: 40px;
    background-color: #FFF;
}

.search_input {
    width: calc(100% - 40px);
    padding: 0px 15px;
    border: none;
    height: 38.4px;
    border-radius: 100px;
    outline: none;
    font-size: 14px;
}


.search_icon {
    width: 30px;
    color: #BD9746;
    font-size: 16px;
    pointer-events: none;
}

.notification_box {
    border: #4C9B3E 1px solid;
    background-color: #FFF;
    border-radius: 5px;
    width: 42px;
    height: 42px;
     display: flex;
    align-items: center;
    justify-content: center;
}

.navbar_profile {
    cursor: pointer;
}

.profile_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
}

.profile_info strong {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 1.2;
}

.profile_info small {
    font-size: 12px;
    color: #666;
}

@media (max-width: 991.98px) {

    .navbar_collapse {
        margin-top: 20px;
    }

    .navbar_collapse .search_form {
        max-width: none;
        width: 100%;
    }

    .navbar_collapse .navbar-nav {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        margin-top: 20px;
    }

    .navbar_collapse .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 10px;
    }

    .main_sidebar.collapsed {
        display: none !important;
    }

    .angle_btn {
        left: 10px;
        margin-bottom: 0px !important;
        top: 27px;

    }
    .main_navbar {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .main_navbar .nav_back{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .main_dashboards {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .header_text {
        padding-left: 20px !important;
        font-size:medium !important;
    }
    .profile_img,.notification_box {
        width: 35px !important;
        height: 35px !important;
    }

}

.main_navbar {
    padding-left: 100px;
    padding-right: 30px;
}


.main_dashboards {
    padding-left: 100px;
    padding-right: 30px;
    margin-top: 24px;
    /*z-index: 99999 !important;*/
}

/* Login 1 */

.login_wrapper {
    background: url("/assets/login_backround_img.webp") no-repeat center center / cover !important;
    background-size: cover;
    /*background-color: red;*/
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.login_card {
    background: #FFFFFFD9;
    border-radius: 20px;
    padding: 2.5rem;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.login_logo img {
    max-width: 150px;
    margin-bottom: 0.8rem;
}

.login_form {
    text-align: left;
}

.login_form label {
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
    display: block;
    font-weight: 600;
}

.login_title {
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    font-size: 40px;
    text-align: center;
}

.login_input {
    width: 100%;
    padding: 10px 14px;
    border-radius: 100px;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
    outline: none;
}

.login_btn {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 100px;
    background: #4C9B3E;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 70px;
    margin-bottom: 8px;
}

@media (max-width: 576px) {
    .push_select_all {
        margin-top: 10px;
    }
    .feed_row , .feed_row_1 {
    width: fit-content;
}
    .login_card {
        padding: 1.5rem;
    }

    .login_title {
        font-size: 1.3rem;
    }
}

/* Login-1 End */

/* apartmentmanagement CSS */

.apatment_card_1 {
    background-color: #E9F5FA;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
    border: #DFDFDF 1px solid;
}

.apartment_content span {
    color: #000;
    font-weight: 500;
    font-size: 24px;
}

.totals {
    padding: 0px 6px;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 800;
}

.apatment_card_2 {
    background-color: #E9F5FA;
     border: #DFDFDF 1px solid;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
}

.apartment_content_1 span {
    color: #000;
    font-weight: 500;
    font-size: 24px;
}

.apatment_card_3 {
    background-color: #E9F5FA;
     border: #DFDFDF 1px solid;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
}

.apartment_content_2 span {
    color: #000;
    font-weight: 500;
    font-size: 24px;
}

.totals_1 {
    color: #000;
    font-weight: 800;
    font-size: 30px;
    margin-top: 20px;
}

.apatment_card_4 {
   background-color: #E9F5FA;
     border: #DFDFDF 1px solid;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
}

.filter_btn {
    background: #4C9B3E;
    color: #fff;
    border: none;
    padding: 0px 10px;
    border-radius: 100px;
    font-weight: 600;
    height: 40px;
}

.filter_select {
    border: 1px solid #4C9B3E!important;
    border-radius: 100px !important;
    padding: 0px 10px !important;
    background: #fff !important;
    font-weight: 500 !important;
    height: 40px !important;
    min-width: 200px !important;
}

.refresh_btn {
    border: 1px solid #4C9B3E;
    background: #fff;
    border-radius: 8px;
    height: 40px;
    width: 40px;
}

.refresh_btn i {
    color: #4C9B3E;
}

.add_btn {
    background: #4C9B3E;
    color: #fff;
    border: none;
    padding: 0px 10px;
    border-radius: 100px;
    font-weight: 600;
    height: 40px;
    text-decoration: none !important;
    display: flex;
    justify-content: cneter;
    align-items: center;
}

.add_btn I {
    color: #fff;
}

.table_head tr th {
    background-color: #F4F4F4 !important;
    padding: 20px 20px !important;
    border-bottom: 1px solid #B8B8B8;
    background-color: #F7FFFF;
}

.apartment_table tbody tr:nth-child(odd) td {
    background-color: #F7FFFF;

}

.table_names {
    text-decoration: none;
    color: #2767AB !important;
}

.status_bar_danger {
    color: #8D2E2E;
    padding: 5px;
    background-color: #FFD0D0;
    display: flex;
    justify-content: center;
    border-radius: 20px;
}

.status_bar_sub {
    color: #2E8D32;
    padding: 5px 20px;
    background-color: #D0FFD1;
    display: flex;
    justify-content: center;
    border-radius: 20px;
}


.action_links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.action_links a {
    text-decoration: none;
    color: #4C9B3E;
}

.apartment_table {
    white-space: nowrap;

}

.table_responsive {
    overflow: auto;
    min-height: 50vh;

}

.table_view_responsive {
    overflow: auto;
    max-height: 60vh;
}

.apartment_table td {
    padding: 20px 20px !important;
    border-bottom: 1px solid #B8B8B8;
    /*background-color: #F7FFFF;*/
}

.apartment_table th {
    position: sticky;
    top: 0;
    background-color: #f4f4f4;
    z-index: 10;

}

.apartment_table th,
.apartment_table td {
    vertical-align: middle;
}

.symbol_select_small {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.use_select select {
    border: none;
    outline: none;
    background: transparent;
    margin: 0;
}

.use_assign {
    color: #4C9B3E !important;
    font-size: 16px;
}

.model_cancel_btn {
    border: 1px #4C9B3E solid !important;
    color: #4C9B3E;
    width: 151px;
    height: 42px;
    background-color: #FFF;
    border-radius: 100px;
}

.model_submit_btn {
    background-color: #4C9B3E;
    color: #fff;
    border: 1px solid #4C9B3E;
    width: 151px;
    height: 42px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-variant, .add-addon {
    background-color: #4C9B3E;;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-size: 0.875rem;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.2);
}

.add-variant:hover, .add-addon:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px #4C9B3E;;
}
.edit_view_btn {
    width: 115px;
    height: 42px;
    border: 1px #4C9B3E solid;
    color: white;
    border-radius: 100px;
    background-color: #4C9B3E;
}

.edit_view_btn i {
    color: #fff;
}

.clr_view i,
.clr_view a {
    color: #959595;
}

.view_apartment_details {
    border: #DBDBDB 1px solid;
    border-radius: 20px;
    padding: 25px;
    background-color: #FFFFFF;
}

.apartment_info small {
    color: #918D8D;
    display: inline-block;
    margin-bottom: 8px;
}

.apartment_info h6 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

.apartment_info .view_progress {
    color: #2767AB;
}

.apartment_info .view_open {
    color: #D49B21;
}

.apartment_info .view_completed {
    color: #2E8D32;
}

.active_bar {
    color: #2E8D32;
    background-color: #D0FFD1;
    width: 80px;
    height: 32px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.active_bar_pushnotificarion {
     color: #2E8D32;
    background-color: #D0FFD1;
    width: 120px;
    height: 32px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Expired_bar {
    color: #8D2E2E;
    background-color: #FFD0D0;
    padding: 4px 9px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
}

.usermanag_action_edit {
    background-color: #000000;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.add_manager_modal {
    border-radius: 24px !important;
    padding: 10px 20px;
}

.form_label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 6px;
}

.form_input {
    border-radius: 100px !important;
    border: 1px solid #0F1B27 !important;
    padding: 8px 14px;
    height: 45px;
    background-color: #FAFAFF !important;
}

textarea.form_input,
select.form_input {
    height: auto;  
    min-height: 90px;
    border-radius: 20px !important;
}

.form_text_area {
     border-radius: 30px !important;
     border: 1px solid #0F1B27 !important;
    padding: 8px 14px;
    height: 45px;
    background-color: #FAFAFF !important;
}


.form_select {
    border-radius: 100px !important;
    border: 1px solid #0F1B27 !important;
    padding: 8px 14px;
    height: 45px;
     background-color: #FAFAFF !important;
}

.view_detail_modal {
    border-radius: 32px !important;
    padding: 15px 20px;
}

.detail_label {
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
}

.detail_value {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.view_close_btn {
    background: #4C9B3E;
    color: #fff;
    border-radius: 25px;
    width: 165px;
    height: 42px;
    font-weight: 500;
    border: none;
}


.circular-progress {
    position: relative;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background: conic-gradient(#BD9746 0% 70%,
            #000000 70% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circular-progress::before {
    content: "";
    position: absolute;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fce5b2;
}

.progress-value {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.circular-progress_1 {
    position: relative;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background: conic-gradient(#C2FCF2 0% 20%,
            #309787 20% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circular-progress_1::before {
    content: "";
    position: absolute;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #007664;
}

.progress-value_1 {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.revenue_card {
   background-color: #E9F5FA;
     border: #DFDFDF 1px solid;
    padding: 15px;
    border-radius: 20px;
    height: 100%;

}

.google-visualization-chart {
  transform: scale(0.85); /* slightly shrink chart inside the card */
  transform-origin: center;
}

.apatment_card_3 .progress_report {
    display: flex;
    justify-content: end;
}

.revenue_card .progress_report {
    display: flex;
    justify-content: end;
}

.revenue_card_1 h6 {

    margin-top: 8px;
}

.revenue_card_1 h4 {
    font-size: 30px;
    font-weight: 800;
    color: #000;
}

.revenue_card_2 {
   background-color: #E9F5FA;
     border: #DFDFDF 1px solid;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
}

.revenue_card_2 h4 {
    font-size: 30px;
    font-weight: 800;
    color: #000;
}

.revenue_card_2 h6 {

    margin-top: 8px;
}


.revenue_table_form {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 40px;
    box-shadow: 0px 2px 12px 0px #00000029;
    height: 100%;
}

.custom_tabs {
    border: 1px solid #4C9B3E;
    border-radius: 50px;
    overflow: hidden;
    display: inline-flex;
    padding: 5px !important;
    width: max-content;
}

@media screen and (max-width: 576px) {
    .custom_tabs {
        width: 100%;
        justify-content: center;
        border-radius: 0px;
        border: none!important;
    }
}

.custom_tabs .nav-link {
    border: none !important;
    border-radius: 50px;
    padding: 6px 20px !important;
    color: #000 !important;
}

.custom_tabs .active {
    background-color: #4C9B3E !important;
    color: #fff !important;
    border-radius: 100px !important;

}

.revenue_bar_cahrt_box {
    background-color: #FFFFFF;
    border-radius: 40px;
    padding: 20px;
    box-shadow: 0px 2px 12px 0px #0000002E;
    height: 100%;
}

.dot_btn {
    background-color: #fff;
    border: none;
    margin-left: 20px;
}

.bottom_text {
    border-bottom: 1px solid #ccc;
}

.revenue_chart {
    padding: 0px 30px;
    margin-top: 30px !important;
}

.revenue_chart small {
    color: #2B3037;
}

.revenue_chart h1 {
    color: #2B3037;
    font-weight: 400;
    font-size: 56px
}

@media screen and (max-width: 425px) {
    .revenue_chart h1 {
        font-size: 18px;
    }
}

.chart_container {
    width: 100%;
    max-width: 700px;
    padding: 20px;
    border-radius: 20px;
}

canvas {
    margin-top: 20px;
}

.linechart_box {
    background-color: #ffffff;
    box-shadow: 0px 2px 12px 0px #0000002E;
    border-radius: 40px;
    padding: 20px;
}

.inactive_bar {
    background-color: #FFD0D0;
    color: #8D2E2E;
    padding: 3px 12px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom_pagination li a {
    border: 1px solid #DFE3E8;
    border-radius: 6px;
    color: #000;
    background-color: #fff;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom_pagination li.active a {
    background-color: #4C9B3E;
    border-color: #4C9B3E;
    color: #fff;
}

.custom_pagination .pagination_next {
    color: #C4CDD5;
    background-color: #fff;
}

.custom_pagination li.disabled a {
    background-color: #919EAB;
    border-color: #919EAB;
    color: #C4CDD5;
}

.custom_pagination li a:hover {
    background-color: #fff;
    border-color: #4C9B3E;
    color: #4C9B3E;
}

.add_product_modal .modal-dialog {
    max-width: 900px;
}

.add_product_modal .modal-content {
    border-radius: 20px;
    padding: 20px 30px;
    border: none;
    background: #fff;
}

.add_product_modal .modal-header {
    border: none;
    justify-content: center;
    padding-bottom: 0;
}

.add_product_modal .modal-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.form_group label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
}

.form_group input,
.form_group select,
.form_group textarea {
    border-radius: 30px;
    border: 1px solid #000000;
    padding: 10px 14px;
    font-size: 14px;
    width: 100%;
}

.form_group textarea {
    border-radius: 12px;
    resize: none;
}

.image_upload_box {
    border: 1.5px dashed #4C9B3E;
    border-radius: 12px;
    text-align: center;
    padding: 65px;
    cursor: pointer;
    color: #4C9B3E;
    font-weight: 500;
    transition: 0.3s;
}


.modal_footer_btns {
    display: flex;
    justify-content: end;
    gap: 15px;
    margin-top: 20px;
}

.btn_cancel {
    background: #f2f2f2;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
}

.btn_submit {
    background: #BD9746;
    border: none;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
}

.search_input_payment {
    width: calc(100% - 40px);
    padding: 0px 10px;
    height: 38.4px;
    border: none;
    border-radius: 100px;
    outline: none;
    font-size: 14px;
}


.failed_bar {
    color: #8D2E2E;
    background-color: #FFD0D0;
    width: 81px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eye_back {
    background-color: #000000;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Paid_bar {
    color: #2E8D32;
    background-color: #D0FFD1;
    width: 81px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.unpaid_bar {
    color: #8D492E  ;
    background-color: #FFFAD0;
    width: 81px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overdue_bar {
    color: #8D2E2E;
    background-color: #FFD0D0;
    width: 81px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.Pending_bar {
    color: #2767AB;
    background-color: #D5E9FF;
    width: 81px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stage_level_low span {
    color: #2767AB;
}

.stage_level_high span {
    color: #FF261E;
}

.stage_level_medium span {
    color: #E2AD0C;
}

.status_open {
    background-color: #FFF1D3;
    color: #D49B21;
    width: 125px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status_progress {
    background-color: #D0FFD1;
    color: #2767AB;
    width: 125px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status_completed {
    background-color: #D0FFD1;
    color: #2E8D32;
    width: 125px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_uploded_box {
    border: #4C9B3E 1px solid !important;

}

.img_uploded_box span {
    color: #4C9B3E !important;
}

.settings_box {
    border: #ECECEC 1px solid;
    border-radius: 18px;
    padding: 15px;
    background-color: #ffffff;
}

.setting_options {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    text-decoration: none;
    padding: 10px 20px;
}

.setting_options small {
    color: #4C9B3E;
    font-weight: 500;
    font-size: 18px;
}

.active_setting {
    background-color: #4C9B3E;
    border-radius: 8px;
    small {
        color: #fff;
    }
}

.active_setting img , .setting_options:hover img {
    filter: brightness(0%) invert(100%) !important;
}

.setting_options:hover {
    background-color: #4C9B3E;
    border-radius: 8px;
    text-decoration: none;
    small {
        color: #fff;
    }
}

.profile_box {
    border: #E9E9E9 1px solid;
    border-radius: 12px;
    padding: 18px;
    background-color: #ffffff;
}


.settings_card .card-body {
  padding: 1.5rem;
}

.settings_card h6 {
  font-weight: 600;
}

.settings_card small {
  font-size: 0.85rem;
}

.form-check-input {
  width: 2.5rem;
  height: 1.3rem;
  cursor: pointer;
  margin-right: 0.5rem;
}
.form-check-input:checked {
  background-color: #4C9B3E !important; 
  border-color: #4C9B3E !important;
  padding: 5px;
}


.progress_circle {
  display: flex;
  justify-content: end;
}

.google-visualization-tooltip {
  margin-top: -40px !important;  /* moves it above chart */
  margin-left: 50px !important;  /* moves it to the right */
  z-index: 9999 !important;
}



.font_weightsetcard {
    display: flex;
    flex-direction: column;
    font-weight: 600 !important;
}

.font_weightsetcard h4 {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #000;
}

.cardmanager_border {
    border: 1px solid #BDB9B9;
}

.form_textarea {
    border-radius: 10px !important;
    border: 1px solid #0F1B27 !important;
    padding: 8px 14px;
    height: 100px;
    resize: none;
    width: 100%;
}

.form_label small {
    color: #919191;
    font-size: medium;
    font-weight: 400;
}

.main_setbrodcastcards {
    padding: 20px;
    border-radius: 20px;
}

.main_setbrodcastcards h2 {
    font-weight: 600;
    width: calc(100% - 35px);
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_setbrodcastcards button {
    background-color: transparent;
    width: 30px;
    border: none;
}

.main_setbrodcastcards small {
    margin-top: 10px !important;
    font-size: medium;
    display: flex;
}

.main_setbrodcastcards span {
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 40px;
    padding: 0px 15px;
    border-radius: 100px;
    font-weight: 500;
}

.publish_spancolor {
    color: #2E8D32;
}

.draft_spancolor {
    color: #909090;
}

.schedule_spancolor {
    color: #5087E6;
}

.boxbrodcast_type1 {
    background-color: #FFE3A7;
    height: 100%;
}

.boxbrodcast_type1 h2,
.boxbrodcast_type5 h2 {
    color: #987325;
}

.boxbrodcast_type3 small,
.boxbrodcast_type6 small {
    color: #fff;
}

.boxbrodcast_type3 h2,
.boxbrodcast_type3 button,
.boxbrodcast_type6 h2,
.boxbrodcast_type6 button {
    color: #fff;
}

.boxbrodcast_type2 {
    background-color: #C2FCF2;
    height: 100%;
}

.boxbrodcast_type3 {
    background-color: #007664;
    height: 100%;
}

.boxbrodcast_type4 {
    background-color: #F5E1DA;
    height: 100%;
}

.boxbrodcast_type5 {
    background-color: #FFEFCA;
    height: 100%;
}

.boxbrodcast_type6 {
    background-color: #FD8B7B;
    height: 100%;
}

.tabs_button_settings {
    background-color: #fff;
    border: 1px solid #4C9B3E;
    padding: 3px;
    border-radius: 100px;
    width: max-content;
}

.tabs_button_settings button {
    height: 36px;
    border-radius: 100px;
    width: max-content;
    padding: 0px 20px;
    border: none;
    background-color: transparent;
    font-weight: 600;
}

.active_tab_btn {
    background-color: #4C9B3E !important;
    color: #fff;
}


.main_settings_card {
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #DFDFDF;
}

.main_settings_card button {
    width: 30px;
    height: 30px;
    padding: 0px;
    background-color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    color: #4C9B3E;
    border-radius: 5px;
}

.main_settings_card img {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.main_settings_card span {
    width: 50%;
}

.main_settings_card h2 {
    width: 50%;
    margin-bottom: 0px;
    text-align: right;
}

.edit_deletedropdown i {
    color: #4C9B3E;
    margin-right: 10px;
    width: 20px;
}

.upload_imgsmodal {
    color: #4C9B3E;
    width: 100%;
    height: 100px;
    border: 1px dashed #4C9B3E;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.border_shadowmodal {
    border: 2px solid #DBDBDB;
    padding: 15px 0px;
    border-radius: 20px;
}

.border_shadowmodal .upload_imgsmodal {
    height: 40px;
}

.add_highlight {
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    margin-top: 10px;
    color: #777777;
    background-color: transparent;
}

.service_icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    margin-top: 10px;
}

.service_icons small {
    text-align: center;
    color: #737373;
    margin-top: 10px;
}

.service_icons .image_outer {
    background-color: #EEEEEE;
    border-radius: 100px;
    width: 50px;
}

.service_icons img {
    width: 100%;
    padding: 10px;
}

.main_content_show {
    display: flex;
    flex-direction: column;
}

.main_content_show h5 {
    color: #A2A2A2;
}

.main_content_show span {
    color: #606060;
}

.block_names a {
    text-decoration: none !important;
    color: #4C9B3E !important;
    font-weight: 500 !important;
}

.payment_dropdown {
    border: #D2D2D2 1px solid !important;
    background-color: #FFFFFF !important;
    padding: 15px 12px !important;
    border-radius: 15px !important;
}

.payment_dropdown a {
    padding: 10px 12px !important;
}

.list_of_names {
    border-bottom: #E9E9E9 1px solid !important;
}

/*.form-check-input:checked {*/
/*    background-color: #13BF44 !important;*/
/*    border-color: #13BF44 !important;*/
/*}*/

.review_box {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px 0px #00000026;
    border-radius: 18px;
    padding: 15px;

}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #000 !important;

}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button {
    color: #000 !important;
    font-weight: 500;
    font-size: 18px;
}

.accordion_box {
    border: #DFDCDC 1px solid;
    border-radius: 18px;
    padding: 15px;
    margin-bottom: 15px;
}

.mark_all_read {
    color: #4C9B3E;
    text-decoration: none;
    font-weight: 500;
}

.notification_dropdown {
    width: 520px;
    max-height: 400px;
    overflow-y: auto;
    border-radius: 12px;
}

.notification_dropdown .dropdown-item {
    white-space: normal;
    border-bottom: 1px solid #f1f1f1;
}

.notification_dropdown .dropdown-item:last-child {
    border-bottom: none;
}

@media (max-width: 576px) {
    .notification_dropdown {
        width: 321px;
    }
    
    .notfi_content ,.header_cont small {
        font-size: 12px !important;
    }
    
    .noti_date {
        font-size: 12px !important;
    }
    
    .notfi_img img {
        width: 30px !important;
    }
}

.notfi_box {
    border: #F0F0F0 1px solid;
    padding: 10px;
    border-radius: 10px;
}

.notification_item {
    display: block;
    text-decoration: none;
    color: inherit;
}

.notification_item:hover,
.notification_item:focus,
.notification_item:active {
    background: transparent !important;
    color: inherit !important;
    outline: none !important;
    box-shadow: none !important;
}

.notfi_box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
}

.notfi_box img {
    flex-shrink: 0;
}

@media (max-width: 576px) {
    .notfi_box {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .notfi_box small.text-muted.text-nowrap {
        margin-top: 6px;
    }
}

.search_select .select2-container{
  border-radius: 100px !important;
  border: 1px solid #0F1B27 !important;
  padding: 8px 14px;
}


.search_select .select2-container {
    border-radius: 100px !important;
    border: 1px solid #0F1B27 !important;
    background-color: #FAFAFF !important;
    height: 45px;
    display: flex;
    background: transparent;
    align-items: center;
}
.search_select .select2-selection__arrow{
height:40px !important;
}

.search_select  .select2-selection{
    background: transparent;
    border: none;
}
.search_select .selection{
width:100%;
}

.search_select .select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa !important;
}

.page_side {
    font-size: 12px;
}


.activity_box{
    border: #DFDFDF 1px solid;
    box-shadow: 0px 2px 12px 0px #00000029;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 30px;
}

.feed_row {
    background-color: #EEEEEE;
    border-radius: 17px;
    padding: 10px;
    margin-bottom: 15px;
}

.feed_row_1 {
     background-color: #FFFDF4;
    border-radius: 17px;
    padding: 10px;
    margin-bottom: 15px;
}

.apartment_box {
    border: #DFDFDF 1px solid;
    width: 41px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF !important;
    border-radius: 13px;
}

.dashboard_second_box {
    height: 60vh;
    overflow: auto;
    padding: 20px;

    
}

.chart_box {
   position: relative;
 }
.center_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: bold;
 }
.legend_box {
  display: flex;
  flex-direction: column;
gap: 8px;
  margin-top: 10px;
  align-items: flex-start;
 }
.legend_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
 }
.legend_color {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  margin-right: 8px;
 }
@media (max-width: 600px) {
.center_text {
  font-size: 1.5rem;
     }
 }

.total_percantage span {
    font-size: 18px;
    font-weight: 400;
}

@media screen and (max-width: 576px) {
 .boxbrodcast_type1 h2, .boxbrodcast_type5 h2 {
     font-size: 16px !important;
 }   
 .main_setbrodcastcards span {
     font-size: 12px;
 }
 
 .main_setbrodcastcards h2 {
     font-size: 16px;
 }
}

@media screen and (max-width: 576px) {
    .feed_row small {
        font-size: 12px;
    }
    .feed_row_1 small {
        font-size: 12px;
    }
    
    .dashboard_second_box {
        padding: 0px;
    }
    
    .apartment_box {
        width: 95px;
    }
}


.sub_menu {
  display: none;
  flex-direction: column;
  background: #fafafa;
}

.sub_menu a {
  font-size: 13px;
  padding: 8px 0;
  color: #555;
}

.submenu_arrow {
  transition: transform 0.3s;
}

.submenu_arrow.rotate {
  transform: rotate(90deg);
}

.custom_accordion_btn {
  background: none !important;  
  box-shadow: none;            
  font-weight: 500;
  display: flex;
  align-items: center;
}

.accordion_logo {
  width: 24px;
  height: 24px;
}

.option_logo {
  width: 20px;
  height: 20px;
}

.option_item:hover {
  background: #f8f9fa; 
  cursor: pointer;
  border-radius: 6px;
}


.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #f0f0f0;
  border-radius: 6px;
  color: #000;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #e9ecef;
  border-radius: 6px;
}

.custom_btn::after {
  filter: brightness(0) invert(1);
}

.custom_btn:not(.collapsed)::after {
  filter: brightness(0) invert(1); 
}


.subcat_card {
    border: #D2D2D2 1px solid ;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 2px 12px 0px #0000002E;

    
}

.back_btn{
      background-color: #FFF;
    color: #000;
    border: 1px solid #4C9B3E;
    width: 80px;
    height: 38px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}


/* Flats Available styles */
.status-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.status-badge.available {
    background-color: #28a745; 
}

.status-badge.occupied {
    background-color: #dc3545; 
}


/* Form Styles */
/*.form {*/
/*    padding-left: 70px;*/
/*}*/

@media screen and (max-width: 600px) {
    .form-container {
        padding: 20px !important;
    }
    
  
}

@media screen and (max-width: 400px) {
      .page-title {
        font-size: 18px !important;
    }
    
    .page-subtitle {
        font-size: 13px !important;
    }
}
.btn-danger{
    border: 1px solid #4C9B3E;
    height: 42px;
    border-radius: 200px;
    text-transform: none !important;
}
/* Form Container Styles */
.form-container {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    margin-bottom: 2rem;
}

/* Page Header */
.page-header {
    /* text-align: center; */
    padding-left: 8px;
    margin-bottom: 2rem;
}

.page-title {
    color: #1a202c;
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: -0.025em;
}

.page-subtitle {
    color: #64748b;
    font-size: 1rem;
    margin: 0;
}

/* Form Grid */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .form-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 576px) {
  .form-grid {
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}

/* Form Groups */
.form-group {
    display: flex;
    flex-direction: column;
}

/* Labels */
.form-label {
    font-weight: 600;
    font-size: 0.875rem;
    color: #374151;
    margin-bottom: 0.5rem;
    text-transform: none;
    letter-spacing: 0.05em;
}

.required {
    color: #ef4444;
    font-weight: 700;
}
.required-conditional {
    color: #ef4444;
    font-weight: 700;
}
/* Input Wrapper */
.input-wrapper {
    position: relative;
}

/* Form Inputs */
.form-input,
.form-select {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    background-color: #ffffff;
    outline: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    transform: translateY(-1px);
}

.form-input:hover,
.form-select:hover,
.form-textarea:hover {
    border-color: #cbd5e1;
}

/* Error States */
.form-input.error,
.form-select.error,
.form-textarea.error {
    border-color: #ef4444;
    background-color: #fef2f2;
}
.form-textarea {
    resize: vertical;
    min-height: 80px;
}
.error-message {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #ef4444;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    font-weight: 500;
}
/* Days Checkboxes */
.days-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
    border: 2px solid #e2e8f0;
}

.day-checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checkbox-input {
    width: 18px;
    height: 18px;
    accent-color: #4C9B3E;;
    cursor: pointer;
}

.checkbox-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    user-select: none;
}

/* Time Inputs */
.time-inputs {
    display: flex;
    align-items: end;
    gap: 1rem;
}

.time-input-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.time-label {
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.time-separator {
    color: #64748b;
    font-weight: 500;
    padding-bottom: 0.5rem;
}
/* Current Image Actions */
.current-image-actions {
    margin-bottom: 1rem;
    margin-top: 13px;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.btn-view-image {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: #4C9B3E;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-transform: none;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.2);
}



.btn-remove-image {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-transform: none;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.2);
}

.btn-remove-image:hover {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.view-icon,
.remove-icon {
    width: 16px;
    height: 16px;
}

/* Form Actions */
.form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    /*border-top: 1px solid #e2e8f0;*/
    gap: 1rem;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    /* border-radius: 8px; */
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
/* Variants Section */
.variants-section {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.section-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Variant Item Enhancement */
.variant-item {
    background: #ffffff;
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 1.5rem !important;
    position: relative;
    transition: all 0.2s ease-in-out;
    margin-bottom: 1rem !important;
}

@media screen and (max-width: 600px) {
    .variant-item {
        padding: 10px !important;
    }
    
    .variants-section {
        padding: 10px;
    }
    
    .form-container {
        padding: 10px !important;
    }
    
    .section-title {
        font-size: 12px;
    }
}

.variant-item:hover {
    border-color: #cbd5e1 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Remove Button Enhancement */
.btn-danger.remove-variant {
    position: absolute;
    top: 5px;
    right: 1rem;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    border: none;
    /* border-radius: 50%; */
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.2);
}

.btn-danger.remove-variant:hover {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.open_model_cancel {
    border: #4C9B3E 1px solid;
    background-color: #fff;
    width: 130px;
    border-radius: 50px;
    height: 42px;
    color: #4C9B3E;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.border_left_d {
    border-left: 4px solid #4C9B3E !important;
}

.groceries_pending_badge {
     background-color: #FFFCD0;
    color: #8D692E;
    width: 125px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.groceries_ontheway_badge {
     background-color: #D0FBFF;
    color: #2E8B8D;
    width: 125px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.groceries_completed_badge {
   background-color: #D3FFD0;
    color: #2E8D38;
    width: 125px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;  
}

.groceries_cancelled_badge {
    background-color: #FFD0D0;
    color: #8D2E2E;
    width: 125px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center; 
}

.groceries_default_badge {
     background-color: #DFDFDF;
    color: #7B7B7B;
    width: 125px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge_paid_groceries {
     background-color: #E4FFD0;
    color: #488D2E;
    width: 68px;
    height: 27px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge_unpaid_groceries {
     background-color: #FFD0D0;
    color: #8D2E2E;
    width: 86px;
    height: 27px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yetto_assign_badge {
     background-color: #DCD0FF;
    color: #4B2E8D;
    width: 128px;
    height: 27px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.name_bage_groceries {
     background-color: #bcbcbc;
    color: #000;
    width: 128px;
    height: 27px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle_btn_canvas {
  background: #4C9B3E;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 500;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .setting_options small {
        font-size: 12px !important;
    }
    
    .setting_options {
        padding: 10px 10px !important;
    }
    
    .settings_box {
        padding: 10px;
    }
}

.push_select_all {
    display: inline-flex;
     border: #4C9B3E 1px solid;
    color: #4C9B3E;
    background-color: #fff;
    align-items: center;
    gap: 0.5rem;
       padding: 10px 8px;
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.push_select_all_clear {
    background-color: #fff;
    color: #4C9B3E;
    border: #4C9B3E 1px solid;
    padding: 10px 8px;
    align-items: center;
     justify-content: center;
    gap: 6px;
    display: inline-flex;
     cursor: pointer;
     border-radius: 8px;
     transition: 0.3s;
}

.push_select_all_clear:hover {
    background-color: #4C9B3E;
    color: #fff;
    border: #4C9B3E 1px solid;
    
}

.push_select_all_notifi {
    background-color: #4C9B3E;
    color: #fff;
    border: #4C9B3E 1px solid;
    padding: 10px 8px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    display: inline-flex;
     cursor: pointer;
     border-radius: 8px;
     transition: 0.3s;
}

.push_select_all_notifi:hover {
    background-color: #fff;
    color: #4C9B3E;
    border: #4C9B3E 1px solid;
}

.push_select_all input {
    transform: scale(1.4);
}

.push_select_all:hover {
    color: #fff;
    background-color: #4C9B3E;
    border: #4C9B3E 1px solid;
}

.text-vrikshak {
    color: #4C9B3E;
}

/* Page Loader */
.loader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px; /* placeholder height */
    text-align: center;
    color: #4b5563;
}


.loader-container .spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #e5e7eb;
    border-top: 3px solid #4C9B3E;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

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


/*.hidden {*/
/*    display: none;*/
/*}*/

/*<--new code-->*/


.apatment_card_1, 
.apatment_card_2, 
.apatment_card_3 ,
.apatment_card_4
{
    transition: transform .3s ease, box-shadow .3s ease;
}

.apatment_card_1:hover,
.apatment_card_2:hover,
.apatment_card_3:hover,
.apatment_card_4:hover{
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/* -------------------------
   FEED ROW HOVER
--------------------------*/
.feed_row, .feed_row_1 {
    transition: background .3s ease, transform .3s ease;
}

.feed_row:hover, .feed_row_1:hover {
    background: #f7f7f7;
    transform: scale(1.01);
}

/* -------------------------
   SCROLL ANIMATION BASE
--------------------------*/
.animate {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.3s ease-out;
}

.animate.visible {
    opacity: 1;
    transform: translateY(0);
}
.animate-announcement{
    overflow: visible;
}

.animate-inner {
    transform: translate3d(0, 50px, 0);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

/* When visible */
.animate-announcement.visible .animate-inner {
    transform: translate3d(0, 0, 0);
}




.filter_btn, .add_btn {
    transition: transform .25s ease, box-shadow .25s ease;
}
.filter_btn:hover, .add_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.action_links a img, .action_links button img {
    transition: transform .25s ease;
}
.action_links a:hover img,
.action_links button:hover img {
    transform: scale(1.15);
}

.filter_btn,
.add_btn,
.edit_view_btn , .model_cancel_btn , .model_submit_btn , .btn-view-image{
    transition: 
        transform .35s ease,
        box-shadow .35s ease,
        background .35s ease;
}
.filter_btn:hover , .add_btn:hover , .edit_view_btn:hover , .model_submit_btn:hover ,.btn-view-image:hover{
    transform: translateY(-4px);
    box-shadow: 0 0 12px rgba(76, 155, 62, 0.5);
    background: #3f8b36 !important;
}
.usermanag_action_edit img {
    transition: transform .3s ease;
}

.usermanag_action_edit:hover img {
    transform: scale(1.15);
}

/*.table_content {*/
/*    opacity: 0;*/
/*    transform: translateY(25px);*/
/*    transition: all .6s ease-out;*/
    transition-delay: calc(var(--i) * 0.06s); /* automatic stagger */
/*}*/

/*.table_content.visible {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*}*/