.drp-calendar {
  background-color: #2b2b2b !important;
  .calendar-table {
    background-color: #2b2b2b !important;
  }
  td.available {
    background-color: #2b2b2b;
  }
  td.off {
    background-color: #262626 !important;
    color: #d4d4d4 !important;
  }
  td.off:hover {
    color: #d4d4d4 !important;
  }
  td.active {
    background-color: #84d994 !important;
  }
}
.daterangepicker .calendar-table th .monthselect, .daterangepicker .calendar-table th .yearselect {
  color:#262626 !important;
}
.anvil-role-datePicker2Wrapper {
  /*.anvil-datepicker .fa-calendar {
    left: 50%;
    top: 50%;
    transform: translate(-10%, -80%);
    margin: 0;
  }*/
  .anvil-datepicker .fa-calendar {
    display: none;
  }

  .calendar-table {
    background-color: #2b2b2b !important;
  }
  
  .form-control:-moz-placeholder, .form-control::placeholder {
    color: #2b2b2b !important;
  }
  
  .anvil-datepicker {
    width: 125px;
  
    /*i {
      content: " ";
    }*/
  }
  
  .anvil-datepicker input {
    caret-color: rgba(0,0,0,0);
    cursor: pointer;
    font-size: 15px;
    border-radius: 25px;
    background-color: %color:Surface Variant%;
    color: %color:Primary% !important;
    box-shadow: none;
    padding: 6px !important;
    border: 2px solid rgba(0,0,0,0);
  
    transition: all 0.5s;
  }
  
  .anvil-datepicker input:hover {
    border: 2px solid %color:Surface Variant%;
    border-radius: 10px;
  }
  
  .anvil-role-arrow-button {
    width: 50px;
    height: 50px;
    line-height: 50px;
  
    button {
      padding: 5px 13px !important;
    }
    
    .fa-arrow-left::before, .fa-arrow-right::before {
      font-size: 12px;
    }
  }
  
}

.anvil-role-col-panel-dashboards .anvil-panel-col + .anvil-panel-col {
  border-left: 1px dashed rgba(255,255,255,0.15);
}

.anvil-role-add-figure-popover {
  width: 150px;
  border-radius: 8px;
  margin: auto;
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
  overflow: show;
}

.anvil-role-add-figure-button {
  margin: 0 !important;
}

.anvil-role-add-figure-button .btn, .anvil-role-add-figure-button .btn-default {
  border-radius: 8px;
  width: 100%;
  min-height: 30px;
  height: 30px;
  line-height: 12px;
  margin: 0;
}
.anvil-role-add-figure-button:hover {
  
}


.anvil-role-figure-editing {
  div.col-padding:has(.anvil-role-figure-editing-linear-panel) {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    right:0;
    transform: translateY(50%);
  }
}
.anvil-role-figure-editing:hover {
  border-radius: 12px;
  .anvil-plot {
    opacity: 0.3;
    transition: opacity 0.3s;
  }
}
.anvil-role-figure-editing-moving-target {
  border: 1px dashed #84d994;
  border-radius: 12px;
  .anvil-plot {
    opacity: 0.3;
  }
  transition: all 0.3s;
}
.anvil-role-figure-editing-moving-target:hover {
  cursor: pointer;
  scale: 97%;
  border: 2px solid #84d994;
  transition: all 0.2s;
}