body {
    font-family: Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", Meiryo, Arial, sans-serif !important;
}
aside {
    position: fixed !important;
}
.nav-link {
    color:white !important;
}
.nav-link.active {
    background: rgba(0, 0, 0, 0.3) !important;
}
.content-wrapper {
    /* background: white !important; */
    padding:75px 0;
    height: auto !important;    
}
@media (min-width: 1024px){
    .content-wrapper {
        padding:75px 1rem;
    }
    
}
.brand-link {
    border-bottom: 1px solid white !important;
}
.brand-text {
    color:white;
}
.content-header h1 {
    font-size: 1.5rem !important;
    font-weight: bold;
    position: relative;
    padding-left: 0.75rem !important;
}
.content-header {
    margin-bottom:1rem !important;
}
.content-header h1::before {
    content:"";
    width:  0.25rem;
    background-color: #BF1223;
    height:100%;
    border-radius: 0.125rem;
    position: absolute;
    left: 0;
    top: 0;
}
input {
    border:1px solid #dee2e6 !important;
}
table.dataTable td,table.dataTable th{
    font-size: 14px !important;
}
.modal-title {
    font-size:15px !important;
    line-height: 2 !important;
}
.custom-hidden {
    display: none !important;
}
.form-group{
    margin-bottom: unset !important;
}
.dataTables_filter{
    display: none;
}
.main-header.navbar{
    position: fixed;
    width: -webkit-fill-available;
}
.wrapper{
    background-color: #f4f6f9 !important;
}

.talkroom-readflag{
    margin-right: 5px;
}
