.run-btn {
    width: unset;
    float: right;
    padding: 10px 20px;
    font-size: 16px;
}

.message{
    z-index: 99999;
    }

/* .text-check-box {
    margin-top: -0.4rem;
} */

.text-check-box {
    /* margin-top: 0.7rem !important; */
    position: inherit;
}



.c-sidebar-nav-link:hover {
    background-color: #5481af !important;
}

/* .c-sidebar-nav-link:active{
    background-color: #7c3a25 !important;
} */


.check-with-input {
    /* width: 20%;
    display: flex;
    justify-content: flex-end;
    padding-right: 0.5rem;
    height: 2.5rem; */
    /* border: 1px solid red; */
    /* margin-left: 1%; */
    /* margin-bottom: 2%; */
    position: inherit;
}


/* .label-input-checkbox {
    width: 40%;
} */

.input-with-check {
    /* width: 40%; */
    margin-right: 1%;
}

.textarea-with-check{
    margin-top: 0.3%;
    margin-bottom: 0.3%;
}


.table th,
.table td {
    padding: 0.5rem;
    vertical-align: middle;
    /* border-top: 1px solid; */
    /* border-top-color: #d8dbe0; */
}

/* .row {
    margin-left: 0px;
} */

.filter-btn {
    margin: 7%;
    float: right;
    position: absolute;
}

.filter-btn2 {
    /* margin: 20%; */
    float: right;
    position: absolute;
}

.btn-xsm {
    padding: 0.05rem 0.15rem;
    font-size: 0.765625rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}



.c-switch-opposite-success .c-switch-input+.c-switch-slider::after {
    color: #ff0606;
}

.c-switch-opposite-success .c-switch-input+.c-switch-slider::before {
    background-color: #d40000;
    border-color: #ff0707;
}

.c-switch-opposite-success .c-switch-input+.c-switch-slider {
    background-color: #fff;
    border-color: #ea0404;
}

.error-msg {
    color: red;
}

/* .c-sidebar-nav-dropdown-items{
    margin-left: 1rem;
} */

.c-sidebar .c-sidebar-nav-dropdown.c-show {
    background: rgb(195 126 126 / 20%);
}

.c_subtitle {
    margin: 0% 0% -10% 0%;
    font-style: italic;
    cursor: pointer;
    color: mediumblue;
}

.btn-download {
    color: #2eb85c;
}