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

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);
}

/*
.dashboard-card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
*/

.school-card-bg {
    background: linear-gradient(304.25deg, #00315F 12.86%, rgba(0, 132, 255, 0) 110.18%), url("/resources/images/school-sample-3e36b54a71de6764520914e606d51ee4.jpg") no-repeat center, #FFFFFF;
}

.teacher-card-bg {
    background: linear-gradient(305.06deg, #596D00 -4.51%, rgba(0, 132, 255, 0) 110.24%), url("/resources/images/teacher-sample-34e60fc874869ae71aa92a4989573135.jpg") no-repeat center, #FFFFFF;
}

.student-card-bg {
    background: linear-gradient(304.25deg, #8B2813 12.86%, rgba(0, 132, 255, 0) 110.18%), url("/resources/images/student-sample-bd175e96fb1a87090f4c3d5257879355.jpg") no-repeat center, #FFFFFF;
}

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

.ngps-bg {
    background: linear-gradient(305.06deg, #596D00 -4.51%, rgba(0, 132, 255, 0.8) 110.24%), url("/resources/images/ngps_banner-35e2aa598a4dd4bd8c1eaa5e714f4035.png") no-repeat center, #FFFFFF;
    background-size: cover;
    height: 100%;
    min-height: 30.0rem;
}

.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("/resources/images/background-9a5f2e169d2a8d8b5ab1f2cf019d86c0.jpg") no-repeat center;
        background-size: cover;
        min-height: 32.0rem;
    }
    .ngps-bg {
        background: linear-gradient(305.06deg, #596D00 -4.51%, rgba(0, 132, 255, 0.8) 110.24%), url("/resources/images/ngps_banner-35e2aa598a4dd4bd8c1eaa5e714f4035.png") no-repeat center, #FFFFFF;
        background-size: cover;
        min-height: 30.0rem;
        opacity: 0.4;
    }
}

@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("/resources/images/background-sm-5ca2a23acb44659d01e84edd2bde8a7a.jpg") no-repeat center;
        background-size: cover;
        min-height: 18.0rem;
    }
    .ngps-bg {
        background: linear-gradient(305.06deg, #596D00 -4.51%, rgba(0, 132, 255, 0.8) 110.24%), url("/resources/images/ngps_banner-35e2aa598a4dd4bd8c1eaa5e714f4035.png") no-repeat center, #FFFFFF;
        background-size: cover;
        min-height: 18.0rem;
        opacity: 0.4;
    }
    .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;
    }
}

.dashboard-card-btn {
    border-radius: 0 0 20px 20px;
    padding: 1.2rem 0;
}

.dashboard-card-btn > div {
    margin: 0 2.5rem;
}

.dashboard-card-body {
    border-radius: 20px 20px 0 0;
    background: #00000063;
}

.nav-ext-icon {
    height: 1.4rem;
}

.back-icon {
    height: 0.8rem;
}

.dashboard-info-bg {
    background: #F5FAFF;
}

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

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

.dashboard-card-btn-border {
    border-width: 0.15rem;
}

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

.dashboard-image {
    height: 7.5rem;
}

.dim40 {
    width: 40px;
    height: 40px;
}
.dim25 {
    width: 25px;
    height: 25px;
}
.dim90 {
    width: 90px;
    height: 90px;
}
.dim100 {
    width: 100px;
    height: 100px;
}

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

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

.youtube-row a {
    color: inherit;
}

.youtube-row a:hover, a:focus {
    color: #0084FF !important;
}

.visited-link-white:visited {
    color: white !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;
}

.user-guide-url, .user-guide-url:hover {
    text-decoration: unset;
    color: #000;
}

.user-guide-url:hover {
    text-decoration: underline;
}

@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;
    }
}

@media screen and (max-width: 1400px) and  (min-width: 1200px){
    .dashboard-card-stats-width {
        margin-left: 1rem !important;
        margin-right: 1rem !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;
    }
}

.content-bg {
    background: #F4F9FD;
}

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

.category-card-img {
    height: 22rem;
    width: 100%;
    object-fit: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    content:  url("/resources/images/right-angle-icon-85caf08ac56c9ed5cd181422c7849beb.png");
	transform: scale(.5);
}

.breadcrumb-bg {
    background: #e9ecef !important;
}

.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;
}

.pdfobject-container {
    height: 50rem;
    border: 1rem solid rgba(0, 0, 0, .1);
}

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

#content-list-container hr:last-child {
    display: none;
}

.content-thumb-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.content-small-thumb {
    width: 10rem;
    height: 6rem;
}

.content-max-height {
    max-height: 33rem;
}

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

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

/*--------------Clear search box button------------*/
.clear-search-button {
    position: absolute;
    right: 30pt;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #ccc;
    cursor: pointer;
}
.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;
    }
}

.search-input {
    border: 1px solid #BBBBBB;
}

.search-input, .search-box {
    height: 2.188rem;
}

.search-box {
    width: 2.188rem;
}

.form-control-custom{
    padding: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #C0C0C0;
    font-size: 0.875rem;
}

.form-control-custom:focus {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #3D8AFF;
    box-shadow: none;
}

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

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

.form-group input[type="submit"],
.form-group input[type="submit"]:disabled,
.form-group input[type="submit"][disabled] {
    border-radius: 0;
    height: 55px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.02rem;
    font-weight: bold;
}

.error-marker {
    color: #f82d00;
    padding-left: 10px;
    font-size: 0.875rem;
}

input[type="date"].error-marker,
input[type="email"].error-marker,
input[type="text"].error-marker,
input[type="number"].error-marker,
select.error-marker,
textarea.error-marker {
    border: 1px solid #ff4c00;
    color: #000000;
}

@media (max-width: 767px) {
    .h1-responsive {
        font-size: 2rem;
    }
    .large-radio-label{
        font-size: 1.25rem !important;
    }
    .result-form-field {
        margin: 20px 0;
    }

    .form-group input[type="submit"],
    .form-group input[type="submit"]:disabled,
    .form-group input[type="submit"][disabled] {
        font-size: 0.8rem;
        height: 3rem;
        padding-left: 3px;
        padding-right: 3px;
    }
}

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;
}

.large-radio:checked + label {
    font-weight: bold;
}

[readonly].error-marker {
    border-bottom: 1px solid #ced4da;
}

.multiselect {
    height : 31px;
    padding-top : 3px;
    font-size: 14px !important;
    font-weight: 0 !important;
    text-align: left !important;
}

.multiselect-container .multiselect-all .form-check-label {
    font-size: 14px;
    color : black;
    font-weight: 100 !important;
}

.multiselect-container.dropdown-menu {
    width:100% !important;
}

.search-btn {
    padding: 0.2rem 0.5rem !important;
}

.search-box-padding {
    padding: 0.7rem 0.6rem !important;
}

.website-page-container {
	margin-top: 58px !important;
}

/* photo gallery */
.school-cover-style {
	max-height: 22rem !important;
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.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;
}

.search-keyword-blue {
    color: #006CD1;
    padding: 15px 0;
    background-color: #E6F3FF;
    border-radius: 5px;
    border: 2px solid #7FBEF9;
}

.search-keyword-neon {
    color: #6D8700;
    padding: 15px 0;
    background-color: #EEFFA8;
    border-radius: 5px;
    border: 2px solid #B6D72B;
}

.search-keyword-aqua {
    color: #008982;
    padding: 15px 0;
    background-color: #C6FFFC;
    border-radius: 5px;
    border: 2px solid #68D3CD;
}

.search-keyword-red {
    color: #D14F32;
    padding: 15px 0;
    background-color: #FFE2DC;
    border-radius: 5px;
    border: 2px solid #F9BDB0;
}

.selected-keyword-neon {
    color: #FFFFFF;
    padding: 15px 0;
    background-color: #6D8700;
    border-radius: 5px;
    border: 2px solid #B6D72B;
}

.selected-keyword-red {
    color: #FFFFFF;
    padding: 15px 0;
    background-color: #D14F32;
    border-radius: 5px;
    border: 2px solid #F9BDB0;
}

.selected-keyword-blue {
    color: #FFFFFF;
    padding: 15px 0;
    background-color: #006CD1;
    border-radius: 5px;
    border: 2px solid #7FBEF9;
}

.selected-keyword-aqua {
    color: #FFFFFF;
    padding: 15px 0;
    background-color: #008982;
    border-radius: 5px;
    border: 2px solid #6c8c8b;
}

.card-footer-custom-color {
    background: #F5FAFF;
}

.feedback-banner {
    width: 100%;
    height: 185px;
    object-fit: cover;
}
.height-100-percent {
    height: 100%;
}

.upper-border-radius-more {
	border-radius: 0.50rem 0.50rem 0.25rem 0.25rem;
}

.rounded-top-half-rem {
	border-top-left-radius: 0.50rem;
	border-top-right-radius: 0.50rem;
}

.font-sm-24 {
	font-size: 20px;
}

@media  screen and (min-width: 576px){
	.font-sm-24 {
		font-size: 24px;
	}
}
.doc-title{
    font-size: 20px;
    margin-bottom: 0;
}
.doc-date{
    font-size: 16px;
}
.download-pdf-icon{
    width: 49px;
}

.selected-filter {
    background: #0084FF;
    color: white;
    font-weight: bold;
}

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

@media only screen and (max-width: 768px) {
    /* Adjust font size for small devices */
    .doc-title{
        font-size: 16px;
        margin-bottom: 0;
    }
    .doc-date{
        font-size: 12px;
    }
    .download-pdf-icon{
        width: 32px;
    }
    .font-lg-20-sm-16{
        font-size: 16px;
    }

}

.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;
}

img.form-doc-image {
	transform: scale(0.5);
}

img.form-doc-image.rotate-90{
    transform: scale(0.5) rotate(90deg);
}

.custom-table-underline {
    border-bottom: 1px solid #DBDBDB !important;
}

#documentTable tbody tr {
    background: #FFFFFF;
    border-bottom: 0;
}

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

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

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

.confirmation-title {
	text-align: center!important;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
	margin-top: 32px;
}

.confirmation-content {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 17px;
	text-align: center;
}

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

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

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

@media screen and (max-width : 767px) {
    #feedback{
        height: 150px;
    }
}

.datatable-exists {
    transform-origin: top left;
}

@media (max-width: 800px) {
    .datatable-exists {
        transform: scale(0.9);
        width: 111.11%;
    }
}

@media (max-width: 750px) {
    .datatable-exists {
        transform: scale(0.85);
        width: 117.65%;
    }
}

@media (max-width: 700px) {
    .datatable-exists {
        transform: scale(0.8);
        width: 125.0%;
    }
}

@media (max-width: 650px) {
    .datatable-exists {
        transform: scale(0.75);
        width: 133.33%;
    }
}

@media (max-width: 600px) {
    .datatable-exists {
        transform: scale(0.7);
        width: 142.86%;
    }
}

@media (max-width: 550px) {
    .datatable-exists {
        transform: scale(0.65);
        width: 153.85%;
    }
}

@media (max-width: 500px) {
    .datatable-exists {
        transform: scale(0.5);
        width: 200%;
    }
}

@media (max-width: 450px) {
    .datatable-exists {
        transform: scale(0.45);
        width: 222.22%;
    }
}

@media (max-width: 350px) {
    .datatable-exists {
        transform: scale(0.4);
        width: 250.0%;
    }
}

@media (max-width: 250px) {
    .datatable-exists {
        transform: scale(0.35);
        width: 285.71%;
    }
}

@media (max-width: 200px) {
    .datatable-exists {
        transform: scale(0.3);
        width: 333%;
    }
}

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

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

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

.bg-dark-grey {
    background: #DADADA !important;
}

.action-bar {
    min-height: 80px;
    align-items: center;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.occupy-space-behind-action-bar {
    padding-bottom: 88px;
}
