ul.members li {
    display: inline !important;
}

ul#main-menu li {
    padding-right: 10px;
}

.strike {
    text-decoration: line-through;
    color: darkgray;
}

input.user-price {
    background-color: transparent;
    border: 0;
    font-size: 1em;
    width: 50px;
}

.set-details {
    cursor: pointer;
}

#staticBackdropLabel span {
    margin-right: 10px;
}

/*.wt{*/
/*    background-image: url('/assets/wt.png');*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*}*/
/*.wb{*/
/*    background-image: url('/assets/wb.png');*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*}*/
/*.wr{*/
/*    background-color: white;*/
/*    background-image: url('/assets/wr.png');*/
/*    background-size: auto;*/
/*    background-position: right top;*/
/*    background-repeat: no-repeat;*/
/*}*/
.room.active {
    background-color: red;
    color: white;
}

.master-id {
    cursor: pointer;
}



@media (max-width: 576px) {
    .mob-h4 {
        font-size: calc(1rem) !important;
    }
    .breadcrumb-item.active {
        display: none;
    }
}


/* ============ desktop view ============ */
/*@media all and (min-width: 992px) {*/
/*    .navbar .nav-item .dropdown-menu{ display: none; }*/
/*    .navbar .nav-item:hover .nav-link{   }*/
/*    .navbar .nav-item:hover .dropdown-menu{ display: block; }*/
/*    .navbar .nav-item .dropdown-menu{ margin-top:0; }*/
/*}*/
/* ============ desktop view .end// ============ */

.to-up {
    position: fixed;
    bottom: 28px;
    right: 28px;
    display: none;
    z-index: 22;
    cursor: pointer;
    text-shadow: 1px 1px 1px white;
}

.bg-indigo, .bg-primary  {
    background-color: indigo !important;
}

.btn-primary {
    color: #fff;
    background-color: indigo;
    border-color: indigo;
}

.link-indigo {
    color: indigo;
}

a {
    color: indigo;
}
p.card-text{
    margin-bottom: 0rem;
}
.text-indigo {
    color: indigo !important;
}
.tag-indigo:hover{
    background-color: red !important;
    color:white;
}
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 60vh;
    overflow-y: auto;
}
.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}
.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}