@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --site-primary: #1A1818 !important;
    --success: #218838 !important;
    --warning: #ffc107 !important;
    --danger: #dc3545 !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding-bottom: 0;
}


body {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

main {
    min-height: calc(100dvh - 250px);
}

a,
a:hover {
    text-decoration: none !important;
    transition: 400ms !important;
}

.page-content {
    padding: 25px 0
}

/* .page-content.form-page{  
    position: relative;
    display: flex;
    justify-content: center; 
    align-items: center; 
} */


.theme-button {
    background: var(--site-primary);
    color: #fff;
    border: none;
    height: 60px;
    width: 100%;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'figtree';
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 400ms;
}


.theme-button:hover {
    border: 1px solid var(--site-primary) !important;
    background: #fff;
    color: var(--site-primary);
    transition: 400ms;
}

.header {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--site-primary) !important;
}

.header-logo img {
    height: 100%;
    object-fit: contain;
    width: 150px;
}

footer {
    background: var(--site-primary);
    height: 175px;
    display: flex;
    align-items: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.footer-logo img {
    width: 175px;
    object-fit: contain;
    height: auto;
}

.footer-contact ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin: 0;
}

.footer-contact ul li {
    margin: 2px 15px;
}

.footer-contact ul li * {
    color: #ffffff8c !important;
    font-size: 12px;
}

.footer-contact {
    margin: 20px 0;
}

.footer-socials {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.footer-socials a {
    color: #fff;
    font-size: 14px;
    margin: 0 15px;
}

.form-input {
    width: 100% !important;
    height: 60px;
    border: 1px solid #1a1818 !important;
    border-radius: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'Figtree';
    font-size: 16px;
    letter-spacing: .1px;
    color: #C1C1C1;
    padding: 0 32px;
    box-shadow: none !important;
    outline: none !important;
}

.form-input::placeholder {
    font-weight: 400;
    font-family: 'Figtree';
    font-size: 16px;
    letter-spacing: .1px;
    color: #C1C1C1;
}

.form-content h2 {
    font-size: 30px;
    font-weight: 600;
}

.form-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
    padding: 35px 150px;
}

.form-content p {
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
}












.sunbed path {
    cursor: pointer;
    transition: 400ms !important;
}

.sunbed:not(.unselectable):hover path {
    fill: #28a745 !important;
    transition: 400ms !important;
}

.sunbed.selected path {
    fill: var(--success) !important;
    transition: 400ms !important;
}

.reserved path {
    fill: var(--danger) !important;
    cursor: not-allowed;
}

.nonconfirmed path {
    fill: var(--warning) !important;
    cursor: not-allowed;
}

/* .confirmed path{
    fill: var(--success) !important;
    cursor: not-allowed;
} */

.sunbed,
.sunbed * {
    z-index: 99999 !important;
    display: block;
    position: relative;
}


svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

div#svg-container {
    border: 1px solid var(--site-primary);
    margin-bottom: 25px;
    cursor: zoom-in;
    position: relative;
}

.map-control {
    position: absolute;
    display: flex;
    background: var(--site-primary);
}

.map-control .zoom-button {
    padding: 4px 8px;
    margin: 0 5px;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer !important;
}

.map-control .zoom-button i {
    /* background: var(--site-primary); */
    color: #fff;
}

div#svg-container:active {
    cursor: grab;
}

.parentG {
    scale: 1.16;
}

.reservation-summary {
    border: 1px solid var(--site-primary);
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.reservation-summary .informations {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.selected-sunbeds {
    display: flex;
    margin-top: 15px;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.selected-sunbeds span {
    font-size: 12px;
    margin-bottom: 5px;
    background: var(--success);
    padding: 5px 15px;
    color: #fff;
    margin-right: 5px;
    white-space: nowrap;
}

span.reservation-date {
    background: var(--site-primary);
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 700;
}

span.customer-name {
    font-size: 16px;
    font-weight: 800;
}

.reservation-summary h3 {
    margin-bottom: 15px;
    font-weight: 800;
}

.map-info {
    padding: 15px 0;
}

.map-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.map-info ul li .info-box {
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.map-info ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 30px;
}

.map-info ul li span {
    line-height: 1;
    font-size: 12px;
    margin-left: 5px;
    color: #1a1818bf;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    letter-spacing: -1px;
}

.info-box.woman {
    background: #F0A8D0 !important;
}

.info-box.man {
    background: #5B99C2 !important;
}

.info-box.child {
    background: linear-gradient(90deg, #F0A8D0, #5B99C2) !important;
}


/* .info-box.non-confirmed {
    background: var(--warning) !important;
}

.info-box.reserved {
    background: var(--danger);
}

.info-box.selected {
    background: var(--success);
} */

.custom-tooltip {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 9999999999 !important;
    pointer-events: none;
    /* Makes the tooltip non-interactive */
}

form#sunbedsForm .reservation-note {
    width: 100%;
    min-height: 100px;
    border: 1px solid var(--site-primary);
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    outline: none !important;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 500
}

form#sunbedsForm .reservation-note:placeholder {
    font-size: 16px;
    font-weight: 500
}

.success-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
}

.success-content .success-image {
    width: 150px;
    margin-bottom: 25px;
}

.success-content h2 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}

.success-content p {
    font-size: 14px;
    text-align: center;
    padding: 15px 50px 15px 50px;
}

.success-content .theme-button {
    max-width: 350px;
}

.success-content .alert {
    font-size: 14px;
    margin-bottom: 50px;
    padding: 8px 16px;
}


#genderSelectionModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1a1818;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: none;
    /* Modal başlangıçta gizli */
}

.sunbed.woman path {
    fill: #F0A8D0 !important;
}

.sunbed.man path {
    fill: #5B99C2 !important;
}

.sunbed.child path {
    fill: url(#Gradient1) !important;
}


.sunbed.reserved path {
    fill: url(#Gradient1) !important;
}

.stop1 {
    stop-color: #F0A8D0;
}

.stop2 {
    stop-color: #5B99C2;
}

#svg-container .overlay {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
}

.gender-buttons {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 16px;
}

div#genderSelectionModal .modal-title {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}

.gender-buttons button {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: #fff;
    padding: 10px 20px;
}

.gender-buttons button img {
    height: 36px;
    object-fit: contain;
}

.gender-buttons button span {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}

span.modal-price {
    color: #fff;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 14px;
    margin-top: 15px;
}