﻿body {
    font-family: 'Noto Sans KR';
}

h3.text-gray-800 {
    font-weight: 700;
}

h4.text-gray-800 {
    font-weight: 500;
}

.sidebar-dark .sidebar-brand {
    height: 7.375rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    font-family: 'Lato';
}

.topbar {
    margin: 1.5rem;
}

    .topbar .topbar-divider {
        height: calc(3.375rem - 2rem);
    }

.btn {
    border-radius: 0;
    font-size: 13px;
}

.btn-sm {
    min-width: 86px;
    border-radius: 0;
    font-size: 13px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #f78b78 !important;
    border-color: #f78b78 !important;
}

.btn-outline-primary {
    background: #fff;
    color: #454459;
    border-color: #ff9886;
}

    .btn-outline-primary i {
        color: #ff9886;
    }

    .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
        background-color: #ff9886 !important;
        border-color: #ff9886 !important;
        color: #fff !important;
    }

        .btn-outline-primary:hover i, .btn-outline-primary:focus i, .btn-outline-primary:active i {
            border-color: #ff9886 !important;
            color: #fff !important;
        }

.select2.select2-container {
    width: 100% !important;
}

.select2.select2-container .select2-selection--single {
    height: 38px;
}

.select2.select2-container--default .select2-selection--single {
    border-color: #d1d3e2;
    border-radius: 0;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6e707e;
    line-height: 36px;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 36px;
    height: 36px;
}

.table th, .table td {
    word-break: keep-all;
}

.table th {
    border-top: 0;
    font-size: 13px;
    font-weight: 500;
}

.table td {
    font-size: 14px;
}

.form-control {
    border-radius: 0 !important;
}

.form1 {
    padding: 1.5rem 2rem;
    border: 1px solid rgba(69, 68, 89, 0.2);
}

.form1 label { font-size: 13px; }

.form1 .col-form-label {
    font-size: 13px;
}

.form2 {
    padding: 1.5rem 2rem;
}

.form2 label {
    font-size: 13px;
}

.form2 .col-form-label {
    font-size: 13px;
}

.card-header { background-color: #fff; }

div.dataTables_wrapper div.dataTables_length label {
    font-size: 13;
}

div.dataTables_wrapper div.dataTables_filter label {
    display: none;
    font-size: 13px;
    visibility: hidden;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 13px;
}

.page-item .page-link {
    border: 0 !important;
    font-size: 13px !important;
}

.page-item:first-child .page-link {
    border-radius: 0;
}

.page-item:last-child .page-link {
    border-radius: 0;
}

.page-item.disabled .page-link {
    border: 0;
    font-size: 13px;
}

.page-item.active .page-link {
    background-color: #f78b78;
    border-color: #f78b78;
    font-size: 13px;
}
