* {
    box-sizing: border-box;
}
p{
    font-size: 16px;
}
i {
    font-style: italic;
}
.container{
    width: 1200px;
    margin: 15px auto 0 auto;;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: auto;
   opacity: 1;

}
.circle-red__medium{
    display: inline-flex;
    background: #c00;
    color: #fff;
    margin: 0 5px;
    width: 29px;
    height: 29px;
    text-align: center;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.calendar-wrapper{
    border-radius: 0.25rem;
    position: relative;
}
.calendar-input{
    width: 6.5rem;
    border: none;
    padding: 0.4rem;
    border-radius: 0.25rem;
}
.calendar-icon{
    position: absolute;
    right: 0.45rem;
    top: 25%;
}
.mb-1rem{
    margin-bottom: 1rem;
}

.font-normal{
    font-size: 1rem;
}

.tc{
    text-align: center;
}
.disable {
    pointer-events: none;
}
.focus-noeffect:focus{
    box-shadow: none;
    border-color: #212529;
}
/* button */
.btn-red {
    background: #c00;
    border-color: #c00;
}
.btn-green {
    background: #019386;
    color: #fff;
    border-color: #019386;
}

/* panel */
.panel{
    background: #fff;
    padding: 1rem;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    margin-bottom: 2rem;
}
.panel-lf-2rem{
    padding-left: 2rem;
    padding-right: 2rem; 
}
.panel-title{
    font-weight: 700;
    font-size: 1.75rem;
}
.panel-title__border-left{
    font-size: 20px;
    font-weight: 700;
    border-left: 4px solid #c00;
    padding: 8px 8px 8px 10px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
}

.panel-desc{
    font-size: 1rem;
    line-height: 1.6;
}

.relative{
    position: relative;
}
.height-auto{
    height: auto !important;
}

.font-weight-bold{
    font-weight: 700;
}


/* widget */
.widget{
    background: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.widget-title{
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 5px 4px;
    font-size: 15px;
    background: #edf2fa;
    border-bottom: 1px solid #e2e2e2;
}
.widget-title:before {
    width: 18px;
    height: 18px;
    background: url(https://1682xoso.com/wp-content/themes/168xoso/images/chart.svg);
    content: "";
    background-size: contain;
    display: block;
    float: left;
    margin-right: 4px;
    background-repeat: no-repeat;
}
.widget ul {
    padding-left: 1.8em;
    margin: 5px;
}
.widget ul li {
    padding: 5px 0;
    list-style: none;
    position: relative;
}
.widget ul li a {
    font-size: 15px;
    color: #0029ad;
}
.widget ul li a:before {
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    position: absolute;
    left: -15px;
    top: 12px;
    color: #444;
    transform: rotate(-90deg);
}

/* side item */
.side-item{
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    overflow: hidden;
    background: #fff;
    margin-bottom: 12px;
}
.side-item .side-title {
    background: #e63939;
    line-height: 23px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 1rem;
}
.side-item .child a::before{
    content: none;
}
.side-item a{
    color: #000 !important;
}
.doveso-sidesearch{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.4rem;
    grid-row-gap: 0.4rem;
    padding: 10px;
}
.doveso-sidesearch .form-control{
    line-height: normal;
}
/* mx component */
.mx-input-wrapper{
    position: relative;
}
.mx-icon-calendar{
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
    color: rgba(0,0,0,.5);
    vertical-align: middle;
}

/* custom select */
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.5rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("../images/select.svg") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.select-show__icon{
    appearance: auto; 
    -moz-appearance: auto;
    -webkit-appearance: auto;
}


.selebox .sele_left>ul li i {
    display: inline-block;
    background: #CCCCCC;
    width: 28px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    z-index: 2;
    pointer-events: none
}

.selebox .sele_left>ul li i i {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #333;
    position: relative;
    top: 7px;
    right: 0 !important
}

.selebox .sele_left>ul li.yitx,.selebox .sele_left>ul li.weitx {
    cursor: pointer;
    float: right;
    width: 120px;
    height: 30px;
    border: 1px solid #999;
    color: #999;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    margin-left: 15px
}

.hide{
    display: none;
}



/* num table   */
.num-table__wrapper{
    height: 432px;
    overflow-x: auto;
}

.num_table {
    margin-top: 0 !important
}

.num_table table {
    width: 100%;
    background: #dee2e6;
    border-collapse: unset;
}

.num_table table tr td {
    position: relative;
    box-sizing: border-box;
    min-width: 102px;
    height: 40px;
    text-align: center;
    background: #fff
}

.num_table table tr td:first-child {
    font-size: 16px;
    color: #019386
}

.num_table table tr td:empty {
    background: white
}

.num_table table tr td .red_text {
    font-size: 18px;
    color: #e63939
}
.dark-blue.num_table table tr td .red_text {
    font-size: 18px;
    color: #003f5c
}
.num_table table tr td .gray_text {
    font-size: 14px;
    color: #666666;
    display: none
}

.num_table table tr td .redBor {
    display: none;
    position: absolute;
    top: -2px;
    left: -1px;
    width: 105px;
    height: 56px;
    border: 1px solid #e63939;
    z-index: 3
}

.num_table table tr td:hover {
    background: #FBEC88
}
.dark-blue.num_table table tr td:hover {
    background: #003f5c;
    cursor: pointer;
}
.num_table table tr td:first-child:hover {
    background: white;
}

.dark-blue.num_table table tr td:hover .red_text {
    color: white;
}

.num_table table tr td:hover .redBor {
    display: block
}

.num_table table tr td.checkTd {
    /* background: #e63939 */
    background: white;
}

.num_table table tr td.checkTd>span {
    color: #fff
}

.num_table table tr td div {
    display: none;
    position: absolute;
    top: -1px;
    right: -77px;
    width: 75px;
    height: auto;
    background: #313131;
    color: #fff;
    font-size: 14px;
    text-align: center;
    z-index: 2;
    min-height: 56px;
    padding-top: 6px;
    padding-bottom: 3px;
    box-sizing: border-box
}

.num_table table tr td div ul {
    margin-top: 3px
}

.num_table table tr td div ul li {
    line-height: 20px
}

/* dark mode */
.darkMode .panel{
    background: #1a1717;
}
.darkMode .panel-title{
    color: #cccccc;
}
.darkMode .panel-desc{
    color: #cccccc;
}

.darkMode .num_table table tr td{
    background: #000;
}
.darkMode .mx-icon-calendar{
    fill: #019386;
}

.darkMode table tr td:first-child:hover{
    background: #000;
}
.darkMode .calendar-icon{
    fill: #cccccc;
}

/* doveso */
/* .darkMode .widget{
    background: #1a1717;
}
.darkMode .widget ul li a{
    color: #cccccc !important;
}
.darkMode .widget ul li a:before{
    color: #cccccc;
}
.darkMode .widget-title{
    background: #e63939;
    color: #fff;
    border-bottom-color: #e63939;
}
.darkMode .widget ul li{
    color: #fff;
}
.darkMode #no_data{
    color: #cccccc;
}
.darkMode .panel-title__border-left{
    background-color: #1a1717;
    color: #cccccc;
} */
/* custom component */
.darkMode .custom-select{
    background-color: #080808;
    color: #cccccc;
}

.darkMode .select-show__icon{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important; 
}
@media screen and (max-width: 960px){
    .container {
        width: 100%
    }
    .mobile-hide{
        display: none;
    }
    
    /* modal dialog bootstrap */
    .modal-dialog{
        min-width: auto
    }
    .panel{
        padding: .75rem
    }
    .panel-title{
        font-size: 1.5rem;
    }
    .sl\:px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .sl\:mb-1rem{
        margin-bottom: 1rem;
    }
}
