body {
    font-family: 'Roboto', sans-serif;
    color: #555;
    letter-spacing: 0.0125rem;
    background: #E9ECEF url(/image/pattern/backround_w.png) repeat fixed;

}
html {
    position: relative;
}

    html::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: rgba(136,136,136,0.09);
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

p {
    font-weight: 400;
}

.text-cyan {
    color: #00bcd4 !important;
}

footer {
    background: #121d34 url('/image/pattern/header-pattern.png');
}

    footer.page-footer {
        bottom: 0;
        color: #fff;
    }

.font-small {
    font-size: 1rem;
}

footer .navbar-brand #logo {
    width: 125px;
    height: 125px;
    background: url(/image/logo/logo3.png) no-repeat;
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255,255,255,.6);
    background-color: rgba(0,0,0,.2);
}

.tabs-mdb-color {
    background-color: #59698d !important;
}

.md-tabs {
    position: relative;
    z-index: 1;
    padding: .7rem;
    margin-right: 1rem;
    margin-bottom: -20px;
    margin-left: 1rem;
    border: 0;
    border-radius: .25rem;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}

.nav-pills li a.active {
    background-color: #14799e !important;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}

.nav-pills .nav-link {
    font-size: 1rem;
}

.font-bangla,
.table tr td{
    font-family: 'Noto Sans Bengali', 'Roboto', sans-serif;
}

.top-left-intro {
    font-size: 18px;
}

.border-radius-0 {
    border-radius: 0;
}

.r-none {
    resize: none;
}

.hide {
    display: none !important;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    height: 100%;
    width: 100%;
}

#loading {
    background-color: rgba(238, 238, 238, 0.9);
}

.fast.spinner-grow {
    -webkit-animation: spinner-grow .4s linear infinite;
    animation: spinner-grow .4s linear infinite;
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

    a:not([href]):not([tabindex]):focus,
    a:not([href]):not([tabindex]):hover {
        color: #fff
    }

.resize-none {
    resize: none;
}

.table_info {
    font-size: .875rem;
}