*{
    box-sizing: border-box;
}
/* media query */
@media screen and (min-width: 400px) and (max-width: 992px){
    .rightsec_wrapper .header_wrapper .header_rightsec,
    .rightsec_wrapper .header_wrapper .header_leftsec{
        width:50%;
        float: left;
    }
}
table td a i{
    color: var(--btn-bg);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1.3;
    color: #003144;
}

p, span, div {
    font-family: 'Inter', sans-serif;
}

.form-control {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

label {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #003144;
}
.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-start {
    align-items: flex-start;
}

.table {
    font-family: 'Inter', sans-serif;
}

.table th {
    font-weight: 600;
    letter-spacing: 0.3px;
}

.table td {
    font-weight: 400;
}
.section-title-font{
    font-weight: 600 !important;
    font-size: 15px !important;
    text-transform: capitalize !important;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0.3px;
    color: #fff;
}
.page-title{
   padding-left: 20px;
}

body{
    background-color:#d4f1ff21;
    color:var(--txt-pri);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
.form-control:focus{
    border-color: #fff06a;
    box-shadow: 0 0 15px rgba(255,240,106,0.3);
    transform: translateY(-1px);
    background: #ffffff;
}

.leftsec_wrapper{
    /* width: 20%; */
    height: 100vh;
    padding: 0px;
    display: inline-block;
    background: linear-gradient(180deg, #003144 0%, #004a5c 50%, #002a38 100%);
    float: left;
    position: fixed;
    z-index: 99999999;
    transition: all 0.3s cubic-bezier(0.66, 0.03, 0.26, 0.96);
    box-shadow: 4px 0 20px rgba(0,0,0,0.15);
}
.leftsec_wrapper.active{
    width: 55px;
    transition: all 0.3s cubic-bezier(0.66, 0.03, 0.26, 0.96);
    
}

.leftsec_wrapper .logo{
    height:80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgba(255,240,106,0.1), rgba(255,240,106,0.05));
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
}

.leftsec_wrapper .logo a i{
    margin-right: 12px;
    color: #fff06a;
    font-size: 28px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.leftsec_wrapper .logo a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.leftsec_wrapper .logo a span{
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
/* .leftsec_wrapper .logo a{
    white-space: nowrap;]
    position: relative;
} */


.leftsec_wrapper.active .logo a span{
    display: none;
    transition: all 0.3s ease ;
    
}
.leftsec_wrapper .logo a:hover{
    text-decoration: none;
}

.leftsec_wrapper .sidebar_wraper{
    height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: visible;
    margin-left: 2%;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.05) 100%);
    box-shadow: inset 0 2px 10px rgba(0,0,0,0.2);
    transition: all 0.3s cubic-bezier(0.66, 0.03, 0.26, 0.96);
    border-radius: 0 15px 15px 0;
}
.leftsec_wrapper.active .sidebar_wraper{
    
    overflow-y: visible;
}

.leftsec_wrapper .sidebar_wraper .page-sidebar > ul{
    margin: 0 !important;
    padding: 25px 0px 0px 0px;
    list-style: none;
   
}
.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu li{
    display: block;
    padding: 0px;
    margin-bottom: 2px;
    cursor: pointer;
    position: relative;
}
.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu li select{
    box-shadow: none;
    background: transparent;
    border: none;
     font-size: 16px;
    font-weight: 600;
    padding-left: 40px;
}
.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu li select:hover {
    background-color: #003144;
    color: var(--txt-light-hover);
    text-decoration: none;
}
.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu .sub-menu-wrraper{
    margin-top: 0 !important;
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 100%);
    border-radius: 0 15px 15px 0;
}
.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu .sub-menu{
    border-left: 2px solid #fff06a;
    padding: 5px 0;
    margin-left: 22px;
}
.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu .sub-menu li a{
    padding: 8px 0 8px 25px;
    display: flex;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    border-radius: 0 20px 20px 0;
    margin: 1px 0;
}
.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu li a{
    position: relative;
    display: block;
    padding: 12px 0px 12px 20px;
    color: rgba(255,255,255,0.9);
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    border-radius: 0 25px 25px 0;
    margin: 2px 0;
    transition: all 0.3s ease;
}
.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu li a  i{
    margin-right: 12px;
    color: #fff06a;
    font-size: 16px;
    width: 20px;
    text-align: center;
}
.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu li a .title
{
    opacity: 1;
}


.leftsec_wrapper.active .sidebar_wraper .page-sidebar .page-sidebar-menu li.sub-menu-in .sub-menu-wrraper ul{
    border-radius: 10px;
    margin: 0;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,240,106,0.3);
}

.leftsec_wrapper.active .sidebar_wraper .page-sidebar .page-sidebar-menu li.sub-menu-in .sub-menu-wrraper a{
    position:relative;
    padding: 8px 0px 8px 15px;
    color: #003144;
    font-weight: 500;
    border-radius: 8px;
    margin: 2px;
    transition: all 0.3s ease;
}

.leftsec_wrapper.active .sidebar_wraper .page-sidebar .page-sidebar-menu li.sub-menu-in .sub-menu-wrraper a:hover{
    background: linear-gradient(135deg, #fff06a, rgba(255,240,106,0.8));
    color: #003144;
    font-weight: 600;
}

.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu .sub-menu li a:hover{
    background: linear-gradient(135deg, rgba(255,240,106,0.2), rgba(255,240,106,0.1));
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(255,240,106,0.2);
}

.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu .sub-menu li .active{
    background: linear-gradient(135deg, #fff06a, rgba(255,240,106,0.9));
    color: #003144;
    font-weight: 600;
    border-left: 3px solid #003144;
}

.leftsec_wrapper.active .sidebar_wraper .page-sidebar .page-sidebar-menu .sub-menu-in .sub-menu-wrraper{
    display: none;
    pointer-events: none;
    min-height: max-content !important;
    min-width: 150px;
    /* border: 1px solid blue;
    border-radius: 5px; */
    /* margin-top: 2px; */
    
    /* left: 100%; */
    background-color: transparent;
    position: absolute;
    /* padding-left: 20px; */
    left: 40px;
    padding-left: 15px;
    top:0px;
    /* transform: translateX(30%); */
    width: 100%; 
}

.leftsec_wrapper.active .sidebar_wraper .page-sidebar .page-sidebar-menu .sub-menu-in .sub-menu-wrraper:hover,
.leftsec_wrapper.active .sidebar_wraper .page-sidebar .page-sidebar-menu .sub-menu-in a:hover + .sub-menu-wrraper{
display: block;
pointer-events: auto;
/* background-color: #413e48; */
}
.leftsec_wrapper.active  .sidebar_wraper .page-sidebar .page-sidebar-menu li a .title,
.leftsec_wrapper.active  .sidebar_wraper .page-sidebar .page-sidebar-menu li a .caret{
   display: none;
    transition: all 0.0s cubic-bezier(0.66, 0.03, 0.26, 0.96);
    pointer-events: none;
   

}

.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu li a:hover{
    background: linear-gradient(135deg, rgba(255,240,106,0.2), rgba(255,240,106,0.1));
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(255,240,106,0.2);
}
/* .leftsec_wrapper.active .sidebar_wraper .page-sidebar .page-sidebar-menu li.sub-menu-in a:hover ~ div .sub-menu{
    
    display: block;
} */

.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu li a:active{
    text-decoration: none;
    color:var(--txt-sec);
}
.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu li a:focus{
    text-decoration: none;
}
.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu li .active{
    color: #003144;
    background: linear-gradient(135deg, #fff06a, rgba(255,240,106,0.9));
    border-left: 5px solid #003144;
    box-shadow: 0 4px 15px rgba(255,240,106,0.4);
    font-weight: 600;
}

.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu li .active i{
    color: #003144 !important;
}
.caret{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
a[data-toggle="collapse"][class="collapsed"] .caret { 
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* left section CSS end */



/* right Section CSS */

.leftsec_wrapper.active ~ .rightsec_wrapper{
    width: calc(100% - 55px);
    transition: all 0.3s cubic-bezier(0.66, 0.03, 0.26, 0.96);

}
.rightsec_wrapper{
   
    display: inline-block;
    float: right;
    /* width: 80%; */
    padding: 0px;
    /* background-color: blueviolet; */
    transition: all 0.3s cubic-bezier(0.66, 0.03, 0.26, 0.96);

}
@media screen and (min-width: 400px) and (max-width: 992px){

    .rightsec_wrapper{
        width: 83.33333333%;;
    }

    .leftsec_wrapper{
        width:16.6666666% ;
    }

}

.rightsec_wrapper .header_wrapper{
    position: sticky;
    top: 0px;
    z-index: 6666;
    background: linear-gradient(135deg, #003144 0%, #004a5c 100%);
    height: 80px;
    padding: 0px;
    box-shadow: 0 4px 20px rgba(0,49,68,0.3);
    border-bottom: 3px solid #fff06a;
}
.rightsec_wrapper .header_wrapper .btn:active{
    box-shadow: none;
}


.btn:focus{
    outline: none !important;
    color:white;
    background-color: var(--btn-bg);
}

.rightsec_wrapper .header_wrapper .header_leftsec{
    padding: 25px 20px;
}
.rightsec_wrapper .header_wrapper .menu_icon{
    display: inline-block;
    cursor: pointer;


}
.rightsec_wrapper .header_wrapper .menu_icon i{
    color: #fff06a;
    font-size: 24px;
    transition: all 0.3s ease;
}
.rightsec_wrapper .header_wrapper .menu_icon i:hover{
    color: #ffffff;
    transform: scale(1.1);
}

.rightsec_wrapper .header_wrapper .dashboard_search{
    
    display: inline-block;
    width: 70%;
    float: right;
}

.dashboard_search .search-form{
    background: rgba(255,255,255,0.15) !important;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}
.dashboard_search .search-form .input-group input{
    box-shadow: none;
    border: 0px;
    border-radius: 25px;
    background: transparent;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}
.dashboard_search .search-form .input-group input::placeholder{
    color: rgba(255,255,255,0.7);
}
.dashboard_search .search-form .btn{
    padding: 4px 12px !important;
}
.dashboard_search .search-form .input-group span a{
    color: #fff06a !important;
}
.dashboard_search .search-form .input-group span a:hover {
    color: #ffffff !important;
}
.rightsec_wrapper .header_wrapper .header_rightsec{
    padding: 0 20px;
    height: inherit;
    display: flex;
    justify-content: end;
    align-items: center;
}
.rightsec_wrapper .header_wrapper .header_rightsec .profile{
    float: right !important;
    position: relative !important;
}
.profile_sub_menu {
    display:block;
    position: absolute;
    right: 0;
    top: 100%;
    margin: -10px 27px 0 0;
    width: 100%;
    background-color: transparent;
    padding: 5px 0px;
    /* border: 1px solid; */
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;

}
@media screen and (min-width: 400px) and (max-width: 992px){    

    .profile_sub_menu{
        width: 70%;
    }
}

.profile_sub_menu .sub_menu_link{
    margin: 2px;
    padding:  5px;
    /* background-color:var(--sec-bg); */
    overflow-x: hidden;
    border-radius: 5px;
}
.profile_sub_menu .sub_menu_link ul{
    margin: 0;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
}
.profile_sub_menu .sub_menu_link li a{
    padding: 10px 15px;
    color: #003144;
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    border-radius: 8px;
    margin: 2px;
    transition: all 0.3s ease;
}
.profile_sub_menu .sub_menu_link li a i{
    margin-right: 8px;
    color: #003144;
    width: 16px;
    text-align: center;
}
.profile_sub_menu .sub_menu_link li a:hover {
    background: linear-gradient(135deg, #003144, #004a5c);
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,49,68,0.3);
}
.profile_sub_menu .sub_menu_link li a:hover i{
    color: #fff06a;
}


.profile_sub_menu:hover, .profile_group:hover  .profile_sub_menu,
.profile div .profile_icon:hover + .profile_sub_menu{
    opacity: 1;
    pointer-events: auto;
}

.profile_sub_menu ul{
    padding: 0px;
    list-style: none;

}

.profile_sub_menu ul li a{
    padding-left: 10px;
}


.profile .profile_group{
    float: right;
    background: rgba(255,255,255,0.1);
    border-radius: 30px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 8px 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}
.profile .profile_group>span>a, .profile .profile_group>span{
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}
.profile .profile_group span a:hover {
    color: #fff06a !important;
    transition: all 0.3s ease;
}


.page_content_wrapper .main{
    margin-top: 15px;
    margin-bottom: 45px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 15px;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
}
.page_content_wrapper .main .container-fluid{
    background: transparent;
    border: none;
    padding: 0px !important;
    border-radius: 15px;
    overflow-x: hidden;
}
.page_content_wrapper .main .container-fluid .asset{
    background: linear-gradient(135deg, #003144 0%, #004a5c 100%);
    color: #ffffff;
    padding: 15px 20px;
    margin-bottom: 0;
    border-radius: 15px 15px 0 0;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.page_content_wrapper .main .container-fluid .descriptionbox{
    /* min-height: 100px; */
    padding-left: 10px !important;
} 
.page_content_wrapper .main .container-fluid .descriptionbox input{
  
    min-height: 100px;
}
/* .page_content_wrapper .main .container-fluid .btn1 input{
    float: right;
    color: white;
    margin-right: 15px;
    padding: 5px;
    border-radius: 20px;
    text-transform: uppercase;
    border-width: 1px;
    border-color: rgb(255 255 255);
    border-style: solid;
    background-color: rgb(83, 34, 208);
    box-shadow: 0px 2px 1.92px 0.08px rgb(0 0 0 / 28%);
    /* position: absolute;

} */
.asset-container button,
.modal-content button{
    background: linear-gradient(135deg, #003144, #004a5c);
    border: none;
    border-radius: 25px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 8px 5px;
    padding: 12px 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,49,68,0.3);
    user-select: none;
    -webkit-user-select: none;
}
.asset-container button:hover,
.modal-content button:hover{
    background: linear-gradient(135deg, #004a5c, #003144);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,49,68,0.4);
    color: #fff06a;
}
.asset-container form button,
.modal-content form button
{
    float: right;
}
.asset-container form button.movedatabtn{
    float: left;
    margin-block: 10px;
}

.assetbtnrow{
    margin-bottom: 20px;
    padding: 20px;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.radio-group{
    float: right;
}
.radio-btn-group{ 
    margin-left:10px;
    display: inline-flex;
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 0 4px 1px var(--shdw-pri)
}
.radio-btn-group input{
    display:none;
}
.radio_label{
    Padding:5px 15px;
    margin: 0px;
    opacity: 0.4;
    font-size:14px;
    font-family:sans-serif;
    line-height: 20px;
    color: var(--btn-txt-dark);
    background: var(--btn-bg-light);
   
    cursor:pointer;
    transition:background 0.1s;
}
.radio_label:not(:last-of-type){
    border-right: 1px solid var(--border-pri);
}
.radio_styles:checked + .radio_label{
  
    background: var(--btn-bg);
    color: var(--btn-txt);
    opacity: 1;
}

.radio-btn-group.status{
    width: 160px;
    background: #fff;
    position: relative;
    height: 36px;
}


.radio-btn-group.status .radio_label1::after{
    Padding: 5px 15px;
    position: absolute;
    margin: 0px;
    opacity: 0;
    
    left: 80px;
    top: 3px;
    background: #008000;
    content:attr(data-status-type);
    border-radius: 30px;
    color: #fff;
    /* width: 100%; */
    height: 30px;
    transition: all 0.3s ease;
}
.radio-btn-group.status .radio_label2::after{
    position: absolute;
    opacity: 0;
    Padding: 5px 15px;
    margin: 0px;
    top: 3px;
    right: 80px;
   
    height: 30px;
    background:#ff0000;
    color: #fff;
    content:attr(data-status-type);
    border-radius: 30px;
    transition: all 0.3s ease;
}
.radio-btn-group.status .radio_label1::before{
    Padding: 5px 15px;
    position: absolute;
    margin: 0px;
    opacity: 1;
    top: 3px;
    left: 3px;
   
    content:attr(data-status-type);
    border-radius: 30px;
    /* width: 100%; */
    height: 30px;
    transition: all 0.3s ease;
}
.radio-btn-group.status .radio_label2::before{
    position: absolute;
    Padding: 5px 15px;
    margin: 0px;
    right: 3px;
    left: 80px;
    top: 3px;
    opacity: 1;
    height: 30px;
   
    content:attr(data-status-type);
    border-radius: 30px;
    transition: all 0.3s ease;
}


.radio_styles:checked + label.radio_label1::after{
    opacity: 1;
    top: 3px;
    left: 3px;
   
   

}
.radio_styles:checked+ label.radio_label1::before{
    opacity: 0;
}
.radio_styles:checked+ label.radio_label2::before{
    opacity: 0;
}
.radio_styles:checked + label.radio_label2::after{
    opacity: 1;
    right: 3px;
    
    top: 3px;
}




.section-title{
    padding: 15px 20px !important;
    background: linear-gradient(135deg, #003144 0%, #004a5c 100%);
    border-radius: 15px 15px 0px 0px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    border-bottom: 3px solid #fff06a;
}

.asset_detail_container form{ 
    border: 1px solid rgba(0,49,68,0.1);
    border-radius: 0 0 15px 15px;
    padding: 25px 20px;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    box-shadow: inset 0 2px 10px rgba(0,0,0,0.05);
}
.asset_detail_container form label:not(.radio-btn-group label){
   margin: 8px 0px;
   font-family: 'Inter', sans-serif;
   font-weight: 500;
   color: #003144;
}

.table-responsive{
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 8px 25px rgba(0,0,0,0.1); */
}

.bg-success{
    background-color: green !important;
}
.bg-danger{
    background-color: red;
}



 /* *********************login page CSS************************  */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
.mysection_wrap body,
.mysection_wrap {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.mysection_wrap {
    background: linear-gradient(135deg, #003144 0%, #004a5c 50%, #001a24 100%);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.mysection_wrap::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: rgba(255,240,106,0.1);
    border-radius: 50%;
    animation: loginFloat 8s ease-in-out infinite;
}
.mysection_wrap::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: rgba(255,240,106,0.05);
    border-radius: 50%;
    animation: loginFloat 12s ease-in-out infinite reverse;
}
@keyframes loginFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}
.mysection_wrap .container{
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.login-content .form-control{
    height: 60px;
    border-radius: 15px;
    border: 2px solid #e0e0e0;
    background: transparent;
    transition: all 0.3s ease;
}
.login-content .form-control:focus {
    border-color: #fff06a;
    box-shadow: 0 0 15px rgba(255,240,106,0.3);
    transform: translateY(-2px);
}
.mysection_wrap .card_wrap{
    min-width: 600px;
    max-width: 35%;
    margin-bottom: 60px;
    margin-top: 100px;
}
.main_login_page{
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    backdrop-filter: blur(20px);
    background: rgba(255,255,255,0.95);
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}
.main_login_page .card-header{
    padding: 30px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    background: url('/images/login-card-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgb(191 177 53);
    color: #003144;
    position: relative;
}
.main_login_page .card-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #003144, #004a5c, #003144);
}
.main_login_page.card{
    padding:0;
    background: transparent;
}
.login-content{
    padding: 3rem 2rem;
    background: rgba(255,255,255,0.95);
    font-family: 'Inter', sans-serif;
}
.welcome-note{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #003144;
    margin-bottom: 30px;
}


.login-content form{
    margin: 5% auto 0px;
}

.login-content form .alert{
    padding: 2px 2px 2px 10px;
}

.login-content .form-control:focus{
     outline: none;
     box-shadow: none;
     
}
.login-content  .p-rel input:focus ~ label,
.p-rel input:valid ~ label{    
    top: 0%;
    color: #003144;
    font-size: 14px;
    font-weight: 600;
    transform: translateY(-50%);
    background-color: rgb(242 245 245);
    padding: 0 8px;

}


.p-rel{
     position: relative;
     margin-top: 12px;
 
}
.p-rel label{
    position: absolute;
    color: var( --txt-grey);;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.p-rel input{
    padding: 15px 20px !important;
    border-radius: 15px;
    border: 2px solid #e0e0e0;
    background: #fff;
   
    transition: all 0.3s ease;
}
.p-rel input:focus {
    border-color: #fff06a;
    box-shadow: 0 0 15px rgba(255,240,106,0.3);
    transform: translateY(-2px);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /* border: 1px solid green; */
  /* -webkit-text-fill-color: green; */
  -webkit-box-shadow: 0 0 0px 1000px var(--shdw-white) inset;
  transition: background-color 5000s ease-in-out 0s;
}

.p-rel input:-webkit-autofill,
.p-rel input:-webkit-autofill:hover,
.p-rel input:-webkit-autofill:focus,
.p-rel input:-webkit-autofill:active {
    background-color: #020010 !important;
    color: aqua;
}

.p-rel input:valid{
    border-color:var(--border-pri);
}


.p-rel input:focus ~ label,
.p-rel input:valid ~ label{    
    top: 0%;
    color: #003144;
    font-size: 14px;
    font-weight: 600;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.95);
    padding: 0 8px;
}
.login-content .form-group .form-check{
    margin-left: 10px;
    margin-top: 2px;
    font-size: 12px;
}
.loginbtn{
    justify-content: center;
}
.login-content .form-group button{
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #003144, #004a5c);
    border: none;
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-top: 20px;
}
.login-content .form-group button:hover{
    background: linear-gradient(135deg, #004a5c, #003144);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,49,68,0.3);
}
.login-content .form-group button:focus{
    box-shadow: 0 0 20px rgba(0,49,68,0.5);
}
.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.login-icon {
    color: #003144;
    margin-bottom: 5px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}
.brand-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    color: #003144;
    letter-spacing: -0.5px;
    font-family: 'Inter', sans-serif;
    text-transform: capitalize;
}
.admin-portal-text {
    margin: 0;
    font-size: 13px;
    opacity: 0.7;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.welcome-section {
    text-align: center;
    margin-bottom: 35px;
}
.welcome-title {
    font-size: 24px;
    font-weight: 600;
    color: #003144;
    margin: 0 0 8px 0;
    letter-spacing: -0.3px;
    font-family: 'Inter', sans-serif;
}
.welcome-subtitle {
    font-size: 15px;
    color: #666;
    margin: 0;
    font-weight: 400;
}
.label-icon {
    margin-right: 10px;
    opacity: 0.8;
}
.remember-me {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.remember-me input {
    margin-right: 12px;
    transform: scale(1.1);
}
.remember-me label {
    color: #555;
    font-size: 14px;
    font-weight: 500;
}
.login-btn {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.login-links {
    text-align: center;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.link-divider {
    color: #ccc;
    font-size: 12px;
}
.forgot-link {
    color: #666;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.3s ease;
}
.forgot-link:hover {
    color: #003144;
}
.register-link {
    color: #003144;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: color 0.3s ease;
}
.register-link:hover {
    color: #004a5c;
}
.link-icon {
    margin-right: 6px;
    font-size: 12px;
}
.forgot-password-form {
    display: none;
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
}
.forgot-title {
    color: #003144;
    margin-bottom: 15px;
}
.reset-btn {
    width: 100%;
    padding: 10px;
    background: #003144;
    color: #fff;
    border: none;
    border-radius: 8px;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.reset-btn:hover {
    background: #004a5c;
}
.back-btn {
    width: 100%;
    padding: 8px;
    background: transparent;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.back-btn:hover {
    background: #f0f0f0;
}
@media (max-width: 768px) {
    .mysection_wrap .card_wrap {
        min-width: 90%;
        max-width: 95%;
        margin: 20px;
    }
    .login-content {
        padding: 2rem 1.5rem;
    }
    .welcome-note {
        font-size: 18px;
    }
    .main_login_page .card-header {
        padding: 20px 15px;
        font-size: 20px;
    }
    .login-links {
        flex-direction: column;
        gap: 10px;
    }
    .forgot-link {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .mysection_wrap .card_wrap {
        min-width: 95%;
        margin: 10px;
    }
    .login-content {
        padding: 1.5rem 1rem;
    }
    .welcome-note {
        font-size: 16px;
    }
    .main_login_page .card-header {
        padding: 15px 10px;
        font-size: 18px;
    }
    .login-content .form-control {
        height: 50px;
    }
    .p-rel input {
        padding: 12px 15px !important;
    }
    .forgot-password-form {
        padding: 15px;
    }
}

/* login page footer  */

.myfooter_wrap {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
    background: linear-gradient(135deg, #003144 0%, #004a5c 100%);
    padding: 10px 0;
    border-top: 2px solid #fff06a;
}


.footer_wrap{
    position: fixed;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #003144 0%, #004a5c 100%);
    color: rgba(255,255,255,0.9);
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    box-shadow: 0 -4px 20px rgba(0,49,68,0.3);
    z-index: 99999999999;
    transition: all 0.3s cubic-bezier(0.66, 0.03, 0.26, 0.96);
    border-top: 2px solid #fff06a;
}
.leftsec_wrapper.active ~ .footer_wrap{ 
    width: calc(100% - 55px) !important;
    transition: all 0.3s cubic-bezier(0.66, 0.03, 0.26, 0.96);

}






.card-wrraper{
    /* background-color: #f85026; */
}

.card{
    min-height: 100%;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}
.card i{
    margin-left: 10px;
    color: var(--icon-pri);
}

.card .count {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #003144, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card .category h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.card-content{
    display: flex;
    flex-direction: column;
}

.card-info-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    
}
.card-info-header h3{
    margin: 0;
    font-size: 18px;
    font-weight: 200;
    color: var(--txt-pri);
}
.card-info-header .count{
    font-size: 20px;
    font-weight: 600;
}
.card-sub-detail{
    padding-top: 12px;
    color: #6c757d;
    font-size: 13px;
    font-weight: 500;
}

.card-sub-detail p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.card-sub-detail p::before {
    content: '📈';
    font-size: 12px;
}
/* Dashboard Header */
.dashboard-header {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 20px;
    background: linear-gradient(135deg, #003144 0%, #004a5c 100%);
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,49,68,0.2);
    position: relative;
    overflow: hidden;
}

.dashboard-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,240,106,0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

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

.dashboard-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.dashboard-subtitle {
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    margin: 0;
    position: relative;
    z-index: 2;
}

/* Dashboard Cards */
.dashboard-card{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.card-wrraper{
    padding: 15px;
    transition: transform 0.3s ease;
}

.card-wrraper:hover {
    transform: translateY(-5px);
}

/* Stat Cards */
.stat-card {
    position: relative;
    overflow: hidden;
    border-left: 5px solid transparent;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: translateY(-8px);
}

.stat-card:hover::before {
    opacity: 1;
}

.tenant-card {
    border-left-color: #007bff;
    background: linear-gradient(145deg, #ffffff, #f0f8ff);
}

.property-card {
    border-left-color: #dc3545;
    background: linear-gradient(145deg, #ffffff, #fff5f5);
}

.user-card {
    border-left-color: #28a745;
    background: linear-gradient(145deg, #ffffff, #f0fff4);
}

.revenue-card {
    border-left-color: #f39c12;
}

.card-icon {
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.15), rgba(52, 152, 219, 0.25));
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.card-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
    transform: rotate(-45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.stat-card:hover .card-icon::before {
    opacity: 1;
    transform: rotate(-45deg) translateX(100%);
}

.tenant-card .card-icon {
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.15), rgba(0, 123, 255, 0.25));
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.2);
}

.property-card .card-icon {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.15), rgba(220, 53, 69, 0.25));
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.2);
}

.user-card .card-icon {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.15), rgba(40, 167, 69, 0.25));
    box-shadow: 0 8px 20px rgba(40, 167, 69, 0.2);
}

.revenue-card .card-icon {
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.1), rgba(243, 156, 18, 0.2));
}

.card-icon i {
    font-size: 28px;
    color: var(--icon-pri);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.tenant-card .card-icon i {
    color: #007bff;
}

.property-card .card-icon i {
    color: #dc3545;
}

.user-card .card-icon i {
    color: #28a745;
}

.stat-card:hover .card-icon i {
    transform: scale(1.1);
}

.revenue-card .card-icon i {
    color: #f39c12;
}

/* Trend Indicators */
.trend-indicator {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 12px;
    background: rgba(40, 167, 69, 0.1);
    width: fit-content;
}

.trend-indicator.positive {
    color: #28a745;
    background: rgba(40, 167, 69, 0.1);
}

.trend-indicator.negative {
    color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
}

.trend-indicator i {
    font-size: 10px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* Quick Actions */
.quick-actions-section {
    margin-top: 40px;
}

.quick-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: var(--sec-bg);
    border-radius: 12px;
    text-decoration: none;
    color: var(--txt-pri);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    min-width: 120px;
}

.action-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    text-decoration: none;
    color: var(--txt-pri);
}

.action-btn i {
    font-size: 24px;
    margin-bottom: 8px;
    color: var(--btn-bg);
}

.action-btn span {
    font-size: 14px;
    font-weight: 500;
}

/* Responsive Design */
@media screen and (min-width: 1200px) {
    .card-wrraper {
        flex: 0 0 25%;
    }
}

@media screen and (min-width: 850px) and (max-width: 1199px) {
    .card-wrraper {
        flex: 0 0 33.333%;
    }
}

@media screen and (min-width: 576px) and (max-width: 849px) {
    .card-wrraper {
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 575px) {
    .card-wrraper {
        flex: 0 0 100%;
    }
    
    .quick-actions {
        justify-content: center;
    }
    
    .action-btn {
        min-width: 100px;
        padding: 15px;
    }
}

.divider{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: var(--pri-bg);
    border-radius: 5px;
}
.blank{
    display: none;
}
.info-tab-warraper .info-tab .head-title{
    padding: 10px 0 0 15px;
    /* width: 0%; */
    display: inline-block;

}
.info-tab-warraper .info-tab .top-section{
    margin-bottom: 5px;
}
 /* search box */

/* .info-tab-warraper .info-tab .top-section .search-box-warraper{
    width: 30%;
    position: relative;
    display: inline-block;
    float: right;
    /* vertical-align: middle; */
    /* height: inherit; 
    transform: translateY(100%);
}
.info-tab-warraper .info-tab .top-section .search-box-warraper i{
 float: right;
 margin-right: 20px; 
}


.info-tab-warraper .info-tab .search-box-warraper .search-box:focus-within,
.info-tab-warraper .info-tab .top-section .search-box-warraper  .search-box:hover,
.info-tab-warraper .info-tab .top-section .search-box-warraper i:hover + .search-box{
    /* opacity: 1; 
    display: block;
    pointer-events: auto;
} */

/* .info-tab-warraper .info-tab .search-box-warraper .search-box:visited,
.info-tab-warraper .info-tab .search-box-warraper .search-box:focus-within,
.info-tab-warraper .info-tab .search-box-warraper .search-box:focus,
.info-tab-warraper .info-tab .search-box-warraper .search-box:active,
.info-tab-warraper .info-tab .search-box-warraper .search-box:valid{
    display: block;
    pointer-events:auto;
} */

/* .info-tab-warraper .info-tab .search-box-warraper .search-box{
    display: none;
    pointer-events: none;
    right: 0;
     opacity: 0; 
    padding: 10px 0px;
    bottom: 0;
   width: 100%;
    transform: translate(-20px , 80%);
    position: absolute;
     border: 1px solid #0000008c; 
     border-radius: 12px; 
} /*
.info-tab-warraper .info-tab .search-box-warraper .search-box input{
    padding: 3px 10px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.342);
    border-radius: 5px;
} */



.info-tab-warraper .container-fluid{
    border-radius: 10px;
    padding: 0;
}

.info-tab-warraper>div>div{
    background: linear-gradient(145deg, #ffffff, #f8f9fa) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
}
.info-tab-warraper .info-tab .head-title h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #003144;
    font-family: 'Inter', sans-serif;
}
.info-tab-warraper .info-tab .head-title p{
    font-size: 14px;
    color: #6c757d;
    font-family: 'Inter', sans-serif;
    margin-top: 5px;
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive  .dataTables_length{
    display: none;
}
.info-tab-warraper .info-tab>div>.table-responsive{
    margin-top: 0px;
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div thead tr th,
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr td{
    border: 0px;
    
}

.info-tab-warraper .info-tab .col-md-12 .table-responsive>div thead tr th{
    background: linear-gradient(135deg, #003144 0%, #004a5c 100%);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    padding: 18px 20px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
    position: relative;
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div thead tr th:first-child{
    border-radius: 15px 0 0 0;
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div thead tr th:last-child{
    border-radius: 0 15px 0 0;
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr{
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr:nth-child(odd) td{
    background: #ffffff;
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr:nth-child(even) td{
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr td{
    padding: 18px 20px;
    font-family: 'Inter', sans-serif;
    color: #003144;
    border: none;
    border-bottom: 1px solid rgba(0,49,68,0.06);
    vertical-align: middle;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,49,68,0.15);
    z-index: 10;
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr:hover td{
    background: linear-gradient(135deg, rgba(255,240,106,0.15), rgba(255,240,106,0.08));
    border-bottom-color: rgba(255,240,106,0.3);
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr:hover td:first-child{
    border-left: 3px solid #fff06a;
    padding-left: 17px;
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(135deg, #fff06a, rgba(255,240,106,0.8));
    transition: width 0.3s ease;
    z-index: -1;
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr:hover::before{
    width: 4px;
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr:last-child td:first-child{
    border-radius: 0 0 0 15px;
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr:last-child td:last-child{
    border-radius: 0 0 15px 0;
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div thead tr .sorting{
    background-image: none !important;
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div .table {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: none;
}

.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr td .comment{
    /* display:none; */
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr td:hover .comment{
    /* display: block; */
}

.cellwithcomment{
    position:relative;
    cursor: pointer;  
    white-space: nowrap;
   
   
    
}
.cellwithcomment div{  overflow: hidden;
    text-overflow: ellipsis;    
    width: 100px !important;}


.comment{
            display: none;
            /* width: auto; */
            position:absolute; 
            z-index:100;
            max-width: 200px;
            text-align: Left;
            opacity: .7;
            transition: opacity .8s;
            border-radius: 6px;
            background-color: var(--sec-bg);
            padding:10px;           
            left:0px;
            
            border: 1px solid var(--border-pri);
            pointer-events: none;
            font-size: 14px;
            white-space: pre-wrap;
        } 
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr:first-of-type td .comment,
tbody tr:first-of-type td .comment{
    top:35px; 
}
/* .info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr:last-of-type td .comment,
tbody tr:last-of-type td .comment{

} */
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody  tr:not(:first-of-type) td .comment,
tbody  tr:not(:first-of-type) td .comment{
    bottom:35px; 
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr td .comment span:first-of-type{
    color:var( --txt-grey);
}

.cellwithcomment:hover span.comment{
    display:inline-block;
    opacity: 1;
}


/* .info-tab-warraper .info-tab .col-md-12 .table-responsive .dataTables_filter{
    display: none;
} */



.asset_detail_container form .row>div.form-group:nth-child(odd){
/*    clear: both;*/
}
#airesponse, #customresponse{
min-height: 300px;
}
.errormsg{
    padding: 5px 2px;
    color: red;
    text-transform: capitalize;
}

.error,
.error:focus{
    border-color: red;
}
.modal{
    z-index: 99999999;
    backdrop-filter: brightness(0.3);
}
.modal-dialog{
    width: 80%;
}
.modal-content{
    top:60px;
}
.modal-body{
    width: 100%;
    max-height: 70vh;
    overflow: auto;
}
.modal-content .modal-header{
    background: linear-gradient(135deg, #003144 0%, #004a5c 100%);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
.modal-body table tbody tr{
    transition: all 0.3s ease;
}
.modal-body table tbody tr td{
    text-align: center;
    vertical-align: middle;
    border: none;
    padding: 15px;
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid rgba(0,49,68,0.08);
    transition: all 0.3s ease;
}
.modal-body table tbody tr:hover{
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0,49,68,0.1);
}
.modal-body table tbody tr:hover td{
    background: linear-gradient(135deg, rgba(255,240,106,0.1), rgba(255,240,106,0.05));
}
.modal-body table{
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.modal-body table thead {
    background: linear-gradient(135deg, #003144 0%, #004a5c 100%);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
.modal-body button.close:hover{
    opacity: 0.8;
}
.modal-body table>tbody>tr:nth-of-type(even) {
    background-color: var(--pri-bg);
}
.modal-body table tbody tr td input[type=text]{
    border: 1px solid var(--border-sec);
    border-radius: 5px;
}
.code-title{
    margin-bottom: 0px;
    display: inline-block;
}

#master_table{
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background: #ffffff;
}

#master_table thead tr:first-child th{
    background: linear-gradient(135deg, #003144 0%, #004a5c 100%) !important;
    color: #ffffff !important;
    padding: 20px;
    border: none;
    text-align: left;
    border-radius: 15px 15px 0 0;
}

#master_table thead tr:first-child th:hover,
#master_table thead tr:first-child th:focus,
#master_table thead tr:first-child th:active,
#master_table thead tr:first-child th.sorting,
#master_table thead tr:first-child th.sorting_asc,
#master_table thead tr:first-child th.sorting_desc{
    background: linear-gradient(135deg, #003144 0%, #004a5c 100%) !important;
    color: #ffffff !important;
}

#master_table thead tr:first-child th h5{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

#master_table thead tr:nth-child(2) th{
    background: linear-gradient(135deg, #004a5c 0%, #003144 100%) !important;
    color: #ffffff !important;
    padding: 15px 20px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
    border-bottom: 2px solid #fff06a;
}

#master_table thead tr:nth-child(2) th:hover,
#master_table thead tr:nth-child(2) th:focus,
#master_table thead tr:nth-child(2) th:active,
#master_table thead tr:nth-child(2) th.sorting,
#master_table thead tr:nth-child(2) th.sorting_asc,
#master_table thead tr:nth-child(2) th.sorting_desc{
    background: linear-gradient(135deg, #004a5c 0%, #003144 100%) !important;
    color: #ffffff !important;
}

#master_table tbody tr{
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

#master_table tbody tr td{
    padding: 18px 20px;
    border: none;
    border-bottom: 1px solid rgba(0,49,68,0.08);
    font-family: 'Inter', sans-serif;
    color: #003144;
    vertical-align: middle;
    transition: all 0.3s ease;
}

#master_table tbody tr:nth-child(even) td{
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
}

#master_table tbody tr:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,49,68,0.15);
    z-index: 10;
}

#master_table tbody tr:hover td{
    background: linear-gradient(135deg, rgba(255,240,106,0.15), rgba(255,240,106,0.08));
    border-bottom-color: rgba(255,240,106,0.3);
}

#master_table tbody tr:hover td:first-child{
    border-left: 3px solid #fff06a;
    padding-left: 17px;
}

#master_table tbody tr td:last-of-type{
    text-align: center;
}

#master_table tbody tr:last-child td{
    border-bottom: none;
}

#master_table tbody tr:last-child td:first-child{
    border-radius: 0 0 0 15px;
}

#master_table tbody tr:last-child td:last-child{
    border-radius: 0 0 15px 0;
}

#master_table .btn-sm{
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

#master_table .btn-warning{
    background: linear-gradient(135deg, #fff06a, rgba(255,240,106,0.8));
    color: #003144;
}

#master_table .btn-warning:hover{
    background: linear-gradient(135deg, rgba(255,240,106,0.9), #fff06a);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(255,240,106,0.4);
}

#master_table .btn-danger{
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: #ffffff;
}

#master_table .btn-danger:hover{
    background: linear-gradient(135deg, #c82333, #dc3545);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(220,53,69,0.4);
}

#master_table .btn i{
    font-size: 12px;
}

.action-cell{
    text-align: center;
    vertical-align: middle;
}

.action-buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    min-height: 40px;
}

.action-buttons form{
    margin: 0;
    display: flex;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 8px 16px;
    margin: 0 2px;
    border-radius: 8px;
    border: 1px solid rgba(0,49,68,0.2);
    background: #ffffff;
    color: #003144;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: linear-gradient(135deg, #003144, #004a5c);
    color: #ffffff;
    border-color: #003144;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: linear-gradient(135deg, #fff06a, rgba(255,240,106,0.8));
    color: #003144;
    border-color: #fff06a;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_info {
    font-family: 'Inter', sans-serif;
    color: #6c757d;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_filter input {
    border: 2px solid rgba(0,49,68,0.2);
    border-radius: 8px;
    padding: 8px 12px;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border-color: #fff06a;
    box-shadow: 0 0 10px rgba(255,240,106,0.3);
    outline: none;
}

.ui-autocomplete {
  z-index: 215000000 !important;
}
#Alertmsg{
    z-index: 999999999;
    pointer-events: none;
}
#Alertmsg div{
    pointer-events: auto;
}

.plans-container {
    padding: 20px;
    border: 1px solid lightgray;
    border-radius: 10px;
}
.toggle-switch {
    position: relative;
    display: inline-block;
}

.toggle-switch .toggle-input {
    display: none;
}

.toggle-switch .toggle-label {
    display: block;
    cursor: pointer;
    position: relative;
}

/* Type A - Simple Toggle */
.toggle-switch-type-a .toggle-label {
    width: 50px;
    height: 24px;
    background-color: #ccc;
    border-radius: 24px;
    transition: background-color 0.3s;
}

.toggle-switch-type-a .toggle-label::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    top: 2px;
    left: 2px;
    transition: transform 0.3s;
}

.toggle-switch-type-a .toggle-input:checked + .toggle-label {
    background-color: #28a745;
}

.toggle-switch-type-a .toggle-input:checked + .toggle-label::after {
    transform: translateX(26px);
}

/* Type B - Fancy Toggle */
.toggle-switch-type-b .toggle-label {
    width: 60px;
    height: 30px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    border-radius: 30px;
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.2), inset 0 1px 3px rgba(255,255,255,0.3); */
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #fff;
}

.toggle-switch-type-b .toggle-label::before {
    content: '✕';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    font-weight: bold;
    transition: opacity 0.3s;
}

.toggle-switch-type-b .toggle-label::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(180deg, #003144 0%, #004a5c 50%, #002a38 100%);
    top: 1px;
    left: 1px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.3), 0 1px 3px rgba(0,0,0,0.2);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-left: 3px solid #ffffffff;
    border-top: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.toggle-switch-type-b .toggle-input:checked + .toggle-label {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    /* box-shadow: 0 4px 20px rgba(46, 204, 113, 0.4), inset 0 1px 3px rgba(255,255,255,0.3); */
    animation: pulse 0.5s ease-in-out;
}

.toggle-switch-type-b .toggle-input:checked + .toggle-label::before {
    content: '✓';
    left: 8px;
    right: auto;
    opacity: 1;
}

.toggle-switch-type-b .toggle-input:checked + .toggle-label::after {
    transform: translateX(30px) rotate(360deg);
    background: linear-gradient(180deg, #003144 0%, #004a5c 50%, #002a38 100%);
    border-left: 3px solid #ffffffff;
}

.toggle-switch-type-b .toggle-label:hover {
    transform: scale(1.05);
}

.toggle-switch-type-b .toggle-input:checked + .toggle-label:hover {
    box-shadow: 0 6px 25px rgba(46, 204, 113, 0.5), inset 0 1px 3px rgba(255,255,255,0.3);
}

.toggle-switch-type-b .toggle-input:not(:checked) + .toggle-label:hover {
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.3), inset 0 1px 3px rgba(255,255,255,0.3);
}

/* Type C - Animated Toggle */
.toggle-switch-type-c .toggle-label {
    width: 55px;
    height: 28px;
    background: #ddd;
    border-radius: 28px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.toggle-switch-type-c .toggle-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.5s;
}

.toggle-switch-type-c .toggle-label::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    top: 2px;
    left: 2px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.toggle-switch-type-c .toggle-input:checked + .toggle-label {
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    animation: pulse 0.5s ease-in-out;
}

.toggle-switch-type-c .toggle-input:checked + .toggle-label::before {
    left: 100%;
}

.toggle-switch-type-c .toggle-input:checked + .toggle-label::after {
    transform: translateX(27px) rotate(360deg);
    background: #fff;
    box-shadow: 0 2px 10px rgba(102, 126, 234, 0.4);
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Type D - Modern Aesthetic Text Toggle */
.toggle-switch-type-d .toggle-label {
    width: 90px;
    height: 36px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    border: 1px solid rgba(255,255,255,0.2);
}

.toggle-switch-type-d .toggle-label::before {
    content: 'INACTIVE';
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.9);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.toggle-switch-type-d .toggle-label::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    top: 3px;
    left: 3px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.05);
}

.toggle-switch-type-d .toggle-input:checked + .toggle-label {
    background: linear-gradient(135deg, #51cf66, #40c057);
    box-shadow: 0 4px 15px rgba(81, 207, 102, 0.4);
}

.toggle-switch-type-d .toggle-input:checked + .toggle-label::before {
    content: 'ACTIVE';
    left: 12px;
    color: rgba(255,255,255,0.95);
}

.toggle-switch-type-d .toggle-input:checked + .toggle-label::after {
    transform: translateX(54px);
    box-shadow: 0 3px 12px rgba(0,0,0,0.2), 0 1px 4px rgba(0,0,0,0.1);
}

.toggle-switch-type-d .toggle-label:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}

.toggle-switch-type-d .toggle-input:checked + .toggle-label:hover {
    box-shadow: 0 6px 20px rgba(81, 207, 102, 0.5);
}
.small-btn {
    padding: 0.2rem 0.4rem;
    font-size: 0.7rem;
    line-height: 1.2;
}
.justify-content-end {
    justify-content: end !important;
}
.nav-tabs {
    border: none;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 8px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 10px;
    margin: 0 4px;
    padding: 12px 20px;
    transition: all 0.4s ease;
    color: #6c757d;
    font-weight: 600;
    background: transparent;
}

.nav-tabs .nav-link:hover {
    background: rgba(255,255,255,0.8);
    color: #495057;
    /* transform: translateY(-2px); */
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* .nav-tabs .nav-link.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    transform: translateY(-3px) scale(1.05);
} */

.nav-tabs .nav-link i {
    margin-right: 8px;
    font-size: 1.1em;
}

.tab-content {
    margin-top: -8px;
    position: relative;
    z-index: 1;
}

.tab-content .card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0 0 15px 15px;
    border-top: 3px solid #667eea;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* .tab-content .card::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px 15px 0 0;
} */