/*!
 *   Qtamp v1.0.0
 *   Author: kh.yeon
 *   Website: 
 *   License: 
 */

/* Override */
.select2-selection__rendered {
    line-height: 20px !important;
}
.select2-container .select2-selection--single {
    height: 32px !important;
}
.select2-selection__arrow {
    height: 28px !important;
}
.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #e74c3c;
}
.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #007bff;
}

.toggle .toggle-group .toggle-handle {
    width: 2.3rem;
}

/* Custom */
.curs-p {
    cursor: pointer!important;
}
.dark-mode .btn-create {
    color: #fff;
    background-color: #00bc8c;
    border-color: #00bc8c;
    box-shadow: none;
}
.dark-mode .btn-delete {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
    box-shadow: none;
}

.wpx-100 {
    width: 100px !important;
}
.wpx-120 {
    width: 120px !important;
}
.wpx-180 {
    width: 180px !important;
}
.w-10 {
    width: 10% !important;
}
.mw-10 {
    max-width: 10% !important;
}
.mw-25 {
    max-width: 25% !important;
}
.mw-30 {
    max-width: 30% !important;
}
.mw-50 {
    max-width: 50% !important;
}
.mw-75 {
    max-width: 75% !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .wpx-xs-100 {
        width: 100px !important;
    }
    .wpx-xs-120 {
        width: 120px !important;
    }
    .wpx-xs-180 {
        width: 180px !important;
    }
    .w-xs-10 {
        width: 10% !important;
    }
    .mw-xs-10 {
        max-width: 10% !important;
    }
    .mw-xs-25 {
        max-width: 25% !important;
    }
    .mw-xs-30 {
        max-width: 30% !important;
    }
    .mw-xs-50 {
        max-width: 50% !important;
    }
    .mw-xs-75 {
        max-width: 75% !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .wpx-sm-100 {
        width: 100px !important;
    }
    .wpx-sm-120 {
        width: 120px !important;
    }
    .wpx-sm-180 {
        width: 180px !important;
    }
    .w-sm-10 {
        width: 10% !important;
    }
    .mw-sm-10 {
        max-width: 10% !important;
    }
    .mw-sm-25 {
        max-width: 25% !important;
    }
    .mw-sm-30 {
        max-width: 30% !important;
    }
    .mw-sm-50 {
        max-width: 50% !important;
    }
    .mw-sm-75 {
        max-width: 75% !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .wpx-md-100 {
        width: 100px !important;
    }
    .wpx-md-120 {
        width: 120px !important;
    }
    .wpx-md-180 {
        width: 180px !important;
    }
    .w-md-10 {
        width: 10% !important;
    }
    .mw-md-10 {
        max-width: 10% !important;
    }
    .mw-md-25 {
        max-width: 25% !important;
    }
    .mw-md-30 {
        max-width: 30% !important;
    }
    .mw-md-50 {
        max-width: 50% !important;
    }
    .mw-md-75 {
        max-width: 75% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .wpx-lg-100 {
        width: 100px !important;
    }
    .wpx-lg-120 {
        width: 120px !important;
    }
    .wpx-lg-180 {
        width: 180px !important;
    }
    .w-lg-10 {
        width: 10% !important;
    }
    .mw-lg-10 {
        max-width: 10% !important;
    }
    .mw-lg-25 {
        max-width: 25% !important;
    }
    .mw-lg-30 {
        max-width: 30% !important;
    }
    .mw-lg-50 {
        max-width: 50% !important;
    }
    .mw-lg-75 {
        max-width: 75% !important;
    }
}
