.statuses{gap:32px;align-items:center}.statuses--row{flex-direction:row}.error-message{width:100%;display:flex;justify-content:center}.status-radio-label{gap:12px;min-width:120px;align-items:center;display:flex}.custom-radio-label--big{width:16px;height:16px;border-radius:50%;border:2px solid #160e00;background:#fecd80;position:relative}.radio-dot{display:block;width:8px;height:8px;background:#160e00;border-radius:50%;opacity:0;transition:opacity .2s;cursor:pointer;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.custom-radio-input:checked+.custom-radio-label--big .radio-dot{opacity:1}.status-label-group{display:flex;align-items:center;gap:8px}.status-dot{display:inline-block;width:10px;height:10px;border-radius:50%}.status-dot--active{background:#6ee76e}.status-dot--banned{background:#ff4b4b}.status-dot--removed{background:#000}.status-dot--blocked{background:#000;position:relative}.status-dot--blocked:after,.status-dot--blocked:before{content:"";position:absolute;left:.5px;top:4.5px;width:9px;height:1px;background:red;border-radius:1px}.status-dot--blocked:before{transform:rotate(45deg)}.status-dot--blocked:after{transform:rotate(-45deg)}.add_wrapper_header{justify-content:flex-start;margin-bottom:24px}.add_wrapper_header__right{display:flex;align-items:center;gap:16px}.status-label-text{font-size:16px;font-weight:500;color:#160e00}.profile-publish-message{font-weight:600;font-size:20px;line-height:24px;text-align:center;color:#160e00;margin-bottom:0}.add_wrapper{display:flex;flex-direction:column;gap:32px;padding:36px 95px 36px 104px}.add_wrapper_header{display:flex;align-items:center;gap:16px}.add_wrapper_header h1{font-weight:600;font-size:24px}.add_form_wrapper{display:flex;flex-direction:column;gap:32px}.baseWrapper{display:flex;gap:56px}.baseWrapper_select{display:flex;flex-direction:column;gap:8px;width:100%}.baseWrapper_select p{font-weight:500;font-size:16px;line-height:28px}.baseWrapper_select_input{width:100%!important;height:40px!important;border-color:#160e00}.baseWrapper .custom_select__dropdown-item,.baseWrapper_select_input .custom-select-input{font-weight:500!important;font-size:15px!important}.access_wrapper,.pr_settings_wrapper{display:flex;gap:56px;width:66%}.access_block{width:440px;display:flex;flex-direction:column;gap:16px}.access_settings_item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:2px solid}.access_settings_item p{font-weight:500;font-size:16px}.access_select{display:flex;flex-direction:column;gap:8px;flex:1 1;padding-top:46px}.access_select p{font-weight:500;font-size:16px;line-height:28px}.access_select_header{width:100%;display:flex;align-items:center;justify-content:space-between}.access_select_creator{display:flex;flex-direction:column;gap:8px;width:100%}.access_select_creator p{font-weight:500;font-size:16px;line-height:28px}.access_select_input{width:100%!important;height:40px!important;border-color:#160e00}.access_select_input .custom-select-input,.custom_select__dropdown-item{font-weight:500!important;font-size:15px!important}.notifications__switch{position:relative;display:flex;align-items:center;width:76px;height:26px;border-radius:4px;z-index:1;cursor:pointer;transition:all .3s}.notifications__switch:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;padding:1px;background:linear-gradient(270deg,#e5a855,#fecd80 36%,#e5a855 66.5%,#d79960);-webkit-mask:linear-gradient(#fff,#fff) content-box,linear-gradient(#fff,#fff);-webkit-mask-composite:destination-out;mask-composite:exclude;pointer-events:none;transition:all .3s}.notifications__switch:hover:before{background:linear-gradient(270deg,#eab872,#ffd892 36%,#eab872 66.5%,#e0a86d)}.notifications__switch button{position:relative;top:0;display:flex;align-items:center;justify-content:center;padding-top:1px;width:38px;height:26px;background:transparent;border-radius:4px;transition:all .3s;z-index:100;cursor:pointer}.notifications__switch button:hover:not(.active){background:rgba(229,168,85,.15)}.notifications__switch button.active{background:linear-gradient(270deg,#e5a855,#fecd80 36%,#e5a855 66.5%,#d79960);border-bottom:none}.notifications__switch button span{font-size:16px;font-weight:600;position:relative;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(270deg,#e5a855,#fecd80 36%,#e5a855 66.5%,#d79960);z-index:100}.notifications__switch button.active span{font-weight:600;color:#160e00}.personalData_wrapper{display:flex;width:100%;gap:56px}.bank_detail_wrapper{display:flex;width:66%;gap:56px}.bank_detail_input_wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.bank_detail_input_wrapper p{font-weight:500;font-size:16px}.bank_detail_textarea{height:132px;padding:16px;border-radius:8px;border:2px solid #949494}.bank_detail_input{resize:none;border:none;width:100%;height:100%}.contacts_wrapper{display:flex;flex-direction:column;gap:8px}.contacts_wrapper h1{font-weight:500;font-size:16px}.contacts_input_wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:16px;row-gap:16px;grid-column-gap:56px;column-gap:56px;width:100%}.note_wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.note_wrapper p{font-weight:500;font-size:16px}.note_textarea{height:114px;padding:16px;border-radius:8px;border:2px solid #949494}.note_input{resize:none;border:none;width:100%;height:100%}.confirmation_wrapper{display:flex;align-items:center;gap:28px}.confirmation_wrapper p{font-weight:500;font-size:20px}.confirmation_checkbox-wrapper{display:inline-flex;align-items:center;position:relative}.custom-checkbox-input{display:none}.confirmation_req{position:absolute;left:18px;bottom:7px}.custom-checkbox-label{display:inline-block;width:16px;height:16px;border:2px solid #333;border-radius:4px;cursor:pointer;position:relative;transition:background-color .3s}.custom-checkbox-input:checked+.custom-checkbox-label,.custom-checkbox-label{background-color:#fecd80}.custom-checkbox-input:disabled+.custom-checkbox-label{background-color:#d9d9d9;cursor:not-allowed}.custom-checkbox-input:checked:disabled+.custom-checkbox-label{background-color:#d9d9d9}.custom-checkbox-input:checked+.custom-checkbox-label:after{content:"✔";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12px;color:#160e00!important;font-family:Arial,sans-serif}.custom-checkbox-input:checked+.custom-checkbox-label::after_back{width:240px!important;height:40px!important;padding:9px 0!important}.custom-checkbox-input:checked+.custom-checkbox-label::after_add{padding:0!important;min-width:240px!important;height:40px!important}.custom-checkbox-input:checked+.custom-checkbox-label::after_add:disabled{background:transparent;color:#000;opacity:.7;border:none;height:20px;padding:0!important}.custom-checkbox-input:checked+.custom-checkbox-label::after_add:disabled:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;background:linear-gradient(270deg,#e5a855,#fecd80 36%,#e5a855 66.5%,#d79960);z-index:-1;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:3px}.editor_settings_wrapper{display:flex;flex-direction:column;gap:32px;width:66%}.editor_settings_top_title h1{font-weight:500;font-size:20px}.editor_settings_top_body{display:flex;align-items:flex-end;gap:56px;width:100%}.editor_settings_bottom{display:flex;flex-direction:column;gap:32px;width:calc(50% - 28px)}.working_days{width:205px;display:flex;flex-direction:column;gap:8px}.working_days p{font-weight:500;font-size:16px}.working_days_inputs{display:flex;align-items:center;gap:15px}.working_days_input{width:80px}.working_days_separator{width:14px;height:3px;background-color:#949494}.add_form_widgets{width:66%;display:flex;flex-direction:column;gap:32px}.scrollHeight{height:128px!important}.user-selector-widget{border-radius:8px;padding:8px;width:100%;background:#d9d9d9;display:flex;flex-direction:column;gap:8px}.user-selector-widget-header{display:flex;justify-content:space-between;align-items:center;color:#333}.user-selector-widget-header span{font-size:16px;font-weight:500}.user-selector-widget-header .user-selector-select-button{width:-moz-fit-content!important;width:fit-content!important;min-width:122px!important;height:32px!important;padding:0 32px!important;font-weight:700!important}.user-selector-widget-input-wrapper{width:100%}.user-selector-widget-input{width:100%;padding:8px 12px;border:none;border-radius:8px;background-color:#fff;font-size:16px;color:#333;cursor:pointer}.user-selector-widget-input::placeholder{color:#999;font-style:italic}.user-selector-widget-input:focus{outline:none}.widget-selector{border-radius:8px;padding:8px;width:100%;background:#d9d9d9;height:114px}.widget-selector .widget-arrow-bg{margin-left:5px;position:absolute;width:34px;height:29px;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:1}.widget-selector .widget-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;color:#333}.widget-selector .widget-header span{font-size:16px;font-weight:500}.widget-selector .widget-header .select-button{width:-moz-fit-content!important;width:fit-content!important;min-width:122px!important;height:32px!important;padding:0 32px!important;font-weight:700!important}.widget-selector .widget-container{position:relative;height:70px}.widget-selector .widget-container-bg{background-color:#fff;padding:14px;border-radius:8px;display:flex;align-items:center;height:56px}.widget-selector .widget-container .scroll-arrow{cursor:pointer;padding:0 10px;z-index:100}.widget-selector .widget-container .scroll-arrow.left{left:0}.widget-selector .widget-container .scroll-arrow.right{right:0;transform:rotate(180deg)}.widget-selector .widget-container .widget-buttons{display:flex;overflow-x:auto;gap:10px;scroll-behavior:smooth;flex-grow:1;width:100%;height:70px;position:absolute;left:0;top:0;padding:0 20px}.widget-selector .widget-container .widget-buttons::-webkit-scrollbar{height:8px}.widget-selector .widget-container .widget-buttons::-webkit-scrollbar-track{background:#fff;border-radius:4px}.widget-selector .widget-container .widget-buttons::-webkit-scrollbar-thumb{background:#888;border-radius:4px;cursor:pointer}.widget-selector .widget-container .widget-buttons::-webkit-scrollbar-thumb:hover{background:#555}.widget-selector .widget-container .widget-buttons .widget-button{background:#f0f0f0;border-radius:5px;padding:4px 16px;white-space:nowrap;flex-shrink:0;height:28px;margin-top:14px;cursor:auto;display:flex;align-items:center;justify-content:center;gap:4px}.widget-selector .widget-container .widget-buttons .scrollMargin:first-child{margin-left:14px}.widget-selector .widget-container .widget-buttons .scrollMargin:last-child{margin-right:14px}.dateWrapper{width:480px;display:flex;flex-direction:column;gap:24px}.dateWrapper .select-date-of-birth li,.dateWrapper .select-date-of-birth p{color:#000!important}.dateWrapper .custom-select__select{background:#fff;color:#000;border-color:#949494}.dateWrapper .custom-select__select__list::-webkit-scrollbar{width:8px}.dateWrapper .custom-select__select__list::-webkit-scrollbar-track{background:inherit!important;border-radius:6px}.dateWrapper .custom-select__select__header img{width:13px!important;height:8px!important}.camera{display:flex;flex-direction:column;gap:24px}.camera p{font-weight:500;font-size:20px}.camera_block{display:flex;gap:48px}.camera_block_wrapper{display:flex;gap:16px;position:relative}.camera_block_button{width:160px;height:160px;background-color:#000;border-radius:10px;justify-content:center}.camera_block_button,.camera_block_icon-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.camera_block_icon-wrapper{gap:8px;z-index:2}.camera_block_text{font-weight:500;font-size:16px;color:#fff}.preview-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1}.preview-container .preview-image,.preview-container .preview-video{width:100%;height:100%;object-fit:cover;border-radius:10px}.preview-container-seconds{position:absolute;top:8px;left:8px;background:rgba(22,14,0,.376);color:#fff;padding:3px 6px;border-radius:4px;z-index:10;font-size:10px}.popup{position:absolute;left:80px;top:70px;z-index:500}.my-team_error{font-size:16px;font-weight:300;color:red}.creator_settings{display:flex;gap:56px;width:66%}.creator_settings_block{display:flex;flex-direction:column;gap:24px;width:100%}.creator_settings_block h1{font-weight:500;font-size:20px}.creatorSelects{display:flex;width:100%;gap:56px}.creatorSelects_block{display:flex;flex-direction:column;gap:8px;width:100%}.creatorSelects_block p{font-weight:500;font-size:15px}.income-table{border-radius:12px;background:#fff;border-collapse:separate;overflow:hidden;border:1px solid;width:100%;min-width:1200px;table-layout:fixed;padding:24px}.income-table td,.income-table th{text-align:center}.income-table th{font-weight:500;font-size:16px;padding-bottom:16px}.income-table td input{width:56px;box-sizing:border-box;padding:2px 6px;text-align:center;border:1px solid;border-radius:4px;font-size:18px}.income-table td input:disabled{background:#f2f2f2;color:#777;cursor:not-allowed}.income-table_subhead{font-weight:400;font-size:12px;text-align:center;padding-bottom:8px}.income-table_placeholder{color:#777;font-weight:500}.income-table_percent{margin-left:6px;font-weight:500;font-size:16px}.income-table_activity{text-align:start!important;font-weight:500;font-size:16px}.income-table_value{width:56px;padding-right:0;padding-left:0}.income-table_col-activity{width:240px}.income-table_col-value{width:56px}.income-prices{display:flex;gap:24px;margin-bottom:16px;align-items:flex-end}.income-prices_item{display:flex;flex-direction:column;gap:6px}.income-prices_item p{font-weight:500;font-size:16px}.income-prices_input{display:flex;align-items:center;gap:8px}.income-prices_input input{width:120px;padding:4px 8px;text-align:center;border:1px solid;border-radius:4px;font-size:16px}.income-prices_input span{font-weight:500;font-size:14px}.serviceWrapper{display:flex;align-items:flex-end;gap:30px}.service_reg{width:240px}.service_status{width:169px}.service_link{font-weight:500;font-size:16px;padding-bottom:4px;border-bottom:2px solid}.confirmation_radio-wrapper{display:inline-flex;align-items:center;margin-bottom:10px}.custom-radio-input{display:none}.custom-radio-input:checked+.custom-checkbox-label{background-color:#d9d9d9}.statuses{display:flex;width:100%;justify-content:center}.login{width:calc(33% - 28px)}.ava{width:48px;height:48px;border-radius:4px;background-color:#e3e3e3}.buttons_wrapper_left{display:flex;gap:24px}.buttons_wrapper_add,.buttons_wrapper_back{width:240px!important}.buttons_wrapper_add span{color:#000!important}.buttons_wrapper_draft{min-width:155px;width:-moz-fit-content!important;width:fit-content!important;height:40px!important;padding:0 16px!important}.creator_personal{padding:24px 16px;background-color:#e3e3e3;border-radius:8px;position:relative}.creator_personal_update_btn{display:flex;justify-content:center;align-items:center;min-width:300px!important;height:40px!important;position:absolute;right:24px;bottom:24px;width:-moz-fit-content;width:fit-content;padding:0 32px!important}.creator_personal_update_btn:disabled{background:transparent;opacity:.7;border:none;height:20px;padding:0!important}.creator_personal_update_btn:disabled span{color:#000!important}.creator_personal_update_btn:disabled:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;background:linear-gradient(270deg,#e5a855,#fecd80 36%,#e5a855 66.5%,#d79960);z-index:-1;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:3px}.creator_personal_update_btn:after{content:"";position:absolute;top:4px;left:4px;right:4px;bottom:4px;border-radius:3px;background:#fff;z-index:-1}.creator_personal_btn{position:absolute;right:24px;bottom:24px;min-width:234px;width:-moz-fit-content;width:fit-content;height:40px;padding:0 32px!important}.edit_personal{background-color:unset;border:1px solid #e3e3e3}.creator-header{display:flex;align-items:center;justify-content:space-between;width:100%}.profile_btn{width:125px;height:45px;padding:0}.profile_btn.hide{display:none}.creator-birth{display:flex;width:100%;gap:14px}.creator-birth .select-wrapper .custom_select_input_wrapper{height:40px!important;border:2px solid #949494;border-radius:8px!important}.creator-birth .select-wrapper .custom-select-input{font-size:16px!important}.creator-birth .select-wrapper .custom_select__dropdown-list{border:2px solid #949494;border-top:none;top:82%!important}.select-date-of-birth__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.select-date-of-birth__top label{font-weight:500;font-size:16px}.phone-wrapper{width:calc(33% - 28px)}.status-text{max-width:535px;text-align:center;font-weight:600;font-size:16px}.buttons_wrapper{display:flex;justify-content:space-between;width:100%}.buttons_wrapper_back{width:240px!important;height:40px!important;padding:9px 0!important}.buttons_wrapper_add{padding:0!important;min-width:240px!important;height:40px!important}.buttons_wrapper_add:disabled{background:transparent;color:#000;opacity:.7;border:none;height:20px;padding:0!important}.buttons_wrapper_add:disabled:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;background:linear-gradient(270deg,#e5a855,#fecd80 36%,#e5a855 66.5%,#d79960);z-index:-1;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:3px}.buttons_wrapper_ok{width:100px!important}.chat-templates__modal{position:fixed;inset:0;background-color:rgba(22,14,0,.251);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000}.chat-templates__content{position:relative;background-color:#fff;border-radius:8px;padding:24px 16px;box-shadow:0 0 5px 0 rgba(0,0,0,.149);min-width:500px;max-width:760px}.chat-templates__header{position:relative;margin-bottom:16px}.chat-templates__header .close-icon{cursor:pointer;transition:all .3s;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.chat-templates__header .close-icon:hover{opacity:.8}.templates__header-search-ico{position:absolute;top:50%;left:8px;transform:translateY(-50%);border:1px dashed}.templates__header-search{width:100%;height:28px;border-radius:4px;border:1px solid #160e00;padding-left:30px;padding-right:30px;font-size:13px}.templates__header-search::placeholder{font-size:13px;line-height:10px;font-style:italic;font-weight:300}.chat-templates__buttons{display:flex;justify-content:flex-end;gap:24px}.chat-templates__button{padding:12px 16px;font-weight:600;font-size:18px;line-height:10px;border:2px solid #e5a855;border-radius:4px;transition:all .3s}.chat-templates__button:not(:disabled):hover{background-color:#e5a855}.chat-templates__button:disabled{opacity:.5;cursor:no-drop}.chat-templates__markers{margin-bottom:16px}.chat-templates__list{display:flex;flex-direction:column;gap:16px;margin-bottom:16px;max-height:440px;padding-right:16px;overflow-y:scroll}.chat-templates__list::-webkit-scrollbar{width:8px}.chat-templates__list::-webkit-scrollbar-track{background:#e1e3e1;border-radius:0;margin:2px 0}.chat-templates__list::-webkit-scrollbar-thumb{background:#999;border-radius:4px;border:2px solid #e1e3e1;cursor:pointer}@-moz-document url-prefix(){.chat-templates__list{scrollbar-width:thin;scrollbar-color:#999 #e1e3e1}}.template{padding:8px;border-radius:8px;background-color:#f5f5f5}.template__markers{display:flex;gap:16px;margin-bottom:8px}.template__marker{display:flex;justify-content:center;align-items:center;padding:8px;font-weight:500;font-size:14px;line-height:8px;border-radius:4px;border:1px solid #160e00;background-color:transparent}.template__title{margin-bottom:8px;font-weight:500;font-size:16px;line-height:12px}.template__content{position:relative;padding:15px 15px 15px 50px;border-radius:8px;border:1px solid #160e00;background-color:#fff}.template__select{position:absolute;top:50%;left:15px;display:flex;align-items:center;transform:translateY(-50%)}.template__counter,.template__text{font-weight:300;font-size:12px}.template__counter{position:absolute;right:8px;bottom:8px;line-height:8px}.chat-note__modal{position:fixed;inset:0;background-color:rgba(22,14,0,.251);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000}@media screen and (max-width:1023px){.chat-note__modal{padding:16px;box-sizing:border-box}}@media screen and (max-width:589px){.chat-note__modal{padding:12px}}.chat-note__content{position:relative;background-color:#fff;border-radius:8px;padding:24px 16px;box-shadow:0 0 5px 0 rgba(0,0,0,.149);min-width:500px;max-width:760px}@media screen and (max-width:1023px){.chat-note__content{min-width:0;width:100%;max-width:100%;max-height:calc(100vh - 32px);display:flex;flex-direction:column;overflow:hidden}}@media screen and (max-width:589px){.chat-note__content{padding:16px 12px;max-height:calc(100vh - 24px)}}.chat-note__header{position:relative;margin-bottom:16px}.chat-note__empty{margin-bottom:16px;padding:24px 16px;text-align:center;font-size:16px;line-height:1.4;color:#999}@media screen and (max-width:589px){.chat-note__empty{padding:16px 8px;font-size:14px}}.chat-note__buttons{display:flex;justify-content:flex-end;gap:24px}@media screen and (max-width:589px){.chat-note__buttons{gap:12px}}.chat-note__button{padding:12px 16px;font-weight:600;font-size:18px;line-height:10px;border:2px solid #e5a855;border-radius:4px;transition:all .3s}@media screen and (max-width:1023px){.chat-note__button{font-size:16px;padding:10px 16px}}@media screen and (max-width:589px){.chat-note__button{flex:1 1;font-size:14px;padding:10px 12px}}.chat-note__button:not(:disabled):hover{background-color:#e5a855}.chat-note__button:disabled{opacity:.5;cursor:no-drop}.chat-note__list{display:flex;flex-direction:column;gap:16px;margin-bottom:16px;max-height:460px;padding-right:24px;overflow-y:scroll}.chat-note__list::-webkit-scrollbar{width:8px}.chat-note__list::-webkit-scrollbar-track{background:#e1e3e1;border-radius:0;margin:2px 0}.chat-note__list::-webkit-scrollbar-thumb{background:#999;border-radius:4px;border:2px solid #e1e3e1;cursor:pointer}@-moz-document url-prefix(){.chat-note__list{scrollbar-width:thin;scrollbar-color:#999 #e1e3e1}}@media screen and (max-width:1023px){.chat-note__list{max-height:min(460px,100vh - 220px);padding-right:12px;flex:1 1;min-height:0}}@media screen and (max-width:589px){.chat-note__list{max-height:min(360px,100vh - 200px);gap:12px}}.chat-note__item{padding:8px;border-radius:8px;background-color:#f5f5f5}.chat-note__title{margin-bottom:8px;font-weight:500;font-size:16px;line-height:12px}@media screen and (max-width:589px){.chat-note__title{font-size:14px}}.chat-note__inner{position:relative;padding:15px 15px 15px 40px;border-radius:8px;border:1px solid #160e00;background-color:#fff}@media screen and (max-width:589px){.chat-note__inner{padding:12px 12px 12px 36px}}.chat-note__select{position:absolute;top:50%;left:15px;display:flex;align-items:center;transform:translateY(-50%)}@media screen and (max-width:589px){.chat-note__select{left:12px}}.chat-note__text{font-weight:400;font-size:14px;overflow:hidden}@media screen and (max-width:589px){.chat-note__text{font-size:13px;word-break:break-word}}.video-chats-panel{position:-webkit-sticky;position:sticky;overflow:hidden;z-index:3;bottom:0;left:0;right:0;min-height:44px;display:flex;background-color:#fff;flex-direction:column;padding:8px 0 8px 16px;transition:all .3s;margin-top:auto;box-shadow:-3px -5px 10px rgba(0,0,0,.1)}.video-chats-panel.open{min-height:130px;max-height:130px}.video-chats-panel.open .video-chats-hide-button{transform:rotate(0deg)}.video-chats-panel.open .video-chats-list{display:grid;padding-top:8px;padding-bottom:8px}.video-chats-panel .video-chats-header{display:flex;align-items:center}.video-chats-panel .video-chats-title{font-weight:600;font-size:16px;line-height:28px}.video-chats-panel .video-chats-counter{display:flex;justify-content:center;align-items:center;margin-left:8px;width:16px;height:16px;border-radius:3px;border:2px solid #e5a855}.video-chats-panel .video-chats-counter span{font-weight:600;font-size:10px;line-height:12px;color:#160e00}.video-chats-panel .video-chats-hide-button{transform:rotate(180deg);margin-left:auto;transition:all .3s;margin-right:12px}.video-chats-panel .video-chats-list{display:none;grid-template-columns:1fr 1fr;row-gap:14px;overflow-y:auto}.video-chats-panel .video-chats-list::-webkit-scrollbar{width:8px}.video-chats-panel .video-chats-list::-webkit-scrollbar-track{background:#e1e3e1;border-radius:0;margin:2px 0}.video-chats-panel .video-chats-list::-webkit-scrollbar-thumb{background:#999;border-radius:4px;border:2px solid #e1e3e1;cursor:pointer}@-moz-document url-prefix(){.video-chats-panel .video-chats-list{scrollbar-width:thin;scrollbar-color:#999 #e1e3e1}}.video-chats-panel .video-chats-list .video-chats-item{width:120px;position:relative;display:flex;align-items:baseline}.video-chats-panel .video-chats-list .item-name{font-weight:400;font-size:12px;line-height:16px;color:#160e00;position:absolute;right:-40px;top:3px;width:90px}.video-chats-panel .video-chats-list .item-creator{border-radius:8px;width:64px;height:64px;position:relative;overflow:hidden}.video-chats-panel .video-chats-list .item-client{border-radius:8px;width:40px;height:40px;position:relative;overflow:hidden;margin-left:-5px;z-index:-1}.video-chats-panel .video-chats-list .chat-type-ico{position:absolute;display:flex;left:44px;bottom:-6px}.chat-g-bank__modal{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000}.chat-g-bank__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:30px 30px 40px;width:-moz-fit-content;width:fit-content;border-radius:40px;background-color:#160e00;overflow:hidden}@media screen and (max-width:589px){.chat-g-bank__content{padding:20px 20px 30px;width:90%;max-width:100%;border-radius:20px}}.chat-g-bank__header{display:flex;justify-content:space-between;gap:15px;margin-bottom:20px}@media screen and (max-width:589px){.chat-g-bank__header{gap:10px}}.chat-g-bank__author{display:flex;gap:15px}@media screen and (max-width:589px){.chat-g-bank__author{gap:10px}}.chat-g-bank__avatar{width:118px;height:118px;border-radius:8px;background-position:50%;background-repeat:no-repeat;background-size:cover}@media screen and (max-width:589px){.chat-g-bank__avatar{width:80px;height:80px}}.chat-g-bank__info{display:flex;flex-direction:column;justify-content:space-between}.chat-g-bank__tip-box-info{color:#fff;display:flex;gap:22px}.chat-g-bank__tip-box-info-left{display:flex;flex-direction:column;gap:6px;justify-content:center;align-items:center}.chat-g-bank__tip-box-info-g-coin{width:30px;height:30px;background:linear-gradient(270deg,#e5a855,#fecd80 36%,#e5a855 66.5%,#d79960);border-radius:4px;overflow:hidden;display:flex;justify-content:center;align-items:center}.chat-g-bank__tip-box-info-percentage{font-weight:600;font-size:14px;line-height:10px}.chat-g-bank__tip-box-info-text{max-width:314px;font-weight:400;font-size:14px;line-height:16px}@media screen and (max-width:589px){.chat-g-bank__tip-box-info-text{max-width:100%;font-size:12px}}.chat-g-bank__name{margin-bottom:3px;font-weight:600;font-size:18px;line-height:18px;color:#fff}.chat-g-bank__nickname{font-weight:400;font-size:10px;line-height:11px;color:#fff}.chat-g-bank__close-btn{display:flex;align-items:start;height:-moz-fit-content;height:fit-content;justify-content:center;padding:4px;transition:all .3s}.chat-g-bank__close-btn:hover{transform:scale(1.2)}@media screen and (max-width:589px){.chat-g-bank__close-btn{align-items:center}}.chat-g-bank__inner{display:flex;flex-direction:column;gap:25px;justify-content:space-between;align-items:start;margin-bottom:35px}@media screen and (max-width:589px){.chat-g-bank__inner{align-items:stretch}}.chat-g-bank__g-pass-list{display:flex;gap:16px;justify-content:space-between}@media screen and (max-width:589px){.chat-g-bank__g-pass-list{flex-wrap:wrap;justify-content:center;gap:10px}}.chat-g-bank__g-pass-item{position:relative;display:flex;justify-content:center;align-items:center;width:119px;height:59px;border-radius:8px;border:2px solid #e5a855;font-weight:600;font-size:16px;line-height:16px;cursor:pointer}.chat-g-bank__g-pass-item span{transition:all .3s;color:#e5a855;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chat-g-bank__g-pass-item:after{content:"";position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(270deg,#e5a855,#fecd80 36%,#e5a855 66.5%,#d79960);opacity:0;transition:all .3s}.chat-g-bank__g-pass-item:hover span{position:relative;z-index:2;color:#fff}.chat-g-bank__g-pass-item:hover:after{opacity:1}.chat-g-bank__g-pass-item.active span{position:relative;z-index:2;color:#fff}.chat-g-bank__g-pass-item.active:after{opacity:1}@media screen and (max-width:589px){.chat-g-bank__g-pass-item{flex:1 1;min-width:calc(50% - 5px);height:50px;font-size:14px}}.chat-g-bank__g-pass-amount{display:flex;gap:33px;align-items:center;margin-bottom:5px}@media screen and (max-width:589px){.chat-g-bank__g-pass-amount{width:100%;flex-direction:column;gap:15px;align-items:stretch;justify-content:center}}.chat-g-bank__g-pass-amount-input{position:relative;width:253px;border:2px solid transparent;border-radius:8px;padding:0 70px 0 20px}.chat-g-bank__g-pass-amount-input input{position:relative;z-index:2;background-color:transparent;color:#fff;border:none;font-weight:700;font-size:24px;line-height:24px;height:40px}.chat-g-bank__g-pass-amount-input input::placeholder{padding-top:5px;position:absolute;top:50%;transform:translateY(-50%);font-style:italic;font-weight:250;font-size:12px;line-height:15px}.chat-g-bank__g-pass-amount-input.error .chat-g-bank__g-pass-amount-input-label,.chat-g-bank__g-pass-amount-input.error input{color:red}.chat-g-bank__g-pass-wrap{position:relative;border-radius:8px;border:2px solid transparent;background:linear-gradient(#160e00,#160e00) padding-box,linear-gradient(270deg,#e5a855,#fecd80 36%,#e5a855 66.5%,#d79960) border-box}.chat-g-bank__g-pass-wrap.error{border:2px solid red}.chat-g-bank__g-pass-amount-input-label{position:absolute;right:20px;top:50%;transform:translateY(-50%);display:block;color:#fff;font-weight:500;font-size:12px;line-height:15px}.chat-g-bank__g-pass-amount-error-message{position:absolute;right:3px;bottom:-22px;display:block;color:red;font-weight:300;font-size:12px;line-height:15px}.chat-g-bank__g-pass-amount-info{display:flex;flex-direction:column;justify-content:center;gap:11px}.chat-g-bank__g-pass-amount-balance{color:hsla(0,0%,100%,.749);font-weight:600;font-size:10px;line-height:9px}.chat-g-bank__g-pass-amount-balance .chat-g-bank__g-pass-amount-balance-value{font-size:14px}.chat-g-bank__g-pass-amount-hint{color:#fff;font-style:italic;font-weight:250;font-size:10px;line-height:12px}.chat-g-bank__comment{position:relative;width:100%;height:104px;border:2px solid #fff;border-radius:8px;padding:12px}.chat-g-bank__comment.error{border:2px solid red}.chat-g-bank__comment.error .chat-g-bank__comment-char-count{color:red}.chat-g-bank__comment-textarea{overflow:hidden;border:none;width:100%;resize:none;background-color:transparent;font-size:14px;line-height:16px;font-weight:400;color:#fff}.chat-g-bank__comment-textarea::placeholder{font-size:14px;line-height:16px;font-weight:400;color:#fff}.chat-g-bank__comment-char-count{position:absolute;bottom:10px;right:10px;font-size:10px;font-weight:300;color:#fff}.chat-g-bank__comment-error-message{position:absolute;bottom:-22px;left:0;display:block;color:red;font-weight:300;font-size:12px;line-height:15px}.chat-g-bank__main-btn{display:flex;align-items:center;justify-content:center;width:182px!important;height:48px;font-weight:600;font-size:18px;text-transform:capitalize;margin:0 auto}@media screen and (max-width:589px){.chat-g-bank__main-btn{width:100%!important;font-size:16px}}.chat-g-bank__content .loader{position:relative;width:100%;min-height:400px;background-color:transparent;z-index:1}.chat-g-bank__content .loader:before{content:"";position:absolute;inset:0;background-color:#160e00;border-radius:40px}.tabs-navigation,.tabs-navigation *{box-sizing:border-box}.tabs-navigation{position:relative;width:100%;background-color:#fff;border:solid #160e00;border-width:0 0 1px;z-index:100}.tabs-navigation--sticky{position:-webkit-sticky;position:sticky;top:0}.tabs-navigation--fixed{position:fixed;top:0;left:0;right:0}.tabs-navigation__scroll-wrapper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.tabs-navigation__scroll-wrapper::-webkit-scrollbar{height:4px}.tabs-navigation__scroll-wrapper::-webkit-scrollbar-track{background:#f0f0f0}.tabs-navigation__scroll-wrapper::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:2px}.tabs-navigation__tabs{display:flex;flex-direction:row;gap:64px;align-items:center;justify-content:flex-start;min-width:min-content;padding:0 24px;height:49px}@media screen and (min-width:768px){.tabs-navigation__tabs{gap:48px}}@media(max-width:767.9px){.tabs-navigation__tabs{gap:24px;padding:0 16px;height:44px}}.tabs-navigation__tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;flex-shrink:0;padding:8px 0 0;height:100%;min-height:49px;border:none;background:none;cursor:pointer;font-size:16px;line-height:24px;font-weight:500;color:#000;text-align:center;text-decoration:none;transition:color .2s ease,background-color .2s ease,opacity .2s ease;white-space:nowrap}.tabs-navigation__tab:after{content:"";display:block;width:100%;height:5px;margin-top:4px;background-color:transparent;flex-shrink:0}@media(max-width:767.9px){.tabs-navigation__tab{font-size:14px;line-height:20px;min-height:44px}}.tabs-navigation__tab:hover:not(.tabs-navigation__tab--disabled){color:#160e00}.tabs-navigation__tab--active{color:#160e00;font-weight:600;cursor:default}.tabs-navigation__tab--active:after{background-color:#160e00}.tabs-navigation__tab--disabled{color:#949494;cursor:not-allowed;opacity:.6;pointer-events:none}.tabs-navigation__tab:focus-visible{outline:2px solid #160e00;outline-offset:2px}.tabs-navigation__tab--active:hover{color:#160e00}.tabs-navigation__tab-inner{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}.tabs-navigation__tab-label{position:relative}.tabs-navigation__tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;font-weight:600;line-height:1;border-radius:10px;background-color:#e1e3e1;color:#000}