
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    font-family: Roboto, sans-serif !important;
    background-color: #F9F9FB !important;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.dark-mode {
    background-color: black !important;
    color: white !important;
}

    .dark-mode .nav-dropdown {
        color: ghostwhite !important;
    }

        .dark-mode .nav-dropdown:hover {
            color: #ff9800 !important;
        }

    .dark-mode .modal-content {
        background-color: rgba(9, 10, 17, .8) !important;
        color: rgba(255, 255, 255, 0.55) !important;
    }

    .dark-mode .border-black {
        border: 1px solid #4d4c56 !important;
    }

    .dark-mode .accordion {
        background-color: rgba(9, 10, 17, .8) !important;
        color: rgba(255, 255, 255, 0.55) !important;
    }

    .dark-mode .card {
        background-color: rgba(9, 10, 17, .8);
        color: rgba(255, 255, 255, 0.55);
    }

    .dark-mode .table {
        background-color: rgba(9, 10, 17, .8);
        color: rgba(255, 255, 255, 0.55);
    }

    .dark-mode .navbar {
        background-color: rgba(9, 10, 17, .8);
        color: rgba(255, 255, 255, 0.55);
    }

    .dark-mode .text-title {
        color: white;
    }

    .dark-mode .text-dark {
        color: rgba(255, 255, 255, 0.55) !important;
    }

    .dark-mode .nav-btn {
        color: ghostwhite;
        font-weight: 400;
    }

        .dark-mode .nav-btn:hover {
            color: #ff9800;
            font-weight: 400;
        }

    .dark-mode .bg-nav {
        background-color: black;
    }

    .dark-mode .navbar-light .navbar-nav .nav-link {
        color: ghostwhite;
        border-radius: 20px;
    }

        .dark-mode .navbar-light .navbar-nav .nav-link:hover {
            color: #ff9800 !important;
        }

    .dark-mode .navbar-light .navbar-toggler {
        color: white;
        border: solid 1px rgba(255,255,255,.55) !important;
        border-color: rgba(255,255,255,.55);
    }

    .dark-mode .dx-popup-wrapper > .dx-overlay-content {
        color: #dee2e6;
        background-color: #343a40;
        border-color: rgba(0,0,0,.15);
    }

    .dark-mode .dx-list-item {
        color: #dee2e6;
    }

        .dark-mode .dx-list-item:hover {
            color: ghostwhite !important;
            background-color: #e7e7ed !important;
        }

    .dark-mode .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(240, 240, 240)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }


    .dark-mode .dropdown-menu {
        background-color: #212529;
        border: 1px solid rgba(255, 255, 255, 0.15);
        color: rgba(255, 255, 255, 0.85);
    }

    .dark-mode .dropdown-item {
        color: rgba(255, 255, 255, 0.85);
    }

    .dark-mode .dropdown-menu .dropdown-item.active,
    .dark-mode .dropdown-menu .dropdown-item:active {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .dark-mode .dropdown-menu .dropdown-item:focus,
    .dark-mode .dropdown-menu .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    /* Custom dark mode styles */
    .dark-mode .form-control {
        background-color: #343a40; /* Dark background color */
        color: #ffffff; /* Text color */
        border-color: #343a40; /* Border color */
    }

        .dark-mode .form-control:focus {
            background-color: #495057; /* Dark background color on focus */
            color: #ffffff; /* Text color on focus */
            border-color: #495057; /* Border color on focus */
            box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25); /* Focus shadow */
        }

.navbar-light {
    background-color: white;
}

.bg-nav {
    background-color: white;
}

.text-title {
    color: #4d4c56;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.footer {
    height: 60px; /* Set this to the height of your footer */
}

.jumb-p {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 600px) {
    logo {
        height: 200px !important;
        width: 64.75px !important;
    }
}

.wrapper {
    flex: 1;
}

.wrapper-pad {
    margin-top: 100px;
}

@media only screen and (max-width: 360px) {
    .wrapper-pad {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 375px) {
    .wrapper-pad {
        margin-top: 150px !important;
    }
}

@media only screen and (max-width: 390px) {
    .wrapper-pad {
        margin-top: 150px !important;
    }
}

.bg-body {
    background-color: #F9F9FB !important;
}

.dark-mode .nav-tabs .nav-link, .nav-tabs .nav-link {
    color: ghostwhite;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #4d4c56;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: white;
        background-color: #0f75bc;
        border-color: #dee2e6 #dee2e6 #fff;
        border-color: #0f75bc;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
        color: #4d4c56;
        background-color: #dee2e6;
        border-color: #dee2e6 #dee2e6 #fff;
    }

.brand-wrapper {
    margin-bottom: 19px;
}

    .brand-wrapper .logo {
        height: 37px;
    }

.login-card {
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.login-card {
    background-color: transparent;
}

.login-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.login-card .card-body {
    /*    padding: 85px 60px 60px;*/
}

@media (max-width: 422px) {
    .login-card .card-body {
        /*     padding: 35px 24px;*/
    }
}

.login-card-description {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    /*  font-size: 25px;
    color: #000;
    font-weight: normal;
    margin-bottom: 23px;*/
}

.login-card form {
    /*max-width: 326px;*/
}

.login-card .form-control {
    border: 1px solid #d5dae2;
    padding: 15px 25px;
    margin-bottom: 20px;
    min-height: 45px;
    font-size: 13px;
    line-height: 15;
    font-weight: normal;
}

    .login-card .form-control::-webkit-input-placeholder {
        color: #919aa3;
    }

    .login-card .form-control::-moz-placeholder {
        color: #919aa3;
    }

    .login-card .form-control:-ms-input-placeholder {
        color: #919aa3;
    }

    .login-card .form-control:-ms-input-placeholder {
        color: #919aa3;
    }

    .login-card .form-control::placeholder {
        color: #919aa3;
    }

.login-card .login-btn {
    padding: 13px 20px 12px;
    background-color: #ff9800;
    border-radius: 4px;
    /* font-weight: 500;
    line-height: 20px;*/
    color: #fff;
    margin-bottom: 24px;
    text-transform: uppercase;
    /* font-family: Raleway, sans-serif !important;*/
}

.login-card .login-dd {
    padding: 13px 20px 12px;
    background-color: transparent;
    border-radius: 4px;
    line-height: 20px;
    margin-bottom: 24px;
    color: #000 !important;
}

    .login-card .login-dd:hover {
        border: 1px solid #000;
        background-color: #EFF3FF;
        color: #000;
    }

.login-card .login-btn:hover {
    background-color: #d88203;
    color: #fff;
}

.login-card .forgot-password-link {
    font-size: 14px;
    color: #fff;
    margin-bottom: 12px;
}

.login-card-footer-text {
    font-size: 14px;
    color: #fff;
}

@media (max-width: 767px) {
    .login-card-footer-text {
        margin-bottom: 24px;
    }
}

.login-card-footer-nav a {
    font-size: 14px;
    color: #0094ff;
}

/*--2023 CSS--*/
.h1 h2 h3 h4 h5 h6 {
    font-family: Raleway, sans-serif !important;
}

.text-primary {
    color: #0f75bc !important;
}

.center-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jumbotron {
    background-color: transparent;
    margin: 0 !important;
    margin-left: 0;
    margin-bottom: 0px;
}

.text-orange {
    color: #ff9800;
    font-size: 24px;
    font-weight: 500;
    font-family: Raleway, sans-serif !important;
    text-transform: uppercase;
}

.text-black {
    color: #4d4c56 !important;
    font-weight: 600 !important;
    font-size: 24px;
    text-transform: uppercase;
    font-family: Raleway, sans-serif !important;
}

.text-gray {
    color: #4d4c56 !important;
    text-transform: uppercase !important;
    font-size: 18px;
    font-weight: bolder;
    font-family: Raleway, sans-serif !important;
}

.nav-btn {
    color: #4d4c56;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

    .nav-btn:hover {
        color: #ff9800;
    }

.text-dark {
    color: #4d4c56;
    text-transform: uppercase;
    font-weight: bold;
}

.text-dark-2 {
    color: #4d4c56;
    font-weight: bold;
}

.bg-img {
    background-image: url('../img/iStock-1410955106.jpg');
    background-size: cover;
    min-height: calc(100vh - 50px);
    width: 100%;
    background-repeat: no-repeat;
}

.fc-warning {
    color: #ff9800;
    font-weight: bold;
    text-transform: uppercase;
}

.text-white {
    color: #fff;
}

.bg-2 {
    background-color: #0b004c !important;
}

.pt-1 {
    padding-top: .25rem;
}

.pt-2 {
    padding-top: .5rem;
}

.pt-3 {
    padding-top: 1rem;
}

.pt-4 {
    padding-top: 1.5rem;
}

.pt-5 {
    padding-top: 3rem;
}

.pb-1 {
    padding-bottom: .25rem;
}

.pb-2 {
    padding-bottom: .5rem;
}

.pb-3 {
    padding-bottom: 1rem;
}

.pb-4 {
    padding-bottom: 1.5rem;
}

.pb-5 {
    padding-bottom: 3rem;
}

.p-1 {
    padding: .25rem;
}

.p-2 {
    padding: .5rem;
}

.p-3 {
    padding: 1rem;
}

.p-4 {
    padding: 1.5rem;
}

.p-5 {
    padding: 3rem;
}

.float-right {
    float: right !important;
}

.container-fluid {
    flex-grow: 1;
    overflow-x: hidden;
}

.text-capitalize {
    text-transform: uppercase !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.sub-title {
    color: #4d4c56;
    font-size: 18px;
}

.link-dark {
    color: #212529;
    font-size: inherit;
}

    .link-dark:hover {
        text-decoration: underline;
        color: #212529 !important;
    }

.nowrap {
    white-space: nowrap;
}

@media screen and (min-width: 600px) {
    .mobile-break {
        display: none;
    }
}

@media screen and (max-width: 820px) {
    .mobile-break {
        display: block;
    }
}

@media screen and (max-width: 912px) {
    .mobile-break {
        display: block;
    }
}

.medium_label {
    font-family: Roboto, sans-serif !important;
    font-size: inherit !important;
    font-weight: normal !important;
}

#page-title-wrapper {
    /* height: 100% !important;
    width: 100% !important;*/
    /*  height:100% !important;
    width:auto !important;*/
}

.lead {
    font-weight: 400;
}

.btn-grey {
    background-color: #ebebeb !important;
    border: 1px #ced4da !important;
}

.btn-warning {
    color: white !important;
    background-color: #ff9800 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Raleway, sans-serif !important;
    font-size: inherit;
}

    .btn-warning:hover {
        background-color: #d88203 !important;
    }

.btn-danger {
    text-transform: uppercase;
    font-weight: 500;
}

.btn-secondary {
    text-transform: uppercase !important;
}

.breadcrumb {
    background-color: rgba(0, 0, 0, 0.05);
}

.breadcrumb-link {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #4d4c56;
}

    .breadcrumb-link:hover {
        color: #ff9800;
    }

.btn-primary {
    color: #fff;
    background-color: #0f75bc;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #095c96;
    }

.btn-joined {
    color: white !important;
    text-transform: uppercase !important;
    background-color: transparent;
    border-color: transparent;
}

.lbl-text {
    color: #d88203;
}

.btn-height {
    height: 45px !important;
}

.btn-light {
    border-color: #ced4da !important;
}

.form-title {
    text-transform: uppercase;
    font-size: 17px;
    font-family: Raleway, sans-serif !important;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .breadcrumb {
        flex-direction: column;
        text-align: right;
    }

        .breadcrumb .breadcrumb-item::before {
            content: "";
        }
}

.cal-rounded {
    border-radius: .25rem !important;
}

.bg-none {
    background-color: transparent !important;
}

.link-primary {
    color: #0f75bc !important;
}

    .link-primary:hover {
        color: #0c5282 !important;
    }

.no-wrap {
    white-space: nowrap;
}

.mainnav {
    /*  height: 900px !important;*/
    height: calc(100vh - 125px - 56px);
    align-items: start;
}

#mainul {
    height: 800px;
    overflow-y: auto; /* Adds a scrollbar when contents overflow */
    max-height: 100vh; /* Optional: limit the height to the viewport height */
}

.nav-dropdown {
    color: black !important;
}

    .nav-dropdown:hover {
        color: #4d4c56 !important;
    }

.nav-top {
    background-color: transparent !important;
    border: none;
}

.dark-mode .list-link {
    color: ghostwhite;
}

    .dark-mode .list-link:hover {
        color: #ff9800;
    }

.list-link {
    color: rgba(0,0,0,.7);
    border: none;
    background-color: transparent;
}

    .list-link:hover {
        color: rgba(0,0,0,.55);
    }

.dark-mode .navbar-text {
    color: ghostwhite;
}

.navbar-text {
    color: rgba(0,0,0,.7);
}

.pad-tb {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-right:15px;
    padding-left:15px;
}

.modal-body {
    padding: 0 !important;
}

/*--Navbar--*/

@media only screen and (max-width: 600px), (max-width: 1024px) {

    .nav-fixed {
        position: fixed;
        z-index: 3;
        width: 100%;
    }

.main-content {
    padding-top: 60px;
    }
}


