*:not(.fas,.far) {
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
    font-style: normal !important;
    font-weight: normal;
}

html, body {
    height: 100vh;
    margin: 0;
}

body {
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

h1 {
    font-size: 24px !important;
}

h2 {
    font-size: 22px !important;
}

h3 {
    font-size: 20px !important;
}

h4 {
    font-size: 18px !important;
}

h5 {
    font-size: 16px !important;
}

h6 {
    font-size: 14px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500 !important;
}
/* === Page Header === */

.page-header {
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}

/* === End: Page Header === */

.page-section {
    flex: 1;
    margin-bottom: 2rem;
    margin-top: 81px;
}

@media (min-width: 992px) {
    .page-section {
        /*margin-top: 60px;*/
        margin-left: 250px;
    }

    .footer {
        margin-left: 250px;
    }
}

@media (max-width: 991px) {
    .page-section {
        /*margin-top: 117px;*/
    }
}

.article {
    padding: 0.5rem 0.5rem;
    flex: 1;
}

.footer {
    flex-shrink: 0;
    z-index: 1;
    position: sticky;
    color: white;
    background-color: rgba(89, 89, 89, 0.6);
}

    .footer h3 {
        color: #ffffff !important;
    }

/* Default Page */

.section-header {
    text-align: center;
    margin-bottom: 2rem;
    font-family: 'Roboto', sans-serif !important;
}

.section-bg-orange {
    background: #26b479;
    color: #ffffff;
}

.card-button {
    -webkit-box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.41);
    -moz-box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.41);
    box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.41);
}

    .card-button:hover {
        background: #f1f1f1;
    }

.card-button-pointer {
    cursor: pointer !important;
}

.card-button:hover .card-title {
    color: #283991;
}

/* btn-form*/

.btn-form {
    color: white;
    background-color: rgb(18, 108, 109);
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: .75rem;
    --bs-btn-font-size: .75rem;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    letter-spacing: 2px;
}

    .btn-form:hover {
        color: white;
        background-color: rgba(18, 108, 109, 0.7);
        border: 1px solid black;
        border: 1px solid black;
        border-color: transparent;
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    }

.btn-form-light {
    color: #333333;
    background-color: #ffffff;
    border-color: rgb(18, 108, 109);
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: .75rem;
    --bs-btn-font-size: .75rem;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    letter-spacing: 2px;
}

    .btn-form-light:hover {
        color: #333333;
        background-color: white;
        border-color: transparent;
        box-shadow: 3px 3px 10px 0px rgb(18, 108, 109);
    }


/* btn-table*/

.btn-table {
    color: rgb(18, 108, 109);
    border-color: rgb(18, 108, 109);
    background-color: #ffffff;
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    letter-spacing: 2px;
}

    .btn-table:hover {
        color: #ffffff;
        border: 1px solid rgb(18, 108, 109);
        background-color: rgb(18, 108, 109);
    }

.btn-tabledark {
    color: white;
    background-color: #293E56;
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    letter-spacing: 2px;
}

    .btn-tabledark:hover {
        color: white;
        background-color: rgba(41, 62, 86, 0.9);
        border: 1px solid black;
        border: 1px solid black;
        border-color: transparent;
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    }


/* Tables */
.table-container {
    width: 100%;
    height: 60vh;
    overflow: auto;
}

thead th {
    background-color: rgb(18, 108, 109) !important;
    color: white !important;
    font-weight: 200;
    letter-spacing: 1px;
}

tfoot {
    background-color: transparent !important;
}

.table td {
    padding: 5px;
    text-align: left;
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
}

.dropdown-menu {
    font-size: .75rem !important;
    letter-spacing: 1px;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: white;
        background-color: rgb(18, 108, 109);
    }

.logos {
    max-height: 75px;
    max-width: 150px;
}

.logoBackground {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    margin: .75rem;
    padding: 1rem;
    border: 1px solid rgb(18, 108, 109);
    border-radius: 1rem;
    height: 75px;
    max-width: 250px;
}

    .logoBackground:hover {
        border: 2px solid rgb(18, 108, 109);
        box-shadow: rgb(18, 108, 109) 2px 2px;
        transition-duration: 0.15s;
    }

.navigation {
    width: 250px;
}

.btn-overlay {
    color: rgb(18, 108, 109);
    background-color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
}

    .btn-overlay:hover {
        color: #ffffff;
        background-color: rgb(18, 108, 109);
        border: 1px solid #ffffff;
    }

.carouseltext {
    background-color: rgba(225, 225, 225, 1);
    max-width: 300px;
    border-radius: 10px;
    color: rgb(18, 108, 109);
    padding: 5px 0px;
}

.btn-carousel {
    color: white;
    border-color: rgba(51, 51, 51, 0.25);
    background-color: rgba(27, 156, 159, 0.8);
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    letter-spacing: 2px;
    font-weight: 600;
}

    .btn-carousel:hover {
        color: #ffffff;
        border: 1px solid #293E56;
        background-color: rgb(18, 108, 109);
    }


.btn-tab {
    color: white;
    border-color: rgb(18, 108, 109);
    background-color: rgb(27, 156, 159);
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    letter-spacing: 2px;
    font-weight: 500;
}

    .btn-tab:hover {
        color: #ffffff;
        background-color: rgb(18, 108, 109);
        font-weight: 600;
    }

.paragraph {
    margin: 0;
    margin-bottom: 0.5rem;
}

.footericon {
    font-size: 2rem;
    color: #ffffff;
}

    .footericon:hover {
        font-size: 2.2rem;
        color: rgba(255, 255, 255, 0.6);
    }

.nav-link {
    color: rgb(18, 108, 109) !important;
}

    .nav-link.active {
        color: rgb(18, 108, 109) !important;
    }

.course__item {
    border-color: rgb(27, 156, 159) !important;
    background-color: #ffffff;
}

.tabspan {
    color: rgb(18, 108, 109);
}

h1, h2, h3, h4, h5, h6 {
    color: rgb(18, 108, 109) !important;
}

/* Page Nation*/
.pagination > li > a {
    background-color: #ffffff;
    color: rgb(18, 108, 109);
    border-color: rgb(18, 108, 109);
    font-size: 0.75rem;
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        color: #ffffff;
        background-color: rgb(18, 108, 109);
        border-color: rgb(18, 108, 109);
    }

.pagination > .active > a {
    color: white;
    background-color: rgb(18, 108, 109) !Important;
    border: solid 1px rgb(18, 108, 109) !Important;
}

    .pagination > .active > a:hover {
        background-color: rgb(18, 108, 109) !Important;
        border: solid 1px rgb(18, 108, 109);
    }


/* Accordion */
.accordion-button {
    background-color: rgb(18, 108, 109) !important;
    color: #ffffff !important;
}

    .accordion-button.collapsed {
        background-color: #FAFAFA !important;
        color: rgb(18, 108, 109) !important;
    }

.accordion {
    background-color: none !important;
    --accordion-active-bg: none !important;
}

.accordion-body {
    text-align: justify;
}

.justifiedtxt {
    text-align: justify;
}

.btn-alert {
    text-decoration: none;
}

    .btn-alert:hover {
        cursor: pointer;
    }

/* Scroll Menu */
div.scrollmenu {
    background-color: rgba(255, 255, 255, 0.1);
    overflow: auto;
    white-space: nowrap;
}

    /*div.scrollmenu::-webkit-scrollbar {
        display: none;
    }*/

    .scrollmenu::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .scrollmenu::-webkit-scrollbar-thumb {
        background-color: rgb(77, 77, 77);
        border-radius: 5px;
    }

    div.scrollmenu a {
        display: inline-block;
        color: rgb(255, 255, 255);
        text-align: center;
        padding: 10px 20px;
        text-decoration: none;
        letter-spacing: 1px;
        margin: 0px 2px 0px 2px;
        align-items: center;
        font-size: 1.5rem;
    }

        div.scrollmenu a:hover {
            background-color: rgb(255, 255, 255);
            color: rgb(18, 108, 109) !important;
            font-weight: 500;
        }

.scrollIcon {
    font-size: 1.5rem;
}
