@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600&display=swap);*{box-sizing:border-box;margin:0;overflow-x:hidden;padding:0}html{scroll-behavior:smooth}body{font-family:Montserrat,sans-serif;min-height:100vh;width:100%}.congrats{align-items:center;background-color:#000c;bottom:0;display:flex;height:100vh;justify-content:center;left:0;opacity:0;position:fixed;top:-900px;transition:all .3s ease-in-out;width:100%;z-index:99999}.congrats.show{opacity:1;top:0}.admin-body .right-side{position:absolute;right:0;transition:all .3s ease-in-out;width:82%}.admin-body .right-side.full{width:100%}@media screen and (max-width:1210px){.admin-body .right-side.full{width:82%}.admin-body .right-side{width:100%}}header{align-items:center;background-color:#00549a;display:flex;justify-content:space-between;left:0;padding:16px 32px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:90}header img{cursor:pointer;outline:none;width:120px}nav.user-nav ul{align-items:center;color:#fff;display:flex;font-size:14px;gap:24px;list-style-type:none}nav.user-nav ul li{cursor:pointer;font-weight:500;transition:all .3s ease-in-out}nav.user-nav ul li a{color:#fff;text-decoration:none}nav.user-nav ul li a.show{color:#fff205}nav.user-nav ul li a.show .line{width:50%}nav.user-nav ul li .line{background-color:#fff205;border-radius:10px;height:3px;transition:all .3s ease-in-out;width:0}nav.user-nav ul li.airports{display:flex;flex-direction:column;position:relative}nav.user-nav ul li.airports .all-airports{background-color:#00335d;border-radius:15px;opacity:0;padding:16px;position:fixed;right:100px;top:-800px;transition:all .5s ease-in-out;width:600px;z-index:20}nav.user-nav ul li.airports.clicked .all-airports{opacity:1;top:60px}nav.user-nav ul li.airports .all-airports ul.airport-list{grid-gap:16px;display:grid;grid-template-columns:repeat(3,1fr)}nav.user-nav ul li.airports .all-airports ul.airport-list li a{align-items:center;display:flex;font-size:14px;gap:4px;transition:all .3s ease-in-out}nav.user-nav ul li.airports .all-airports ul.airport-list li a:hover{color:#fff205}nav.user-nav ul li.airports .dropdown{align-items:flex-end;display:flex;gap:8px;transition:all .3s ease-in-out}nav.user-nav ul li:hover,nav.user-nav ul li:hover a.nav.user-nav-link{color:#fff205}nav.user-nav ul li.active .line,nav.user-nav ul li:hover .line{width:50%}nav.user-nav ul li a button{background-color:#fff;border:none;border-radius:30px;color:#00549a;cursor:pointer;font-family:Montserrat,sans-serif;font-weight:600;height:40px;outline:none;transition:all .3s ease-in-out;width:150px}nav.user-nav ul li a button:hover{background:#0000;border:1px solid #fff;color:#fff}nav.user-nav ul li a.show button{background-color:#fff205}.hamburger{color:#fff;cursor:pointer;display:none;font-size:25px}@media screen and (max-width:800px){nav.user-nav{background-color:#00335d;min-height:100vh;overflow:hidden;position:fixed;right:0;top:0;transition:all .5s ease-in-out;width:0}nav.user-nav.open{width:60%}nav.user-nav:before{background-color:#0009;content:"";height:100vh;left:0;position:fixed;top:0;transition:all .5s ease-in-out;width:0}nav.user-nav.open nav.user-nav:before{width:40%}nav.user-nav ul{align-items:flex-start;flex-direction:column;margin:64px 24px}.hamburger{display:flex;overflow:hidden;z-index:30}nav.user-nav ul li.airports .all-airports{background-color:initial;border-radius:0;height:0;opacity:1;overflow-y:scroll;padding:0;position:static;transition:all .3s ease-in-out;width:auto}nav.user-nav ul li.airports.clicked .all-airports{height:640px}nav.user-nav ul li.airports .all-airports ul.airport-list{grid-template-columns:100%;margin:16px 8px}}@media screen and (max-width:476px){header img{width:70px}header{padding:12px 8px}nav.user-nav.open{width:65%}nav.user-nav.open:before{width:35%}nav.user-nav ul{font-size:.85rem;gap:8px}nav.user-nav ul li.airports .all-airports ul li{font-size:12px}nav.user-nav ul li button{font-size:.85rem;height:35px;width:120px}}main{width:100%}.alert-message{align-items:center;background-color:#ececec;display:flex;flex-direction:column;justify-content:center;padding:8px 0;position:relative;width:100%}.alert-message.cancel{display:none}.alert-message h3{color:#e02d2d;font-size:18px}.alert-message .terms-home{align-items:center;display:flex;font-size:14px;font-weight:500;gap:4px;margin-top:8px}.alert-message .terms-home a{color:#00549a;font-weight:500;transition:all .2s ease-in-out}.alert-message .terms-home a:hover{color:#0072c6}.alert-message .cancel-alert{cursor:pointer;position:absolute;right:20px}.alert-message .cancel-alert:hover{color:#e02d2d}.main-box{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:24px;opacity:0;overflow:hidden;padding-top:64px;position:relative;transform:translateY(100px);transition:transform 2s,opacity 2s;visibility:hidden;width:100%}.main-box.show{opacity:1;transform:translateY(0);visibility:visible}.main-box .form{position:absolute;top:0}.main-box .form,.main-box .images-info{align-items:center;display:flex;justify-content:center;width:100%}.main-box .images-info{flex-direction:column;min-height:75vh;position:relative;transition:all .3s ease-in-out}.main-box .images-info img{height:100%;left:0;opacity:1;position:absolute;top:0;transition:opacity 1s ease-in-out;width:100%}.main-box .images-info img.hidden{opacity:0;z-index:-1}.main-box .images-info .text{bottom:100px;color:#fff;left:50%;position:absolute;text-align:center;transform:translateX(-50%)}.main-box .images-info .text p{font-size:15px;font-weight:600;margin-top:16px;width:100%}.main-box .images-info .text .nav-dots{align-items:center;display:flex;gap:10px;justify-content:center}.main-box .images-info .text .nav-dots .circle{background-color:#fff205;border-radius:50%;height:10px;margin-top:32px;transition:all .8s ease-in-out;width:10px}.main-box .images-info .text .nav-dots .circle.active{border-radius:20px;width:30px}.main-box .images-info .arrows{align-items:center;display:flex;justify-content:space-between;padding:0 32px;position:absolute;width:100%}.main-box .images-info .arrows .arrow{align-items:center;background-color:#00549a;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .3s ease-out;width:32px}.main-box .images-info .arrows .arrow:hover{background-color:initial;border:1px solid #fff}.why-airportinc{align-items:center;background-color:initial;display:flex;flex-direction:column;justify-content:center;margin-top:16px;opacity:0;padding:16px 0;transform:translateY(100px);transition:transform 2s,opacity 2s,background-color 2s;visibility:hidden;width:100%}.why-airportinc.show{background-color:#00549a;opacity:1;transform:translateY(0);visibility:visible}.why-airportinc h1{color:#fff;font-size:20px}.why-airportinc .items{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-top:1rem;padding:0 2rem;width:100%}.why-airportinc .items .item{align-items:center;color:#ececec;display:flex;flex-direction:column;font-size:14px;justify-content:center;opacity:0;text-align:center;transform:translateY(-100px);transition:all 2s ease-in-out;transition-delay:calc(var(--index)*.5s);visibility:hidden;width:300px}.why-airportinc.show .items .item{opacity:1;transform:translateX(0);visibility:visible}.why-airportinc.show .items .item:first-child{--index:1}.why-airportinc.show .items .item:nth-child(2){--index:2}.why-airportinc.show .items .item:nth-child(3){--index:3}.why-airportinc.show .items .item:nth-child(4){--index:4}.why-airportinc .items .item p{width:85%}.facilities{display:flex;justify-content:space-between;opacity:0;padding:1rem;transform:translateY(-100px);transition:all 2s ease-in-out;visibility:hidden;width:100%}.facilities.show{opacity:1;transform:translateY(0);visibility:visible}.facilities .airport-facilities{width:50%}.facilities .airport-facilities h2{font-size:18px}.facilities .airport-facilities ul{grid-gap:24px;display:grid;grid-template-columns:repeat(3,1fr);list-style-type:none;margin-top:16px;width:100%}.facilities .airport-facilities ul li{align-items:center;cursor:pointer;display:flex;font-weight:500;gap:8px;transition:all .25s ease-in-out}.facilities .airport-facilities ul li a{align-items:center;color:#00549a;display:flex;gap:4px;text-decoration:none}.facilities .airport-facilities ul li:hover{color:#00335d}.facilities .sponsors-ratings{display:flex;gap:16px;width:50%}.facilities .sponsors-ratings .sponsors{width:50%}.facilities .sponsors-ratings .sponsors h3{font-size:16px}.facilities .sponsors-ratings .sponsors p{font-size:14px;margin-top:8px}.facilities .sponsors-ratings .sponsors a{width:100%}.facilities .sponsors-ratings .sponsors a img{margin-top:8px;width:100%}.facilities .sponsors-ratings .ratings{background-color:#f6f6f6;height:400px;padding:12px;width:50%}.facilities .sponsors-ratings .ratings .top-container{border-bottom:.5px solid #8d8c8c;padding-bottom:8px;width:100%}.facilities .sponsors-ratings .ratings .top-container a{align-items:center;color:#000;display:flex;flex-direction:column;justify-content:center;text-decoration:none}.facilities .sponsors-ratings .ratings .top-container a img{width:150px}.facilities .sponsors-ratings .ratings .top-container a .summary-text{align-items:center;display:flex;font-size:14px;gap:8px;margin-top:16px}.facilities .sponsors-ratings .ratings .top-container a .summary-text p span{font-weight:700}.facilities .sponsors-ratings .ratings .top-container a .summary-text a{color:#00549a;font-weight:500;text-decoration:underline}.facilities .sponsors-ratings .ratings .review{margin-top:16px;width:100%}.facilities .sponsors-ratings .ratings .review .top p.info{color:#8d8c8c;font-size:13px}.facilities .sponsors-ratings .ratings .review .top h3{font-size:16px;margin-top:8px}.facilities .sponsors-ratings .ratings .review .top p.rating-comment{font-size:14px;margin-top:16px}.facilities .sponsors-ratings .ratings .review .top p.reviewer{margin-top:16px}.facilities .sponsors-ratings .ratings .review .top p.reviewer span{color:#595959;font-weight:700}.facilities .sponsors-ratings .ratings .review .navigate{align-items:center;display:flex;justify-content:space-between;margin-top:64px;width:100%}.facilities .sponsors-ratings .ratings .review .navigate .arrow{align-items:center;border:.5px solid #595959;border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;transition:all .3s ease-in-out;width:24px}.facilities .sponsors-ratings .ratings .review .navigate .arrow:hover{background-color:#595959;color:#fff}.facilities .sponsors-ratings .ratings .review .navigate .circles{align-items:center;display:flex;gap:4px}.facilities .sponsors-ratings .ratings .review .navigate .circles .circle{background-color:#d9d9d9;border-radius:50%;height:8px;transition:all .3s ease-in-out;width:8px}.facilities .sponsors-ratings .ratings .review .navigate .circles .circle.active{background-color:#000}@media screen and (max-width:1279px){.main-box .images-info{min-height:60vh}}@media screen and (max-width:1125px){.main-box .images-info .text{bottom:50px}.main-box .images-info .text h1{font-size:18px;font-weight:800}.main-box .images-info .text p{font-size:14px}}@media screen and (max-width:960px){.main-box .images-info{margin-top:24px}.main-box .images-info .text{bottom:25px;width:90%}.facilities .airport-facilities ul{grid-gap:16px;grid-template-columns:100%}.facilities .sponsors-ratings{flex-direction:column}.facilities .sponsors-ratings .ratings,.facilities .sponsors-ratings .sponsors{width:100%}.facilities .sponsors-ratings{width:65%}.facilities .airport-facilities{width:35%}}@media screen and (max-width:835px){.main-box{flex-direction:column-reverse;margin-top:0;min-height:0;min-height:auto;padding-top:0}.main-box .form{margin-top:0;position:static;width:100%}.main-box .images-info{height:42vh;min-height:0;min-height:auto}.main-box .images-info img{height:325px}.main-box .images-info .text{top:70px;width:75%}.main-box .images-info .arrows{top:60px}.why-airportinc .items{justify-content:center}.why-airportinc .items .item img{width:150px}.why-airportinc .items .item p{font-size:12px}}@media screen and (max-width:645px){.alert-message{align-items:flex-start;padding-left:10px}.alert-message h3{font-size:14px}.alert-message .terms-home{align-items:flex-start;flex-direction:column;font-size:12px}.main-box .images-info{margin-top:0}.main-box .images-info img{height:100%}.main-box .images-info .text h1{font-size:16px;font-weight:800}.main-box .images-info .text p{font-size:12px}.main-box .images-info .arrows{padding:0 16px}.facilities{flex-direction:column}.facilities .airport-facilities,.facilities .sponsors-ratings{margin-top:12px;width:100%}.facilities .airport-facilities ul{font-size:14px;grid-template-columns:repeat(3,1fr)}.why-airportinc .items{flex-direction:column}}@media screen and (max-width:500px){.main-box .images-info .text{top:100px;width:90%}.why-airportinc h1{font-size:16px}.why-airportinc .items .item{width:100%}.facilities .airport-facilities ul{grid-gap:8px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:326px){.main-box .images-info .text{top:65px}.facilities .airport-facilities ul{grid-template-columns:100%}}.search-airport{align-items:center;background-color:#000c;border-radius:10px;display:flex;flex-direction:column;justify-content:center;padding:10px 16px;width:70%;z-index:20}.search-airport h2{color:#fff205;font-size:18px}.search-airport p.note{color:#f2f2f2;font-size:13px;font-style:italic;margin-top:8px}.search-airport form{align-items:center;display:flex;flex-direction:column;margin-top:10px}.search-airport form .inputs{align-items:flex-end;display:flex;gap:12px;justify-content:center}.search-airport form .inputs select{background-color:#f2f2f2;border:none;border-radius:4px;font-family:Montserrat,sans-serif;height:35px;outline:none;padding-left:4px;width:200px}.search-airport form .inputs .each select.time{width:100px}.search-airport form .inputs .each{align-items:flex-end;display:flex;gap:8px}.search-airport form .inputs select option{background-color:#2e2b2a;color:#f2f2f2}.search-airport form .inputs .each .input input{background-color:#f2f2f2;border:none;border-radius:4px;font-family:Montserrat,sans-serif;height:35px;outline:none;padding-left:4px;width:150px}.search-airport form .inputs .each .input .label{color:#f2f2f2;display:flex;font-size:14px;gap:6px;margin-bottom:4px}.search-airport form button{align-items:center;background-color:#00549a;border:none;border-radius:30px;color:#fff;cursor:pointer;display:flex;font-family:Montserrat,sans-serif;gap:8px;height:35px;justify-content:center;margin:12px 0;outline:none;transition:all .25s ease-in-out;width:150px}.search-airport form button:hover{background-color:initial;border:1px solid #fff}@media screen and (max-width:1170px){.search-airport h2{font-size:14px}.search-airport p.note{font-size:11px}}@media screen and (max-width:1080px){.search-airport{align-items:normal;justify-content:normal}.search-airport form .inputs{align-items:flex-start;flex-direction:column;justify-content:normal;width:100%}.search-airport form .inputs .each,.search-airport form .inputs select{width:100%}.search-airport form .inputs .each .input,.search-airport form .inputs .each select.time{width:50%}.search-airport form .inputs .each .input input{width:100%}}@media screen and (max-width:645px){.search-airport{margin-top:16px;width:90%}}footer{background-color:initial;opacity:0;transform:translateY(100px);transition:all 1s ease-in-out;visibility:hidden;width:100%}footer.show{background-color:#00549a;opacity:1;transform:translateY(0);visibility:visible}footer .top-footer{align-items:center;display:flex;justify-content:space-between;padding:16px;width:100%}footer .top-footer .left-side ul{align-items:center;display:flex;gap:16px;list-style-type:none;margin-top:16px}footer .top-footer .left-side ul li a{color:#fff;font-size:14px;text-decoration:none;transition:all .3s ease-in-out}footer .top-footer .left-side ul li a:hover{color:#fff205}footer .top-footer .left-side ul.social-icons{display:flex;gap:8px;list-style-type:none;margin-top:16px}footer .top-footer .left-side ul.social-icons li a{color:#fff;font-size:24px;text-decoration:none;transition:all .3s ease-in-out}footer .top-footer .left-side ul.social-icons li a:hover{color:#fff205}footer .top-footer .left-side a img{width:100px}footer .top-footer .right-side ul{align-items:center;display:flex;flex-wrap:wrap;gap:16px;list-style-type:none}footer .top-footer .right-side ul li a img{width:100px}footer .copyright{background-color:#00335d;color:#8d8c8c;display:grid;font-weight:300;padding:16px 0;place-items:center;width:100%}@media screen and (max-width:1000px){footer .top-footer{align-items:center;flex-direction:column;justify-content:center}footer .top-footer .right-side ul{flex-direction:row}footer .top-footer .left-side{align-items:center;display:flex;flex-direction:column}}@media screen and (max-width:545px){footer .top-footer{padding:8px}footer .top-footer .left-side ul{gap:8px}footer .top-footer .left-side ul li a{font-size:12px;font-weight:500}footer .top-footer .right-side ul li a img{width:70px}footer .copyright{font-size:12px;font-weight:500}}@media screen and (max-width:450px){footer .top-footer{align-items:flex-start;flex-direction:row;justify-content:space-between}footer .top-footer .left-side ul{align-items:flex-start;flex-direction:column}footer .top-footer .left-side ul.social-icons{flex-direction:row}footer .top-footer .left-side{align-items:flex-start}footer .top-footer .right-side ul{flex-direction:column}}.reservations{min-height:70vh;width:100%}.reservations .main-page{padding:24px 16px;width:100%}.reservations .main-page .heading h1,.reservations .main-page h1.title{font-size:24px}.reservations .main-page .heading p{font-size:14px;margin-top:4px}.reservations .main-page .heading p span{color:#00549a;font-weight:700}.reservations .main-page .steps{margin-top:24px;width:100%}.reservations .main-page .steps .step{display:flex;margin-top:16px;width:100%}.reservations .main-page .steps .step p.number{align-items:center;background-color:#00549a;border-radius:50%;color:#fff;display:flex;font-weight:600;height:24px;justify-content:center;width:24px}.reservations .main-page .steps .step .step-info{margin-left:24px;width:100%}.reservations .main-page .steps .step .step-info h2.title{font-size:18px}.reservations .main-page .steps .step .step-info p.message{font-size:16px;margin:8px 0;width:100%}.reservations .main-page .body-loggedIn{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:24px;width:100%}.reservations .main-page .heading-logged{align-items:center;display:flex;gap:16px;justify-content:space-between}.reservations .main-page .heading-logged a{color:#00549a;font-weight:600;text-decoration:none;transition:all .25s ease-in-out}.reservations .main-page .heading-logged a:hover{transform:scale(1.05)}.reservations .main-page .body-loggedIn .table-container{margin-top:24px;width:100%}.reservations .main-page .body-loggedIn .table-container table,.reservations .main-page .body-loggedIn .table-container table tbody,.reservations .main-page .body-loggedIn .table-container table thead{border-collapse:collapse;width:100%}.reservations .main-page .body-loggedIn .table-container table thead tr{background-color:#00549a80;width:100%}.reservations .main-page .body-loggedIn .table-container table thead tr th{color:#fff;font-size:16px;padding:10px;text-align:left}.reservations .main-page .body-loggedIn .table-container table tbody tr{cursor:pointer;transition:all .25s ease-in-out;width:100%}.reservations .main-page .body-loggedIn .table-container table tbody tr:nth-child(odd){background-color:#00549a0d}.reservations .main-page .body-loggedIn .table-container table tbody tr:nth-child(2n){background-color:#00549a26}.reservations .main-page .body-loggedIn .table-container table tbody tr:hover{background-color:#fff}.reservations .main-page .body-loggedIn .table-container table tbody tr td{padding:16px}.reservations .main-page .body-loggedIn .table-container table tbody tr td h2.reserve-airport{color:#8d8c8c;font-size:15px;width:70%}.reservations .main-page .body-loggedIn .table-container table tbody tr td .address{font-size:14px;font-weight:500;line-height:1.5;margin-top:20px}.reservations .main-page .body-loggedIn .table-container table tbody tr td p.dates,.reservations .main-page .body-loggedIn .table-container table tbody tr td p.payments{font-size:14px;font-weight:500;line-height:1.5;margin-bottom:8px}.reservations .main-page .body-loggedIn .table-container table tbody tr td p.dates span,.reservations .main-page .body-loggedIn .table-container table tbody tr td p.payments span{color:#00549a;font-weight:700}.reservations .main-page .body-loggedIn .table-container table tbody tr td h3.total{font-size:16px;font-weight:600;margin-top:20px}.reservations .main-page .body-loggedIn .table-container table tbody tr td h3.total span{color:#00b67a;font-weight:800}.reservations .main-page .body-loggedIn .table-container table tbody tr td.status{font-size:14px;font-weight:600}.reservations .main-page .body-loggedIn .table-container table tbody tr td.open{color:#00b67a}.reservations .main-page .body-loggedIn .table-container table tbody tr td.closed{color:#e02d2d}.reservations .main-page .body-loggedIn .table-container table tbody tr td a{margin:8px;text-decoration:none}.reservations .main-page .body-loggedIn .table-container table tbody tr td button,button.cancel{align-items:center;border:none;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;gap:8px;height:35px;justify-content:center;outline:none;transition:all .25s ease-in-out;width:100px}button.cancel{background-color:#e02d2d}.reservations .main-page .body-loggedIn .table-container table tbody tr td button.modify{background-color:#00549a}.reservations .main-page .body-loggedIn .table-container table tbody tr td button.modify:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.reservations .main-page .body-loggedIn .table-container table tbody tr td button.extend{background-color:#00b67a}.reservations .main-page .body-loggedIn .table-container table tbody tr td button.extend:hover{background-color:initial;border:1px solid #00b67a;color:#00b67a}.reservations .main-page .body-loggedIn .table-container .loads{align-items:center;display:flex;flex-direction:column;gap:8px;margin:10px 0;width:100%}.reservations .main-page .body-loggedIn .table-container .loads p{color:green;font-weight:600}@media screen and (max-width:870px){.reservations .main-page .body-loggedIn .table-container table tbody tr td h2.reserve-airport{width:100%}.reservations .main-page .body-loggedIn .table-container{max-width:100%;overflow-x:auto;width:800px}}@media screen and (max-width:550px){.reservations .main-page .steps .step .step-info p.message{font-size:13px;text-align:center}.reservations .main-page .steps .step .step-info h2.title{font-size:16px;text-align:center}.reservations .main-page .steps .step{align-items:center;flex-direction:column;gap:8px}.reservations .main-page .steps .step .step-info{align-items:center;display:flex;flex-direction:column;margin:auto}.reservations .main-page .heading-logged a{font-size:14px}}@media screen and (max-width:430px){.reservations .main-page .heading-logged{align-items:flex-start;flex-direction:column;gap:8px}}.top-bar{align-items:center;background-color:#00335d;display:flex;justify-content:space-between;padding:8px 16px;width:100%}.top-bar a.home-link{color:#fff205;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s ease-in-out}.top-bar a.home-link:hover{color:#fff}.top-bar .right-side{align-items:center;color:#fff;display:flex;font-size:14px;gap:8px}.top-bar .right-side a{text-decoration:none}.top-bar .password-out button,.top-bar .right-side a button{background-color:#fff;border:none;border-radius:30px;color:#00335d;cursor:pointer;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;height:35px;outline:none;transition:all .3s ease-in-out;width:100px}.top-bar .password-out button:hover,.top-bar .right-side a button:hover{background-color:initial;border:1px solid #fff;color:#fff}.top-bar .name-details,.top-bar .password-out{align-items:center;display:flex;gap:8px}.top-bar .name-details p{color:#fff;font-size:15px}.top-bar .name-details p span{color:#fff205;font-weight:500}.top-bar .name-details a button{background-color:#fff;border:none;border-radius:30px;color:#00335d;cursor:pointer;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;height:35px;outline:none;transition:all .3s ease-in-out;width:150px}.top-bar .name-details a button:hover{background-color:initial;border:1px solid #fff;color:#fff}.top-bar .password-out a{color:#fff205;font-size:15px;text-decoration:none;transition:all .3s ease-in-out}.top-bar .password-out a:hover{color:#fff}@media screen and (max-width:660px){.top-bar .name-details,.top-bar .password-out{flex-direction:column;justify-content:space-between}}@media screen and (max-width:460px){.top-bar .name-details p,.top-bar .password-out a{font-size:13px}.top-bar .name-details a button,.top-bar .password-out a button{font-size:13px;width:120px}.top-bar .name-details,.top-bar .password-out{align-items:flex-start}}@media screen and (max-width:390px){.top-bar{align-items:flex-start;flex-direction:column;gap:8px}.top-bar .right-side a button{height:30px}}.load-container{align-items:center;background-color:#fff;border-radius:10px;display:flex;flex-direction:column;justify-content:center;padding:16px;width:300px}.load-container h2{font-size:20px}.load-container h2.small-head{font-size:15px;margin-top:8px;text-align:center}.load-container a{color:#00549a;font-size:15px;font-weight:600;margin-top:16px;text-decoration:none;transition:all .3s ease-in-out}.load-container a:hover{color:red}.directions{width:100%}.directions .main-page{overflow-x:auto;padding:16px 24px;width:100%}.directions .main-page .head h1.heading{font-size:24px}.directions .main-page .head p.info,.directions .main-page .head p.note{color:#595959;font-size:14px;font-weight:500}.directions .main-page .head p.note{margin-top:16px;width:80%}.directions .main-page .head p.note span{color:#e02d2d;font-weight:600}.directions .main-page table{border-collapse:collapse;margin-top:24px;overflow-x:scroll;width:100%}.directions .main-page table thead tr{background-color:#00549a80;color:#fff;text-align:left;width:100%}.directions .main-page table tbody tr td,.directions .main-page table thead tr th{padding:10px}.directions .main-page table tbody tr{cursor:pointer;font-size:14px;font-weight:500;text-align:left;transition:all .25s ease-in-out;width:100%}.directions .main-page table tbody tr:nth-child(odd){background-color:#f2f6fa}.directions .main-page table tbody tr:nth-child(odd):hover{background-color:#c7d4e4}.directions .main-page table tbody tr:nth-child(2n){background-color:#d9e5f0}.directions .main-page table tbody tr:nth-child(2n):hover{background-color:#c7d9e9}.directions .main-page table tbody tr a{color:#00549a;position:relative;text-decoration:none;transition:all .25s ease-in-out}.directions .main-page table tbody tr a:hover{color:#0a7d00}.directions .main-page table tbody tr a:first-child:after{color:#595959;content:"|";margin:0 4px}@media screen and (max-width:630px){.directions .main-page table tbody tr td .links{display:flex;flex-direction:column;gap:3px}.directions .main-page table tbody tr a:first-child:after{display:none}}@media screen and (max-width:420px){.directions .main-page table tbody tr td,.directions .main-page table thead tr th{font-size:12px}}.login-page{align-items:center;display:flex;width:100%}.login-page img.log-in-img{max-height:90vh;width:50%}.login-page .login-form{align-items:center;display:flex;justify-content:center;width:50%}.login-page .login-form .container{width:50%}.login-page .login-form .container .text{width:100%}.login-page .login-form .container .text p{font-size:15px;font-weight:600}.login-page .login-form .container .text p span{color:#00549a}.login-page .login-form .container .text h2{margin-top:8px}.login-page .login-form .container .text p.error{color:#e02d2d}.login-page .login-form .container form{margin-top:24px;width:100%}.login-page .login-form .container form .input{display:flex;flex-direction:column;gap:4px;margin-top:16px;width:100%}.login-page .login-form .container form .input .labels{align-items:center;display:flex;gap:4px;justify-content:space-between;width:100%}.login-page .login-form .container form .input .labels p.error{color:#e02d2d;font-size:13px;font-weight:600;opacity:0;transition:all .15s ease-in-out}.login-page .login-form .container form .input.error .labels p.error{opacity:1}.login-page .login-form .container form .input .labels label{font-size:16px;font-weight:400}.login-page .login-form .container form .input input{border:1px solid #aaa8a8;border-radius:4px;font-size:16px;height:40px;outline:none;padding-left:10px;width:100%}.login-page .login-form .container form .input input:focus{border:1.5px solid #00549a}.login-page .login-form .container form .input.error .labels label{color:#e02d2d;font-weight:500}.login-page .login-form .container form .input.error input{border:1.5px solid #e02d2d}.login-page .login-form .container form .input a{color:#00549a;font-size:14px;font-weight:600;margin-top:4px;text-decoration:none;transition:all .3s ease-in-out}.login-page .login-form .container form .input a:hover{color:#aaa8a8}.login-page .login-form .container form .submit{align-items:flex-end;display:flex;flex-direction:column;gap:4px;margin-top:16px;width:100%}.login-page .login-form .container form .submit button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;height:40px;outline:none;transition:all .25s ease-in-out;width:100%}.login-page .login-form .container form .submit button:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.login-page .login-form .container form .submit p{color:#696969;font-size:14px;font-weight:500}.login-page .login-form .container form .submit p a{color:#00549a;font-weight:600;text-decoration:none;transition:all .3s ease-in-out}.login-page .login-form .container form .submit p a:hover{color:#fff205}@media screen and (max-width:1200px){.login-page .login-form .container{width:80%}.login-page img.log-in-img{height:100vh}}@media screen and (max-width:635px){.login-page{justify-content:center;min-height:90vh;overflow:hidden;position:relative}.login-page img.log-in-img{bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.login-page .login-form{background-color:#fff;border-radius:20px;box-shadow:2px 3px 10px #6d6d6d;padding:32px 0;width:70%;z-index:40}}@media screen and (max-width:480px){.login-page{min-height:93vh}.login-page img.log-in-img{max-height:100%}.login-page .login-form{padding:16px 0;width:90%}.login-page .login-form .container .text p{font-size:12px}.login-page .login-form .container .text h2{font-size:20px}.login-page .login-form .container form .input .labels label{font-size:14px}.login-page .login-form .container form .input input{font-size:14px;height:35px}}.user-profile{width:100%}.user-profile .body{min-height:60vh;padding:2rem;position:relative;width:100%}.user-profile .body h1{font-size:24px}.user-profile .body .header{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-top:16px;width:100%}.user-profile .body .header .name{align-items:center;display:flex;gap:16px}.user-profile .body .header .name svg{color:#00549a;font-size:30px}.user-profile .body .header .name h2{font-size:24px;line-height:1.5}.user-profile .body .header .actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.user-profile .body .header .actions button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:inherit;font-weight:500;height:35px;outline:none;transition:all .3s ease-in-out;width:140px}.user-profile .body .header .actions button:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.user-profile .body .details{border-radius:8px;display:flex;flex-wrap:wrap;gap:16px;margin-top:10px;padding:12px;width:100%}.user-profile .body .details .row{align-items:center;box-shadow:3px 3px 7px #f3f3f3,-3px -3px 7px #f3f3f3;cursor:pointer;display:flex;gap:10px;justify-content:space-between;margin-top:12px;padding:10px;transition:all .3s ease-in-out;width:45%}.user-profile .body .details .row:hover{box-shadow:5px 5px 10px #f3f3f3,-5px -5px 10px #f3f3f3;transform:scale(1.03)}.user-profile .body .details .row p.title{font-size:14px;font-weight:500}.user-profile .body .details .row p.answer{font-size:14px;font-weight:700}.user-profile .body .edit{min-height:47vh;width:100%}.user-profile .body .edit form{padding:16px;width:100%}.user-profile .body .edit form .inputs{align-items:center;display:flex;gap:10px;justify-content:space-between;width:100%}.user-profile .body .edit form .input{display:flex;flex-direction:column;gap:4px;margin-top:8px;width:100%}.user-profile .body .edit form .input label{font-size:14px;font-weight:500}.user-profile .body .edit form .input input,.user-profile .body .edit form .input select{border:1px solid #7d7d7d;border-radius:4px;font-family:inherit;height:35px;outline:none;padding-left:10px;width:100%}.user-profile .body .edit form p.passwordError{color:#e02d2d;font-size:14px;font-weight:500}.user-profile .body .edit form p.note{color:#eb8d37;font-size:14px;font-weight:500;margin-top:10px}.user-profile .body .edit form .btns{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-top:10px;width:100%}.user-profile .body .edit form .btns button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:inherit;font-weight:600;height:35px;outline:none;transition:all .25s ease-in-out;width:150px}.user-profile .body .edit form .btns button:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.user-profile .body .edit form .btns p.goBack{align-items:center;background-color:#eb8d37;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:14px;font-weight:600;height:35px;justify-content:center;outline:none;transition:all .25s ease-in-out;width:150px}.user-profile .body .edit form .btns p.goBack:hover{background-color:initial;border:1px solid #e02d2d;color:#e02d2d}@media screen and (max-width:1000px){.user-profile .body{padding:1rem}}@media screen and (max-width:700px){.user-profile .body .details .row{width:100%}.user-profile .body .header .name h2,.user-profile .body h1{font-size:18px}}@media screen and (max-width:450px){.user-profile .body .details{padding:0}.user-profile .body .edit form .inputs{flex-direction:column}.user-profile .body .details.short .row{display:none}}.sign-up{align-items:center;display:flex;position:relative;width:100%}.sign-up img{max-height:90vh;width:50%}.sign-up .signin-form{align-items:center;display:flex;justify-content:center;width:50%}.sign-up .signin-form .container{width:70%}.sign-up .signin-form .container .text{width:100%}.sign-up .signin-form .container .text p{font-size:15px;font-weight:600}.sign-up .signin-form .container .text p span{color:#00549a}.sign-up .signin-form .container .text h2{margin-top:8px}.sign-up .signin-form .container form{margin-top:8px;width:100%}.sign-up .signin-form .container form .inputs{display:flex;gap:12px;justify-content:space-between;width:100%}.sign-up .signin-form .container form .inputs .labels{align-items:center;display:flex;justify-content:space-between;width:100%}.sign-up .signin-form .container form .inputs .input p.error{color:#e02d2d;font-size:12px;font-weight:600;opacity:0}.sign-up .signin-form .container form .inputs .input.error p.error{opacity:1}.sign-up .signin-form .container form .inputs .input{display:flex;flex-direction:column;gap:4px;margin-top:16px;width:50%}.sign-up .signin-form .container form .input label,.sign-up .signin-form .container form .inputs .input label{font-size:16px;font-weight:400}.sign-up .signin-form .container form .input input,.sign-up .signin-form .container form .inputs .input input,.sign-up .signin-form .container form .inputs .input select{border:1px solid #aaa8a8;border-radius:4px;font-size:16px;height:35px;outline:none;padding-left:10px;transition:all .15s ease-in-out;width:100%}.sign-up .signin-form .container form .inputs .input.error input{border:1.5px solid #e02d2d}.sign-up .signin-form .container form .input input:focus,.sign-up .signin-form .container form .inputs .input input:focus,.sign-up .signin-form .container form .inputs .input select:focus{border:1.5px solid #00549a}.sign-up .signin-form .container form .input,.sign-up .signin-form .container form .submit{display:flex;flex-direction:column;gap:4px;margin-top:16px;width:100%}.sign-up .signin-form .container form .submit{align-items:flex-end}.sign-up .signin-form .container form .submit button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;height:40px;outline:none;transition:all .25s ease-in-out;width:100%}.sign-up .signin-form .container form .submit button:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.sign-up .signin-form .container form .submit p{color:#696969;font-size:14px;font-weight:500}.sign-up .signin-form .container form .submit p a{color:#00549a;font-weight:600;text-decoration:none;transition:all .3s ease-in-out}.sign-up .signin-form .container form .submit p a:hover{color:#fff205}.sign-up .message{align-items:center;background-color:#0009;display:flex;justify-content:center;left:0;min-height:100vh;position:fixed;top:-900px;transition:all .3s ease-in-out;width:100%;z-index:9999}.sign-up .message.show{top:0}.sign-up .message .container{background-color:#fff;border-radius:10px;padding:32px}.sign-up .message .container h3{color:#00549a;font-size:18px;text-align:center}.sign-up .message .container p{color:#eb8d37;font-size:15px;font-weight:500;margin-top:5px;text-align:center}.sign-up .message .container button{background-color:#00549a;border:none;color:#fff;cursor:pointer;float:right;font-family:inherit;font-weight:600;height:35px;margin-top:10px;outline:none;transition:all .3s ease-in-out;width:150px}.sign-up .message .container button:hover{background:#0000;border:1px solid #00549a;color:#00549a}@media screen and (max-width:1200px){.sign-up img{height:100vh}.sign-up .signin-form .container form .input label,.sign-up .signin-form .container form .inputs .input label{font-size:14px}.sign-up .signin-form .container{width:90%}}@media screen and (max-width:705px){.sign-up{justify-content:center;min-height:90vh;overflow:hidden;position:relative}.sign-up img{bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.sign-up .signin-form{background-color:#fff;border-radius:20px;box-shadow:2px 3px 10px #6d6d6d;padding:16px 0;width:85%;z-index:40}}@media screen and (max-width:480px){.sign-up{min-height:95vh}.sign-up .signin-form{width:90%}.sign-up img{max-height:100%}.sign-up .signin-form .container form .input label,.sign-up .signin-form .container form .inputs .input label{font-size:12px}.sign-up .signin-form .container form .input input,.sign-up .signin-form .container form .inputs .input input,.sign-up .signin-form .container form .inputs .input select{font-size:12px;height:30px}}@media screen and (max-width:355px){.sign-up .signin-form{margin:16px 0}.sign-up .signin-form .container form .inputs{flex-direction:column}.sign-up .signin-form .container form .inputs .input{width:100%}}.terms-of-use{width:100%}.terms-of-use .main-text{margin:16px 0;padding:0 4rem;width:100%}.terms-of-use .main-text h1{font-size:24px}.terms-of-use .main-text p.note{color:#696969;font-size:14px;font-weight:500;margin-top:8px}.terms-of-use .main-text p.term{font-weight:400;margin-top:24px;width:100%}.terms-of-use .main-text p.term span{color:#00549a;font-weight:600}.terms-of-use .main-text p.term ul{font-weight:500;line-height:1.5;list-style-type:none;margin:16px 0}@media screen and (max-width:700px){.terms-of-use .main-text{padding:0 1rem}}@media screen and (max-width:510px){.terms-of-use .main-text h1{font-size:18px}.terms-of-use .main-text p.note{font-size:12px}.terms-of-use .main-text p.term{font-size:14px}}.privacy-policy{width:100%}.privacy-policy .main-policy{margin:16px 0;padding:0 4rem;width:100%}.privacy-policy .main-policy h1{font-size:24px}.privacy-policy .main-policy .policy{margin-top:24px;width:100%}.privacy-policy .main-policy .policy h2{font-size:20px}.privacy-policy .main-policy .policy .policy-info{margin-top:20px;width:100%}.privacy-policy .main-policy .policy .policy-info p.address{color:#00549a;font-weight:500}.privacy-policy .main-policy .policy .policy-info p.web{line-height:1.5;margin-top:16px}.privacy-policy .main-policy .policy .policy-info p a{color:#00549a;font-weight:600;text-decoration:none;transition:all .2s ease-in-out}.privacy-policy .main-policy .policy .policy-info p a:hover{color:#00223d}.privacy-policy .main-policy .policy .policy-info h2{font-size:18px;margin-bottom:8px}.privacy-policy .main-policy .policy .policy-info p{line-height:1.5}.privacy-policy .main-policy .policy .policy-info ul{line-height:1.7;list-style-type:none;margin:16px}@media screen and (max-width:700px){.privacy-policy .main-policy{padding:0 1rem}}@media screen and (max-width:555px){.privacy-policy .main-policy h1{font-size:20px}.privacy-policy .main-policy .policy .policy-info h2,.privacy-policy .main-policy .policy h2{font-size:16px}.privacy-policy .main-policy .policy .policy-info p{font-size:14px}}.contact{width:100%}.contact .contact-page{display:flex;gap:16px;width:100%}.contact .contact-page .form-text{padding:16px 3rem;width:100%}.contact .contact-page .form-text .text h1{font-size:24px}.contact .contact-page .form-text .text p{font-size:14px;margin-top:8px}.contact .contact-page .form-text .text p.note{color:#00549a;font-weight:600}.contact .contact-page .form-text form{margin-top:24px;width:50%}.contact .contact-page .form-text form .inputs{align-items:center;display:flex;gap:10px;justify-content:space-between;width:100%}.contact .contact-page .form-text form .input,.contact .contact-page .form-text form .textarea{display:flex;flex-direction:column;gap:4px;margin-top:16px;width:100%}.contact .contact-page .form-text form .input label,.contact .contact-page .form-text form .textarea label{font-size:14px;font-weight:500}.contact .contact-page .form-text form .input input,.contact .contact-page .form-text form .input select{border:1px solid #696969;border-radius:5px;font-family:Montserrat,sans-serif;height:35px;outline:none;padding-left:10px;width:100%}.contact .contact-page .form-text form .input input:focus,.contact .contact-page .form-text form .input select:focus,.contact .contact-page .form-text form .textarea textarea:focus{border:1.5px solid #00549a}.contact .contact-page .form-text form .textarea textarea{border:1px solid #696969;border-radius:5px;font-family:Montserrat,sans-serif;height:75px;outline:none;padding:10px;width:100%}.contact .contact-page .form-text form button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-weight:500;height:35px;margin-top:16px;outline:none;transition:all .25s ease-in-out;width:100%}.contact .contact-page .form-text form button:hover{background-color:initial;border:1.5px solid #00549a;color:#00549a}.contact .contact-page img{max-height:80vh;width:30%}@media screen and (max-width:970px){.contact .contact-page img{width:40%}.contact .contact-page .form-text{padding:16px 1rem;width:60%}.contact .contact-page .form-text form{width:90%}}@media screen and (max-width:650px){.contact .contact-page img{display:none}.contact .contact-page .form-text,.contact .contact-page .form-text form{width:100%}}@media screen and (max-width:485px){.contact .contact-page .form-text .text h1{font-size:18px}.contact .contact-page .form-text .text p,.contact .contact-page .form-text form .input label,.contact .contact-page .form-text form .textarea label{font-size:13px}.contact .contact-page .form-text form .inputs{flex-direction:column;gap:0}}.faq{width:100%}.faq .questions-title{padding:16px 4rem;width:100%}.faq .questions-title h1{font-size:24px}.faq .questions-title .questions{margin-top:24px;width:100%}.faq .questions-title .questions .question{background-color:#f2f6fa;cursor:pointer;margin-top:16px;padding:16px;width:100%}.faq .questions-title .questions .question .top{align-items:center;display:flex;gap:8px;justify-content:space-between;width:100%}.faq .questions-title .questions .question .top h3{font-size:16px;font-weight:600}.faq .questions-title .questions .question .top .question-icon{color:#00549a;cursor:pointer}.faq .questions-title .questions .question .answer{font-size:15px;margin-top:4px;max-height:0;overflow:hidden;transition:all .5s cubic-bezier(0,1,0,1);width:100%}.faq .questions-title .questions .question .answer.show{height:auto;max-height:9999px;transition:all .75s cubic-bezier(1,0,1,0)}@media screen and (max-width:650px){.faq .questions-title{padding:1rem}.faq .questions-title h1{font-size:20px}.faq .questions-title .questions .question .top h3{font-size:14px;font-weight:600}.faq .questions-title .questions .question .answer{font-size:12px}}@media screen and (max-width:475px){.faq .questions-title .questions .question .top h3{font-size:13px;font-weight:600}.faq .questions-title .questions .question .answer{font-size:12px}}.articles{width:100%}.articles .body{padding:16px 4rem;width:100%}.articles .body .heading h1{font-size:24px}.articles .body .heading p{font-size:14px;margin-top:4px}.articles .body .articles-main{grid-gap:16px;display:grid;grid-template-columns:repeat(4,1fr);margin-top:16px;width:100%}.articles .body .article{background-color:#00549a0d;box-shadow:1px 1px 5px #ededed;padding:16px}.articles .body .article h3{font-size:18px;font-weight:600;text-align:center}.articles .body .article ul{font-size:15px;list-style-type:none;width:100%}.articles .body .article ul li{align-items:center;border-bottom:1px solid #a7bbcc;cursor:pointer;display:flex;gap:8px;justify-content:space-between;line-height:1.4;margin-top:12px;padding:4px;transition:all .25s ease-in-out;width:100%}.articles .body .article ul li:hover{background-color:#00549a14}.articles .body .article ul li p{font-size:14px;font-weight:500;width:80%}.articles .body .article ul li a{align-items:center;background-color:#00549a;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:20px;justify-content:center;transition:all .25s ease-in-out;width:20px}.articles .body .article ul li .icon{font-size:12px}.articles .body .article ul li a:hover{background:#0000;border:1px solid #00549a;color:#00549a}@media screen and (max-width:1100px){.articles .body{padding:16px}}@media screen and (max-width:950px){.articles .body .articles-main{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:750px){.articles .body .articles-main{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:510px){.articles .body .articles-main{grid-template-columns:100%}.articles .body .heading h1{font-size:18px}.articles .body .heading p{font-size:12px}.articles .body .article h3{font-size:15px}.articles .body .article ul li{font-size:13px}}.article-page{min-height:70vh;width:100%}.article-page h1{font-size:24px;margin:20px;text-align:center}.article-page p.data{line-height:1.5;margin-bottom:20px;padding:0 4rem;width:100%}@media screen and (max-width:740px){.article-page p.data{font-size:.875rem;padding:0 1rem}.article-page h1{font-size:20px}}.airports-page{width:100%}.airports-page .full-body{align-items:center;display:flex;flex-direction:column;padding:16px 4rem;width:100%}.airports-page .full-body h1{font-size:24px;text-align:center}.airports-page .full-body h1 span{font-weight:400}.airports-page .full-body p.address{color:#8d8c8c;font-size:18px;font-weight:600;margin:8px 0}.airports-page .full-body .available-reservations{margin-top:16px;width:100%}.airports-page .full-body .available-reservations .title{align-items:center;background-color:#00549a80;display:flex;gap:16px;justify-content:space-between;padding:12px;width:100%}.airports-page .full-body .available-reservations .title h2{color:#fff;font-size:17px}.airports-page .full-body .available-reservations .title h3{color:#fff205;font-size:16px;font-weight:500}.airports-page .full-body .available-reservations .loads{align-items:center;display:flex;flex-direction:column;gap:8px;margin:10px 0;width:100%}.airports-page .full-body .available-reservations .loads p{color:green;font-weight:600}.airports-page .full-body .available-reservations .card{display:flex;gap:16px;justify-content:space-between;padding:16px 24px;width:100%}.airports-page .full-body .available-reservations .card:nth-child(odd){background-color:#00549a0d}.airports-page .full-body .available-reservations .card:nth-child(2n){background-color:#00549a26}.airports-page .full-body .available-reservations .card .left-note{width:40%}.airports-page .full-body .available-reservations .card .left-note h3{font-size:17px;font-weight:600}.airports-page .full-body .available-reservations .card .left-note p.head-note{color:#e02d2d;font-size:14px;font-weight:600;margin-top:4px}.airports-page .full-body .available-reservations .card .left-note .general-info{margin-top:16px}.airports-page .full-body .available-reservations .card .left-note .complementary-info h4,.airports-page .full-body .available-reservations .card .left-note .general-info h4{font-size:16px;font-weight:600}.airports-page .full-body .available-reservations .card .left-note .general-info p{font-size:15px;line-height:1.5;margin:4px 0}.airports-page .full-body .available-reservations .card .left-note .complementary-info p{font-size:15px;line-height:1.4;margin:4px 0}.airports-page .full-body .available-reservations .card .left-note p.general-note{color:#00549a;font-size:15px;font-weight:600;margin-top:8px}.airports-page .full-body .available-reservations .card .price{width:30%}.airports-page .full-body .available-reservations .card .price .top-price{width:100%}.airports-page .full-body .available-reservations .card .price .top-price .ticketing{border-bottom:1.5px solid #00549a80;display:flex;gap:4px;justify-content:space-between;margin-top:8px;padding:4px 0;width:100%}.airports-page .full-body .available-reservations .card .price .top-price .ticketing h4{font-size:16px;font-weight:600}.airports-page .full-body .available-reservations .card .price .top-price .ticketing p{color:#00549a;font-weight:700}.airports-page .full-body .available-reservations .card .price .mid-price{border-bottom:1.5px solid #00549a80;color:#595959;line-height:1.6;margin-top:16px;padding-bottom:4px;width:100%}.airports-page .full-body .available-reservations .card .price .mid-price h3{color:#00549a;font-size:16px}.airports-page .full-body .available-reservations .card .price .total-price{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:16px;width:100%}.airports-page .full-body .available-reservations .card .price .total-price h3{color:#00549a;font-size:16px}.airports-page .full-body .available-reservations .card .price .total-price p{color:#e02d2d;font-size:14px;font-weight:500;margin-top:4px}.airports-page .full-body .available-reservations .card .price .btn{display:grid;margin-top:16px;place-items:center;width:100%}.airports-page .full-body .available-reservations .card .price .btn button{border:none;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-weight:600;height:35px;outline:none;transition:all .3s ease-in-out;width:130px}.airports-page .full-body .available-reservations .card .price .btn button.reserve-btn{background-color:#00549a}.airports-page .full-body .available-reservations .card .price .btn button.cancel-btn{background-color:#e02d2d;cursor:not-allowed}.airports-page .full-body .available-reservations .card .price .btn button.reserve-btn:hover{background:#0000;border:1px solid #00549a;color:#00549a}.airports-page .full-body .why-this-airport{margin-top:24px;width:100%}.airports-page .full-body .why-this-airport h2{font-size:20px;text-align:center}.airports-page .full-body .why-this-airport .the-whys{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-top:16px;width:100%}.airports-page .full-body .why-this-airport .the-whys .why{align-items:center;display:flex;flex-direction:column;font-size:14px;gap:6px;text-align:center;width:25%}.airports-page .full-body .why-this-airport .the-whys .why p.number{align-items:center;background-color:#00549a;border-radius:50%;color:#fff;display:flex;font-size:14px;height:24px;justify-content:center;width:24px}.airports-page .full-body .airports-faq{margin-top:24px;width:100%}.airports-page .full-body .airports-faq h2{font-size:20px;text-align:center}.airports-page .full-body .airports-faq .questions{margin-top:16px;width:100%}.airports-page .full-body .airports-faq .questions .question{background-color:#f2f6fa;cursor:pointer;margin-top:16px;padding:16px;width:100%}.airports-page .full-body .airports-faq .questions .question .top{align-items:center;display:flex;gap:8px;justify-content:space-between;width:100%}.airports-page .full-body .airports-faq .questions .question .top h3{font-size:16px;font-weight:600}.airports-page .full-body .airports-faq .questions .question .top .icon{color:#00549a;cursor:pointer}.airports-page .full-body .airports-faq .questions .question .answer{font-size:15px;line-height:1.5;margin-top:8px;max-height:0;overflow:hidden;transition:all .5s cubic-bezier(0,1,0,1);width:100%}.airports-page .full-body .airports-faq .questions .question .answer.show{height:auto;max-height:9999px;transition:all .75s cubic-bezier(1,0,1,0)}@media screen and (max-width:850px){.airports-page .full-body{padding:1rem}.airports-page .full-body .available-reservations .card{flex-direction:column}.airports-page .full-body .available-reservations .card .left-note,.airports-page .full-body .available-reservations .card .price{width:100%}.airports-page .full-body .available-reservations .title h2{font-size:16px}.airports-page .full-body .available-reservations .title h3{font-size:14px;font-weight:400}.airports-page .full-body .why-this-airport .the-whys .why{width:30%}}@media screen and (max-width:615px){.airports-page .full-body .why-this-airport .the-whys .why{width:45%}.airports-page .full-body .airports-faq .questions .question .top h3{font-size:14px;font-weight:500}.airports-page .full-body .airports-faq .questions .question .answer{font-size:13px}}@media screen and (max-width:500px){.airports-page .full-body h1{font-size:18px}.airports-page .full-body p.address{font-size:16px}.airports-page .full-body .airports-faq h2,.airports-page .full-body .available-reservations .card .left-note,.airports-page .full-body .available-reservations .title h2,.airports-page .full-body .why-this-airport h2{font-size:15px}.airports-page .full-body .available-reservations .card .left-note p.head-note{font-size:13px}.airports-page .full-body .available-reservations .card .left-note .complementary-info h4,.airports-page .full-body .available-reservations .card .left-note .general-info h4{font-size:14px;font-weight:500}.airports-page .full-body .available-reservations .card .left-note .complementary-info p,.airports-page .full-body .available-reservations .card .left-note .general-info p,.airports-page .full-body .available-reservations .card .left-note p.general-note,.airports-page .full-body .why-this-airport .the-whys .why{font-size:13px}.airports-page .full-body .available-reservations .card .price .mid-price,.airports-page .full-body .available-reservations .card .price .mid-price h3,.airports-page .full-body .available-reservations .card .price .top-price .ticketing h4,.airports-page .full-body .available-reservations .card .price .top-price .ticketing p{font-size:14px}}@media screen and (max-width:400px){.airports-page .full-body .why-this-airport .the-whys .why{width:100%}}.modify-reservations{width:100%}.modify-reservations .body{padding:16px 4rem;width:100%}.modify-reservations .body h1{color:#00549a;font-size:20px}.modify-reservations .body h1 span{color:#8d8c8c}.modify-reservations .body .form-receipt{display:flex;gap:16px;justify-content:space-between;margin-top:24px;width:100%}.modify-reservations .body .form-receipt form{align-items:center;display:flex;flex-direction:column;gap:18px;width:40%}.modify-reservations .body .form-receipt form .input{display:flex;flex-direction:column;gap:4px;width:100%}.modify-reservations .body .form-receipt form .input label{font-size:15px;font-weight:500}.modify-reservations .body .form-receipt form .input input,.modify-reservations .body .form-receipt form .input select{border:1px solid #8d8c8c;border-radius:4px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;height:35px;outline:none;padding-left:10px;width:100%}.modify-reservations .body .form-receipt form .input input:focus,.modify-reservations .body .form-receipt form .input select:focus{border:1px solid #00549a}.modify-reservations .body .form-receipt form button{align-items:center;background-color:#00549a;border:none;color:#fff;cursor:pointer;display:flex;font-family:Montserrat,sans-serif;font-weight:500;gap:4px;height:35px;justify-content:center;outline:none;transition:all .25s ease-in-out;width:180px}.modify-reservations .body .form-receipt form button:hover{background:#0000;border:1px solid #00549a;color:#00549a}.modify-reservations .body .form-receipt .receipt{background-color:#00549a0d;padding:16px;width:40%}.modify-reservations .body .form-receipt .receipt .header h3{font-size:16px}.modify-reservations .body .form-receipt .receipt .header p{color:#8d8c8c;font-weight:600;margin-top:8px}.modify-reservations .body .form-receipt .receipt .receipt-details{margin-top:16px;width:100%}.modify-reservations .body .form-receipt .receipt .receipt-details .each-detail{align-items:center;border-bottom:1px solid #8d8c8c;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:space-between;margin-top:12px;padding-bottom:4px;width:100%}.modify-reservations .body .form-receipt .receipt .receipt-details .each-detail p.title-info{color:#595959;font-weight:600}.modify-reservations .body .form-receipt .receipt .receipt-details .each-detail p.title-info.total{color:#00b67a;font-weight:700}.modify-reservations .body .form-receipt .receipt .receipt-details .each-detail p.title-info.paid-online{color:#00549a;font-weight:700}.modify-reservations .body .form-receipt .receipt .receipt-details .each-detail p.title-info.due{color:#e02d2d;font-weight:700}@media screen and (max-width:1130px){.modify-reservations .body{padding:16px}.modify-reservations .body h1 span{font-size:17px}.modify-reservations .body .form-receipt .receipt{padding:8px;width:60%}.modify-reservations .body .form-receipt .receipt .header p{font-size:14px}}@media screen and (max-width:700px){.modify-reservations .body .form-receipt{flex-direction:column-reverse}.modify-reservations .body .form-receipt form{width:100%}.modify-reservations .body .form-receipt .receipt{padding:24px;width:100%}}@media screen and (max-width:465px){.modify-reservations .body h1,.modify-reservations .body h1 span{font-size:16px}.modify-reservations .body .form-receipt .receipt .header h3{font-size:15px}.modify-reservations .body .form-receipt .receipt .header p,.modify-reservations .body .form-receipt form .input label{font-size:13px}.modify-reservations .body .form-receipt .receipt{padding:10px}.modify-reservations .body .form-receipt .receipt .receipt-details .each-detail,.modify-reservations .body .form-receipt form .input input,.modify-reservations .body .form-receipt form .input select{font-size:12px}}.upcoming-reservations{min-height:70vh;width:100%}.upcoming-reservations .main-page{padding:16px 4rem;width:100%}.upcoming-reservations .main-page h1{font-size:24px}.upcoming-reservations .main-page .body{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-top:24px;width:100%}.upcoming-reservations .main-page .body .reserve{background-color:#00549a0d;padding:16px;width:48%}.upcoming-reservations .main-page .body .reserve .header h3{font-size:18px}.upcoming-reservations .main-page .body .reserve .header p{color:#8d8c8c;font-size:15px;font-weight:600;margin-top:4px}.upcoming-reservations .main-page .body .reserve .reserve-details{align-items:flex-end;display:flex;flex-direction:column;margin-top:16px;width:100%}.upcoming-reservations .main-page .body .reserve .reserve-details .each-detail{align-items:center;border-bottom:1px solid #8d8c8c;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:space-between;margin-top:12px;padding-bottom:4px;width:100%}.upcoming-reservations .main-page .body .reserve .reserve-details .each-detail p.title-info{color:#595959;font-weight:600}.upcoming-reservations .main-page .body .reserve .reserve-details .each-detail p.title-info.total{color:#00b67a;font-weight:700}.upcoming-reservations .main-page .body .reserve .reserve-details .each-detail p.title-info.paid-online{color:#00549a;font-weight:700}.upcoming-reservations .main-page .body .reserve .reserve-details .each-detail p.title-info.due{color:#e02d2d;font-weight:700}.upcoming-reservations .main-page .body .reserve .reserve-details .reserve-btns{align-items:center;display:flex;gap:12px;margin-top:8px}.upcoming-reservations .main-page .body .reserve .reserve-details .reserve-btns a{text-decoration:none}.upcoming-reservations .main-page .body .reserve .reserve-details .reserve-btns button{align-items:center;background-color:#00549a;border:none;color:#fff;cursor:pointer;display:flex;font-family:Montserrat,sans-serif;gap:4px;height:35px;justify-content:center;outline:none;transition:all .25s ease-in-out;width:120px}.upcoming-reservations .main-page .body .reserve .reserve-details .reserve-btns button:hover{background:#0000;border:1px solid #00549a;color:#00549a}@media screen and (max-width:1000px){.upcoming-reservations .main-page{padding:16px}.upcoming-reservations .main-page .body .reserve .header h3{font-size:16px}.upcoming-reservations .main-page .body .reserve .header p{font-size:13px}}@media screen and (max-width:900px){.upcoming-reservations .main-page .body .reserve{width:100%}}@media screen and (max-width:460px){.upcoming-reservations .main-page .body .reserve .reserve-details .each-detail{font-size:12px;font-weight:500}.upcoming-reservations .main-page .body .reserve .reserve-details .reserve-btns{flex-wrap:wrap;gap:6px}.upcoming-reservations .main-page .body .reserve .reserve-details .reserve-btns button{font-size:12px;width:100px}}.admin-login{display:flex;width:100%}.admin-login img.main-img{height:100vh;width:50%}.admin-login .form-side{width:50%}.admin-login .form-side .form-head{background-color:#00549a;display:flex;justify-content:flex-end;padding:10px;width:100%}.admin-login .form-side .form-head a img{width:150px}.admin-login .form-side .form{align-items:center;display:flex;flex-direction:column;height:75vh;justify-content:center;width:100%}.admin-login .form-side .form .heading{width:60%}.admin-login .form-side .form .heading p span{color:#00549a;font-weight:600}.admin-login .form-side .form form{margin-top:24px;width:60%}.admin-login .form-side .form form .input{display:flex;flex-direction:column;gap:6px;margin-top:16px;width:100%}.admin-login .form-side .form form .input label{font-size:16px;font-weight:500}.admin-login .form-side .form form .input input{border:1px solid #8a8a8a;border-radius:4px;font-family:Montserrat,sans-serif;font-weight:500;height:35px;outline:none;padding-left:10px;width:100%}.admin-login .form-side .form form .input input:focus{border:1.5px solid #00549a}.admin-login .form-side .form form .check-remember{align-items:center;display:flex;font-size:14px;font-weight:500;justify-content:space-between;margin-top:4px;width:100%}.admin-login .form-side .form form .check-remember .checkbox{align-items:center;display:flex;gap:4px}.admin-login .form-side .form form .check-remember .checkbox input{cursor:pointer;height:16px;width:16px}.admin-login .form-side .form form .check-remember a{color:#00549a;text-decoration:none;transition:all .15s ease-in}.admin-login .form-side .form form .check-remember a:hover{color:#011f38}.admin-login .form-side .form form .btns{align-items:flex-end;display:flex;flex-direction:column;margin-top:20px;width:100%}.admin-login .form-side .form form .btns button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:inherit;font-weight:500;height:35px;outline:none;transition:all .25s ease-in-out;width:100%}.admin-login .form-side .form form .btns button:hover{background:#0000;border:1px solid #00549a;color:#00549a}.admin-login .form-side .form form .btns p{color:#595959;font-size:14px;font-weight:500}.admin-login .form-side .form form p.error{color:#e02d2d;font-size:14px;font-weight:600}.admin-login .form-side .form ul{display:flex;gap:16px;list-style-type:none;margin-top:48px}.admin-login .form-side .form ul li a{color:#00549a;font-size:24px;text-decoration:none;transition:all .25s ease-in}.admin-login .form-side .form ul li a:hover{color:#595959}@media screen and (max-width:1090px){.admin-login .form-side .form .heading,.admin-login .form-side .form form{width:75%}}@media screen and (max-width:800px){.admin-login{position:relative}.admin-login img.main-img{bottom:0;left:0;position:fixed;top:0;width:100%}.admin-login .form-side{width:100%;z-index:20}.admin-login .form-side .form{background-color:#fff;border-radius:10px;height:auto;justify-content:normal;margin:64px auto;padding:16px;width:90%}.admin-login .form-side .form .heading,.admin-login .form-side .form form{width:90%}}@media screen and (max-width:480px){.admin-login .form-side .form .heading p,.admin-login .form-side .form form .input label{font-size:14px}.admin-login .form-side .form .heading h2{font-size:20px}}@media screen and (max-width:360px){.admin-login .form-side .form .heading,.admin-login .form-side .form form{width:100%}.admin-login .form-side .form form .btns p,.admin-login .form-side .form form .check-remember,.admin-login .form-side .form form .input label{font-size:12px}.admin-login .form-side .form form .btns button,.admin-login .form-side .form form .input input{height:30px}}.admin-body .right-side .users{padding:2rem;width:100%}.admin-body .right-side .users .head h1{font-size:24px}.admin-body .right-side .users .head p{color:#00549a;font-size:15px;font-weight:500;margin-top:4px}.admin-body .right-side .users .body-wrapper{max-height:9999px;overflow:hidden;transition:all .7s ease-in-out;width:100%}.admin-body .right-side .users .body-wrapper.closed{max-height:55px}.admin-body .right-side .users .body-wrapper .head-block{align-items:center;background-color:#00549a;color:#fff;display:flex;justify-content:space-between;margin-top:16px;padding:10px;width:100%}.admin-body .right-side .users .body-wrapper .head-block h3{font-size:18px}.admin-body .right-side .users .body-wrapper .head-block .head-icons{align-items:center;display:flex;gap:6px}.admin-body .right-side .users .body-wrapper .head-block .head-icons .action-icon{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:16px;justify-content:center;padding:3px;width:16px}.admin-body .right-side .users .body-wrapper .head-block .head-icons .action-icon.refresh{background-color:#eb8d37}.admin-body .right-side .users .body-wrapper .head-block .head-icons .action-icon.close{background-color:#e02d2d}.admin-body .right-side .users .body-wrapper .adding-users{align-items:center;display:flex;justify-content:space-between;padding:10px;width:100%}.admin-body .right-side .users .body-wrapper .adding-users button{align-items:center;background-color:#00549a;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-weight:500;gap:10px;height:35px;justify-content:center;outline:none;transition:all .25s ease-in-out;width:150px}.admin-body .right-side .users .body-wrapper .adding-users button:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.admin-body .right-side .users .body-wrapper .adding-users .search-input{align-items:center;border:1px solid #8d8c8c;border-radius:4px;color:#8d8c8c;display:flex;font-size:14px;gap:4px;height:35px;outline:none;padding:4px 10px;width:250px}.admin-body .right-side .users .body-wrapper .adding-users .search-input input{border:none;font-family:inherit;font-weight:500;height:100%;outline:none;width:100%}.admin-body .right-side .users .body-wrapper .adding-users .search-input input::placeholder{color:#8d8c8c}.admin-body .right-side .users .body-wrapper .table-wrapper{margin-top:16px;overflow-x:auto;width:100%}.admin-body .right-side .users .body-wrapper .table-wrapper table{border-collapse:collapse;width:100%}.admin-body .right-side .users .body-wrapper .table-wrapper table thead tr{background-color:#00549a80;color:#fff}.admin-body .right-side .users .body-wrapper .table-wrapper table thead tr th{font-size:16px;font-weight:600;padding:8px;text-align:left}.admin-body .right-side .users .body-wrapper .table-wrapper table tbody{width:100%}.admin-body .right-side .users .body-wrapper .table-wrapper table tbody tr{cursor:pointer;transition:all .15s ease-in-out;width:100%}.admin-body .right-side .users .body-wrapper .table-wrapper table tbody tr:nth-child(odd){background-color:#00549a0d}.admin-body .right-side .users .body-wrapper .table-wrapper table tbody tr:nth-child(2n){background-color:#00549a26}.admin-body .right-side .users .body-wrapper .table-wrapper table tbody tr:hover{background-color:#00549a1a}.admin-body .right-side .users .body-wrapper .table-wrapper table tbody tr td{font-size:14px;font-weight:500;padding:8px}.admin-body .right-side .users .body-wrapper .table-wrapper table tbody tr td ul{list-style:none}.admin-body .right-side .users .body-wrapper .table-wrapper table tbody tr td ul li{color:#00549a;cursor:pointer;margin-top:4px}.admin-body .right-side .users .body-wrapper .table-wrapper table tbody tr td ul li:hover{color:#8d8c8c}.admin-body .right-side .users .body-wrapper .table-wrapper table tbody tr td ul li.delete{color:#e02d2d}.admin-body .right-side .create-wrapper{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;min-height:100vh;opacity:0;position:fixed;right:0;top:-1200px;transition:all .3s ease-in-out;width:100%;z-index:-20}.admin-body .right-side .create-wrapper.active{opacity:1;top:0;z-index:9999}.admin-body .right-side .create-wrapper .close-it{align-items:center;background-color:#eb8d37;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:30px;height:64px;justify-content:center;position:absolute;right:20px;top:30px;transition:all .25s ease-in-out;width:64px}.admin-body .right-side .create-wrapper .close-it:hover{background-color:#e02d2d}.admin-body .right-side .create-wrapper .create-account{background-color:#fff;border-radius:20px;min-width:500px;transition:all .3s ease-in-out;width:600px}.admin-body .right-side .create-wrapper .create-account.expanded{border-radius:0;height:100%;width:100%}.admin-body .right-side .create-wrapper .create-account.expanded .create-header{border-radius:0}.admin-body .right-side .create-wrapper .create-account .create-header{align-items:center;background-color:#00549a;border-top-left-radius:15px;border-top-right-radius:15px;color:#fff;display:flex;justify-content:space-between;padding:8px 16px;width:100%}.admin-body .right-side .create-wrapper .create-account .create-header h3{font-size:16px}.admin-body .right-side .create-wrapper .create-account .create-header .close-create{cursor:pointer;transition:all .3s ease-in-out}.admin-body .right-side .create-wrapper .create-account .create-header .close-create:hover{color:#eb8d37}.admin-body .right-side .create-wrapper .create-account form{display:flex;flex-direction:column;gap:8px;padding:16px;width:100%}.admin-body .right-side .create-wrapper .create-account form .input{display:flex;flex-direction:column;gap:4px;width:100%}.admin-body .right-side .create-wrapper .create-account form .input label{font-size:14px;font-weight:500}.admin-body .right-side .create-wrapper .create-account form .input input,.admin-body .right-side .create-wrapper .create-account form .input select{border:1px solid #8d8c8c;border-radius:3px;font-family:inherit;height:35px;outline:none;padding:8px;width:100%}.admin-body .right-side .create-wrapper .create-account form .input input:focus,.admin-body .right-side .create-wrapper .create-account form .input select:focus{border:1.5px solid #00549a}.admin-body .right-side .create-wrapper .create-account form .input select option{background-color:#575757;color:#fff}.admin-body .right-side .create-wrapper .create-account form .inputs{align-items:center;display:flex;gap:8px}.admin-body .right-side .create-wrapper .create-account form p.error{color:#e02d2d;font-size:14px;font-weight:600}.admin-body .right-side .create-wrapper .create-account form .btns{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;width:100%}.admin-body .right-side .create-wrapper .create-account form button{background-color:#00549a}.admin-body .right-side .create-wrapper .create-account form button,.admin-body .right-side .create-wrapper .create-account form p.goBack{border:none;color:#fff;cursor:pointer;font-family:inherit;font-weight:600;height:35px;outline:none;transition:all .25s ease-in-out;width:150px}.admin-body .right-side .create-wrapper .create-account form p.goBack{align-items:center;background-color:#eb8d37;display:flex;font-size:14px;justify-content:center}.admin-body .right-side .create-wrapper .create-account form button:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.admin-body .right-side .create-wrapper .create-account form p.goBack:hover{background-color:initial;border:1px solid #e02d2d;color:#e02d2d}@media screen and (max-width:1050px){.admin-body .right-side .users{padding:1rem}}@media screen and (max-width:770px){.admin-body .right-side .create-wrapper .close-it{font-size:12px;height:24px;right:10px;top:10px;width:24px}}@media screen and (max-width:650px){.admin-body .right-side .users .body-wrapper .table-wrapper table thead tr th{font-size:14px}.admin-body .right-side .users .head h1{font-size:20px}.admin-body .right-side .users .body-wrapper .head-block h3{font-size:16px}.admin-body .right-side .delete-wrapper .dialog{width:90%}}@media screen and (max-width:520px){.admin-body .right-side .create-wrapper .create-account{height:100%;min-width:100%;overflow-y:scroll;width:100%}.admin-body .right-side .create-wrapper .create-account .create-header .close-create{opacity:0;pointer-events:none}}@media screen and (max-width:460px){.admin-body .right-side .users .body-wrapper .adding-users{align-items:flex-start;flex-direction:column;gap:4px;padding:10px 0}.admin-body .right-side .create-wrapper .create-account form .inputs{flex-direction:column}}.sidebar{background-color:#1a2a32d9;bottom:0;height:100vh;left:0;position:fixed;top:0;transition:all .3s ease-in-out;width:18%;z-index:9999}.sidebar,.sidebar-main{align-items:flex-end;display:flex;flex-direction:column}.sidebar-main{width:100%}.sidebar.close{overflow:hidden;position:static;width:0}.sidebar-main .user{align-items:center;color:#fff;cursor:pointer;display:flex;gap:16px;padding:1rem;width:100%}.sidebar-main .user .user-icon{font-size:24px}.sidebar-main .user h2{font-size:18px;font-weight:500}.sidebar-main .user h2 span{font-size:22px;font-weight:700}.sidebar-main nav.admin-sidebar{margin-top:16px;width:100%}.sidebar-main nav.admin-sidebar ul{align-items:flex-start;display:flex;flex-direction:column;gap:12px;width:100%}.sidebar-main nav.admin-sidebar ul li{transition:all .3s ease-in-out;width:100%}.sidebar-main nav.admin-sidebar ul li.active,.sidebar-main nav.admin-sidebar ul li:hover{background-color:#333e44}.sidebar-main nav.admin-sidebar ul li a{align-items:center;color:#fff;display:flex;font-size:15px;justify-content:space-between;text-decoration:none;width:100%}.sidebar-main nav.admin-sidebar ul li a .link{align-items:center;cursor:pointer;display:flex;gap:6px;padding:.75rem 1.5rem}.sidebar-main nav.admin-sidebar ul li a .lineSide{background-color:#fff205;height:40px;transition:all .3s ease-in-out;width:0}.sidebar-main nav.admin-sidebar ul li.active a .lineSide,.sidebar-main nav.admin-sidebar ul li:hover a .lineSide{width:5px}.expand{align-items:center;background-color:#333e44;border-bottom-left-radius:30px;border-top-left-radius:30px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;margin-top:32px;transition:all .1s ease-in-out;width:50px;z-index:9999}.expand:hover{background:#0000;border:1px solid #fff;border-right:none}.sidebar.close .expand{border-radius:0;left:0;position:fixed;top:50%;width:50px;z-index:10000}.sidebar.close .expand:hover{background:#1a2a32d9;border:none}@media screen and (max-width:1210px){.sidebar{overflow:hidden;width:0}.sidebar.close{background-color:#1a2a32;bottom:0;left:0;min-height:100vh;overflow-y:scroll;position:fixed;width:300px;z-index:999}.expand{border-radius:0;left:0;position:fixed;top:50%;width:50px}.expand:hover{background:#1a2a32d9;border:none}.sidebar.close .expand{position:static}}@media screen and (max-width:300px){.sidebar.close{width:100%}}.admin-heading{align-items:center;background-color:#00549a;display:flex;gap:20px;justify-content:space-between;padding:1rem 2rem;width:100%}.admin-heading img{cursor:pointer;width:100px}.admin-heading .buttons{align-items:center;display:flex;gap:16px}.admin-heading .buttons button{cursor:pointer;font-size:14px;font-weight:500;height:35px;outline:none;transition:all .25s ease-in-out;width:150px}.admin-heading .buttons a button.password{background:#0000;border:1px solid #fff;border-radius:30px;color:#fff;font-family:inherit}.admin-heading .buttons a button.password:hover{background-color:#fff;color:#00549a}.admin-heading .buttons button.logout{background-color:#fff;border:none;border-radius:30px;color:#00549a;font-family:inherit}.admin-heading .buttons button.logout:hover{background:#0000;border:1px solid #fff;color:#fff}.admin-heading .hamburger{display:none}@media screen and (max-width:500px){.admin-heading .buttons{background-color:#00549a;border-radius:10px;flex-direction:column;padding:1.5rem;position:absolute;right:10px;top:-150px;transition:all .25s ease-in-out;z-index:30}.admin-heading .buttons.show{top:70px}.admin-heading .hamburger{display:flex}}.search-result{min-height:65vh;width:100%}.search-result .body{align-items:center;display:flex;flex-direction:column;padding:16px 4rem;width:100%}.search-result .body .results{margin-top:24px;width:100%}.search-result .body .results .title{align-items:center;background-color:#00549a80;display:flex;gap:16px;justify-content:space-between;padding:12px;width:100%}.search-result .body .results .title h2{color:#fff;font-size:17px}.search-result .body .results .title h3{color:#fff205;font-size:16px;font-weight:500}.search-result .body .results .cards{width:100%}.search-result .body .results .cards .card{display:flex;gap:16px;justify-content:space-between;padding:16px 24px;width:100%}.search-result .body .results .cards .card:nth-child(odd){background-color:#00549a0d}.search-result .body .results .cards .card:nth-child(2n){background-color:#00549a26}.search-result .body .results .cards .card .left-note{width:40%}.search-result .body .results .cards .card .left-note h3{font-size:17px;font-weight:600}.search-result .body .results .cards .card .left-note p.head-note{color:#e02d2d;font-size:14px;font-weight:600;margin-top:4px}.search-result .body .results .cards .card .left-note .general-info{margin-top:16px}.search-result .body .results .cards .card .left-note .general-info p{font-size:15px;line-height:1.5;margin:4px 0}.search-result .body .results .cards .card .left-note .complementary-info p{font-size:15px;line-height:1.4;margin:4px 0}.search-result .body .results .cards .card .left-note p.general-note{color:#00549a;font-size:15px;font-weight:600;margin-top:8px}.search-result .body .results .cards .card .price{width:30%}.search-result .body .results .cards .card .price .top-price{width:100%}.search-result .body .results .cards .card .price .top-price .ticketing{border-bottom:1.5px solid #00549a80;display:flex;gap:4px;justify-content:space-between;margin-top:8px;padding:4px 0;width:100%}.search-result .body .results .cards .card .price .top-price .ticketing h4{font-size:16px;font-weight:600}.search-result .body .results .cards .card .price .top-price .ticketing p{color:#00549a;font-weight:700}.search-result .body .results .cards .card .price .mid-price{border-bottom:1.5px solid #00549a80;color:#595959;line-height:1.6;margin-top:16px;padding-bottom:4px;width:100%}.search-result .body .results .cards .card .price .mid-price h3{color:#86b999;font-size:16px}.search-result .body .results .cards .card .price .total-price{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:16px;width:100%}.search-result .body .results .cards .card .price .total-price h3{color:#86b999;font-size:16px}.search-result .body .results .cards .card .price .total-price p{color:#e02d2d;font-size:14px;font-weight:500;margin-top:4px}.search-result .body .results .cards .card .price .btn{display:grid;margin-top:16px;place-items:center;width:100%}.search-result .body .results .cards .card .price .btn button{border:none;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-weight:600;height:35px;outline:none;transition:all .3s ease-in-out;width:130px}.search-result .body .results .cards .card .price .btn button.reserve-btn{background-color:#00549a}.search-result .body .results .cards .card .price .btn button.cancel-btn{background-color:#e02d2d;cursor:not-allowed}.search-result .body .results .cards .card .price .btn button.reserve-btn:hover{background:#0000;border:1px solid #00549a;color:#00549a}@media screen and (max-width:845px){.search-result .body{padding:16px}.search-result .body .results .cards .card{flex-direction:column}.search-result .body .results .cards .card .left-note,.search-result .body .results .cards .card .price{width:100%}.search-result .body .results .cards .title h2{font-size:16px}.search-result .body .results .cards .title h3{font-size:14px;font-weight:400}}@media screen and (max-width:500px){.search-result .body .results .cards .card .left-note,.search-result .body .results .title h2{font-size:15px}.search-result .body .results .cards .card .left-note .complementary-info p,.search-result .body .results .cards .card .left-note .general-info p,.search-result .body .results .cards .card .left-note p.general-note{font-size:13px}.search-result .body .results .cards .card .price .mid-price,.search-result .body .results .cards .card .price .mid-price h3,.search-result .body .results .cards .card .price .top-price .ticketing h4,.search-result .body .results .cards .card .price .top-price .ticketing p,.search-result .body .results .title h3{font-size:14px}}.checkout{width:100%}.error{color:#e02d2d;font-weight:800}input:invalid{border:1px solid #ec2c2c;border-radius:4px;font-family:inherit;height:35px;outline:none;padding-left:10px;width:100%}.btns-log{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:10px 0;width:80%}.btns-log button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:inherit;font-weight:500;height:35px;outline:none;transition:all .3s ease-in-out;width:120px}.btns-log button:hover{background:#0000;border:1px solid #00549a;color:#00549a}.specialbutton{border:none}.specialbutton,.specialbutton2{background:#0000;color:#00549a;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;outline:none;transition:all .3s ease-in-out;width:250px}.specialbutton2{border-color:#00549a;border-width:1px}.specialbutton:hover{color:#595959}p.topnote{color:#e09b2d;font-size:14px}.checkout .body{display:flex;gap:16px;justify-content:space-between;padding:1rem 4rem;position:relative;width:100%}.checkout .body .left-side{width:50%}.checkout .body .left-side .heading h1{font-size:24px}.checkout .body .left-side .heading p{color:#00549a;font-size:14px;font-weight:500}.checkout .body .left-side .accounts{align-items:center;display:flex;font-weight:600;gap:16px;margin-top:16px}.checkout .body .left-side .accounts a{color:#00549a;font-weight:500}.checkout .body .left-side .accounts a:hover{color:#000}.checkout .body .left-side .parking-form form{margin-top:24px;width:100%}.checkout .body .left-side .parking-form form .firstpart{width:100%}.checkout .body .left-side .parking-form form .firstPart .title,.checkout .body .left-side .parking-form form .secondpart .title{background-color:#00549a80;color:#fff;padding:8px;width:80%}.checkout .body .left-side .parking-form form .firstPart .title h2,.checkout .body .left-side .parking-form form .secondpart .title h2{font-size:18px}.checkout .body .left-side .parking-form form .firstPart .input{display:flex;flex-direction:column;gap:8px;justify-content:space-between;margin-top:16px;width:80%}.checkout .body .left-side .parking-form form .firstPart .input label{font-weight:500}.checkout .body .left-side .parking-form form .firstPart .input input{border:1px solid #595959;border-radius:4px;font-family:inherit;height:35px;outline:none;padding-left:10px;width:100%}.checkout .body .left-side .parking-form form .firstPart .input select{border:1px solid #595959;border-radius:4px;font-family:inherit;height:35px;outline:none;padding-left:10px;width:100px}.checkout .body .left-side .parking-form form .firstPart .input p.smallnote{color:#e09b2d;font-size:13px;font-weight:700}.checkout .body .left-side .parking-form form .firstPart .input textarea{border:1px solid #595959;border-radius:4px;font-family:inherit;height:120px;outline:none;padding:10px;width:100%}.checkout .body .left-side .parking-form form .firstPart .input input:focus,.checkout .body .left-side .parking-form form .firstPart .input select:focus,.checkout .body .left-side .parking-form form .firstPart .input textarea:focus,.checkout .body .left-side .parking-form form .secondpart .credit-input input:focus{border:1.5px solid #00549a}.checkout .body .left-side .parking-form form .secondpart{margin-top:16px;width:100%}.checkout .body .left-side .parking-form form .secondpart .credit-input{display:flex;flex-direction:column;gap:8px;margin-top:16px;width:80%}.checkout .body .left-side .parking-form form .secondpart .credit-input .image{align-items:center;display:flex;font-weight:500;gap:8px;justify-content:space-between;width:100%}.checkout .body .left-side .parking-form form .secondpart .credit-input input{border:1px solid #595959;border-radius:4px;font-family:inherit;height:35px;outline:none;padding:10px;width:100%}.checkout .body .left-side .parking-form form .secondpart .numInps{display:flex;flex-direction:column;font-weight:500;gap:8px;margin-top:16px;width:80%}.checkout .body .left-side .parking-form form .secondpart .numInps .inputs{align-items:center;display:flex;gap:16px}.checkout .body .left-side .parking-form form .secondpart .numInps .inputs select{border:1px solid #595959;border-radius:4px;font-family:inherit;height:35px;outline:none;padding-left:10px;width:30%}.checkout .body .left-side .parking-form form .firstPart .input select option,.checkout .body .left-side .parking-form form .secondpart .numInps .inputs select option{background-color:#595959;color:#fff}.checkout .body .left-side .parking-form form .secondpart .numInps .inputs select:focus,.checkout .body .left-side .parking-form form .secondpart .numInps input:focus,.checkout .body .right-side .discount-code .discount-inputs input:focus{border:1.5px solid #00549a}.checkout .body .left-side .parking-form form .secondpart .numInps .label{align-items:center;display:flex;gap:8px;justify-content:space-between;width:100%}.checkout .body .left-side .parking-form form .secondpart .numInps .label p,.checkout .body .left-side .parking-form form .secondpart .numInps p.explainCvv{color:#00549a;cursor:pointer;font-size:13px;font-weight:500;transition:all .3s ease-in-out}.checkout .body .left-side .parking-form form .secondpart .numInps input{border:1px solid #595959;border-radius:4px;font-family:inherit;height:35px;outline:none;padding-left:10px;width:100%}.checkout .body .left-side .parking-form form .secondpart .checked{display:flex;gap:16px;justify-content:space-between;margin-top:8px;width:80%}.checkout .body .left-side .parking-form form .secondpart .checked input{cursor:pointer;height:24px;width:24px}.checkout .body .left-side .parking-form form .secondpart .checked label{color:#00179a;font-size:14px;font-weight:500}.checkout .body .left-side .parking-form form .terms{background-color:#00549a1a;height:500px;margin-top:16px;overflow-y:scroll;padding:16px;width:80%}.checkout .body .left-side .parking-form form .terms h2{font-size:18px;text-align:center}.checkout .body .left-side .parking-form form .terms p{color:#595959;font-size:14px;margin-top:12px}.checkout .body .left-side .parking-form form p.terms-note{font-weight:500;margin-top:16px;text-align:center;width:80%}.checkout .body .left-side .parking-form form p.terms-note span{color:#00549a;font-weight:800}.checkout .body .left-side .parking-form form .submit-btn button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font:inherit;height:35px;margin-top:16px;outline:none;transition:all .25s ease-in-out;width:80%}.checkout .body .left-side .parking-form form .submit-btn p{color:#e02d2d;font-size:14px;font-weight:800;margin-top:8px}.checkout .body .left-side .parking-form form .submit-btn button:hover,.checkout .body .right-side .discount-code .discount-inputs button:hover,.checkout .body .right-side .ticket .header .edit-text button:hover{background:#0000;border:1px solid #00549a;color:#00549a}.checkout .body .right-side{width:40%}.checkout .body .right-side h2{font-size:18px}.checkout .body .right-side .discount-code{margin-top:16px;width:100%}.checkout .body .right-side .discount-code p{color:#00549a;cursor:pointer;font-weight:600}.checkout .body .right-side .discount-code .discount-inputs{display:flex;flex-direction:column;gap:12px;margin-top:12px;max-height:0;overflow:hidden;transition:all .5s cubic-bezier(0,1,0,1)}.checkout .body .right-side .discount-code .discount-inputs.show{height:auto;max-height:9999px;transition:all .5s cubic-bezier(1,0,1,0)}.checkout .body .right-side .discount-code .discount-inputs input{border:1px solid #595959;border-radius:4px;font-family:inherit;font-weight:500;height:35px;outline:none;padding-left:10px;width:100%}.checkout .body .right-side .discount-code .discount-inputs button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font:inherit;height:35px;outline:none;transition:all .25s ease-in-out;width:100%}.checkout .body .right-side .ticket{background-color:#00549a0d;margin-top:16px;padding:16px;width:100%}.checkout .body .right-side .ticket .header h3{font-size:16px}.checkout .body .right-side .ticket .header .edit-text p{color:#8d8c8c;font-weight:600;margin-top:8px}.checkout .body .right-side .ticket .header .edit-text button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font:inherit;height:35px;margin-top:8px;outline:none;transition:all .25s ease-in-out;width:100%}.checkout .body .right-side .ticket .details{margin-top:16px;width:100%}.checkout .body .right-side .ticket .details .each-detail{align-items:center;border-bottom:1px solid #8d8c8c;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:space-between;margin-top:12px;padding-bottom:4px;width:100%}.checkout .body .right-side .ticket .details .each-detail p.title-info{color:#595959;font-weight:600}.checkout .body .right-side .ticket .details .each-detail p.title-info.total{color:#00b67a;font-weight:700}.checkout .body .right-side .ticket .details .each-detail p.title-info.paid-online{color:#00549a;font-weight:700}.checkout .body .right-side .ticket .details .each-detail p.title-info.due{color:#e02d2d;font-weight:700}.checkout .body .success{align-items:center;background-color:#0009;bottom:0;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:-1000px;transition:all .3s ease-in-out;width:100%;z-index:9999}.checkout .body .success.show{top:0}.checkout .body .success .container{background-color:#fff;border-radius:10px;padding:32px;width:600px}.checkout .body .success .container h2{color:#00549a;font-size:20px;text-align:center}.checkout .body .success .container p.main-note{font-size:15px;margin:16px 0;text-align:center}.checkout .body .success .container p span{color:#e09b2d;font-weight:500;margin-top:5px}.checkout .body .success .container .down{display:flex;justify-content:space-between}.checkout .body .success .container .down .btns{align-items:center;display:flex;gap:8px}.checkout .body .success .container .down button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:inherit;font-weight:500;outline:none;padding:10px;transition:all .3s ease-in-out}.checkout .body .success .container .down button:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.checkout .body .success .container .receipt-details{width:100%}.checkout .body .success .container .receipt-details .barcode{width:200px}.checkout .body .success .container .receipt-details .barcode img{width:100%}.checkout .body .success .container .receipt-details .row{align-items:center;border-bottom:1px solid #00549a;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:10px 0;padding-bottom:4px;width:100%}.checkout .body .success .container .receipt-details .row p.title{font-size:14px}.checkout .body .success .container .receipt-details .row p.answer{font-size:14px;font-weight:600}@media screen and (max-width:1180px){.checkout .body{padding:1rem}.checkout .body .right-side{width:55%}}@media screen and (max-width:990px){.checkout .body .left-side .accounts a{font-size:14px}}@media screen and (max-width:890px){.checkout .body{flex-direction:column-reverse}.checkout .body .left-side,.checkout .body .right-side{width:100%}}@media screen and (max-width:650px){.checkout .body .success .container{width:95%}}@media screen and (max-width:470px){.checkout .body .left-side .heading h1,.checkout .body .left-side .parking-form form .terms h2,.checkout .body .right-side h2{font-size:16px}.checkout .body .right-side .ticket .details .each-detail{font-size:12px}.checkout .body .left-side .parking-form form .firstPart .input label,.checkout .body .left-side .parking-form form .firstPart .title h2,.checkout .body .left-side .parking-form form .secondpart .credit-input .image label,.checkout .body .left-side .parking-form form .secondpart .numInps label,.checkout .body .left-side .parking-form form .secondpart .title h2,.checkout .body .left-side .parking-form form .submit-btn button,.checkout .body .left-side .parking-form form p.terms-note,.checkout .body .right-side .discount-code p,.checkout .body .right-side .ticket .header .edit-text button,.checkout .body .right-side .ticket .header .edit-text p,.checkout .body .right-side .ticket .header h3{font-size:14px}.checkout .body .left-side .parking-form form .secondpart .credit-input .image{align-items:flex-start;flex-direction:column-reverse;width:100%}.checkout .body .left-side .parking-form form .firstPart .input,.checkout .body .left-side .parking-form form .firstPart .title,.checkout .body .left-side .parking-form form .secondpart .checked,.checkout .body .left-side .parking-form form .secondpart .credit-input,.checkout .body .left-side .parking-form form .secondpart .numInps,.checkout .body .left-side .parking-form form .secondpart .title,.checkout .body .left-side .parking-form form .submit-btn button,.checkout .body .left-side .parking-form form .terms,.checkout .body .left-side .parking-form form p.terms-note{width:100%}}.admin-body .right-side .manage-client{padding:2rem;width:100%}.admin-body .right-side .manage-client .head h1{font-size:24px}.admin-body .right-side .manage-client .head p{color:#00549a;font-size:15px;font-weight:500;margin-top:4px}.admin-body .right-side .manage-client .body-wrapper{max-height:9999px;overflow:hidden;transition:all .7s ease-in-out;width:100%}.admin-body .right-side .manage-client .body-wrapper.closed{max-height:55px}.admin-body .right-side .manage-client .body-wrapper .head-block{align-items:center;background-color:#00549a;color:#fff;display:flex;justify-content:space-between;margin-top:16px;padding:10px;width:100%}.admin-body .right-side .manage-client .body-wrapper .head-block h3{font-size:18px}.admin-body .right-side .manage-client .body-wrapper .head-block .head-icons{align-items:center;display:flex;gap:6px}.admin-body .right-side .manage-client .body-wrapper .head-block .head-icons .action-icon{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:16px;justify-content:center;padding:3px;width:16px}.admin-body .right-side .manage-client .body-wrapper .head-block .head-icons .action-icon.refresh{background-color:#eb8d37}.admin-body .right-side .manage-client .body-wrapper .head-block .head-icons .action-icon.close{background-color:#e02d2d}.admin-body .right-side .manage-client .body-wrapper .adding-client{align-items:center;display:flex;gap:10px;justify-content:space-between;padding:10px;width:100%}.admin-body .right-side .manage-client .body-wrapper .adding-client button{align-items:center;background-color:#00549a;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-weight:500;gap:10px;height:35px;justify-content:center;outline:none;transition:all .25s ease-in-out;width:150px}.admin-body .right-side .manage-client .body-wrapper .adding-client button:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.admin-body .right-side .manage-client .body-wrapper .adding-client .search-input{align-items:center;border:1px solid #8d8c8c;border-radius:4px;color:#8d8c8c;display:flex;font-size:14px;gap:4px;height:35px;outline:none;padding:4px 10px;width:300px}.admin-body .right-side .manage-client .body-wrapper .adding-client .search-input input{border:none;font-family:inherit;font-weight:500;height:100%;outline:none;width:100%}.admin-body .right-side .manage-client .body-wrapper .adding-client .search-input input::placeholder{color:#8d8c8c}.admin-body .right-side .manage-client .body-wrapper .table-wrapper{margin-top:16px;overflow-x:auto;width:100%}.admin-body .right-side .manage-client .body-wrapper .table-wrapper.hide{height:30vh}.admin-body .right-side .manage-client .body-wrapper .table-wrapper table{border-collapse:collapse;width:100%}.admin-body .right-side .manage-client .body-wrapper .table-wrapper table thead tr{background-color:#00549a80;color:#fff}.admin-body .right-side .manage-client .body-wrapper .table-wrapper table thead tr th{font-size:16px;font-weight:600;padding:8px;text-align:left}.admin-body .right-side .manage-client .body-wrapper .table-wrapper table tbody{width:100%}.admin-body .right-side .manage-client .body-wrapper .table-wrapper table tbody tr{cursor:pointer;transition:all .15s ease-in-out;width:100%}.admin-body .right-side .manage-client .body-wrapper .table-wrapper table tbody tr:nth-child(odd){background-color:#00549a0d}.admin-body .right-side .manage-client .body-wrapper .table-wrapper table tbody tr:nth-child(2n){background-color:#00549a26}.admin-body .right-side .manage-client .body-wrapper .table-wrapper table tbody tr:hover{background-color:#00549a1a}.admin-body .right-side .manage-client .body-wrapper .table-wrapper table tbody tr td{font-size:14px;font-weight:500;padding:8px}.admin-body .right-side .manage-client .body-wrapper .table-wrapper table tbody tr td ul{list-style:none}.admin-body .right-side .manage-client .body-wrapper .table-wrapper table tbody tr td ul li{color:#00549a;cursor:pointer;margin-top:4px}.admin-body .right-side .manage-client .body-wrapper .table-wrapper table tbody tr td ul li:hover{color:#8d8c8c}.admin-body .right-side .manage-client .body-wrapper .table-wrapper .pagination{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center;margin-top:10px;width:100%}.admin-body .right-side .manage-client .body-wrapper .table-wrapper .pagination button.reset-btn{background:#00549a;border:none;border-radius:3px;color:#fff;cursor:pointer;font-family:inherit;font-weight:500;height:30px;transition:all .2s ease-in-out;width:100px}.admin-body .right-side .manage-client .body-wrapper .table-wrapper .pagination button:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.admin-body .right-side .manage-client .body-wrapper .table-wrapper .pagination .btns-for-page{align-items:center;display:flex;flex-wrap:wrap;gap:5px}.admin-body .right-side .manage-client .body-wrapper .table-wrapper .pagination .btns-for-page button{background:#0000;border:none;border-radius:5px;cursor:pointer;font-family:inherit;height:30px;outline:none;transition:all .3s ease-in-out;width:30px}.admin-body .right-side .manage-client .body-wrapper .table-wrapper .pagination .btns-for-page button.active,.admin-body .right-side .manage-client .body-wrapper .table-wrapper .pagination .btns-for-page button:hover{background-color:#00549a;color:#fff}.admin-body .right-side .client-wrapper{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;min-height:100vh;opacity:0;position:fixed;right:0;top:-500px;transition:all .3s ease-in-out;width:100%;z-index:-20}.admin-body .right-side .client-wrapper.active{opacity:1;top:0;z-index:9999}.admin-body .right-side .client-wrapper .close-it{align-items:center;background-color:#eb8d37;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:30px;height:64px;justify-content:center;position:absolute;right:20px;top:30px;transition:all .25s ease-in-out;width:64px}.admin-body .right-side .client-wrapper .merge-clientbox .head .close-details{align-items:center;background-color:#eb8d37;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:24px;justify-content:center;transition:all .3s ease-in-out;width:24px}.admin-body .right-side .client-wrapper .merge-clientbox .head .close-details:hover{background-color:#e02d2d;color:#fff}.admin-body .right-side .client-wrapper .close-it.hide{display:none}.admin-body .right-side .client-wrapper .close-it:hover{background-color:#e02d2d}.admin-body .right-side .client-wrapper .merge-clientbox{background-color:#fff;border-radius:20px;min-width:500px;transition:all .3s ease-in-out;width:400px}.admin-body .right-side .client-wrapper .merge-clientbox.expanded{border-radius:0;height:100%;min-height:100vh;overflow-y:scroll;width:100%}.admin-body .right-side .client-wrapper .merge-clientbox.expanded .details-body{display:flex;justify-content:space-between}.admin-body .right-side .client-wrapper .merge-clientbox.expanded .details-body form{width:50%}.admin-body .right-side .client-wrapper .merge-clientbox.expanded .details-body .next-side{width:45%}.admin-body .right-side .client-wrapper .merge-clientbox.expanded .details-body .body{width:100%}.admin-body .right-side .client-wrapper .merge-clientbox.expanded .details-body .body .all h3{font-size:16px;margin-top:10px;width:100%}.admin-body .right-side .client-wrapper .merge-clientbox.expanded .details-body .body .all .row{background-color:#00549a1a;border-radius:10px;margin-top:10px;padding:16px}.admin-body .right-side .client-wrapper .merge-clientbox.expanded .details-body .body .all .row .rows{border-bottom:1px solid #494949;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-top:10px;width:100%}.admin-body .right-side .client-wrapper .merge-clientbox.expanded .details-body .body .all .row .rows p.title{color:#27272c;font-size:14px;font-weight:500}.admin-body .right-side .client-wrapper .merge-clientbox.expanded .details-body .body .all .row .rows p.answer{font-size:14px;font-weight:600}.admin-body .right-side .client-wrapper .merge-clientbox.expanded .details-body .body .all .row .btns{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.admin-body .right-side .client-wrapper .merge-clientbox.expanded .details-body .body .all .row .btns a{text-decoration:none}.admin-body .right-side .client-wrapper .merge-clientbox.expanded .details-body .body .all .row .btns button{align-items:center;background-color:#00549a;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-weight:500;gap:10px;height:35px;justify-content:center;outline:none;transition:all .25s ease-in-out;width:150px}.admin-body .right-side .client-wrapper .merge-clientbox.expanded .details-body .body .all .row .btns button:hover{background:#0000;border:1px solid #00549a;color:#00549a}.admin-body .right-side .client-wrapper .merge-clientbox.expanded .head{border-radius:0}.admin-body .right-side .client-wrapper .merge-clientbox .head{align-items:center;background-color:#00549a;border-top-left-radius:15px;border-top-right-radius:15px;color:#fff;display:flex;justify-content:space-between;padding:8px 16px;width:100%}.admin-body .right-side .client-wrapper .merge-clientbox .head h3{font-size:16px}.admin-body .right-side .client-wrapper .merge-clientbox .head .close-create{cursor:pointer;transition:all .3s ease-in-out}.admin-body .right-side .client-wrapper .merge-clientbox .head .close-create:hover{color:#eb8d37}.admin-body .right-side .client-wrapper .merge-clientbox form{display:flex;flex-direction:column;gap:8px;padding:16px;width:100%}.admin-body .right-side .client-wrapper .merge-clientbox .next-side{padding:16px}.admin-body .right-side .client-wrapper .merge-clientbox .next-side h2{font-size:18px}.admin-body .right-side .client-wrapper .merge-clientbox .next-side p{color:#00549a;font-size:15px;font-weight:500;margin-top:6px}.admin-body .right-side .client-wrapper .merge-clientbox form .input,.admin-body .right-side .client-wrapper .merge-clientbox form .password{display:flex;flex-direction:column;gap:4px;width:100%}.admin-body .right-side .client-wrapper .merge-clientbox .newEmail{display:flex;flex-direction:column;gap:4px;margin:16px 16px 0;width:100%}.admin-body .right-side .client-wrapper .merge-clientbox form .password .show-hide{align-items:center;display:flex;gap:6px}.admin-body .right-side .client-wrapper .merge-clientbox form .password .show-hide button{border:none;cursor:pointer;font-family:inherit;height:25px;outline:none;width:100px}.admin-body .right-side .client-wrapper .merge-clientbox .newEmail label,.admin-body .right-side .client-wrapper .merge-clientbox form .input label,.admin-body .right-side .client-wrapper .merge-clientbox form .password p{font-size:14px;font-weight:500}.admin-body .right-side .client-wrapper .merge-clientbox form .input input,.admin-body .right-side .client-wrapper .merge-clientbox form .input select{border:1px solid #8d8c8c;border-radius:3px;font-family:inherit;height:35px;outline:none;padding:8px;width:100%}.admin-body .right-side .client-wrapper .merge-clientbox .newEmail input{border:1px solid #8d8c8c;border-radius:3px;font-family:inherit;height:35px;outline:none;padding:8px;width:250px}.admin-body .right-side .client-wrapper .merge-clientbox form .input input:focus,.admin-body .right-side .client-wrapper .merge-clientbox form .input select:focus{border:1.5px solid #00549a}.admin-body .right-side .client-wrapper .merge-clientbox form .input select option{background-color:#27272c;color:#fff}.admin-body .right-side .client-wrapper .merge-clientbox form .input p.noted{color:#eb8d37;font-size:13px;font-weight:600}.admin-body .right-side .client-wrapper .merge-clientbox form .end-btn button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:inherit;font-weight:600;height:35px;margin-top:16px;outline:none;transition:all .25s ease-in-out;width:150px}.admin-body .right-side .client-wrapper .merge-clientbox form .end-btn button:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.admin-body .right-side .client-wrapper .merge-clientbox .btn,.admin-body .right-side .client-wrapper .merge-clientbox form .btns{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;width:100%}.admin-body .right-side .client-wrapper .merge-clientbox form .end-btn p.goBack{align-items:center;background-color:#eb8d37;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:14px;font-weight:600;height:35px;justify-content:center;margin-top:16px;outline:none;transition:all .25s ease-in-out;width:150px}.admin-body .right-side .client-wrapper .merge-clientbox .btn p.goBack:hover,.admin-body .right-side .client-wrapper .merge-clientbox form p.goBack:hover{background-color:initial;border:1px solid #e02d2d;color:#e02d2d}.admin-body .right-side .client-wrapper .merge-clientbox form .inputs{display:flex;gap:8px;justify-content:space-between}.admin-body .right-side .client-wrapper .merge-clientbox form .end-btn p{color:#e02d2d;font-size:13px;font-weight:500}.admin-body .right-side .client-wrapper .merge-clientbox .info{padding:16px;width:100%}.admin-body .right-side .client-wrapper .merge-clientbox .info .each-info{align-items:center;border-bottom:1px solid #00549a;display:flex;gap:8px;justify-content:space-between;margin-top:12px;padding-bottom:5px;width:100%}.admin-body .right-side .client-wrapper .merge-clientbox .info .each-info p.title{font-size:14px;font-weight:500}.admin-body .right-side .client-wrapper .merge-clientbox .info .each-info p.answer{color:#494949;font-size:14px;font-weight:600}.admin-body .right-side .client-wrapper .merge-clientbox p.note{color:#eb8d37;font-size:12px;font-weight:400;padding:0 16px}.admin-body .right-side .client-wrapper .merge-clientbox .btn p.goBack,.admin-body .right-side .client-wrapper .merge-clientbox button.reset-btn{background-color:#eb8d37;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:inherit;font-weight:500;height:35px;margin:8px 16px;outline:none;transition:all .15s ease-in-out;width:120px}.admin-body .right-side .client-wrapper .merge-clientbox .btn p.goBack{align-items:center;display:flex;font-size:14px;justify-content:center}.admin-body .right-side .client-wrapper .merge-clientbox button.reset-btn:hover{background-color:initial;border:1px solid #eb8d37;color:#eb8d37}@media screen and (max-width:1050px){.admin-body .right-side .manage-client{padding:1rem}}@media screen and (max-width:800px){.admin-body .right-side .client-wrapper .merge-clientbox.expanded .details-body{display:flex;flex-direction:column}.admin-body .right-side .client-wrapper .merge-clientbox.expanded .details-body form{width:100%}}@media screen and (max-width:650px){.admin-body .right-side .manage-client .body-wrapper .table-wrapper table thead tr th{font-size:14px}.admin-body .right-side .manage-client .head h1{font-size:20px}.admin-body .right-side .manage-client .body-wrapper .head-block h3{font-size:16px}}@media screen and (max-width:520px){.admin-body .right-side .client-wrapper .merge-clientbox{height:100%;min-width:100%;width:100%}.admin-body .right-side .client-wrapper .close-it{font-size:12px;height:24px;right:10px;top:10px;width:24px}.admin-body .right-side .client-wrapper .merge-clientbox .head .close-create{opacity:0;pointer-events:none}}@media screen and (max-width:460px){.admin-body .right-side .manage-client .body-wrapper .adding-client{align-items:flex-start;flex-direction:column;gap:4px;padding:10px 0}.admin-body .right-side .manage-client .body-wrapper .adding-client .search-input{width:200px}.admin-body .right-side .client-wrapper .merge-clientbox form .inputs{flex-direction:column}}.admin-body .right-side .parking-lot{padding:2rem;width:100%}.admin-body .right-side .parking-lot .head h1{font-size:24px}.admin-body .right-side .parking-lot .head p{color:#00549a;font-size:15px;font-weight:500;margin-top:4px}.action ul{flex-direction:row}.admin-body .right-side .parking-lot .body-wrapper{width:100%}.admin-body .right-side .parking-lot .body-wrapper .head-block{align-items:center;background-color:#00549a;color:#fff;display:flex;justify-content:space-between;margin-top:16px;padding:10px;width:100%}.admin-body .right-side .parking-lot .body-wrapper .head-block h3{font-size:18px}.admin-body .right-side .parking-lot .body-wrapper .head-block .head-icons{align-items:center;display:flex;gap:6px}.admin-body .right-side .parking-lot .body-wrapper .head-block .head-icons .action-icon{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:16px;justify-content:center;padding:3px;width:16px}.admin-body .right-side .parking-lot .body-wrapper .head-block .head-icons .action-icon.refresh{background-color:#eb8d37}.admin-body .right-side .parking-lot .body-wrapper .head-block .head-icons .action-icon.close{background-color:#e02d2d}.admin-body .right-side .parking-lot .body-wrapper .adding-client{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:10px;width:100%}.admin-body .right-side .parking-lot .body-wrapper .adding-client button.add{align-items:center;background-color:#00549a;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;gap:10px;height:35px;justify-content:center;outline:none;transition:all .25s ease-in-out;width:150px}.admin-body .right-side .parking-lot .body-wrapper .adding-client a{font-family:inherit;font-weight:500;text-decoration:none}.admin-body .right-side .parking-lot .body-wrapper .adding-client button.add:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.admin-body .right-side .parking-lot .body-wrapper .adding-client .selection{align-items:center;display:flex;gap:6px}.admin-body .right-side .parking-lot .body-wrapper .adding-client .selection label{font-size:15px;font-weight:500}.admin-body .right-side .parking-lot .body-wrapper .adding-client .selection select{border:1px solid #8d8c8c;border-radius:4px;color:#424242;font-family:inherit;font-size:14px;font-weight:500;height:35px;outline:none;width:250px}.admin-body .right-side .parking-lot .body-wrapper .adding-client .selection select option{background-color:#424242;color:#fff}.admin-body .right-side .parking-lot .body-wrapper .adding-client .selection select:focus{border:1.5px solid #00549a}.admin-body .right-side .parking-lot .body-wrapper .adding-client .search-input{align-items:center;border:1px solid #8d8c8c;border-radius:4px;color:#8d8c8c;display:flex;font-size:14px;gap:4px;height:35px;outline:none;padding:4px 10px;width:300px}.admin-body .right-side .parking-lot .body-wrapper .adding-client .search-input input{border:none;font-family:inherit;font-weight:500;height:100%;outline:none;width:100%}.admin-body .right-side .parking-lot .body-wrapper .adding-client .search-input input::placeholder{color:#8d8c8c}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper{margin-top:16px;overflow-x:auto;width:100%}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper.popUp{height:0}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table{border-collapse:collapse;width:100%}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table thead tr{background-color:#00549a80;color:#fff}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table thead tr th{font-size:16px;font-weight:600;padding:8px;text-align:left}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody{width:100%}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody tr{cursor:pointer;transition:all .15s ease-in-out;width:100%}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody tr:nth-child(odd){background-color:#00549a0d}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody tr:nth-child(2n){background-color:#00549a26}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody tr:hover{background-color:#00549a1a}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody tr td{font-size:14px;font-weight:500;padding:8px;width:12%}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody tr td ul{list-style:none}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody tr td ul.details li.name{color:#000}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody tr td ul.details li.address{color:#000;font-style:italic;font-weight:400}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody tr td ul.details li.tel{color:#000;display:flex;flex-direction:column}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody tr td ul.details li.email span,.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody tr td ul.details li.tel span{color:#00549a;font-weight:600}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody tr td ul.details li.email{color:#000;display:flex;flex-direction:column;width:30px}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody tr td ul li{color:#00549a;cursor:pointer;margin-top:8px}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody tr td ul li.delete{color:#e02d2d}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody tr td ul li:hover{color:#8d8c8c}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody tr td.active{color:#00b67a}.admin-body .right-side .parking-lot .body-wrapper .table-wrapper table tbody tr td.inactive{color:#e02d2d}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form{width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new{background-color:#fff;bottom:0;left:0;min-height:100vh;opacity:0;overflow-y:scroll;padding:0 0 16px;position:fixed;right:0;top:-1700px;transition:all .3s ease-in-out;width:100%;z-index:-20}.admin-body .right-side .parking-lot .body-wrapper .create-new.show{opacity:1;top:0;z-index:9999}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .head{align-items:center;background-color:#00549a;color:#fff;display:flex;justify-content:space-between;padding:10px;width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .head h3{font-size:16px}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .head .head-icon:hover{color:#eb8d37;cursor:pointer}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form{align-items:center;display:flex;flex-direction:column;padding:0 5rem;width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .another-section,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .parking-info{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-top:16px;width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .another-section .check{align-items:center;display:flex;gap:10px;width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .another-section .check label{font-size:16px;font-weight:600}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .left-side{width:50%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .inputs{align-items:center;display:flex;gap:5px;margin-top:10px;width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .input{display:flex;flex-direction:column;gap:6px;margin-top:10px;width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .input label{font-size:14px;font-weight:500}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .body .createDate .input input,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .create-lotSize .input input,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .create-lotSize .input select,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .input input,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .input select{border:1px solid #424242;border-radius:4px;font-family:inherit;height:35px;outline:none;padding:8px;width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .body .createDate .input:focus,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .create-lotSize .input input:focus,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .create-lotSize .input select:focus,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .create-lotSize .input textarea:focus,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .input input:focus,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .input select:focus,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .input textarea:focus{border:1.5px solid #00549a}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .input select option{background-color:#424242;color:#fff}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .another-section .head-input{width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .create-lotSize .input textarea,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .input textarea{border:1px solid #424242;border-radius:4px;font-family:inherit;height:120px;outline:none;padding:8px;width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .create-lotSize .input select option{background-color:#424242;color:#fff}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .right-side{width:50%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .another-section h2{font-size:16px;margin-top:12px}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form p.error{color:#e02d2d;font-size:14px;font-weight:500;margin-top:12px}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .body .createDate button.savebtn,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .btns button.savebtn,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form button.savebtn{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:inherit;font-weight:500;height:35px;margin-top:20px;outline:none;transition:all .25s ease-in-out;width:200px}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .body .createDate button.savebtn:hover,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .btns button.savebtn:hover,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form button.savebtn:hover{background:#0000;border:1px solid #00549a;color:#00549a}.ql-container.ql-snow{height:200px}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .details{padding:16px;width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .details .rows{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-top:16px;width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .details h3{font-size:18px}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .details .rows .row{align-items:center;border-bottom:1px solid #00549a;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-top:12px;padding-bottom:5px;width:48%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .details .rows .row p.title{font-size:14px;font-weight:500}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .details .rows .row p.answer{color:#494949;font-size:14px;font-weight:600}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .btns{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;padding:16px;width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .btns p,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form p.create{align-items:center;background-color:#00549a;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:14px;font-weight:500;height:35px;justify-content:center;margin-top:20px;outline:none;transition:all .25s ease-in-out;width:250px}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form p.create{margin:16px}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .btns p:hover,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form p.create:hover{background:#0000;border:1px solid #00549a;color:#00549a}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .table-wrapper{margin-top:16px;overflow-x:auto;padding:0 16px;width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .body{padding:16px;width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form.create-lotSize .inputs{align-items:flex-start;display:flex;flex-direction:column}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .body .createDate .input{display:flex;flex-direction:column;gap:4px;margin-top:12px;width:60%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form.create-lotSize .input{width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .body .createDate .input label{font-size:15px;font-weight:500}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .body h3{font-size:16px}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .table-wrapper table{border-collapse:collapse;width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .table-wrapper table thead tr{background-color:#00549a80;color:#fff}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .table-wrapper table thead tr th{font-size:16px;font-weight:600;padding:8px;text-align:left}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .table-wrapper table tbody{width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .table-wrapper table tbody tr{cursor:pointer;transition:all .15s ease-in-out;width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .table-wrapper table tbody tr:nth-child(odd){background-color:#00549a0d}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .table-wrapper table tbody tr:nth-child(2n){background-color:#00549a26}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .table-wrapper table tbody tr:hover{background-color:#00549a1a}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .table-wrapper table tbody tr td{font-size:14px;font-weight:500;padding:8px}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .table-wrapper table tbody tr td.edit{color:#00549a;cursor:pointer;font-weight:600}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .table-wrapper table tbody tr td ul li.delete{color:#e02d2d}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .create-lotSize{padding:16px;width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .create-lotSize p.create{width:300px}@media screen and (max-width:1280px){.admin-body .right-side .parking-lot{padding:1rem}}@media screen and (max-width:936px){.admin-body .right-side .parking-lot .body-wrapper .adding-client .selection{align-items:flex-start;flex-direction:column}.admin-body .right-side .parking-lot .body-wrapper .adding-client{align-items:flex-end}}@media screen and (max-width:600px){.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .another-section,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .inputs,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .parking-info{flex-direction:column}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .left-side,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form .right-side{width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .details .rows{align-items:flex-start;flex-direction:column}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .body .createDate .input,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .create-lotSize .input,.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form .details .rows .row{width:100%}.admin-body .right-side .parking-lot .body-wrapper .create-new .main-form form{padding:1rem}}@media screen and (max-width:360px){.admin-body .right-side .parking-lot .body-wrapper .adding-client .selection select{width:100%}}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.admin-body .right-side .reserves{padding:2rem;width:100%}.admin-body .right-side .reserves .head h1{font-size:24px}.admin-body .right-side .reserves .head p{color:#00549a;font-size:15px;font-weight:500;margin-top:4px}.admin-body .right-side .reserves .body-wrapper{overflow:hidden;transition:all .7s ease-in-out;width:100%}.admin-body .right-side .reserves .body-wrapper .head-block{align-items:center;background-color:#00549a;color:#fff;display:flex;justify-content:space-between;margin-top:16px;padding:10px;width:100%}.admin-body .right-side .reserves .body-wrapper .head-block h3{font-size:18px}.admin-body .right-side .reserves .body-wrapper .head-block .head-icons{align-items:center;display:flex;gap:6px}.admin-body .right-side .reserves .body-wrapper .head-block .head-icons .action-icon{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:16px;justify-content:center;padding:3px;width:16px}.admin-body .right-side .reserves .body-wrapper .head-block .head-icons .action-icon.refresh{background-color:#eb8d37}.admin-body .right-side .reserves .body-wrapper .head-block .head-icons .action-icon.close{background-color:#e02d2d}.admin-body .right-side .reserves .body-wrapper .search-reserve{align-items:flex-end;display:flex;flex-wrap:wrap;gap:10px;padding:10px;width:100%}.admin-body .right-side .reserves .body-wrapper .search-reserve .input{display:flex;flex-direction:column;gap:4px}.admin-body .right-side .reserves .body-wrapper .search-reserve .input label{font-size:14px;font-weight:500}.admin-body .right-side .reserves .body-wrapper .search-reserve .input select,.admin-body .right-side .reserves .body-wrapper .search-reserve input{border:1px solid #494949;border-radius:4px;font-family:inherit;font-weight:500;height:35px;outline:none;padding:8px;width:250px}.admin-body .right-side .reserves .body-wrapper .search-reserve .input select:focus,.admin-body .right-side .reserves .body-wrapper .search-reserve input:focus{border:1.5px solid #00549a}.admin-body .right-side .reserves .body-wrapper .table-wrapper{margin-top:16px;overflow-x:auto;width:100%}.admin-body .right-side .reserves .body-wrapper .table-wrapper.popUp{height:50vh}.admin-body .right-side .reserves .body-wrapper .table-wrapper table{border-collapse:collapse;width:100%}.admin-body .right-side .reserves .body-wrapper .table-wrapper table thead tr{background-color:#00549a80;color:#fff}.admin-body .right-side .reserves .body-wrapper .table-wrapper table thead tr th{font-size:16px;font-weight:600;padding:8px;text-align:left}.admin-body .right-side .reserves .body-wrapper .table-wrapper table tbody{width:100%}.admin-body .right-side .reserves .body-wrapper .table-wrapper table tbody tr{cursor:pointer;transition:all .15s ease-in-out;width:100%}.admin-body .right-side .reserves .body-wrapper .table-wrapper table tbody tr:nth-child(odd){background-color:#00549a0d}.admin-body .right-side .reserves .body-wrapper .table-wrapper table tbody tr:nth-child(2n){background-color:#00549a26}.admin-body .right-side .reserves .body-wrapper .table-wrapper table tbody tr:hover{background-color:#00549a1a}.admin-body .right-side .reserves .body-wrapper .table-wrapper table tbody tr td{font-size:14px;font-weight:500;padding:16px}.admin-body .right-side .reserves .body-wrapper .table-wrapper table tbody tr td.open{color:#00b67a}.admin-body .right-side .reserves .body-wrapper .table-wrapper table tbody tr td.close{color:#eb8d37}.admin-body .right-side .reserves .body-wrapper .table-wrapper table tbody tr td.canceled{color:#e02d2d}.admin-body .right-side .reserves .body-wrapper .table-wrapper table tbody tr td.table-reserves{color:#00549a;cursor:pointer;font-weight:600;transition:all .15s ease-in-out}.admin-body .right-side .reserves .body-wrapper .table-wrapper table tbody tr td.table-reserves:hover{color:#494949}.admin-body .right-side .reserves .body-wrapper .pagination{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:24px;width:100%}.admin-body .right-side .reserves .body-wrapper .pagination button,.search-btn{background:#00549a;border:none;border-radius:3px;color:#fff;cursor:pointer;font-family:inherit;font-weight:500;height:30px;transition:all .2s ease-in-out;width:100px}.admin-body .right-side .reserves .body-wrapper .pagination button:hover,.search-btn:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.admin-body .right-side .reserve-wrapper{align-items:center;background-color:#000000b3;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;min-height:100vh;opacity:0;position:fixed;right:0;top:-1200px;transition:all .3s ease-in-out;width:100%;z-index:-20}.admin-body .right-side .reserve-wrapper.active{opacity:1;top:0;z-index:9999}.admin-body .right-side .reserve-wrapper .close-it{align-items:center;background-color:#eb8d37;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:24px;justify-content:center;transition:all .25s ease-in-out;width:24px}.admin-body .right-side .reserve-wrapper .close-it:hover{background-color:#e02d2d}.admin-body .right-side .reserve-wrapper .create-account{background-color:#fff;border-radius:0;height:100%;min-width:500px;transition:all .3s ease-in-out;width:100%}.admin-body .right-side .reserve-wrapper .create-account .create-header{align-items:center;background-color:#00549a;border-radius:0;color:#fff;display:flex;justify-content:space-between;padding:8px 16px;width:100%}.admin-body .right-side .reserve-wrapper .create-account .create-header h3{font-size:16px}.admin-body .right-side .reserve-wrapper .create-account .create-header .close-create{cursor:pointer;transition:all .3s ease-in-out}.admin-body .right-side .reserve-wrapper .create-account .create-header .close-create:hover{color:#eb8d37}.admin-body .right-side .reserve-wrapper .create-account .all{padding:16px;width:100%}.admin-body .right-side .reserve-wrapper .create-account .all h3{font-size:18px}.admin-body .right-side .reserve-wrapper .create-account .all .reservations{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-top:12px;padding-bottom:5px;width:100%}.admin-body .right-side .reserve-wrapper .create-account .all .reservations .reservation{background-color:#00549a0d;border-radius:10px;padding:16px;width:48%}.admin-body .right-side .reserve-wrapper .create-account .all .reservations .reservation h3{font-size:18px}.admin-body .right-side .reserve-wrapper .create-account .all .reservations .reservation .row{align-items:flex-end;display:flex;flex-direction:column;margin-top:16px;width:100%}.admin-body .right-side .reserve-wrapper .create-account .all .reservations .reservation .row .rows{align-items:center;border-bottom:1px solid #8d8c8c;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:space-between;margin-top:12px;padding-bottom:4px;width:100%}.admin-body .right-side .reserve-wrapper .create-account .all .reservations .reservation .row .rows p.title{font-size:14px;font-weight:500}.admin-body .right-side .reserve-wrapper .create-account .all .reservations .reservation .row .rows p.answer{color:#494949;font-size:14px;font-weight:600}.admin-body .right-side .reserve-wrapper .create-account .all .reservations .reservation .row .rows p.answer.paid-online{color:#00549a;font-weight:700}.admin-body .right-side .reserve-wrapper .create-account .all .reservations .reservation .row .rows p.answer.due{color:#e02d2d;font-weight:700}.admin-body .right-side .reserve-wrapper .create-account .all .reservations .reservation .row .rows p.answer.total{color:#00b67a;font-weight:700}.admin-body .right-side .reserve-wrapper .create-account .all .reservations .reservation .row .btns{align-items:center;display:flex;flex-wrap:wrap;gap:4px;margin-top:10px}.admin-body .right-side .reserve-wrapper .create-account .all .reservations .reservation .row .btns button{background:#00549a;border:none;border-radius:3px;color:#fff;cursor:pointer;font-family:inherit;font-weight:500;padding:6px;transition:all .2s ease-in-out}.admin-body .right-side .reserve-wrapper .create-account .all .reservations .reservation .row .btns button:hover{background:#0000;border:1px solid #00549a;color:#00549a}.admin-body .right-side .reserve-wrapper .create-account .info .reserve-info .each-reserve p.title{font-size:14px;font-weight:500}.admin-body .right-side .reserve-wrapper .create-account .info .reserve-info .each-reserve p.answer{color:#494949;font-size:14px;font-weight:600}.admin-body .right-side .reserve-wrapper .create-account .info .reserve-info .each-reserve p.answer.open,.admin-body .right-side .reserve-wrapper .create-account .info .reserve-info .each-reserve p.answer.total{color:#00b67a}.admin-body .right-side .reserve-wrapper .create-account .info .reserve-info .each-reserve p.answer.close{color:#eb8d37}.admin-body .right-side .reserve-wrapper .create-account .info .reserve-info .each-reserve p.answer.canceled{color:#e02d2d}.admin-body .right-side .reserve-wrapper .create-account .info .buttons{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:16px;width:100%}.admin-body .right-side .reserve-wrapper .create-account .info .buttons button{background-color:#00549a;border:none;color:#f1f1f1;cursor:pointer;font-family:inherit;font-weight:500;height:30px;outline:none;transition:all .2s ease-in-out;width:150px}.admin-body .right-side .reserve-wrapper .create-account .info .buttons button:hover{background:#0000;border:1px solid #00549a;color:#00549a}.pop-up-cancel{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;opacity:1;position:fixed;top:-800px;transition:all .25s ease-in-out;width:100%}.pop-up-cancel.show{opacity:1;top:0}.pop-up-cancel .wrapper{background-color:#fff;border-radius:20px;width:500px}.pop-up-cancel .wrapper .head{align-items:center;background-color:#00549a;color:#fff;display:flex;justify-content:space-between;padding:10px;width:100%}.pop-up-cancel .wrapper .head .close-btn{align-items:center;background-color:#eb8d37;border-radius:50%;cursor:pointer;display:flex;height:30px;justify-content:center;transition:all .25s ease-in-out;width:30px}.pop-up-cancel .wrapper .head .close-btn:hover{background-color:#e02d2d}.pop-up-cancel .wrapper .body{padding:1rem;width:100%}.pop-up-cancel .wrapper .body p{margin-top:10px}.pop-up-cancel .wrapper .body .input label,.pop-up-cancel .wrapper .body p{font-size:14px;font-weight:500}.pop-up-cancel .wrapper .body .input{display:flex;flex-direction:column;gap:4px;margin-top:10px;width:100%}.pop-up-cancel .wrapper .body .input textarea{border:1px solid #8d8c8c;height:100px;outline:none;padding:10px;width:100%}.pop-up-cancel .wrapper .body .input textarea:focus{border:1px solid #00549a}.pop-up-cancel .wrapper .body .btns{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-top:10px;width:100%}.pop-up-cancel .wrapper .body .btns button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:inherit;font-size:14px;outline:none;padding:6px;transition:all .25s ease-in-out}.pop-up-cancel .wrapper .body .btns button:hover{background:#0000;border:1px solid #00549a;color:#00549a}.pop-up-cancel .wrapper .body .btns p.goBack{align-items:center;background-color:#eb8d37;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:12px;font-weight:600;height:35px;justify-content:center;outline:none;transition:all .25s ease-in-out;width:150px}.pop-up-cancel .wrapper .body .btns p.goBack:hover{background-color:initial;border:1px solid #e02d2d;color:#e02d2d}@media screen and (max-width:1170px){.admin-body .right-side .reserves{padding:1rem}}@media screen and (max-width:825px){.admin-body .right-side .reserve-wrapper .create-account .all .reservations{flex-direction:column}.admin-body .right-side .reserve-wrapper .create-account .all .reservations .reservation{width:100%}.admin-body .right-side .reserve-wrapper .create-account .all .reservations .reservation h3{font-size:16px}}@media screen and (max-width:650px){.admin-body .right-side .reserves .body-wrapper .table-wrapper table thead tr th{font-size:14px}.admin-body .right-side .reserves .head h1{font-size:20px}.admin-body .right-side .reserves .body-wrapper .head-block h3{font-size:16px}.admin-body .right-side .reserve-wrapper .create-account{border-radius:0;height:100%;min-width:100%;width:100%}.admin-body .right-side .reserve-wrapper .create-account .create-header{border-radius:0}.admin-body .right-side .reserve-wrapper .close-it{font-size:14px;height:32px;top:8px;width:32px}.admin-body .right-side .reserve-wrapper .create-account .create-header .close-create{opacity:0;pointer-events:none}}@media screen and (max-width:450px){.admin-body .right-side .reserves{padding:1rem}.admin-body .right-side .reserve-wrapper .create-account .all .reservations .reservation .row .btns button{font-size:10px;overflow:hidden;width:80px}}.admin-body .right-side .manage-airport{padding:2rem;width:100%}.admin-body .right-side .manage-airport .head h1{font-size:24px}.admin-body .right-side .manage-airport .head p{color:#00549a;font-size:15px;font-weight:500;margin-top:4px}.admin-body .right-side .manage-airport .body-wrapper{overflow:hidden;width:100%}.admin-body .right-side .manage-airport .body-wrapper .head-block{align-items:center;background-color:#00549a;color:#fff;display:flex;justify-content:space-between;margin-top:16px;padding:10px;width:100%}.admin-body .right-side .manage-airport .body-wrapper .head-block h3{font-size:18px}.admin-body .right-side .manage-airport .body-wrapper .head-block .head-icons{align-items:center;display:flex;gap:6px}.admin-body .right-side .manage-airport .body-wrapper .head-block .head-icons .action-icon{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:16px;justify-content:center;padding:3px;width:16px}.admin-body .right-side .manage-airport .body-wrapper .head-block .head-icons .action-icon.refresh{background-color:#eb8d37}.admin-body .right-side .manage-airport .body-wrapper .head-block .head-icons .action-icon.close{background-color:#e02d2d}.admin-body .right-side .manage-airport .body-wrapper .adding-client{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:10px;width:100%}.admin-body .right-side .manage-airport .body-wrapper .adding-client button{align-items:center;background-color:#00549a;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-weight:500;gap:10px;height:35px;justify-content:center;outline:none;transition:all .25s ease-in-out;width:150px}.admin-body .right-side .manage-airport .body-wrapper .adding-client button:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.admin-body .right-side .manage-airport .body-wrapper .adding-client .selection{align-items:center;display:flex;gap:6px}.admin-body .right-side .manage-airport .body-wrapper .adding-client .selection label{font-size:15px;font-weight:500}.admin-body .right-side .manage-airport .body-wrapper .adding-client .selection select{border:1px solid #8d8c8c;border-radius:4px;color:#424242;font-family:inherit;font-size:14px;font-weight:500;height:35px;outline:none;width:250px}.admin-body .right-side .manage-airport .body-wrapper .adding-client .selection select option{background-color:#424242;color:#fff}.admin-body .right-side .manage-airport .body-wrapper .adding-client .selection select:focus{border:1.5px solid #00549a}.admin-body .right-side .manage-airport .body-wrapper .adding-client .search-input{align-items:center;border:1px solid #8d8c8c;border-radius:4px;color:#8d8c8c;display:flex;font-size:14px;gap:4px;height:35px;outline:none;padding:4px 10px;width:300px}.admin-body .right-side .manage-airport .body-wrapper .adding-client .search-input input{border:none;font-family:inherit;font-weight:500;height:100%;outline:none;width:100%}.admin-body .right-side .manage-airport .body-wrapper .adding-client .search-input input::placeholder{color:#8d8c8c}.admin-body .right-side .manage-airport .body-wrapper .table-wrapper{margin-top:16px;overflow-x:auto;width:100%}.admin-body .right-side .manage-airport .body-wrapper .table-wrapper table{border-collapse:collapse;width:100%}.admin-body .right-side .manage-airport .body-wrapper .table-wrapper table thead tr{background-color:#00549a80;color:#fff}.admin-body .right-side .manage-airport .body-wrapper .table-wrapper table thead tr th{font-size:16px;font-weight:600;padding:8px;text-align:left}.admin-body .right-side .manage-airport .body-wrapper .table-wrapper table tbody{width:100%}.admin-body .right-side .manage-airport .body-wrapper .table-wrapper table tbody tr{cursor:pointer;transition:all .15s ease-in-out;width:100%}.admin-body .right-side .manage-airport .body-wrapper .table-wrapper table tbody tr:nth-child(odd){background-color:#00549a0d}.admin-body .right-side .manage-airport .body-wrapper .table-wrapper table tbody tr:nth-child(2n){background-color:#00549a26}.admin-body .right-side .manage-airport .body-wrapper .table-wrapper table tbody tr:hover{background-color:#00549a1a}.admin-body .right-side .manage-airport .body-wrapper .table-wrapper table tbody tr td{font-size:14px;font-weight:500;padding:16px}.admin-body .right-side .manage-airport .body-wrapper .table-wrapper table tbody tr td ul{list-style:none}.admin-body .right-side .manage-airport .body-wrapper .table-wrapper table tbody tr td ul li{color:#00549a;cursor:pointer;font-weight:500;margin-top:8px}.admin-body .right-side .manage-airport .body-wrapper .table-wrapper table tbody tr td ul li:hover{color:#8d8c8c}.admin-body .right-side .manage-airport .body-wrapper .table-wrapper table tbody tr td ul li.delete{color:#e02d2d}.admin-body .right-side .delete-wrapper .dialog .main .btns button{width:100px}@media screen and (max-width:1000px){.admin-body .right-side .manage-airport{padding:1rem}}@media screen and (max-width:650px){.admin-body .right-side .manage-airport .body-wrapper .table-wrapper table thead tr th{font-size:14px}.admin-body .right-side .manage-airport .head h1{font-size:20px}.admin-body .right-side .manage-airport .body-wrapper .head-block h3{font-size:16px}.admin-body .right-side .manage-airport .body-wrapper .adding-client .selection{align-items:flex-start;flex-direction:column}.admin-body .right-side .delete-wrapper .dialog{width:90%}}@media screen and (max-width:520px){.admin-body .right-side .manage-airport .body-wrapper .create-wrapper .create-account{overflow:hidden}.admin-body .right-side .create-wrapper .create-account{border-radius:0;height:100%;min-width:100%;width:100%}.admin-body .right-side .create-wrapper .create-account .create-header{border-radius:0}}.admin-body .right-side .corporate{padding:2rem;width:100%}.admin-body .right-side .corporate .head h1{font-size:24px}.admin-body .right-side .corporate .head p{color:#00549a;font-size:15px;font-weight:500;margin-top:4px}.admin-body .right-side .corporate .body-wrapper{max-height:9999px;overflow:hidden;transition:all .7s ease-in-out;width:100%}.admin-body .right-side .corporate .body-wrapper.closed{max-height:55px}.admin-body .right-side .corporate .body-wrapper .head-block{align-items:center;background-color:#00549a;color:#fff;display:flex;justify-content:space-between;margin-top:16px;padding:10px;width:100%}.admin-body .right-side .corporate .body-wrapper .head-block h3{font-size:18px}.admin-body .right-side .corporate .body-wrapper .head-block .head-icons{align-items:center;display:flex;gap:6px}.admin-body .right-side .corporate .body-wrapper .head-block .head-icons .action-icon{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:16px;justify-content:center;padding:3px;width:16px}.admin-body .right-side .corporate .body-wrapper .head-block .head-icons .action-icon.refresh{background-color:#eb8d37}.admin-body .right-side .corporate .body-wrapper .head-block .head-icons .action-icon.close{background-color:#e02d2d}.admin-body .right-side .corporate .body-wrapper .adding-client{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:10px;width:100%}.admin-body .right-side .corporate .body-wrapper .adding-client button{align-items:center;background-color:#00549a;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-weight:500;gap:10px;height:35px;justify-content:center;outline:none;transition:all .25s ease-in-out;width:150px}.admin-body .right-side .corporate .body-wrapper .adding-client button:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.admin-body .right-side .corporate .body-wrapper .adding-client .search-input{align-items:center;border:1px solid #8d8c8c;border-radius:4px;color:#8d8c8c;display:flex;font-size:14px;gap:4px;height:35px;outline:none;padding:4px 10px;width:300px}.admin-body .right-side .corporate .body-wrapper .adding-client .search-input input{border:none;font-family:inherit;font-weight:500;height:100%;outline:none;width:100%}.admin-body .right-side .corporate .body-wrapper .adding-client .search-input input::placeholder{color:#8d8c8c}.admin-body .right-side .corporate .body-wrapper .table-wrapper table{border-collapse:collapse;width:100%}.admin-body .right-side .corporate .body-wrapper .table-wrapper table thead tr{background-color:#00549a80;color:#fff}.admin-body .right-side .corporate .body-wrapper .table-wrapper table thead tr th{font-size:16px;font-weight:600;padding:8px;text-align:left}.admin-body .right-side .corporate .body-wrapper .table-wrapper table tbody{width:100%}.admin-body .right-side .corporate .body-wrapper .table-wrapper table tbody tr{cursor:pointer;transition:all .15s ease-in-out;width:100%}.admin-body .right-side .corporate .body-wrapper .table-wrapper table tbody tr:nth-child(odd){background-color:#00549a0d}.admin-body .right-side .corporate .body-wrapper .table-wrapper table tbody tr:nth-child(2n){background-color:#00549a26}.admin-body .right-side .corporate .body-wrapper .table-wrapper table tbody tr:hover{background-color:#00549a1a}.admin-body .right-side .corporate .body-wrapper .table-wrapper table tbody tr td{font-size:14px;font-weight:500;padding:16px}.admin-body .right-side .corporate .body-wrapper .table-wrapper table tbody tr td ul{list-style:none}.admin-body .right-side .corporate .body-wrapper .table-wrapper table tbody tr td ul li{color:#00549a;cursor:pointer;margin-top:4px}.admin-body .right-side .corporate .body-wrapper .table-wrapper table tbody tr td ul li:hover{color:#8d8c8c}.admin-body .right-side .corporate .body-wrapper .table-wrapper table tbody tr td ul li.delete{color:#e02d2d}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account{padding-bottom:16px;width:800px}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account.expanded{width:100%}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account form .inputs{align-items:flex-start;display:flex}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account form p.note{color:#eb8d37;font-size:14px;font-weight:500}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account form button{width:200px}.admin-body .right-side .corporate .body-wrapper .table-wrapper{margin-top:16px;overflow-x:auto;padding:0 16px;width:100%}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account .table-wrapper{margin-top:16px;overflow-x:auto;width:100%}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account .table-wrapper table{border-collapse:collapse;width:100%}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account p.goBack{align-items:center;background-color:#eb8d37;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:14px;font-weight:600;height:35px;justify-content:center;margin:16px;outline:none;transition:all .25s ease-in-out;width:150px}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account p.goBack:hover{background-color:initial;border:1px solid #e02d2d;color:#e02d2d}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account .table-wrapper table thead tr{background-color:#00549a80;color:#fff}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account .table-wrapper table thead tr th{font-size:14px;font-weight:600;padding:8px;text-align:left}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account .table-wrapper table tbody{width:100%}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account .table-wrapper table tbody tr{cursor:pointer;transition:all .15s ease-in-out;width:100%}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account .table-wrapper table tbody tr:nth-child(odd){background-color:#00549a0d}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account .table-wrapper table tbody tr:nth-child(2n){background-color:#00549a26}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account .table-wrapper table tbody tr:hover{background-color:#00549a1a}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account .table-wrapper table tbody tr td{font-size:14px;font-weight:500;padding:16px}@media screen and (max-width:1235px){.admin-body .right-side .corporate{padding:1rem}}@media screen and (max-width:820px){.admin-body .right-side .create-wrapper .create-account{border-radius:0;height:100%;min-width:100%;width:100%}.admin-body .right-side .corporate .body-wrapper .create-wrapper .create-account .create-header .close-create{opacity:0;pointer-events:none;z-index:-30}.admin-body .right-side .corporate .body-wrapper .create-wrapper .close-it{font-size:14px;height:24px;top:8px;width:24px}.admin-body .right-side .create-wrapper .create-account .create-header{border-radius:0}}@media screen and (max-width:650px){.admin-body .right-side .corporate .body-wrapper .table-wrapper table thead tr th{font-size:14px}.admin-body .right-side .corporate .head h1{font-size:20px}.admin-body .right-side .corporate .body-wrapper .head-block h3{font-size:16px}.admin-body .right-side .delete-wrapper .dialog{width:90%}}.admin-body .right-side .travel-agency{padding:2rem;width:100%}.admin-body .right-side .travel-agency .head h1{font-size:24px}.admin-body .right-side .travel-agency .head p{color:#00549a;font-size:15px;font-weight:500;margin-top:4px}.admin-body .right-side .travel-agency .body-wrapper{max-height:9999px;overflow:hidden;transition:all .7s ease-in-out;width:100%}.admin-body .right-side .travel-agency .body-wrapper.closed{max-height:55px}.admin-body .right-side .travel-agency .body-wrapper .head-block{align-items:center;background-color:#00549a;color:#fff;display:flex;justify-content:space-between;margin-top:16px;padding:10px;width:100%}.admin-body .right-side .travel-agency .body-wrapper .head-block h3{font-size:18px}.admin-body .right-side .travel-agency .body-wrapper .head-block .head-icons{align-items:center;display:flex;gap:6px}.admin-body .right-side .travel-agency .body-wrapper .head-block .head-icons .action-icon{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:16px;justify-content:center;padding:3px;width:16px}.admin-body .right-side .travel-agency .body-wrapper .head-block .head-icons .action-icon.refresh{background-color:#eb8d37}.admin-body .right-side .travel-agency .body-wrapper .head-block .head-icons .action-icon.close{background-color:#e02d2d}.admin-body .right-side .travel-agency .body-wrapper .adding-client button{align-items:center;background-color:#00549a;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-weight:500;gap:10px;height:35px;justify-content:center;margin-top:16px;outline:none;transition:all .25s ease-in-out;width:150px}.admin-body .right-side .travel-agency .body-wrapper .adding-client button:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.admin-body .right-side .travel-agency .body-wrapper .table-wrapper{margin-top:16px;overflow-x:auto;width:100%}.admin-body .right-side .travel-agency .body-wrapper .table-wrapper table{border-collapse:collapse;margin-top:16px;width:100%}.admin-body .right-side .travel-agency .body-wrapper .table-wrapper table thead tr{background-color:#00549a80;color:#fff}.admin-body .right-side .travel-agency .body-wrapper .table-wrapper table thead tr th{font-size:16px;font-weight:600;padding:8px;text-align:left}.admin-body .right-side .travel-agency .body-wrapper .table-wrapper table tbody{width:100%}.admin-body .right-side .travel-agency .body-wrapper .table-wrapper table tbody tr{cursor:pointer;transition:all .15s ease-in-out;width:100%}.admin-body .right-side .travel-agency .body-wrapper .table-wrapper table tbody tr:nth-child(odd){background-color:#00549a0d}.admin-body .right-side .travel-agency .body-wrapper .table-wrapper table tbody tr:nth-child(2n){background-color:#00549a26}.admin-body .right-side .travel-agency .body-wrapper .table-wrapper table tbody tr:hover{background-color:#00549a1a}.admin-body .right-side .travel-agency .body-wrapper .table-wrapper table tbody tr td{font-size:14px;font-weight:500;padding:16px}.admin-body .right-side .travel-agency .body-wrapper .table-wrapper table tbody tr td ul{list-style:none}.admin-body .right-side .travel-agency .body-wrapper .table-wrapper table tbody tr td ul li{color:#00549a;cursor:pointer;margin-top:4px}.admin-body .right-side .travel-agency .body-wrapper .table-wrapper table tbody tr td ul li:hover{color:#8d8c8c}.admin-body .right-side .travel-agency .body-wrapper .table-wrapper table tbody tr td ul li.delete{color:#e02d2d}.admin-body .right-side .travel-agency .body-wrapper .agency-commission{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;min-height:100vh;opacity:0;position:fixed;right:0;top:-1200px;transition:all .3s ease-in-out;width:100%;z-index:-20}.admin-body .right-side .travel-agency .body-wrapper .agency-commission.active{opacity:1;top:0;z-index:70}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form{background-color:#fff;padding-bottom:20px;width:600px}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-header{align-items:center;background-color:#00549a;color:#fff;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:8px 16px;width:100%}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-header .btns{align-items:center;display:flex;gap:12px}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-header .btns button{background-color:initial;border:1px solid #fff;color:#fff;cursor:pointer;font-family:inherit;font-weight:500;height:35px;outline:none;transition:all .25s ease-in-out;width:250px}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-header .btns button:hover{background:#fff;border:none;color:#00549a}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-header .btns svg{cursor:pointer;font-size:20px;transition:all .15s ease-in-out}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-header .btns svg:hover{color:#eb8d37}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .table-container{border-collapse:collapse;margin-top:16px;overflow-x:auto;padding:0 16px;width:100%}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .table-container table{border-collapse:collapse;width:100%}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .table-container table thead tr{background-color:#00549a80;color:#fff}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .table-container table thead tr th{font-size:16px;font-weight:600;padding:8px;text-align:left}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .table-container table tbody{width:100%}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .table-container table tbody tr{cursor:pointer;transition:all .15s ease-in-out;width:100%}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .table-container table tbody tr:nth-child(odd){background-color:#00549a0d}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .table-container table tbody tr:nth-child(2n){background-color:#00549a26}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .table-container table tbody tr:hover{background-color:#00549a1a}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .table-container table tbody tr td{font-size:14px;font-weight:500;padding:16px}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .table-container table tbody tr td ul{list-style:none}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .table-container table tbody tr td ul li{color:#00549a;cursor:pointer;margin-top:4px}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .table-container table tbody tr td ul li:hover{color:#8d8c8c}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .table-container table tbody tr td ul li.delete{color:#e02d2d}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-agency{padding:16px;width:100%}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-agency .input{display:flex;flex-direction:column;gap:5px;margin-top:10px;width:100%}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-agency .input label{font-size:15px;font-weight:500}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-agency .input input{border:1px solid #494949;border-radius:4px;font-family:inherit;height:35px;outline:none;padding-left:10px;width:200px}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-agency .input select{border:1px solid #494949;border-radius:4px;font-family:inherit;height:35px;outline:none;padding-left:10px;width:100%}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-agency .input input:focus,.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-agency .input select:focus{border:1.5px solid #00549a}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-agency .input p{color:#eb8d37;font-size:13px;font-weight:600}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-agency .btn-back{align-items:center;display:flex;font-size:14px;gap:12px;justify-content:space-between;margin-top:12px;width:100%}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-agency .btn-back button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:inherit;height:35px;outline:none;transition:all .2s ease-in-out;width:150px}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-agency .btn-back button:hover{background:#0000;border:1px solid #00549a;color:#00549a}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-agency .btn-back p{color:#e02d2d;cursor:pointer;font-weight:600;transition:all .2s ease-in-out}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form .create-agency .btn-back p:hover{color:#494949}.admin-body .right-side .delete-wrapper .dialog .main .btns button{width:150px}@media screen and (max-width:1250px){.admin-body .right-side .travel-agency{padding:1rem}}@media screen and (max-width:820px){.admin-body .right-side .travel-agency .body-wrapper .create-wrapper .close-it{font-size:14px;height:24px;top:8px;width:24px}.admin-body .right-side .travel-agency .body-wrapper .create-wrapper .create-account .create-header .close-create{opacity:0;pointer-events:none}}@media screen and (max-width:650px){.admin-body .right-side .travel-agency .body-wrapper .table-wrapper table thead tr th{font-size:14px}.admin-body .right-side .travel-agency .head h1{font-size:20px}.admin-body .right-side .travel-agency .body-wrapper .head-block h3{font-size:16px}.admin-body .right-side .travel-agency .body-wrapper .agency-commission .real-form{height:100%;width:100%}.admin-body .right-side .delete-wrapper .dialog{width:90%}}@media screen and (max-width:520px){.admin-body .right-side .travel-agency .body-wrapper .create-wrapper .create-account{overflow:hidden;overflow-y:scroll}.admin-body .right-side .travel-agency .body-wrapper .table-wrapper.hide{height:0}}.admin-body .right-side .manage-discount{padding:2rem;width:100%}.admin-body .right-side .manage-discount .head h1{font-size:24px}.admin-body .right-side .manage-discount .head p{color:#00549a;font-size:15px;font-weight:500;margin-top:4px}.admin-body .right-side .manage-discount .body-wrapper{max-height:9999px;overflow:hidden;transition:all .7s ease-in-out;width:100%}.admin-body .right-side .manage-discount .body-wrapper.closed{max-height:55px}.admin-body .right-side .manage-discount .body-wrapper .head-block{align-items:center;background-color:#00549a;color:#fff;display:flex;justify-content:space-between;margin-top:16px;padding:10px;width:100%}.admin-body .right-side .manage-discount .body-wrapper .head-block h3{font-size:18px}.admin-body .right-side .manage-discount .body-wrapper .head-block .head-icons{align-items:center;display:flex;gap:6px}.admin-body .right-side .manage-discount .body-wrapper .head-block .head-icons .action-icon{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:16px;justify-content:center;padding:3px;width:16px}.admin-body .right-side .manage-discount .body-wrapper .head-block .head-icons .action-icon.refresh{background-color:#eb8d37}.admin-body .right-side .manage-discount .body-wrapper .head-block .head-icons .action-icon.close{background-color:#e02d2d}.admin-body .right-side .manage-discount .body-wrapper .adding-client{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:10px 0;width:100%}.admin-body .right-side .manage-discount .body-wrapper .adding-client button{align-items:center;background-color:#00549a;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-weight:500;gap:10px;height:35px;justify-content:center;outline:none;transition:all .25s ease-in-out;width:180px}.admin-body .right-side .manage-discount .body-wrapper .adding-client button:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.admin-body .right-side .manage-discount .body-wrapper .table-wrapper{margin-top:16px;overflow-x:auto;width:100%}.admin-body .right-side .manage-discount .body-wrapper .table-wrapper table{border-collapse:collapse;width:100%}.admin-body .right-side .manage-discount .body-wrapper .table-wrapper table thead tr{background-color:#00549a80;color:#fff}.admin-body .right-side .manage-discount .body-wrapper .table-wrapper table thead tr th{font-size:16px;font-weight:600;padding:8px;text-align:left}.admin-body .right-side .manage-discount .body-wrapper .table-wrapper table tbody{width:100%}.admin-body .right-side .manage-discount .body-wrapper .table-wrapper table tbody tr{cursor:pointer;transition:all .15s ease-in-out;width:100%}.admin-body .right-side .manage-discount .body-wrapper .table-wrapper table tbody tr:nth-child(odd){background-color:#00549a0d}.admin-body .right-side .manage-discount .body-wrapper .table-wrapper table tbody tr:nth-child(2n){background-color:#00549a26}.admin-body .right-side .manage-discount .body-wrapper .table-wrapper table tbody tr:hover{background-color:#00549a1a}.admin-body .right-side .manage-discount .body-wrapper .table-wrapper table tbody tr td{font-size:14px;font-weight:500;padding:16px}.admin-body .right-side .manage-discount .body-wrapper .table-wrapper table tbody tr td ul{list-style-type:none}.admin-body .right-side .manage-discount .body-wrapper .table-wrapper table tbody tr td ul li{color:#00549a;cursor:pointer;font-weight:600;margin-top:10px;transition:all .2s ease-in-out}.admin-body .right-side .manage-discount .body-wrapper .table-wrapper table tbody tr td ul li:hover{color:#494949}.admin-body .right-side .manage-discount .body-wrapper .table-wrapper table tbody tr td ul li.delete{color:#e02d2d}.admin-body .right-side .delete-wrapper{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:-1200px;transition:all .3s ease-in-out;width:100%}.admin-body .right-side .delete-wrapper.show{top:0}.admin-body .right-side .delete-wrapper .dialog{background-color:#fff;border-radius:10px;width:500px}.admin-body .right-side .delete-wrapper .dialog .head{align-items:center;background-color:#00549a;border-top-left-radius:10px;border-top-right-radius:10px;color:#fff;display:flex;justify-content:space-between;padding:10px;width:100%}.admin-body .right-side .delete-wrapper .dialog .head svg{cursor:pointer;transition:all .2s ease-in-out}.admin-body .right-side .delete-wrapper .dialog .head svg:hover{color:#e02d2d}.admin-body .right-side .delete-wrapper .dialog .main{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:10px;width:100%}.admin-body .right-side .delete-wrapper .dialog .main h3{font-size:17px}.admin-body .right-side .delete-wrapper .dialog .main p{color:#e02d2d;font-size:14px;font-weight:500;margin:16px 0}.admin-body .right-side .delete-wrapper .dialog .main .btns{align-items:center;display:flex;gap:16px;margin-top:10px}.admin-body .right-side .delete-wrapper .dialog .main .btns p{color:#00549a;cursor:pointer;font-weight:600;margin:0}.admin-body .right-side .delete-wrapper .dialog .main .btns button{background-color:#e02d2d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:inherit;height:30px;outline:none;transition:all .2s ease-in-out;width:200px}.admin-body .right-side .delete-wrapper .dialog .main .btns button:hover{background-color:#ba2c2c}@media screen and (max-width:1250px){.admin-body .right-side .manage-discount{padding:1rem;width:100%}}@media screen and (max-width:770px){.admin-body .right-side .manage-discount .body-wrapper .create-wrapper .close-it{top:40px}}@media screen and (max-width:650px){.admin-body .right-side .manage-discount .body-wrapper .table-wrapper table thead tr th{font-size:14px}.admin-body .right-side .manage-discount .head h1{font-size:20px}.admin-body .right-side .manage-discount .body-wrapper .head-block h3{font-size:16px}.admin-body .right-side .delete-wrapper .dialog{width:90%}}@media screen and (max-width:520px){.admin-body .right-side .manage-discount .body-wrapper .create-wrapper .create-account .create-header .close-create{opacity:0;pointer-events:none}.admin-body .right-side .manage-discount .body-wrapper .create-wrapper .create-account{overflow:hidden}}.admin-body .right-side .reports{padding:2rem;width:100%}.admin-body .right-side .reports .head{align-items:center;display:flex;gap:16px;justify-content:space-between;width:100%}.admin-body .right-side .reports .head h1{font-size:24px}.admin-body .right-side .reports .head p{color:#00549a;font-size:15px;font-weight:500;margin-top:4px}.admin-body .right-side .reports .head p.note{color:#eb8d37;font-weight:600}.admin-body .right-side .reports .body-wrapper{max-height:9999px;overflow:hidden;transition:all .7s ease-in-out;width:100%}.admin-body .right-side .reports .body-wrapper.closed{max-height:55px}.admin-body .right-side .reports .body-wrapper .head-block{align-items:center;background-color:#00549a;color:#fff;display:flex;justify-content:space-between;margin-top:16px;padding:10px;width:100%}.admin-body .right-side .reports .body-wrapper .head-block .left-head{align-items:center;display:flex;gap:8px;position:relative}.admin-body .right-side .reports .body-wrapper .head-block .left-head svg{cursor:pointer;transition:all .1s ease-in-out}.admin-body .right-side .reports .body-wrapper .head-block .left-head svg:hover{color:#eb8d37}.admin-body .right-side .reports .body-wrapper .head-block h3{font-size:18px}.admin-body .right-side .reports .body-wrapper .head-block .head-icons{align-items:center;display:flex;gap:6px}.admin-body .right-side .reports .body-wrapper form{display:flex;flex-wrap:wrap;gap:24px;margin-top:32px;width:100%}.admin-body .right-side .reports .body-wrapper form h3{font-size:18px;margin-bottom:12px}.admin-body .right-side .reports .body-wrapper form .input{display:flex;flex-direction:column;gap:4px;margin-top:12px;width:100%}.admin-body .right-side .reports .body-wrapper form .input label{font-size:14px;font-weight:500}.admin-body .right-side .reports .body-wrapper form .input input,.admin-body .right-side .reports .body-wrapper form .input select{border:1px solid #8d8c8c;border-radius:3px;font-family:inherit;height:35px;outline:none;padding:8px;width:350px}.admin-body .right-side .reports .body-wrapper form .input select option{background-color:#3d3d3d;color:#fff}.admin-body .right-side .reports .body-wrapper form .report-buttons .buttons{display:flex;flex-direction:column;gap:10px}.admin-body .right-side .reports .body-wrapper form .report-buttons p{color:#eb8d37;font-size:14px;font-weight:600;margin-bottom:10px;width:400px}.admin-body .right-side .reports .body-wrapper form .report-buttons .buttons button{background-color:#00549a;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:inherit;font-weight:500;height:35px;outline:none;transition:all .25s ease-in-out;width:250px}.admin-body .right-side .reports .body-wrapper form .report-buttons .buttons button:hover{background:#0000;border:1px solid #00549a;color:#00549a}@media screen and (max-width:1250px){.admin-body .right-side .reports{padding:1rem}}@media screen and (max-width:650px){.admin-body .right-side .reports .head p.note{font-size:13px}.admin-body .right-side .reports .head h1{font-size:20px}.admin-body .right-side .reports .body-wrapper .head-block h3{font-size:16px}}@media screen and (max-width:410px){.admin-body .right-side .reports .head{align-items:flex-start;flex-direction:column;gap:8px}.admin-body .right-side .reports .body-wrapper form .date-param,.admin-body .right-side .reports .body-wrapper form .input input,.admin-body .right-side .reports .body-wrapper form .input select,.admin-body .right-side .reports .body-wrapper form .reservation-param{width:100%}}.admin-body .right-side .lot-performance{overflow-x:hidden;padding:2rem;position:relative;width:100%}.admin-body .right-side .lot-performance .head h1{font-size:24px}.admin-body .right-side .lot-performance .head p{color:#00549a;font-size:15px;font-weight:500;margin-top:4px}.admin-body .right-side .lot-performance .body-wrapper{margin-top:16px;position:relative;width:100%}.admin-body .right-side .lot-performance .body-wrapper .rows{width:100%}.admin-body .right-side .lot-performance .body-wrapper .rows .months-row{grid-gap:16px;display:grid;grid-template-columns:repeat(3,1fr);width:100%}.admin-body .right-side .lot-performance .body-wrapper .rows .item{background-color:#2d353c;border-radius:3px;color:#fff;overflow:hidden}.admin-body .right-side .lot-performance .body-wrapper .rows .item .up-side{padding:15px;width:100%}.admin-body .right-side .lot-performance .body-wrapper .rows .item .up-side p{color:#fff9;font-size:14px;font-weight:500}.admin-body .right-side .lot-performance .body-wrapper .rows .item .up-side .amount-percent{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-top:5px}.admin-body .right-side .lot-performance .body-wrapper .rows .item .up-side .amount-percent h2{font-size:30px;font-weight:500}.admin-body .right-side .lot-performance .body-wrapper .rows .item .up-side .amount-percent .percent-icon{align-items:center;display:flex;overflow:hidden;position:relative}.admin-body .right-side .lot-performance .body-wrapper .rows .item .up-side .amount-percent .percent-icon .float-icon{font-size:35px;left:0;opacity:.15;position:absolute}.admin-body .right-side .lot-performance .body-wrapper .rows .item .up-side .amount-percent .percent-icon .percent{align-items:center;color:#00acac;display:flex;gap:4px}.admin-body .right-side .lot-performance .body-wrapper .rows .item .up-side .amount-percent .percent-icon .percent h3{font-size:30px;font-weight:500}.admin-body .right-side .lot-performance .body-wrapper .rows .item .progress-bar{background-color:#0003;height:2px;margin:12px 0;width:100%}.admin-body .right-side .lot-performance .body-wrapper .rows .item .down-place{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;padding:15px;width:100%}.admin-body .right-side .lot-performance .body-wrapper .rows .item .down-place .versus{align-items:center;display:flex;gap:4px}.admin-body .right-side .lot-performance .body-wrapper .rows .item .down-place .versus p.vs{background-color:#ff5b57;border-radius:3px;font-size:14px;font-weight:600;padding:2px 4px}.admin-body .right-side .lot-performance .body-wrapper .rows .item .down-place .versus p.month{color:#fff9;font-size:15px}.admin-body .right-side .lot-performance .body-wrapper .rows .item .down-place .month-icon{align-items:center;color:#49b6d6;display:flex;font-size:15px;gap:4px}.admin-body .right-side .lot-performance .body-wrapper .rows .down-row{grid-gap:16px;display:grid;grid-template-columns:repeat(4,1fr);margin-top:16px;width:100%}.admin-body .right-side .lot-performance .body-wrapper .rows .down-row .item:first-child,.admin-body .right-side .lot-performance .body-wrapper .rows .down-row .item:nth-child(3){background-color:#2a72b5}.admin-body .right-side .lot-performance .body-wrapper .rows .down-row .item:nth-child(2){background-color:#008a8a}.admin-body .right-side .lot-performance .body-wrapper .rows .down-row .item:nth-child(4){background-color:#5b6392}.admin-body .right-side .lot-performance .body-wrapper .parking-analytics{display:flex;gap:16px;justify-content:space-between;width:100%}.admin-body .right-side .lot-performance .body-wrapper .parking-analytics .dark-side{width:70%}.admin-body .right-side .lot-performance .body-wrapper .parking-analytics .reserve-origin{margin-top:16px;width:30%}.admin-body .right-side .lot-performance .body-wrapper .parking-analytics .reserve-origin .heading{background-color:#242a30;cursor:move;padding:10px;width:100%}.admin-body .right-side .lot-performance .body-wrapper .parking-analytics .reserve-origin .heading h3{color:#fff;font-size:15px;font-weight:500}.admin-body .right-side .lot-performance .body-wrapper .dark-side{background:#2d353c;border-radius:4px;display:flex;height:400px;justify-content:space-between;margin-top:16px;width:100%}.admin-body .right-side .lot-performance .body-wrapper .dark-side .left{padding:12px;width:70%}.admin-body .right-side .lot-performance .body-wrapper .dark-side .left .head h3,.admin-body .right-side .lot-performance .body-wrapper .dark-side .right .head h3{color:#fff;font-size:18px;font-weight:500}.admin-body .right-side .lot-performance .body-wrapper .dark-side .left .head p,.admin-body .right-side .lot-performance .body-wrapper .dark-side .right .head p{color:#fff6;font-size:14px;font-weight:300;margin-top:3px}.admin-body .right-side .lot-performance .body-wrapper .dark-side .right{background:#242a30;border-bottom-right-radius:4px;border-top-right-radius:4px;display:flex;flex-direction:column;justify-content:space-between;padding:12px;width:30%}.admin-body .right-side .lot-performance .body-wrapper .dark-side .right .body{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.admin-body .right-side .lot-performance .body-wrapper .dark-side .right .body h3{color:#fff6;font-size:18px}.admin-body .right-side .lot-performance .body-wrapper .dark-side .right .body p{color:#fff9;font-size:15px;font-weight:400}.admin-body .right-side .lot-performance .body-wrapper .dark-side .right .down ul{list-style-type:none}.admin-body .right-side .lot-performance .body-wrapper .dark-side .right .down ul li{color:#fff;display:flex;font-size:13px;gap:5px;margin-top:4px}.admin-body .right-side .lot-performance .body-wrapper .dark-side .right .down ul li span{color:#fff6}.admin-body .right-side .lot-performance .body-wrapper .dark-side .right .down ul li:nth-child(odd) svg{color:#00acac}.admin-body .right-side .lot-performance .body-wrapper .dark-side .right .down ul li:nth-child(2n) svg{color:#348fe2}.admin-body .right-side .lot-performance .change-lot{background-color:#fff;border-radius:5px;box-shadow:1px 0 3px #d8d8d8,-1px 0 3px #d8d8d8;position:fixed;right:-450px;top:100px;transition:all .3s ease-in-out;width:450px}.admin-body .right-side .lot-performance .change-lot.open{right:0}.admin-body .right-side .lot-performance .change-lot .set-icon{background-color:#00549a;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow:-1px -1px 3px #d8d8d8;color:#fff;cursor:pointer;padding:8px;position:fixed;right:0;transition:all .2s ease-in-out;transition:all .3s ease-in-out;z-index:9999}.admin-body .right-side .lot-performance .change-lot.open .set-icon{right:450px}.admin-body .right-side .lot-performance .change-lot .set-icon:hover{background-color:#fff;color:#00549a}.admin-body .right-side .lot-performance .change-lot form{padding-bottom:10px;width:100%}.admin-body .right-side .lot-performance .change-lot form .header{background-color:#00549a;color:#fff;width:100%}.admin-body .right-side .lot-performance .change-lot form .header h3{font-size:16px;font-weight:500;padding:5px 10px}.admin-body .right-side .lot-performance .change-lot form .input{display:flex;flex-direction:column;gap:4px;padding:5px 10px;width:100%}.admin-body .right-side .lot-performance .change-lot form .input label{font-size:14px;font-weight:500}.admin-body .right-side .lot-performance .change-lot form .input select{border:1px solid #494949;border-radius:4px;font-family:inherit;font-weight:500;height:35px;outline:none;padding-left:10px;width:100%}.admin-body .right-side .lot-performance .change-lot form .input select:focus{border:1.5px solid #00549a}.admin-body .right-side .lot-performance .change-lot form .input input{border:1px solid #494949;border-radius:4px;font-family:inherit;font-weight:500;height:35px;outline:none;padding-left:10px;width:100%}.admin-body .right-side .lot-performance .change-lot form .input input:focus{border:1.5px solid #00549a}.admin-body .right-side .lot-performance .change-lot form .input select option{background-color:#242a30;color:#fff}.admin-body .right-side .lot-performance .change-lot form button{align-items:center;background-color:#00549a;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-weight:500;gap:5px;height:35px;justify-content:center;margin:8px auto;outline:none;transition:all .25s ease-in-out;width:250px}.admin-body .right-side .lot-performance .change-lot form button:hover{background:#0000;border:1px solid #00549a;color:#00549a}.list-group-item{background:#2d353c;border-color:#242a30;border-width:1px 0;color:#fff;display:flex;flex-direction:row;font-weight:300;padding:8px}.badge{background-color:#ff5b57;border-radius:10px;font-size:75%;font-weight:600;line-height:1.25;padding:4px}@media screen and (max-width:1250px){.admin-body .right-side .lot-performance{padding:1rem}}@media screen and (max-width:1000px){.admin-body .right-side .lot-performance .body-wrapper .rows .down-row,.admin-body .right-side .lot-performance .body-wrapper .rows .months-row{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:750px){.admin-body .right-side .lot-performance .body-wrapper .parking-analytics{flex-direction:column}.admin-body .right-side .lot-performance .body-wrapper .parking-analytics .dark-side,.admin-body .right-side .lot-performance .body-wrapper .parking-analytics .reserve-origin{width:100%}.admin-body .right-side .lot-performance .body-wrapper .dark-side .left{width:60%}.admin-body .right-side .lot-performance .body-wrapper .dark-side .right{width:40%}}@media screen and (max-width:600px){.admin-body .right-side .lot-performance .body-wrapper .rows .down-row,.admin-body .right-side .lot-performance .body-wrapper .rows .months-row{grid-template-columns:100%}.admin-body .right-side .lot-performance .head h1{font-size:20px}.admin-body .right-side .lot-performance .head p{font-size:13px}.admin-body .right-side .lot-performance .body-wrapper .dark-side{flex-direction:column}.admin-body .right-side .lot-performance .body-wrapper .dark-side .left,.admin-body .right-side .lot-performance .body-wrapper .dark-side .right{width:100%}}@media screen and (max-width:500px){.admin-body .right-side .lot-performance .change-lot{right:-280px;width:280px}.admin-body .right-side .lot-performance .change-lot form button{font-size:13px;width:80%}.admin-body .right-side .lot-performance .change-lot form .header h3{font-size:14px}.admin-body .right-side .lot-performance .change-lot form .input label{font-size:13px}}@media screen and (max-width:330px){.admin-body .right-side .lot-performance .change-lot{right:-230px;width:230px}}.forgot-page{align-items:center;display:flex;width:100%}.forgot-page img{max-height:90vh;width:50%}.forgot-page .form{align-items:center;display:flex;justify-content:center;width:50%}.forgot-page .form .container{width:50%}.forgot-page .form .container .text{width:100%}.forgot-page .form .container .text p{font-size:15px;font-weight:600}.forgot-page .form .container .text p span{color:#00549a}.forgot-page .form .container .text h2{margin-top:8px}.forgot-page .form .container .input{display:flex;flex-direction:column;gap:4px;margin-top:16px;width:100%}.forgot-page .form .container .input label{font-size:15px;font-weight:500}.forgot-page .form .container .input input{border:1px solid #aaa8a8;border-radius:4px;font-size:16px;height:35px;outline:none;padding-left:10px;width:100%}.forgot-page .form .container .input input:focus{border:1.5px solid #00549a}.forgot-page .form .container button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:15px;font-weight:600;height:40px;outline:none;transition:all .25s ease-in-out;width:200px}.forgot-page .form .container button:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.forgot-page .form .container .btns{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:24px;width:100%}.forgot-page .form .container .btns a{color:#00549a;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s ease-in-out}.forgot-page .form .container .btns a:hover{color:#aaa8a8}@media screen and (max-width:1200px){.forgot-page .form .container{width:80%}.forgot-page img{height:100vh}}@media screen and (max-width:635px){.forgot-page{justify-content:center;min-height:90vh;overflow:hidden;position:relative}.forgot-page img{bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.forgot-page .form{background-color:#fff;border-radius:20px;box-shadow:2px 3px 10px #6d6d6d;padding:32px 0;width:70%;z-index:40}}@media screen and (max-width:480px){.forgot-page{min-height:93vh}.forgot-page img{max-height:100%}.forgot-page .form{padding:16px 0;width:90%}.forgot-page .form .container .text p{font-size:12px}.forgot-page .form .container .text h2{font-size:20px}.forgot-page .form .container form .input .labels label{font-size:14px}.forgot-page .form .container form .input input{font-size:14px;height:35px}}.admin-body .right-side .profile{padding:2rem;position:relative;width:100%}.admin-body .right-side .profile h1{font-size:24px}.admin-body .right-side .profile .body{width:100%}.admin-body .right-side .profile .body .header{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-top:16px;width:100%}.admin-body .right-side .profile .body .header .name{align-items:center;display:flex;gap:16px}.admin-body .right-side .profile .body .header .name svg{color:#00549a;font-size:30px}.admin-body .right-side .profile .body .header .name h2{font-size:24px;line-height:1.5}.admin-body .right-side .profile .body .header .actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.admin-body .right-side .profile .body .header .actions button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:inherit;font-weight:500;height:35px;outline:none;transition:all .3s ease-in-out;width:140px}.admin-body .right-side .profile .body .header .actions button:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.admin-body .right-side .profile .body .details{border-radius:8px;display:flex;flex-wrap:wrap;gap:16px;margin-top:10px;padding:12px;width:100%}.admin-body .right-side .profile .body .details .row{align-items:center;box-shadow:3px 3px 7px #f3f3f3,-3px -3px 7px #f3f3f3;cursor:pointer;display:flex;gap:10px;justify-content:space-between;margin-top:12px;padding:10px;transition:all .3s ease-in-out;width:45%}.admin-body .right-side .profile .body .details .row:hover{box-shadow:5px 5px 10px #f3f3f3,-5px -5px 10px #f3f3f3;transform:scale(1.03)}.admin-body .right-side .profile .body .details .row p.title{font-size:14px;font-weight:500}.admin-body .right-side .profile .body .details .row p.answer{font-size:14px;font-weight:700}.admin-body .right-side .profile .body .details .row p.answer.active{color:#00acac;font-size:14px;font-weight:700}.admin-body .right-side .profile .background{align-items:center;background-color:#000000b3;bottom:0;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:-1200px;transition:all .3s ease-in;width:100%}.admin-body .right-side .profile .background.show{top:0}.admin-body .right-side .profile .background .container{background-color:#fff;border-radius:10px;width:600px}.admin-body .right-side .profile .background .container .head{align-items:center;background-color:#00549a;border-top-left-radius:8px;border-top-right-radius:8px;color:#fff;display:flex;justify-content:space-between;padding:10px;width:100%}.admin-body .right-side .profile .background .container .head svg:hover{color:#e02d2d;cursor:pointer;font-size:20px;font-weight:600;transition:all .25s ease-in-out}.admin-body .right-side .profile .background .container form{padding:16px;width:100%}.admin-body .right-side .profile .background .container form .inputs{align-items:center;display:flex;gap:10px;justify-content:space-between;width:100%}.admin-body .right-side .profile .background .container form .input{display:flex;flex-direction:column;gap:4px;margin-top:8px;width:100%}.admin-body .right-side .profile .background .container form .input label{font-size:14px;font-weight:500}.admin-body .right-side .profile .background .container form .input input,.admin-body .right-side .profile .background .container form .input select{border:1px solid #7d7d7d;border-radius:4px;font-family:inherit;height:35px;outline:none;padding-left:10px;width:100%}.admin-body .right-side .profile .background .container form .btns{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-top:10px;width:100%}.admin-body .right-side .profile .background .container form .btns button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:inherit;font-weight:600;height:35px;outline:none;transition:all .25s ease-in-out;width:150px}.admin-body .right-side .profile .background .container form .btns button:hover{background-color:initial;border:1px solid #00549a;color:#00549a}.admin-body .right-side .profile .background .container form .btns p.goBack{align-items:center;background-color:#eb8d37;border:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:14px;font-weight:600;height:35px;justify-content:center;outline:none;transition:all .25s ease-in-out;width:150px}.admin-body .right-side .profile .background .container form .btns p.goBack:hover{background-color:initial;border:1px solid #e02d2d;color:#e02d2d}.admin-body .right-side .profile .background .container form p.error{color:#e02d2d;font-size:14px;font-weight:600;transition:all .3s ease-in-out}@media screen and (max-width:1000px){.admin-body .right-side .profile{padding:1rem}}@media screen and (max-width:700px){.admin-body .right-side .profile .body .details .row{width:100%}.admin-body .right-side .profile .body .header .name h2,.admin-body .right-side .profile h1{font-size:18px}.admin-body .right-side .profile .background .container{width:95%}}@media screen and (max-width:450px){.admin-body .right-side .profile .body .details{padding:0}.admin-body .right-side .profile .background .container{height:80%;overflow-y:scroll;width:95%}.admin-body .right-side .profile .background .container form .inputs{flex-direction:column}.admin-body .right-side .profile .body .details.short .row{display:none}}.admin-body .right-side .modify{padding:2rem;width:100%}.admin-body .right-side .modify .head h1{font-size:24px}.admin-body .right-side .modify .head p{color:#00549a;font-size:15px;font-weight:500;margin-top:4px}.admin-body .right-side .modify .body{margin-top:16px;width:100%}.admin-body .right-side .modify .body h1{color:#00549a;font-size:20px}.admin-body .right-side .modify .body h1 span{color:#8d8c8c}.admin-body .right-side .modify .body .form-receipt{display:flex;gap:16px;justify-content:space-between;margin-top:10px;width:100%}.admin-body .right-side .modify .body .form-receipt form{align-items:center;display:flex;flex-direction:column;gap:18px;width:40%}.admin-body .right-side .modify .body .form-receipt form .input{display:flex;flex-direction:column;gap:4px;width:100%}.admin-body .right-side .modify .body .form-receipt form .input label{font-size:15px;font-weight:500}.admin-body .right-side .modify .body .form-receipt form .input input,.admin-body .right-side .modify .body .form-receipt form .input select{border:1px solid #8d8c8c;border-radius:4px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;height:35px;outline:none;padding-left:10px;width:100%}.admin-body .right-side .modify .body .form-receipt form .input input:focus,.admin-body .right-side .modify .body .form-receipt form .input select:focus{border:1px solid #00549a}.admin-body .right-side .modify .body .form-receipt form button{align-items:center;background-color:#00549a;border:none;color:#fff;cursor:pointer;display:flex;font-family:Montserrat,sans-serif;font-weight:500;gap:4px;height:35px;justify-content:center;outline:none;transition:all .25s ease-in-out;width:150px}.admin-body .right-side .modify .body .form-receipt form button:hover{background:#0000;border:1px solid #00549a;color:#00549a}.admin-body .right-side .modify .body .form-receipt .receipt{background-color:#00549a0d;padding:16px;width:40%}.admin-body .right-side .modify .body .form-receipt .receipt .header h3{font-size:16px}.admin-body .right-side .modify .body .form-receipt .receipt .header p{color:#8d8c8c;font-weight:600;margin-top:8px}.admin-body .right-side .modify .body .form-receipt .receipt .receipt-details{margin-top:16px;width:100%}.admin-body .right-side .modify .body .form-receipt .receipt .receipt-details .each-detail{align-items:center;border-bottom:1px solid #8d8c8c;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:space-between;margin-top:12px;padding-bottom:4px;width:100%}.admin-body .right-side .modify .body .form-receipt .receipt .receipt-details .each-detail p.title-info{color:#595959;font-weight:600}.admin-body .right-side .modify .body .form-receipt .receipt .receipt-details .each-detail p.title-info.total{color:#00b67a;font-weight:700}.admin-body .right-side .modify .body .form-receipt .receipt .receipt-details .each-detail p.title-info.paid-online{color:#00549a;font-weight:700}.admin-body .right-side .modify .body .form-receipt .receipt .receipt-details .each-detail p.title-info.due{color:#e02d2d;font-weight:700}@media screen and (max-width:1130px){.admin-body .right-side .modify .body{padding:16px}.admin-body .right-side .modify .body h1 span{font-size:17px}.admin-body .right-side .modify .body .form-receipt .receipt{padding:8px;width:60%}.admin-body .right-side .modify .body .form-receipt .receipt .header p{font-size:14px}}@media screen and (max-width:700px){.admin-body .right-side .modify .body .form-receipt{flex-direction:column-reverse}.admin-body .right-side .modify .body .form-receipt form{width:100%}.admin-body .right-side .modify .body .form-receipt .receipt{padding:24px;width:100%}}@media screen and (max-width:465px){.admin-body .right-side .modify .body h1,.admin-body .right-side .modify .body h1 span{font-size:16px}.admin-body .right-side .modify .body .form-receipt .receipt .header h3{font-size:15px}.admin-body .right-side .modify .body .form-receipt .receipt .header p,.admin-body .right-side .modify .body .form-receipt form .input label{font-size:13px}.admin-body .right-side .modify .body .form-receipt .receipt{padding:10px}.admin-body .right-side .modify .body .form-receipt .receipt .receipt-details .each-detail,.admin-body .right-side .modify .body .form-receipt form .input input,.admin-body .right-side .modify .body .form-receipt form .input select{font-size:12px}}.admin-body .right-side .report-web{padding:2rem;position:relative;width:100%}.admin-body .right-side .report-web h2{font-size:24px}.admin-body .right-side .report-web .table-wrapper{margin-top:16px;overflow-x:auto;width:100%}.admin-body .right-side .report-web .table-wrapper table{border-collapse:collapse;width:100%}.admin-body .right-side .report-web .table-wrapper table thead tr{background-color:#00549a80;color:#fff}.admin-body .right-side .report-web .table-wrapper table thead tr th{font-size:16px;font-weight:600;padding:8px;text-align:left}.admin-body .right-side .report-web .table-wrapper table tbody{width:100%}.admin-body .right-side .report-web .table-wrapper table tbody tr{cursor:pointer;transition:all .15s ease-in-out;width:100%}.admin-body .right-side .report-web .table-wrapper table tbody tr:nth-child(odd){background-color:#00549a0d}.admin-body .right-side .report-web .table-wrapper table tbody tr:nth-child(2n){background-color:#00549a26}.admin-body .right-side .report-web .table-wrapper table tbody tr:hover{background-color:#00549a1a}.admin-body .right-side .report-web .table-wrapper table tbody tr td{font-size:14px;font-weight:500;padding:8px}.admin-body .right-side .report-web .table-wrapper table tbody tr td ul{list-style:none}.admin-body .right-side .report-web .table-wrapper table tbody tr td ul li{color:#00549a;cursor:pointer;margin-top:8px}.admin-body .right-side .report-web .table-wrapper table tbody tr td ul li:hover{color:#8d8c8c}.admin-body .right-side .report-web .table-wrapper table tbody tr td ul li.delete{color:#e02d2d}.admin-body .right-side .report-web .delete-wrapper{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:-1200px;transition:all .3s ease-in-out;width:100%}.admin-body .right-side .report-web .delete-wrapper.show{top:0}.admin-body .right-side .report-web .delete-wrapper .dialog{background-color:#fff;border-radius:10px;width:500px}.admin-body .right-side .report-web .delete-wrapper .dialog .head{align-items:center;background-color:#00549a;border-top-left-radius:10px;border-top-right-radius:10px;color:#fff;display:flex;justify-content:space-between;padding:10px;width:100%}.admin-body .right-side .report-web .delete-wrapper .dialog .head svg{cursor:pointer;transition:all .2s ease-in-out}.admin-body .right-side .report-web .delete-wrapper .dialog .head svg:hover{color:#e02d2d}.admin-body .right-side .report-web .delete-wrapper .dialog .main{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:10px;width:100%}.admin-body .right-side .report-web .delete-wrapper .dialog form{padding:10px;width:100%}.admin-body .right-side .report-web .delete-wrapper .dialog form .inputs{align-items:center;display:flex;gap:10px;justify-content:space-between;width:100%}.admin-body .right-side .report-web .delete-wrapper .dialog form .input{display:flex;flex-direction:column;gap:4px;margin-top:10px;width:100%}.admin-body .right-side .report-web .delete-wrapper .dialog form .input label{font-size:14px;font-weight:500}.admin-body .right-side .report-web .delete-wrapper .dialog form .input input,.admin-body .right-side .report-web .delete-wrapper .dialog form .input select{border:1px solid #8d8c8c;border-radius:4px;height:30px;outline:none;padding-left:10px;width:100%}.admin-body .right-side .report-web .delete-wrapper .dialog form .input textarea{border:1px solid #8d8c8c;border-radius:4px;height:70px;outline:none;padding-left:10px;width:100%}.admin-body .right-side .report-web .delete-wrapper .dialog form button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:inherit;height:30px;margin-top:10px;outline:none;transition:all .2s ease-in-out;width:100px}.admin-body .right-side .report-web .delete-wrapper .dialog form button:hover{background-color:#fff;border:1px solid #00549a;color:#00549a}.admin-body .right-side .report-web .delete-wrapper .dialog .main h3{font-size:17px}.admin-body .right-side .report-web .delete-wrapper .dialog .main p{color:#e02d2d;font-size:14px;font-weight:500;margin:16px 0}.admin-body .right-side .report-web .delete-wrapper .dialog .main .btns{align-items:center;display:flex;gap:16px;margin-top:10px}.admin-body .right-side .report-web .delete-wrapper .dialog .main .btns p{color:#00549a;cursor:pointer;font-weight:600;margin:0}.admin-body .right-side .report-web .delete-wrapper .dialog .main .btns button{background-color:#e02d2d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:inherit;height:30px;outline:none;transition:all .2s ease-in-out;width:100px}.admin-body .right-side .report-web .delete-wrapper .dialog .main .btns button:hover{background-color:#ba2c2c}@media screen and (max-width:1250px){.admin-body .right-side .report-web{padding:1rem}}@media screen and (max-width:650px){.admin-body .right-side .report-web h2{font-size:18px}.admin-body .right-side .report-web .table-wrapper table thead tr th{font-size:14px}.admin-body .right-side .report-web .delete-wrapper .dialog{width:90%}}.admin-body .right-side .report-body .head h3{color:#00549a;font-size:20px;margin-top:10px}.admin-body .right-side .report-body .table-wrapper table thead tr{background-color:#00549a80;color:#fff}.admin-body .right-side .report-body .table-wrapper table thead tr th{font-size:16px;font-weight:600;padding:8px;text-align:left}.admin-body .right-side .report-body .table-wrapper table tbody tr{border:none}.admin-body .right-side .report-body .table-wrapper table.total-table tbody tr td span{color:#00549a;font-weight:700}.admin-body .right-side .report-body .table-wrapper table.total-table tbody tr.total,.finaltotal{border:1px dashed #00549a}.finaltotal td{color:#00549a;font-weight:700}@media screen and (max-width:700px){.admin-body .right-side .report-body{padding:1rem}.admin-body .right-side .report-body .head h2{font-size:18px}.admin-body .right-side .report-body .head h3{font-size:16px}.admin-body .right-side .report-body .table-wrapper table thead tr th{font-size:14px}}@media screen and (max-width:450px){.admin-body .right-side .report-body .head h2{font-size:16px}.admin-body .right-side .report-body .head h3{font-size:14px}}.admin-body .right-side .report-body{padding:2rem;width:100%}.admin-body .right-side .report-body .head h2{font-size:24px}.admin-body .right-side .report-body .all-taxes{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-top:16px;width:100%}.admin-body .right-side .report-body .all-taxes .tax{border-radius:8px;box-shadow:3px 3px 7px #f3f3f3,-3px -3px 7px #f3f3f3;padding:10px;width:48%}.admin-body .right-side .report-body .all-taxes .tax h3{font-size:16px}.admin-body .right-side .report-body .all-taxes .tax .container{margin-top:12px;padding-bottom:10px;width:100%}.admin-body .right-side .report-body .all-taxes .tax .container .row{align-items:center;border-bottom:1px solid #afafaf;display:flex;font-size:14px;gap:16px;justify-content:space-between;margin-top:10px;padding-bottom:8px;width:100%}.admin-body .right-side .report-body .all-taxes .tax .container .row p.title{font-weight:500}.admin-body .right-side .report-body .all-taxes .tax .container .row p.answer{color:#00549a;font-weight:700}.admin-body .right-side .report-body .table-wrapper{margin-top:16px;overflow-x:auto;width:100%}.admin-body .right-side .report-body .table-wrapper table{border-collapse:collapse;width:100%}.admin-body .right-side .report-body .table-wrapper table tbody{width:100%}.admin-body .right-side .report-body .table-wrapper table tbody tr{cursor:pointer;transition:all .15s ease-in-out;width:100%}.admin-body .right-side .report-body .table-wrapper table tbody tr:nth-child(odd){background-color:#00549a0d}.admin-body .right-side .report-body .table-wrapper table tbody tr:nth-child(2n){background-color:#00549a26}.admin-body .right-side .report-body .table-wrapper table tbody tr:hover{background-color:#00549a1a}.admin-body .right-side .report-body .table-wrapper table tbody tr td{font-size:14px;font-weight:500;padding:16px}.admin-body .right-side .report-body .table-wrapper table tbody tr td span{color:#00549a;font-weight:700}@media screen and (max-width:800px){.admin-body .right-side .report-body{padding:1rem}.admin-body .right-side .report-body .head h2{font-size:18px}}@media screen and (max-width:650px){.admin-body .right-side .report-body .all-taxes .tax{width:100%}.admin-body .right-side .report-body .all-taxes .tax h3{font-size:15px}}.receipt-body{min-height:70vh;width:100%}.receipt-body .body{padding:1rem;width:100%}.receipt-body .body .heading h1{font-size:24px}.receipt-body .body .heading p{color:#00549a;font-size:14px;font-weight:600}.receipt-body .body .parking-lot-summary{color:#eb8d37;font-size:14px;font-weight:500;margin-top:16px}.receipt-body .body .receipt{align-items:flex-end;align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;width:100%}.receipt-body .body .receipt .row{border-bottom:1px solid #00549a;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding-bottom:5px;width:45%}.receipt-body .body .receipt .row p.title{font-size:14px}.receipt-body .body .receipt .row p.answer{font-size:14px;font-weight:600}.receipt-body .body .receipt .barcode{width:100%}.receipt-body .body .receipt p.note{color:#eb8d37;font-size:14px;font-weight:500;margin-top:16px}.receipt-body .body .parking-personnel{margin-top:16px;width:100%}.receipt-body .body button.print{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:inherit;font-weight:600;height:35px;margin-top:16px;outline:none;transition:all .3s ease-in-out;width:220px}.receipt-body .body button.print:hover{background:#0000;border:1px solid #00549a;color:#00549a}@media screen and (max-width:700px){.receipt-body .body .receipt .row{width:100%}.receipt-body .body .heading h1{font-size:20px}}.admin-body h2.top-head{background-color:#00549a;color:#fff;font-size:20px;padding:10px;width:100%}.admin-body .tag-body{background-color:#00549a0d;padding:1rem}.admin-body .right-body .full-body .all{padding:1rem;width:100%}.admin-body .tag-body h3{color:#656464;font-size:18px;text-align:center}.admin-body .tag-body h4{margin-top:10px;text-align:center}.admin-body .tag-body .barcode{margin:10px 0}.admin-body .tag-body .barcode,.admin-body .tag-body .dates{align-items:center;display:flex;justify-content:center;width:100%}.admin-body .tag-body .dates{flex-direction:column;gap:5px}.admin-body .tag-body .dates p.date{color:#484848;font-weight:600}.admin-body .tag-body button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:inherit;height:30px;margin-top:10px;outline:none;transition:all .3s ease-in-out;width:100px}.admin-body .tag-body button:hover{background:#0000;border:1px solid #00549a;color:#00549a}@media screen and (max-width:450px){.admin-body h2.top-head{font-size:16px;padding:5px}.admin-body .tag-body h3{font-size:14px}.admin-body .tag-body .dates p{font-size:12px}}.admin-body{display:flex;justify-content:space-between;width:100%}.admin-body .right-side .full-body{padding:1rem;width:100%}.admin-body .right-side .full-body h2.top-head{background-color:#00549a;color:#fff;font-size:20px;padding:10px;width:100%}.admin-body .right-side .full-body h3.name{font-size:18px;font-weight:600;margin-top:10px}.admin-body .right-side .full-body .refund-body{margin:10px 0;width:100%}.admin-body .right-side .full-body .refund-body p{color:#eb8d37;font-size:14px;font-weight:500}.admin-body .right-side .full-body .refund-body .form-refund{margin:16px 0;width:100%}.admin-body .right-side .full-body .refund-body .form-refund .inputs .input{display:flex;flex-direction:column;gap:4px}.admin-body .right-side .full-body .refund-body .form-refund .input{margin-top:10px;width:40%}.admin-body .right-side .full-body .refund-body .form-refund .input label{font-size:15px;font-weight:500}.admin-body .right-side .full-body .refund-body .form-refund .input input{border:1px solid #c4c4c4;font-family:inherit;height:35px;outline:none;padding-left:10px;width:100%}.admin-body .right-side .full-body .refund-body .form-refund .input input:focus{border:1px solid #00549a}.admin-body .right-side .full-body .refund-body .form-refund .input textarea{border:1px solid #c4c4c4;font-family:inherit;height:100px;outline:none;padding:10px;width:100%}.admin-body .right-side .full-body .refund-body .form-refund .check{align-items:center;display:flex;gap:10px;margin-top:10px}.admin-body .right-side .full-body .refund-body .form-refund .check label{font-size:15px;font-weight:500}.admin-body .right-side .full-body .refund-body .form-refund button{background-color:#00549a;border:none;color:#fff;cursor:pointer;font-family:inherit;height:35px;margin-top:10px;outline:none;width:150px}.admin-body .right-side .full-body .refund-body .form-refund button:hover{background:#0000;border:1px solid #00549a;color:#00549a}@media screen and (max-width:650px){.admin-body .right-side .full-body .refund-body .form-refund .input{width:100%}}@media screen and (max-width:500px){.admin-body .right-side .full-body h2.top-head{font-size:16px;padding:5px}.admin-body .right-side .full-body h3.name{font-size:14px}.admin-body .right-side .full-body .refund-body .form-refund .check label,.admin-body .right-side .full-body .refund-body .form-refund .input label{font-size:13px}}
/*# sourceMappingURL=main.6517ccca.css.map*/