@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap);body{font-family:Nunito,sans-serif;margin:0;padding:0}#root,body{background:#000;color:#f1f1f1}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:#f1f1f1;text-decoration:none}.App{display:flex}.authErrorMessage{color:#ff7b7b;margin-top:20px}.menu{background:#1e1e21;border-radius:10px;box-sizing:border-box;height:calc(100% - 20px);justify-content:space-around;left:10px;padding:0 10px;position:fixed;top:10px;width:13vw}.menu,.menu__list{display:flex;flex-direction:column}.menu__list-item{border-radius:10px;box-sizing:border-box;color:#fff;display:block;font-size:12px;font-weight:700;margin-bottom:10px;padding:14px 0 14px 10px;text-transform:uppercase;transition:.1s;width:100%}.menu__list-item.active{background:#0077e4}.menu__list-item:hover{background:#5389c9;transition:.1s}.menu__list-item:last-child{border-bottom:none}.chat__body{background:#1f223c;border-top-left-radius:15px;bottom:0;box-sizing:border-box;display:flex;flex-direction:column;height:54vh;overflow-y:scroll;padding:10px 10px 40px;position:absolute;right:0;width:500px}.chat__body-form-input{width:100%}.object-send-message.access{background:#357135;font-size:16px;padding:20px}.object-send-message.reject{background:#af6464;font-size:16px;padding:20px}.chat__body-form{bottom:0;display:flex;position:absolute;right:0;width:500px;z-index:10}.chat__body-form>.chat__body-form-input{background:#40456f;color:#f1f1f1;outline:none;padding:5px 10px}.chat__body-form>button{border-radius:5px;border-bottom-left-radius:0;border-top-left-radius:0}.chat__body-message{display:flex;margin-top:10px;width:100%}.chat__body-message>p{background:#7373ff;border-radius:10px;box-sizing:border-box;display:block;margin:0;max-width:80%;padding:5px 10px}.chat__body-message.admin{justify-content:end}.content{background:#1e1e21;background-color:#1e1e21;border-radius:10px;bottom:10px;box-sizing:border-box;height:calc(100% - 20px);left:15vw;overflow-y:scroll;padding:10px;position:fixed;top:10px;width:84vw}thead{box-shadow:0 8px 14px -10px #b4b4b4;height:60px}thead>tr>th{text-align:left}.table{border:1px solid #2f2f2f;border-radius:10px;width:100%}.table tbody tr>td{max-width:500px;overflow-x:hidden}.table tbody tr:nth-child(odd){background-color:rgba(211,211,222,.1)}.table tbody tr:nth-child(2n){background-color:rgba(211,211,222,.01)}input[type=date]{background-color:#7d8fa9;border:none;border-radius:6px;box-shadow:inset 0 0 15px -3px #3b3b3b;color:#1d232c;margin-right:10px;padding:3px 24px}button,input[type=date]{font-size:15px;outline:none}button{background-color:rgba(211,211,222,.12);border:none;color:#f1f1f1;cursor:pointer;padding:4px 24px}.chats-page{display:flex}.chats-page_list-item{background-color:rgba(211,211,222,.12);border-bottom:1px solid #606060;box-sizing:border-box;display:block;display:flex;flex-direction:column;padding:5px 10px}.chats-page_list-item.active{background-color:#1e1e21}.chats-page_list-item-header{align-items:flex-start;display:flex;justify-content:space-between}.chats-page_chat{max-height:94vh}.chats-page_chat-messages{box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow-y:scroll;padding-bottom:70px;padding-top:20px}.chats-page_chat-messages-item{margin-bottom:6px;width:100%}.chats-page_chat-messages-item.admin{display:flex;justify-content:flex-end;width:100%}.chats-page_chat-form{background-color:#313131;box-sizing:border-box;display:flex;justify-content:space-between;margin-top:-60px;padding:10px 15px}.chats-page_chat-form-input{background:#868686;border:none;box-sizing:border-box;color:#f1f1f1;display:block;font-size:14px;margin-right:10px;outline:none;padding-left:10px;width:100%}.chats-page_info-row{color:#d5d5d5}.chats-page_info-row-value{color:#fff;font-weight:700}.chats-page_info-row-value>a{background:#f1f1f1;border:1px solid #f1f1f1;color:#333;font-size:12px;margin-left:10px;padding:4px 10px}.chats-page_chat-form-submit{background:none;border:none;display:block;padding:5px 10px;width:auto}.chats-page_chat-messages-item-text{background-color:rgba(211,211,222,.12);border-radius:5px;display:flex;flex-direction:column;margin:0 10px;padding:5px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.chats-page_chat-messages-item-text-time{color:#9f9f9f;display:block;font-size:12px;text-align:right}.chats-page_list{display:flex;flex-direction:column;max-height:94vh;overflow-y:scroll;width:30%}.chats-page_info{background-color:rgba(211,211,222,.12);border-radius:10px;box-sizing:border-box;margin-left:1%;padding:20px;width:29%}.chats-page_chat-messages::-webkit-scrollbar-thumb,.chats-page_chat-messages::-webkit-scrollbar-track,.chats-page_list::-webkit-scrollbar-thumb,.chats-page_list::-webkit-scrollbar-track{border-radius:0}.chats-page_chat-messages::-webkit-scrollbar,.chats-page_list::-webkit-scrollbar{width:5px}.chats-page_info-row{display:block}.chats-page_info>fieldset:last-child{margin-top:20px}.chats-page_chat{background-color:rgba(211,211,222,.12);border-radius:0 10px 10px 0;box-sizing:border-box;width:40%}.chats-page_list-item-address{font-size:16px}.chats-page_list-item-message{color:#888;display:block;font-size:14px;margin-top:5px;width:94%}.chats-page_list-item-body{align-items:flex-end;display:flex;justify-content:space-between}.new_message_ping{-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite;background-color:#fff;border-radius:50%;box-shadow:0 0 0 0 #000;display:block;height:10px;margin-bottom:10px;margin-right:4px;-webkit-transform:scale(1);transform:scale(1);width:10px}@-webkit-keyframes pulse{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.7);-webkit-transform:scale(.95);transform:scale(.95)}70%{box-shadow:0 0 0 10px transparent;-webkit-transform:scale(1);transform:scale(1)}to{box-shadow:0 0 0 0 transparent;-webkit-transform:scale(.95);transform:scale(.95)}}@keyframes pulse{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.7);-webkit-transform:scale(.95);transform:scale(.95)}70%{box-shadow:0 0 0 10px transparent;-webkit-transform:scale(1);transform:scale(1)}to{box-shadow:0 0 0 0 transparent;-webkit-transform:scale(.95);transform:scale(.95)}}.chats-page_list-item-created{color:#888;font-size:12px}::-webkit-scrollbar{width:15px}::-webkit-scrollbar-track{border:1px solid rgba(211,211,222,.12);border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background:rgba(211,211,222,.12)}.indexes-header-row{align-items:center;display:flex;justify-content:space-between}.range_medians_rooms_price{display:block}.background-ranges-median-rooms-price{background:#1c1f37;border-radius:5px;padding:5px 10px}.indexes-flex{display:flex;justify-content:space-between}.indexes-flex>.indexes-flex-item:first-child{width:59%}.indexes-flex>.indexes-flex-item:last-child{width:40%}.indexes-flex>.indexes-flex-item:first-child .table>thead>tr:first-child>th:first-child{width:100px}.row-chart,.row-chart>.chartjs-size-monitor,.row-chart>canvas{height:300px}.object-table{width:100%}.object-table-row{border-bottom:1px solid #f1f1f1;display:flex;padding:10px}.row-flex>.object-table:first-child{border-right:1px solid #fff}.cell-images>img{display:none}.cell-images>img:first-child{cursor:pointer;display:block;height:50px}.main-row{display:flex;flex-wrap:wrap}.main-row-item{background:rgba(211,211,222,.15);border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;height:100px;justify-content:space-between;margin:10px;padding:10px;width:18%}.main-row-item:hover{background:rgba(211,211,222,.12)}.main-row-item-h1{color:#eef0f4;display:block;font-size:14px}.main-row-item-h2{color:#dde1e8;display:block;font-size:22px}.object-table-row-cell:first-child{width:20%}.object-table-row-cell:last-child{width:70%}.object-send-message{margin-top:30px}button[disabled]{color:#767676}.row-flex{display:flex;justify-content:space-between;width:100%}.charges-table{border:1px solid #fff;width:100%}.campagins-price-row{background-color:#1c1f37;margin-top:10px;padding:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}h1{margin-top:0}.buttons-row{display:flex;margin-bottom:10px}.buttons-row>button{border-right:1px solid #333;font-size:20px}.buttons-row>button:first-child{border-top-left-radius:20px}.buttons-row>button:last-child{border-bottom-right-radius:20px}.campagins-price-row>span{display:block}.form-offer-price{margin-top:20px}.form-offer-price>input{border:none;font-size:20px;outline:none;padding:5px 10px}.access-color{color:#00b200}.form-offer-price>button{border:none;border-radius:0;font-size:20px;outline:none;padding:5px 10px}.charges-table .object-table-row-cell:last-child{align-items:center;display:flex;font-size:24px;justify-content:end;width:70%}.charges-table .object-table-row-cell:first-child{align-items:center;display:flex;width:30%}.content-row{display:flex;justify-content:space-between;width:100%}.content-row>.left-side{width:44%}.content-row>.right-side{width:54%}.content-row>.right-side>.row{align-items:center;display:flex;font-size:24px}.usersTable{background:#353b4b;box-sizing:border-box;font-size:24px;margin-top:15px;padding:10px;width:100%}.offer-send-money-table-row{display:flex}.usersTable td{border-bottom:1px solid #fff;border-right:1px solid #fff;padding:5px}.charges-button-send{color:#fff;font-size:24px;margin-top:15px}.auth__overlay{align-items:center;display:flex;height:100vh;justify-content:space-around;width:100vw}.offer-send-money-table{width:30%}.send-money-offers-flex{display:flex}.offer-send-money-table .object-table-row-cell{min-height:35px}.offer-send-money-table .object-table-row-cell:last-child{font-size:18px}.auth__form{background:#323c48;border-radius:10px;display:flex;flex-direction:column;padding:40px 20px;width:300px}.auth__form>input{border:none;font-size:16px;margin-bottom:20px;outline:none;padding:5px 10px}.auth__form>button{border-radius:0;cursor:pointer;font-size:20px;margin-top:20px;padding:10px;width:100%}.charges-page input[type=checkbox]{cursor:pointer;height:20px;width:20px}.charges-table .object-table-row-cell:last-child>input{background:#353b4b;border:none;color:#fff;display:block;font-size:24px;outline:none;width:100%}.savedText{color:#01b901;display:block;transition:.3s}.kdsajjjj-dshjhg-sdlbmdkdploghjd-dddd{display:flex;flex-direction:column}.mainPage-filter>button,.mainPage-filter>input{background:rgba(211,211,222,.15);border-radius:0;box-shadow:none;color:#fff;display:block;font-size:18px;margin:0}.mainPage-filter>input:first-child{border-radius:10px 0 0 10px}.mainPage-filter>button{border-left:1px solid #161b21;font-size:16px;padding:10px 15px}.mainPage-filter>button:hover{background:rgba(211,211,222,.12)}.mainPage-filter>button:last-child{border-radius:0 10px 10px 0}.mainPage-filter{display:flex;margin-bottom:10px;padding-left:10px}.lds-roller{display:inline-block;height:80px;left:45%;position:relative;top:40%;width:80px}.lds-roller div{-webkit-animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:40px 40px;transform-origin:40px 40px}.lds-roller div:after{background:#fff;border-radius:50%;content:" ";display:block;height:7px;margin:-4px 0 0 -4px;position:absolute;width:7px}.lds-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.lds-roller div:first-child:after{left:63px;top:63px}.lds-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.lds-roller div:nth-child(2):after{left:56px;top:68px}.lds-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.lds-roller div:nth-child(3):after{left:48px;top:71px}.lds-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.lds-roller div:nth-child(4):after{left:40px;top:72px}.lds-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.lds-roller div:nth-child(5):after{left:32px;top:71px}.lds-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.lds-roller div:nth-child(6):after{left:24px;top:68px}.lds-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.lds-roller div:nth-child(7):after{left:17px;top:63px}.lds-roller div:nth-child(8){-webkit-animation-delay:-.288s;animation-delay:-.288s}.lds-roller div:nth-child(8):after{left:12px;top:56px}.a-block{display:block}@-webkit-keyframes lds-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.menu__list-item.mobile{display:none}@media screen and (max-width:1400px){body{font-size:12px}}.message-box-icon{display:none}@media screen and (max-width:600px){.menu{border-radius:0;border-radius:initial;bottom:0;height:50px;left:0;padding-bottom:20px;position:fixed;top:auto;width:100%;z-index:9999}.content{padding-bottom:50px}.objects-table>tbody>tr>td:nth-child(2),.objects-table>tbody>tr>td:nth-child(4),.objects-table>thead>tr>th:nth-child(2),.objects-table>thead>tr>th:nth-child(4){display:none}.object-table-row>.object-table-row-cell:first-child{width:30%}.object-table-row>.object-table-row-cell:nth-child(2){box-sizing:border-box;padding-left:20px;width:70%}.object-table-row-cell>p{margin:0}.message-box-icon{align-items:center;background:#d3cff8;border-radius:50%;bottom:96px;display:block;display:flex;height:50px;justify-content:space-around;position:fixed;right:40px;width:50px}.message-box-icon>svg{fill:#141627;height:50px;width:20px}.chat__body,.chat__body-form{display:none}.buttons-accept-or-eject{display:flex}.object-send-message{display:block;padding:10px;width:100%}.object-send-message.access,.object-send-message.reject{font-size:12px;margin:0 0 120px;padding:10px;width:100%}.row-flex{flex-direction:column}.menu__list:before{display:none}.menu__list{display:flex;flex-direction:row}.menu__list-item.desktop{display:none}.menu__list-item.mobile{align-items:center;border-radius:0;border-radius:initial;display:block;display:flex;height:50px;justify-content:space-around;margin-bottom:0;padding:initial}.menu__list-item.mobile>svg{height:20px;width:50px}body{background-color:#000}.content{bottom:0;height:auto;left:auto;margin:0;padding:20px 0 0;right:0;top:0;width:100%}.main-row{justify-content:space-around}.main-row-item{margin:0 0 20px;width:90%}}.PhotoView-Portal{height:100%;left:0;overflow:hidden;position:fixed;top:0;touch-action:none;width:100%;z-index:2000}@-webkit-keyframes PhotoView__rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes PhotoView__rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes PhotoView__delayIn{0%,50%{opacity:0}to{opacity:1}}@keyframes PhotoView__delayIn{0%,50%{opacity:0}to{opacity:1}}.PhotoView__Spinner{-webkit-animation:PhotoView__delayIn .4s linear both;animation:PhotoView__delayIn .4s linear both}.PhotoView__Spinner svg{-webkit-animation:PhotoView__rotate .6s linear infinite;animation:PhotoView__rotate .6s linear infinite}.PhotoView__Photo{cursor:grab;max-width:none}.PhotoView__Photo:active{cursor:grabbing}.PhotoView__icon{display:inline-block;left:0;position:absolute;top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.PhotoView__PhotoBox,.PhotoView__PhotoWrap{bottom:0;direction:ltr;left:0;position:absolute;right:0;top:0;touch-action:none;width:100%}.PhotoView__PhotoWrap{overflow:hidden;z-index:10}.PhotoView__PhotoBox{-webkit-transform-origin:left top;transform-origin:left top}@-webkit-keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}@keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft,.PhotoView-Slider__clean .PhotoView-Slider__ArrowRight,.PhotoView-Slider__clean .PhotoView-Slider__BannerWrap,.PhotoView-Slider__clean .PhotoView-Slider__Overlay,.PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover{opacity:0}.PhotoView-Slider__Backdrop{background:#000;height:100%;left:0;position:absolute;top:0;transition-property:background-color;width:100%;z-index:-1}.PhotoView-Slider__fadeIn{-webkit-animation:PhotoView__fade linear both;animation:PhotoView__fade linear both;opacity:0}.PhotoView-Slider__fadeOut{animation:PhotoView__fade linear reverse both;opacity:0}.PhotoView-Slider__BannerWrap{align-items:center;background-color:rgba(0,0,0,.5);color:#fff;display:flex;height:44px;justify-content:space-between;left:0;position:absolute;top:0;transition:opacity .2s ease-out;width:100%;z-index:20}.PhotoView-Slider__BannerWrap:hover{opacity:1}.PhotoView-Slider__Counter{font-size:14px;opacity:.75;padding:0 10px}.PhotoView-Slider__BannerRight{align-items:center;display:flex;height:100%}.PhotoView-Slider__toolbarIcon{fill:#fff;box-sizing:border-box;cursor:pointer;opacity:.75;padding:10px;transition:opacity .2s linear}.PhotoView-Slider__toolbarIcon:hover{opacity:1}.PhotoView-Slider__ArrowLeft,.PhotoView-Slider__ArrowRight{align-items:center;bottom:0;cursor:pointer;display:flex;height:100px;justify-content:center;margin:auto;opacity:.75;position:absolute;top:0;transition:opacity .2s linear;-webkit-user-select:none;user-select:none;width:70px;z-index:20}.PhotoView-Slider__ArrowLeft:hover,.PhotoView-Slider__ArrowRight:hover{opacity:1}.PhotoView-Slider__ArrowLeft svg,.PhotoView-Slider__ArrowRight svg{fill:#fff;background:rgba(0,0,0,.3);box-sizing:initial;height:24px;padding:10px;width:24px}.PhotoView-Slider__ArrowLeft{left:0}.PhotoView-Slider__ArrowRight{right:0}
/*# sourceMappingURL=main.aed784d3.css.map*/