:root {
    --vus-color: #27326D;
}

.cus-btn {
    background-color: var(--vus-color);
    opacity: 0.8;
    width: 100%;
    color: white;
}

.cus-btn:hover {
    background-color: var(--vus-color)!important;
    opacity: 1;
}

.cus-back-btn {
    background-color: var(--vus-color)!important;
    opacity: .5;
}

.cus-menu-side {
    /* background: url(../images/strongbowl-bg2.jpg) center; */
    background-size: cover;
    background-color: #27326D;
}

.cus-menu-list li {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    cursor: pointer;
    line-height: 10px;
    margin-top: 5px;
}

.cus-menu-list li.active {
    border-radius: 10px;
    font-weight: bold;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.js-sub-list li:hover:not(.cus-menu-list li.active):not(.has-sub) {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cus-menu-list li.active a {
    color: var(--vus-color)!important;
}

.cus-menu-list li a {
    color: white!important;
    margin-left: 20px;
}

.cus-table tr td {
    width: 33.33333333%
}

.cus-table tr td:nth-child(1) {}

.cus-table tr td:nth-child(2) {
    font-size: 3em;
    color: var(--vus-color);
    text-align: center;
}

.cus-table tr td:nth-child(3) input {
    font-size: 3em;
    border: none;
}

.cus-form {}

.cus-form input {
    display: none;
}

.cus-form label {
    background: var(--vus-color);
    cursor: pointer;
    color: white;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 5px 10px;
    margin-top: 10px;
}

#drop-zone {
    /*Sort of important*/
    width: 300px;
    /*Sort of important*/
    height: 200px;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -150px;
    border: 2px dashed rgba(0, 0, 0, .3);
    border-radius: 20px;
    font-family: Arial;
    text-align: center;
    position: relative;
    line-height: 180px;
    font-size: 20px;
    color: rgba(0, 0, 0, .3);
}

#drop-zone input {
    /*Important*/
    position: absolute;
    /*Important*/
    cursor: pointer;
    left: 0px;
    top: 0px;
    opacity: 0;
    /*Important This is only comment out for demonstration purposes.
        opacity:0; */
}


/*Important*/

#drop-zone.mouse-over {
    border: 2px dashed rgba(0, 0, 0, .5);
    color: rgba(0, 0, 0, .5);
}


/*If you dont want the button*/

#clickHere {
    position: absolute;
    cursor: pointer;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: 20px;
    line-height: 26px;
    color: white;
    font-size: 12px;
    width: 100px;
    height: 26px;
    border-radius: 4px;
    background-color: #3b85c3;
}

#clickHere:hover {
    background-color: #4499DD;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #94B841;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #9BA8AE;
}

input:focus+.slider {
    box-shadow: 0 0 1px #9BA8AE;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.ui-timepicker-container {
    z-index: 999999!important;
}

/* .navbar__list.cus-menu-list>li{
    padding: 10px 5px;
} */
/*action delete, edit*/
.act-add{
    width: 100px;
}
.act-add:hover{
    color: #fff;
}
.act-edit,
.act-delete{
    cursor: pointer;
    padding: 0px 5px;
}
.form-checkbox{
    padding: .5rem .75rem;
    padding-left: 10px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    height: 150px;
    overflow: auto;
    flex: 1 1 auto;
}
#errorForm{
    color: red;
}
.errorValidate{
    display: block;
}
.user-data .title-3{
    padding-right: unset;
}
input:checked+.switch-onoff{
    background-color: var(--vus-color);;
}
.switch-onoff {
    background-color: #9BA8AE;
}

/* table-upload-image */
.table-upload-image .image-url{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}