/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap'); */
body{
    /* font-family: 'Noto Sans KR', sans-serif; */
}
.card-login{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.page-container {
    padding-left: 220px;
}

.form-control{
    border: 1px solid #dbdee3;
}
.header .logo {
    width: 220px;
}

.side-nav {
    width: 220px;
}

.side-nav .side-nav-inner .side-nav-menu>li>a{
    font-weight: 600;
}

.card-dashboard {
    border: 1px solid #2ca982;
    border-radius: 4px;
    min-height: 288px;
}

.card-title {
    border-bottom: 2px solid #53e6cc;
    margin-bottom: 20px;
    padding: 10px;
}

.card-title * {
    margin-bottom: 0
}

.number-dashboard {
    color: #2CA982;
    font-size: 24px;
    font-weight: 600;
    color: #2CA982;
}

.btn.full {
    min-width: 95px;
    height: auto;
}

.header-box {
    padding: 15px 0;
    background: #ddd;
}

#filterForm {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.pagination{
    margin-bottom: 10px;
}

.table .thead-success th {
    background-color: #00c9a7;
    border-color: #00c9a7;
    color: #fff;
    border-right-color: #03bb9c !important;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 5px;
}

.table-sm td {
    font-size: 13px;
}

.table-filter th,
.table-filter td{
    font-size: 14px;
    font-weight: 400;
    padding: 10px !important;
}
.table-filter th label,
.table-filter td label{
    margin-bottom: 0;
}
.table-filter .checkbox,
.table-filter .radio{
    display: inline-block;
    margin-right: 20px;
    min-width: 85px;
}

.table-responsive{
    /* overflow-x: auto;
    overflow-y: hidden; */
    overflow: auto;
    overflow-y: hidden; 
}
.table-responsive tbody th{
    font-weight: 500;
    font-size: 12px;
}
.table-responsive th,
.table-responsive td {
    white-space: nowrap;
    word-break: keep-all;
}

.btn {
    min-width: 80px;
    padding: 0.5rem 0.25rem;
}

.card-body {
    min-height: 175px;
    padding: 1rem;
    position: relative;
}

.card-body h4{
    font-size: 17px;
    font-weight: 600;
}

.card-dashboard table th,
.card-dashboard table td {
    text-align: center !important;
    padding: 8px 6px !important;
}

.card-dashboard table .number-dashboard {
    color: #2CA982;
    font-weight: 500 !important;
    font-size: 18px !important;
}
.alert-dismissible .close{
    padding: 8px 12px;
}
.alert p{
    color: unset;
}
.alert-danger{
    color: red;
}
.alert-success{
    color: green;
}
/* scroll bar */
::-webkit-scrollbar {
    width: 24px;
    height: 24px;
}
  
::-webkit-scrollbar-track {
    background-color: transparent;
}
  
::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 24px;
    border: 6px solid transparent;
    background-clip: content-box;
}
  
::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}
/* end scroll bar */