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

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Tahoma", "sans-serif", "Arial" !important;
    background-color: #f0f0f0;
    color: #0F1941;
    /*letter-spacing: .6px;*/
}

.btn-brand,
.btn-brand:hover,
.btn-brand:active,
.btn-brand:focus-visible {
    color: #FFFFFF !important;
    background-color: #0f1941 !important;
    border-color: #0f1941 !important;
}

.text-gray {
    color: gray;
}

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

a {
    text-decoration: none;
}

.pointer {
    cursor: pointer;
}

.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-13 {
    font-size: 13px;
}

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