.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/*html {
    background-color: #1E1E1E;
    min-height: 100vh;
    width: 100vw;
    font-size: 14px;
}*/

@font-face {
    font-family: 'Lexend Thin';
    src: url('/lib/bootstrap/fonts/Lexend-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend ExtraLight';
    src: url('/lib/bootstrap/fonts/Lexend-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend Light';
    src: url('/lib/bootstrap/fonts/Lexend-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend Regular';
    src: url('/lib/bootstrap/fonts/Lexend-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend SemiBold';
    src: url('/lib/bootstrap/fonts/Lexend-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend Bold';
    src: url('/lib/bootstrap/fonts/Lexend-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'OpenSans SemiBold';
    src: url('/lib/bootstrap/fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #1E1E1E;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.page {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    background: #1E1E1E;
    overflow: hidden; /* Prevent double-scrollbars */
}

.header {
    flex-shrink: 0;
    height: 90px;
    /*border-bottom: 1px solid #F4F4F4;*/
    background: #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.header-text {
    color: white;
    font-family: 'Lexend Bold', serif;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
}

.header-divider {
    display: block;
    border: none;
    height: 1px;
    background-color: #f4f4f4;
    width: calc(100%-40px);
    margin: 0 20px;
}

.footer {
    flex-shrink: 0;
    height: 125px;
    background: #1E1E1E;
}

.page-content {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* smooth on iOS/Android */
    padding: 10px 20px 20px 20px;
}

.header-icon {
    height: 28px;
    width: 28px;
}

.lexend-bold {
    font-family: 'Lexend Bold', serif;
    font-weight: 700;
}

.lexend-semibold {
    font-family: 'Lexend SemiBold', serif;
}

.lexend-regular {
    font-family: 'Lexend Regular', serif;
}

.white-bold {
    font-family: 'Lexend Bold', serif;
    font-weight: 700;
    color: #fff;
}

.red-bold {
    font-family: 'Lexend Bold', serif;
    font-weight: 700;
    color: #ff3131;
}

.yellow-bold {
    font-family: 'Lexend Bold', serif;
    font-weight: 700;
    color: #FFF96A;
}

.green-bold {
    font-family: 'Lexend Bold', serif;
    font-weight: 700;
    color: #23de4c;
}

.fs-14 {
    font-size: 14px;
}

.clickable {
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

    .clickable:active {
        transform: translateY(2px);
    }

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 6px solid rgba(255, 255, 255, 0.6);
    border-top: 6px solid #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bordered-item {
    border: solid 1px #fff;
    border-radius: 8px;
    margin: 10px 0;
    padding: 10px;
}

.extra-width {
    width: calc(100% + 40px);
    margin-left: -20px;
}

.address-arrow {
    height: 30px;
    width: 30px;
    margin: 0 5px;
}

.custom-btn {
    background-color: #ff3131;
    color: #fff;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    letter-spacing: 1px;
    font-family: 'OpenSans SemiBold', sans-serif;
}

.modal-title {
    font-family: 'Lexend Bold', serif;
    font-weight: 600;
}

.modal-body {
    font-family: 'Lexend Regular', serif;
    font-weight: 400;
}

.modal-btn {
    width: 70px;
    font-family: 'Lexend Regular', serif;
    font-weight: 400;
}

.wider-red-modal-btn {
    width: 120px;
    color: #fff;
    background-color: #ff3131;
    font-family: 'Lexend Regular', serif;
    font-weight: 400;
}

.cancel-modal-btn {
    width: 90px;
    font-family: 'Lexend Regular', serif;
    font-weight: 400;
}

.nav-bar {
    height: 89px;
    width: 100%;
    background-color: #ff3131;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 20px;
}

.nav-bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nav-bar-icon {
    height: 38px;
    width: 38px;
}

.nav-bar-text {
    color: #fff;
    font-family: 'Lexend SemiBold', serif;
    font-weight: 600;
    font-size: 11px;
    margin: 5px 0 0 0;
}

.footer-text-div {
    height: 36px;
    width: 100%;
    background-color: #1E1E1E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-text {
    color: #fff;
    font-size: 13px;
    font-family: 'Lexend Regular', serif;
    margin: 0
}

.back-icon {
    width: 40px;
    height: 40px;
    margin-left: -10px;
}