.tasks_panel {
    position: fixed;
    right: 5px;
    bottom: 60px;
    width: 300px;
    height: 150px;
    opacity: 0.8;
    background: #EEEEEE;
    padding: 10px;
    border: solid 1px #0883c0;
    border-radius: 8px;
    z-index: 1;
}
.tasks_panel:hover {
    opacity:1;
    background: #fefefe;
}

.request_panel {
    position: fixed;
    left: 5px;
    bottom: 60px;
    width: 300px;
    height: 150px;
    opacity: 0.8;
    background: #EEEEEE;
    padding: 10px;
    border: solid 1px #0883c0;
    border-radius: 8px;
    z-index: 1;
}
.request_panel:hover {
    opacity:1;
    background: #fefefe;
}

.spinner {
    display: block;
    position: fixed;
    z-index: 10000000;
    top: 50%;
    right: 50%;
    margin-top: -10px;
    margin-right: -10px;
}

.scrol_expert_calculation_card {
    height: 80vh;
    overflow-y: auto;
    direction: rtl;
}

.scrol_expert_calculation_list {
    height: 80vh;
    overflow-y: auto;
    direction: ltr;
}

.scrol_questions{
    height: 55vh;
    overflow-y: auto;
    direction: ltr;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#first_content {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.scrol_requst_history {
  max-height: 300px;
  overflow-y: auto;
}

.scroling {
  max-height: 300px;
  overflow-y: auto;
}

.scroling-recipient {
  max-height: 400px;
  overflow-y: auto;
}

.scroling-advert {
  max-height: 50vh;
  overflow-y: auto;
}

.thumb{
    position: relative;
}

.thumb .closed {
    cursor: pointer !important;
    font-size: 1.5rem;
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 100;
    color: red;
}

.thumb .rotate {
    cursor: pointer !important;
    font-size: 1.5rem;
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 100;
    color: blue;
}

.hoverDiv {background: #F8F8F8;}
.hoverDiv:hover {background: #D7D7D7;}
.hoverCurDay {background: #ffe6ff;}
.hoverCurDay:hover {background: #ffccff;}

.hover_expert_card:hover{
    background-color: #D7D7D7;
}

.hover_change_color:hover {
    color: #007bff;
    cursor: pointer;
}

.mouseChange{
     cursor: pointer !important;
}

.strong_text{
    font-weight: bold;
}

.btn-circle {
    position: absolute;
    right: 2%;
    top: 10%;
    width: 50px;
    height: 50px;
    border-radius: 35px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    white-space: normal; /* восстанавливаем свойству значение по умолчанию */
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.form-signin {
  margin: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.reply_query {
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto;
}
