.page-header.navbar{
    background-color: rgba(249, 250, 251, 0.8);
    backdrop-filter: blur(6px);
    color: rgb(255, 255, 255);
}
.page-content, .page-sidebar, body{
    background: rgb(249, 250, 251);
}
.page-sidebar{
    border-right: 1px solid #ebeaea;
}

p,h1,h2,h3,h4,h5,h6,li,ul,span,b{font-family: "Public Sans", sans-serif !important;}
.page-sidebar .page-sidebar-menu>li>a>.title, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>.title{
    font-size: 14px;
}
.page-sidebar .page-sidebar-menu>li>a>i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i{
    font-size: 16px;
}
.page-sidebar .page-sidebar-menu .sub-menu>li>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li>a,
.page-sidebar .page-sidebar-menu>li>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a{
    color: rgb(138, 138, 138);
}
.page-sidebar .page-sidebar-menu>li.active.open>a:hover, .page-sidebar .page-sidebar-menu>li.active>a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a:hover,
.page-sidebar .page-sidebar-menu>li.active.open>a, .page-sidebar .page-sidebar-menu>li.active>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a{
    background: #337ab72e;
    border-radius: 7px !important;
    border-left: none !important;
    color: #105096;
}
.page-sidebar .page-sidebar-menu, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu{
    padding: 0 10px;
}
.page-logo{
    padding: 20px;
    margin-top: 20px;
}
.page-sidebar .page-sidebar-menu .sub-menu li>.sub-menu>li>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>.sub-menu>li>a{
    padding-left: 10px;
    margin-left: 15px;
}
.page-sidebar .page-sidebar-menu .sub-menu>li.active>a,
.page-sidebar .page-sidebar-menu .sub-menu>li:hover>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.active>a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li.open>a, 
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li:hover>a{
    color: #105096;
}
.dashboard-row {
    margin-bottom: 20px;
}
.dashboard-card{
    display: flex;
    flex-direction: row;
    background-color: rgb(255, 255, 255);
    color: rgb(33, 43, 54);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    overflow: hidden;
    box-shadow: rgba(145, 158, 171, 0.08) 0px 0px 2px 0px, rgba(145, 158, 171, 0.08) 0px 12px 24px -4px;
    position: relative;
    z-index: 0;
    padding: 40px 24px;
    border-radius: 16px !important;
}
.dashboard-card.small{
    padding: 15px 20px;
}
.dashboard-card .number{
    font-size: 30px;
    color: rgb(33, 43, 54);
}
.dashboard-card.small .number{
    font-size: 25px;
}
.dashboard-card .desc{
    font-weight: 600;
    line-height: 1.57143;
    font-size: 14px;
    color: rgb(145, 158, 171);
}
.dashboard-card.small .desc{
    font-size: 12px;
}
.dashboard-card .visual{
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.dashboard-card.small .visual{
    width: 40px;
}
.dashboard-card .visual img{
    width: 100%;
}
.dashboard-card .visual i {
    font-size: 50px;
}
.product-card, .card-wrapper, .chart-wrapper{
    background-color: #fff;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    overflow: hidden;
    box-shadow: rgba(145, 158, 171, 0.08) 0px 0px 2px 0px, rgba(145, 158, 171, 0.08) 0px 12px 24px -4px;
    padding: 20px 24px;
    border-radius: 16px !important;
    margin-bottom: 20px;
}
.chart-wrapper.small{
    padding: 10px 15px;
    border-radius: 10px !important;
}

.product-card{
    background-color: #eaeff2;
    display: flex;
    align-items: center;
    padding: 12px;
    justify-content: space-between;
    cursor: pointer;
}
.product-card.active-card{
    background-color: #105096;
}
.product-card .info-wrapper{
    padding-left: 20px;
    flex: 1;
}
.product-card .info-wrapper h4{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.product-card .info-wrapper p{
    color: rgb(145, 158, 171);
    font-size: 14px;
    margin-top: 0;
}
.product-card .product-action{
    width: 50px;
}
.product-card .product-action .circle-btn{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: 0.5s all ease-in-out;
    cursor: pointer;
    border-radius: 100% !important;
}
.product-card .product-action .circle-btn:hover{
    background-color: rgba(0,0,0,0.2);
}
.product-card .product-action .circle-btn img{
    width: 40px;
    height: 40px;
}
.card-wrapper .card-wrapper-title,
.chart-wrapper .chart-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.card-wrapper .card-wrapper-title{
    margin-bottom: 10px;
}
.card-wrapper .card-wrapper-title h3,
.chart-wrapper .chart-title h3{
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}
.card-wrapper .card-wrapper-title .card-action,
.chart-wrapper .chart-title .chart-action{
    display: flex;
}
/* .chart-wrapper canvas{
    height: 450px !important;
} */
.chart-wrapper .chart-action .nav-pills a {
    color: rgb(145, 158, 171);
}
.chart-wrapper .chart-action .nav-pills>li.active>a, 
.chart-wrapper .chart-action .nav-pills>li.active>a:focus, 
.chart-wrapper .chart-action .nav-pills>li.active>a:hover{
    color: #e73d4a;
    background-color: transparent;
}
.btn{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px currentcolor;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.71429;
    font-size: 14px;
    text-transform: unset;
    font-family: "Public Sans", sans-serif;
    min-width: 64px;
    padding: 6px 16px;
    border-radius: 8px !important;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: rgba(145, 158, 171, 0.2) 0px 3px 1px -2px, rgba(145, 158, 171, 0.14) 0px 2px 2px 0px, rgba(145, 158, 171, 0.12) 0px 1px 5px 0px;
    color: rgb(255, 255, 255);
    background-color: rgb(16 80 150);
    height: 44px;
}
.btn:hover{
    color: #fff;
}
.btn.btn-sm{
    padding: 4px 14px;
    font-size: 12px;
    height: 36px !important;
}
.btn.btn-success{
    background-color: #3fc9d5;
    border-color: #2dc0cd;
}
.mr-2{margin-right: 20px;}
select.form-control{
    border-radius: 20px !important;
    padding-right: 20px;
}
input.form-control{
    border-radius: 20px !important;
    min-width: 225px;
}
.video-card-wrapper{
    height: calc(100vh - 300px);
    overflow-y: scroll;
    padding-bottom: 20px;
}
.video-card-wrapper.with-title{
    height: calc(100vh - 340px);
}
.video-card{
    width: 100%;
    padding: 15px;
    border-radius: 12px !important;
    box-shadow: rgba(145, 158, 171, 0.2) 0px 3px 1px -2px, rgba(145, 158, 171, 0.14) 0px 2px 2px 0px, rgba(145, 158, 171, 0.12) 0px 1px 5px 0px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.video-card .video-media-wrapper{
    height: 200px;
    border-radius: 25px !important;
    position: relative;
}
.video-card .video-media-wrapper .image-thumbnail{
    width: 100%;
    height: 100%;
}
.video-card .video-media-wrapper .view-chip{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    padding: 3px 13px;
    border-radius: 20px !important;
    background-color: #4caf50;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}
.video-card .video-media-wrapper .view-chip img{
    height: 15px;
    width: 15px;
}
.video-card .video-media-wrapper .content-type-chip{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 3px 13px;
    border-radius: 20px !important;
    background-color: #E65C4F;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}
.video-card .video-media-wrapper .content-type-chip.blue-chip{
    background-color: rgb(16 80 150);;
}
.video-card .video-media-wrapper .content-type-chip.red-chip{
    background-color: #E65C4F;
}
.video-card .video-card-body{
    margin-top: 15px;
}
.video-card .video-card-body h4{
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    height: 50px;
}
.video-card .video-card-body .video-card-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video-card .video-card-body .video-card-footer p{
    margin: 0;
    font-size: 10px;
}
.single-product-detail .single-product-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-product-detail .single-product-title .close-btn{
    width: 30px;
    height: 30px;
    border-radius: 100% !important;
    color: crimson;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.single-product-detail .single-product-title .close-btn i {
    font-size: 20px;
}
.single-product-detail .single-product-title h3{
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}
.single-product-desc{
    margin-top: 0;
}
.document-viewer{
    box-shadow: 1px 1px 13px 5px #eee;
    border-radius: 20px !important;
}
@media only screen and (min-width: 992px) {
    .page-sidebar-fixed .page-sidebar{
        width: 215px !important;
        top: 0;
        height: 100vh !important;
    }
    .page-container{
        min-height: calc(100vh - 125px);
    }
    .page-content-wrapper .page-content{
        margin-left: 225px;
    }
    .page-header.navbar{
        margin-left: 215px;
        width: calc(100vw - 215px);
    }
    .page-sidebar-fixed .page-footer{
        border-top: 1px solid #cecaca;
    }
    .page-content-wrapper .page-content.no-sidebar,
    body.no-sidebar .page-content-wrapper .page-content,
    body.no-sidebar .page-footer{
        margin-left: 0;
    }
    body.no-sidebar .page-header.navbar{
        margin-left: 0;
        width: 100vw;
    }
    body.no-sidebar .page-sidebar-wrapper{
        display: none;
    }
}