html {
    scroll-padding-top: 100px;
}

@font-face {
    font-family: noto;
    src: url("/resources/fonts/NotoSans-Regular-21f6235482ecdf67217dfa18483f7716.ttf") format("truetype");
}

@font-face {
    font-family: noto-bangla;
    src: url("/resources/fonts/Noto_Sans_Bengali-Regular-bc4717e7e7f86cbe13a4a721fd4b5137.ttf") format("truetype");
}

body {
    font-family: noto, noto-bangla, sans-serif;
}

.dashboard-card {
    border-radius: 20px;
    background-size: cover !important;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.landing-bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/background.jpg")  no-repeat center;
    background-size: cover;
    height: 100%;
}

.bg-green-gradient {
    background-image: linear-gradient(#A1C118, #94AF23);
}

@media screen and (max-width: 992px) {
    .landing-bg {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/background.jpg") no-repeat center;
        background-size: cover;
        min-height: 32.0rem;
    }
}

@media screen and (max-width: 576px) {
    .landing-bg {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/background-sm.jpg") no-repeat center;
        background-size: cover;
        min-height: 18.0rem;
    }
    .d-sm-mx-flex {
        display: flex !important;
        flex-direction: column !important;
    }
}

.card-icon-ratio {
    height: auto;
    width: auto;
}

@media screen and (max-width: 992px) {
    .card-icon-ratio {
        height: 6rem;
        width: 6rem;
    }
}

@media screen and (max-width: 1200px) {
    .card-icon-ratio {
        height: 6.5rem;
        width: 6.5rem;
    }
}
.nav-ext-icon {
    height: 1.4rem;
}

.back-icon {
    height: 0.8rem;
}

.landing-page-section-title {
    line-height: 2.5rem
}

.info-image {
    max-width: 62.5rem;
}

.home-text {
    text-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
}

.dim40 {
    width: 40px;
    height: 40px;
}
.dim25 {
    width: 25px;
    height: 25px;
}
.dim60 {
    width: 60px;
    height: 60px;
}
.dim70 {
    width: 70px;
    height: 70px;
}
.dim73 {
    width: 73px;
    height: 73px;
}
.dim80 {
    width: 80px;
    height: 80px;
}
.dim90 {
    width: 90px;
    height: 90px;
}

.frame-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}

.rotate-90 {
    transform: rotate(90deg);
}

.visited-link-blue:visited {
    color: #07264E !important;
}

.nav-menu-color {
    color: #07264E !important;
}

.error-page {
    position:relative;
    top: 7.0rem;
    margin-bottom: 15.0rem;
}

.error-title {
    font-size: 24px;
    margin-top: 16px;
    font-weight: 500;
}

.error-content {
    font-size: 18px;
    line-height: 1.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .nav-ext-icon {
        height: 1.4rem;
    }
}

@media (max-width: 767px) {
    .nav-ext-icon {
        height: 2rem;
    }
}

@media (max-width: 575px) {
    .max-width-btn {
        width: 100% !important;
    }
}

.website-btn-width {
    min-width: 264px !important;
    max-width: 310px !important;
}

.sys-util-text-font {
    font-size: 20px;
}

@media screen and (max-width: 557px) {
    .sys-util-text-font {
        font-size: 18px;
    }
}

.page-min-height {
    min-height: 30rem;
}

.custom-hr {
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #838383;
}

.custom-hr::before,
.custom-hr::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #c7c7c7;
}

.custom-hr:not(:empty)::before {
    margin-right: .25em;
}

.custom-hr:not(:empty)::after {
    margin-left: .25em;
}

.disable-link {
    pointer-events: none;
    cursor: default;
}

.card-underline {
    border: 1px solid #d5d5d5;
}

.download-icon {
    height: 6.5rem;
    width: 6.5rem;
}

.content-title {
    text-decoration: unset;
    color: #000;
    line-height: 1.3;
}

.content-title:hover {
    text-decoration: underline !important;
    color: #416DEF;
}

.cursor-pointer {
    cursor: pointer;
}

.interaction-icon {
    height: 1.5rem;
    width: 1.5rem;
}

.text-underline {
    text-decoration: underline !important;
}

.break-word {
    word-break: break-word;
}

.custom-two-line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.py-75rem {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

@media (min-width: 1600px) {
    .col-xxl-6 {
        width: 50% !important;
    }
    .pl-xxl-30 {
        padding-left: 30px;
    }
    .pr-xxl-30 {
        padding-right: 30px;
    }
}

@media (max-width: 1599px) {
    .col-xxl-6 {
        width: 100% !important;
    }
    .list-separator {
        margin-right: 0 !important;
    }
}

@media (min-width: 440px) {
    .d-interaction-details-info {
        display: flex !important;
    }

    .d-interaction-less-info {
        display: none !important;
    }
}

@media (max-width: 439px) {
    .d-interaction-details-info {
        display: none !important;
    }

    .d-interaction-less-info {
        display: flex !important;
    }
}

.large-radio {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    cursor: pointer;
}

.large-radio-label {
    font-size: 1.5rem !important;
    cursor: pointer;
}

table.table-bordered {
    border: 1px solid #CECECE;
}

table.table-bordered > thead > tr > td {
    border: 1px solid #CECECE
}

table.table-bordered > tbody > tr > td {
    border: 1px solid #CECECE
}

.table-header-cell-dark {
    background: #EDEDED !important;
}

.table-cell-light {
    background: #F4F4F4 !important;
}

.table-header {
    /*https://stackoverflow.com/a/43786376/2463147*/
    position: -webkit-sticky; /*this is for all Safari*/
    position: sticky;
    top: 0;
    z-index: 1;
}

.row-margin-0 {
    display: flex;
    flex-wrap: wrap;
}

.bottom-border {
    border-bottom: 1px solid #EBEBEB;
}

.font25 {
    font-size: 25px !important;
}

.plus-before:before {
    content: "+ ";
}

.minus-before:before {
    content: "- ";
}

.bg-orange-custom {
    background-color: #E9846E;
}

.bg-neon-custom {
    background-color: #A1C118;
}

.custom-green {
    color: #008982;
}

.custom-blue {
    color: #006CD1
}

.custom-neon {
    color: #A1C118
}

.custom-gray {
    color: #404040;
}

.card-footer-custom-color {
    background: #F5FAFF;
}
.height-100-percent {
    height: 100%;
}

.font-lg-20-sm-16{
    font-size: 20px;
}

.text-redish {
    color: #E9846E;
}

.text-parrot {
    color: #ADCC29;
}

.bg-inherit {
    background-color: inherit;
}

.object-fit-none {
    object-fit: none;
}

.bg-light-gray{
    background: #F4F4F4;
}
.link-disable {
    text-decoration: none !important;
    pointer-events: none !important;
    color: #777C8B;
}

.fit-content{
    width: fit-content;
}

.required:after {
    color: red;
    content: "*";
    margin-left: 2px;
    font-weight: bold;
}

.bg-custom-gray{
    background: #EEEEEE;
}

.min-height-60vh {
    min-height: 60vh !important;
}

.text-muted-custom {
    color: #C0C0C0 !important;
}

.mt-36px {
    margin-top: 2.25rem !important;
}

.w-87 {
    width: 87% !important;
}

.modal-height-300 {
    max-height: 300px;
}

.footer-bg {
    background: #07264C;;
}

.footer-title img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie-8 */
}

.login-icon, .home-icon {
    height: 1.5rem;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(41, 91, 150, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
