@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('newstyle.css');








/*============================================================
    Header CSS Section Start
===============================================================*/
.header_sec {
    margin-left: 300px;
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    background: white;
    border-bottom: 1px solid #E5E7EB;
}

/*================= MenuBar Css =================*/
#nav-icon1 {
    width: 30px;
    height: auto;
    border-radius: 50%;
    z-index: 998;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    align-items: end;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    border-radius: 50px;
        height: 2px;
    width: 27px;;
    border-radius: 50px;
    background: #232323;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(2),
#nav-icon1 span:nth-child(4) {
    top: 20px;
    width: 20px;
    right: 0px;
}

#nav-icon1.open span:nth-child(1) {
    position: absolute;
    top: 25px;
    left: 0px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2),
#nav-icon1.open span:nth-child(4) {
    opacity: 0;
    left: -0px;
}

#nav-icon1.open span:nth-child(3) {
    position: absolute;
    top: 25px;
    left: 0px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/*================= Profile Css =================*/
.profle .headerDropdownNav li {
    list-style: none;
    position: relative;
    display: inline-block;
}

.profle .headerDropdownNav li ul {
    background: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 0px;
    border: 2px solid #eee;
    overflow: hidden;
}

.profle .headerDropdownNav>li>a {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F8FAFC;
    border-radius: 10px;
    font-weight: 400;
    color: #122143;
    border: 1px solid #E2E8F0;
}

.profle .headerDropdownNav li button {
    border: none;
}

.profle .headerDropdownNav li button::after {
    content: '';
    display: none;
}

.profle .headerDropdownNav li button h2
 {
    color: #4b4b4b;
    font-size: 16px;
    font-weight: 500;
    text-align: end;
    margin-right: 10px;
}

.profle .headerDropdownNav li button h2 span {
    font-size: 13px;
    display: block;
    margin-top: 3px;
}

.profle .headerDropdownNav li ul li {
    display: block;
    border-bottom: 1px solid #ddd;
}

.profle .headerDropdownNav li ul li a {
    font-size: 15px;
    color: #000;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.profle .headerDropdownNav li ul li a:hover {
    color: #fff;
    background-color: #c00000;
}

.profle .headerDropdownNav li .profile-img {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}


.profle .headerDropdownNav li .header-notificationBTN {
    font-size: 20px;
}

.badgeStyle {
    top: 7px;
    padding: 4px;
    right: -2px;
}


/*================= Scroll Header Fix Css =================*/
.FixHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    box-shadow: rgb(50 50 93 / 15%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    transition: all 0.8s ease-in-out;
}

.FixHeader .profle .headerDropdownNav li .header-notificationBTN,
.FixHeader .profle .headerDropdownNav li a {
    color: #000;
}

.FixHeader .profle .headerDropdownNav li .header-notificationBTN:hover,
.FixHeader .profle .headerDropdownNav li a:hover,
.profle .headerDropdownNav li button:hover,
.profle .headerDropdownNav li button.show,
.profle .headerDropdownNav>li>a:hover {
    color: #c00000;
}

/*============================================================
    Header CSS Section Start
===============================================================*/


/*============================================================
    Menu Bar Click On Add And Remove CSS Effect Start
===============================================================*/
.slideb .header_sec {
    margin-left: 95px;
}

.slideb .dashboardBodyRight_sec {
    margin-left: 95px;
    border-radius: 40px 0px 0px 40px;
}

.slideb .admn_lft {
    left: 0;
    width: 95px;
}

.slideb .admn_lft .logo-menubar {
    padding: 30px 15px;
}

/*============================================================
    Menu Bar Click On Add And Remove CSS Effect End
===============================================================*/


/*=====================================================
    Admin Left Side Menu Panel CSS Section Start
=====================================================*/
/*============== Left Panel Menu Sidebar Section ==============*/
.admn_lft {
    overflow: hidden;
    z-index: 99;
    position: fixed;
    width: 300px;
    top: 0px;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    left: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.95) 0%, rgba(24, 37, 79, 0.93) 100%);
}

.admn_lft .logo-menubar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 15px;
    border-bottom: 1px solid #ffffff1c;
}

.admn_lft>ul {
    padding: 30px 0px 0px;
    margin-bottom: 60px;
    overflow-y: auto;
}
.slideb .admn_lft>ul>.sideNav_Btn>a img.sideicon
 {
    margin-right: 0px;
    width: 34px;
    height: 34px;
}

.admn_lft>ul>.sideNav_Btn {
    position: relative;
}

.admn_lft>ul>.sideNav_Btn>a {
    transition: all 0.1s ease-in-out;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    margin: 0px 20px 3px 20px;
    border-radius: 12px;
    height: 56px;
}
.admn_lft ul.nav-area li a img.sideicon {
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    margin-right: 10px;
    color: #ffffff;
    background: #ffffff42;
    padding: 5px 3px;
    border-radius: 4px;
}
.admn_lft>ul>.sideNav_Btn>.activenav, .admn_lft>ul>.sideNav_Btn>a:hover {
    color: #fff;
    background: linear-gradient(90deg, rgba(255, 105, 0, 0.95) 0%, rgba(245, 73, 0, 1) 100%);
    /* box-shadow: 0px 15px 18px -4px rgba(255, 105, 0, 0.28); */
}

.admn_lft>ul>.sideNav_Btn>.activenav i, .admn_lft>ul>.sideNav_Btn>a:hover i {
    color: #fff;
    background: #ffffff42;
    padding: 8px 16px;
    border-radius: 7px;
}

.admn_lft>ul li.side-nav-link {
    margin: 15px 0px;
}

.slideb .admn_lft:hover img.sideicon {
    margin-right: 12px !important;
}
.logoutBTN_Box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.logoutBTN_Box .btn {
    background-color: #00000047;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    border-radius: 0px;
    padding: 15px 34px;
    text-align: start;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logoutBTN_Box .btn i {
    font-size: 18px;
}

.logoutBTN_Box .btn:hover {
    background-color: #a10000;
    color: #fff;
}

.slideb .logoutBTN_Box .btn {
    justify-content: center;
}

.slideb .logoutBTN_Box .btn span {
    display: none;
}

/*=====================================================
    Admin Left Side Menu Panel CSS Section End
=====================================================*/


/*==================================================================
    On Click MenuBar Admin Left Side Menu Panel CSS Section Start
==================================================================*/
.slideb .admn_lft>ul>.sideNav_Btn>a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideb .admn_lft>ul>.sideNav_Btn>a span {
    display: none;
}

/*==================================================================
    On Click MenuBar Admin Left Side Menu Panel CSS Section End
==================================================================*/


/*==================================================================
    On Hover Sidebar Menu  Panel CSS Section Start
==================================================================*/
.slideb .admn_lft:hover {
    width: 300px;
    background: #122143;
    z-index: 9999;
}

.slideb .admn_lft:hover .dBlockName {
    display: flex !important;
    padding: 12px 15px;
}

.slideb .admn_lft:hover .slideBBlockName {
    display: none !important;
}

.slideb .admn_lft:hover>ul>.sideNav_Btn>a {
    justify-content: flex-start;
}

.slideb .admn_lft:hover>ul>.sideNav_Btn>a span {
    display: flex;
    white-space: tex;
}

.slideb .admn_lft:hover .logoutBTN_Box .btn {
    justify-content: start;
}

.slideb .admn_lft:hover .btn span {
    display: block;
}

/*==================================================================
    On Hover Sidebar Menu  Panel CSS Section End
==================================================================*/


/*=====================================================
    Dashboard Body Right Section Start
=====================================================*/
/*============== Dashboard Main Content Body Css Section ==============*/
.dashboardBodyRight_sec {
    margin-left: 300px;
    padding: 70px 0px 75px;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.dashbaord_WelcomeBox {
    padding: 20px 20px 20px;
}
.top-filter-heading {
    border-radius: 14px;
    border: 1px solid rgba(215, 215, 215, 0.50);
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.03);
    padding: 15px;
}
.submit-filters-btn button {
    margin-top: 32px;
    background: #263256;
    color: white;
    padding: 11px 30px;
}   
.dashboardBody_Box {
    background: #F8F9FA;
}

.dashbaord_WelcomeBox h2 {
    font-size: 24px;
    font-weight: 500;
    color: #060606;
}

.dashbaord_WelcomeBox span {
    font-size: 16px;
    color: #6A7282;
      display: block;
}

.breadcrumb_sec nav ol li.breadcrumb-item.active {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.breadcrumb_sec nav ol li a,
.breadcrumb_sec nav ol li.breadcrumb-item::before {
    color: #e7e7e7;
    font-size: 15px;
    font-weight: 400;
}



/*Dashboard Card Css Here*/
.dashboardCard_MainSec {
    padding: 0px 5px;
    
}
.dashboard-filters {
    padding: 0px 20px 20px;
}
.dashboardCard_box {
    background-color: #fff;
    box-shadow: rgb(100 100 111 / 7%) 0px 7px 29px 0px;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease-in-out;
}

.dashboardCard_box:hover {
    transform: scale(1.05);
}

.dashboardCard_box .cardImg_Box {
    width: 65px;
    height: 65px;
    background-color: #3F51B5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.dashboardCard_box .cardImg_Box::before {
    content: '';
    width: 60px;
    height: 60px;
    background-color: #ffffff1f;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: -20px;
}

.dashboardCard_box .cardImg_Box::after {
    content: '';
    width: 45px;
    height: 45px;
    background-color: #ffffff1f;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: -20px;
}

.dashboardCard_box .cardImg_Box i {
    font-size: 25px;
}

.dashboardCard_box .cardContent_Box {
    width: 100%;
}

.dashboardCard_box .cardContent_Box span {
    font-size: 20px;
    font-weight: 500;
    color: #3F51B5;
}

.dashboardCard_box .cardContent_Box h2 {
    font-size: 24px;
    font-weight: 600;
    color: #211E1E;
    margin: 5px 0px 8px;
}

.dashboardCard_box .cardContent_Box .progress {
    background-color: #CCCCCC;
    height: 5px;
    border-radius: 50px;
}

.dashboardCard_box .cardContent_Box .progress .progress-bar {
    background: #3f51b5;
}

.dashboardCard_box .cardContent_Box p {
    font-size: 16px;
    font-weight: 500;
    color: #211E1E;
    margin-top: 8px;
}

.userCardBox .cardImg_Box {
    background-color: #F66B4E;
}

.userCardBox .cardContent_Box span {
    color: #F66B4E;
}

.userCardBox .cardContent_Box .progress .progress-bar {
    background: #F66B4E;
}



.employeeCardBox .cardImg_Box {
    background-color: #1CA2D5;
}

.employeeCardBox .cardContent_Box span {
    color: #1CA2D5;
}

.employeeCardBox .cardContent_Box .progress .progress-bar {
    background: #1CA2D5;
}


.notificationCardBox .cardImg_Box {
    background-color: #218499;
}

.notificationCardBox .cardContent_Box span {
    color: #218499;
}

.notificationCardBox .cardContent_Box .progress .progress-bar {
    background: #218499;
}


/*Bar Chart Css Here*/
.height100 {
    height: 100%;
}



/*Table Css Here*/
.mainWrapper_Sec {
    padding: 0px 5px;
    margin-top: 30px;
}

.mainWrapper_Sec .Wrapper_Box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sectionHeadingBox h2 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}



.tableBox table {
    border-bottom: 1px solid rgb(236 239 255);
}

.tableBox .dataTables_length label,
.tableBox .dataTables_filter label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}

.tableBox .dataTables_length label select,
.tableBox .dataTables_filter label input {
    border-radius: 50px;
}

.tableBox table tr.odd td{
    background-color: #fff;
}

.tableBox table tr.even td{
background: #F9FAFB;
}
.tableBox table tr td {
    box-shadow: none !important;
    border:0;
}

table.dataTable.display tbody td {
    border-top:none !important;
}

.user-profile-table img {
    width: 45px;
    border-radius: 212px;
    height: 45px;
}
td.user-name-contact {
    display: flex;
}
.user-phone-table p {
    margin: 0px 0px 0px 8px;
    color: #6A7282;
    font-size: 14px;
}
.user-phone-table h5 {
    margin: 0px 0px 0px 8px;
    font-size: 18px;
    color: #383838;
}

.tableBox table tr th {
    background-color: #122143;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: none;
}

td.inprogress-action span {
    background: #edf5ff;
    display: inline-block;
    border-radius: 29px;
    padding: 8px 16px;
    color: #155DFC;
    font-weight: 600;
    font-size: 15px;
}
td.paid-action span{
    display: inline-block;
    border-radius: 10px;
background: #F0FDF4;
    padding: 8px 16px;
    color: #00A63E;
    font-weight: 600;
    font-size: 15px;
}
.tableBox table tr td {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    box-shadow: unset !important;
    vertical-align: middle;
}

.tableBox table tr td a {
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.tableBox table tr td a.editBTN {
    border-radius: 4px;
    background: rgba(43, 127, 255, 0.20);
}
.tableBox table tr td a.editBTN i {
    color: #17234B;
}
.tableBox table tr td a.deleteBTN i {
    color: #17234B;
}

.tableBox table tr td a.deleteBTN {
    border-radius: 4px;
    background: rgba(201, 194, 0, 0.24);
}

div#dataTable_wrapper {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    padding: 20px;
}
table.dataTable.no-footer {
    border-bottom: none;
}
button.group-chat-btn span {
   
    color: white;
   }
button.create-group-btn span{
    color: white;
 }
button.group-chat-btn {
    border-radius: 10px;
    background: linear-gradient(90deg, #2B7FFF 0%, #155DFC 100%);
    color: white;
    border: none;
    display: flex;
    padding: 8px 15.281px 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.groups-chat_sec {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
button.create-group-btn {
    border-radius: 10px;
    background: linear-gradient(90deg, #FF6900 0%, #F54900 100%);
    color: white;
    border: none;
    display: flex;
    padding: 8px 15.281px 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
button.create-group-btn img {
    width: 19px;
}
/*Dashboard Footer Css Here*/
/* .dashboardFooter_Sec {
    background-color: #fff;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 300px;
    transition: all 0.5s ease-in-out;
} */

.slideb .dashboardFooter_Sec {
    margin-left: 0px;
}

.dashboardFooter_Sec span {
    font-size: 14px;
    font-weight: 500;
    color: #122143;
}

.dashboardFooter_Sec span p {
    display: inline-block;
    color: #c00000;
    margin-bottom: 0px;
}

/*=====================================================
    Dashboard Body Right Section Start
=====================================================*/














@media(max-width:768px) {
    .login_bx {
        width: 94%;
    }

    .ttl_heading-bx p {
        font-size: 16px;
    }

    .remforwrp .form-switch label {
        font-size: 16px;
    }

    .remforwrp .form-check {
        align-items: center;
        display: flex;
    }

    .remforwrp .form-switch .form-check-input {
        width: 2.3rem;
        height: 1.2rem;
    }

    .remforwrp a {
        font-size: 14px;
    }

    button.login_btn {
        margin-bottom: 0;
    }
}




















.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}

.msg-body ul li.sender:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.msg-body ul li.sender p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

.msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #4b7bec transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}

.msg-body ul li.repaly p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #4b7bec;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 10px 0px;
    border-top: 1px solid #ccc;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.send-box .form-control {
    display: block;
    width: 85%;
    padding: 10px 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
  
    border: 1px solid #ccc;
    
    border-radius: 7px;
   
}
.submit-filters-btn button:hover {
    margin-top: 32px;
    background: #263256;
    color: white;
}
.send-box button {
    border: none;
    background: #3867d6;
    color: #fff;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 400;
    width: 24%;
    margin-left: 1%;
    padding: 10px 0.75rem;
}
.admin-modelheader {
    background: #17234B;
    color: white;
}
.admin-modelheader .close-btn {
    color: white;
    font-weight: 600;
    font-size: 19px;
}

.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #F6F7FA;
    background-clip: padding-box;
    border: 1px solid #F6F7FA;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus {
    outline: 0;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a {
    text-decoration: none;
    background: #F6F7FA;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}



@media (max-width: 767px) {
    .chat-icon {
        display: block;
        margin-right: 5px;
    }
    .chatlist {
        width: 100%;
    }
    .chatbox {
        width: 100%;
        position: absolute;
        left: 1000px;
        right: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    }
    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }
    .msg-head h3 {
        font-size: 14px;
    }
    .msg-head p {
        font-size: 12px;
    }
    .msg-head .flex-shrink-0 img {
        height: 30px;
    }
    .send-box button {
        width: 28%;
    }
    .send-box .form-control {
        width: 70%;
    }
    .chat-list h3 {
        font-size: 14px;
    }
    .chat-list p {
        font-size: 12px;
    }
    .msg-body ul li.sender p {
        font-size: 13px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}
.chat-header .flex-grow-1 h5,P {
    margin: 0;
}
/* .groupchat-body {
    padding: 0px;
} */

.chatbox .modal-content {
    border: 0;
}
.chatbox .modal-content ul {
    padding-left: 0;
}

::-webkit-scrollbar {
  width: 2px;               /* Width of vertical scrollbar */
  height: 12px;              /* Height of horizontal scrollbar */
}



.data-table-sec table thead tr th:first-child {
    border-radius: 10px 0 0 0;
}
.data-table-sec table thead tr th:last-child {
    border-radius: 0 10px 0 0;
}


div#chat-box-content {
    position: fixed;
    right: 10px;
    display: none;
    bottom: 10px;
    width: 460px;
    background: white;
    box-shadow: 3px 10px 10px #00000021;
    border-radius: 10px;
    border: 1px solid #00000017;
}
div#chat-box-content .modal-body {
    padding-bottom: 0;
}
div#chat-box-content .modal-body .msg-body ul {
    max-height: 260px;
    overflow: auto;
    padding: 0 10px;
}
div#chat-box-content .modal-header {
    padding: 10px;
    border-radius: 10px 10px 0 0;
    background: #122143;
    color: white;
}
div#chat-box-content .modal-body .msg-body .send-box {
    padding: 10px;
}
#chat-box-content .chatbox {
    position: static !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border-radius: 10px;
    background: linear-gradient(90deg, #FF6900 0%, #F54900 100%);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    color: white !important;
    border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-radius: 10px;
    background: linear-gradient(90deg, #FF6900 0%, #F54900 100%);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    color: white !important;
    border: none;
}
a#dataTable_previous {
    border-radius: 10px;
    border: 1px solid #D1D5DC;
}

a#dataTable_next {
    border-radius: 10px; 
        border: 1px solid #D1D5DC;
}
div#dataTable_paginate {
    display: flex;
    /* width: 215px; */
    /* height: 38px; */
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}
button.btn.save-changes-btn {
    background: #18254F;
    color: white;
}
.btn.close-btn {
    border: 2px solid #D1D5DC;
    color: #484848;
}
.username-time {
    display: flex;
    align-items: center;
    gap: 2px;
}
.username-time span:first-child {
    font-size: 13px;
    font-weight: 500;
}
li.repaly .time {
    margin-right: 7px;
    justify-content: end;
}
.site-settingcards:hover {
    transform: none;
  }
.site-percent {
    display: flex;
    gap: 10px;
    align-items: center;
}
.site-settingcards {
    padding: 15px 20px;
    border-radius: 16px;
    border: 1px solid #ddddddeb;
    background: white;
}
.site-percent span {
    font-size: 19px;
    font-weight: 500;
}
.site-settingcards .cardImg_Box {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-radius: 14px;
    background: rgb(245 78 1 / 7%);
}
.cardImg_Box i {
    font-size: 25px;
}
.card-numberdata {
    margin-top: 11px;
}

.card-numberdata h2 {
    color: #000;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
}
.site-taxescard {
   border-radius: 14px;
border: 2px solid #DBEAFE;
background: linear-gradient(135deg, #EFF6FF 0%, #FFF 100%);
}
.platform-label input {
    border-radius: 10px;
    border: 2px solid #E5E7EB;
    opacity: 0.6;
    background: #F9FAFB;
    height: 50px;
    padding: 16px 20px;
    font-size: 18px;
}
 .platform-label label {
    color: #4A5565;
    font-weight: 600;
}
.editapplied-rates {
    border-radius: 16px;
    border: 1px solid rgba(215, 215, 215, 0.50);
    background: #FFF;
    box-shadow: 0 10px 12px -3px rgba(0, 0, 0, 0.03);
    padding: 17px 5px;
    margin: 0px 17px;
}
.configeration-sec {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-bottom: 15px;
}

.configeration-sec h5 {
    margin-bottom: 0px;
}
.configeration-sec img {
    width: 24px;
}
.fee-config .cardImg_Box {
    width: 30px;
    height: 30px;
    border-radius: 8px;
}
.fee-config .cardImg_Box i {
    font-size: 20px;
}
.fee-config span{
    font-size: 17px;
}
.revenue-impact-card {
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #BEDBFF;
    background: #DBEAFE;
}
.revenue-impact-card h6 {
    color: #193CB8;
      font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px;
}
.revenue-impact-card p {
    color: #155DFC;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
}
.top-filter-heading input {
    height: 50px;
    padding: 16px 20px;
}
.tableBox .dataTables_length label select, .tableBox .dataTables_filter label input {
    border-radius: 5px;
}
#text-msg-area{
      width: 100%;             
  min-height: 100px;       
  padding: 12px;         
  border: 1px solid #ccc;  
  border-radius: 8px;      
  box-sizing: border-box;  
  font-family: inherit;   
  resize: vertical;     
  outline: none; 
}
#reply-msg-area{
       width: 100%;             
  min-height: 50px;       
  padding: 12px;         
  border: 1px solid #ccc;  
  border-radius: 8px;      
  box-sizing: border-box;  
  font-family: inherit;   
  resize: vertical;     
  outline: none; 
}
.owner-user {
    display: flex;
    gap: 50px;
    padding: 20px 10px;
    border: 1px solid #cccccc;
    border-radius: 7px;
}
.two-linetext {
    max-width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
}






@media(max-width:767px){
    .admn_lft {
        width: 95px;
    }
    .admn_lft>ul>.sideNav_Btn>a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .admn_lft>ul>.sideNav_Btn>a span {
        display: none;
    }
    .dashboardBodyRight_sec,
    .header_sec{
        margin-left:95px;
    }
    .admn_lft>ul>.sideNav_Btn>a img.sideicon {
        margin-right: 0px !important;
        width: 34px !important;
        height: 34px !important;
    }
    .slideb .admn_lft {
        left: 0;
        width: 300px;
        z-index: 999999;
    }
    .slideb .admn_lft>ul>.sideNav_Btn>a span {
        display: block;
    }
    .slideb .admn_lft>ul>.sideNav_Btn>a{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
    }
    .slideb .header_sec,
    .slideb .dashboardBodyRight_sec{
        margin-left: 300px;
    }
}
























/* 29-05-2026 */




/* form container upload property */



       

        .form-header {
            text-align: center;
            margin-bottom: 48px;
        }

        .form-header h1 {
            font-size: 32px;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 12px;
            letter-spacing: -0.02em;
        }

        .form-header p {
            font-size: 16px;
            color: #64748b;
            line-height: 1.6;
        }

        /* Step Indicators */
        .step-indicator {
            display: flex;
            justify-content: space-between;
            margin-bottom: 25px;
            position: relative;
            counter-reset: step;
        }

        /* .step-indicator::before {
            content: '';
            position: absolute;
            top: 20px;
            left: 0;
            right: 0;
            height: 2px;
            background: #e2e8f0;
            z-index: 0;
        } */

        .step-indicator-progress {
            position: absolute;
            top: 20px;
            left: 0;
            height: 2px;
            background: linear-gradient(90deg, #ff6b6b 0%, #ff8e53 50%, #ffd93d 100%);
            z-index: 1;
            transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .step {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
        }

        .step-circle {
            width: 40px;
            height: 40px !important;
            border-radius: 50%;
            background: #ffffff;
            border: 2px solid #e2e8f0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 14px;
            color: #94a3b8;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            z-index: 9;
        }

        .step-circle::before {
            counter-increment: step;
            content: counter(step);
        }

        .step.active .step-circle {
    border-color: #ff6f00;
    color: #ff6f00;
    background: #fff5f5;
    transform: scale(1.1);
 
        box-shadow: 0 0 0 8px rgb(255 111 0 / 0.15);
}

        .step.completed .step-circle {
            border-color: #ff6b6b;
            background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
            color: #ffffff;
            transform: scale(1);
        }

        .step.completed .step-circle::before {
            content: '✓';
        }

       .step-label {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #94a3b8;
    transition: color 0.3s ease;
    text-align: center;
}

        .step.active .step-label {
    color: #ff6b6b;
    font-weight: 600;
    font-size: 16px;
}
.step-indicator .step:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    width: 100%;
    height: 2px;
    background: #f00;
    top: 28%;
    transform: translateY(-50%);
    z-index: 1;
}

.step-indicator .step:last-child:after {
    content: none;
}





        .step.completed .step-label {
            color: #475569;
        }

        /* Form Steps Content */
        .form-step {
            display: none;
            animation: fadeIn 0.5s ease;
        }

        .form-step.active {
            display: block;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .form-group {
            margin-bottom: 24px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-size: 14px;
            font-weight: 500;
            color: #334155;
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 14px 16px;
            border: 2px solid #e2e8f0;
            border-radius: 12px;
            font-size: 15px;
            color: #1e293b;
            transition: all 0.3s ease;
            background: #ffffff;
            font-family: inherit;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #ff6b6b;
            box-shadow: 0 0 0 4px rgba(255, 107, 107, 0.15);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 120px;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }

        /* Radio Group */
        .radio-group {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 12px;
        }

        .radio-option {
            position: relative;
        }

        .radio-option input[type="radio"] {
            position: absolute;
            opacity: 0;
            pointer-events: none;
        }

        .radio-label {
            display: block;
            padding: 16px;
            border: 2px solid #e2e8f0;
            border-radius: 12px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 500;
            font-size: 14px;
            color: #475569;
        }

        .radio-option input[type="radio"]:checked + .radio-label {
            border-color: #ff6b6b;
            background: linear-gradient(135deg, rgba(255, 107, 107, 0.12) 0%, rgba(255, 142, 83, 0.12) 100%);
            color: #ff6b6b;
        }

        .radio-label:hover {
            border-color: #cbd5e1;
        }

        /* Buttons */
        .form-actions {
            display: flex;
            gap: 12px;
            margin-top: 32px;
        }


.upload-property-forms {
    border-radius: 16px;
    border: 1px solid #F3F4F6;
    background: #FFF;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10);
    padding: 25px 30px;
}
.form-headings {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 14px;
}
.form-headings span {
    border-radius: 10px;
    background: #FFEDD4;
    display: flex;
    height: 37px;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    width: 34px;
}

.form-headings span  img {
    height: 24px;
}
.form-headings h2 {
    color: #1E2939;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.upload-property-forms .form-group label {
    font-size: 16px;
}
.avl-facility span {
    background: #DBEAFE;
 }
 .property-details span{
background: #F3E8FF;
 }
.aminities-row{
    padding-left: 12px;
}
.aminities-check {
    height: 100%;
    padding: 6px 6px 6px 42px;
    border-radius: 10px;
    border: 2px solid #E5E7EB;
}
.upload-property-forms .form-group label span {
    color: red;
}

.amenities-facility {
   padding: 10px;
    border-radius: 10px;
    border: 2px solid #E5E7EB;
}

.add-price-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    border-radius: 9px;
    height: 56px;
    border: 2px solid #E5E7EB;
}
.price-declaration {
    display: flex;
    gap: 16px;
    align-items: center;
}

.price-declaration input {
    width: 160px;
    height: 39px;
    border-radius: 5px;
}


.form-actions {
    display: flex;
    gap: 12px;
    margin-top: 32px;
    justify-content: end;
    margin-bottom: 30px;
}
.next-step-btn{
    background-color: #FF6900 !important;
    color: white !important;
}
.save-draft-exit{
    background-color: white;
    color: black;
    border: 1px solid gray;
    border-radius: 5px;
}


.menu-item-btn img {
    border-radius: 12px;
       padding: 8px;
}


.menu-item-btn .active-left-icon{
padding: 8px;
border-radius: 14px;
}
.menu-item-btn.active .active-left-icon {
 background: linear-gradient(135deg, #FF8904 0%, #FF6900 100%);
  }

.menu-item-btn.active .active-left-icon svg{
    color: #fff;
}
.menu-item-btn .blue-icon {
    background: linear-gradient(135deg, #DBEAFE 0%, #EFF6FF 100%);
   
}
.menu-item-btn .purple-icon {
  background: linear-gradient(135deg, #F3E8FF 0%, #FAF5FF 100%);
}
.menu-item-btn .green-icon {
background: linear-gradient(135deg, #DCFCE7 0%, #F0FDF4 100%);
  }
.menu-item-btn .red-icon {
background: linear-gradient(135deg, #FFE4E6 0%, #FFF1F2 100%);
  }
.menu-item-btn .orange-icon {
background: linear-gradient(135deg, #FEF3C6 0%, #FFFBEB 100%);
  }


.menu-item-btn .orange-icon svg{
    color: #E17100;
}
.menu-item-btn .red-icon svg{
    color:#EC003F;
}
.menu-item-btn .blue-icon svg{
    color:blue;
}
.menu-item-btn .purple-icon svg{
    color:#9810FA;
}
.menu-item-btn .green-icon svg{
    color: #00A63E;
}

.need-help-card h2 {
    color: white;
    font-size: 20px;
    font-weight: 600;
}




.required-staff-icon span{
background-color: #DCFCE7;
}


  .form-container {
            width: 100%;
            padding: 48px;
            position: relative;
            overflow: hidden;
        }

























/* 01-06-2026 */
.right-upload-section {
    padding: 20px 0px;
}
.left-upload-sidebar {
    margin-top: 38px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border-right: 1.043px solid #EEE;
    background: linear-gradient(135deg, #FFF 0%, #F8FAFC 50%, rgba(239, 246, 255, 0.30) 100%);
}
.need-help-card {
    background-image: url(../images/upload-property/help-backcard.svg);
    padding: 20px 18px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
        
.form-headings span  img {
    height: 24px;
}
.form-headings h2 {
    color: #1E2939;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.upload-property-forms .form-group label {
    font-size: 16px;
}
.avl-facility span {
    background: #DBEAFE;
 }
 .property-details span{
background: #F3E8FF;
 }
.aminities-row{
    padding-left: 12px;
}
.aminities-check {
    height: 100%;
    padding: 6px 6px 6px 42px;
    border-radius: 10px;
    border: 2px solid #E5E7EB;
}
.upload-property-forms .form-group label span {
    color: red;
}

.amenities-facility {
   padding: 10px;
    border-radius: 10px;
    border: 2px solid #E5E7EB;
}

.add-price-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    border-radius: 9px;
    height: 56px;
    border: 2px solid #E5E7EB;
}
.price-declaration {
    display: flex;
    gap: 16px;
    align-items: center;
}

.price-declaration input {
    width: 160px;
    height: 39px;
    border-radius: 5px;
}


.form-actions {
    display: flex;
    gap: 12px;
    margin-top: 32px;
    justify-content: end;
    margin-bottom: 30px;
}
.next-step-btn{
    background-color: #FF6900;
    color: white;
}
.save-draft-exit{
    background-color: white;
    color: black;
    border: 1px solid gray !important;
    border-radius: 5px;
}


.menu-item-btn img {
    border-radius: 12px;
       padding: 8px;
}


.menu-item-btn .active-left-icon{
padding: 8px;
border-radius: 14px;
}
.menu-item-btn.active .active-left-icon {
 background: linear-gradient(135deg, #FF8904 0%, #FF6900 100%);
  }

.menu-item-btn.active .active-left-icon svg{
    color: #fff;
}
.menu-item-btn .blue-icon {
    background: linear-gradient(135deg, #DBEAFE 0%, #EFF6FF 100%);
   
}
.menu-item-btn .purple-icon {
  background: linear-gradient(135deg, #F3E8FF 0%, #FAF5FF 100%);
}
.menu-item-btn .green-icon {
background: linear-gradient(135deg, #DCFCE7 0%, #F0FDF4 100%);
  }
.menu-item-btn .red-icon {
background: linear-gradient(135deg, #FFE4E6 0%, #FFF1F2 100%);
  }
.menu-item-btn .orange-icon {
background: linear-gradient(135deg, #FEF3C6 0%, #FFFBEB 100%);
  }


.menu-item-btn .orange-icon svg{
    color: #E17100;
}
.menu-item-btn .red-icon svg{
    color:#EC003F;
}
.menu-item-btn .blue-icon svg{
    color:blue;
}
.menu-item-btn .purple-icon svg{
    color:#9810FA;
}
.menu-item-btn .green-icon svg{
    color: #00A63E;
}

.need-help-card h2 {
    color: white;
    font-size: 20px;
    font-weight: 600;
}




.required-staff-icon span{
background-color: #DCFCE7;
}





/* 08-06-2026 */
.need-help-card p {
    color: white;
    font-size: 17px;
    font-weight: 400;
    margin: 4px 0px;
}
.need-help-card button {
    background: white;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    margin-top: 6px;
    color: #F54900;
    font-weight: 600;
}
.actions-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 20px;
}
.menu-item-btn .purple-icon {
    background: linear-gradient(135deg, #F3E8FF 0%, #FAF5FF 100%);
}
.menu-item-btn .green-icon {
    background: linear-gradient(135deg, #DCFCE7 0%, #F0FDF4 100%);
}
.menu-item-btn .blue-icon {
    background: linear-gradient(135deg, #DBEAFE 0%, #EFF6FF 100%);
}
.menu-item-btn .red-icon {
    background: linear-gradient(135deg, #FFE4E6 0%, #FFF1F2 100%);
}
.menu-item-btn .orange-icon {
    background: linear-gradient(135deg, #FEF3C6 0%, #FFFBEB 100%);
}
.menu-item-btn .active-left-icon {
    padding: 8px;
    border-radius: 14px;
}
.menu-item-btn {
    border-radius: 17px;
    border: 1px solid rgba(228, 228, 228, 0.74);
    background: rgba(255, 255, 255, 0.80);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.menu-item-btn img {
    border-radius: 12px;
       padding: 8px;
}
.menu-item-btn span {
    font-size: 16px;
    font-weight: 600;
}

.menu-item-btn .active-left-icon{
padding: 8px;
border-radius: 14px;
}
.menu-item-btn.active .active-left-icon {
 background: linear-gradient(135deg, #FF8904 0%, #FF6900 100%);
  }

.menu-item-btn.active .active-left-icon svg{
    color: #fff;
}
.menu-item-btn .blue-icon {
    background: linear-gradient(135deg, #DBEAFE 0%, #EFF6FF 100%);
   
}
.menu-item-btn .purple-icon {
  background: linear-gradient(135deg, #F3E8FF 0%, #FAF5FF 100%);
}
.menu-item-btn .green-icon {
background: linear-gradient(135deg, #DCFCE7 0%, #F0FDF4 100%);
  }
.menu-item-btn .red-icon {
background: linear-gradient(135deg, #FFE4E6 0%, #FFF1F2 100%);
  }
.menu-item-btn .orange-icon {
background: linear-gradient(135deg, #FEF3C6 0%, #FFFBEB 100%);
  }


.menu-item-btn .orange-icon svg{
    color: #E17100;
}
.menu-item-btn .red-icon svg{
    color:#EC003F;
}
.menu-item-btn .blue-icon svg{
    color:blue;
}
.menu-item-btn .purple-icon svg{
    color:#9810FA;
}
.menu-item-btn .green-icon svg{
    color: #00A63E;
}

.need-help-card h2 {
    color: white;
    font-size: 20px;
    font-weight: 600;
}
.menu-item-btn.active {
    color: #fff;
    background: linear-gradient(90deg, #1E3A5F 0%, #203D63 7.14%, #224166 14.29%, #24446A 21.43%, #26486D 28.57%, #294B71 35.71%, #2B4F74 42.86%, #2D5278 50%, #2B4F74 57.14%, #294B71 64.29%, #26486D 71.43%, #24446A 78.57%, #224166 85.71%, #203D63 92.86%, #1E3A5F 100%);
}

.menu-item-btn.active .active-left-icon {
    background: linear-gradient(135deg, #FF8904 0%, #FF6900 100%);
}
.menu-item-btn.active .active-left-icon svg {
    color: #fff;
}

.detail-property-sec{
    margin-top:0px !important;
}
.actions-buttons a {
    color: black;
}


/*09-06-2025*/


.box_row_data {
    display: flex;
}

.right-upload-section {
    width: calc(100% - 280px);
}

.new-side-left {
    position: relative;
}

.hamburger-icon-admin button {
    position: absolute;
    top: 9px;
    right: -19px;
    border: 1px solid #CCC;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #18254f;
    color: #fff;
    z-index: 99;
}

.sidetoggle .new-side-left.admn_lftt ul.nav-area li.sideNav_Btn a span {
    display: none;
}

.box_row_data.sidetoggle .need-help-card {
    display: none;
}

.sidetoggle .right-upload-section {
    width: 100%;
}

.box_row_data.sidetoggle .left-upload-sidebar {
    width: fit-content;
}

.left-upload-sidebar {
    margin-top: 38px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #192650;
    width: 299px;
    top: 0px;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    left: 0px;
    position: relative;
}

.admn_lft > ul {
    margin-bottom: 60px;
    overflow-y: auto;
}

.admn_lftt > ul > .sideNav_Btn {
    position: relative;
}

    .admn_lftt > ul > .sideNav_Btn > a {
        transition: all 0.1s ease-in-out;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        padding: 8px 18px;
        display: flex;
        align-items: center;
        text-decoration: none;
        position: relative;
        margin: 0px 20px 8px 20px;
        border-radius: 12px;
        height: 56px;
    }

.new-side-left.admn_lftt {
    display: block;
}

.admn_lftt ul.nav-area li a img.sideicon {
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    margin-right: 10px;
    color: #ffffff;
    background: #ffffff42;
    padding: 5px 3px;
    border-radius: 4px;
}

.admn_lftt > ul > .sideNav_Btn > .activenav, .admn_lftt > ul > .sideNav_Btn > a:hover {
    color: #fff;
    background: linear-gradient(90deg, rgba(255, 105, 0, 0.95) 0%, rgba(245, 73, 0, 1) 100%);
}

.left-upload-sidebar ul.nav-area li.active a {
    color: #fff;
    background: linear-gradient(90deg, rgba(255, 105, 0, 0.95) 0%, rgba(245, 73, 0, 1) 100%);
}

.sidetoggle img.sideicon {
    margin-right: 0px !important;
}

.new-side-left.admn_lftt ul.nav-area {
    padding-top: 14px;
}

.select-weekdays .Amenitieschk input {
    width: 10px !important;
}

.sidetoggle button#toggle_btn{
    transform: rotate(180deg)
}

.left-upload-sidebar:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: #192650;
    inset: 0;
    position: absolute;
    z-index: 1;
}


.left-upload-sidebar, .new-side-left.admn_lftt {
    position: relative;
    z-index: 99;
}

footer.text-white.footer-main-curve-sec {
    z-index: 99;
}

.box_row_data.sidetoggle .left-upload-sidebar:after {
    width: 105px;
}

/*11-06-2026*/

.property-type-list .col-md-4 label {
    border: 1px solid #cfcfcfa6;
    width: 100%;
    border-radius: 6px;
    padding: 4px 11px;
}

.content-uploader {
    border-radius: 10px !important;
}
.staff-add-btn {
    display: flex;
    justify-content: space-between;
}

.table-scrollable table {
    overflow-x: auto !important;
/*    display: block !important;*/
}
@media (min-width:768px) and (max-width:992px){
.sidetoggle .right-upload-section {
    width: calc(100% - 136px);
}
}