.flex-block{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.cs-flexbox{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.flex-wrap{
    flex-wrap: wrap;
}
.justify-between{
    justify-content: space-between;
}
.justify-center{
    justify-content: center;
}
.justify-end{
    justify-content: flex-end;
}
.v-padding-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.vdp-datepicker header{
    padding: 0;
    margin-top: 0;
}
.time-item{
    padding: 2px 15px;
    min-width: 180px;
    width: 100%;
    display: block;
    text-align: center;
    margin: auto;
}
.time-item:not(.busy){
    cursor: pointer;
    border: 1px solid #c48904;
}
.time-item.busy{
    background: #dd040459;
    color: white;
}
.time-item.selected{
    background: #c48904;
    color: white;
}
.phone-input-wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.phone-prefix-wrapper{
    height: 47px;
    margin-right: 5px;
    border: 2px solid #c8c9c9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0 5px;
    min-width: 75px;
}
.phone-flag{
    width: 35px;
    height: 21px;
}
.form-control.not-valid{
    border-color: red;
}
.input-icon {
    position: relative;
    display: block;
}
.input-icon:not(.input-icon-right)>i {
    left: .5rem;
}
.input-icon>i {
    position: absolute;
    top: calc(50% - 12px);
    color: #c8c9c9;
}
.input-icon .form-control{
    padding-left: 2.4rem; 
}
.validation-message{
    padding: 5px;
}
.validation-message.error{
    color: red;
}
.container-fluid {
    max-width: 1350px;
}
.btn-icon, .btn.has-icon {
    display: inline-flex;
    align-items: center;
}
.filterable-table tbody td, .filterable-table thead th {
    vertical-align: middle;
}
.status-switch{
    font-size: 36px;
    cursor: pointer;
}
.status-switch-on{
    color: #c48904;
}
.status-switch-off{
    color: grey;
}
.status-switch.material-icons{
    font-size: 32px;
}
.switch-label-wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-top: -1px;
}
.booking-app .vdp-datepicker__calendar{
    width: 100%;
}
.vdp-datepicker__calendar .cell.selected{
    background: #c48904 !important;
    border: 1px solid #c48904 !important;
    color: white !important;
}
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
    border: 1px solid #c48904 !important;
}
.booking-hours{
    margin-bottom: 5px;
}
.work-hours-table-wrapper td, .work-hours-table-wrapper th{
    border-width: 1px;
}
.list-filters button{
    border: 1px solid #c48904;
    background: none;
    padding: 8px 12px;
    color: 'black';
    font-weight: 500;
    letter-spacing: .5px;
    margin: 0 5px;
    outline: none;
    opacity: 1;
    transition: .25s ease all;
    cursor: pointer;
}
.list-filters button.active{
    color: white;
    background: #c48904;
    border: 1px solid transparent;
}
.list-filters button:hover{
    color: white;
    opacity: .8;
    background: #c48904;
    border: 1px solid transparent;
}
.vdp-datepicker > div > input[readonly]{
    background-color: white;
}
.list-pagination li {
  display: inline-block;
  cursor: pointer;
  margin: 5px;
}

.list-pagination li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: black;
}

.list-pagination .dots {
  cursor: initial;
  text-decoration: none;
}

.list-pagination li.active {
  background: #eaeaea
}
@media (max-width: 991px){
    .booking-hours-wrapper {
        margin-top: 1rem;
    }
}
@media screen and (min-width: 768px){
    .show-small-mobile, .hide-non-small-mobile{
        display: none !important;
    }
}
@media screen and (max-width: 767px){
    .hide-small-mobile{
        display: none !important;
    }
}

/*loading Overlay*/
.ajax-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: .25;
    align-items: center;
    justify-content: center;
    z-index: 10000;

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*Roller Loader*/
.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #555;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*END Roller Loader*/

/*Grid Loader*/
.lds-grid {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-grid div {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #333;
    animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
    top: 6px;
    left: 6px;
    animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
    top: 6px;
    left: 26px;
    animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
    top: 6px;
    left: 45px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
    top: 26px;
    left: 6px;
    animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
    top: 26px;
    left: 26px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
    top: 26px;
    left: 45px;
    animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
    top: 45px;
    left: 6px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
    top: 45px;
    left: 26px;
    animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
    top: 45px;
    left: 45px;
    animation-delay: -1.6s;
}
@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}
/*END Grid Loader*/

/*END Loading  Overlay*/