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

html {
    scroll-behavior: smooth;
}

::-moz-selection {
    color: #FFFFFF;
    background: #cc122e;
}

::selection {
    color: #FFFFFF;
    background: #cc122e;
}

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

.cursor-na {
    cursor: not-allowed !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

li {
    list-style-type: none !important;
}

.btn-black,
.btn-black:hover,
.btn-black:active,
.btn-black:focus-visible {
    color: #FFFFFF !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus-visible {
    background-color: #08459f !important;
    border-color: #08459f !important;
}

.btn-primary:hover {
    background-color: #003178 !important;
    border-color: #003178 !important;
}

.text-gray {
    color: gray;
}

.text-red {
    color: #cc122e;
}

.border-bottom-black {
    border-bottom: 1px solid #000000;
}

.border-gray {
    border: 1px solid #eee;
}

.border-bottom-gray {
    border-bottom: 1px solid #eee;
}

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

td {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:not(.btn):not(.nav-link):not(.dropdown-item):not(.page):hover {
    text-decoration: underline;
}

.pointer {
    cursor: pointer;
}

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

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

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

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

.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-10 {
    margin-right: 10px !important;
}

.ml-10 {
    margin-left: 10px !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-13 {
    font-size: 13px;
}

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

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

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

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

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

.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;
}

.font-weight-normal {
    font-weight: normal !important;
}