.poppins {
    font-family: "Poppins", sans-serif;
}

.nunito {
    font-family: 'Nunito', sans-serif;
}

.form-select {
    -moz-padding-start: calc(0.75rem - 3px);
    line-height: 1.5;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 20px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #414042;
    width: 100%;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    padding: 0 0.75rem;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.select-styled:after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 30px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.select-styled:hover {
    background-color: #f1f1f1;
}

.select-styled:active,
.select-styled.active {
    background-color: #f2f2f2;
}

.select-styled:active:after,
.select-styled.active:after {
    background-position: left .75rem center;
    transform: rotate(180deg);
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    border-top: none;
    width: 101.5%;
    left: -0.6%;
    max-height: 250px;
    overflow-y: auto;
    height: fit-content;
}

/* width */
.select-options::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.select-options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.select-options::-webkit-scrollbar-thumb {
    background: rgb(121, 118, 118);
    border-radius: 20px;
}

/* Handle on hover */
.select-options::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.select-options li {
    margin: 0;
    padding: 0 0.75rem;
    padding: 0;
    text-indent: 20px;
    border-top: 1px solid #ffffff;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    border-top: 1px solid #eee;
}

/* .select-options li:not(:first-child) {
} */

.select-options li:hover {
    background: #d7dde4;
}

.select-options li[rel="hide"] {
    display: none;
}

.form-group.icon-tab i {
    left: 0;
    top: 0;
    width: 35px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group.icon-tab.lg-icon-tab input {
    padding-left: 45px;
}

.form-group.icon-tab.lg-icon-tab i {
    width: 50px;
}

.ngn {
    display: block;
}

.ngn::before {
    content: '₦';
}


.tab-ul li a {
    font-weight: 600 !important;
    color: #adb5bd !important;
}

.tab-ul li a.active {
    font-weight: 700 !important;
    color: #495057 !important;
}

.notification-box {
    padding-left: 70px !important;
    position: relative;
}

.rounded-3 {
    border-radius: .3rem !important;
}

.notification-box .btn-round-md,
.notification-box .placeholder {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70px;
}

.me-3 {
    margin-right: 1rem !important;
}

.notification-box .notification-react {
    position: absolute;
    top: 40px;
    left: 45px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    text-align: center;
}

.bg-mini-gradiant {
    background: linear-gradient(to right, #ee0979, #ff6a00) !important;
}

.notification-box .h6,
.notification-box h6 {
    float: left;
}

.bg-lightsuccess {
    background-color: #f2faf6 !important;
}

.bg-lighterror {
    background-color: #faf3f2 !important;
}


.payment-method .payment-type .types .type {
    width: 30%;
    position: relative;
    background: #f2f4f7;
    border: 2px solid #e8ebed;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s ease;
}

.payment-method .payment-type .types :not(:disabled)+.type:hover {
    border-color: #28333b;
}

.payment-method .payment-type .types :not(:disabled)+.type:hover .logo,
.payment-method .payment-type .types :not(:disabled)+.type:hover p {
    color: #28333b;
}

.payment-method .payment-type .types :checked+.type {
    border-color: #40b3ff;
    background: rgba(64, 179, 255, 0.1);
}

.payment-method .payment-type .types :checked+.type .logo {
    color: #40b3ff;
}

.payment-method .payment-type .types :checked+.type p {
    color: #28333b;
}

.payment-method .payment-type .types :checked+.type::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    height: 30px;
    width: 30px;
    font-size: 14px;
    top: -14px;
    right: -14px;
    background: #fff;
    border: 2px solid #40b3ff;
    color: #40b3ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1px;
}

.payment-method .payment-type .types .type .logo,
.payment-method .payment-type .types .type p {
    transition: all 0.5s ease;
}

.payment-method .payment-type .types .type .logo {
    font-size: 28px;
    color: #8a959c;
}

.payment-method .payment-type .types .type p {
    margin-bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #8a959c;
}

.footer-wrapper p,
.footer-wrapper ul li a,
.footer-wrapper form button {
    font-size: 14px;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    outline: none;
}

body.sidenav-active::before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
/* The side navigation menu */
.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    right: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    z-index: 100;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

body.sidenav-active {
    height: 100vh;
    overflow: hidden;
}

.page-link, .page-link:hover {
    color: var(--theme-color);
}

.page-item.active .page-link {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    /* background-color: #e8f0fb; */
    /* color: var(--theme-color); */
    color: #e8f0fb;
}
