/*
Custom css
*/


@media screen and (min-width: 320px) and (max-width: 767px)
.cards_div ul {
    display: block;
    padding-bottom: 20px;
    text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 480px)
.cards_div ul li {
    width: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px)
.cards_div ul li {
    /*width: 48%;*/
    display: inline-block;
    padding-bottom: 30px;
}
@media screen and (min-width: 320px) and (max-width: 480px)
.card_list {
    width: 90%;
}
.cards_div {
	width: 100%;
}

.card_list {
	width: 85%;
    margin: auto;
    background-color: #fff;
    box-shadow: 14px 24.249px 62px 0px rgb(25 144 188 / 20%);
    border-radius: 12px;
    position: relative;
}
.cards_div ul {
    display: flex;
    padding-bottom: 80px;
    margin: 0px;
    list-style: none;
}
.cards_div ul li {
    width: 20%;
}
.card_list span amp-img, .card_list span amp-anim {
    width: 100%;
    border-radius: 12px;
}
.ovrly span {
    color: #fff;
    font-size: 40px;
    font-family: "poppinsbold";
    transition: all .3s ease-in-out;
}	
.ovrly h2 {
    font-family: "poppinsbold";
    font-size: 18px;
    bottom: 14%;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #08104d;
}
.ovrly p {
    font-family: "poppinsemibold";
    font-size: 14px;
    width: 100%;
    position: absolute;
    bottom: 1%;
    color: #08104d;
}

.span_block {
    display: block;
}

.ovrly {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    text-align: center;
    padding-top: 30%;
}
.ovrly span svg {
    fill: white;
    width: 40px;
    height: 40px;
}
.sidenav .nav li .text-muted {
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
}
.sidenav .nav li > a {
    border-left: solid 3px #2f3a4c;
}
.sidenav .nav li a:hover {
    border-left: solid 3px #0bc0eb !important;
    background: #2a3344;
}
.sidenav .nav li > a span, .sidenav .nav li > a span svg {
    color: #ffffff;
    opacity: 1;
}
.sidenav .navbar-brand span {
    color: #fff;
    font-size: 20px;
}
.header-logo {
    display: flex;
    justify-content: start;
    align-content: center;
}
.header-logo img {
    width: 80px;
    height: 83px;
}
.header-logo h3 {
    font-weight: 600;
    color: #2f3a4c;
    padding-left: 12px;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-bottom: 0;
    padding-top: 6px;
}
.header-logo h3 small {
    font-size: 20px;
    color: #2f3a4c;
}
.sidenav {
    background: #2f3a4c !important;
}
#header > .navbar {
    background: #fff;
    box-shadow: 5px 2px 11px #e3e3e3;
    padding: 0.30rem 1rem 0.50rem;
}
.login-header {
    padding: 15px 0 0px;
}
.login-header a {
    width: 100%;
    display: flex;
    justify-content: center;
}
.login-header a span{
    color: white;
    font-size: 40px;
    font-weight: 600;
}
.login-header img {
    width: 140px;
    height: auto !important;
    padding: 0 25px;
}
.dashboard-icons .card-body {
    padding: 0;
    height: 100px;
}
.dashboard-icons i.fas {
    color: #fff;
    background: #5b52b2;
    height: 100px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
.dashboard-icons h3 {
    font-weight: 700;
    font-size: 20px;
    padding-left: 20px;
    color: #2f3a4c;
}
@media screen and (max-width: 767px) {
    .login-header a span {
        color: white;
        font-size: 24px;
        line-height: 30px;
    }
    .login-header img {
        width: 130px;
    }
}
@media screen and (max-width: 480px) {
    .login-header a span {
        font-size: 20px;
        line-height: 22px;
    }
    .login-header img {
        width: 90px;
        height: auto !important;
        padding: 0 10px;
    }
}