/* Contents fonts */
@font-face {
    font-family: "SpoqaHanSansNeo";
    font-style: normal;
    font-weight: 100;
    src: url("../webfonts/SpoqaHanSansNeo-Thin.woff2") format("woff2"), url("../webfonts/SpoqaHanSansNeo-Thin.woff") format("woff");
}

@font-face {
    font-family: "SpoqaHanSansNeo";
    font-style: normal;
    font-weight: 200;
    src: url("../webfonts/SpoqaHanSansNeo-Light.woff2") format("woff2"), url("../webfonts/SpoqaHanSansNeo-Light.woff") format("woff");
}

@font-face {
    font-family: "SpoqaHanSansNeo";
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/SpoqaHanSansNeo-Regular.woff2") format("woff2"), url("../webfonts/SpoqaHanSansNeo-Regular.woff") format("woff");
}

@font-face {
    font-family: "SpoqaHanSansNeo";
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/SpoqaHanSansNeo-Medium.woff2") format("woff2"), url("../webfonts/SpoqaHanSansNeo-Medium.woff") format("woff");
}

@font-face {
    font-family: "SpoqaHanSansNeo";
    font-style: normal;
    font-weight: 500;
    src: url("../webfonts/SpoqaHanSansNeo-Bold.woff2") format("woff2"), url("../webfonts/SpoqaHanSansNeo-Bold.woff") format("woff");
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    color: black;
    text-decoration: none;
}

    a:visited {
        text-decoration: none;
    }

/* Basic css */
* {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100vh;
}

body {
    background-color: #F0F3F8 !important;
}

.sims-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-decoration: none;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.mt0 {
    margin-top: 0 !important;
}

.mt4 {
    margin-top: 4px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt16 {
    margin-top: 16px !important;
}

.mt24 {
    margin-top: 24px !important;
}

h1 {
    font-size: 22px;
    font-weight: 500;
}

h2 {
    font-size: 20px;
    font-weight: 500;
}

h3 {
    font-size: 18px;
    font-weight: 500;
}

h4 {
    font-size: 16px;
    font-weight: 500;
}

h5 {
    font-size: 14px;
    font-weight: 500;
}

.status {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: red;
}

.status_normal {
    background-color: #3C8CFE;
}

.status_success {
    background-color: #28A745;
}

.status_warning {
    background-color: #FFC107;
}

.status_danger {
    background-color: #DD0000;
}

.status_disable {
    background-color: #A5A5A5;
}

@media (max-width: 576px) {
    h1 {
        font-size: 18px;
        font-weight: 500;
    }

    h2 {
        font-size: 16px;
        font-weight: 500;
    }

    h3 {
        font-size: 15px;
        font-weight: 500;
    }

    h4 {
        font-size: 14px;
        font-weight: 500;
    }

    h5 {
        font-size: 13px;
        font-weight: 500;
    }
}
