:root{

    --main-font :'Roboto', sans-serif;



    --background-color: #e4ebf6;

    --background-sidebar:#012861;

    --background-light:#ffffff;

    

    --border-input-color:#79dcffad;

    --background-input-color:#ffffff;


    --color-btn:#ffffff;
    --background-btn:#012861;

    --background-hover-btn:#979798 ;



    --number-of-chair-color:#012861;
    --background-of-seat:#94a8c8;
    

    --main-padding:0px 50px 0 50px;

    --main-transition: .2s ;



}

.removeBtn{
    background-color: #f73c68;
    padding: 12px 30px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    transition: .3s;
    color: white;

}
.removeBtn:hover{
    color: white;
    background-color: #f73c6873;
}

.guests-list{

}
*{

    padding: 0;

    margin: 0;

    box-sizing: border-box;

}



body{

    font-family: var(--main-font);

    background-color:var(--background-color) ;

}

a{

    text-decoration: none;

}

.sidebar{

    max-width: 140px;

    z-index: 100;

    padding: 18px;

    height:auto;

    display: flex;

    justify-content: center;

    align-content: center;

    flex-direction: column;

    background-color:var(--background-sidebar);

    position: fixed;

    height: 100vh;



}

.landing-page .sidebar .link {

    display: flex;

    margin: 20px 0;

    justify-content: center;

    align-content: center;

    flex-direction: column;

    text-align: center;

    transition: .3s;

}

.landing-page .sidebar .link a img{

    max-width: 66%;

}

.landing-page .sidebar .link:hover{

    opacity: .5;

}

.landing-page .sidebar .link p{

    font-size: 12px;

    font-family: 'Roboto', sans-serif;

    text-transform: uppercase;

    margin-top: 7px;

    color: #ffffff;

}

/* ----------logo -------------- */

.landing-page .content header {

    width: 100%;

    padding: 24px 50px 0 50px;

    height: 120px;

    background-color: var(--background-light);

}

.landing-page .content header img{

    width: 170px; 

}

/* ----------logo -------------- */
.closePOP{
    font-size: 20px;
    cursor: pointer;
    transition: var(--main-transition);
}
.closePOP:hover{
    color: rgba(0, 0, 0, 0.541);
}

@media (max-width : 1025px){

    .sidebar {
        height: 100vh;
        min-width: 100px ;

    }

    .sidebar .link a img {

        max-width: 65% !important;

    }



}

@media (max-width : 493px){

    .sidebar {

        min-width: 75px;

    }

    .landing-page .sidebar .link p {

        font-size: 11px;

    }

}

.hiddenP.zoom-out {
    position: absolute;
    top: 0px;
    left: 7px;
    width: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 5px;
    transform: translateX(-50%);
    z-index: 16;
    background-color: #000000bf;
    border-radius: 2px;
    color: white;
    height: 15px;
}

.chairs-section .hiddenP.zoom-out {
    left: 20px;
    width: auto;
}

.zoom-content {
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 80px;
    right: 100px;
    background-color: white;
    border: 1px solid;
    padding: 14px;
    z-index: 999999;
    border-radius: 30px;
}

 .zoom-content input{
    margin: 0 12px;
}
 .zoom-content img{
        max-width: 16px;
}