html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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 {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Header Height */
.main-header .navbar {
    min-height: 90px; /* Desktop height */
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}

/* Logo Size */
.brand-logo {
    max-height: 70px;
    width: auto;
    transition: all 0.3s ease;
}

.required:after {
    content: "*" !important;
    position: inherit !important;
    background-color: transparent !important;
    inset: auto !important;
    font-weight: bold;
    color: #EB5406;
}

.whatsapp-policy-box {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    padding: 20px;
    margin: 15px 0;
    font-size: 13px;
}

.whatsapp-policy-box h6 {
    color: #0369a1;
    font-weight: 600;
    font-size: 14px !important;
}

.whatsapp-policy-box ol {
    /*list-style: none;*/
    /*padding-left: 0;*/
    margin-bottom: 15px;
}

.whatsapp-policy-box ol li {
    margin-bottom: 4px;
    color: #0c4a6e;
    font-size: 14px;
    /*display: flex;*/
    /*align-items: flex-start;*/
}

.whatsapp-policy-links {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #bae6fd;
}
.whatsapp-policy-links a {
    color: #0369a1;
    text-decoration: underline;
    font-size: 13px;
    margin-right: 15px;
}

.fs-10 {
    font-size: 10px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.alert-small, fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-17 {
    font-size: 17px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fs-20 {
    font-size: 20px !important;
}

.vline {
    width: 2px;
    background-color: #e0e0e0;
}

.divider {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px; /* place divider in the gutter center */
    width: 2px;
    background-color: #e0e0e0;
}

/* Tablet */
@media (max-width: 992px) {
    .main-header .navbar {
        min-height: 75px;
    }

    .brand-logo {
        max-height: 55px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .main-header .navbar {
        min-height: 65px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .brand-logo {
        max-height: 45px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100% !important;
    }
}