
.scheduler {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    gap: 20px;
}
.calendar-container {
    flex: 1;
}
.time-slots-container {
    flex: 1;
}
.time-slots-container h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.time-slots {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
}
.time-slots button {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}
.time-slots button:hover {
    background-color: #ddd;
}
.time-slots button.selected {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}
.flatpickr-current-month {
    color:#fff;
}
.flatpickr-prev-month {
    top: -7px!important;
}
.flatpickr-next-month {
    top: -7px!important;
}
.flatpickr-next-month svg {
    fill:#fff!important;
}
.logo {    
    color: #fff;
}
.mb-3.has-error .form-control {
    border-color: #dd4b39;
    box-shadow: none;
}
.table-blue{
    background-color: #8bcaa2;
    color: #fff;
    vertical-align: revert !important;
}
.table-blue a{
    color: #fff;
}
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    color: #ffffff;
    background: #3378b9;
    font-size: 14px;
    border-bottom: none;
}
.rounded-0 td .form-control {
    border-radius: 0!important;
}
.step-arrow-nav .nav .nav-link.active{
    background-color: #8bcaa2;
    color: #fff;
}
.step-arrow-nav .nav .nav-link.active::before{
    border-left-color: #8bcaa2;
}
.step-arrow-nav .nav{
        background-color: #8bcaa226;
}
.form-group > label:first-child {
    display: block;
}
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.prev-img-thumb{
    max-width:160px;
    height: auto;
    margin-bottom: 5px;
}
.prev-img-thumb img{
    width: 100%;
    height: 100%;
}
#colorpicker{
    width: 200px;
    height: 30px;
}
.navbar-brand-box{
    background: #fff;
}

nav svg {
    width: 30px !important;
}

nav .justify-between {
    display: none !important;
}

ul.draggable-menu {
    list-style: none;
    line-height: 30px;
    padding: 10px;
}

.scheduler {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    gap: 20px;
}
.calendar-container {
    flex: 1;
}
.time-slots-container {
    flex: 1;
}
.time-slots-container h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.time-slots {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
}
.time-slots button {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}
.time-slots button:hover {
    background-color: #ddd;
}
.time-slots button.selected {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}
.flatpickr-current-month {
    color:#fff;
}
.flatpickr-prev-month {
    top: -7px!important;
}
.flatpickr-next-month {
    top: -7px!important;
}
.flatpickr-next-month svg {
    fill:#fff!important;
}