.bt-15{
    padding-bottom: 15px;
}
.w10{
    width:10% !important;
}
.w12{
    width:12% !important;
}
.w80{
    width:80% !important;
}
.w100{
    width:100% !important;
}

:root {
    --fc-button-text-color: #636e7b;
    --fc-button-bg-color: transparent;
    --fc-button-border-color: transparent;
    --fc-button-hover-bg-color: transparent;
    --fc-button-hover-border-color: transparent;
    --fc-button-active-bg-color: transparent;
    --fc-button-active-border-color: transparent;
}

[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  [type=radio] + img {
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  
  [type=radio]:checked + img {
    outline: 2px solid #f00;
  } 


:required {
    background: red;
}

.avatar .avatar_text {   
    line-height: 2.5rem !important;
    color: white !important;
}  

.avatar .avatar_text_table {   
  color: white !important;
  text-align:center !important;
}  

label.required::after {
  content: '*';
  color: red;
  margin-left: 4px;
  font-size: 0.75rem;
}
.requiredControl , .requiredControl + span span span.select2-selection.select2-selection--multiple{
  border-color: red !important;
}
.loading-panels {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  display: none;
}
.loading-panels.Processing {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 9999;
  display: block;
}
.loading-panels .loading-panels-content{
  display: flex;
  height: 100%;
  align-items: center;
  color: #fff;
  justify-content: center;
}

.mr-2 {
  margin-right: .5rem !important;
}
.float-right{
  float: right !important;
}
.mt-6 {
  margin-top: 2rem !important;
}

@media (max-width: 768px) {
 .custom-wrap {
  white-space: normal !important;
  word-wrap: break-word !important;
  }
}

.fc-daygrid-day-bottom {
  font-size: 8px;
  font-weight: bold;
  color: red !important;
  /* color: #696cff !important; */
}