.content-wrapper {
    background: #fff !important;
}

.btn-primary,
.navbar.default-layout-navbar.navbar-primary .navbar-menu-wrapper .navbar-nav .nav-item .nav-link .btn-primary,
.wizard>.actions a {
    color: #fff;
    background-color: #023CC2 !important;
    border-color: #013DC3 !important;
}

.text-primary {
    color: #023CC2 !important;
}

.navbar.default-layout-navbar .navbar-menu-wrapper {
    justify-content: end !important;
}

.settings-trigger {
    display: none;
}

.navbar,
#sidebar {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.sidebar .nav .nav-item.active>.nav-link {
    position: relative;
    background: #ebebeb;
    color: #8d9498;
}

.sidebar .nav .nav-item .nav-link .menu-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.sidebar .nav .nav-item.active>.nav-link i,
.sidebar .nav .nav-item.active>.nav-link .menu-title,
.sidebar .nav .nav-item.active>.nav-link .menu-arrow {
    color: #1645BD !important;
}

.sidebar .nav .nav-item.active>.nav-link::before {
    background: #013CC2 !important;
}

.nav-item.nav-profile {
    margin-bottom: 20px !important;
}

.card .card-title {
    text-transform: uppercase !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
}

.fs15p {
    font-size: 15px;
}

.m-0 {
    margin: 0px !important;
}

.cardhead {
    padding: 10px 20px !important;
}

#data-listing_filter {
    text-align: right;
    margin-bottom: 20px;
}

.pagination {
    text-align: right;
    justify-content: end;
    margin-top: 50px;
    margin-bottom: 50px;
}

.table-responsive {
    overflow-x: hidden !important;
}

.avatar-circle {
    width: 60px;
    /* same size as img-lg */
    height: 60px;
    background-color: #023CC2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-p-small {
    padding: 5px !important;
    font-size: 13px !important;
}

.btn.btn-icon-text .btn-icon-prepend,
.fc button.btn-icon-text .btn-icon-prepend,
.ajax-upload-dragdrop .btn-icon-text.ajax-file-upload .btn-icon-prepend,
.swal2-modal .swal2-buttonswrapper .btn-icon-text.swal2-styled .btn-icon-prepend,
.wizard>.actions a.btn-icon-text .btn-icon-prepend {
    margin-right: 0px !important;
}

.themebtn {
    background: #023CC2 !important;
    background-color: #023CC2 !important;
    border-color: #023CC2 !important;
}

.pagination .page-item.active .page-link {
    background: #023CC2 !important;
    background-color: #023CC2 !important;
    border-color: #023CC2 !important;
}

.dataTables_wrapper .dataTable thead th {
    border-bottom-width: 0;
    text-transform: uppercase;
    font-size: 13px;
}

.table td,
.jsgrid .jsgrid-table td {
    font-size: 15px;
}

.tblicons {
    position: relative;
    top: 9px;
    left: -3px;
}

.tbliconsbtn {
    position: relative;
    left: -3px;
}

.form-group label {
    font-size: 16px;
    line-height: 1;
    vertical-align: top;
    margin-bottom: 10px;
}


.checkdivflex {
    display: flex;
    flex-direction: row;
    gap: 20px;
}


.mr20p {
    margin-right: 20px !important;
}

.h35p {
    height: 35px;
}

.sidebar .nav.sub-menu {
    margin-top: 0;
    list-style: none;
    padding: 0 0 0 30px !important;
}


@media (max-width: 991px) {
    .navbar.default-layout-navbar .navbar-brand-wrapper {
        width: 200px !important;
    }

    .navbar.default-layout-navbar .navbar-brand-wrapper .brand-logo-mini img {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .navbar.default-layout-navbar .navbar-menu-wrapper {
        width: calc(100% - 200px) !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .content-wrapper {
        padding: 10px 10px !important;
    }

    .navbar.default-layout-navbar .navbar-brand-wrapper .brand-logo-mini {
        padding-left: 10px !important;
        text-align: center;
    }

    .table-responsive {
        overflow-x: auto !important;
    }

    .checkdivflex {
        flex-direction: row !important;
        justify-content: start !important;
        gap: 15px;
        margin-bottom: 25px;
    }

    .card .card-body {
        padding: 20px 10px;
    }

}


.btnview {
    height: auto;
    font-size: 14px;
    padding: 8px !important;
}

.btnview i {
    font-size: 10px !important;
}

.gap10px {
    gap: 5px !important;
}


/*calendar code*/
#calendar {
    width: 100%;
    background-color: white;
    box-shadow: none;
    /* padding: 20px; */
    border-radius: 0px;
    margin-bottom: 30px;
    background-color: #f6f6f6;
    padding: 20px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    padding-top: 25px;
}

#month-year {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.day-names,
.days-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    text-align: center;
    margin-top: 10px;
}

.day-names div {
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
}

.days-grid div {
    padding: 15px;
    border-radius: 0px;
    cursor: pointer;
    background-color: #c3c3c357;
    font-weight: 700;
    font-size: 15px;
    color: #000;
}

/* .days-grid div:hover {
        background-color: #d4d4d4;
      } */

.days-grid .today {
    background-color: #003dc1;
    color: white;
}

.days-grid .highlighted {
    background-color: #013dc4;
    color: white;
}

.days-grid .selected {
    background-color: #013dc4;
    color: white;
}

#prev-month,
#next-month {
    border: 1px solid #003cc3;
    border-radius: 3px;
    padding: 8px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #003cc3;
    color: #fff;
    line-height: 10px;
}

.select_time_wrapper_col {
    flex-direction: row !important;
}

.select_time_wrapper_col label {
    width: auto !important;
}

.locationerror {
    margin-bottom: 0px !important;
    color: red !important;
}

.timesloterror {
    margin-bottom: 0px !important;
    color: red !important;
    padding-bottom: 40px;
}

.bookingdateerror,
.addressfieldserror {
    margin-bottom: 0px !important;
    color: red !important;
    padding-bottom: 40px;
}


#form-response {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 800;
    color: green;
}


#form-response-save {
    margin-top: 10px;
    font-size: 10px;
}

.step3success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px;
    text-align: center;
}

.highlighted {
    pointer-events: none;
    opacity: 0.5;
    background-color: red !important;
    color: #fff;
}


.disabledDates {
    pointer-events: none;
    opacity: 0.3;
    background-color: #fff !important;
    color: #000;
}

.loader {
    width: 48px !important;
    height: 48px;
    border: 5px solid #00f !important;
    border-bottom-color: transparent !important;
    border-radius: 50% !important;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-bottom: 50px !important;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.disabledTime {
    background-color: #ff00006e !important;
    border: 1px solid #ff00006e !important;
    color: #fff !important;
}

.step3success .icon {
    height: 100px;
}

.pt-50p {
    padding-top: 50px;
}

.c_titles span {
    font-size: 22px;
    text-decoration: underline;
    display: block;
    padding-bottom: 20px;
}

.c_times {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

@media only screen and (max-width: 768px) {
    #month-year {
        font-size: 17px;
    }

    #calendar {
        padding: 5px;
    }

    .days-grid div {
        padding: 9px;
        font-size: 12px;
    }


    .c_times span {
        padding: 10px;
        font-size: 14px !important;
    }

    .c_titles span {
        padding-bottom: 0px;
    }

}


.c_titles {
    display: none !important;
}


.emptydays {
    background-color: #fff !important;
}

.select_time_wrapper label {
    background-color: #fff;
    width: 100%;
    color: #000;
}

.select_time_wrapper span {
    background-color: #fff;
    width: 100%;
    margin-right: 10px;
    color: #000;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px !important;
    border: 1px solid #000;
    border-radius: 0px;
}

.select_time_wrapper label span {
    font-size: 14px;
    font-weight: 600;
}

.select_time_wrapper label input {
    position: absolute;
    top: -20px;
}

.c_titles .select_time_wrapper input:checked+span {
    background-color: #fff;
    color: #000;
    border: none;
    font-size: 21px !important;
    text-decoration: underline;
    padding-left: 0px;
}


.select_time_wrapper input:checked+span {
    background-color: #00f;
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 15px !important;
}


.label_p {
    font-weight: 400;
}

.custom-control-label::after {
    border-radius: 50% !important;
    width: 24px;
    height: 24px;
    top: 0px;
    color: transparent;
}

.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
    border: 1px solid #fb0b0b;
}

.form-group.has-error .help-block {
  color: #fb0b0b;
  font-size: 15px;
}

#listingTable_filter {
    float: right;
    margin-bottom: 20px;
}

/*calendar code*/

#listingTable_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 20px 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    text-align: center;
    z-index: 9999;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* Spinner */
#listingTable_processing::before {
    content: "";
    display: block;
    margin: 0 auto 10px;
    width: 35px;
    height: 35px;
    border: 4px solid #ddd;
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.modal-dialog.modal-xl {
  max-width: 40%;
}

@media (max-width: 768px) {
    .modal-dialog.modal-xl { max-width: 95%;}
}

.solid-bullet-list li::before{background-color: gray;}