﻿
/* COMMON */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.text-gray {
    color: gray;
}

.toast-message {
    font-size: 15px;
    font-weight: bold;
}

a {
    text-decoration: none;
}

.pointer {
    cursor: pointer;
}

.badge {
    cursor: default;
}

iframe {
    width: 100%;
    border: 0;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.alert {
    font-weight: 500 !important;
}

.form-control:focus {
    box-shadow: none;
}

.mr-6 {
    margin-right: 6px !important;
}

.ml-6 {
    margin-left: 6px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.mr-15 {
    margin-right: 15px;
}

.mt-50 {
    margin-top: 50px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.padding-15 {
    padding: 15px;
}

.padding-30 {
    padding: 30px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-25 {
    font-size: 25px;
}

.font-35 {
    font-size: 35px;
}

.font-38 {
    font-size: 38px;
}

.bold-100 {
    font-weight: 100;
}

.bold-200 {
    font-weight: 200;
}

.bold-300 {
    font-weight: 300;
}

.bold-400 {
    font-weight: 400;
}

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

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

.bold-700 {
    font-weight: 700;
}

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

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

.btn-disabled {
    cursor: not-allowed !important;
    opacity: 0.6;
}

.btn-primary {
    color: #FFFFFF !important;
    background-color: #009fe3 !important;
    border-color: #0092d1 !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-visible {
    background-color: #008dc9 !important;
    border-color: #008dc9 !important;
}

.btn {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}