:root {
    --green-button-background: rgb(0, 158, 127);
    --blue-button-background: #58adde;
    --main-buttons-background: var(--blue-button-background);
    --booking-page-blue: #41668f;
    --main-buttons_background-secondary: #324773;
    --hover-box-shadow: 0 12px 16px 0 #5A4747, 0 17px 50px 0 rgba(14, 94, 118, 0.19);
    --hover-button-box-shadow: 0 5px 15px 0 #5A4747, 0 17px 50px 0 rgba(14, 94, 118, 0.19);
    --header-box-shadow: 0 3px 25px 0 #a0a0a0, 0 3px 3px 0 rgba(118, 118, 118, 0.11);
    --color-text: #000;
    --waiting-list-color: rgb(216, 158, 51);

}

.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(91 149 218 / 50%);
}

.btn-success:not(:disabled):not(.disabled):active {
    background-color: #324773;
    border-color: #46b2f3;
}

.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgb(40 110 167 / 50%);
}