body {
    margin: 0;
}

p,
h3,
h2,
h1,
input,
select {
    margin: 10px;
}

p {
    font-size: large;
}

.hideScroll {
    overflow: hidden;
}

.anchor {
    position: absolute;
    margin: -55px;
}

.tab {
    border: none;
    background-color: rgb(7, 86, 9);
    display: flex;
    padding: 0 60px;
    justify-content: center;
    position: sticky;
    height: 20%;
    top: 0;
}

.tablinks {
    background-color: inherit;
    float: left;
    cursor: pointer;
    padding: 5px 30px;
    transition: 0.3s;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    text-decoration: none;
}

a:hover {
    color: #1bdb38;
}

.subButton {
    font-size: large;
    position: fixed;
    width: 150px;
    height: 150px;
    color: white;
    right: 30px;
    bottom: 30px;
    border-radius: 100%;
    background-color: rgb(7, 86, 9);
    z-index: 5;
    border: 0;
}

input,
select {
    font-size: 20px;

}

.photo {
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 100%;
}

.masters_photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.masterPhoto {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin: 5px;
    width: calc(100vh / 1.6);
}

@media screen and (max-width: 600px) {
    .masters_photos {
        flex-direction: column;
    }

    .masterPhoto {
        width: 100%;
    }

    .contacs_section {
        flex-direction: column;
    }
}

.sect {
    margin: 40px;
}

.contacs_section {
    display: flex;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}


.modal-content {
    box-sizing: border-box;
    overflow: auto;
    background-color: #fefefe;
    margin: 0 0 0 auto;
    height: 100%;
    padding: 10px;
    border: 1px solid #888;
    width: 30%;
}

.services {
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    width: calc(100% / 3);
    text-align: center;
    align-content: center;
    margin: 10px;
    padding: 10px;
    font-size: 1.07rem;
}

.serviceText {
    margin: 20px;
    font-size: x-large;
}

.serviceContainer {
    margin: 20px;
    display: flex;
    align-items: center;
}

.servicePhoto {
    aspect-ratio: 1 / 1;
    width: 30%;
    border-radius: 20px;
}

.timeSlots {
    display: flex;
    flex-wrap: wrap;
}

.modalPhoto {
    aspect-ratio: 1 / 1;
    width: 20%;
    border-radius: 30%;
    margin: 10px;
}

.slotStyle {
    align-content: center;
    aspect-ratio: 1 / 1;
    width: fit-content;
    padding: 5px;
    margin: 5px;
    font-size: 1.07rem;
    border-radius: 1000%;
    text-align: center;
}

.enableTime {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.enableTime:hover,
.enableTime:focus {
    background: #f2f2f2;
    cursor: pointer;
}

.selectedTime {
    color: white;
    background: rgb(7, 86, 9);
}

.selectedTime:hover,
.selectedTime:focus {
    cursor: pointer;
    background: rgb(7, 86, 9)
}

.hideForm {
    display: none;
}

.masters {
    padding: 10px;
    display: flex;
    align-items: flex-end;
}

.modalPhoto:hover {
    cursor: pointer;
}

.modalButton {
    border: 0;
    color: white;
    width: 80%;
    margin-left: 10%;
    font-size: x-large;
    background: rgb(7, 86, 9);
    padding: 10px;
    border-radius: 25px;
}

.close {
    color: #aaa;
    float: right;
    font-size: xx-large;
    font-weight: bold;
}

.prevButton {
    color: #aaa;
    float: left;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus,
.prevButton:hover,
.prevButton:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.adminPanel {
    display: none;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.adminPanelContent {
    box-sizing: border-box;
    overflow: auto;
    background-color: #fefefe;
    margin: 0 0 0 auto;
    height: 100%;
    padding: 10px;
    border: 1px solid #888;
    width: 100%;
}

.navigation {
    display: flex;
    justify-content: center;
}

.adminButton {
    border-radius: 20px;
    padding: 5px;
    margin: 5px;
}

.cashButton {
    aspect-ratio: 1 / 1;
    width: fit-content;
    border-radius: 100%;
    margin: 5px;
}

.subButton:hover,
.modalButton:hover,
.cashButton:hover,
.adminButton:hover {
    cursor: pointer;
    background-color: #1bdb38;
}

.calculationSection {
    align-items: center;
    display: flex;
    font-size: larger;
    font-weight: bold;
}

.buttonGroup {
    display: flex;
}

.adminPanelContainer {
    display: flex;
}

@media screen and (max-width: 600px) {
    #adminPanelButton {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }
}

#aboutSection {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 600px) {
    #aboutSection {
        display: block;
    }
}

.sectionHeader {
    margin-left: 5%;
    font-size: 40px;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .modal-content {
        width: 100%;
    }

    .contact_info {
        flex-direction: unset;
    }

    .info_and_map {
        flex-direction: column;
    }
}

.adminInput {
    margin: 3px;
    font-size: medium;
}

.horLine {
    display: block;
    width: 100%;
    border-top: 1px solid rgb(0, 0, 0);
}

.history {
    position: absolute;
    z-index: 200;
    overflow: auto;
    background-color: #fefefe;
    width: 100%;
    height: 100%;
}

.historyElement {
    width: 20%;
    margin: 10px;
}

.buttonClicked {
    background-color: rgb(152, 60, 237);
}

.alert {
    font-size: x-large;
    text-align: center;
    background-color: #f4e50e;
    color: rgb(16, 15, 15);
}

.contact_info {
    display: flex;
    width: calc(100%/3);
    flex-direction: column;
}

.info_and_map {
    display: flex;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

.wrapper {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.wrapper header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .icons {
    display: flex;
}

header .icons span {
    height: 38px;
    width: 38px;
    cursor: pointer;
    color: #878787;
    text-align: center;
    font-size: 1.9rem;
    user-select: none;
    border-radius: 50%;
}

.icons span:last-child {
    margin-right: -10px;
}

header .icons span:hover {
    background: #f2f2f2;
    cursor: pointer;
}

header .current-date {
    font-size: 1.45rem;
    font-weight: 500;
}

.calendar ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
    padding: 0;
}

.calendar .days {
    margin-bottom: 20px;
}

.calendar li {
    color: #333;
    width: calc(100% / 7);
    font-size: 1.07rem;
}

.calendar .weeks li {
    font-weight: 500;
    cursor: default;
}

.calendar .days li {
    z-index: 1;
    cursor: pointer;
    position: relative;
    margin-top: 30px;
}

.days li.inactive {
    color: #aaa;
}

.days li.active {
    color: #fff;
}

.days li::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.days li.active::before {
    background: rgb(7, 86, 9);
}

.days li:not(.active):hover::before {
    background: #f2f2f2;
}

.days li.inactive:hover::before {
    background: none;
}

.manegementContainer {
    margin: 15px;
    font-size: x-large;
    flex-grow: 3;
    width: 100%;
}

.swapMasterContainer {
    margin: 15px;
    font-size: x-large;
}

.chevroneLeft {
    content: \2039; 
}

.chevroneRight {
    content: \203A; 
}