*{
    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;
    }
}

.section-title-font{
    font-weight: 600 !important;
    font-size: 15px !important;
    text-transform: capitalize !important;
}

body{
    background-color:#d4f1ff21;
    color:var(--txt-pri);
}
.form-control:focus{
    border-color: var(--border-pri);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 5px 0 var(--shdw-pri);
    
}

.leftsec_wrapper{
    /* width: 20%; */
    height: 100vh;
    padding: 0px;
    display: inline-block;
    background-color: var(--sidebar-sec-bg);
    float: left;
    position: fixed;
    z-index: 99999999;
    transition: all 0.3s cubic-bezier(0.66, 0.03, 0.26, 0.96);
    
}
.leftsec_wrapper.active{
    width: 55px;
    transition: all 0.3s cubic-bezier(0.66, 0.03, 0.26, 0.96);
    
}

.leftsec_wrapper .logo{
    height:70px;
    text-align: center;
   
    /* padding: 20px 0px; */
    /* vertical-align: middle; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.leftsec_wrapper .logo a i{
    margin-right: 10px;
    color: var(--txt-sec);
}
.leftsec_wrapper .logo a{
    display: flex;
    flex-direction: column;
}
.leftsec_wrapper .logo a span{
    font-size: 16px;
    color:var(--txt-sec);
    font-weight: 700;
    /* opacity: 1; */
    /* white-space: nowrap; */
}
/* .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 - 70px);
    overflow-y: auto;
    overflow-x: visible;
    margin-left: 2%;
    background-color: var(--sidebar-pri-bg);
    /* color: black; */
    box-shadow: 0px 0 4px 1px var(--shdw-pri);
    transition: all 0.3s cubic-bezier(0.66, 0.03, 0.26, 0.96) ;
}
.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: var(--sub-menu-wrraper); */
}
.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu .sub-menu{
    border-left: 1px solid #fff;
    padding: 0px;
    margin-left: 22px;
}
.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu .sub-menu li a{
    padding-left: 25px;
    display: flex;
}
.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu li a{
    position: relative;
    display: block;
    padding: 10px 0px 10px 15px;
    color: var(--txt-sidebar);
    /* white-space: nowrap; */
    font-size: 16px;
    font-weight: 600;
}
.leftsec_wrapper .sidebar_wraper .page-sidebar .page-sidebar-menu li a  i{
    margin-right: 10px;
}
.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: 1px solid blue; */
    border-radius: 5px;
    margin: 0;
    background: var( --sec-bg);
}

.leftsec_wrapper.active .sidebar_wraper .page-sidebar .page-sidebar-menu li.sub-menu-in .sub-menu-wrraper a{
    position:relative;
    padding: 5px 0px 5px 10px;
    /* margin-bottom: 2px; */
    box-shadow: 0px -2px 3px 0px var(--shdw-sec);

}

.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-color: var(--pri-c2);;
    color:var(--txt-light-hover);
    text-decoration: none; 
}
/* .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:var(--txt-light-hover);
    padding-left: 10px;
    background-color: var(--pri-c2);;
    /* background-color: #020010; */
    border-left: 5px solid var(    --sidebar-sec-bg);
   
}
.caret{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg) !important;
}
a.collapsed[data-toggle="collapse"] .caret  { 
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg) !important;
}

/* 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: var(--header-bg);
    height: 70px;
    /* width: 100%; */
    padding: 0px;
    box-shadow: 0px 0 4px 1px var(--shdw-pri);
    /* box-shadow: 0px 2px 4.75px 0.25px rgb(0 0 0 / 55%) */
}
.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: 20px;
}
.rightsec_wrapper .header_wrapper .menu_icon{
    display: inline-block;
    cursor: pointer;


}
.rightsec_wrapper .header_wrapper .menu_icon i{
    color:#fff;
}
.rightsec_wrapper .header_wrapper .menu_icon i:hover{
    color: #fff;

}

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

.dashboard_search .search-form{
    background-color: var(--sec-bg) !important;
    border-radius: 15px;
}
.dashboard_search .search-form .input-group input{
    box-shadow: none;
    border: 0px;
    border-radius: 15px;
}
.dashboard_search .search-form .btn{
    padding: 4px 12px !important;
}
.dashboard_search .search-form .input-group span a{
    color: var(--icon-pri) !important;
}
.dashboard_search .search-form .input-group span a:hover {
    color: var(--icon-hover) !important;

}
.rightsec_wrapper .header_wrapper .header_rightsec{
    padding: 0 10px;
    height: inherit;
    display: flex;
    justify-content: end;
    align-items: center;
}
.rightsec_wrapper .header_wrapper .header_rightsec .profile{
    float: right !important;
    position: relative;
}
.profile_sub_menu {
    display:block;
    position: absolute;
    right: 0;
    top: 100%;
    margin: -10px 27px 0 0;
    width: 43%;
    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;
    
    /* overflow: hidden; */
    background: var(--sec-bg);
    /* border: 1px solid; */
    box-shadow: 0px 0px 3px 1px #000;
    border-radius: 5px
}
.profile_sub_menu .sub_menu_link li a{
    padding: 5px 0px 5px 10px;
    /* margin-bottom: 2px; */
    box-shadow: 0px -2px 3px 0px var(--shdw-sec);
}
.profile_sub_menu .sub_menu_link li a i{
    margin-right: 5px;
}
 .profile_sub_menu .sub_menu_link li a{
    color:#000;
    display: block;
}
.profile_sub_menu .sub_menu_link li a i{
    color: #003144;
}
.profile_sub_menu .sub_menu_link li a:hover i{
    color: #FFF;
}
.profile_group span .profile_sub_menu .sub_menu_link li a:hover {
    background-color: var(--hover-dark-bg);
    color: var(--txt-light-hover) !important;
    text-decoration: none;
}


.profile_sub_menu:hover,
.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;
    /* padding-right:  ; */
/*    background-color: var(--sec-bg);*/
    background: transparent;
    border-radius: 25px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.profile .profile_group>span>a, .profile .profile_group>span{
/*    color: var(--icon-pri) !important;*/
    color: #fff ;
}
.profile .profile_group span a:hover {
    color: var(--icon-hover) !important;

}


.page_content_wrapper .main{
    margin-top: 15px;
    margin-bottom: 45px;
    box-shadow: 0 0 5px 1px var(--shdw-sec);
    border-radius: 10px;
}
.page_content_wrapper .main .container-fluid{
    background-color: var(--sec-bg);
    border: 1px var(--border-sec);
    padding: 0px !important;
    border-radius: 10px;
    overflow-x: hidden;
}
.page_content_wrapper .main .container-fluid .asset{
    background: var(--pri-title-bg);
    color: var(--txt-sec);
    padding: 5px 10px;
    margin-bottom: 15px;
    /* border-radius: 20px 20px 0 0; */
}

.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{
    color: var(--btn-txt);
    opacity: 1;
    margin-right: 15px;
    padding: 5px 20px;
    border-radius: 20px;
    text-transform: capitalize;
    line-height: 20px;
    border-width: 1px;
    border-color: var(--btn-border);
    border-style: solid;
    background-color: var(--btn-bg);;
    box-shadow: 0px 2px 1.92px 0.08px rgb(0 0 0 / 28%);
    /* position: absolute;*/
    background-image: var(--linear-grad-1);
    border: 0;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat,sans-serif;
    font-size: .9em;
    margin: 5px;
    padding: 10px 15px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulati;

}
.asset-container button:hover,
.modal-content button:hover{
    background-color: var(--btn-hover);
    color: var(--btn-txt-hover);
}

.error-msg-wrap{
    padding: 10px;
    border-radius: 5px;
    margin-block: 5px;
    font-size: 14px;

    
}

.dt-buttons{
    display: inline;
}
.dt-buttons button{
    padding-block: 5px;
    margin-left: 10px;
}

.asset-container form button,
.modal-content form button
{
    float: right;
}
.asset-container form button.movedatabtn{
    float: left;
    margin-block: 10px;
}
.asset-container .cards-container{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
} 
.asset-container .cards-container .card-wrapper .card{
    width: 100%;
    min-height: auto;
}
.asset-container .cards-container .card-wrapper .card .card-in-wrap{
    padding: 20px 10px;
    text-align: center;
}
.asset-container .cards-container .card-wrapper .card .card-in-wrap .total-count{
    font-size: 20px ;
    font-weight: 700;
}

.dashboard .card{
    overflow: hidden;
    border-radius: 10px;
}
.dashboard .card .card-header{
    margin: -10px -25px 0;
    padding: 10px 25px;
    background: #020010;
}
.dashboard .card  ul.button-container{
    justify-content: center;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.dashboard .card  ul.button-container li{
display: inline;
}

.assetbtnrow{
    margin-bottom: 10px;
}
.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: 5px 10px !important;
    background: var(--sec-title-bg);
    border-radius: 10px 10px 0px 0px;
    color:#fff;
    
}

.asset_detail_container form{ 
    border: 1px solid var(--border-sec);
    border-radius: 0 0 10px 10px;
    padding: 15px 0;
}
.asset_detail_container form label:not(.radio-btn-group label){
   margin:2px 0px ;
}

.table-responsive{
    margin-top: 20px;
    margin-bottom:20px ;
}

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



 /* *********************login page CSS************************  */
.mysection_wrap .container{
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.login-header-wrap{
    border-bottom: 1px solid #c5c5c5
}
.login-header-wrap .logo-wrap {
    width: 50%;
    padding-block: 15px ;
}
.login-header-wrap .logo-wrap .logo a img{
    width: 40%;
}
.login-content .form-control{
    height: 60px;
    border-radius: 10px;
}

 .form-group .form-control:hover, .form-group .form-control:focus{
    background-size: 100% 2px, 100% 1px;
 }

.mysection_wrap .card_wrap{
    min-width: 600px;
    max-width: 35%;
    margin-bottom: 60px;
}
.main_login_page{
    height: 100%;
    border-radius: 20px;
    overflow-x: hidden;
   
}
.main_login_page .card-header{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 500;
    color: var(--txt-sec);
    font-size: 18px;
    background:var(--pri-title-bg);
    text-transform: capitalize;

}
.main_login_page.card{
    padding:0;
}
.login-content{
    padding: 3rem 2rem;

}
.welcome-note{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}


.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;
     
}


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

.p-rel input{
    padding:10px 20px !important;
    border-radius: 25px;
}

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: var(--txt-pri);
    font-size: 14px;
    transform: translateY(-50%);
    background-color: var(--sec-bg);
}
.login-content .form-group .form-check{
    margin-left: 10px;
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
}
.loginbtn{
    justify-content: center;
}
.login-content .form-group button.btn-primary {
    padding: 15px 12px;
    background-color: var(--btn-bg);
}
.login-content .form-group button{
/*    margin-top: 15%;*/
    width: 100%;
    background-color:var(--btn-bg);
    border-color: var(--border-sec);
}
.login-content .form-group button:hover{
    background-color: var(--btn-hover);
    box-shadow: inset 0 0 20px 5px #dc0000;
}


.login-content .form-group button:focus{
    box-shadow: none;
}
.login-content .btn-link{
    text-decoration: none;
    font-size: 16px;
    padding: 0;
    color: var(--pri-c1);
}
.login-content .form-check-input:checked{
    /* background-color: var(--login-color ); */
    background-color: #dd3333;
    border-color:#dd3333 ;
}
.login-content .form-check-input:focus {
    border-color: #dd3333;
    outline: 1;
    box-shadow: 0 0 0 .25rem rgb(221 51 51 / 22%);
}

/* login page footer  */

.myfooter_wrap {
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: 10px;
}


.footer_wrap{
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: var(--footer-bg);
    color:var(--txt-pri);
    /* width: 100%; */
    height: 30px;
    line-height: 30px;   
    text-align: center;
    font-size: 10px;
    box-shadow: 5px 1px 4px 2px var(--shdw-pri);
    z-index: 99999999999;
    transition: all 0.3s cubic-bezier(0.66, 0.03, 0.26, 0.96);

}
.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-color: var(--sec-bg);
    padding: 10px 15px;
    border-radius: 20px;
    box-shadow: 0 0 2px 2px var(--shdw-sec);
}
.card i{
    margin-left: 10px;
    color: var(--icon-pri)
}
.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: 5px;
    color: var(--txt-grey);
}
.dashboard-card{
    display: flex;
    flex-wrap: wrap;
   
}
.card-wrraper{
    padding: 15px;
/*    flex: 0 0 3% ;*/
}
@media screen and (min-width: 850px) and (max-width: 1150px){    

    .card-wrraper{
        padding: 15px;
        flex: 0 0 33% ;
    }
}
@media screen and (max-width : 850px){    

    .card-wrraper{
        padding: 15px;
        flex: 0 0 50% ;
    }
}
.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-color: var(--sec-bg) !important;
    box-shadow: 0 0 2px 2px var(--shdw-sec);
}
.info-tab-warraper .info-tab .head-title h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.info-tab-warraper .info-tab .head-title p{
    font-size: 12px;
    color: var(--txt-grey);
}
.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-color: var( --pri-title-bg);
    color: var(--txt-sec);
}
.info-tab-warraper .info-tab .col-md-12 .table-responsive>div tbody tr:nth-child(even) td{
    background-color:var(--pri-bg);
}
.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: 10px 10px 0 0;
    overflow: hidden;
}

.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-color: var(--pri-title-bg);
    color: var(--txt-sec);
}
.modal-body table tbody tr td{
    text-align: center;
    vertical-align: middle;
    border: 0px;
}
.modal-body table{
    border: 1px solid var(--border-sec);
}
.modal-body table thead {
    background-color: var(--sec-title-bg);
    color: var(--txt-pri);
}
.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 tbody tr td:last-of-type:has(button){

    text-align: center;
}

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



.login-container{
    margin: 100px auto;
}

.login-container  .wrap {
    margin: auto;
    width: 100%;
    height: auto;
}
.login-container  .content {
    position: fixed;
    float: none;
    margin: 0 auto;
    width: 100%;
    height: 40px;
    background: -moz-linear-gradient(90deg, rgba(62, 181, 169, 1) 0%, rgba(111, 226, 204, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(111, 226, 204, 1)), color-stop(100%, rgba(62, 181, 169, 1)));
    background: -webkit-linear-gradient(90deg, rgba(62, 181, 169, 1) 0%, rgba(111, 226, 204, 1) 100%);
    background: linear-gradient(0deg, rgba(221, 51, 51, 1) 0%, rgba(221, 180, 190, 1) 100%);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    }
    .login-container .user {
        position: relative;
        z-index: 0;
        float: none;
        margin: 0 auto;
        padding-top: 40px;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background: linear-gradient(42deg, rgba(42, 46, 54, 1) 0%, rgba(97, 107, 125, 1) 100%);
        background: -moz-linear-gradient(48deg, rgba(42, 46, 54, 1) 0%, rgba(97, 107, 125, 1) 100%);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        border-top: 1px solid #4FC1B7;
    }
    .login-container .form-wrap {
        width: 100%;
        margin: 2em auto 0;
    }

    .login-container  .form-wrap form .input {
        margin: 0 0 .8em 0;
        padding: .8em 2em 10px 2em;
        width: 100%;
        display: inline-block;
        /* background: transparent; */
        border: 0;
        border-bottom: 1px solid #5A6374;
        outline: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        color: inherit;
        font-family: inherit;
        /* color: #fff; */
    }
    .login-container .login-head{
        text-align: center;
    }
    .login-container .content .text-intro{
        color: #fff;
    }
    .login-container .content .text-intro{
        position: absolute;
        top: 10px;
        left: 10px;
        right: 0;
        bottom: 0;
        padding: 1em 4em;
        text-align: center
    }
    .login-container .content .text-intro{
        background-image: url("/images/dots.png");
        /* background-size: cover; */
        background-repeat: no-repeat;
        background-position: 50% 150%;
    }
    .login-container .content .text-intro h3{
        margin-top: 120px;
        margin-bottom: 20px;
        padding-block: 10px;
        border-top: 1px solid #c0c0c0;
        border-Bottom: 1px solid #c0c0c0;
        text-align: center;
        display: inline-block;

    }
    .login-container .content .text-intro p{
        font-size: 15px;
    line-height: 1.6180em;
}
    
.login-container .login-head .log-in{
    text-align: center;
    color: #fff;
}
.login-container .login-head .log-in #div_heading{
    border-bottom: 1px solid #ea0000 ;
    padding-bottom: 5px;
}
.login-container .login-content{
    padding: 0;
}
.login-container .login-tab{
    padding: 20px 40px;
}

.login-container .form-wrap form .btn {
    margin: 1em 0;
    padding: .8em 3em;
    width: 100%;
    
    display: block;
    background-color: #dd3333;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: .8em;
    border-radius: 30px;
    background: -moz-linear-gradient(270deg, rgba(105, 221, 201, 1) 0%, rgba(78, 193, 182, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(105, 221, 201, 1)), color-stop(100%, rgba(78, 193, 182, 1)));
    background: -webkit-linear-gradient(270deg, rgba(105, 221, 201, 1) 0%, rgba(78, 193, 182, 1) 100%);
    background: linear-gradient(180deg, rgba(221, 51, 51, 1) 0%, rgba(221, 51, 51, 1) 100%);
    -webkit-box-shadow: 0px 0px 37px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 37px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 37px -9px rgba(0, 0, 0, 0.75);
}
.login-container .form-wrap .switch-user a{
    color: #dd3333;
}
.login-container .form-wrap .switch-user a:hover{
    color: #dd3333;
    padding-bottom:5px ;
    border-bottom: 1px solid #dd3333;
}
.login-container .btn:focus{
    background-color: transparent;
}
@media only screen and (min-width: 40em) {
    .login-container  .wrap {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 600px;
        height: 550px;
        margin: auto;
        border-radius: 10px;
    }

    .login-container .user {
        padding-top: 0;
        float: left;
        width: 50%;
        height: 550px;
        -webkit-box-shadow: -3px 0px 45px -6px rgba(56, 75, 99, 0.61);
        -moz-box-shadow: -3px 0px 45px -6px rgba(56, 75, 99, 0.61);
        box-shadow: -3px 0px 45px -6px rgba(56, 75, 99, 0.61);
        border-radius: 0 10px 10px 0;
        border: 0;
    }
    .login-container .content{
        position: relative;
        float: left;
        width: 50%;
        height: 550px;
        -webkit-box-shadow: -3px 0px 45px -6px rgba(56, 75, 99, 0.61);
        -moz-box-shadow: -3px 0px 45px -6px rgba(56, 75, 99, 0.61);
        box-shadow: -3px 0px 45px -6px rgba(56, 75, 99, 0.61);
        border-radius: 10px 0 0 10px;
    }
    .login-container .form-wrap {
        margin: 3em auto 0;
    }
}
@media only screen and (min-width: 60em) {
    .login-container .wrap {
        width: 900px;
        height: 550px;
    }
    .login-container .form-wrap {
        margin: 5em auto 0;
    }
}

  .listU input.anscheck[type=radio],  .listU input.anscheck[type=checkbox] {
    display: none;
  }
  .listU input.anscheck[type=radio] + label span,  .listU input.anscheck[type=checkbox] + label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #dd3333;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 30px;

  }
  .listU input.anscheck[type=checkbox] + label:before{
    display: none;
  }
 .listU input.anscheck[type=radio] + label span{
    border-radius: 50%;
  }

 .listU input.anscheck[type=radio] + label span img,  .listU input.anscheck[type=checkbox] + label span img {
    opacity: 0;
    transition: all 0.3s ease;
  }
  .listU input.anscheck[type=radio]:checked + label
  { 
     span {  border: 2px solid #349665;

        img {
        opacity: 1;
        }
    }
    }
    .listU input.anscheck[type=checkbox]:checked + label
    { 
       span {  border: 2px solid #349665;
  
          img {
          opacity: 1;
          }
      }
      }



