@charset "UTF-8";:root{--body-background: #F1F1F1;--menu-background: #292B37;--text-color: #292B37;--main-color:#83B235;--main-color-hover:#6A902C;--background-color-white: white;--text-color-black: black;--background-color-gray: #fafafa;--main-menu-text:#74757D;--text-red:#B9431C;--text-green:#83B235;--Shadowpopup: #292B371A;--Shadowpopupblur:16px;--color-white:white;--button-green-text-color: white;--button-gray:#F1F1F1;--hover-gray:#f5f5f5;--button-gray-disable:#c2c2c2;--button-gray-hover-color: white;--button-white-color:#83B235;--button-white-color-hover:#6A902C;--background-color-modal: white;--modal-close-icon: #292B37;--menu-btn-color:#666;--menu-btn-hover-color:#333;--modal-border-color:#ddd;--modal-box-shadow: 0 8px 16px rgba(0, 0, 0, .1);--varning-bg:#fffceb;--warning-text:inherit;--varning-border:#ebc600;--warning-icon:rgb(248, 139, 39);--table-hover-tr: #f5f5f5;--table-tr-selected: #F4FFE2;--sort-fill:black;--checkbox-border-color: #D4D5D7;--checkbox-background-checked: url("data:image/svg+xml,%3csvg%20width='20'%20height='21'%20viewBox='0%200%2020%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%200.5C1.79086%200.5%200%202.29086%200%204.5V16.5C0%2018.7091%201.79086%2020.5%204%2020.5H16C18.2091%2020.5%2020%2018.7091%2020%2016.5V4.5C20%202.29086%2018.2091%200.5%2016%200.5H4ZM3.99826%2011.2776L5.82838%209.4475L8.57363%2012.1928L14.5213%206.24506L16.3514%208.07519L8.57342%2015.8532L6.7433%2014.0231L6.74351%2014.0229L3.99826%2011.2776Z'%20fill='%2383B235'/%3e%3c/svg%3e") no-repeat;--download-icon-clor: #4a85d5;--download-button-border: #EFF3FA;--download-scrollbar-color: #F1F1F1}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Commissioner,sans-serif;color:var(--text-color);background:var(--body-background);min-width:440px}a{color:var(--main-color);text-decoration:none}header{background-color:var(--background-color-white);padding:20px 32px;display:flex;align-items:center;justify-content:space-between;height:96px;width:100%}header a.logo{text-decoration:none;color:var(--text-color-black)}header .logo-container{display:flex;align-items:center;gap:20px;font-size:32px;font-weight:500;cursor:pointer}header .search-container{display:flex;justify-content:end;flex:1;max-width:832px;position:relative;margin-left:20px}header .search-input{padding:16px 20px;border-radius:8px;font-size:16px;flex:1;max-width:680px;height:56px;border:0;background:var(--background-color-gray) url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.031%2016.617L21.6064%2020.1916C21.9972%2020.5823%2021.9972%2021.2158%2021.6065%2021.6065C21.2158%2021.9972%2020.5823%2021.9972%2020.1916%2021.6064L16.617%2018.031C15.0237%2019.3082%2013.042%2020.0029%2011%2020C6.032%2020%202%2015.968%202%2011C2%206.032%206.032%202%2011%202C15.968%202%2020%206.032%2020%2011C20.0029%2013.042%2019.3082%2015.0237%2018.031%2016.617ZM16.025%2015.875C17.2941%2014.5699%2018.0029%2012.8204%2018%2011C18%207.132%2014.867%204%2011%204C7.132%204%204%207.132%204%2011C4%2014.867%207.132%2018%2011%2018C12.8204%2018.0029%2014.5699%2017.2941%2015.875%2016.025L16.025%2015.875Z'%20fill='%23292B37'/%3e%3c/svg%3e") no-repeat;background-position-x:calc(100% - 20px);background-position-y:center}header .search-input:focus{border:none;outline:none}header .logout-btn{width:132px;height:55px;background:var(--main-color);border-radius:8px;padding:0 20px;border:0;color:var(--button-green-text-color);font-size:16px;margin-left:20px;display:flex;align-items:center;justify-content:space-evenly;cursor:pointer}header .logout-btn:hover{background:var(--main-color-hover)}main{margin:0;padding:0;display:flex}.content{margin:0;padding:0;display:flex}.button{padding:8px 15px;width:135px;height:41px;font-size:16px;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s;display:flex;align-items:center;gap:5px;justify-content:center}.button svg{width:20px;height:20px;flex:none}.button_gray{background:var(--button-gray);color:var(--text-color)}.button_gray.disabled{color:var(--button-gray-disable);//display: none}.button_gray.disabled svg path{fill:var(--button-gray-disable)!important}.button_gray:not(.disabled):hover{background:var(--main-color);color:var(--button-gray-hover-color)}.button_gray svg path{fill:var(--text-color)}.button_gray:not(.disabled):hover svg path{fill:var(--button-gray-hover-color)}.button_white{border-style:solid;border-width:1px;border-color:var(--main-color);color:var(--button-white-color);background:var(--background-color-white)}.button_white:not(.disabled):hover{color:var(--button-white-color-hover);border-color:var(--main-color-hover)}.button_white svg path{fill:var(--main-color)}.button_white:not(.disabled):hover svg path{fill:var(--main-color-hover)}.button_green{border-style:solid;border-width:1px;border-color:var(--main-color);color:var(--button-green-text-color);background:var(--main-color)}.button_green svg path{fill:var(--color-white)}.button_green.disabled{border-color:var(--button-gray);background:var(--button-gray);color:var(--button-gray-disable);border-width:1px;border-style:solid}.button_green.disabled svg path{fill:var(--button-gray-disable)!important}.button_green:not(.disabled):hover svg path{fill:var(--color-white)}.button_green:not(.disabled):hover{background:var(--main-color-hover)}.button img{margin-right:8px}.button_white.disabled{border-color:var(--button-gray);background:var(--button-gray);color:var(--button-gray-disable)}.button_white.disabled svg path{fill:var(--button-gray-disable)!important}.auth_form{margin:0;padding:0;display:flex;justify-content:center;align-items:center;height:100vh;z-index:200}.auth_form .login-header img,.auth_form .login-header svg,.auth_form .login-header h2{display:inline-block;vertical-align:middle}.logo_img svg path.fill_color{fill:var(--main-color)}.auth_form .login-header p{font-size:24px;font-weight:500;margin-top:32px;padding:0}.auth_form .login-header h2{margin-left:12px;font-size:32px;margin-top:0;margin-bottom:0}.auth_form .login-container{background-color:var(--background-color-modal);padding:32px;width:516px;max-width:90%;border-radius:16px;box-shadow:0 8px 24px #292b370a;box-sizing:border-box;position:relative;z-index:200}.auth_form .login-header{text-align:center;margin-bottom:24px}.auth_form .form-group{margin-bottom:8px}.auth_form .form-group label{display:block;margin-bottom:8px;font-weight:700;text-transform:uppercase;font-size:12px}.auth_form .form-group input{width:100%;padding:10px;border:1px solid #C2C2C2;border-radius:8px;font-size:16px;box-sizing:border-box;height:40px;background:inherit;color:var(--text-color)}.auth_form .form-group input:focus{border-color:#c2c2c2;outline:none}.auth_form .login-button{width:100%;padding:19px;background-color:var(--main-color);color:var(--button-green-text-color);border:none;border-radius:8px;font-size:16px;cursor:pointer;margin-top:8px;height:55px}.auth_form .login-button:hover{background-color:var(--main-color)}.auth_form .forgot-password{text-align:center;margin-top:16px}.auth_form .forgot-password a{text-decoration:none}.auth_form .forgot-password a:hover{text-decoration:underline}.auth_form .modal_close{position:absolute;top:19px;right:19px}.auth_form .modal-delete{width:610px;max-width:90%}.auth_form .modal-header{font-size:24px;font-weight:600}.auth_form .modal-text{font-size:20px;font-weight:400;margin-top:12px;color:var(--main-menu-text)}.auth_form .form_buttons{display:flex;justify-content:space-between;gap:32px}.auth_form .form_buttons button{width:50%!important}.auth_form .form_buttons .cancel-button{background:var(--button-gray);font-weight:600;font-size:16px;line-height:136%;display:flex;align-items:center;justify-content:center;border:0;outline:0;height:55px;margin-top:8px;border-radius:8px}.error{color:var(--text-red);margin-top:10px}.modal_dark{margin:0;padding:0;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background:#0000006b;z-index:100}.background_modal{position:fixed;display:flex;justify-content:center;align-items:center;width:100%;height:100%;top:0;left:0;z-index:100}.background_modal .modal-container{background-color:var(--background-color-modal);padding:32px;border-radius:16px;box-shadow:0 8px 24px #292b370a;box-sizing:border-box;position:relative;z-index:200;width:610px;max-width:90%}.background_modal .modal-container form{margin-top:32px}.background_modal .form-group{margin-bottom:8px}.background_modal .form-group label{display:block;margin-bottom:8px;font-weight:700;text-transform:uppercase;font-size:12px}.background_modal .form-group input{width:100%;padding:10px;border:1px solid #C2C2C2;border-radius:8px;font-size:16px;box-sizing:border-box;height:40px;background:inherit;color:var(--text-color)}.background_modal .form-group input:focus{border-color:#c2c2c2;outline:none}.background_modal .modal_close{position:absolute;top:19px;right:19px}.background_modal .modal_close svg path{fill:var(--modal-close-icon)}.background_modal .modal-container.modal-delete,.background_modal .modal-container.modal-rename,.background_modal .modal-container.modal-create,.background_modal .modal-container.modal-download-link{width:610px;max-width:90%}.background_modal .modal-header{font-size:24px;font-weight:600;display:flex;justify-content:space-between;align-items:center}.background_modal .modal-header svg path{fill:var(--text-color)}.background_modal .modal-text{font-size:20px;font-weight:400;margin-top:12px;color:var(--main-menu-text);display:flex;gap:5px;align-items:center}.background_modal .form_buttons{display:flex;justify-content:space-between;gap:32px}.background_modal .form_buttons button{width:100%;padding:19px;margin-top:8px;height:55px}.modal_copy_download_link{width:100%;min-height:56px;background:var(--background-color-gray);display:flex;align-items:center;justify-content:space-between;margin-top:32px;padding:18px;position:relative}.modal_copy_download_link .copy_to_buffer{position:absolute;top:18px;right:18px;display:block}.modal_download_link_a{color:var(--text-color);font-size:16px;font-weight:400;text-decoration:none;width:90%;word-wrap:break-word;overflow-y:scroll;display:block;height:100%}.modal_download_link_a::-webkit-scrollbar{width:0}.modal-download-link form{margin-top:32px}.background_modal .modal-container.modal-info{width:610px}.modal-info .filename{font-size:20px;line-height:126%;font-weight:400;display:flex;gap:8px}.modal-text-info{margin-top:32px}.modal-text-field{margin-top:16px;font-size:16px;line-height:126%}.modal-text-field .location{border-style:solid;border-width:1px;border-color:var(--main-menu-text);padding:10px 25px;display:flex;width:max-content;text-align:center;border-radius:8px;margin-top:2px;height:42px;align-items:center;gap:8px}.modal-text-field .location svg{width:21px;height:21px;fill:var(--main-menu-text)}.modal-text-field .location svg path{fill:var(--main-menu-text)}.modal-info .form_buttons{margin-top:32px;display:flex;justify-content:space-between;gap:16px}.modal-info .form_buttons button{height:41px}.files-input{text-align:center}.files-input svg path{fill:var(--text-color)}.files-input .form_header{font-weight:500;font-size:32px;line-height:124%;text-align:center}.files-input .form_text{font-weight:400;font-size:16px;line-height:126%;text-align:center}.form_h_m_s{display:flex;justify-content:space-between;margin-bottom:32px}.form_h_m_s .form-item{width:160px;height:40px;display:flex;align-items:center;gap:12px}.form_h_m_s .form-item input{width:88px;height:40px;border-style:solid;border-width:2px;border-color:var(--button-gray);border-radius:8px;text-align:center;font-size:24px;color:var(--main-color)}.form_h_m_s .form-item span{font-size:16px}.left_menu{color:var(--main-menu-text);min-height:calc(100vh - 96px);width:82px;height:100%}.left_menu a{color:var(--main-menu-text);display:flex;align-items:center;text-decoration:none}.left_menu .menu-item.active a{color:var(--background-color-white)}.left_menu .menu_background{background:var(--menu-background);position:relative;min-height:600px;height:100%;width:82px}.left_menu .menu_content{position:relative;height:calc(100vh - 120px);min-height:250px;padding:20px}.left_menu ul{list-style-type:none;padding:0;margin:0}.left_menu .menu-item{display:flex;align-items:center;height:42px;margin-bottom:20px;border-radius:5px;cursor:pointer}.left_menu .menu-item:hover{background-color:#ffffff26;color:var(--background-color-white)}.left_menu .menu-item:hover .menu-icon svg path{fill:#fff!important}.left_menu .menu-item.active{background-color:#ffffff26;color:var(--background-color-white)}.left_menu .menu-icon{width:42px;height:42px}.left_menu .menu-text{font-size:16px;font-weight:600;display:none}.left_menu .menu_bottom{text-align:center;position:absolute;bottom:0}.left_menu .menu_bottom .lang{display:flex;justify-content:space-around}.left_menu .menu_bottom .lang a{display:none;width:42px;height:42px;align-items:center;justify-content:center;text-decoration:none;font-size:16px;text-transform:uppercase;border-radius:10px;margin:0 auto}.left_menu .menu_bottom .lang a.active{display:flex;background-color:#ffffff26;color:var(--color-white)}.left_menu .menu_bottom .fix_it{display:none;width:116px;height:42px;align-items:center;justify-content:center;text-decoration:none;font-size:16px;text-transform:uppercase;border-radius:10px;background-color:#ffffff26;margin:32px auto 0}.left_menu .menu_bottom .fix_it a{text-decoration:none;text-transform:none;display:flex;gap:5px;align-items:center}.left_menu .menu_bottom .menu_hide{background:url("data:image/svg+xml,%3csvg%20width='10'%20height='18'%20viewBox='0%200%2010%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.11789%209.26562L0.643467%203.20404C0.139678%202.64622%200.139678%201.74181%200.643466%201.18399C1.14725%200.626169%201.96406%200.62617%202.46785%201.18399L8.91135%208.31858C9.38372%208.84162%209.38372%209.68963%208.91135%2010.2127L2.46785%2017.3473C1.96406%2017.9051%201.14725%2017.9051%200.643466%2017.3473C0.139678%2016.7894%200.139678%2015.885%200.643466%2015.3272L6.11789%209.26562Z'%20fill='%23F8F9FF'/%3e%3c/svg%3e") no-repeat;background-position:center;width:41px;height:41px;margin-top:32px;display:flex}.left_menu:hover,.left_menu:hover .menu_background{width:216px}.left_menu:hover .menu-text{display:block}.left_menu:hover .menu_bottom .lang a{display:flex;width:88px}.left_menu:hover .menu_bottom .fix_it{display:flex;justify-content:space-around}.left_menu:hover .menu_hide{display:none}.content_box{flex:1;width:100%;padding:32px}.breadcrumbs_container{width:100%}.disk_list{display:flex;flex-wrap:wrap;gap:32px}.disk_list .item{background:var(--background-color-modal);display:flex;position:relative;justify-content:space-between;width:calc(33.33% - 24px);height:auto;min-width:390px;max-width:562px;padding:24px;border-radius:16px;box-shadow:0 8px 24px #292b370a}.bucket_icon svg path{fill:var(--text-green)}.bucket_icon.text_red svg path{fill:var(--text-red)}.disk_list .item .item_left img,.disk_list .item .item_left a,.disk_list .item .item_left span{display:block}.disk_list .item .item_left .name{margin-top:16px;color:var(--text-color);font-size:24px;font-weight:500;line-height:124%;text-decoration:none}.disk_list .item .item_left .date{color:#9397b1;font-size:14px;font-weight:300;margin-top:8px}.disk_list .folder-info{display:flex;flex-wrap:wrap}.disk_list .folder-info .folder-size{margin-top:8px;font-size:14px}.disk_list .folder-info .date.date_slash{margin-right:5px;margin-left:5px}.disk_percent{width:122px;height:122px;position:relative}.procent_text{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:500;color:var(--text-color)}.sector{width:100%;height:100%}.sector svg{width:100%;height:100%}.disk_percent svg.sector circle{stroke:#83b23533}.backet_create_link{position:fixed;right:64px;bottom:64px;width:84px;height:84px;background:var(--main-color) url("data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.74639%2015.9425C9.74407%2016.3877%2010.1031%2016.7468%2010.5484%2016.7444C10.9936%2016.7421%2011.3564%2016.3793%2011.3587%2015.9341L11.3831%2011.2583L16.0588%2011.234C16.504%2011.2317%2016.8669%2010.8689%2016.8692%2010.4236C16.8715%209.9784%2016.5124%209.61934%2016.0672%209.62166L11.3914%209.64597L11.4174%204.64763C11.4197%204.20239%2011.0607%203.84333%2010.6154%203.84564C10.1702%203.84796%209.8074%204.21077%209.80508%204.65601L9.77909%209.65436L4.78074%209.68035C4.3355%209.68267%203.97269%2010.0455%203.97037%2010.4907C3.96806%2010.936%204.32712%2011.295%204.77235%2011.2927L9.7707%2011.2667L9.74639%2015.9425Z'%20fill='white'/%3e%3c/svg%3e") no-repeat;background-position:center;background-size:28px;border-radius:50%;text-decoration:none}.backet_create_link.disabled{background:var(--button-gray) url("data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.74639%2015.9425C9.74407%2016.3877%2010.1031%2016.7468%2010.5484%2016.7444C10.9936%2016.7421%2011.3564%2016.3793%2011.3587%2015.9341L11.3831%2011.2583L16.0588%2011.234C16.504%2011.2317%2016.8669%2010.8689%2016.8692%2010.4236C16.8715%209.9784%2016.5124%209.61934%2016.0672%209.62166L11.3914%209.64597L11.4174%204.64763C11.4197%204.20239%2011.0607%203.84333%2010.6154%203.84564C10.1702%203.84796%209.8074%204.21077%209.80508%204.65601L9.77909%209.65436L4.78074%209.68035C4.3355%209.68267%203.97269%2010.0455%203.97037%2010.4907C3.96806%2010.936%204.32712%2011.295%204.77235%2011.2927L9.7707%2011.2667L9.74639%2015.9425Z'%20fill='white'/%3e%3c/svg%3e") no-repeat;background-position:center;background-size:28px;cursor:auto;display:none}body.menu_fixed header{position:fixed;top:0;left:0;z-index:100}body.menu_fixed main{margin-top:96px}body.menu_fixed .left_menu .menu_background{position:fixed;height:calc(100vh - 96px)}body.menu_fixed .left_menu .menu-text{width:132px}.menu-btn{background:none;border:none;cursor:pointer;padding:5px;font-size:18px;color:var(--menu-btn-color)}.menu-btn svg path{fill:var(--menu-btn-color)}.menu-btn:hover{color:var(--menu-btn-hover-color)}.dropdown-menu{display:none;position:absolute;right:0;background-color:var(--background-color-white);min-width:160px;box-shadow:var(--modal-box-shadow);border-radius:4px;z-index:1;padding:8px;border:1px solid var(--modal-border-color)}.dropdown-menu a{color:var(--text-color-black);display:flex;align-items:center;line-height:132%;text-decoration:none;font-size:16px;padding-top:8px;padding-bottom:8px}.dropdown-menu a i{margin-right:8px;width:16px;text-align:center}.dropdown-menu a img{margin-right:4px}.dropdown-menu a a:hover{background-color:#f8f9fa}.dropdown-menu.show{display:block}.disk_list .item .menu-btn{position:absolute;top:10px;right:20px;font-size:24px}.disk_list .item .dropdown-menu{position:absolute;right:12px;top:12px;border:0;border-radius:5px}.disk_list .item .dropdown-menu .menu-btn{position:absolute;top:0;right:0}.disk_list .item .dropdown-menu .menu-btn img,.disk_list .item .dropdown-menu .menu-btn svg{width:15px;height:15px}.breadcrumbs{display:flex;align-items:center}.breadcrumbs a{color:var(--text-color);text-decoration:none;font-weight:500;line-height:132%;font-size:18px}.breadcrumbs img,.breadcrumbs svg{margin:0 8px;position:relative;top:3px}.breadcrumbs svg path{fill:var(--text-color)}.breadcrumbs span{color:var(--main-color);font-weight:500;line-height:132%;font-size:18px}.folder-container{background:var(--background-color-white);padding:24px;margin-top:28px;border-radius:16px}.button-container2{display:flex;justify-content:flex-end;gap:24px}.folder-top{display:flex;justify-content:space-between;min-height:60px}.folder_left{display:flex;flex:none;margin-right:40px}.folder_comeback{width:29px;height:60px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--background-color-gray);margin-right:10px}.folder_comeback svg path{fill:var(--text-color)}.folder_header{font-size:24px;font-weight:500}.folder-size{font-size:18px;color:var(--text-green);font-weight:500}.selected-files img,.selected-files svg{margin-left:8px;display:block}.selected-files img,.selected-files svg path{fill:var(--text-color)}.button-container{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;flex:auto}.selected-files{display:flex;align-items:center;padding:8px 15px;justify-content:space-between;background:var(--table-tr-selected);height:41px;font-size:16px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.folder_buttons2{display:flex;align-items:center;justify-content:flex-end;gap:12px}.selected-files small{font-size:12px;color:var(--main-menu-text)}.files-table{width:100%;border-collapse:collapse;margin-top:20px;color:var(--text-color-black)}.files-table a{text-decoration:none;color:var(--text-color)}.files-table a.folder_name_a{display:block}.files-table .input_checkbox{width:20px;height:20px}.files-table td{padding:6px;text-align:left;vertical-align:middle}.files-table thead td{color:var(--text-color-black);font-size:18px;font-weight:600;height:37px}.files-table thead td a,.files-table thead td span{display:inline-block;vertical-align:middle}.files-table thead td.active span{color:var(--main-color)}.files-table thead td .file_table_sort_icon{margin-left:5px}.file_table_sort_icon svg path{fill:var(--sort-fill)}.files-table td.active .file_table_sort_icon svg path{fill:var(--main-color)}.file_table_sort_icon.sort_desc svg{transform:rotate(180deg)}.files-table tr{height:37px}.files-table td{font-size:16px;font-weight:400}.files-table :not(thead) tr:hover{background-color:var(--table-hover-tr)}.files-table tr.selected{background:var(--table-tr-selected)}.files-table tr td{padding:5px 20px}thead .input_checkbox{border-style:solid;border-width:2px}td.checkbox{width:70px;text-align:center}td.file_icon{width:40px}td.file_icon svg,td.file_icon img{fill:var(--text-color);width:24px;height:24px}td.file_icon svg path{fill:var(--text-color)}td.file_name{width:40%}td.file_size,td.file_owner,td.file_date{width:20%}td.file_menu{width:50px;position:relative;text-align:right}td.file_menu .dropdown-menu{min-width:220px;position:absolute;right:0;top:0;padding:8px;border-radius:8px}td.file_menu .dropdown-menu a svg{width:15px;height:15px;flex:none;margin-right:5px}td.file_menu .dropdown-menu a svg path{fill:var(--text-color)}td.file_menu .dropdown-menu .menu-btn{position:absolute;right:10px;top:10px;width:20px;height:20px;padding:0}td.file_menu .dropdown-menu .menu-btn img,td.file_menu .dropdown-menu .menu-btn svg{width:12px;height:12px}.custom_checkbox{width:20px;height:20px;border-style:solid;border-width:2px;border-color:var(--checkbox-border-color);border-radius:5px;display:block;margin-left:24px;margin-right:24px}.custom_checkbox.checked{background:var(--checkbox-background-checked);border-color:var(--main-color);background-size:20px 20px;background-position:center}.context_buttons{display:none;position:absolute;width:100%;top:40px;z-index:10;background:var(--background-color-white);color:var(--text-color-black);border-radius:10px;box-shadow:var(--modal-box-shadow)}.button_parent{position:relative}.button_parent:not(.disabled):hover .context_buttons{display:block}.context_buttons span{display:block;text-align:center;height:36px;padding:7px;color:var(--main-menu-text);font-weight:600}.context_buttons span:first-child{border-bottom-style:solid;border-width:1px;border-color:var(--hover-gray)}.select .options{display:none;background:var(--background-color-white);border-radius:8px;box-shadow:0 4px 16px #292b371a;position:relative;z-index:100}.select:hover .options{display:block}.select .option{display:block;cursor:pointer;padding:10px;text-align:left}.select .option.selected{color:var(--main-color)}.select .value{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:5px;color:var(--text-color)}.select .value img{margin-top:4px}.emptyBacket{width:100%;display:flex;align-items:center;justify-content:center;padding-top:100px;padding-bottom:100px}.emptyBacketUpload{width:95%;max-width:569px;height:352px;display:flex;align-items:center;flex-direction:column;background:#fcfcfc;justify-content:center;border-radius:30px;border-style:dashed;border-color:#d4d5d7;border-width:1px}.emptyBacket .form_header{font-size:32px;display:block;margin-top:32px}.emptyBacket .form_text{font-size:16px;display:block;margin-top:12px;color:#a8a8a8}.pagination-top{display:flex;width:100%;justify-content:space-between;align-items:center;height:71px}.pagination-top-div{width:200px}.numbered-pagination{display:flex;justify-content:center;height:100px;align-items:center;gap:32px}.per-page-selector{display:flex;align-items:center;gap:8px;width:220px;text-align:right;justify-content:right}.per-page-selector span{font-weight:500;font-size:16px;line-height:136%;color:var(--text-color)}.per-page-select{background-color:var(--button-gray);width:86px;height:41px;gap:8px;border-radius:8px;font-size:16px;text-align:center;border:none;font-weight:500;color:var(--text-color)}.per-page-select svg path{fill:var(--text-color)}.per-page-select:focus{border:none;outline:none}.load-more-btn{width:160px;height:41px;text-align:center;display:block;gap:8px;border-radius:8px;cursor:pointer;font-weight:600;font-size:16px;line-height:136%;border:none;margin:0 auto}.pagination-list{display:flex;align-items:center;list-style:none;padding:0;margin:0;height:50px;gap:32px}.pagination-link{width:40px;height:40px;gap:10px;border-radius:8px;text-decoration:none;color:var(--text-color);font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center}.pagination-link:not(.disabled):hover{background:var(--main-color);color:var(--color-white)}.pagination-item.active .pagination-link{background:var(--main-color);color:var(--color-white)}.pagination-btn{width:110px;height:40px;gap:10px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center;border:none;outline:none;cursor:pointer;color:var(--text-color)}.pagination-btn.disabled{color:var(--button-gray-disable)}.pagination-btn.disabled svg path{fill:var(--button-gray-disable)!important}.pagination-btn:not(.disabled):hover svg path{fill:var(--color-white)!important}.text_red{color:var(--text-red)}.text_green{color:var(--text-green)}.input_error{border-style:solid!important;border-color:red!important;border-width:1px!important}.showUploadMangaer{position:fixed;width:105px;height:105px;right:30px;bottom:30px;display:flex;z-index:100;background:var(--background-color-gray);border-width:4px;border-style:solid;border-color:var(--download-button-border);align-items:center;justify-content:center;border-radius:16px;box-shadow:var(--modal-box-shadow)}.showUploadMangaer svg{width:32px;height:32px}.showUploadMangaer svg path{fill:var(--download-icon-clor)}.modal-download-manager{width:689px!important}.file_item{display:flex;gap:12px;padding:12px}.file_info{flex:1}.file_uploads{max-height:260px;overflow-y:scroll}.file_uploads::-webkit-scrollbar{background:var(--background-color-gray);width:8px}.file_uploads::-webkit-scrollbar-thumb{background:var(--download-scrollbar-color)}.file_item_icon{width:37px;height:37px}.file_item_icon svg{width:100%;height:100%}.file_item_icon svg path{fill:var(--text-color)}.file_right .error{color:var(--text-red);font-weight:400;font-size:16px;line-height:132%}.file_right .error_more_info{color:#a8a8a8;font-weight:400;font-size:16px;line-height:132%;text-decoration:underline;text-decoration-style:solid;margin-left:10px;margin-right:24px}.file_name{font-weight:400;font-size:16px;line-height:132%;width:325px;word-wrap:break-word;word-break:break-all}.file_item_text{flex:1;display:flex;justify-content:space-between}.status{display:block;width:100%;height:8px;margin-top:8px;background:#edf3fb}.upload_success{display:flex;gap:8px;align-items:center}.upload_status{display:flex;gap:14px;align-items:flex-end}.upload_status .upload_size{font-weight:400;font-size:12px;line-height:132%;color:#a8a8a8}.upload_status b{font-weight:500;font-size:16px;color:var(--text-color)}.status_line{height:8px;display:block;background:#4a85d5}.status_line.uploaded{height:8px;display:block;background:#83b235;width:100%}.status_line.error{height:8px;display:block;background:var(--text-red);width:100%}.modal-download-manager{position:absolute!important;bottom:20px;right:20px}.top_warning{border-color:var(--varning-border);border-style:solid;border-width:1px;background-color:var(--varning-bg);color:var(--warning-text);padding:15px;border-radius:3px;font-size:14px;margin-bottom:24px;position:relative}.top_warning .top_warning_hide_a{display:block;margin-top:5px}.top_warning .top_warning_hide_icon{display:block;position:absolute;right:12px;top:12px}.top_warning .top_warning_hide_icon img,.top_warning .top_warning_hide_icon svg{width:12px;height:12px}.top_warning .top_warning_hide_icon svg path{fill:var(--text-color)}.top_warning_flex{display:flex;align-items:flex-start;gap:12px}.top_warning_flex svg path{fill:var(--warning-icon)}.top_warning_text{flex:1}.error_message{color:var(--text-red);margin-top:5px}.cursor_pointer{cursor:pointer}.top_warning_hide_icon svg{width:12px;height:12px}@media screen and (max-width: 1500px){.visible_xl{display:none}}@media screen and (min-width: 1500px){.hidden_xl{display:none}}@media screen and (max-width: 1200px){.folder_buttons2 .button{width:90px}.folder_buttons2 .button span{display:none}}@media screen and (max-width: 1000px){td.file_size,td.file_owner,td.file_date{display:none}.files-table td.checkbox{width:40px}.files-table td.file_name{width:80%!important}}@media screen and (max-width: 780px){.visible_mobile{display:flex}.folder_comeback{height:42px}.folder-top{min-height:42px}.folder_header{font-size:20px}.folder-size{font-size:12px}.breadcrumbs_container{overflow:scroll;scrollbar-width:none}.pagination-top-div{display:none}.folder-container{padding:8px 8px 120px;margin-top:12px}.load-more-btn{font-size:12px;width:120px}.per-page-selector{width:auto}.per-page-selector span{font-size:12px}td.file_menu{width:10px;position:relative}.selected-files{font-size:12px;padding:8px;width:160px;background:transparent}.selected-files img{display:none}.folder-top .button-container{display:flex;flex-wrap:nowrap;gap:8px}.folder-top .button{font-size:12px;width:110px}.pagination-list{display:flex;gap:8px}.pagination-btn span{display:none}.pagination-btn,.pagination-link{width:32px;height:32px}.numbered-pagination{display:flex;justify-content:center;height:32px;align-items:center}}.mobile_only{display:none}@media screen and (max-width: 1450px){.disk_list .item{width:calc(50% - 18px);max-width:unset}}@media screen and (max-width: 980px){.disk_list .item{width:100%;max-width:unset;min-width:unset}}@media screen and (max-width: 780px){header,.content_box{padding:10px}.menu_dark{margin:0;padding:0;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background:#0000006b;z-index:300}.hidden_mobile,.nav_left{display:none}.mobile_only{display:flex}.folder-top{display:block}.button-container{margin-top:12px;font-size:12px}.fixed_mobile_buttons{display:flex;box-sizing:border-box;justify-content:space-between;position:fixed;left:0;bottom:0;width:100%;padding:6px 8px 12px;gap:12px;background:var(--background-color-white);box-shadow:0 -8px 24px #292b370a;z-index:100}.fixed_mobile_buttons button{width:25%!important;display:block;height:54px}.fixed_mobile_buttons button span{font-size:12px;display:block!important}.fixed_mobile_buttons svg{width:18px;height:18px}.show_mobile_menu{margin-right:16px;margin-left:16px}header .logout-btn{width:72px}header .logout-btn span{display:none}nav.nav_left.mobile_show{display:block;position:fixed;top:0;left:0;z-index:1000;height:100%;transition:left .2s linear}nav.nav_left.mobile_show .left_menu{width:216px}nav.nav_left.mobile_show .menu_background{width:216px;height:100vh}nav.nav_left.mobile_show .menu-text{display:block}nav.nav_left.mobile_show .menu_bottom .lang a{display:flex;width:88px}nav.nav_left.mobile_show .menu_bottom .fix_it{display:none}nav.nav_left.mobile_show .menu_bottom .menu_hide_show{display:none}.left_menu .menu_content{height:100%}.left_menu .menu_bottom{bottom:12px}.menu_dark{display:none}.menu_dark_visible{display:block}.search-container{padding:0}.search-input{display:none}.search-input-block{font-size:16px;flex:1;height:56px;border:0;display:flex;justify-content:end}.search-input-show{padding:16px 20px;border-radius:8px;width:60px;height:56px;background:#fafafa url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.031%2016.617L21.6064%2020.1916C21.9972%2020.5823%2021.9972%2021.2158%2021.6065%2021.6065C21.2158%2021.9972%2020.5823%2021.9972%2020.1916%2021.6064L16.617%2018.031C15.0237%2019.3082%2013.042%2020.0029%2011%2020C6.032%2020%202%2015.968%202%2011C2%206.032%206.032%202%2011%202C15.968%202%2020%206.032%2020%2011C20.0029%2013.042%2019.3082%2015.0237%2018.031%2016.617ZM16.025%2015.875C17.2941%2014.5699%2018.0029%2012.8204%2018%2011C18%207.132%2014.867%204%2011%204C7.132%204%204%207.132%204%2011C4%2014.867%207.132%2018%2011%2018C12.8204%2018.0029%2014.5699%2017.2941%2015.875%2016.025L16.025%2015.875Z'%20fill='%23292B37'/%3e%3c/svg%3e") no-repeat;background-position:center;cursor:pointer}header .logout-btn{margin-left:8px!important}header.mobile_search_show .logo-text{display:none}header.mobile_search_show .search-input{display:block}header.mobile_search_show .search-input-block{display:none}}@media screen and (max-width: 600px){header .logo-container{font-size:20px}header .logo-container{gap:10px}}.per-page-select{width:63px;height:32px}.menu_bottom .lang{display:flex;flex-direction:column}.left_menu .menu_bottom .lang a{display:flex;margin:5px auto}.menu_hide{display:none}.left_menu:hover{width:82px}.left_menu:hover .menu_background{width:82px;overflow:hidden}.left_menu:hover .menu-text{display:none}.left_menu:hover .menu_bottom .lang a{width:42px;height:42px}.left_menu:hover .menu_bottom .fix_it{display:none}.left_menu .menu_hide_show{display:none!important}.search-input,.search-input-block{display:none}@media screen and (max-width: 779px){.menu_bottom .lang{display:flex;flex-direction:row!important}}.files-table .file_table_sort_icon{//display: none}.per-page-selector[data-v-f85f14d2]{width:auto;height:auto;display:block}.per-page-select[data-v-f85f14d2]{width:135px;height:41px;padding:8px 15px}.notifications_container[data-v-f299edf1]{position:fixed;top:50%;right:50%;transform:translate(50%,50%);display:flex;flex-direction:column-reverse;gap:10px;z-index:1000}.notifications_item[data-v-f299edf1]{background:var(--hover-gray);height:auto;min-width:390px;max-width:562px;padding:24px;border-radius:16px;box-shadow:0 8px 24px #292b370a;position:relative;display:none}.notifications_item.visible[data-v-f299edf1]{display:block}.notifications_item p[data-v-f299edf1]{margin:0}.notifications_item .close_btn[data-v-f299edf1]{position:absolute;top:6px;right:6px;display:flex;align-content:center;justify-content:center;padding:4px;background:none;color:var(--background-color-white);border:none;font:inherit;cursor:pointer;outline:inherit}.notifications_item .close_btn img[data-v-f299edf1]{width:16px;height:16px}.results-count[data-v-6d2c150a]{text-align:end}.page-404{text-align:center;color:#fff;position:relative;background-color:#0a0e17;background-image:url(/assets/space-DgOlc_4R.jpg);background-position:center center;background-repeat:no-repeat;width:100%}.page-404 h1{font-style:normal;font-weight:500;font-size:48px;line-height:1.1666666667}.text404{width:544px;margin:64px auto}.very_big_404{font-style:normal;font-weight:500;font-size:285px;line-height:116%;text-align:center;color:#fff;margin-bottom:75px}.desc-404{margin-bottom:32px}.button_404{width:256px;height:56px;margin:0 auto;border-radius:8px;padding:17px 32px;gap:10px;text-decoration:none}
