﻿.btn {
    padding: 0.8rem 3rem;
    cursor: pointer;
    border-radius: 0;
}

.btn-aqua {
    background-color: #53BDBD !important;
    color: white !important;
    text-transform: uppercase;
    border: 1px solid #53BDBD !important;
    transition: all 0.5s;
    padding: 0.8rem 3rem;
}

.btn-aqua:hover {
    background-color: white !important;
    color: #53BDBD !important;
}

.btn-gray {
    background-color: white !important;
    color: lightgrey !important;
    text-transform: uppercase;
    border: 1px solid lightgrey !important;
    transition: all 0.5s;
    padding: 0.8rem 3rem;
}

.btn-gray:hover {
    background-color: lightgrey !important;
    color: white !important;
}

.font-dancing {
    font-family: 'Dancing Script', cursive;
}

.font-size-50 {
    font-size: 50px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-38 {
    font-size: 38px;
}

.font-size-35 {
    font-size: 35px;
}

.font-size-34 {
    font-size: 34px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-10 {
    font-size: 10px;
}

.font-2-rem {
    font-size: 2rem;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}
.weight-200 {
    font-weight: 200;
}

.weight-300 {
    font-weight: 300;
}

.weight-500 {
    font-weight: 500;
}

.weight-700 {
    font-weight: 700;
}

.height-600px {
    height: 400px;
}

.height-400px {
    height: 400px;
}

.height-486px {
    height: 486px;
}

.height-200px {
    height: 200px;
}

.pl-6 {
    padding-left: 4rem !important;
}

.white-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: white;
    opacity: 0;
}

.max-90 {
    max-width: 90%;
    width: 90%;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.form-control {
    border-radius: 0;
}

.color-pink {
    color: #F2799A;
}

.color-gray2 {
    color: #969696;
}

.color-lightgray-important {
    color: lightgray !important;
}

.max-90 {
    max-width: 90%;
    width: 90%;
}

.cursor-pointer {
    cursor: pointer;
}

.color-gray-4 {
    color: #c6c6c6;
}

.text-success {
    color: #F2799A;
}

.mt-7 {
    margin-top: 5rem !important;
}

.fit-content {
    height: fit-content;
}

@media (min-width: 1800px) {
    .mb-xxxl-0, .my-xxxl-0 {
        margin-bottom: 0 !important;
    }

    .order-xxxl-2 {
        order: 2;
    }
}

@media (min-width: 1600px) {
    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    .order-xxl-2 {
        order: 2;
    }
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
