
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --workSans: 'Work Sans', sans-serif;
    --lato: 'Lato', sans-serif;
    --p-color: #BFD1D9;
    --p-color-2: #C7E3D3;
    --p-color-3: #E6F2F6;
    --color-gray: #8c8c8c;
    --color-dark: #06313e;
}
*, html{
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
   /* background: linear-gradient( to bottom, var(--p-color), var(--p-color-2));*/
    font-family: var(--workSans);
    font-size: 16px;
}
.container {
    max-width: 1350px;
    width: 100%;
}
.logo_text{
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}
.navbar-1 .nav-item{
    transition: background-color 0.3s ease-in-out;
    margin-left: 15px;
}
.navbar-1 .nav-link{
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    font-weight: 400;
    font-size: 15px;
}
a#lnkUserNameDisplay {
    display: none;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 10px;
    /* border-left: 0.3em solid transparent; */
}
.fa-user-circle{
    margin-left: 20px;
    margin-right: 12px; 
    font-size: 18px;
}
.navbar-toggler{
    padding: 0;
    margin-left: 10px;
}
.navbar-toggler.x {
    border: none;

}
.navbar-toggler.x:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}
.navbar-toggler.x .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #fffbfb;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggler.x .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.navbar-1{
    position: absolute;
    width: 100%;
    z-index:999 ;
    top: 0;
    transition:  0.5s ease-in-out;
    background-color:#06313e;
}
.navbar-1.fixed{
    background-color:#06313e;
    position: fixed;
    animation: navbar 0.5s ease-in-out;
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.03);
}
@keyframes navbar {
    0% {
        top: -300px;
    }
    100% {
        top: 0;
    }
}
.page-wrapper{
    padding-top: 80px;
    min-height: 100vh;
}
.sec__space{

}
.top_cards_sec .box{
    /* text-align: center;
    padding: 24px 24px 24px;
    background-color: #fff;
    border-style: solid #d3d3d3;
    border-color: #e4e7ee75;
    border-radius: 12px;
    box-shadow: 0px 12px 24px 0px rgba(18, 22, 34, 0.07);
    transition: all 0.4s;
    height: 100%; */
    text-align: center;
    padding: 24px 24px 24px;
    /* border-style: solid #e4e7ee; */
    border-width: 1px;
    /* border-color: #e4e7ee; */
    border-radius: 12px;
background-color: #fff;
box-shadow: 0px 5px 20px 3px rgb(230 233 249 / 82%);
    transition: all 0.4s;
    height: 100%;
}

.top_cards_sec{
    padding: 0 30px;
}
.top_cards_sec .box .icon {
    background-color:#06313e;
    height:60px;
    width:60px;
    color: var(--p-color-3);
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.number a{
   color:#06313e; 
}
.top_cards_sec .card-title{
    margin-bottom: 3px;
    font-size: 18px;
    color: #006e68;
    text-align: left;
}
.ac__status{
    color: #fff;
    border-radius: 50px;
    padding: 4px 10px;
}
.ac__status.active{
    background-color: #8ACD02;
}
.ac__status.in-active{
    background-color: #df6464;
}
.product__image__1{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.table-dark {
    color: var(--p-color-3);
    border-right: 1px solid #ccc;
}
.mr-8 {
    margin-right: 8px;
}
th{
    font-weight: 500;
    width:100px;
}
a{
    color: var(--color-dark);
    text-decoration: none;
}
.home_title{
    font-weight: 600;
    font-family: var(--workSans);
    font-size: 26px;
    color: #06313e;
}
.form label{
    margin-bottom: 5px;
    font-size:14px;
}
.form-section {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

select, input {
    background: transparent !important;
    border-radius: 50px !important;
    padding: 10px !important;
}

h3.form-header {
    color: #176b87;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.form-control {
    margin-bottom: 12px;
}
.ItemRow1 {
    border: 1px solid #ddd;
    border-top: none;
    /* border-bottom: none; */
}
/* .ItemRow1:last-child {
    display: flex;
} */
/* thead, tbody, tfoot, tr, td, th:hover{
    background-color:unset !important;
} */
.fa-eye.action-icon {
    color: #74b09a;
    font-size: 14px;
}
.fa-edit.action-icon {
    color: #08a3e7;
    font-size: 14px;
}
.fa-trash.action-icon {
    font-size: 14px;
}
li.search-icon {
    background: #000;
    padding: 10px 16px;
    color: #fff;
    margin-right: 10px;
}
#searchModel {
    display: none;
}
div#searchModel {
    max-width: 800px;
    background: #f0f0f0;
    padding: 20px;
    right: 0;
    position: absolute;
    z-index: 9;
    box-shadow: 0px 4px 16px #00000029;
    border-radius: 16px;
}

#searchModel label {
    display: block;
    text-align: left;
}
#searchModel select,
#searchModel input {
    background-color: #fff !important;
    margin-bottom: 10px;
    border-radius:50px !important;
}
.mr-1 {
    margin-right:6px;
}
.dashboard-pie {
    padding: 14px 10px !important;
    justify-content: center;
    background: #fff !important;
    text-align: center;
}
    .dashboard-pie svg {
        width: 320px;
        display: inline-block;
    }
.number {
    display: inline-block
}

.lblApprovedTotal {
    color: #36c;
    font-weight: 400;
    display: block;
    font-size: 14px;
}
.ds-bg-color{
    /* background: #FFFFFF47;
    padding: 30px 25px;
    border-radius: 15px;
    box-shadow: 0px 24px 39px rgba(0, 0, 0, 0.05);   */
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 10px;
    box-shadow: rgb(221 221 221 / 48%) 0px 0px 4px 0px;
}


span.divider {
    width:1px;
    background: #726e6e;
    height: 44px;
    display: inline-block;
    position: relative;
    margin: 0px 10px;
    /*margin-bottom: 28px;*/
}
/* responsive */
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        background:#06313e;
        padding: 10px;
        border-radius: 10px;
    }
    .dropdown-item{
        color: var(--p-color-3);
        margin: 2px 4px;
        padding: 6px 10px;
        transition: 0.3s ease-in-out;
        border-radius: 6px;
        position: relative;
        font-size: 15px;
    }
    .dropdown-item.active, .dropdown-item:active {
        color: #000000;
        text-decoration: none;
        background-color: #ffffff;
    }
    .dropdown-item:hover:before{
        content: '';
        background: var(--p-color-3);
        position: absolute;
        bottom: -10px;
        left: 10%;
        width: 80%;
        height: 20px;
        z-index: 0;
        filter: blur(10px);
        opacity: 0.3;
    }
}

@media (max-width: 1400px) {
    .container{
        max-width: 1150px;
    }
}
.mobile-res{
    display:none;
}
@media (max-width: 1199px) {
    .mobile-res {
        display:block !important;
    }
    .container{
        max-width: 900px;
    }
    .fa-user-circle{
        display:none;
    }
    .side_menu .navbar-nav{
        position: fixed;
        top: 0;
        left: -300px;
        height: 100%;
        width: 300px;
        display: block;
        background-color:#06313e;
        transition: all 0.2s ease-in-out;
        overflow: auto;
        z-index: 998;
        padding:24px 20px;
    }
    .side_menu.show .navbar-nav{
        left: 0;
    }
    .navbar-1 .nav-item{
        margin-bottom: 5px;
        margin-left: 0;
    }
    .navbar-1 .nav-link {
        color: #ffffff;
        padding: 12px 20px !important;
        border-radius: 50px;
    }
    .navbar-1 .nav-item .active{
        background-color: white;
    }
    .navbar-1 .nav-item:hover .nav-link:before, .navbar-1 .nav-link.active:before{
        display: none;
    }

}
@media (max-width: 991px) {
    .container{
        max-width: 720px;
    }
}
@media (max-width: 800px) {
    .container{
        /* max-width: 90%; */
    }
}
@media (max-width: 767px) {
}
@media (max-width: 600px) {

}
@media (max-width: 500px) {
}
/***  height ****/
@media (max-height: 450px) {

}




@media (max-width: 1200px) and (max-height: 850px) {
}
@media (max-width: 500px) and (max-height: 900px) {
}


.breadcrumb-img img{
    width: 28px;
}
.breadcrumb-item.active{
    font-size: 18px;
    font-weight: 500;
    color:#0f5132;
}
.Asset-Warranty{
    padding:30px 0;
}
.footer-inner p{
    text-align: center;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color:#fff;
}
.footer{
    background-color: #06313e;
    padding: 12px 0;
    margin-top: 26px
}