/***************** Admin *****************/

body,html {
    background-color: rgb(19, 23, 27) !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #fff;
}

.bg-light {
    color: #13171b;
}

.header {
    border: 0;
}

.header .header-brand {
    display: block;
    width: 100%;
    min-width: 170px;
    max-width: 170px;
    height: auto;
    filter: invert(17%) sepia(97%) saturate(7020%) hue-rotate(320deg) brightness(93%) contrast(101%);
}

a, a:hover, a:visited {
    color: #fff;
}

strong {
    font-weight: 700;
}

/*Footer*/
.footer {
    border: none;
}

/*Booking form*/

.booking-form {
    margin: 0 0 50px;
}

.booking-form .card {
    background: none;
    border: none;
}

    .booking-form .card .card-header {
        border: none;
        border-top: 1px solid #35353C;
        border-radius: 0;
        background: none;
        padding: 16px 32px;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .booking-form .card:last-child .card-header {
        border-bottom: 1px solid #35353C;
    }

    .booking-form .card.active-card .card-header {
        font-size: 2.5rem;
    }

    .booking-form .card.active-card .card-header, .booking-form .card.active-card {
        background: #35353C;
        border-radius: 0;
    }

    .booking-form .card .card-header .card-title {
        margin: 0;
    }

.booking-form .card-body {
    padding: 16px 32px;
}

    .booking-form .service-name, .booking-form .summary-title {
        font-weight: 700;
        font-size: 1.5rem;
    }

.booking-form label {
    font-weight: 700;
}

.booking-form label.required:after {
    content: " *";
    color: red;
}

.booking-form label.error {
    display: none !important;
}

.booking-form .form-text {
    color: #fff;
}

    .booking-form input, .booking-form input:focus, .booking-form select, .booking-form select:focus, .booking-form textarea, .booking-form textarea:focus {
        background-color: #35353c;
        border: 1px solid #666;
        color: #fff;
        border-radius: 0;
        padding: 8px !important;
        background-repeat: no-repeat;
    }

.booking-form input[type="file"] {
    padding: 6px !important;
}

        .booking-form select option {
            color: #000;
            background: #fff;
            border-radius: 0;
        }
    
    .booking-form ::-webkit-calendar-picker-indicator {
        filter: invert(1);
    }

    .booking-form .peak:after {
        content: "*";
        position: absolute;
        padding-left: 5px;
    }

    .booking-form .border-top-white {
        border-top: 1px solid #fff;
    }

    .booking-form button, .booking-action-btns .btn {
        font-size: 1.125rem;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 0;
        padding: 10px 30px;
        line-height: 1;
    }

.booking-form .form-check-input[type=checkbox] {
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

/*Theme*/

.header .header-nav li a, .header .header-nav button {
    text-transform: uppercase;
    padding: 8px 5px 8px 0;
}

.header .header-nav li > a:after {
    content: "\2022";
    padding-left: 5px;
    position: relative;
    top: -1px;
    color: var(--text) !important;
}

.header .header-nav li:last-child > a:after {
    content: "";
}

html:not([dir=rtl]) input[type="date"].form-control.is-invalid, html:not([dir=rtl]) .was-validated input[type="date"].form-control:invalid,
html:not([dir=rtl]) input[type="date"].form-control.is-valid, html:not([dir=rtl]) .was-validated input[type="date"].form-control:valid {
    background-position: right calc(2em + 0.1875rem) center;
}

/*Other*/

.pointer {
    cursor: pointer;
}

/*Tooltips*/

.tooltip-info {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/tooltip-info.svg') no-repeat;
    background-size: 16px;
    filter: brightness(0) invert(1);
    border: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    margin-bottom: 3px;
}

/*Loading*/
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
    z-index: 2;
}

/*Colours*/
.btn-primary {
    --cui-btn-color: rgba(255, 255, 255, 0.87);
    --cui-btn-bg: #ed0180;
    --cui-btn-border-color: #ed0180;
    --cui-btn-hover-color: rgba(255, 255, 255, 0.87);
    --cui-btn-hover-bg: #ed0180;
    --cui-btn-hover-border-color: #ed0180;
    --cui-btn-focus-shadow-rgb: 75,58,223;
    --cui-btn-active-color: rgba(255, 255, 255, 0.87);
    --cui-btn-active-bg: #ed0180;
    --cui-btn-active-border-color: #ed0180;
    --cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
    --cui-btn-disabled-color: rgba(255, 255, 255, 0.87);
    --cui-btn-disabled-bg: #f899cc;
    --cui-btn-disabled-border-color: #f899cc
}

.btn-outline-primary {
    --cui-btn-color: #ed0180;
    --cui-btn-border-color: #ed0180;
    --cui-btn-hover-color: rgba(255, 255, 255, 0.87);
    --cui-btn-hover-bg: #ed0180;
    --cui-btn-hover-border-color: #ed0180;
    --cui-btn-focus-shadow-rgb: 50,31,219;
    --cui-btn-active-color: rgba(255, 255, 255, 0.87);
    --cui-btn-active-bg: #ed0180;
    --cui-btn-active-border-color: #ed0180;
    --cui-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 21, 0.125);
    --cui-btn-disabled-color: #f899cc;
    --cui-btn-disabled-bg: transparent;
    --cui-gradient: none
}

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: rgba(255, 255, 255, 0.87);
        background-color: #ed0180;
        border-color: #ed0180;
        box-shadow: 0 0 0 0.25rem rgba(237, 1, 128, .5);
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus, .btn-check:active + .btn-primary:focus,
    .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus,
    .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none;
        border-color: #ed0180;
    }

.bg-pink {
    background-color: #ed0180;
}

.form-check-input[type=radio]:focus {
    border-radius: 50%;
}

.form-check-input:checked {
    background-color: #35353c;
    border: 1px solid #666;
}
    
    .border-top-primary {
        border-top-color: #ed0180 !important;
    }

.btn-grey, .btn-grey:hover {
    background: #9a9292 !important;
    color: #fff !important;
    border-color: #929292 !important;
}

.btn-white, .btn-white:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #35353c !important;
}

.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 1px rgba(237, 1, 128, .3);
}

.header {
    --cui-header-bg: #13171b;
    --cui-header-color: rgba(239, 236, 221, 1);
    --cui-header-hover-color: rgba(239, 236, 221, 1);
}

.footer {
    --cui-footer-color: #efecdd;
}

:root {
    --cui-primary: #ed0180;
    --cui-primary-rgb: 237,1,128;
}

@media screen and (max-width: 576px) {
    .booking-form .card.active-card .card-header {
        font-size: 2rem;
    }
    .booking-form .service-name, .booking-form .summary-title {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 991px) {
    .booking-form .booking-action-select {
        display: block;
    }

    .booking-form .booking-action-btns {
        display: none;
    }
}

@media screen and (min-width: 576px) {
    .booking-form .mt-offset {
        margin-top: 32px;
        line-height: 42px;
    }
}

@media screen and (min-width: 992px) {
    .booking-form .booking-action-select {
        display: none;
    }

    .booking-form .booking-action-btns {
        display: block;
    }
}
@media screen and (min-width: 1200px) {
    .booking-form .col-lg-mt-offset {
        margin-top: 32px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1500px) {
    .header > .container-fluid {
        max-width: 1500px;
        min-height: 105px !important;
        padding: 0 15px;
    }
}