body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    background-color: #0F0F12;
}

.hide-in-sm {
    display: flex !important;
}

.show-in-sm {
    display: none !important;
}

.bg-background {
    background-image: linear-gradient(135deg, #5F25A1, #4440BC);
}

.text-background {
    background: #131129 !important;
}

.bg-main {
    background: #5F25A1 !important;
}

.text-main {
    color: #5F25A1 !important;
}

.border-main {
    border: 1px solid #5F25A1 !important;
}

.border-main-bold {
    border: 3px solid #5F25A1 !important;
}

.bg-main-alt {
    background-color: #4440BC;
}

.text-main-alt {
    color: #4440BC !important;
}

.border-main-alt {
    border: 1px solid #4440BC !important;
}

.border-main-alt-bold {
    border: 3px solid #4440BC !important;
}

.bg-white {
    background: white !important;
}

.bg-black {
    background: black !important;
}

.text-white {
    color: white !important;
}

.text-black {
    color: black !important;
}

.text-black {
    color: black !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.btn-delete {
    cursor: pointer;
}


.btn-main {
    border-radius: 80px;
    background-image: linear-gradient(135deg, #5F25A1, #4440BC);
    color: white;
    transition: 0.5s ease;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border: 1px solid #4440BC;
}

.btn-main:hover {
    background-image: linear-gradient(45deg, #5F25A1, #4440BC);
    -webkit-transform: scale3d(0.95, 0.95, 1.01);
    transform: scale3d(0.95, 0.95, 1.01);
    color: #fff;
    border: 1px solid #5F25A1;
}

.btn-main-alt {
    border-radius: 80px;
    color: white;
    background-color: #5F25A1;
    border: 1px solid #5F25A1;
    transition: 0.5s ease;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.btn-main-alt:hover {
    background-color: #4440BC;
    -webkit-transform: scale3d(0.95, 0.95, 1.01);
    transform: scale3d(0.95, 0.95, 1.01);
    color: #fff;
}

label {
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 95%;
}

a {
    text-decoration: none !important;
}

.btn-delete {
    cursor: pointer;
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-40 {
    border-radius: 40px;
}

.rounded-50p {
    border-radius: 50%;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-95 {
    font-size: 95%;
}

.font-90 {
    font-size: 90%;
}

.font-85 {
    font-size: 85%;
}

.font-80 {
    font-size: 80%;
}

.letter-space-1 {
    letter-spacing: 1px;
}

.letter-space-05 {
    letter-spacing: 0.5px;
}

.pointer {
    cursor: pointer;
}

textarea {
    resize: none;
}

@media only screen and (max-width:786px) {
    .hide-in-sm {
        display: none !important;
    }

    .show-in-sm {
        display: flex !important;
    }
}

@media only screen and (min-width: 1280px) {
    .container {
        width: 1200px;
        max-width: 1200px;
    }
}
