﻿.header {
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
    height: 52px;
}

.header-ttl {
    font-size: 1.25rem;
    font-weight: 600;
    margin: auto 0;
    padding: .5rem 1.75rem;
}
.header-right {
    display: flex;
    align-items: center;
    padding-right: 2.75rem;
}
.btn-logout{
    padding-left:2.75rem;
}

.wrap-container {
    height:calc(100dvh - 52px);
}

.wrap-contents {
    display: flex;
    height: calc(100dvh - 52px);
}
.wrap-sidebar {
    height: calc(100dvh - 52px);
}

.nav-inner {
    background-color: #d3d3d3;
    height: calc(100dvh - 52px);
    width: 10.5rem;
}
.label-nav_item {
    color: #fff;
}
.main-content {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
}
.wrapper-search {
    padding-top: .75rem;
    padding-bottom: .75rem;
    height: 100%;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-title {
    font-size: 1.25rem;
    border-left: 8px solid red;
    padding: 5px 8px;
}

.search-form {
    border: 1px solid #afafaf;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    background-color: #fff;
}
.form-header {
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    color: #fff;
    background-color: #28579f;
    line-height: 1.25;
    vertical-align: middle;
    margin-bottom: 0;
    padding: .25rem;
    padding-left: .75rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.login-header img{
    width:120px;
    height:auto;
}