*{box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background:#35373b;padding:10px}.adminPanel{display:flex;flex-direction:column}.adminPanel__content{flex:1;background:#3f4145;padding:28px 20px 0;border-radius:14px}.content-body-adminPanel{display:flex;min-height:calc(100dvh - 120px)}.applicationsList{height:100%}.applicationsList__title{display:flex;align-items:center;font-weight:600;color:#fff;font-size:20px;gap:16px;padding-bottom:25px;border-bottom:1px solid #555555;margin-bottom:16px}.applicationsList__appSettings{display:flex;align-items:center;margin-bottom:40px}.applicationsList__appSettings-search{margin:0 20px 0 10px;width:314px;height:40px;border-radius:8px;border:1px solid #555555;display:flex;align-items:center;gap:12px;padding-left:20px;background:#33363e}.applicationsList__appSettings-search-input{width:100%;outline:none;background:none;border:none;color:#fff}.applicationsList__list-head{display:flex;align-items:center;color:#b8fb50;font-weight:700;font-size:12px;margin-bottom:10px;padding-left:10px}.applicationsList__list-head .item1{margin-right:auto}.applicationsList__list-head .item2{width:170px}.applicationsList__list-head .item3{width:220px}.applicationsList__list-head .item4{width:140px}.applicationsList__list-appItem{display:flex;align-items:center;padding:10px 0 10px 16px;border:1px solid #555555;border-radius:8px;color:#fff;font-size:12px;font-weight:500}.applicationsList__list-appItem:not(:last-child){margin-bottom:6px}.applicationsList__list-appItem-name{margin-right:auto;display:flex;align-items:center}.applicationsList__list-appItem-name-icon{width:24px;height:24px;border:1.5px solid #FFFFFF;border-radius:50%;margin-right:9px;overflow:hidden;color:#fff}.applicationsList__list-appItem-name a{text-decoration:none;color:#fff;font-size:12px;font-weight:500}.applicationsList__list-appItem .param1{width:170px}.applicationsList__list-appItem .param2{width:220px}.applicationsList__list-appItem .param3{width:140px}.button{width:fit-content;height:36px;display:flex;align-items:center;justify-content:center;border-radius:5px;background:#b8fb50;border:none;font-size:14px;font-weight:500;cursor:pointer;gap:12px;color:#222;padding:0 16px;white-space:nowrap}.dwnld{border:1px solid #FFFFFF;background:none;color:#fff}.del{background:none;border:1px solid #FA5D4A;color:#fff}.v2{max-width:127px;min-width:127px}.v3{padding:0 36px}.v4{width:100%}.dropDown{position:relative;display:flex}.dropDown__label{display:flex;align-items:center;border-radius:5px;cursor:pointer;-webkit-user-select:none;user-select:none}.dropDown__label-text{margin-right:8px;font-weight:500;font-size:14px;color:#b8fb50}.dropDown__label-text span{color:#fff}.dropDown__icon{transition:transform .2s ease}.dropDown__icon.open{transform:rotate(180deg)}.dropDown__menu{position:absolute;top:calc(100% + 4px);color:#fff;left:0;background:#33363e;box-shadow:0 2px 6px #00000026;border-radius:4px;z-index:10;min-width:150px}.dropDown__option{padding:8px 12px;cursor:pointer}.addAppModalBG{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#100e0ed6}.addAppModalBG .addAppModal{padding:30px 30px 26px;background:#3f4145;border:1px solid #555555;border-radius:14px}.addAppModalBG .addAppModal__header{padding-bottom:20px;border-bottom:1px solid #555555;margin-bottom:20px;font-size:20px;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:space-between}.addAppModalBG .addAppModal__header img{width:12px;height:12px;cursor:pointer}.addAppModalBG .addAppModal__detailWrap{display:flex;gap:37px}.addAppModalBG .addAppModal__detailWrap-addIcon{font-weight:600;font-size:14px;color:#b8fb50}.addAppModalBG .addAppModal__detailWrap-addIcon-add{width:40px;height:40px;border-radius:8px;border:1px solid #555555;background:#33363e;margin-top:10px;cursor:pointer}.addAppModalBG .addAppModal__detailWrap-detail-appName{display:flex;flex-direction:column;gap:10px;font-weight:600;font-size:14px;color:#b8fb50;margin-bottom:20px}.addAppModalBG .addAppModal__detailWrap-detail-appName input{width:500px;height:40px;border-radius:8px;border:1px solid #555555;color:#fff;background:#33363e;outline:none;padding-left:20px}.addAppModalBG .addAppModal__detailWrap-detail-platformName,.addAppModalBG .addAppModal__detailWrap-detail-releaseTypeName,.addAppModalBG .addAppModal__detailWrap-detail-roleName{display:flex;flex-direction:column;gap:17px}.addAppModalBG .addAppModal__detailWrap-detail-platformName-title,.addAppModalBG .addAppModal__detailWrap-detail-releaseTypeName-title,.addAppModalBG .addAppModal__detailWrap-detail-roleName-title{margin-bottom:3px;font-size:14px;color:#b8fb50}.addAppModalBG .addAppModal__detailWrap-detail-platformName-inputWrap,.addAppModalBG .addAppModal__detailWrap-detail-releaseTypeName-inputWrap,.addAppModalBG .addAppModal__detailWrap-detail-roleName-inputWrap{display:flex;gap:10px;align-items:center;font-size:14px;color:#fff}.addAppModalBG .addAppModal__detailWrap-detail-platformName-inputWrap input[type=radio],.addAppModalBG .addAppModal__detailWrap-detail-releaseTypeName-inputWrap input[type=radio],.addAppModalBG .addAppModal__detailWrap-detail-roleName-inputWrap input[type=radio]{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;width:20px;height:20px;border:1.5px solid #FFFFFF;border-radius:50%;position:relative}.addAppModalBG .addAppModal__detailWrap-detail-platformName-inputWrap input[type=radio]:hover,.addAppModalBG .addAppModal__detailWrap-detail-releaseTypeName-inputWrap input[type=radio]:hover,.addAppModalBG .addAppModal__detailWrap-detail-roleName-inputWrap input[type=radio]:hover{border-color:#666}.addAppModalBG .addAppModal__detailWrap-detail-platformName-inputWrap input[type=radio]:checked:before,.addAppModalBG .addAppModal__detailWrap-detail-releaseTypeName-inputWrap input[type=radio]:checked:before,.addAppModalBG .addAppModal__detailWrap-detail-roleName-inputWrap input[type=radio]:checked:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-color:#b8fb50;border-radius:50%}.addAppModalBG .addAppModal__buttonWrap{display:flex;justify-content:end;margin-top:38px}.preview{display:flex;align-items:center;justify-content:center;overflow:hidden}.preview img{width:100%;height:100%}.added{background:transparent none!important;background-color:transparent!important;border:none!important}.sidebar{width:180px;flex-shrink:0;padding:25px 0 2px 2px;background:#3f4145;border-radius:14px;margin-right:10px}.sidebar nav{display:flex;flex-direction:column;gap:4px}.sidebar nav a{font-size:14px;font-weight:700;color:#fff;padding:18px;text-decoration:none;display:flex;align-items:center;gap:16px}.sidebar nav a img{max-width:16px}.sidebar nav .active-link{background:#b8fb50;color:#222}.sidebar__submenu-titleWrap{align-items:center;display:flex;padding:8px 0 8px 26px;margin-bottom:8px;gap:8px;color:#fff;font-size:14px}.sidebar__submenu-titleWrap-icon{min-width:24px;height:24px;border-radius:5px;border:1.5px solid #FFFFFF;background-color:#555}.sidebar__submenu-titleWrap-title{overflow:hidden;text-overflow:ellipsis}.sidebar__submenu-subparagraph{display:flex;flex-direction:column;max-width:142px;border-left:1px solid #555555;margin-left:auto;padding:12px 0}.sidebar__submenu-subparagraph a{padding:2px 0 2px 18px!important;gap:12px!important}.sidebar__submenu-subparagraph a:first-child{margin-bottom:12px}.sidebar__submenu-subparagraph a:last-child{margin-top:12px}.sidebar__submenu-subparagraph .subActive-link{border-left:1px solid #B8FB50;margin-left:-1px;color:#b8fb50}.appDetails{height:100%}.appDetails__header{font-size:20px;color:#333;font-weight:700;display:flex;align-items:center;padding:22px 0 18px}.appDetails__header-icon{width:50px;height:50px;border-radius:5px;background-color:#555;margin-right:20px}.releases{height:100%}.releases__head{font-size:20px;font-weight:700;color:#fff;display:flex;align-items:center;margin-bottom:21px}.releases__head-icon{width:33px;height:33px;border-radius:7.7px;margin-right:8px;border:1.5px solid #FFFFFF}.releases__header{padding-top:16px;border-top:1px solid #555555;margin-bottom:32px}.releases__history-title{color:#fff;font-size:14px;margin-bottom:32px;font-weight:600}.releases__history-paramName{padding-bottom:11px}.releases__history-paramName-item{color:#b8fb50;font-size:12px;font-weight:700}.releases__history a{font-size:15px;color:#333;text-decoration:none}.releases__history a:not(:first-of-type) .releases__history-item{margin-top:6px}.releases__history-paramName,.releases__history-item{display:grid;grid-template-columns:.7fr .7fr 1fr 1fr 1fr 1fr .9fr;align-items:center}.releases__history-item{grid-template-columns:.68fr .7fr 1fr 1fr 1fr .85fr .94fr}.releases__history-item{border:1px solid #555555;border-radius:12px;padding:16px 20px 16px 10px;font-size:15px;color:#333}.releases__history-item-col{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;color:#fff;font-size:12px}.releases__history-item-col .icon{width:24px;height:24px;border-radius:5px;margin-right:8px;border:1.5px solid #B8FB50}.releases__history-item-col-img{margin-left:auto}.releases__history-item:not(:first-of-type){margin-top:6px}.addReleaseModalBG{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#100e0ed6}.addReleaseModalBG .addReleaseModal{padding:25px 30px 30px;background:#3f4145;border:1px solid #555555;border-radius:14px}.addReleaseModalBG .addReleaseModal__header{padding-bottom:20px;border-bottom:1px solid #555555;margin-bottom:20px;font-size:20px;color:#fff;font-weight:600;display:flex;align-items:center;justify-content:space-between}.addReleaseModalBG .addReleaseModal__header img{width:12px;height:12px;cursor:pointer}.addReleaseModalBG .addReleaseModal__releaseDetail{display:flex;gap:36px}.addReleaseModalBG .addReleaseModal__releaseDetail-version{display:flex;flex-direction:column;gap:10px;color:#b8fb50;font-size:14px;font-weight:600}.addReleaseModalBG .addReleaseModal__releaseDetail-version-titleWrap{display:flex;align-items:center;gap:8px}.addReleaseModalBG .addReleaseModal__releaseDetail-version-titleWrap img{width:16px}.addReleaseModalBG .addReleaseModal__releaseDetail-version input{background:#33363e;border:1px solid #555555;border-radius:8px;max-width:266px;height:40px;outline:none;padding-left:20px;color:#fff;font-size:14px}.addReleaseModalBG .addReleaseModal__releaseDetail-groups{margin-top:16px}.addReleaseModalBG .addReleaseModal__releaseDetail-groups-title{margin-bottom:10px;font-size:14px;font-weight:600;color:#b8fb50;gap:8px;display:flex;align-items:center}.addReleaseModalBG .addReleaseModal__releaseDetail-groups-customDropdownTrigger{background:#33363e;position:relative;display:inline-block;margin-top:5px;padding:11px 0 11px 20px;border:1px solid #555555;border-radius:8px;cursor:pointer;-webkit-user-select:none;user-select:none;width:266px;margin-bottom:20px;color:#8a8a8a}.addReleaseModalBG .addReleaseModal__releaseDetail-groups-customDropdownTrigger:hover{background-color:#464646}.addReleaseModalBG .addReleaseModal__releaseDetail-groups-customDropdownTrigger .customDropdownMenu{position:absolute;top:calc(100% + 4px);left:0;background:#33363e;border:1px solid #555555;border-radius:8px;z-index:999;width:100%;max-height:200px;overflow-y:auto}.addReleaseModalBG .addReleaseModal__releaseDetail-groups-customDropdownTrigger .customDropdownMenu .customDropdownItem{padding:8px 12px;cursor:pointer}.addReleaseModalBG .addReleaseModal__releaseDetail-groups-customDropdownTrigger .customDropdownMenu .customDropdownItem:hover{background:#eee}.addReleaseModalBG .addReleaseModal__releaseDetail-groups-customDropdownTrigger .customDropdownMenu .customDropdownItem.disabled{color:#999;cursor:not-allowed}.addReleaseModalBG .addReleaseModal__releaseDetail-groups-customDropdownTrigger .customDropdownMenu .customDropdownItem.disabled:hover{background:#fff}.addReleaseModalBG .addReleaseModal__releaseDetail-groups-selectedItem{display:flex;flex-direction:column;gap:7px;max-height:170px;overflow:auto}.addReleaseModalBG .addReleaseModal__releaseDetail-groups-selectedItem .groupItem{font-size:12px;font-weight:500;color:#fff;width:80%;display:flex;align-items:center}.addReleaseModalBG .addReleaseModal__releaseDetail-groups-selectedItem .groupItem .groupCircle{width:24px;height:24px;border-radius:50%;border:1.5px solid #FFFFFF;margin-right:9px}.addReleaseModalBG .addReleaseModal__releaseDetail-groups-selectedItem .groupItem .groupName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.addReleaseModalBG .addReleaseModal__releaseDetail-groups-selectedItem .removeBtn{cursor:pointer}.addReleaseModalBG .addReleaseModal__releaseDetail-notes{display:flex;flex-direction:column;gap:10px}.addReleaseModalBG .addReleaseModal__releaseDetail-notes-titleWrap{display:flex;align-items:center;gap:8px;color:#b8fb50;font-size:14px;font-weight:600}.addReleaseModalBG .addReleaseModal__releaseDetail-notes textarea{width:414px;height:324px;outline:none;background:#33363e;border:1px solid #555555;padding:10px 20px 20px;border-radius:8px;color:#fff}.addReleaseModalBG .addReleaseModal__btnWrap{display:flex;justify-content:flex-end;margin-top:16px}.fileUploader{padding:11px 18px 11px 20px;border:1px solid #555555;border-radius:8px;cursor:pointer;margin-bottom:16px;position:relative;background:#33363e}.fileUploader__label{cursor:pointer}.fileUploader__label input{display:none}.fileUploader__content{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500;color:#fff}.fileUploader__progressWrap{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:#fff}.fileUploader__progressWrap-progress{position:absolute;top:0;left:0;z-index:1;background:green;height:100%}.fileUploader__loadingWrap{position:absolute;width:100%;height:10px;display:flex;left:0;top:-15px;overflow:hidden;padding:0 5px}.fileUploader__loadingWrap-loadingStripe{flex:0 0 10px;margin-right:8px;height:100%;transform:skew(-45deg)}.groups{height:100%}.groups__head{font-size:20px;font-weight:600;color:#fff;padding-bottom:28px;display:flex;align-items:center;gap:18px;border-bottom:1px solid #555555;margin-bottom:16px}.groups__header{margin-bottom:32px;display:flex;gap:17px}.groups__wrap a{text-decoration:none}.groups__wrap-title{color:#b8fb50;font-size:14px;font-weight:600;margin-bottom:12px}.groups__wrap-item{display:flex;align-items:center;border:1px solid #555555;padding:10px 16px;border-radius:8px;margin-bottom:6px;color:#fff;font-size:12px}.groups__wrap-item-icon{width:24px;height:24px;border-radius:50%;border:1.5px solid #FFFFFF}.groups__wrap-item-name{margin-left:10px;margin-right:100px}.groups__wrap-notFound{margin-bottom:30px}.addNewGroupModalBG{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#100e0ed6}.addNewGroupModalBG .addNewGroupModal{padding:30px 30px 26px;background:#3f4145;border:1px solid #555555;border-radius:14px;max-height:600px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.addNewGroupModalBG .addNewGroupModal__header{padding-bottom:20px;border-bottom:1px solid #555555;margin-bottom:20px;font-size:20px;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:space-between}.addNewGroupModalBG .addNewGroupModal__header img{width:12px;height:12px;cursor:pointer}.addNewGroupModalBG .addNewGroupModal__groupName{width:100%;display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.addNewGroupModalBG .addNewGroupModal__groupName-titleWrap{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#b8fb50}.addNewGroupModalBG .addNewGroupModal__groupName input{color:#fff;background:#33363e;border:1px solid #555555;border-radius:8px;padding-left:20px;outline:none;height:40px;width:720px}.addNewGroupModalBG .addNewGroupModal__groupName .error{border:1px solid darkred}.addNewGroupModalBG .addNewGroupModal__wrapSet-wrap{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.addNewGroupModalBG .addNewGroupModal__wrapSet-wrap-inputWrap{display:flex;align-items:center;gap:7px;color:#fff;font-size:14px;font-weight:500}.addNewGroupModalBG .addNewGroupModal__wrapSet-wrap-inputWrap input[type=radio]{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;width:20px;height:20px;border:1px solid #FFFFFF;border-radius:50%;position:relative}.addNewGroupModalBG .addNewGroupModal__wrapSet-wrap-inputWrap input[type=radio]:hover{border-color:#666}.addNewGroupModalBG .addNewGroupModal__wrapSet-wrap-inputWrap input[type=radio]:checked:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#b8fb50;border-radius:50%}.addNewGroupModalBG .addNewGroupModal__wrapSet-members{display:flex;flex-direction:column;font-size:15px;color:#333;position:relative}.addNewGroupModalBG .addNewGroupModal__wrapSet-members-titleWrap{display:flex;align-items:center;gap:8px;color:#b8fb50;font-weight:600;font-size:14px}.addNewGroupModalBG .addNewGroupModal__wrapSet-members input{width:266px;height:40px;background:#33363e;border:1px solid #555555;border-radius:8px;color:#8a8a8a;margin-bottom:20px;margin-top:10px;outline:none;padding-left:20px}.addNewGroupModalBG .addNewGroupModal__wrapSet-members-items{overflow:auto;display:flex;flex-direction:column;gap:6px;max-height:200px}.addNewGroupModalBG .addNewGroupModal__wrapSet-members-items .memberItem{display:flex;align-items:center;justify-content:space-between;border:1px solid #555555;border-radius:12px;padding:16px 20px 16px 10px}.addNewGroupModalBG .addNewGroupModal__wrapSet-members-items .memberItem-wrap{display:flex;align-items:center}.addNewGroupModalBG .addNewGroupModal__wrapSet-members-items .memberItem-wrap-icon{width:24px;height:24px;border:1.5px solid #FFFFFF;border-radius:50%;margin-right:8px}.addNewGroupModalBG .addNewGroupModal__wrapSet-members-items .memberItem-wrap-nameWrap{display:flex;flex-direction:column;font-size:12px}.addNewGroupModalBG .addNewGroupModal__wrapSet-members-items .memberItem-wrap-nameWrap-name{font-weight:600;color:#fff}.addNewGroupModalBG .addNewGroupModal__wrapSet-members-items .memberItem-wrap-nameWrap-email{font-weight:500;color:#b8fb50}.addNewGroupModalBG .addNewGroupModal__wrapSet-members-items .memberItem img{cursor:pointer}.addNewGroupModalBG .addNewGroupModal__wrapSet-members .customUserDropdown{position:absolute;top:50%;width:100%;background:gray;color:#fff;padding:5px;display:flex;flex-direction:column;gap:5px}.addNewGroupModalBG .addNewGroupModal__wrapSet-pass{display:flex;flex-direction:column;gap:10px}.addNewGroupModalBG .addNewGroupModal__wrapSet-pass-titleWrap{display:flex;align-items:center;gap:8px;color:#b8fb50;font-weight:600;font-size:14px}.addNewGroupModalBG .addNewGroupModal__wrapSet-pass input{border:1px solid #555555;color:#fff;background:#33363e;outline:none;width:266px;height:40px;padding-left:20px;border-radius:8px}.addNewGroupModalBG .addNewGroupModal__btnWrap{display:flex;justify-content:flex-end}.releaseDetails{height:100%}.releaseDetails__header{display:flex;align-items:center;justify-content:space-between;padding:0 0 19px;border-bottom:1px solid #555555;margin-bottom:16px}.releaseDetails__header-title{font-weight:700;color:#fff;font-size:20px;display:flex;align-items:center;gap:16px}.releaseDetails__content{height:calc(100% - 107px)}.releaseDetails__content-mainInfo{display:flex;gap:100px;padding-bottom:20px;margin-bottom:10px;border-bottom:1px solid #555555}.releaseDetails__content-mainInfo-first-image{width:60px;height:60px;border:1.5px solid #B8FB50;border-radius:14px;margin-bottom:20px}.releaseDetails__content-mainInfo-first-version{font-size:14px;font-weight:700;color:#b8fb50;margin-bottom:6px}.releaseDetails__content-mainInfo-first-date{color:#fff;font-size:14px;margin-bottom:20px}.releaseDetails__content-mainInfo-first-radio{display:flex;flex-direction:column;gap:4px;color:#fff;font-size:14px}.releaseDetails__content-mainInfo-first-radio-wrap{display:flex;align-items:center;gap:7px}.releaseDetails__content-mainInfo-first-radio-wrap input[type=radio]{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;width:20px;height:20px;border:1.5px solid #999;border-radius:50%;position:relative}.releaseDetails__content-mainInfo-first-radio-wrap input[type=radio]:hover{border-color:#666}.releaseDetails__content-mainInfo-first-radio-wrap input[type=radio]:checked:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background-color:#b8fb50;border-radius:50%}.releaseDetails__content-mainInfo-sec-size{display:flex;margin-bottom:6px;font-size:14px;color:#fff}.releaseDetails__content-mainInfo-sec-size span{color:#b8fb50}.releaseDetails__content-mainInfo-sec-fileExt{display:flex;margin-bottom:12px;font-size:14px;color:#fff}.releaseDetails__content-mainInfo-sec-fileExt span{color:#b8fb50}.releaseDetails__content-mainInfo-sec-btnWrap{display:flex;align-items:center;gap:10px}.releaseDetails__content-mainInfo-sec-btnWrap-paramCount{font-size:14px;color:#b8fb50;white-space:nowrap}.releaseDetails__content-mainInfo-paramTitle{font-size:15px;font-weight:700;color:#7f7f7f;margin-bottom:10px}.releaseDetails__content-speks{padding-bottom:16px;border-bottom:1px solid #555555;margin-bottom:8px}.releaseDetails__content-speks-titleStyle{font-size:14px;font-weight:600;color:#b8fb50;margin-bottom:13px}.releaseDetails__content-speks-main{white-space:pre-wrap;color:#fff;font-size:14px;padding-left:16px;border-left:1px solid #B8FB50;margin-left:14px}.releaseDetails__content-changelog-titleStyle{font-size:14px;font-weight:600;color:#b8fb50;margin-bottom:10px}.releaseDetails__content-changelog-content{color:#fff;font-size:14px}.manageGroupBG{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#100e0ed6}.manageGroupBG .manageGroup{padding:25px 30px 30px;background:#3f4145;border:1px solid #555555;border-radius:14px;height:80%;max-height:750px;display:flex;flex-direction:column;justify-content:space-between}.manageGroupBG .manageGroup__header{padding-bottom:20px;border-bottom:1px solid #555555;margin-bottom:20px;font-size:20px;color:#fff;font-weight:600;display:flex;align-items:center;justify-content:space-between}.manageGroupBG .manageGroup__header img{width:12px;height:12px;cursor:pointer}.manageGroupBG .manageGroup__groups{width:266px}.manageGroupBG .manageGroup__groups-title{margin-bottom:10px;font-size:14px;color:#b8fb50;display:flex;align-items:center;gap:8px}.manageGroupBG .manageGroup__groups-customDropdownTrigger{position:relative;display:inline-block;padding:11px 20px;border:1px solid #555555;border-radius:8px;cursor:pointer;-webkit-user-select:none;user-select:none;width:100%;margin-bottom:18px;background:#33363e;color:#8a8a8a}.manageGroupBG .manageGroup__groups-customDropdownTrigger:hover{background-color:#2b2c33}.manageGroupBG .manageGroup__groups-customDropdownTrigger .customDropdownMenu{position:absolute;top:calc(100% + 4px);left:0;background:#fff;border:1px solid #ccc;border-radius:4px;z-index:999;width:100%;max-height:200px;overflow-y:auto}.manageGroupBG .manageGroup__groups-customDropdownTrigger .customDropdownMenu .customDropdownItem{padding:8px 12px;cursor:pointer}.manageGroupBG .manageGroup__groups-customDropdownTrigger .customDropdownMenu .customDropdownItem:hover{background:#eee}.manageGroupBG .manageGroup__groups-customDropdownTrigger .customDropdownMenu .customDropdownItem.disabled{color:#999;cursor:not-allowed}.manageGroupBG .manageGroup__groups-customDropdownTrigger .customDropdownMenu .customDropdownItem.disabled:hover{background:#fff}.manageGroupBG .manageGroup__groups-selectedItem{display:flex;flex-direction:column;gap:7px}.manageGroupBG .manageGroup__groups-selectedItem .groupItem{font-size:12px;color:#fff;width:80%;display:flex;align-items:center}.manageGroupBG .manageGroup__groups-selectedItem .groupItem .groupCircle{width:24px;height:24px;border-radius:50%;border:1.5px solid #FFFFFF;margin-right:9px}.manageGroupBG .manageGroup__groups-selectedItem .groupItem .groupName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manageGroupBG .manageGroup__groups-selectedItem .removeBtn{cursor:pointer}.manageGroupBG .manageGroup__btnWrap{display:flex;justify-content:flex-end}.editNotesModalBG{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#100e0ed6}.editNotesModalBG .editNotesModal{padding:24px 30px;background:#3f4145;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #555555;border-radius:14px}.editNotesModalBG .editNotesModal__header{padding-bottom:20px;border-bottom:1px solid #797979;margin-bottom:24px;font-size:20px;color:#fff;font-weight:600;display:flex;align-items:center;justify-content:space-between}.editNotesModalBG .editNotesModal__header img{width:12px;height:12px;cursor:pointer}.editNotesModalBG .editNotesModal__notes-title{font-size:14px;color:#b8fb50;margin-bottom:11px;display:flex;align-items:center;gap:8px}.editNotesModalBG .editNotesModal__notes textarea{width:520px;height:324px;outline:none;white-space:pre-wrap;background:#33363e;border:1px solid #555555;border-radius:8px;padding:20px 30px;color:#fff}.editNotesModalBG .editNotesModal__btnWrap{margin-top:30px;display:flex;justify-content:flex-end}.deleteModalWrap{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#100e0ed6}.deleteModalWrap .deleteModal{padding:24px;background:#3f4145;border:1px solid #555555;border-radius:14px}.deleteModalWrap .deleteModal__title{color:#fff;font-size:20px;font-weight:600;margin-bottom:24px;text-align:center}.deleteModalWrap .deleteModal__btnWrap{display:flex;align-items:center;gap:17px}.groupDetails__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #555555;margin-bottom:16px}.groupDetails__header-title{font-weight:600;color:#fff;font-size:20px;display:flex;align-items:center;gap:16px}.groupDetails__header-title img{width:24px}.groupDetails__header-btnWrap{display:flex;gap:16px}.groupDetails__head{margin-bottom:32px;display:flex;align-items:center;gap:16px}.groupDetails__head-link{color:#fff;font-size:14px;font-weight:600}.groupDetails__head-link a{font-weight:500;margin-left:5px;color:#b8fb50}.groupDetails__selectTab{display:flex;border-bottom:1px solid #555555;margin-bottom:20px}.groupDetails__selectTab-select{font-weight:600;font-size:20px;color:#777;width:162px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer}.groupDetails__selectTab .activeTab{color:#fff;border-bottom:2px solid #B8FB50}.groupDetails__members-find{margin-bottom:28px;position:relative}.groupDetails__members-find .customUserDropdown{position:absolute;top:50px;width:266px;background:#33363e;display:flex;flex-direction:column;gap:5px;border:1px solid #555555;border-radius:8px;color:#8a8a8a;font-size:14px;font-weight:500;padding:10px 20px;max-height:500px;overflow:auto}.groupDetails__members-find .customUserDropdown .customUserDropdownItem{cursor:pointer}.groupDetails__members-find input{background:#33363e;border:1px solid #555555;border-radius:8px;color:#8a8a8a;font-size:14px;font-weight:500;padding:10px 20px;width:266px;outline:none}.groupDetails__members-list{color:#fff}.groupDetails__members-list-title{font-size:14px;font-weight:600;color:#fff;margin-bottom:16px}.groupDetails__members-list-paramName{color:#b8fb50;font-weight:700;font-size:12px;margin-bottom:10px;margin-left:10px}.groupDetails__members-list-param{font-size:12px;font-weight:700;color:#b8fb50;margin-left:60px;margin-bottom:10px}.groupDetails__members-list-item{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 16px 10px;border:1px solid #555555;border-radius:12px;margin-bottom:6px}.groupDetails__members-list-item:last-child{margin-bottom:0}.groupDetails__members-list-item-nameWrap{display:flex;align-items:center}.groupDetails__members-list-item-nameWrap-icon{width:24px;height:24px;border-radius:50%;border:1px solid #FFFFFF;margin-right:8px}.groupDetails__members-list-item-nameWrap-name{font-size:12px;font-weight:500;color:#fff}.groupDetails__members-list-item img{cursor:pointer}.editGroupBG{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#100e0ed6}.editGroupBG .editGroup{padding:30px 30px 26px;background:#3f4145;display:flex;flex-direction:column;justify-content:space-between;border-radius:14px;border:1px solid #555555}.editGroupBG .editGroup__header{padding-bottom:20px;border-bottom:1px solid #555555;margin-bottom:20px;font-size:20px;color:#fff;font-weight:600;display:flex;align-items:center;justify-content:space-between}.editGroupBG .editGroup__header img{width:12px;height:12px;cursor:pointer}.editGroupBG .editGroup__groupName{font-size:14px;font-weight:600;color:#b8fb50;display:flex;flex-direction:column;gap:10px}.editGroupBG .editGroup__groupName-titleWrap{display:flex;align-items:center;gap:10px}.editGroupBG .editGroup__groupName input{background:#33363e;border:1px solid #555555;border-radius:8px;padding:10px 20px;outline:none;width:266px;font-size:14px;font-weight:500;color:#fff}.editGroupBG .editGroup__btnWrap{display:flex;justify-content:flex-end;margin-top:20px}.header{width:100%;height:90px;padding:22px;display:flex;justify-content:space-between;background:#3f4145;border-radius:14px;margin-bottom:10px}.header__name{display:flex;align-items:center}.header__name img{height:36px}.header__name-line{height:36px;background:#fff;width:1px;margin:0 20px}.header__avatarWrap{display:flex;align-items:center;gap:15px}.header__avatarWrap-name{font-size:14px;color:#fff;font-weight:600}.header__avatarWrap-avatar{height:40px;width:40px;background:#555;color:#fff;border-radius:100%;display:flex;align-items:center;justify-content:center;text-transform:uppercase;cursor:pointer;-webkit-user-select:none;user-select:none}.header-info-user,.layer-exit{position:fixed;left:0;right:0;top:0;bottom:0}.info-user{background-color:#f2f2f2;border:1px solid rgb(121,121,121);filter:drop-shadow(0px 0px 10px rgba(0,0,0,.3490196078));padding:20px 20px 0;position:absolute;right:0;top:0;z-index:10;min-width:300px;max-width:100%}.block-info-user{display:flex;padding-bottom:10px;border-bottom:1px solid rgb(121,121,121)}.name-email-info-user{display:flex;padding-left:10px;gap:6px;flex-direction:column;justify-content:center}.btn-logout{padding:20px 0;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.btn-logout img{padding:0 20px}.breadcrumbs{padding-left:100px;display:flex;align-items:center}.breadcrumbs div{display:flex;align-items:center}.breadcrumbs div span{padding:0 10px;font-weight:300;font-size:18px}.breadcrumbs div a{text-decoration:none;color:#000}.wrapper-sign-in{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:Arial,Helvetica,sans-serif;flex-direction:column}.wrapper-logo-nameS{max-width:490px;margin:0 20px;width:100%;display:flex;align-items:center;flex-direction:column}.wrapper-logo-nameS img{width:154px;margin-bottom:15px}.wrapper-logo-nameS div{font-size:24px;margin-bottom:30px;color:#fff}.container-sign-in{max-width:326px;margin:0 20px;width:100%;background:#3f4145;border-radius:10px;display:flex;justify-content:center;flex-direction:column;align-items:center;box-sizing:border-box;padding:30px}.title-sign-in{font-size:20px;padding-bottom:20px;font-weight:600;color:#fff;border-bottom:1px solid #555555;margin-bottom:20px}.sub-title-sign-in{font-size:14px;padding-bottom:20px;font-weight:500;color:#fff}.form-sign-inS{display:flex;flex-direction:column;width:100%;align-items:center;gap:10px}.form-sign-inS input{background:#33363e;width:100%;max-width:310px;height:40px;font-weight:500;font-size:14px;color:#fff;letter-spacing:normal;padding:2px 2px 2px 10px;border-radius:6px;border:1px solid #555555;outline:none}.form-sign-inS input:nth-child(2){margin-bottom:10px}.wrapper-group-app{width:100%;height:100%;display:flex;flex-direction:column;gap:10px;font-family:Arial,Helvetica,sans-serif}.header-group-app{background:#3f4145;display:flex;height:92px;border-radius:14px}.container-header-group-app{width:100%;display:flex;position:relative;align-items:center;padding-left:22px}.content-header-group-logo{width:74px}.content-header-group-app{display:flex;align-items:center;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.logo-header-app{width:60px;height:60px;border-radius:14px;border:1px solid #B8FB50;color:#fff;font-size:28px;font-weight:600}.name-platform-header-app{display:flex;flex-direction:column;margin-left:20px;color:#fff}.name-header-app{font-weight:600;font-size:28px}.platform-header-app{font-size:18px}.body-group-app{width:100%;height:calc(100vh - 112px);display:flex;justify-content:center;background:#3f4145;border-radius:14px}.container-body-group-app{width:100%;max-width:620px;padding:0 30px;overflow:auto}.title-body-group-app{padding:20px 0 14px;font-weight:600;font-size:20px;display:flex;align-items:center;gap:16px;color:#fff}.wrapper-app-release{border:1px solid #555555;padding:20px;color:#fff;border-radius:12px;margin-bottom:20px}.wrapper-app-release.latest{margin:0}.header-app-release{display:flex;width:100%;justify-content:space-between}.left-header-app-release{display:flex;gap:60px}.right-header-app-release{display:flex;gap:16px}.right-header-app-release img{width:8px;cursor:pointer}.version-header-app-release,.size-header-app-release,.date-header-app-release{font-size:14px;font-weight:500}.version-header-app-release{font-weight:700}.arrow-header-app-release{display:flex;align-items:center}.arrow-header-app-release .arrow.open{transform:rotate(180deg)}.body-app-release{border-top:1px solid #555555;margin-top:15px;padding:10px 0;position:relative}.title-body-app-release{font-size:14px;font-weight:600;color:#b8fb50}.download-body-app-release{position:absolute;top:20px;right:0;text-decoration:none}.list-body-app-release{margin-left:15px;border-left:1px solid #B8FB50;padding-left:12px;white-space:pre-wrap;margin-top:12px;width:calc(100% - 147px)}.list-body-app-release ul{padding:0;list-style-type:none;display:flex;flex-direction:column;gap:6px}.list-body-app-release ul li{padding-left:12px}.list-body-app-release ul li a{color:#b8fb50}.list-body-app-release ul li strong{font-weight:600;padding-right:5px}.wrapper-access-page{background-color:#333;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:Arial,Helvetica,sans-serif;flex-direction:column}.wrapper-logo-name{max-width:490px;margin:0 20px;width:100%;display:flex;align-items:center;flex-direction:column;color:#fff}.wrapper-logo-name img{width:55%;margin-bottom:20px}.wrapper-logo-name div,.wrapper-logo-name span{font-size:24px;margin-bottom:30px}.container-access-page{max-width:300px;margin:0 20px;width:100%;background:inherit;background-color:#fff;border-radius:10px;display:flex;justify-content:center;flex-direction:column;align-items:center;box-sizing:border-box;padding:30px}.title-access-page{font-size:30px;padding-bottom:20px}.form-access-page{display:flex;flex-direction:column;width:100%;align-items:center;gap:24px}.form-access-page input{width:100%;max-width:170px;height:40px;font-size:15px;letter-spacing:normal;padding:2px 2px 2px 10px;border-radius:6px;border:1px solid #aaaaaa}#root{margin:0;padding:0;box-sizing:border-box;height:calc(100vh - 20px)}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
