@import url(https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap);.Dashboard main{display:flex;gap:10rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:70vw}@media screen and (max-width:1750px){.Dashboard main{flex-direction:column;gap:5rem}}@media screen and (max-height:1000px)and (max-width:1400px){.Dashboard main{top:6rem;transform:translate(-50%)}}.Equipment{width:100%}@media screen and (max-width:1750px){.Equipment{margin-left:auto;margin-right:auto;margin-top:2rem;width:60vw}}.Equipment .contents{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));margin-top:2rem;max-height:calc(52rem + 12px);max-width:66rem;overflow-y:auto;padding-top:6px}@media screen and (max-height:1200px){.Equipment .contents{max-height:calc(27rem + 12px)}}@media screen and (max-width:2160px){.Equipment .contents{max-width:44rem}}@media screen and (max-width:1750px){.Equipment .contents{width:100%}}.Equipment .contents .new-equipment-link{text-decoration:none}.Equipment .contents .new-equipment{align-items:center;background-color:#5672e4;border-radius:1rem;color:#fff;display:flex;flex-direction:column;gap:2rem;height:25rem;justify-content:center;padding:2rem;transition:.15s;width:20rem}.Equipment .contents .new-equipment:hover{cursor:pointer;transform:translateY(-6px)}.Equipment .contents .new-equipment .icon{font-size:5rem}.EquipmentItem{align-items:center;border:4px solid #f1f4fb;border-radius:1rem;display:flex;flex-direction:column;height:25rem;justify-content:center;position:relative;transition:.15s;width:20rem}.EquipmentItem:hover{transform:translateY(-6px)}.EquipmentItem .edit{cursor:pointer;font-size:1.3rem;left:1rem;position:absolute;top:1rem;transition:.15s}.EquipmentItem .edit:hover{color:#5672e4}.EquipmentItem .delete{cursor:pointer;font-size:1.2rem;position:absolute;right:1rem;top:1rem;transition:.15s}.EquipmentItem .delete:hover{color:#e5304b}.EquipmentItem .category{position:absolute;top:1rem}.EquipmentItem .equipment-title{bottom:1rem;position:absolute}.EquipmentItem .img-container{position:absolute;top:5rem;transform:scale(.4)}.EquipmentItem .img-container .foot,.EquipmentItem .img-container .top-bar,.EquipmentItem .img-container .top-bar-add{position:absolute}.EquipmentItem .img-container .top-bar-add-container{height:65px;left:50%;position:absolute;transform:translateX(-50%);width:410px}.EquipmentItem .img-container .top-bar-add-container .top-bar-add-1,.EquipmentItem .img-container .top-bar-add-container .top-bar-add-2{height:100%;position:absolute;width:50%}.EquipmentItem .img-container .top-bar-add-container .top-bar-add-1{border-right:none;left:0}.EquipmentItem .img-container .top-bar-add-container .top-bar-add-2{right:0}.EquipmentItem .img-container .top-bar-add-container img{cursor:pointer;width:50%}.EquipmentItem .img-container .foot{height:435px;left:50%;top:138px;transform:translateX(-50%);width:180px}.EquipmentItem .img-container .top-bar-add{height:65px;left:50%;top:0;transform:translateX(-50%);width:410px}.EquipmentItem .img-container .top-bar{height:73px;left:50%;top:65px;transform:translateX(-50%);width:510px;z-index:100}.EquipmentItem .img-container .lights{display:flex;justify-content:space-around;left:50%;position:absolute;top:138px;transform:translateX(-50%);width:510px;z-index:10}.EquipmentItem .img-container .lights .light,.EquipmentItem .img-container .lights img{border:none;height:110px;position:relative;width:90px}.EquipmentItem .img-container .lights .light-container{display:flex}.EquipmentItem .other-category-container{margin-bottom:1rem;max-height:16rem;max-width:18rem}.EquipmentItem .other-category-container img{height:100%;width:100%}header{align-items:center;display:flex;padding-left:2rem;padding-right:2rem;z-index:100}header .link{color:#000;text-decoration:none}header .left{align-items:center;display:flex;gap:.6rem;height:5rem;width:100%}header .left .page-name{font-weight:500}header .left .bar{background-color:#b7bbd0;height:1.5rem;width:.25rem}header .right .logout-btn{background-color:#e5304b;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;padding:.6rem;transition:.15s;width:6rem}header .right .logout-btn:hover{background-color:#b2162e}header .new-place-name{border:none;border-bottom:2px solid #b7bbd0;font-size:1.75rem;font-weight:700;height:2rem;outline:none;padding-bottom:.5rem;width:20rem}@media screen and (max-height:450px){header{padding-left:1rem;padding-right:1rem}header .left{gap:.4rem;height:2.5rem}header .left h1{font-size:1rem}header .left .bar{height:1rem;width:.1rem}}.Places{display:flex;flex-direction:column;justify-content:space-between;position:relative;width:50%}@media screen and (max-height:1000px){.Places{padding-bottom:2rem}}@media screen and (max-width:1750px){.Places{margin-left:auto;margin-right:auto;width:60vw}}.Places .places-section-heading{align-items:center;display:flex;justify-content:space-between}.Places .places-section-heading .new-folder{background:#5672e4;border-radius:50%;color:#fff;cursor:pointer;font-size:1.2rem;padding:1rem;transition:.15s}.Places .places-section-heading .new-folder:hover{background-color:#4060e0;cursor:pointer}.Places .places{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem;padding:6px 0}.Places .create-new-place-btn{background-color:#5672e4;border:none;border-radius:1rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-top:3rem;padding:1rem;transition:.15s;width:100%}.Places .create-new-place-btn:hover{background-color:#4060e0}.Places .folder{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.Places .folder .folder-heading-container{align-items:center;display:flex;gap:1rem}.Places .folder .folder-heading-container .icon{color:#7981a8;cursor:pointer}.Places .folder .folder-heading-container .folder-heading{color:#b7bbd0;font-size:20px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.Places .new-folder-modal-invisible,.Places .rename-folder-modal-invisible{display:none}.Places .new-folder-modal,.Places .rename-folder-modal{border:3px solid #f1f4fb;border-radius:1rem;margin:2rem 0;padding:1rem}.Places .new-folder-modal form p,.Places .rename-folder-modal form p{font-weight:700;margin-bottom:.5rem}.Places .new-folder-modal form div,.Places .rename-folder-modal form div{align-items:center;display:flex}.Places .new-folder-modal form div .new-folder-btn,.Places .new-folder-modal form div .rename-folder-btn,.Places .rename-folder-modal form div .new-folder-btn,.Places .rename-folder-modal form div .rename-folder-btn{align-items:center;background:#f1f4fb;border:none;border-radius:0 .5rem .5rem 0;cursor:pointer;display:flex;height:2.5rem;justify-content:center;margin-left:.3rem;outline:none;transition:.15s;width:2.5rem}.Places .new-folder-modal form div .new-folder-btn:hover,.Places .new-folder-modal form div .rename-folder-btn:hover,.Places .rename-folder-modal form div .new-folder-btn:hover,.Places .rename-folder-modal form div .rename-folder-btn:hover{background-color:#dde4f5}.Places .new-folder-modal form div input,.Places .rename-folder-modal form div input{background:#f1f4fb;border:none;border-radius:.5rem 0 0 .5rem;font-size:1rem;height:2.5rem;outline:none;padding:1rem;width:100%}.Place{align-items:center;background-color:#f1f4fb;border-radius:1rem;display:flex;justify-content:space-between;padding:1rem 1.5rem;width:100%}.Place h1{font-size:1.5rem}.Place .right{display:flex;gap:1.5rem}.Place .right .icon{cursor:pointer;font-size:1.2rem;transition:.15s}.Place .right .icon:hover{color:#5672e4}.Place .right .delete:hover{color:#e5304b}footer{align-items:center;bottom:1rem;display:flex;gap:.2rem;position:absolute;right:1rem}footer .copyright{margin-bottom:2px}.Login{align-items:center;display:flex;flex-direction:column;gap:2rem;height:100vh;justify-content:center}.Login h1{color:#5672e4;font-size:4rem;font-weight:900}.Login .login-container{border:3px solid #f1f4fb;border-radius:10px;display:flex;flex-direction:column;gap:1rem;padding:2rem;width:22rem}.Login .login-container p{font-size:1.2rem}.Login .login-container input{background-color:#f1f4fb;border:none;border-radius:10px;font-size:1rem;outline:none;padding:.8rem}.Login .login-container .failed{background-color:#f6b8c1}.Login .login-container .login-btn{background-color:#5672e4;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;outline:none;padding:.5rem;transition:.15s}.Login .login-container .login-btn:hover{background-color:#4463e1}.Login .login-container .wrong-pass-text{color:#e5304b;font-size:14px;margin-bottom:-1rem}.NewEquipment{height:100vh;width:100%}.NewEquipment main{height:45rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.NewEquipment main .head{align-items:center;display:flex;gap:1rem}.NewEquipment main .head .back-to-dashboard{color:#000;font-size:1.5rem;transition:.15s}.NewEquipment main .head .back-to-dashboard:hover{transform:translateX(-6px)}.NewEquipment main .form{display:flex;flex-direction:row;justify-content:space-between;width:80rem}.NewEquipment main .form .left{width:50%}.NewEquipment main .form .left .category-selection{background-color:#f1f4fb;border-radius:1rem;display:flex;overflow:hidden;width:20rem}.NewEquipment main .form .left .category-selection p{cursor:pointer;padding:.8rem;text-align:center;width:100%}.NewEquipment main .form .left .category-selection .selected{background-color:#5672e4;color:#fff}.NewEquipment main .form .left h3{margin-bottom:1rem;margin-top:3rem}.NewEquipment main .form .left input,.NewEquipment main .form .left textarea{background-color:#f1f4fb;border:none;border-radius:1rem;font-size:1rem;outline:none;padding:1rem;width:100%}.NewEquipment main .form .left textarea{height:20rem;resize:none}.NewEquipment main .invisible{display:none}.NewEquipment main .right-0{height:42.5rem;margin-top:65px;overflow:hidden;position:relative;width:40%}.NewEquipment main .right-0 .foot,.NewEquipment main .right-0 .light-01,.NewEquipment main .right-0 .light-02,.NewEquipment main .right-0 .light-03,.NewEquipment main .right-0 .light-04,.NewEquipment main .right-0 .light-05,.NewEquipment main .right-0 .top-bar,.NewEquipment main .right-0 .top-bar-add-1,.NewEquipment main .right-0 .top-bar-add-2{align-items:center;background-color:#f1f4fb;border:1px solid #5672e4;cursor:pointer;display:flex;justify-content:center;position:absolute;transition:.15s}.NewEquipment main .right-0 .foot:hover,.NewEquipment main .right-0 .light-01:hover,.NewEquipment main .right-0 .light-02:hover,.NewEquipment main .right-0 .light-03:hover,.NewEquipment main .right-0 .light-04:hover,.NewEquipment main .right-0 .light-05:hover,.NewEquipment main .right-0 .top-bar-add-1:hover,.NewEquipment main .right-0 .top-bar-add-2:hover,.NewEquipment main .right-0 .top-bar:hover{background-color:#dde4f5}.NewEquipment main .right-0 .foot-img,.NewEquipment main .right-0 .light-01-img,.NewEquipment main .right-0 .light-02-img,.NewEquipment main .right-0 .light-03-img,.NewEquipment main .right-0 .light-04-img,.NewEquipment main .right-0 .light-05-img,.NewEquipment main .right-0 .top-bar-img{align-items:center;cursor:pointer;position:absolute;transition:.15s}.NewEquipment main .right-0 .foot,.NewEquipment main .right-0 .foot-img{bottom:65px;height:435px;left:50%;transform:translateX(-50%);width:50px}.NewEquipment main .right-0 .foot-img{width:180px}.NewEquipment main .right-0 .top-bar-add-container{display:flex;height:65px;left:50%;position:absolute;transform:translateX(-50%);width:410px}.NewEquipment main .right-0 .top-bar-add-container .top-bar-add-1,.NewEquipment main .right-0 .top-bar-add-container .top-bar-add-2{height:100%;position:relative;width:50%}.NewEquipment main .right-0 .top-bar-add-container .top-bar-add-1{border-right:none}.NewEquipment main .right-0 .top-bar-add-container img{cursor:pointer;width:50%}.NewEquipment main .right-0 .top-bar,.NewEquipment main .right-0 .top-bar-img{height:73px;left:50%;top:4rem;transform:translateX(-50%);width:510px;z-index:100}.NewEquipment main .right-0 .lights{display:flex;justify-content:space-around;left:50%;position:absolute;top:8.5rem;transform:translateX(-50%);width:100%;z-index:10}.NewEquipment main .right-0 .lights .light-02{border-left:none}.NewEquipment main .right-0 .lights .light-04{border-right:none}.NewEquipment main .right-0 .lights .light,.NewEquipment main .right-0 .lights img{height:110px;position:relative;width:90px}.NewEquipment main .right-0 .lights .light-container{display:flex}.NewEquipment main .right-1{overflow:hidden;position:relative;width:48%}.NewEquipment main .right-1 .other-category{color:#5672e4;cursor:pointer;display:flex;flex-direction:column;font-weight:700;gap:.5rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.NewEquipment main .right-1 .other-category:hover{text-decoration:underline}.NewEquipment main .right-1 .other-category-img{cursor:pointer;left:50%;max-height:85%;position:absolute;top:50%;transform:translate(-50%,-50%)}.NewEquipment .save-btn{background:#5672e4;border-radius:50%;bottom:0;color:#fff;font-size:1.2rem;padding:1rem;position:absolute;right:0;transition:.15s}.NewEquipment .save-btn:hover{background-color:#4060e0;cursor:pointer}.NewEquipment #missing{background-color:#f6b8c1}.NewEquipment #bar-missing{background-color:#f6b8c1;border-color:#e5304b}.NewEquipment #bar-missing:hover{background-color:#f3a1ad}.NewEquipment #other-category-missing{color:#e5304b}.UploadImage form{margin-top:2rem}.UploadImage form input[type=file]{display:none}.UploadImage form label{align-items:center;background-color:#f1f4fb;border-radius:1rem;cursor:pointer;display:flex;gap:1rem;height:3rem;justify-content:center;transition:.15s;width:12rem}.UploadImage form label:hover{background-color:#e5ebf8}.blur{background-color:#00000080;position:absolute;z-index:100}.UpdateEquipment,.blur{height:100vh;width:100%}.UpdateEquipment main{height:45rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.UpdateEquipment main .head{align-items:center;display:flex;gap:1rem}.UpdateEquipment main .head .back-to-dashboard{color:#000;font-size:1.5rem;transition:.15s}.UpdateEquipment main .head .back-to-dashboard:hover{transform:translateX(-6px)}.UpdateEquipment main .form{display:flex;flex-direction:row;justify-content:space-between;width:80rem}.UpdateEquipment main .form .left{width:50%}.UpdateEquipment main .form .left .category-selection{background-color:#f1f4fb;border-radius:1rem;display:flex;overflow:hidden;width:20rem}.UpdateEquipment main .form .left .category-selection p{cursor:pointer;padding:.8rem;text-align:center;width:100%}.UpdateEquipment main .form .left .category-selection .selected{background-color:#5672e4;color:#fff}.UpdateEquipment main .form .left h3{margin-bottom:1rem;margin-top:3rem}.UpdateEquipment main .form .left input,.UpdateEquipment main .form .left textarea{background-color:#f1f4fb;border:none;border-radius:1rem;font-size:1rem;outline:none;padding:1rem;width:100%}.UpdateEquipment main .form .left textarea{height:20rem;resize:none}.UpdateEquipment main .invisible{display:none}.UpdateEquipment main .right-0{height:42.5rem;margin-top:65px;overflow:hidden;position:relative;width:40%}.UpdateEquipment main .right-0 .foot,.UpdateEquipment main .right-0 .light-01,.UpdateEquipment main .right-0 .light-02,.UpdateEquipment main .right-0 .light-03,.UpdateEquipment main .right-0 .light-04,.UpdateEquipment main .right-0 .light-05,.UpdateEquipment main .right-0 .top-bar,.UpdateEquipment main .right-0 .top-bar-add-1,.UpdateEquipment main .right-0 .top-bar-add-2{align-items:center;background-color:#f1f4fb;border:1px solid #5672e4;cursor:pointer;display:flex;justify-content:center;position:absolute;transition:.15s}.UpdateEquipment main .right-0 .foot:hover,.UpdateEquipment main .right-0 .light-01:hover,.UpdateEquipment main .right-0 .light-02:hover,.UpdateEquipment main .right-0 .light-03:hover,.UpdateEquipment main .right-0 .light-04:hover,.UpdateEquipment main .right-0 .light-05:hover,.UpdateEquipment main .right-0 .top-bar-add-1:hover,.UpdateEquipment main .right-0 .top-bar-add-2:hover,.UpdateEquipment main .right-0 .top-bar:hover{background-color:#dde4f5}.UpdateEquipment main .right-0 .foot-img,.UpdateEquipment main .right-0 .light-01-img,.UpdateEquipment main .right-0 .light-02-img,.UpdateEquipment main .right-0 .light-03-img,.UpdateEquipment main .right-0 .light-04-img,.UpdateEquipment main .right-0 .light-05-img,.UpdateEquipment main .right-0 .top-bar-img{align-items:center;cursor:pointer;position:absolute;transition:.15s}.UpdateEquipment main .right-0 .foot,.UpdateEquipment main .right-0 .foot-img{bottom:65px;height:435px;left:50%;transform:translateX(-50%);width:50px}.UpdateEquipment main .right-0 .foot-img{width:180px}.UpdateEquipment main .right-0 .top-bar-add-container{display:flex;height:65px;left:50%;position:absolute;transform:translateX(-50%);width:410px}.UpdateEquipment main .right-0 .top-bar-add-container .top-bar-add-1,.UpdateEquipment main .right-0 .top-bar-add-container .top-bar-add-2{height:100%;position:relative;width:50%}.UpdateEquipment main .right-0 .top-bar-add-container .top-bar-add-1{border-right:none}.UpdateEquipment main .right-0 .top-bar,.UpdateEquipment main .right-0 .top-bar-img{height:73px;left:50%;top:4rem;transform:translateX(-50%);width:510px;z-index:100}.UpdateEquipment main .right-0 .lights{display:flex;justify-content:space-around;left:50%;position:absolute;top:8.5rem;transform:translateX(-50%);width:100%;z-index:10}.UpdateEquipment main .right-0 .lights .light-02{border-left:none}.UpdateEquipment main .right-0 .lights .light-04{border-right:none}.UpdateEquipment main .right-0 .lights .light,.UpdateEquipment main .right-0 .lights img{height:110px;position:relative;width:90px}.UpdateEquipment main .right-0 .lights .light-container{display:flex}.UpdateEquipment main .right-1{overflow:hidden;position:relative;width:48%}.UpdateEquipment main .right-1 .other-category{color:#5672e4;cursor:pointer;display:flex;flex-direction:column;font-weight:700;gap:.5rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.UpdateEquipment main .right-1 .other-category:hover{text-decoration:underline}.UpdateEquipment main .right-1 .other-category-img{cursor:pointer;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.UpdateEquipment .save-btn{background:#5672e4;border-radius:50%;bottom:0;color:#fff;font-size:1.2rem;padding:1rem;position:absolute;right:0;transition:.15s}.UpdateEquipment .save-btn:hover{background-color:#4060e0;cursor:pointer}.UpdateEquipment #missing{background-color:#f6b8c1}.UpdateEquipment #bar-missing{background-color:#f6b8c1;border-color:#e5304b}.UpdateEquipment #bar-missing:hover{background-color:#f3a1ad}.UpdateEquipment #other-category-missing{color:#e5304b}.UploadImage{background-color:#fff;border-radius:1rem;height:45rem;left:50%;padding:2rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:42rem;z-index:100}.UploadImage .head{align-items:center;display:flex;justify-content:space-between}.UploadImage .head .close{cursor:pointer;font-size:1.5rem}.UploadImage .options{display:flex;gap:1rem}.UploadImage .form{margin-top:2rem}.UploadImage .form input[type=file]{display:none}.UploadImage .form label{align-items:center;background-color:#f1f4fb;border-radius:1rem;cursor:pointer;display:flex;gap:1rem;height:3rem;justify-content:center;transition:.15s;width:12rem}.UploadImage .form label:hover{background-color:#e5ebf8}.UploadImage .clear-img{background:#e5304b;border:none;border-radius:1rem;color:#fff;cursor:pointer;font-size:1.2rem;height:3rem;transition:.15s;width:3rem}.UploadImage .clear-img:hover{background-color:#d21a36}.UploadImage .img-name{margin-top:1.5rem}.UploadImage .img{margin-top:1rem;max-height:25rem;max-width:38rem}.UploadImage .btn-save{align-items:center;background-color:#5672e4;border:none;border-radius:1rem;bottom:1.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;justify-content:center;padding:.8rem;position:absolute;transition:.15s;width:12rem}.UploadImage .btn-save:hover{background-color:#4060e0}.UploadImage .disabled,.UploadImage .disabled:hover{background-color:#768898;color:#fff;cursor:not-allowed}.UploadImage .upload-fail-text{color:#e5304b;margin-top:1rem}.UpdatePlace .upload-fail-text{background:#e5304b;border-radius:.5rem;color:#fff;margin:2rem;padding:1rem;width:20rem}.UpdatePlace .creation-mode{cursor:cell}.UpdatePlace .floor-plan-img{display:block;left:50%;max-height:85%;max-width:100%;object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:100}.UpdatePlace .bottom-container{bottom:0;display:flex;height:1020px;left:0;position:absolute;width:100vw}@media screen and (max-height:1200px){.UpdatePlace .bottom-container{height:calc(82vh - 2rem)}}.UpdatePlace .bottom-container .layout{background:#f1f4fb;border-radius:0 1rem 0 0;height:100%;min-width:70%;position:relative}.UpdatePlace .bottom-container .layout input{display:none}.UpdatePlace .bottom-container .layout label{align-items:center;color:#5672e4;cursor:pointer;display:flex;flex-direction:column;font-weight:700;gap:.5rem;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.UpdatePlace .bottom-container .layout label:hover{text-decoration:underline}.UpdatePlace .bottom-container .layout img{left:50%;max-height:85%;max-width:100%;position:absolute;top:50%;transform:translate(-50%,-50%)}.UpdatePlace .bottom-container .layout-item-select{padding:0 4rem}.UpdatePlace .information-for-selected{bottom:82vh;display:flex;justify-content:space-between!important;padding-left:2rem;position:absolute;width:70%}.UpdatePlace .information-for-selected .left{display:flex;gap:5rem}.UpdatePlace .information-for-selected .folder-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#f1f4fb;background-image:url("data:image/svg+xml;utf8,<svg fill=%27black%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M5.23 7.21a.75.75 0 0 1 1.06.02L10 11.085l3.71-3.855a.75.75 0 1 1 1.08 1.04l-4.25 4.417a.75.75 0 0 1-1.08 0L5.21 8.27a.75.75 0 0 1 .02-1.06z%27/></svg>");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem;border:none;border-radius:1rem;cursor:pointer;height:100%;outline:none;overflow:visible;padding:1rem;width:15rem}.UpdatePlace .information-for-selected .box{display:flex;flex-direction:column;gap:.5rem}.UpdatePlace .information-for-selected .box .row{display:flex;gap:1.5rem}.UpdatePlace .information-for-selected .box .row .row-container{border:1px solid #b7bbd0;border-radius:10px;display:flex;flex-direction:row;gap:.6rem;padding:.5rem 1rem}.UpdatePlace .information-for-selected .box .row .val{font-weight:700}.UpdatePlace .information-for-selected .save-floor-plan{align-items:center;background-color:#5672e4;border:none;border-radius:1rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;justify-content:center;padding:.8rem 1.2rem;transition:.15s;width:100%}.UpdatePlace .information-for-selected .save-floor-plan:hover{background-color:#4060e0}.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar-add{height:65px;left:50%;top:0;transform:translateX(-50%);width:410px}.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar-add-container{display:flex}.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar-add-container .top-bar-add-1,.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar-add-container .top-bar-add-2{position:relative}.NewPlace .upload-fail-text{background:#e5304b;border-radius:.5rem;color:#fff;margin:2rem;padding:1rem;width:20rem}.NewPlace .creation-mode{cursor:cell}.NewPlace .floor-plan-img{display:block;left:50%;max-height:85%;max-width:100%;object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:100}.NewPlace .bottom-container{bottom:0;display:flex;height:1020px;left:0;position:absolute;width:100vw}@media screen and (max-height:1200px){.NewPlace .bottom-container{height:calc(82vh - 2rem)}}.NewPlace .bottom-container .layout{background:#f1f4fb;border-radius:0 1rem 0 0;height:100%;min-width:70%;position:relative}.NewPlace .bottom-container .layout input{display:none}.NewPlace .bottom-container .layout label{align-items:center;color:#5672e4;cursor:pointer;display:flex;flex-direction:column;font-weight:700;gap:.5rem;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.NewPlace .bottom-container .layout label:hover{text-decoration:underline}.NewPlace .bottom-container .layout img{left:50%;max-height:85%;max-width:100%;position:absolute;top:50%;transform:translate(-50%,-50%)}.NewPlace .bottom-container .layout-item-select{padding:0 4rem}.NewPlace .information-for-selected{bottom:82vh;display:flex;justify-content:space-between!important;padding-left:2rem;position:absolute;width:70%}.NewPlace .information-for-selected .left{display:flex;gap:5rem}.NewPlace .information-for-selected .folder-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#f1f4fb;background-image:url("data:image/svg+xml;utf8,<svg fill=%27black%27 viewBox=%270 0 20 20%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M5.23 7.21a.75.75 0 0 1 1.06.02L10 11.085l3.71-3.855a.75.75 0 1 1 1.08 1.04l-4.25 4.417a.75.75 0 0 1-1.08 0L5.21 8.27a.75.75 0 0 1 .02-1.06z%27/></svg>");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem;border:none;border-radius:1rem;cursor:pointer;height:100%;outline:none;overflow:visible;padding:1rem;width:15rem}.NewPlace .information-for-selected .box{display:flex;flex-direction:column;gap:.5rem}.NewPlace .information-for-selected .box .row{display:flex;gap:1.5rem}.NewPlace .information-for-selected .box .row .row-container{border:1px solid #b7bbd0;border-radius:10px;display:flex;flex-direction:row;gap:.6rem;padding:.5rem 1rem}.NewPlace .information-for-selected .box .row .val{font-weight:700}.NewPlace .information-for-selected .save-floor-plan{align-items:center;background-color:#5672e4;border:none;border-radius:1rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;justify-content:center;padding:.8rem 1.2rem;transition:.15s;width:100%}.NewPlace .information-for-selected .save-floor-plan:hover{background-color:#4060e0}.EditFloorPlanEquipment{max-height:1020px;overflow-y:auto;padding-right:10px}@media screen and (max-height:1200px){.EditFloorPlanEquipment{height:calc(82vh - 2rem);padding-bottom:2rem}}.EditFloorPlanEquipment .head{align-items:center;display:flex;justify-content:space-between}.EditFloorPlanEquipment .head .delete-selection{cursor:pointer;font-size:1.5rem;transition:.15s}.EditFloorPlanEquipment .head .delete-selection:hover{color:#e5304b}.EditFloorPlanEquipment .category-selection{background-color:#f1f4fb;border-radius:1rem;display:flex;margin-top:2rem;overflow:hidden;width:20rem}.EditFloorPlanEquipment .category-selection p{cursor:pointer;padding:.8rem;text-align:center;width:100%}.EditFloorPlanEquipment .category-selection .selected{background-color:#5672e4;color:#fff}.EditFloorPlanEquipment .category-selection .disabled{background-color:#b7bbd0;pointer-events:none}.EditFloorPlanEquipment .list-length{margin-top:1rem}.EditFloorPlanEquipment .description{margin-top:2rem}.EditFloorPlanEquipment .description textarea{background-color:#f1f4fb;border:none;border-radius:1rem;height:10rem;margin-top:1rem;outline:none;padding:.8rem;resize:none;width:100%}.EditFloorPlanEquipment .equipment-slider{align-items:center;display:flex;gap:1rem;margin-top:3rem}.EditFloorPlanEquipment .equipment-slider .slider-icon{cursor:pointer;font-size:1.5rem;transition:.15s}.EditFloorPlanEquipment .equipment-slider .slider-icon:hover{color:#5672e4}.EditFloorPlanEquipment .equipment-slider .card{display:flex;flex-direction:column;gap:3rem;width:100%}.EditFloorPlanEquipment .equipment-slider .card .equipment-item-other-cat{background:none!important;border:3px solid #f1f4fb;border-radius:1rem;display:flex;flex-direction:column;height:20rem;padding:1rem;position:relative}.EditFloorPlanEquipment .equipment-slider .card .equipment-item-other-cat h3{text-align:center}.EditFloorPlanEquipment .equipment-slider .card .equipment-item-other-cat .img-container-other-cat{left:50%;position:absolute;top:58%!important;transform:translate(-50%,-55%)!important}.EditFloorPlanEquipment .equipment-slider .card .equipment-item-other-cat .img-container-other-cat img{max-width:15rem}.EditFloorPlanEquipment .equipment-slider .card .equipment-item{border:3px solid #f1f4fb;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;height:20rem;padding:1rem;width:20rem}.EditFloorPlanEquipment .equipment-slider .card .equipment-item h3{text-align:center}.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container{position:relative;transform:scale(.4)}.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .foot,.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar,.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar-add{position:absolute}.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .foot{height:435px;left:50%;top:203px;transform:translate(-50%,-65px)!important;width:180px!important}.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar-add-container{height:65px;left:50%;position:absolute;transform:translateX(-50%);width:410px}.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar-add-container .top-bar-add-1,.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar-add-container .top-bar-add-2{height:100%;position:absolute;width:50%}.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar-add-container .top-bar-add-1{border-right:none;left:0}.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar-add-container .top-bar-add-2{right:0}.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar{height:73px;left:50%;top:65px;transform:translateX(-50%);width:510px;z-index:100}.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .lights{display:flex;justify-content:space-around;left:50%;position:absolute;top:138px;transform:translateX(-50%);width:510px;z-index:10}.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .lights .light,.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .lights img{height:110px;position:relative;width:90px}.EditFloorPlanEquipment .equipment-slider .card .equipment-item .img-container .lights .light-container{display:flex}.EditFloorPlanEquipment .color-selection{align-items:center;display:flex;gap:1rem;margin-top:2rem;position:relative}.EditFloorPlanEquipment .color-selection label{align-items:center;display:flex;gap:1rem;pointer-events:none}.EditFloorPlanEquipment .color-selection .disable-color,.EditFloorPlanEquipment .color-selection .disable-color .color-represent{pointer-events:none}.EditFloorPlanEquipment .color-selection .color-select-container{display:flex}.EditFloorPlanEquipment .color-selection .color-select-container input{background:#f1f4fb;border:none;border-radius:10px 0 0 10px;height:2rem;outline:none;padding:.8rem;width:10rem}.EditFloorPlanEquipment .color-selection .color-select-container .color-represent{border-radius:0 10px 10px 0;height:2rem;pointer-events:all;width:2rem}.EditFloorPlanEquipment .btn-save{align-items:center;background-color:#5672e4;border:none;border-radius:1rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;justify-content:center;margin-top:5rem;padding:.8rem;transition:.15s;width:100%}.EditFloorPlanEquipment .btn-save:hover{background-color:#4060e0}.EditFloorPlanEquipment .disable-save{display:none}.EditFloorPlanEquipment .btn-edit{align-items:center;background-color:#5672e4;border:none;border-radius:1rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;justify-content:center;margin-top:5rem;padding:.8rem;transition:.15s;width:100%}.EditFloorPlanEquipment .btn-edit:hover{background-color:#4060e0}.EditFloorPlanEquipment .disable-edit{display:none}.PlaceRO .blur{background-color:#00000080;height:100vh;left:0;position:absolute;top:0;width:100vw}@media screen and (min-width:1900px){.PlaceRO .blur{display:none!important}}.PlaceRO .bottom-container{display:flex;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:100vw}@media screen and (max-width:2000px){.PlaceRO .bottom-container{gap:4rem}}@media screen and (max-width:1200px){.PlaceRO .bottom-container{align-items:center}}.PlaceRO .bottom-container .floor-plan-entry{height:2.5rem;transform:translate(5px,5px);width:2.5rem}@media screen and (max-width:1100px){.PlaceRO .bottom-container .floor-plan-entry{height:1.5rem;width:1.5rem}}.PlaceRO .bottom-container .layout{height:100%;position:relative;width:60%}.PlaceRO .bottom-container .layout .floor-plan-img{border:3px solid #f1f4fb;border-radius:1rem;display:block;max-height:70vh;max-width:70vw;object-fit:contain;z-index:100}@media screen and (max-width:1900px){.PlaceRO .bottom-container .layout .floor-plan-img{border:none;border-radius:0}}.PlaceRO .bottom-container .layout input{display:none}.PlaceRO .bottom-container .layout label{align-items:center;color:#5672e4;cursor:pointer;display:flex;flex-direction:column;font-weight:700;gap:.5rem;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.PlaceRO .bottom-container .layout label:hover{text-decoration:underline}.PlaceRO .bottom-container .layout img{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.PlaceRO .bottom-container .current-selection{align-items:center;display:flex;height:100%}.PlaceRO .bottom-container .current-selection .no-selection{align-items:flex-start;display:flex;flex-direction:column;gap:2rem;height:100%}@media screen and (max-width:1900px){.PlaceRO .bottom-container .current-selection .no-selection{display:none}}.place-ro-header{align-items:center;display:flex;padding-left:2rem;padding-right:2rem;z-index:100}.place-ro-header .link{color:#000;text-decoration:none}.place-ro-header .left{align-items:center;display:flex;gap:.6rem;height:5rem;width:100%}.place-ro-header .left .page-name{font-weight:500}.place-ro-header .left .bar{background-color:#b7bbd0;height:1.5rem;width:.25rem}.place-ro-header .new-place-name{border:none;border-bottom:2px solid #b7bbd0;font-size:1.75rem;font-weight:700;height:2rem;outline:none;padding-bottom:.5rem;width:20rem}@media screen and (max-height:450px){.place-ro-header{padding-left:1rem;padding-right:1rem}.place-ro-header .left{gap:.4rem;height:2.5rem}.place-ro-header .left h1{font-size:1rem}.place-ro-header .left .bar{height:1rem;width:.1rem}}@media screen and (max-width:1900px){.FloorPlanEquipment{display:none!important}}.FloorPlanEquipment .description{margin-top:2rem}.FloorPlanEquipment .description textarea{background-color:#f1f4fb;border:none;border-radius:1rem;height:10rem;margin-top:1rem;outline:none;padding:.8rem;resize:none;width:100%}.FloorPlanEquipment .equipment-slider{align-items:center;display:flex;gap:1rem;position:relative}.FloorPlanEquipment .equipment-slider .slider-icon{cursor:pointer;font-size:1.5rem;transition:.15s}.FloorPlanEquipment .equipment-slider .slider-icon:hover{color:#5672e4}.FloorPlanEquipment .equipment-slider .card{display:flex;flex-direction:column;gap:2rem;width:510px}.FloorPlanEquipment .equipment-slider .card .equipment-item-other-cat{border-radius:1rem;display:flex;flex-direction:column;gap:1rem;height:30rem}.FloorPlanEquipment .equipment-slider .card .equipment-item-other-cat h3{text-align:center}.FloorPlanEquipment .equipment-slider .card .equipment-item-other-cat .img-container-other-cat{display:flex;justify-content:center}.FloorPlanEquipment .equipment-slider .card .equipment-item-other-cat .img-container-other-cat img{width:25rem}.FloorPlanEquipment .equipment-slider .card .equipment-item{border-radius:1rem;display:flex;flex-direction:column;gap:1rem;height:38rem;position:relative;width:100%}.FloorPlanEquipment .equipment-slider .card .equipment-item h3{text-align:center}.FloorPlanEquipment .equipment-slider .card .equipment-item .img-container{position:relative}.FloorPlanEquipment .equipment-slider .card .equipment-item .img-container .foot,.FloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar,.FloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar-add{position:absolute}.FloorPlanEquipment .equipment-slider .card .equipment-item .img-container .foot{height:435px;left:50%;top:203px;transform:translate(-50%,-65px);width:140px}.FloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar-add{height:65px;left:50%;top:0;transform:translateX(-50%);width:410px}.FloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar-add-container{height:65px;left:50%;position:absolute;transform:translateX(-50%);width:410px}.FloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar-add-container .top-bar-add-1,.FloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar-add-container .top-bar-add-2{height:100%;position:absolute;width:50%}.FloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar-add-container .top-bar-add-1{border-right:none;left:0}.FloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar-add-container .top-bar-add-2{right:0}.FloorPlanEquipment .equipment-slider .card .equipment-item .img-container .top-bar{height:73px;left:50%;top:65px;transform:translateX(-50%);width:510px;z-index:100}.FloorPlanEquipment .equipment-slider .card .equipment-item .img-container .lights{display:flex;justify-content:space-around;left:50%;position:absolute;top:138px;transform:translateX(-50%);width:510px;z-index:10}.FloorPlanEquipment .equipment-slider .card .equipment-item .img-container .lights .light,.FloorPlanEquipment .equipment-slider .card .equipment-item .img-container .lights img{height:110px;position:relative;width:90px}.FloorPlanEquipment .equipment-slider .card .equipment-item .img-container .lights .light-container{display:flex}.FloorPlanEquipment .color-selection{align-items:center;display:flex;gap:1rem;justify-content:flex-start;margin-top:2rem;position:relative}.FloorPlanEquipment .color-selection label{align-items:center;display:flex;gap:1rem;pointer-events:none}.FloorPlanEquipment .color-selection .disable-color,.FloorPlanEquipment .color-selection .disable-color .color-represent{pointer-events:none}.FloorPlanEquipment .color-selection .color-select-container{display:flex}.FloorPlanEquipment .color-selection .color-select-container input{background:#f1f4fb;border:none;border-radius:10px 0 0 10px;height:2rem;outline:none;padding:.8rem;width:10rem}.FloorPlanEquipment .color-selection .color-select-container .color-represent{border-radius:0 10px 10px 0;height:2rem;pointer-events:all;width:2rem}.FloorPlanEquipment .btn-save{align-items:center;background-color:#5672e4;border:none;border-radius:1rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;justify-content:center;margin-top:5rem;padding:.8rem;transition:.15s;width:100%}.FloorPlanEquipment .btn-save:hover{background-color:#4060e0}.FloorPlanEquipment .disable-save{display:none}.FloorPlanEquipment .btn-edit{align-items:center;background-color:#5672e4;border:none;border-radius:1rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;justify-content:center;margin-top:5rem;padding:.8rem;transition:.15s;width:100%}.FloorPlanEquipment .btn-edit:hover{background-color:#4060e0}.FloorPlanEquipment .disable-edit{display:none}*{box-sizing:border-box;font-family:Kumbh Sans;margin:0;padding:0}body{background-color:#fff;height:100vh;width:100%}.FloorPlanEquipmentModal{background:#fff;border-radius:1rem;flex-direction:column;height:75vh;justify-content:space-between;left:50%;padding:2rem;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:200}@media screen and (min-width:1900px){.FloorPlanEquipmentModal{display:none!important}}@media screen and (max-height:1000px){.FloorPlanEquipmentModal{height:85vh}}@media screen and (max-height:880px){.FloorPlanEquipmentModal{height:95vh}}.FloorPlanEquipmentModal .description textarea{background-color:#f1f4fb;border:none;border-radius:1rem;height:10rem;margin-top:1rem;outline:none;padding:.8rem;resize:none;width:100%}@media screen and (max-height:1150px){.FloorPlanEquipmentModal .description textarea{height:6rem}}@media screen and (max-height:1030px){.FloorPlanEquipmentModal .description textarea{height:5rem}}.FloorPlanEquipmentModal .close-icon{cursor:pointer;font-size:1.3rem;position:absolute;right:2rem;top:2rem;z-index:200}.FloorPlanEquipmentModal .equipment-item-other-cat{display:flex;flex-direction:column;justify-content:center}.FloorPlanEquipmentModal .equipment-item-other-cat .img-container img,.FloorPlanEquipmentModal .equipment-item-other-cat .img-container-other-cat img{margin-top:1rem;max-height:45vh}.FloorPlanEquipmentModal .equipment-item{border-radius:1rem;display:flex;flex-direction:column;gap:1rem;height:32rem;position:relative;width:100%}@media screen and (max-width:1500px){.FloorPlanEquipmentModal .equipment-item{height:25rem}}.FloorPlanEquipmentModal .equipment-item h3{text-align:center}.FloorPlanEquipmentModal .equipment-item .img-container{margin-top:2rem;position:relative;transform:scale(.8);width:510px}@media screen and (max-width:1500px){.FloorPlanEquipmentModal .equipment-item .img-container{transform:scale(.6)}}.FloorPlanEquipmentModal .equipment-item .img-container .foot,.FloorPlanEquipmentModal .equipment-item .img-container .top-bar,.FloorPlanEquipmentModal .equipment-item .img-container .top-bar-add{position:absolute}.FloorPlanEquipmentModal .equipment-item .img-container .foot{height:435px;left:50%;top:203px;transform:translate(-50%,-65px);width:140px}.FloorPlanEquipmentModal .equipment-item .img-container .top-bar-add{height:65px;left:50%;top:0;transform:translateX(-50%);width:410px}.FloorPlanEquipmentModal .equipment-item .img-container .top-bar{height:73px;left:50%;top:65px;transform:translateX(-50%);width:510px;z-index:100}.FloorPlanEquipmentModal .equipment-item .img-container .top-bar-add-container{height:65px;left:50%;position:absolute;transform:translateX(-50%);width:410px}.FloorPlanEquipmentModal .equipment-item .img-container .top-bar-add-container .top-bar-add-1,.FloorPlanEquipmentModal .equipment-item .img-container .top-bar-add-container .top-bar-add-2{height:100%;position:absolute;width:50%}.FloorPlanEquipmentModal .equipment-item .img-container .top-bar-add-container .top-bar-add-1{border-right:none;left:0}.FloorPlanEquipmentModal .equipment-item .img-container .top-bar-add-container .top-bar-add-2{right:0}.FloorPlanEquipmentModal .equipment-item .img-container .lights{display:flex;justify-content:space-around;left:50%;position:absolute;top:138px;transform:translateX(-50%);width:510px;z-index:10}.FloorPlanEquipmentModal .equipment-item .img-container .lights .light,.FloorPlanEquipmentModal .equipment-item .img-container .lights img{height:110px;position:relative;width:90px}.FloorPlanEquipmentModal .equipment-item .img-container .lights .light-container{display:flex}.FloorPlanEquipmentModal .color-selection{display:flex;gap:1rem;position:relative}.FloorPlanEquipmentModal .color-selection label{align-items:center;display:flex;gap:1rem}.FloorPlanEquipmentModal .color-selection .color-select-container{display:flex}.FloorPlanEquipmentModal .color-selection .color-select-container input{background:#f1f4fb;border:none;border-radius:10px 0 0 10px;height:2rem;outline:none;padding:.8rem;width:10rem}.FloorPlanEquipmentModal .color-selection .color-select-container .color-represent{border-radius:0 10px 10px 0;height:2rem;pointer-events:all;width:2rem}
/*# sourceMappingURL=main.fbe2aa0e.css.map*/