.header {
    width: 100%;
    height: 100px;
    background: #fff;
    top: 0;
    position: absolute;
}

.brand-link .brand-image {
    margin-left: 0 !important;
}
.nav-sidebar .nav-item a {
    color: #e8e8e8;
}

.header .logo {
    width: 100px;
    margin: 10px 0 0 10px;
}

.login-logo {
    font-size: 1.3rem;
    font-weight: 400;
}

.tit {
    background: #6c6262;
    padding: 15px 20px;
    margin-top: 10px;
    color: #fff;
    /* font-size: 1.3rem; */
}

.text-field-icon {
    height: 38px;
}

.required {
    width: 50px;
    text-align: center;
    color: #fff;
    background: #ff0000;
    border-radius: 5px;
    font-size: 0.8rem;
    margin-left: 10px;
    display: block;
}

.remark {
    font-size: 0.8rem;
    margin: 0;
}

.lbl {
    font-size: 0.8rem;
    text-align: right;
    align-self: center;
}

.tit-row {
    background: #dcdcdc;
}

.search .form-control {
    min-width: 100px;
}

.pagination {
    background: #dcdcdc;
    margin: 0;
    min-height: 38px;
}

.display_img {
    width: 200px;
    margin-top: 5px;
}

.sort-cursor {
    cursor: ns-resize;
}

.hand-cursor {
    cursor: pointer;
}

.preview_img {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
    margin-top: 5px;
    background: #f3f3f3;
}
.aspect_ratio_1_1 {
    aspect-ratio: 1/1;
}
.aspect_ratio_2_1 {
    aspect-ratio: 2/1;
}
.aspect_ratio_5_2 {
    aspect-ratio: 5/2;
}

.w20px {
    width: 20px;
}

.h20px {
    height: 20px;
}

.mw100px {
    max-width: 100px;
}

table td {
    vertical-align: middle !important;
    padding: .3rem .6rem !important;
}

table td img {
    width: 100px;
    height: 50px;
}

.icon-calendar {
    font-size: 1.3rem;
    height: 38px;
    margin-left: -30px;
    padding: 7px 5px;
    background: #eee;
    border: 1px solid #ced4da;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.nav-sidebar .nav-link {
    font-size: 0.9em;
}

.bg-tbl-header {
    background-color: #dcdcdc;
}

.card-primary.card-outline-brown {
    border-top: 3px solid #6c6262;
}

.thumbnail_preview {
    width: 100px;
    height: 60px;
    object-fit: cover;
}

.remove-btn-style,
.plan-remove-btn {
    position: absolute;
    right: -8px;
    top: -8px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
}

.resize-deny {
    resize: none;
}

.sns-contents {
    background: #eee;
    border: 1px solid #000;
    padding: 1rem;
    margin-top: -1.5rem;
}

.checkbox-size-20 {
    width: 20px;
    height: 20px;
}


.fixed-width-200 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}

.minicolors-theme-bootstrap .minicolors-swatch {
    top: 5px !important;
    left: 5px !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 578px) {
    .fixed-width-200 {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        width: 200px;
    }
}

/* Extra small devices. */
@media (max-width: 578px) {
    .force-hide-label label {
        display: none !important;
        height: 0;
        background-color: red;
    }
}