/*
Theme Name: Divi Child
Theme URI: http://www.yourdomain.com
Description: Child theme for the Divi theme
Author: Your Name
Author URI: http://www.yourdomain.com
Template: Divi
Version: 1.0.0
*/
/* Add your custom CSS below */
.text-blue {
    color: #102E5A;
}

.bg-blue {
    background-color: #102E5A !important;
}

.text-blue-900 {
    color: #0F121A;
}

.bg-blue-900 {
    background-color: #0F121A !important;
}

.text-blue-800 {
    color: #06152B;
}

.bg-blue-800 {
    background-color: #06152B !important;
}

.text-yellow {
    color: #FFF112;
}

.bg-yellow {
    background-color: #FFF112 !important;
}

.btn-yellow {
    background-color: #FFF112 !important;
    border-color: #FFF112 !important;
    color: #102E5A !important;
}

.btn-yellow:hover {
    background-color: rgba(255, 241, 18, 0.85) !important;
}

.btn-yellow:active {
    background-color: rgba(255, 241, 18, 0.9) !important;
    box-shadow: inset 0 -5px 5px rgba(16, 46, 90, 0.2), 0 0 0 0.25rem rgba(255, 241, 18, .25);
}

.text-black {
    color: #141414;
}

.bg-black {
    background-color: #141414 !important;
}

.text-white {
    color: #FFFFFF;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.bg-transparent {
    background-color: transparent !important;
}

/* typography */

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-decoration-none {
    text-decoration: none;
}

.fs-1 {
    font-size: 2.5rem !important;
}

.fs-2 {
    font-size: 2rem !important;
}

.fs-3 {
    font-size: 1.75rem !important;
}

.fs-4 {
    font-size: 1.5rem !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fs-7 {
    font-size: 0.95rem !important;
}

.fs-8 {
    font-size: 0.85rem !important;
}

.fs-9 {
    font-size: 0.8rem !important;
}

.fs-10 {
    font-size: 0.75rem !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.lh-1 {
    line-height: 1em !important;
}

/* utils */

.w-100 {
    width: 100% !important;
}

.width-fit-content {
    width: fit-content;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.top-0 {
    top: 0;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-basis-2 {
    flex-basis: 34% !important;
}

.flex-basis-3 {
    flex-basis: 26% !important;
}

.flex-basis-4 {
    flex-basis: 21% !important;
}

.flex-grow {
    flex-grow: 1 !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

/* spacing */

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 0.75rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}

.px-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
}

.px-6 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.gap-1 svg {
	min-width: 55px;
}

.m-0 {
    margin: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mt-3 {
    margin-top: 0.75rem !important;
}

.ms-3 {
    margin-left: 0.75rem !important;
}

.mt-4 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 1.25rem !important;
}

.mt-6 {
    margin-top: 1.5rem !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-4 {
    margin-right: 1rem !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 0.75rem !important;
}

.gap-4 {
    gap: 1rem !important;
}

/* border */

.border-1 {
    border: 1px solid #6c757d;
}

.border-top {
    border-top: 1px solid #6c757d;
}

.border-bottom {
    border-bottom: 1px solid #6c757d;
}

.border-none {
    border: none !important;
}

.border-blue {
    border-color: #102E5A !important;
}

.border-white {
    border-color: #FFFFFF !important;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.border-radius-1 {
    border-radius: 0.25rem;
}

.border-radius-2 {
    border-radius: 0.5rem;
}

.border-radius-3 {
    border-radius: 0.75rem;
}

.border-radius-4 {
    border-radius: 1rem;
}

.border-radius-circle {
    border-radius: 100%;
}

/* border */

/* alerts */

.alert {
    color: #FFFFFF;
    background-color: #343A40;
    border: 1px solid #495057;
    border-radius: 0.25rem;
    padding: 0.75rem;
    font-size: 0.8rem !important;
    font-weight: 500;
}

.alert-warning {
    color: #664D03;
    background-color: #FFF3CD;
    border: 1px solid #FFECB5;
}

/* alerts */

/* utils */

body {
    background-color: #0F121A;
}

.container {
    max-width: 1920px;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}

#header {
    background-color: #000000;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99999;
    font-family: "Montserrat", sans-serif;
}

#header>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 5px 10px;
}

#main {
    font-family: "Montserrat", sans-serif;
}

#main>.header-effect {
    background-color: #000000;
    padding-bottom: 20px;
    margin-bottom: -20px;
}

#header .btn, #main .btn {
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    outline: 0;
    padding: 0.75rem 1rem;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5em;
    transition: all 0.2s ease;
    display: inline-block;
}

#header .btn[disabled], #main .btn[disabled] {
    pointer-events: none;
    opacity: 0.7;
}

#main input[type="text"], #main input[type="number"] {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    background-color: #FFFFFF;
    border: 1px solid #6c757d;
    outline: 0;
    padding: 0.25rem 0.75rem;
}

#main input[type="text"]:read-only, #main input[type="number"]:read-only {
    background-color: #E9ECEF;
}

@media (max-width: 767px) {
    .container {
        width: 87.5%;
    }
}