@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Montserrat: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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap');

/***************** Variables *****************/
:root { 
    --title: 20px;
    --sub-title: 18px;
    --text: 14px;
    --text-center: center;
    
    --text-color: #000;

    --grey: #F1F1F1;
    --blue: #4477b8;
    --lighter-green: #189EA5;
    --orange: #F1A542;
    --yellow: #EBB424;
}

/***************** Animations *****************/

/***************** Templates *****************/
.bg-grey {
    background-color: var(--grey) !important;
}
.bg-green {
    background-color: var(--blue);
}
.bg-lighter-green {
    background-color: #189EA5;
}
.bg-orange {
    background-color: var(--orange);
}
.bg-yellow {
    background-color: var(--yellow);
}


.orange-color {
    color: var(--orange);
}
.black-color {
    color: var(--text-color) !important;
}
.white-color {
    color: #FFF !important;
}
.grey-color {
    color: var(--grey) !important;
}
.green-color {
    color: var(--blue) !important;
}
.blue-color {
    color: var(--blue) !important;
}
.yellow-color {
    color: var(--yellow) !important;
}

.blue-button {
    background-color: var(--blue);
    color: #fff;
    padding: 0px 10px;
    height: 40px;
    cursor: pointer;
    font-size: 16px !important;
    text-transform: uppercase;
}
.orange-button {
    background-color: var(--orange);
    color: #fff;
    padding: 0px 10px;
    height: 40px;
    cursor: pointer;
    font-size: 16px !important;
    text-transform: uppercase;
}
.white-button {
    background-color: #FFF;
    color: #000;
    padding: 0px 10px;
    height: 40px;
    cursor: pointer;
    font-size: 16px !important;
    text-transform: uppercase;
}

.mg-0-auto {
    margin: 0 auto;
}
.mg-btn-0 {
    margin-bottom: 0px !important;
}
.mg-btn-5 {
    margin-bottom: 5px !important;
}
.mg-btn-10 {
    margin-bottom: 10px !important;
}
.mg-btn-20 {
    margin-bottom: 20px !important;
}
.mg-btn-30 {
    margin-bottom: 30px !important;
}
.mg-btn-40 {
    margin-bottom: 40px !important;
}
.mg-btn-50 {
    margin-bottom: 50px !important;
}
.mg-btn-60 {
    margin-bottom: 60px !important;
}
.mg-btn-70 {
    margin-bottom: 70px !important;
}

.mg-top-0 {
    margin-top: 0px !important;
}
.mg-top-5 {
    margin-top: 5px !important;
}
.mg-top-10 {
    margin-top: 10px !important;
}
.mg-top-20 {
    margin-top: 20px !important;
}
.mg-top-30 {
    margin-top: 30px !important;
}
.mg-top-40 {
    margin-top: 40px !important;
}
.mg-top-50 {
    margin-top: 50px !important;
}
.mg-top-70 {
    margin-top: 70px !important;
}

.mg-rgt-0 {
    margin-right: 0px !important;
}
.mg-rgt-1 {
    margin-right: 1% !important;
}
.mg-rgt-5 {
    margin-right: 5px !important;
}
.mg-rgt-10 {
    margin-right: 10px !important;
}
.mg-rgt-20 {
    margin-right: 20px !important;
}
.mg-rgt-30 {
    margin-right: 30px !important;
}
.mg-rgt-40 {
    margin-right: 40px !important;
}
.mg-rgt-70 {
    margin-right: 70px !important;
}

.mg-lft-0 {
    margin-left: 0px !important;
}
.mg-lft-1 {
    margin-left: 1% !important;
}
.mg-lft-5 {
    margin-left: 5px !important;
}
.mg-lft-10 {
    margin-left: 10px !important;
}
.mg-lft-20 {
    margin-left: 20px !important;
}
.mg-lft-30 {
    margin-left: 30px !important;
}
.mg-lft-40 {
    margin-left: 40px !important;
}
.mg-lft-70 {
    margin-left: 70px !important;
}

.flex {
    display: flex;
}
.display-none {
    display: none;
}
.content-space-between {
    justify-content: space-between;
}
.content-center {
    justify-content: center;
}
.content-end {
    justify-content: end;
}
.align-center {
    align-items: center;
}
.align-end {
    align-items: end;
}
.flex-column {
    flex-direction: column;
}

.title {
    color: var(--text-color);
    font-weight: 400;
    font-size: var(--title) !important;
}
.text {
    color: var(--text-color);
    font-weight: 400;
    font-size: var(--text) !important;
    line-height: 25px;
}
.text-center {
    text-align: center;
}
.text-lighter {
    font-weight: 300 !important;
}
.text-semi-bold {
    font-weight: 500 !important;
}
.text-italic {
    font-style: italic;
}
.hiper-link {
    color: var(--blue);
    text-decoration: underline !important;
    font-size: var(--text);
}

.fs-32 {
    font-size: 32px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-20 {
    font-size: var(--title) !important;
}
.fs-18 {
    font-size: var(--sub-title) !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-14 {
    font-size: var(--text) !important;
}
.fs-12 {
    font-size: 12px !important;
}

.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}

.row {
    margin-bottom: 10px;
}
.row input, .row select {
    height: 46px;
    padding-left: 2%;
    background-color: #fff;
    color: #000;
    margin: 0 0;
    margin-right: 1%;
    border: none;
    appearance: auto;
}
.row input:last-of-type, .row select:last-of-type {
    margin-right: 0%;
}
.row .ex-lg {
    width: 100%;
}
.row .lg {
    width: 50%;
}
.row .md {
    width: 40.5%;
}
.row .sm {
    width: 17.5%;
}
input[type="radio"] {
    width: 18px !important;
    height: 18px;
    margin-right: 10px !important;
    cursor: pointer;
    appearance: auto;
    appearance: radio;
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
}

input[type="checkbox"] {
    color: #000;
    margin-right: 5px !important;
    width: 20px;
    height: 20px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    background-color: transparent;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px !important;
    height: 20px;
    background-color: #FFF;
    z-index: 1;
    border-radius: 5px;
}
.content-checkbox {
    position: relative;
}
.content-checkbox:hover input[type="checkbox"] ~ .checkmark {
    background-color: #dadada;
}
.content-checkbox input[type="checkbox"]:checked ~ .checkmark {
    background-color: #000;
}
.content-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.content-checkbox input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
}
.box-shadow {
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}
.cursor-pointer {
    cursor: pointer;
}
