body {
    position: relative;
}
.navbar-vertical.navbar-expand-xs .navbar-collapse
{
    height: 100% !important;
}
.sidebar-cst .btn-main-menu{
    /* padding: 0 15px; */
    width: 100%;
    margin: 0;
    text-align: left;
    color: aliceblue;
}
.sidebar-cst .sub-nav-item li{
    background-color: #42424a;
    color: white;
    padding-left: 35px !important;
}
.sidebar-cst .sub-nav-item li.active{
    background-color:#e91e63;
    color: white;
}
.sidebar-cst .sub-nav-item li:hover{
    background-color: #6d6d81;
    color: white;
    padding-left: 35px !important;
}
td p {
    white-space: pre-line;
}
/* .sidebar-cst .sub-nav-item li.active:hover{
    color: white;
} */
/* .sidebar-cst */

thead {
   background-image: linear-gradient(195deg, #42424a 0%, #191919 100%);
   color:aliceblue;
}

.queue-current{
    background-color: #495361;
    color:white;
}

.queue-default{
    background-color: #155cba;
    color:white;
}

.queue-queue{
    background-color: rgb(255, 255, 30);
    color:black;
}

.queue-archived{
    background-color: #d81b60;
    color:black;
}
button:not(.collapsed) i.fa-caret-right{
    transform: rotate(90deg);
}
.udw-mx-70-percent{
    max-width: 800px;
}
.udw-p-10{
    padding: 10px;
}
.udw-w-10{
    width: 10px;
}
.border-dashed
{
    border: 1px dashed #ccc !important;
}
#udw-loader{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: -24px;
    text-align: center;
    background-color: #f0f2f587;
    z-index: -1;
    opacity: 0;
}
#udw-loader.active{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: -24px;
    text-align: center;
    background-color: #f0f2f587;
    z-index: 9999;
    opacity: 1;
}
#udw-loader i{
    color: #005bea;
    font-size: 114px;
    z-index: 9;
    position: relative;
    top: 43%;
    left: 3%;
}
.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: #ccc;
    -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: #2196F3;
}

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

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%;
}
.ud-not-active .card{
    width: 100%;
    height: 83vh;
}
.udcw-section{
    border: 1px solid lightgrey;
    justify-content: space-between;
    padding: 7px 12px;
    border-radius: 8px;
    margin-bottom: 5px;
}
.udcw-section:hover{
    cursor: pointer;
}
.udcw-section .udcw-name{
    width: 30%;
}
.udcw-section .udcw-command{
    width: 60%;
    word-wrap: break-word;
}
.udcw-section.always{
    opacity: 0.5;
    background: #d3d3d35c;
}
.udcw-section.always:hover{
    cursor: not-allowed;
}
