@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:wght@500&display=swap";.popup-wrapper{width:100vw;height:100vh;position:fixed;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:transparent;top:0;z-index:1030;left:0;text-align:center;filter:drop-shadow(0px 5px 10px rgba(11,23,85,.3));border-radius:10px;display:block}.popup-wrapper .edit-window{width:725px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.popup-wrapper .edit-window .red{color:#d8422a!important}.popup-wrapper .edit-window .head{height:35px;background:#001a5f;border-radius:5px}.popup-wrapper .edit-window .popup-content{display:flex;flex-direction:column;justify-content:space-between;max-height:90vh;margin-top:10px;background-color:#fff;border-radius:10px;padding:23px 60px 35px;text-align:left;overflow-y:auto;box-sizing:border-box}.popup-wrapper .edit-window .popup-content .content-wrapper{overflow-y:auto;padding-bottom:20px;flex-grow:1}.popup-wrapper .edit-window .popup-content .popup-inputs-wrapper{width:100%;display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.popup-wrapper .edit-window .popup-content .popup-inputs-wrapper .input-group{width:100%;position:relative;display:flex}.popup-wrapper .edit-window .popup-content .popup-inputs-wrapper .input-group i{font-size:17px;position:absolute;top:50%;right:20px;transform:translateY(-50%);color:#001a5f;pointer-events:none}.popup-wrapper .edit-window .popup-content .popup-inputs-wrapper .input-group img{width:20px;height:20px;position:absolute;top:50%;right:12px;transform:translateY(-50%);cursor:pointer}.popup-wrapper .edit-window .popup-content .input-field{width:100%;display:block;background:#eee;box-shadow:0 4px 8px #0000001a;border-radius:5px;border:0;padding:10px 20px;color:#001a5f;box-sizing:border-box;font-family:Inter,sans-serif}.popup-wrapper .edit-window .popup-content .input-field::placeholder{color:#001a5f;opacity:.7}.popup-wrapper .edit-window .popup-content .input-field:-ms-input-placeholder{color:#001a5f;opacity:.7}.popup-wrapper .edit-window .popup-content .input-field::-ms-input-placeholder{color:#001a5f;opacity:.7}.popup-wrapper .edit-window .popup-content .input-field.input-with-icon{padding-right:45px}.popup-wrapper .edit-window .popup-content input[type=file].input-field{padding:8px 12px}.popup-wrapper .edit-window .popup-content .line{width:100%;height:2px;background:#001a5f;margin-top:20px;margin-bottom:20px}.popup-wrapper .edit-window .popup-content p.popup-progress-text{text-align:center;margin-top:15px;margin-bottom:15px;color:#001a5f;font-size:14px;min-height:20px}.popup-wrapper .edit-window .popup-content h3{font-weight:700;margin-bottom:36px;color:#001a5f}.popup-wrapper .edit-window .popup-content h4{margin:15px 0;font-size:17px;color:#001a5f}.popup-wrapper .edit-window .popup-content p{color:#001a5f;margin:0}.popup-wrapper .edit-window .popup-content p.italic{font-style:italic}.popup-wrapper .edit-window .popup-content p.small{font-size:.85rem}.popup-wrapper .edit-window .popup-content i{font-size:1rem;position:absolute;top:.75rem;right:1rem}.popup-wrapper .edit-window .popup-content i:before{color:#001a5f}.popup-wrapper .edit-window .popup-content i.pointer{cursor:pointer}.popup-wrapper .edit-window .popup-content select{-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:1px;text-overflow:"";width:100%;border:0;padding:10px 40px 10px 20px;background:#eee;box-shadow:0 4px 8px #0000001a;border-radius:5px;color:#001a5f;cursor:pointer}.popup-wrapper .edit-window .popup-content select option{width:100%;height:100px;color:#001a5f;font-size:14px}.popup-wrapper .edit-window .popup-content textarea{width:100%;height:150px;display:block;background:#eee;box-shadow:0 4px 8px #0000001a;border-radius:5px;padding:10px;border:0;color:#001a5f;box-sizing:border-box;font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal}.popup-wrapper .edit-window .popup-content textarea::placeholder{color:#001a5f;opacity:1}.popup-wrapper .edit-window .popup-content textarea:-ms-input-placeholder{color:#001a5f;opacity:.7}.popup-wrapper .edit-window .popup-content textarea::-ms-input-placeholder{color:#001a5f;opacity:.7}.popup-wrapper .edit-window .popup-content input{width:100%;display:block;background:#eee;box-shadow:0 4px 8px #0000001a;border-radius:5px;border:0;color:#001a5f;box-sizing:border-box}.popup-wrapper .edit-window .popup-content input::placeholder{color:#001a5f;opacity:1}.popup-wrapper .edit-window .popup-content input:-ms-input-placeholder{color:#001a5f;opacity:.7}.popup-wrapper .edit-window .popup-content input::-ms-input-placeholder{color:#001a5f;opacity:.7}.popup-wrapper .edit-window .popup-content input:not([type=checkbox]){display:flex;position:relative}.popup-wrapper .edit-window .popup-content input:not([type=number]),.popup-wrapper .edit-window .popup-content input:not([type=radio]){padding:10px 40px 10px 20px}.popup-wrapper .edit-window .popup-content input.disabled-input{opacity:.5;pointer-events:none;cursor:not-allowed}.popup-wrapper .edit-window .popup-content input[type=number]{padding:10px 20px}.popup-wrapper .edit-window .popup-content input[type=radio]{width:16px;height:auto;background:none;box-shadow:none;padding:5px;cursor:pointer}.popup-wrapper .edit-window .popup-content input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;border:1px solid #001A5F;border-radius:2px;outline:none;cursor:pointer;background-color:transparent;padding:0;margin:0}.popup-wrapper .edit-window .popup-content input[type=checkbox]:checked:before{content:"✓";display:block;width:20px;height:20px;line-height:20px;text-align:center;color:#fff;font-weight:700;background-color:transparent;position:relative;top:-1px;left:-1px}.popup-wrapper .edit-window .popup-content input[type=checkbox]:checked{background-color:#001a5f}.popup-wrapper .edit-window .popup-content .disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.popup-wrapper .edit-window .popup-content .icon-wrapper{display:flex;align-items:center;justify-content:center;cursor:pointer}.popup-wrapper .edit-window .popup-content .icon-wrapper .icon{width:20px;height:20px}.popup-wrapper .edit-window .popup-content .buttons{display:flex;gap:10px;justify-content:center}.popup-wrapper .edit-window .popup-content .buttons button{border-radius:5px;font-size:14px;padding:8px 18px;background-color:#fff}.popup-wrapper .edit-window .popup-content .buttons button.answer-call{background:#001a5f;color:#fff}.popup-wrapper .edit-window .popup-content .col-wrapper{width:100%;display:flex;flex-wrap:wrap;flex-direction:column;gap:1rem;position:relative;box-sizing:border-box}.popup-wrapper .edit-window .popup-content .col-wrapper.flex-2{flex:2}.popup-wrapper .edit-window .popup-content .col-wrapper.flex-4{flex:4}.popup-wrapper .edit-window .popup-content .col-wrapper.flex-6{flex:6}.popup-wrapper .edit-window .popup-content .col-wrapper.gap-min{gap:.5rem}.popup-wrapper .edit-window .popup-content .row-wrapper{width:100%;display:flex;flex-direction:row;gap:1rem;position:relative;box-sizing:border-box}.popup-wrapper .edit-window .popup-content .row-wrapper.short{width:fit-content}.popup-wrapper .edit-window .popup-content .row-wrapper-space-between{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:1rem;position:relative;box-sizing:border-box}.popup-wrapper .edit-window .popup-content .row-wrapper-mini{display:flex;flex-direction:row;align-items:center;gap:1rem;position:relative;box-sizing:border-box;min-width:80px;max-width:150px;width:auto}.popup-wrapper .edit-window .popup-content .row-wrapper-mini input{width:100%!important;min-width:60px;padding:10px!important;text-align:center;box-sizing:border-box}.popup-wrapper .edit-window .popup-content .box-wrapper{width:100%;display:flex;flex-wrap:wrap;flex-direction:row;position:relative;box-sizing:border-box}.popup-wrapper .edit-window .popup-content .centered-flex-items{justify-content:center;align-items:center}.popup-wrapper .edit-window .popup-content .row-flex-left-items{justify-content:flex-start;align-items:center}.popup-wrapper .edit-window .popup-content .row-flex-right-items{justify-content:flex-end;align-items:center}.popup-wrapper .edit-window .remove-icon-abs{position:absolute;top:50%;right:10px;transform:translate(-50%,-50%);width:1rem;height:1rem;cursor:pointer}.popup-wrapper .edit-window .selected-item{display:flex;color:#001a5f;background:#eee;justify-content:space-between;padding:10px 10px 10px 20px;border-radius:5px;box-sizing:border-box;font-size:12px}.popup-wrapper .edit-window .selected-item .remove-icon{display:flex;align-items:center;justify-content:center;color:#001a5f;font-size:1rem;cursor:pointer;width:1rem;height:1rem;padding:0;margin:0}.popup-wrapper .edit-window .selected-list-abs{width:100%;top:44px;left:0;position:absolute;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;box-sizing:content-box;border-radius:34px;padding:4px;z-index:2}.popup-wrapper .edit-window .selected-list-abs .list-item{width:100%;display:flex;padding:10px;box-sizing:border-box;color:#001a5f;background:#eee}.popup-wrapper .edit-window .selected-list-abs .list-item:hover{background:#001a5f!important;color:#fff!important;cursor:pointer}.popup-wrapper .edit-window .selected-list-abs .list-item.disabled{pointer-events:none;cursor:not-allowed;opacity:.75}.popup-wrapper .edit-window .selected-list-abs .list-item .name{font-size:12px}.popup-wrapper .edit-window .selected-list-rel{width:100%;position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;box-sizing:content-box;padding:4px;gap:8px;overflow-y:auto}.popup-wrapper .edit-window .selected-list-rel .list-item{width:100%;display:flex;flex-direction:column;padding:8px 16px;gap:4px;box-sizing:border-box;border-radius:4px;color:#001a5f;background:#eee}.popup-wrapper .edit-window .selected-list-rel .list-item:hover{background:#001a5f!important;color:#fff!important;cursor:pointer}.popup-wrapper .edit-window .selected-list-rel .list-item.disabled{pointer-events:none;cursor:not-allowed;opacity:.75}.popup-wrapper .edit-window .selected-list-rel .list-item .name{font-size:12px}.popup-wrapper .edit-window .bubbles-wrapper{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}.popup-wrapper .edit-window .bubbles-wrapper .day-bubble{display:flex;align-items:center;justify-content:center;background-color:#eee;padding:10px;border-radius:50%;width:1rem;height:1rem;font-size:.75rem;overflow:hidden;cursor:pointer}.popup-wrapper .edit-window .bubbles-wrapper .day-bubble.selected{color:#eee;background-color:#001a5f}.popup-wrapper .edit-window .btns{display:flex;justify-content:center;gap:21px;margin-top:30px}.popup-wrapper .edit-window .btns div{border:2px solid #001A5F;font-size:14px;padding:8px 20px;border-radius:5px;cursor:pointer;color:#001a5f}.popup-wrapper .edit-window .btns div.assign{background-color:#001a5f;color:#fff;pointer-events:none;opacity:.5}.popup-wrapper .edit-window .btns div.assign.active{pointer-events:all;opacity:1}.popup-wrapper .edit-window .btns div.disabled{opacity:.5;pointer-events:none;cursor:not-allowed}body{min-height:100vh;min-width:100vw;margin:0;padding:0;font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal;box-sizing:border-box}#app{height:100vh;width:100vw;margin:0;padding:0;display:flex;justify-content:center;align-items:center;box-sizing:border-box}
