html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    direction: rtl;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.clinic-name {
    margin-top: 1.8rem;
    margin-bottom: 3.5rem;
    font-weight: 600;
    color: white;
}

.call-number{
    font-size:15rem;
    color:#b90b0b;

}

.last-call {
    background-image: url('/medias/last-call.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 390px;
}
    .last-call-number {
        font-size: 10rem;
        text-align: center;
        font-weight: 600;
        margin-top: 150px;
        width: 100%;
        display: inline-block;
    }

.last-call.no-call .last-call-number {
    display:none;
}
.last-call span.no-call {
    display: none;
}
.last-call.no-call span.no-call {
    display: inline-block;
}
.last-call .no-call {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 200px;
}


.item-name {
    display: inline-block;
    font-size: 1.8rem;
    width: 600px;
    height: 60px;
    border-radius: 35px;
    border: 5px solid;
    padding: 5px 30px 5px 0px;
    font-weight: 600;
}


.item-name-1 {
    border-color: #8950fc;
}

.item-name-2 {
    border-color: #8950fc;
}

.item-name-3 {
    border-color: #3699ff;
}

.item-name-4 {
    border-color: #3699ff;
}

.item-name-5 {
    border-color: #f64e60;
}

.item-name-6 {
    border-color: #f64e60;
}

.item-name-7 {
    border-color: #159b21;
}

.item-name-8 {
    border-color: #159b21;
}

.item-name-9 {
    border-color: #8e960c;
}

.item-name-10 {
    border-color: #8e960c;
}


.item-priority {
    text-align: center;
    vertical-align: middle;
    margin-left: 2rem;
    margin-bottom: 0.5rem;
    font-size: 2.8rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    font-weight: 600;
}

.item-priority-1 {
    background-color: #8950fc;
}
.item-priority-2 {
    background-color: #8950fc;
}
.item-priority-3 {
    background-color: #3699ff;
}
.item-priority-4 {
    background-color: #3699ff;
}
.item-priority-5 {
    background-color: #f64e60;
}
.item-priority-6 {
    background-color: #f64e60;
}
.item-priority-7 {
    background-color: #159b21;
}
.item-priority-8 {
    background-color: #159b21;
}
.item-priority-9 {
    background-color: #8e960c;
}
.item-priority-10 {
    background-color: #8e960c;
}



.kt-hide{
    display:none !important;
}


.cardboard-item {
    vertical-align: middle;
    margin-left: 2rem;
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    width: 100%;
    height: 60px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    
    
    border: 3px solid;
    padding: 5px 30px 5px 30px;
}

.cardboard-priority {
    color: white;
    
    margin-left: 20px;
}

.cardboard-user {
    color: white;
    float: left;
}
.cardboard-sign {
    color: white;
    margin-right: 20px;
}