.card{display:flex;align-items:center;justify-content:center;width:100%;height:100vh}@media (max-width: 450px){.card{height:auto}}.card .card-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-width:393px;min-height:80vh;overflow:auto;padding:20px;border-radius:20px;box-shadow:#64646f33 0 7px 29px}@media (max-width: 450px){.card .card-content{height:calc(100vh - 40px);min-width:100%;overflow:auto;box-shadow:none;border-radius:0;padding:0;justify-content:space-between;align-items:center}}.card .card-content .card-block{display:flex;flex-direction:column;width:100%}.card .card-content .card-block.buttons{margin-top:20px}.card .card-content .card-block .website{display:flex;flex-direction:column;cursor:pointer}.card .card-content .logo{display:flex;align-items:center;justify-content:center;text-align:center}.card .card-content .card-title h2{font-family:Open Sans;font-size:20px;font-weight:700;line-height:27px;letter-spacing:0em;text-align:center;text-transform:uppercase;margin:0}.card .card-content .row{display:flex;align-items:center;justify-content:center;flex-direction:column;margin:10px}.card .card-content .row button{display:flex;align-items:center;justify-content:space-between;width:300px;border-radius:20px;background:#00bf63;border:none;padding:5px 30px 5px 5px;color:#fff;transition:.3s}.card .card-content .row button .avatar-img{width:40px;height:40px;background-color:#fff;margin-right:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.card .card-content .row button .avatar-img img{width:32px;height:32px}.card .card-content .row button span{font-size:24px}.card .card-content .row button:hover{cursor:pointer;background-color:#00974e}.card .card-content .starts-items{display:flex;align-items:center;justify-content:space-between;margin:30px 20px}.card .card-content .starts-items img{width:60px}.card .card-content p{font-size:12px;font-weight:700;text-align:center;margin-bottom:5px}.card .card-content span.card-span{font-size:16px;font-weight:700;text-align:center;margin-bottom:20px}.SelectComponent{position:relative;perspective:none;z-index:inherit}.SelectComponent>button{display:flex;align-items:center;justify-content:space-between;z-index:2;width:100%;border:2px solid #00BF63;border-radius:15px;padding:7px 7px 7px 15px;cursor:pointer;background-color:#fff}.SelectComponent>button.error{border:2px solid #FF0000}.SelectComponent>button.error svg{fill:red!important}.SelectComponent>button span{text-align:start;font-weight:400!important;font-size:14px!important}.SelectComponent>button svg{width:16px!important;transition:.21s;fill:#000!important}@media (max-width: 450px){.SelectComponent>button svg{width:12px!important}}.SelectComponent>button svg._flipped{transform:rotateX(180deg)}.SelectComponent>button:active{transform:scale(1)!important}.SelectComponent .options-list-wrapper{position:absolute;width:inherit;left:50%;background:#fff;border-radius:10px;box-shadow:3px 6px 5px #1e1e1e4d;overflow:auto;transition:.21s;transform:translate(-50%);z-index:4}@media (max-width: 450px){.SelectComponent .options-list-wrapper{min-width:150px}}.SelectComponent .options-list-wrapper button.option{width:100%;text-align:left;padding:7px 12px;font-size:11pt;background-color:inherit;border:none;cursor:pointer}.SelectComponent .options-list-wrapper button.option._active{background:#e8e9ed!important}.SelectComponent .options-list-wrapper button.option.button_image{display:flex;align-items:center}.SelectComponent .options-list-wrapper button.option.button_image span{margin:0 5px;font-size:14px}.SelectComponent .options-list-wrapper button.option.button_image .avatar-img{width:20px;height:20px;background-color:#fff;margin-right:5px;border-radius:50%;display:flex;align-items:center;justify-content:center}.SelectComponent .options-list-wrapper button.option.button_image .avatar-img img{width:16px;height:16px}.SelectComponent .options-list-wrapper-time-list{min-width:250px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:1em}.SelectComponent .row{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.SelectComponent .options-list-wrapper-time-item{min-width:50px;max-height:200px;top:112px}.terms{position:fixed;z-index:99;width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.terms .terms-content{width:80%;height:80vh;background:#fff;overflow:auto;padding:20px;border-radius:20px;box-shadow:#64646f33 0 7px 29px}.terms .terms-content .terms-close-row{display:flex;align-items:center;justify-content:flex-end}.terms .terms-content .terms-close-row svg{width:16px;min-width:16px;cursor:pointer}.terms .terms-content .content{width:100%!important;border:none!important}.modal{width:100%;height:100vh;position:fixed;background-color:#cccccc80;display:flex;align-items:center;justify-content:center;top:0;left:0;z-index:2}.modal .modal-content{width:60%;padding:20px;background-color:#fff;border:2px solid #00BF63;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.modal .modal-content input{padding:7px 7px 7px 15px}.modal .modal-content.add-link .field-add{display:flex;align-items:center;justify-content:space-between}.modal .modal-content.add-link .add-select-link{margin-left:10px}.modal .modal-content.add-link .link-items{width:100%;display:flex;flex-direction:column;align-items:center}.modal .modal-content.add-link .link-items h2{width:calc(100% - 20px);text-align:start;margin:0 10px}.modal .modal-content.add-link .link-item{width:calc(100% - 30px);display:flex;align-items:center;justify-content:space-between;margin:5px 0;background-color:#d9d9d9;padding:5px 15px}.modal .modal-content.add-link .SelectComponent{width:100%}.modal .modal-content.add-link .SelectComponent button._iconed{width:100%;min-width:200px;min-height:30px;border:2px solid #00BF63;border-radius:15px;padding:7px 7px 7px 15px;cursor:pointer;background-color:#fff}.modal .modal-content.add-card{width:20%}.modal .modal-content.add-card .modal-content-item{margin:10px 0}.modal .modal-content.add-card .modal-content-item h2{margin:2px 10px}.modal .modal-content.edit-link,.modal .modal-content.edit-name,.modal .modal-content.add-link,.modal .modal-content.change-url{width:40%}.modal .modal-content.edit-link,.modal .modal-content.edit-name,.modal .modal-content.add-link,.modal .modal-content.change-url,.modal .modal-content.add-card{height:auto}.modal .modal-content.edit-link .add-card-field span,.modal .modal-content.edit-name .add-card-field span,.modal .modal-content.add-link .add-card-field span,.modal .modal-content.change-url .add-card-field span,.modal .modal-content.add-card .add-card-field span{font-weight:700;margin-left:10px}.modal .modal-content.edit-link .add-card-field input,.modal .modal-content.edit-name .add-card-field input,.modal .modal-content.add-link .add-card-field input,.modal .modal-content.change-url .add-card-field input,.modal .modal-content.add-card .add-card-field input{border-color:#00bf63}.modal .modal-content.edit-link .field-info,.modal .modal-content.edit-name .field-info,.modal .modal-content.add-link .field-info,.modal .modal-content.change-url .field-info,.modal .modal-content.add-card .field-info{display:flex;align-items:center;justify-content:space-between;width:48%}.modal .modal-content.edit-link .field-info h2,.modal .modal-content.edit-name .field-info h2,.modal .modal-content.add-link .field-info h2,.modal .modal-content.change-url .field-info h2,.modal .modal-content.add-card .field-info h2{margin:2px 10px;width:20%}.modal .modal-content.edit-link .field-info span,.modal .modal-content.edit-name .field-info span,.modal .modal-content.add-link .field-info span,.modal .modal-content.change-url .field-info span,.modal .modal-content.add-card .field-info span{font-weight:700;margin-left:10px}.modal .modal-content.edit-link .field-info span.span-input,.modal .modal-content.edit-name .field-info span.span-input,.modal .modal-content.add-link .field-info span.span-input,.modal .modal-content.change-url .field-info span.span-input,.modal .modal-content.add-card .field-info span.span-input{width:50%;border:1px solid #00BF63;color:#2b2b2b;text-align:end;padding:7px 7px 7px 15px;border-radius:15px;background-color:#00bf634d}.modal .modal-content.edit-link .modal-content-item:first-child,.modal .modal-content.edit-name .modal-content-item:first-child,.modal .modal-content.add-link .modal-content-item:first-child,.modal .modal-content.change-url .modal-content-item:first-child,.modal .modal-content.add-card .modal-content-item:first-child{flex-direction:column;align-items:flex-start}.modal .modal-content.edit-link .modal-content-item:first-child .field,.modal .modal-content.edit-name .modal-content-item:first-child .field,.modal .modal-content.add-link .modal-content-item:first-child .field,.modal .modal-content.change-url .modal-content-item:first-child .field,.modal .modal-content.add-card .modal-content-item:first-child .field{display:flex;flex-direction:column;width:100%;margin:10px 0}.modal .modal-content.edit-link .modal-content-item:first-child .field h2,.modal .modal-content.edit-name .modal-content-item:first-child .field h2,.modal .modal-content.add-link .modal-content-item:first-child .field h2,.modal .modal-content.change-url .modal-content-item:first-child .field h2,.modal .modal-content.add-card .modal-content-item:first-child .field h2{margin:2px 10px}.modal .modal-content.edit-link .modal-content-item:first-child .field span.warn-text,.modal .modal-content.edit-name .modal-content-item:first-child .field span.warn-text,.modal .modal-content.add-link .modal-content-item:first-child .field span.warn-text,.modal .modal-content.change-url .modal-content-item:first-child .field span.warn-text,.modal .modal-content.add-card .modal-content-item:first-child .field span.warn-text{font-size:10px;text-align:center;margin-top:3px;color:red}.modal .modal-content .field-address .row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.modal .modal-content .field-address .row .address-item{display:flex;flex-direction:column;width:30%}.modal .modal-content .field-address .row .address-item span{font-weight:700;margin-left:10px}.modal .modal-content .field-address .row .address-item input{border-color:#00bf63}.modal .modal-content .field-address .row .address-item .SelectComponent button.sb{border-radius:15px;border:1px solid #00BF63;color:#2b2b2b;padding:7px 7px 7px 15px}.modal .modal-content .field-address .row .address-item .SelectComponent .options-list-wrapper{width:100%}.modal .modal-content .field-address .row .address-item .SelectComponent .options-list-wrapper button:hover{background-color:#00bf634d}.modal .modal-content .modal-content-item{width:100%;display:flex;align-items:center;justify-content:flex-start;margin:20px 0}.modal .modal-content .modal-content-item form{width:100%;min-height:30px}.modal .modal-content .modal-content-item form .stripe-btns{display:flex;align-items:center;justify-content:flex-end;margin-top:20px}.modal .modal-content .modal-content-item form .stripe-row{display:flex;align-items:center;justify-content:space-between;margin-top:5px;border:1px solid #B7B7B7;color:#2b2b2b;text-align:end;padding:7px 7px 7px 15px;border-radius:5px}.modal .modal-content .modal-content-item form .stripe-row .StripeElement{width:100%}.modal .modal-content .modal-content-item form .stripe-row .stripe-field{width:48%}.modal .modal-content .modal-content-item form .stripe-row .stripe-row-item{width:20%}.modal .modal-content .modal-content-item form .stripe-row .stripe-row-item:first-child{width:40%}.modal .modal-content .modal-content-item form .stripe-field label{margin-left:5px;color:#2b2b2bb3}.modal .modal-content .modal-content-item form .stripe-field span{color:#2b2b2b;font-weight:700;margin-left:10px}.modal .modal-content .modal-content-item form .stripe-field .stripe-input{border:1px solid #00BF63;color:#2b2b2b;text-align:end;padding:7px 7px 7px 15px;border-radius:15px}.modal .modal-content .modal-content-item.address{flex-direction:column;align-items:flex-start}.modal .modal-content .modal-content-item.address .field-address{display:flex;flex-direction:column;width:100%}.modal .modal-content .modal-content-item .autocomplite{width:-webkit-fill-available;width:-moz-available}.modal .modal-content .modal-content-item .new-link{display:flex;flex-direction:column;width:100%}.modal .modal-content .modal-content-item .new-link .question-block{color:red;cursor:pointer}.modal .modal-content .modal-content-item .new-link button{border:1px solid #B7B7B7!important}.modal .modal-content .modal-content-item .new-link span.title{margin:0 10px}.modal .modal-content .modal-content-item .new-link .field input{width:-webkit-fill-available;width:-moz-available}.modal .modal-content .modal-content-item .new-link .new-link-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.modal .modal-content .modal-content-item .new-link .new-link-row .field{width:48%}.modal .modal-content .modal-content-item .new-link .new-link-row .field input{width:-webkit-fill-available}.modal .modal-content .modal-content-item:last-child{margin-bottom:0;margin-top:0}.modal .modal-content .modal-content-item:last-child{justify-content:flex-end}.modal .modal-content .modal-content-item:last-child button{font-size:20px;font-weight:700;padding:2.5px 15px;color:#fff;border:none;border-radius:5px;transition:.3s}.modal .modal-content .modal-content-item:last-child button.save{background-color:#00bf63}.modal .modal-content .modal-content-item:last-child button.save:hover{background-color:#64e916;cursor:pointer}.modal .modal-content .modal-content-item:last-child button.save:disabled:hover{background-color:#00bf63}.modal .modal-content .modal-content-item:last-child button.cancel{background-color:red;margin-right:20px}.modal .modal-content .modal-content-item:last-child button.cancel:hover{background-color:#fd6969;cursor:pointer}.modal .modal-content .modal-content-item:last-child button.cancel:disabled:hover{background-color:red}.modal .modal-content .modal-content-item:last-child button.edit{background-color:#ffd500}.modal .modal-content .modal-content-item:last-child button.edit:hover{background-color:#ffe66a;cursor:pointer}.modal .modal-content .modal-content-item:last-child button.edit:disabled:hover{background-color:#ffd500}.modal .modal-content .modal-content-item:last-child button.disabled{opacity:.5}.modal .modal-content .modal-content-item:last-child button.disabled:hover{cursor:inherit}.modal .modal-content .modal-content-item:last-child button:active{transform:scale(.98)}.table-controls{width:100%;display:flex;align-items:center;justify-content:space-between}.table-controls .table-controls-item{width:30%;display:flex;align-items:center}.table-controls .table-controls-item .hint-text{margin-right:5px}.table-controls .table-controls-item button.sb{border:1px solid #B7B7B7;border-radius:5px;display:flex;align-items:center;justify-content:space-between;padding:2.5px 15px}.table-controls .table-controls-item button.sb span{margin-right:5px}.table-controls .table-controls-item .SelectComponent .options-list-wrapper{min-width:70px;width:70px}.table-controls .table-controls-item .amount{margin-left:5px}.table-controls .table-controls-item .table-pages-nav{display:flex;width:100%;justify-content:center}.table-controls .table-controls-item .table-pages-nav button{border-radius:5px;padding:2.5px 15px;border:none;transition:.3s}.table-controls .table-controls-item .table-pages-nav button svg{width:12px;height:12px}.modal .title{width:100%}.modal .title h2{width:100%;margin:0;text-align:center;text-transform:uppercase}.modal .first-block{width:100%;display:flex;align-items:center;justify-content:space-between}.modal .first-block .image{width:40%;max-height:200px}.modal .first-block .image img{width:100%;max-height:200px}.modal .first-block .first-block-content{width:60%;display:flex;flex-direction:column;align-items:center;padding:10px}.modal .first-block .first-block-content .content-info{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 30px);margin-top:5px;padding:2.5px 15px}.modal .first-block .first-block-content .content-info._active{background:#00bf6366}.modal .first-block .first-block-content .content-info span{font-weight:700;font-size:13px}.modal .first-block .first-block-content .content-info .info-col{width:30%;display:flex;flex-direction:column;align-items:center}.modal .first-block .first-block-content .content-info .info-col input{width:50%;border-radius:5px;padding:5px 0 5px 5px}.modal .first-block .first-block-content .content-info .info-col input[type=number]::-webkit-inner-spin-button{opacity:.5;height:25px;transition:.3s}.modal .first-block .first-block-content .content-info .info-col input[type=number]::-webkit-inner-spin-button:hover{opacity:1}.modal .first-block .first-block-content .content-info .info-col p{margin:2px;font-size:13px}.modal .first-block .first-block-content .content-info .info-col p.bold{font-weight:700;font-size:15px}.modal .first-block .first-block-content .content-info .info-col.left p{width:100%;text-align:left}.modal .first-block .first-block-content .content-info .info-col:last-child p{width:100%;text-align:right}.modal .first-block .first-block-content .content-info:first-child{margin-top:0}.modal .first-block .first-block-content .content-info:last-child{margin-top:20px}.modal .delivery-block{display:flex;flex-direction:column;width:100%}.modal .delivery-block .delivery-items{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.modal .delivery-block .delivery-items ul{width:-webkit-fill-available;width:-moz-available}.modal .delivery-block .delivery-items ul li{transition:.3s}.modal .delivery-block .delivery-items ul li:hover{cursor:pointer;background:#00bf6366}.modal .delivery-block .delivery-items h2{margin:10px 0}.modal .delivery-block .delivery-items:first-child{margin-top:0}.modal .delivery-block .delivery-items input{width:calc(100% - 22px);border-radius:5px;font-size:14px}.modal .delivery-block .delivery-items .delivery-item{width:48%;position:relative}.modal .delivery-block .delivery-items .delivery-item label{position:absolute;top:-8px;left:10px;font-size:13px;background:#fff;color:#2b2b2bb3;padding:0 5px}.modal .delivery-block .delivery-items .delivery-item-address{width:30%;position:relative}.modal .delivery-block .delivery-items .delivery-item-address label{position:absolute;top:-8px;left:10px;font-size:13px;background:#fff;color:#2b2b2bb3;padding:0 5px}.modal .delivery-block .delivery-items .delivery-item-address .SelectComponent{width:calc(100% - 8px)}.modal .delivery-block .delivery-items .delivery-item-address .SelectComponent .options-list-wrapper{top:-150px}.modal .delivery-block .SelectComponent{border:1px solid #B7B7B7;padding:4px;border-radius:5px;width:100%;position:relative}.modal .delivery-block .SelectComponent span.label{position:absolute;top:-8px;left:10px;font-size:13px;background:#fff;color:#2b2b2bb3;padding:0 5px}.modal .delivery-block .SelectComponent .options-list-wrapper{width:100%;max-height:300px}.cards{display:flex;flex-direction:column;padding:20px;position:relative}.cards .qrcode-modal{position:fixed;width:100%;height:100vh;top:0;left:0;z-index:10;display:flex;align-items:center;justify-content:center;background:#fff}.cards .qrcode-modal .qrcode-content{width:400px;height:400px;border:2px solid #00BF63;border-radius:15px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.cards .qrcode-modal .qrcode-content #qr-code-svg{padding:20px;border:1px solid #000}.cards .qrcode-modal .qrcode-content .qrcode-url{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.cards .qrcode-modal .qrcode-content .btns button{font-size:20px;font-weight:700;padding:2.5px 15px;color:#fff;border:none;border-radius:5px;transition:.3s}.cards .qrcode-modal .qrcode-content .btns button.save{background-color:#00bf63}.cards .qrcode-modal .qrcode-content .btns button.save:hover{background-color:#64e916;cursor:pointer}.cards .qrcode-modal .qrcode-content .btns button.save:disabled:hover{background-color:#00bf63}.cards .qrcode-modal .qrcode-content .btns button.cancel{background-color:red;margin-right:20px}.cards .qrcode-modal .qrcode-content .btns button.cancel:hover{background-color:#fd6969;cursor:pointer}.cards .qrcode-modal .qrcode-content .btns button.cancel:disabled:hover{background-color:red}.cards .qrcode-modal .qrcode-content .btns button.edit{background-color:#ffd500}.cards .qrcode-modal .qrcode-content .btns button.edit:hover{background-color:#ffe66a;cursor:pointer}.cards .qrcode-modal .qrcode-content .btns button.edit:disabled:hover{background-color:#ffd500}.cards .qrcode-modal .qrcode-content .btns button.disabled{opacity:.5}.cards .qrcode-modal .qrcode-content .btns button.disabled:hover{cursor:inherit}.cards .qrcode-modal .qrcode-content .btns button:active{transform:scale(.98)}.cards button{background-color:inherit;border:none;transition:.3s}.cards button svg{width:16px;height:16px;opacity:.7}.cards button:hover{cursor:pointer}.cards button:hover svg{opacity:1}.cards button{border-radius:5px;padding:2.5px 15px;border:none;transition:.3s}.cards button.add{background-color:#00bf63;color:#fff}.cards button.add:hover{background-color:#64e916;cursor:pointer}.cards button.add-link{background-color:#ffd500;color:#fff}.cards button.add-link:hover{background-color:#ffe66a;cursor:pointer}.cards button:active{transform:scale(.98)}.cards .filter-button{position:relative}.cards .filter-button button{cursor:pointer;border-radius:5px;padding:2.5px 15px;border:none;transition:.3s;background-color:#00bf63;color:#fff}.cards .filter-button button:hover{background-color:#64e916;cursor:pointer}.cards .filter-button button:active{transform:scale(.98)}.cards .filter-button .filter-wrapper{min-width:100px;width:250px;padding:10px;position:absolute;top:20px;background:#fff;border:1px solid #B7B7B7;border-radius:5px;z-index:4}.cards .filter-button .filter-wrapper .filter-wrapper-item{width:100%;display:flex;align-items:center;justify-content:space-between;margin:5px 0}.cards .filter-button .filter-wrapper .filter-wrapper-item span{width:calc(50% - 10px);padding:0 5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-transform:none}.cards .filter-button .filter-wrapper .filter-wrapper-item input{width:10%;cursor:pointer}.cards .filter-button .filter-wrapper .filter-wrapper-item input.text{width:50%;cursor:inherit}.cards .filter-button .filter-wrapper .filter-wrapper-item input:checked{accent-color:#00BF63}.cards .cards-row{display:flex;align-items:center;justify-content:space-between}.cards .cards-row .cards-title{width:30%;display:flex;align-items:center;justify-content:space-between;text-transform:uppercase}.cards .cards-row .cards-search{display:flex;align-items:center;justify-content:flex-end}.cards .cards-row .cards-search input{padding:9px 15px}.cards .cards-item{display:flex;flex-direction:column;border:1px solid #B7B7B7;border-radius:10px;padding:5px 15px;margin:5px 0}.cards .cards-item .cards-item-head{display:flex;align-items:center;justify-content:space-between}.cards .cards-item .cards-item-head .head-info{display:flex;align-items:center;justify-content:space-between;width:40%;font-weight:700}.cards .cards-item .cards-item-head .head-info span.promo{color:#00bf63}.cards .cards-item .cards-item-head .head-info .head-info-item{display:flex;align-items:center;justify-content:flex-end}.cards .cards-item .cards-item-head .head-info .head-info-item span._green{color:#00bf63;margin-left:2px}.cards .cards-item .cards-item-head .head-info .head-info-item button{padding:0;margin-left:5px}.cards .cards-item .cards-item-body{display:flex;align-items:center;justify-content:space-between;margin:5px 0;background-color:#d9d9d9;padding:0 15px;min-height:25px}.cards .cards-item .cards-item-body.card-drag{transition:all .3s cubic-bezier(.4,0,.2,1)}.cards .cards-item .cards-item-body.card-drag.dragging{opacity:.5;transform:scale(.8)}.cards .cards-item .cards-item-body .body-menu{width:5%;display:flex;align-items:center;justify-content:center}.cards .cards-item .cards-item-body .body-menu svg{width:20px;height:100%;cursor:grab}.cards .cards-item .cards-item-body .body-menu svg:active{cursor:grabbing}.cards .cards-item .cards-item-body .body-content{width:25%}.cards .cards-item .cards-item-body .body-content.body-content-url{text-overflow:ellipsis;overflow:hidden;padding:0 10px;white-space:nowrap}.cards .cards-item .cards-item-body .body-content.info{width:175px;text-overflow:ellipsis;overflow:hidden;padding:0 2px;white-space:nowrap}.cards .cards-item .cards-item-body .body-content.error{color:red;text-align:end}.cards .cards-item .cards-item-body .body-content.warn{color:#ffd500;text-align:end}.cards .cards-item .cards-item-body .body-content.img{display:flex;align-items:center}.cards .cards-item .cards-item-body .body-content.img img{width:16px;height:16px;background:#fff;border-radius:50%;border:3px solid #fff;margin-right:10px}.cards .cards-item .cards-item-body .body-actions{width:20%;display:flex;align-items:center;justify-content:flex-end}.cards .cards-item .cards-item-body .body-actions span{font-size:10px;width:60px;margin-right:5px;text-align:center}.cards .cards-item .cards-item-body .body-actions span.warn{background-color:#ffd500;color:#000;padding:1px}.cards .cards-item .cards-item-body .body-actions span.error{background-color:red;color:#fff;padding:1px}.cards .cards-item .cards-item-body .body-actions .body-actions-info{font-size:10px;width:60px;margin-right:5px;text-align:center;cursor:pointer}.cards .cards-item .cards-item-body .body-actions .body-actions-info.error{background-color:red;color:#fff;padding:1px}.cards .cards-item .cards-item-body .body-actions button{padding:0;display:flex;align-items:center;justify-content:center}.cards .cards-item .cards-item-body .body-actions button:last-child svg{margin-left:10px;fill:red;width:20px;height:20px}.cards .cards-item .cards-item-body .body-actions button svg{width:16px}.reports{display:flex;flex-direction:column;padding:20px;box-sizing:border-box}.reports .report-tabs{display:flex;align-items:center;justify-content:center}.reports .report-tabs button{cursor:pointer;border-radius:5px;padding:2.5px 15px;border:none;transition:.3s;margin:0 5px}.reports .report-tabs button.active{background-color:#00bf63;color:#fff}.reports .report-tabs button:active{transform:scale(.98)}.reports .report{margin-top:10px}.reports .report h2{margin:0;text-transform:uppercase}.reports .report .report-settings{display:flex;align-items:center;justify-content:space-between}.reports .report .report-settings .report-settings-item{display:flex;align-items:center}.reports .report .report-settings .report-settings-item .field{margin-right:10px}.reports .report .report-settings .field{display:flex;align-items:center}.reports .report .report-settings .field span{margin-right:10px}.reports .report .report-settings .field button{cursor:pointer;border-radius:5px;padding:2.5px 15px;border:none;transition:.3s;background-color:#00bf63;color:#fff}.reports .report .report-settings .field button:hover{background-color:#64e916;cursor:pointer}.reports .report .report-settings .field button:active{transform:scale(.98)}.reports .report .filter-button{position:relative}.reports .report .filter-button button{cursor:pointer;border-radius:5px;padding:2.5px 15px;border:none;transition:.3s;background-color:#00bf63;color:#fff}.reports .report .filter-button button:hover{background-color:#64e916;cursor:pointer}.reports .report .filter-button button:active{transform:scale(.98)}.reports .report .filter-button .filter-wrapper{min-width:100px;width:250px;padding:10px;position:absolute;top:20px;right:-50%;background:#fff;border:1px solid #B7B7B7;border-radius:5px;z-index:1}.reports .report .filter-button .filter-wrapper .filter-wrapper-item{width:100%;display:flex;align-items:center;justify-content:space-between}.reports .report .filter-button .filter-wrapper .filter-wrapper-item span{width:calc(90% - 10px);padding:0 5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.reports .report .filter-button .filter-wrapper .filter-wrapper-item input{width:10%;cursor:pointer}.reports .report .filter-button .filter-wrapper .filter-wrapper-item input:checked{accent-color:#00BF63}.reports .report .filter-button .filter-wrapper .filter-wrapper-item.account{margin-top:10px}.reports .report .filter-button .filter-wrapper .filter-wrapper-item.account span{width:calc(45% - 10px);padding:0 5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.reports .report .filter-button .filter-wrapper .filter-wrapper-item.account input{width:55%;cursor:pointer}.reports .report table{margin-top:10px;border-collapse:collapse;width:100%}.reports .report table tr th{color:#2b2b2b;font-weight:400;text-align:start}.reports .report table tr th,.reports .report table tr td{border:1px solid #B7B7B7;padding:5px 10px;min-height:30px;height:20px}.reports .report table tr th.link-name,.reports .report table tr td.link-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.reports .report table tr th.link-name p,.reports .report table tr td.link-name p{margin:0}.reports .report table tr th.link-name p:first-child,.reports .report table tr td.link-name p:first-child{font-weight:700;font-size:14px}.reports .report table tr th.link-name p:last-child,.reports .report table tr td.link-name p:last-child{font-size:12px;opacity:.7}.reports .report table tr.empty td{height:3px;border:1px solid #B7B7B7;background:linear-gradient(45deg,#fff 25%,#b7b7b7 25%,#b7b7b7 50%,#fff 50%,#fff 75%,#b7b7b7 75%);background-size:5px 5.9px;opacity:.4;padding:0}.reports .report table tbody tr:nth-child(odd){background-color:#e9ffdc}.reports .report .report-content{display:flex;flex-direction:column;margin:5px 0;border:1px solid #B7B7B7;border-radius:10px;padding:5px 15px}.reports .report .report-content span{color:#2b2b2bb3;font-weight:700;font-size:14px}.reports .report .report-content .report-card{display:flex;align-items:center;justify-content:space-between}.reports .report .report-content .report-category{display:flex;align-items:center;justify-content:space-around;margin:2px 0;background-color:#d9d9d9;padding:5px 15px}.dashboard{display:flex;flex-direction:column;padding:20px;box-sizing:border-box}.dashboard .dashboard-head{display:flex;align-items:center;justify-content:space-between}.dashboard .dashboard-head .dashboard-head-item{width:40%;padding:10px}.dashboard .dashboard-head .dashboard-head-item:first-child{width:60%}.dashboard .dashboard-head .dashboard-head-item .item-text{display:flex;align-items:center;justify-content:center;margin:10px 0}.dashboard .dashboard-head .dashboard-head-item .item-text span{font-size:20px;font-weight:700}.dashboard .dashboard-head .dashboard-head-item .item-text span._green{color:#00bf63}.dashboard .dashboard-head .dashboard-head-item .item-text span._blue{color:#167ee6}.dashboard .dashboard-head .dashboard-head-item .item-text span._red{color:red}.dashboard .dashboard-head .dashboard-head-item .item-text span.slesh{margin:0 8px}.dashboard .dashboard-head .dashboard-head-item .item-text span.title{text-transform:uppercase}.dashboard .dashboard-head .dashboard-head-item .item-text span.left{width:55%;text-align:right}.dashboard .dashboard-head .dashboard-head-item .item-text span.right{width:40%;text-align:left;padding-left:20px}.dashboard .dashboard-row{display:flex;align-items:center;justify-content:space-between;padding:10px 30px}.dashboard .dashboard-row .dashboard-row-item{padding:10px;border:1px solid #00BF63;border-radius:15px;width:45%;display:flex;flex-direction:column}.dashboard .dashboard-row .dashboard-row-item h2{text-align:center}.dashboard .dashboard-row .dashboard-row-item .chart-tooltips{display:flex;align-items:center;justify-content:space-around;margin-top:10px}.dashboard .dashboard-row .dashboard-row-item .chart-tooltips .tooltip{width:100px;text-align:center}.dashboard .dashboard-row .dashboard-row-item .chart-tooltips .tooltip p{margin:0}.dashboard .dashboard-row .dashboard-row-item .chart-tooltips .tooltip p.bold{font-weight:700}.dashboard.user .dashboard-row .dashboard-row-item{width:100%}.dashboard.user .dashboard-row h2{text-align:start;font-size:20px}.settings{display:flex;flex-direction:column;padding:20px}.settings h2{text-align:center}.settings .row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.settings .row .fields{display:flex;width:100%;align-items:center;justify-content:space-between}.settings .row input{padding:7px 7px 7px 15px}.settings .row input.company_name{width:100%;font-size:18px}.settings .row.btns{justify-content:flex-end}.settings .row.btns button{font-size:20px;font-weight:700;padding:2.5px 15px;color:#fff;border:none;border-radius:5px;transition:.3s}.settings .row.btns button.save{background-color:#00bf63}.settings .row.btns button.save:hover{background-color:#64e916;cursor:pointer}.settings .row.btns button.save:disabled:hover{background-color:#00bf63}.settings .row.btns button.cancel{background-color:red;margin-right:20px}.settings .row.btns button.cancel:hover{background-color:#fd6969;cursor:pointer}.settings .row.btns button.cancel:disabled:hover{background-color:red}.settings .row.btns button.edit{background-color:#ffd500}.settings .row.btns button.edit:hover{background-color:#ffe66a;cursor:pointer}.settings .row.btns button.edit:disabled:hover{background-color:#ffd500}.settings .row.btns button.disabled{opacity:.5}.settings .row.btns button.disabled:hover{cursor:inherit}.settings .row.btns button:active{transform:scale(.98)}.settings .row .field{display:flex;flex-direction:column;width:40%;padding:10px}.settings .row .field:first-child{border-right:none}.settings .row .field h2{margin:0;padding:0 10px;text-align:left;font-weight:700;font-size:24px}.settings .row .field p{margin:0;padding:0 10px;color:#b7b7b7;font-size:18px}.settings .row .field input{margin-top:10px}.settings .row .field .SelectComponent button{border:1px solid #B7B7B7}.settings .row .field .SelectComponent button:disabled{background-color:#f1f1f14d}.settings .row .field .SelectComponent button span{color:#2b2b2b}.settings .row .field .SelectComponent button svg{fill:#b7b7b7!important}.links .cards-item .cards-item-body{min-height:39px;padding:0 0 0 15px}.links .cards-item .cards-item-body .info{width:100px!important;text-overflow:inherit!important;overflow:inherit!important;padding:1px!important;white-space:inherit!important;text-align:center!important}.links .cards-item .cards-item-body .info.error{background-color:red!important;color:#fff!important;cursor:pointer}.links .cards-item .cards-item-body .info.warn{background-color:#ffd500!important;color:#000!important}.links .filter-button{position:relative}.links .filter-button button{cursor:pointer;border-radius:5px;padding:2.5px 15px;border:none;transition:.3s;background-color:#00bf63;color:#fff}.links .filter-button button:hover{background-color:#64e916;cursor:pointer}.links .filter-button button:active{transform:scale(.98)}.links .filter-button .filter-wrapper{min-width:100px;max-width:300px;padding:10px;position:absolute;top:20px;background:#fff;border:1px solid #B7B7B7;border-radius:5px;z-index:4}.links .filter-button .filter-wrapper .filter-wrapper-item{width:100%;display:flex;align-items:center;justify-content:space-between}.links .filter-button .filter-wrapper .filter-wrapper-item span{width:calc(90% - 10px);padding:0 5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.links .filter-button .filter-wrapper .filter-wrapper-item input{width:10%;cursor:pointer}.links .filter-button .filter-wrapper .filter-wrapper-item input:checked{accent-color:#00BF63}.accounts{display:flex;flex-direction:column;padding:20px}.accounts .accounts-row{display:flex;align-items:center;justify-content:space-between}.accounts .accounts-row button.add-account{border-radius:20px;background:#00bf63;border:none;padding:5px 15px;color:#fff;transition:.3s}.accounts .accounts-row button.add-account:hover{cursor:pointer;background-color:#00974e}.accounts .accounts-row button.add-account:active{transform:scale(.98)}.accounts .accounts-row .accounts-title{display:flex;align-items:center}.accounts .accounts-row .accounts-title h2{text-transform:uppercase}.accounts table{border-collapse:collapse;margin-top:10px}.accounts table tr.empty td{height:3px;padding:0;border:1px solid #B7B7B7;background:linear-gradient(45deg,#fff 25%,#b7b7b7 25%,#b7b7b7 50%,#fff 50%,#fff 75%,#b7b7b7 75%);background-size:5px 5.9px;opacity:.4}.accounts table th,.accounts table td{border:1px solid #B7B7B7;padding:5px 2px;font-size:14px}.accounts table th._green,.accounts table td._green{color:#00bf63}.accounts table th._yellow,.accounts table td._yellow{color:#ffd500}.accounts table th._red,.accounts table td._red{color:red}.accounts table td.note>div{display:flex;align-items:center;justify-content:space-between}.accounts table td.note>div button{background:inherit;border:none;cursor:pointer}.accounts table td.note>div button svg{width:16px;height:16px}.accounts table td.add-card{text-align:center}.accounts table td.add-card button.add-card{border-radius:20px;background:#00bf63;border:none;color:#fff;transition:.3s}.accounts table td.add-card button.add-card:hover{cursor:pointer;background-color:#00974e}.accounts table td.add-card button.add-card:active{transform:scale(.98)}.accounts table tbody tr:nth-child(odd){background-color:#e9ffdc}.accounts .filter-button{position:relative;margin-left:10px}.accounts .filter-button button{cursor:pointer;border-radius:5px;padding:2.5px 15px;border:none;transition:.3s;background-color:#00bf63;color:#fff}.accounts .filter-button button:hover{background-color:#64e916;cursor:pointer}.accounts .filter-button button:active{transform:scale(.98)}.accounts .filter-button .filter-wrapper{min-width:100px;width:250px;padding:10px;position:absolute;top:20px;background:#fff;border:1px solid #B7B7B7;border-radius:5px;z-index:4}.accounts .filter-button .filter-wrapper .filter-wrapper-item{width:100%;display:flex;align-items:center;justify-content:space-between;margin:5px 0}.accounts .filter-button .filter-wrapper .filter-wrapper-item span{width:calc(50% - 10px);padding:0 5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:14px}.accounts .filter-button .filter-wrapper .filter-wrapper-item input{width:50%;font-size:14px}.accounts .filter-button .filter-wrapper .filter-wrapper-item input:checked{accent-color:#00BF63}.orders .head-info-item button{padding:2.5px 7.5px!important;border-radius:5px;color:#fff;transition:.3s}.orders .head-info-item button.made{background-color:#fbb23e}.orders .head-info-item button.made:hover{background-color:#fea922}.orders .head-info-item button.sent{background-color:#1576bd}.orders .head-info-item button.sent:hover{background-color:#055f9f}.orders .head-info-item button.closed{background-color:#36b648}.orders .head-info-item button.closed:hover{background-color:#199d2a}.orders .head-info-item span._closed{color:#36b648;margin-left:2px}.orders .head-info-item span._made{color:#fbb23e;margin-left:2px}.orders .head-info-item span._sent{color:#1576bd;margin-left:2px}.orders .body-content{width:50%!important;padding:5px 0}.orders .body-content span.promo{color:#00bf63}.orders .body-content.status{display:flex;align-items:center;justify-content:flex-end}.orders .body-content.status button{padding:2.5px 7.5px!important;margin-left:5px;border-radius:5px;color:#fff;transition:.3s}.orders .body-content.status button.made{background-color:#fbb23e}.orders .body-content.status button.made:hover{background-color:#fea922}.orders .body-content.status button.sent{background-color:#1576bd}.orders .body-content.status button.sent:hover{background-color:#055f9f}.orders .body-content.status button.closed{background-color:#36b648}.orders .body-content.status button.closed:hover{background-color:#199d2a}.orders .body-content.status span._closed{color:#36b648;margin-left:2px}.orders .body-content.status span._made{color:#fbb23e;margin-left:2px}.orders .body-content.status span._sent{color:#1576bd;margin-left:2px}.header{display:flex;align-items:center;justify-content:space-between;padding:5px 20px;margin-bottom:20px;box-shadow:#64646f33 0 7px 29px}.header .header-icon{width:40px;height:40px;fill:#00bf63;margin-right:20px}.header img:hover{cursor:pointer}.header svg:hover{cursor:pointer}.header button{background-color:inherit;border:none;padding:0}.header .select{position:relative}.header .select .select-wrapper{width:100px;position:absolute;right:0;display:flex;flex-direction:column;background-color:#fff;border:1px solid #00BF63;z-index:2}.header .select .select-wrapper span{padding:10px;border-bottom:1px solid #00BF63;transition:.3s;color:#00bf63;font-weight:700}.header .select .select-wrapper span:last-child{border-bottom:none}.header .select .select-wrapper span:hover{background:#ccc;cursor:pointer}.header .select .select-wrapper span._disabled{opacity:.5}.header .select .select-wrapper span._disabled:hover{background:inherit;cursor:inherit}.nav{width:270px;display:flex;flex-direction:column}.nav button{display:flex;align-items:center;justify-content:space-between;background-color:#00bf63;color:#fff;margin:10px;border-radius:20px;padding:7px 30px 7px 5px;font-size:18px;border:none;transition:.3s}.nav button .avatar-img{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background-color:#fff}.nav button .avatar-img img{width:42px;height:42px}.nav button .avatar-img.dashboard img{width:50px;height:50px}.nav button span{font-size:24px;font-weight:700}.nav button.active{background-color:#00974e}.nav button:hover{background-color:#00974e;cursor:pointer}.nav button:active{transform:scale(.98)}.main{width:100%;display:flex;flex-direction:column;color:#2b2b2b}.main .main-content{display:flex;padding:10px}.main .main-content button.resend_confirm{font-size:20px;font-weight:700;padding:2.5px 15px;color:#fff;border:none;border-radius:5px;transition:.3s;background-color:#00bf63}.main .main-content button.resend_confirm:hover{background-color:#64e916;cursor:pointer}.main .main-content button.resend_confirm:disabled:hover{background-color:#00bf63}.main .main-content .content{width:calc(100% - 200px);border:2px solid #00BF63;border-radius:15px}.auth{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}@media (max-width: 450px){.auth{height:auto}}.auth .auth-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-width:300px;min-height:50vh;overflow:auto;padding:20px;border-radius:20px;box-shadow:#64646f33 0 7px 29px}@media (max-width: 450px){.auth .auth-container{height:calc(100vh - 40px);width:100%;overflow:auto;box-shadow:none;border-radius:0;padding:30px 10px;justify-content:space-between;align-items:center}}.auth .auth-container .auth-block{display:flex;flex-direction:column;align-items:center;width:100%}.auth .field{display:flex;align-items:center;margin:10px 0}.auth .field span{width:100px;font-weight:700}.auth .auth-field{display:flex;flex-direction:column;width:80%;margin:10px 0}.auth .auth-field span{font-size:16px;font-weight:700;margin-left:10px}.auth .auth-field span .company-title{font-size:14px;font-weight:400;margin:0}.auth .auth-field input{border:2px solid #00BF63}.auth .auth-field input.is_error{border:2px solid #FF0000}.auth .logo{width:200px;height:40px;margin-bottom:20px}.auth .auth-link,.auth .auth-link-end{margin:5px 0}.auth .auth-link p,.auth .auth-link-end p{font-size:14px;margin:0;color:#2b2b2b;transition:.3s}.auth .auth-link p:hover,.auth .auth-link-end p:hover{color:#000}.auth .auth-link:hover,.auth .auth-link-end:hover{cursor:pointer;text-decoration:underline;text-decoration-color:#000}.auth .auth-button{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.auth .auth-button button{width:80%;padding:15px;background-color:#00bf63;color:#fff;font-size:20px;font-weight:700;border-radius:20px;border:none;transition:.3s}.auth .auth-button button.disabled{background-color:#00bf63;opacity:.5}.auth .auth-button button.disabled:hover{cursor:inherit;background-color:#00bf63}.auth .auth-button button:active{transform:scale(.98)}.auth .auth-button button:hover{cursor:pointer;background-color:#00974e}.auth .password{display:flex;width:100%;position:relative}.auth .password input{width:100%}.auth .password button.eye-password{position:absolute;border:none;width:20px;background:inherit;right:15px;top:8px;cursor:pointer}.auth .password button.eye-password svg{fill:#2b2b2b;width:18px;height:18px}.auth .auth-footer{display:flex;flex-direction:column;align-items:center;margin:30px 0 10px;width:100%}.registration .auth-container{max-width:450px}.registration .auth-container .first-block{width:100%;display:flex;align-items:center;justify-content:space-between}.registration .auth-container .first-block .image{width:30%;max-height:200px}.registration .auth-container .first-block .image img{width:100%;max-height:200px}.registration .auth-container .first-block .first-block-content{width:70%;display:flex;flex-direction:column;align-items:center;padding:5px}.registration .auth-container .first-block .first-block-content .content-info{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 20px);margin-top:5px;padding:2.5px 10px}.registration .auth-container .first-block .first-block-content .content-info._active{background:#00bf6366}.registration .auth-container .first-block .first-block-content .content-info span{font-weight:700;font-size:10px}.registration .auth-container .first-block .first-block-content .content-info .info-col{width:30%;display:flex;flex-direction:column;align-items:center}.registration .auth-container .first-block .first-block-content .content-info .info-col input{width:70%;border-radius:5px;padding:5px 0 5px 5px;font-size:13px}.registration .auth-container .first-block .first-block-content .content-info .info-col input[type=number]::-webkit-inner-spin-button{opacity:.5;height:25px;transition:.3s}.registration .auth-container .first-block .first-block-content .content-info .info-col input[type=number]::-webkit-inner-spin-button:hover{opacity:1}.registration .auth-container .first-block .first-block-content .content-info .info-col p{margin:2px;font-size:10px}.registration .auth-container .first-block .first-block-content .content-info .info-col p.bold{font-weight:700;font-size:13px}.registration .auth-container .first-block .first-block-content .content-info .info-col.left p{width:100%;text-align:left}.registration .auth-container .first-block .first-block-content .content-info .info-col:last-child p{width:100%;text-align:right}.registration .auth-container .first-block .first-block-content .content-info:first-child{margin-top:0}.registration .auth-container .first-block .first-block-content .content-info:last-child{margin-top:20px}.registration .auth-container .delivery-block{display:flex;flex-direction:column;width:100%}.registration .auth-container .delivery-block .delivery-items{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.registration .auth-container .delivery-block .delivery-items button{border:none;background:inherit;cursor:pointer}.registration .auth-container .delivery-block .delivery-items ul{width:-webkit-fill-available;width:-moz-available}.registration .auth-container .delivery-block .delivery-items ul li{transition:.3s}.registration .auth-container .delivery-block .delivery-items ul li:hover{cursor:pointer;background:#00bf6366}.registration .auth-container .delivery-block .delivery-items h2{margin:5px 0;font-size:16px}.registration .auth-container .delivery-block .delivery-items:first-child{margin-top:0}.registration .auth-container .delivery-block .delivery-items input{width:calc(100% - 15px);border-radius:5px;font-size:13px;padding:5px 5px 5px 10px}.registration .auth-container .delivery-block .delivery-items input.is_error{border:1px solid #FF0000}.registration .auth-container .delivery-block .delivery-items .delivery-item{width:48%;position:relative}.registration .auth-container .delivery-block .delivery-items .delivery-item p.company-title{margin:0;font-size:10px}.registration .auth-container .delivery-block .delivery-items .delivery-item .SelectComponent{width:calc(100% - 8px)}.registration .auth-container .delivery-block .delivery-items .delivery-item label{position:absolute;top:-5px;left:10px;font-size:10px;background:#fff;color:#2b2b2bb3;padding:0 5px}.registration .auth-container .delivery-block .delivery-items .delivery-item.password .eye-password{top:4px;width:10px}.registration .auth-container .delivery-block .delivery-items .delivery-item.password .eye-password svg{width:13px;height:13px}.registration .auth-container .delivery-block .delivery-items .delivery-item-address{width:30%;position:relative}.registration .auth-container .delivery-block .delivery-items .delivery-item-address label{position:absolute;top:-8px;left:10px;font-size:13px;background:#fff;color:#2b2b2bb3;padding:0 5px}.registration .auth-container .delivery-block .delivery-items .delivery-item-address .SelectComponent{width:calc(100% - 8px)}.registration .auth-container .delivery-block .delivery-items .delivery-item-address .SelectComponent button{border:none!important}.registration .auth-container .delivery-block .delivery-items .delivery-item-address .SelectComponent button span{font-size:16px!important}.registration .auth-container .delivery-block .delivery-items .delivery-item-address .SelectComponent button svg{width:10px!important}.registration .auth-container .delivery-block .delivery-items .delivery-item-address .SelectComponent .options-list-wrapper{top:-150px}.registration .auth-container .delivery-block .SelectComponent{border:1px solid #B7B7B7;padding:4px;border-radius:5px;width:100%;position:relative}.registration .auth-container .delivery-block .SelectComponent button{padding:0 4px;color:#2b2b2b}.registration .auth-container .delivery-block .SelectComponent button svg{width:10px!important}.registration .auth-container .delivery-block .SelectComponent button span{font-size:13px!important;min-height:17px}.registration .auth-container .delivery-block .SelectComponent span.label{position:absolute;top:-5px;left:10px;font-size:10px;background:#fff;color:#2b2b2bb3;padding:0 5px}.registration .auth-container .delivery-block .SelectComponent .options-list-wrapper{width:100%;max-height:300px}.registration .auth-container .auth-row{display:flex;align-items:center;justify-content:space-between;width:100%}@media (max-width: 450px){.registration .auth-container .auth-row{width:90%}}.registration .auth-container .auth-row .auth-field{width:48%}.registration .auth-container .auth-field{margin:5px 0;width:100%}@media (max-width: 450px){.registration .auth-container .auth-field{width:90%}}.registration .auth-container form{width:100%;min-height:30px}.registration .auth-container form .stripe-btns{display:flex;align-items:center;justify-content:flex-end;margin-top:20px}.registration .auth-container form .stripe-row{display:flex;align-items:center;justify-content:space-between;margin-top:5px;border:1px solid #B7B7B7;color:#2b2b2b;text-align:end;padding:7px 7px 7px 15px;border-radius:5px}.registration .auth-container form .stripe-row .StripeElement{width:100%}.registration .auth-container form .stripe-row .stripe-field{width:48%}.registration .auth-container form .stripe-row .stripe-row-item{width:20%}.registration .auth-container form .stripe-row .stripe-row-item:first-child{width:40%}.registration .auth-container form .stripe-field label{margin-left:5px;color:#2b2b2bb3}.registration .auth-container form .stripe-field span{color:#2b2b2b;font-weight:700;margin-left:10px}.registration .auth-container form .stripe-field .stripe-input{border:1px solid #00BF63;color:#2b2b2b;text-align:end;padding:7px 7px 7px 15px;border-radius:15px}.registration .checkout{width:100%;max-width:1270px;height:100vh;padding:0 20px;display:flex;flex-direction:column}.registration .checkout .checkout-items.logo{width:100%;display:flex;align-items:center;justify-content:center;margin:20px 0}.registration .checkout .checkout-items_card,.registration .checkout .checkout-items_card .first-block{width:100%;display:flex;align-items:center;justify-content:space-between}.registration .checkout .checkout-items_card .first-block .image{width:40%}.registration .checkout .checkout-items_card .first-block .image img{max-width:100%;width:auto;max-height:300px}.registration .checkout .checkout-items_card .first-block .first-block-content{width:50%;display:flex;flex-direction:column;align-items:center;padding:5px}.registration .checkout .checkout-items_card .first-block .first-block-content .content-info{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 30px);margin-top:10px;padding:5px 15px}.registration .checkout .checkout-items_card .first-block .first-block-content .content-info._active{background:#00bf6366}.registration .checkout .checkout-items_card .first-block .first-block-content .content-info span{font-weight:700;font-size:16px}.registration .checkout .checkout-items_card .first-block .first-block-content .content-info .info-col{width:30%;display:flex;flex-direction:column;align-items:center}.registration .checkout .checkout-items_card .first-block .first-block-content .content-info .info-col input{width:30%;border-radius:5px;padding:5px 0 5px 5px;font-size:16px}.registration .checkout .checkout-items_card .first-block .first-block-content .content-info .info-col input[type=number]::-webkit-inner-spin-button{opacity:.5;height:25px;transition:.3s}.registration .checkout .checkout-items_card .first-block .first-block-content .content-info .info-col input[type=number]::-webkit-inner-spin-button:hover{opacity:1}.registration .checkout .checkout-items_card .first-block .first-block-content .content-info .info-col p{margin:2px;font-size:15px}.registration .checkout .checkout-items_card .first-block .first-block-content .content-info .info-col p.bold{font-weight:700;font-size:16px}.registration .checkout .checkout-items_card .first-block .first-block-content .content-info .info-col.left p{width:100%;text-align:left}.registration .checkout .checkout-items_card .first-block .first-block-content .content-info .info-col:last-child p{width:100%;text-align:right}.registration .checkout .checkout-items_card .first-block .first-block-content .content-info:first-child{margin-top:0}.registration .checkout .checkout-items_card .first-block .first-block-content .content-info:last-child{margin-top:20px}.registration .checkout .checkout-items .delivery-block{display:flex;flex-direction:column;width:100%}.registration .checkout .checkout-items .delivery-block .delivery-items{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.registration .checkout .checkout-items .delivery-block .delivery-items button{border:none;background:inherit;cursor:pointer}.registration .checkout .checkout-items .delivery-block .delivery-items ul{width:-webkit-fill-available;width:-moz-available}.registration .checkout .checkout-items .delivery-block .delivery-items ul li{transition:.3s}.registration .checkout .checkout-items .delivery-block .delivery-items ul li:hover{cursor:pointer;background:#00bf6366}.registration .checkout .checkout-items .delivery-block .delivery-items h2{margin:20px 0 0;font-size:22px}.registration .checkout .checkout-items .delivery-block .delivery-items:first-child{margin-top:0}.registration .checkout .checkout-items .delivery-block .delivery-items input{width:calc(100% - 15px);border-radius:5px;font-size:16px;padding:5px 5px 5px 10px}.registration .checkout .checkout-items .delivery-block .delivery-items input.is_error{border:1px solid #FF0000}.registration .checkout .checkout-items .delivery-block .delivery-items .delivery-item{width:48%;position:relative}.registration .checkout .checkout-items .delivery-block .delivery-items .delivery-item p.company-title{margin:0;font-size:10px}.registration .checkout .checkout-items .delivery-block .delivery-items .delivery-item .SelectComponent{width:calc(100% - 8px)}.registration .checkout .checkout-items .delivery-block .delivery-items .delivery-item label{position:absolute;top:-8px;left:10px;font-size:13px;background:#fff;color:#2b2b2bb3;padding:0 5px}.registration .checkout .checkout-items .delivery-block .delivery-items .delivery-item.password .eye-password{top:4px;width:10px}.registration .checkout .checkout-items .delivery-block .delivery-items .delivery-item.password .eye-password svg{width:13px;height:13px}.registration .checkout .checkout-items .delivery-block .delivery-items .delivery-item-address{width:30%;position:relative}.registration .checkout .checkout-items .delivery-block .delivery-items .delivery-item-address label{position:absolute;top:-8px;left:10px;font-size:13px;background:#fff;color:#2b2b2bb3;padding:0 5px}.registration .checkout .checkout-items .delivery-block .delivery-items .delivery-item-address .SelectComponent{width:calc(100% - 8px)}.registration .checkout .checkout-items .delivery-block .delivery-items .delivery-item-address .SelectComponent button{border:none!important}.registration .checkout .checkout-items .delivery-block .delivery-items .delivery-item-address .SelectComponent button span{font-size:16px!important}.registration .checkout .checkout-items .delivery-block .delivery-items .delivery-item-address .SelectComponent button svg{width:10px!important}.registration .checkout .checkout-items .delivery-block .delivery-items .delivery-item-address .SelectComponent .options-list-wrapper{top:-150px}.registration .checkout .checkout-items .delivery-block .delivery-items .delivery-item-address .SelectComponent .options-list-wrapper button{padding:5px}.registration .checkout .checkout-items .delivery-block .SelectComponent{border:1px solid #B7B7B7;padding:5px;border-radius:5px;width:100%;position:relative}.registration .checkout .checkout-items .delivery-block .SelectComponent button{padding:0 4px;color:#2b2b2b}.registration .checkout .checkout-items .delivery-block .SelectComponent button svg{width:10px!important}.registration .checkout .checkout-items .delivery-block .SelectComponent button span{font-size:16px!important;min-height:17px}.registration .checkout .checkout-items .delivery-block .SelectComponent span.label{position:absolute;top:-8px;left:10px;font-size:13px;background:#fff;color:#2b2b2bb3;padding:0 5px}.registration .checkout .checkout-items .delivery-block .SelectComponent .options-list-wrapper{width:100%;max-height:300px}.registration .checkout .checkout-items .delivery-block .SelectComponent .options-list-wrapper button{padding:5px}.registration .checkout .checkout-items form{width:100%;min-height:30px}.registration .checkout .checkout-items form .stripe-btns{display:flex;align-items:center;justify-content:flex-end;margin-top:20px}.registration .checkout .checkout-items form .stripe-row{display:flex;align-items:center;justify-content:space-between;margin-top:5px;border:1px solid #B7B7B7;color:#2b2b2b;text-align:end;padding:7px 7px 7px 15px;border-radius:5px}.registration .checkout .checkout-items form .stripe-row .StripeElement{width:100%}.registration .checkout .checkout-items form .stripe-row .stripe-field{width:48%}.registration .checkout .checkout-items form .stripe-row .stripe-row-item{width:20%}.registration .checkout .checkout-items form .stripe-row .stripe-row-item:first-child{width:40%}.registration .checkout .checkout-items form .stripe-field label{margin-left:5px;color:#2b2b2bb3}.registration .checkout .checkout-items form .stripe-field span{color:#2b2b2b;font-weight:700;margin-left:10px}.registration .checkout .checkout-items form .stripe-field .stripe-input{border:1px solid #00BF63;color:#2b2b2b;text-align:end;padding:7px 7px 7px 15px;border-radius:15px}.main{display:flex;width:100%;height:calc(100vh - 40px);background:#fff;font:1em Roboto,sans-serif}.main input{padding:2.5px 7px}.main input:focus{outline:none}body{margin:0;font:1em Roboto,sans-serif;color:#2b2b2b}body ._rotated-180{transform:rotate(180deg)}body input{padding:7px 15px;border-radius:15px;border:1px solid #B7B7B7;color:#2b2b2b}body input:disabled{color:#2b2b2b4d}body input:focus{outline:none}body button:disabled,body button[disabled]{opacity:.5;cursor:inherit!important}body button:disabled span,body button[disabled] span{color:#2b2b2bb3!important}
