@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary-color: #092745;
    --info-color: #286ECD;
    --secondary-color: #F0F4F6;
}

body {
    font-family: 'Poppins', sans-serif;
}

.page-wrapper .page-body-wrapper .page-body {
    background-color: #F5F5F5 !important;
}

.page-wrapper.horizontal-wrapper .page-body-wrapper.horizontal-menu header.main-nav .main-navbar .right-arrow {
    right: 0;
    background-color: #E8EFF4 !important;
}

.bedge {
    color: #fff !important;
}

.bg-info {
    background-color: #286ECD !important;
    color: #fff;
}

.bookmark ul li a svg {
    vertical-align: middle;
    height: 18px;
    width: 18px;
    margin: 8px;
}

.bookmark ul li a {
    position: relative;
    color: #286ECD;
}

.bookmark ul li a:hover {
    position: relative;
    color: #fff;
}

.card {
    margin-bottom: 30px;
    border: 1px solid #e6edef;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 16px !important;
    background-color: #fff;
}

.card .card-header {
    padding: 24px;
    border-bottom: none;
    border-radius: 16px;
    position: relative;
    background-color: #fff;
}

.modal-content {
    border-radius: 15px !important;
}

.modal-header {
    border-radius: 15px !important;
}

.btn-primary {
    background-color: #286ECD !important;
    border-color: #286ECD !important;
}

.login-card {
    background-color: #F0F4F6;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0 auto;
    padding: 30px 12px;
}

.login-form {
    padding: 30px;
    width: 450px;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px !important;
    z-index: 2;
}

.nav-menus {
    padding: 10px 40px !important;
}

.nav-link.active {
    background-color: #286ECD !important;
    color: #fff !important;
    border-radius: 6px;
}

.dropdown.active {
    background-color: #286ECD !important;
    border-radius: 4px;
}

.page-header {
    padding-bottom: 8px !important;
}

.main-header-left {
    padding: 12px 24px !important;
    border-right: 0px !important;
}

.bookmark ul li a svg {
    vertical-align: middle;
    height: 18px;
    width: 18px;
    margin: 8px;
}

@media screen and (max-width: 991px) {
    .page-wrapper .page-main-header .main-header-right .nav-right > ul {
        top: 75px;
        height: 50px;
    }

    .page-wrapper .page-main-header .main-header-right .main-header-left {
        margin-right: 0;
        padding: 15px 20px;
        height: 75px;
    }
}

@media screen and (max-width: 480px) {
    .page-wrapper .page-main-header .main-header-left .logo-wrapper img {
        height: 40px;
    }
}

@media only screen and (max-width: 1190px) {
    .login-card {
        background-color: rgb(0, 51, 108) !important;
    }
}
