.date-picker {
    cursor: pointer;
}

svg {
    overflow: hidden;
    vertical-align: unset;
}

.swal2-container {
    z-index: 10000000 !important;
  }

.modal {
    z-index: 9999 !important;
}

.btn-group,
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 11;
}


fieldset.scheduler-border {
    border: solid 1px #DDD !important;
    padding: 0 10px 10px 10px;
    border-bottom: none;
    margin-bottom: 15px;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    border: 0;
}
legend.scheduler-border {
    width: auto !important;
    border: none;
    font-size: 14px;
    padding: 0px 5px 0px 5px;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.required-field > label::after {
    margin: 0 0 0 0.2rem;
    color: #e02b27;
    font-size: 0.9rem;
    content: "*";
}
.span-invalid {
    color: #e02b27;
}
label {
    margin-bottom: 0;
}
