.dashboad-auth-page{background-color:#161d26;height:100vh;width:100%;display:flex;flex-direction:column;gap:25px;align-items:center;justify-content:center}.dashboad-auth-page .welcome-message{margin:0 20px}.dashboad-auth-page .welcome-message h1{font-family:Roboto-Bold;text-transform:uppercase;text-align:center;color:#fff;font-size:50px}.dashboad-auth-page .welcome-message h1 span{color:var(--Primary-Color)}.dashboad-auth-page .welcome-message h3{font-family:Roboto-Thin;color:#fff;text-align:center;font-weight:400}.dashboad-auth-page form{margin:0 20px;display:flex;flex-direction:column;gap:15px;padding:25px;border:1px solid dimgray;outline:none;width:40%;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.dashboad-auth-page form input{outline:none;border:none;height:55px;padding-left:10px;font-family:Roboto-Regular;font-weight:400}.dashboad-auth-page form button{height:65px;font-family:Roboto-Medium;font-weight:400;text-transform:uppercase;font-size:18px;background-color:var(--Primary-Color);cursor:pointer}@media(max-width:2048px){.dashboad-auth-page{gap:25px}.dashboad-auth-page .welcome-message h1{font-size:45px}.dashboad-auth-page .welcome-message h3{font-size:18px}.dashboad-auth-page form{gap:15px;padding:25px;width:41%}.dashboad-auth-page form input{height:52px;padding-left:10px}.dashboad-auth-page form button{height:60px;font-size:16px}}@media(max-width:1921px){.dashboad-auth-page{gap:25px}.dashboad-auth-page .welcome-message h1{font-size:42px}.dashboad-auth-page .welcome-message h3{font-size:17px}.dashboad-auth-page form{gap:15px;padding:25px;width:41%}.dashboad-auth-page form input{height:48px;padding-left:10px}.dashboad-auth-page form button{height:57px;font-size:15px}}@media(max-width:1707px){.dashboad-auth-page{gap:25px}.dashboad-auth-page .welcome-message h1{font-size:37px}.dashboad-auth-page .welcome-message h3{font-size:15px}.dashboad-auth-page form{gap:15px;padding:25px;width:42%}.dashboad-auth-page form input{height:45px;padding-left:10px}.dashboad-auth-page form button{height:53px;font-size:14px}}@media(max-width:1537px){.dashboad-auth-page{gap:25px}.dashboad-auth-page .welcome-message h1{font-size:33px}.dashboad-auth-page .welcome-message h3{font-size:14px}.dashboad-auth-page form{gap:15px;padding:25px;width:42%}.dashboad-auth-page form input{height:42px;padding-left:10px}.dashboad-auth-page form button{height:48px;font-size:12.5px}}.dashboard-page-container{height:100vh;overflow:hidden}.dashboard-page-container .top-dashboard{height:10%;display:flex;align-items:center;justify-content:space-between;padding:0 25px;border-bottom:1px solid #393939}.dashboard-page-container .top-dashboard .right-top-dashboard{display:flex;gap:15px}.dashboard-page-container .top-dashboard .right-top-dashboard button{border:none;outline:none;display:flex;align-items:center;gap:7px;font-family:Roboto-Medium;font-weight:400;height:55px;width:200px;justify-content:center;font-size:18px;background-color:transparent;border:2px solid var(--Primary-Color);border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;color:#c2c2c2;cursor:pointer}.dashboard-page-container .top-dashboard .right-top-dashboard button .icon{font-size:25px}.dashboard-page-container .top-dashboard .right-top-dashboard button:hover{background-color:#f5d863;color:#000}.dashboard-page-container .top-dashboard .right-top-dashboard .active,.dashboard-page-container .top-dashboard .right-top-dashboard .active:hover{background-color:var(--Primary-Color);color:#fff}.dashboard-page-container .bottom-component{height:90%;overflow:hidden;overflow-y:scroll}.dashboard-page-container .bottom-component::-webkit-scrollbar{width:12px;height:12px}.dashboard-page-container .bottom-component::-webkit-scrollbar-track{background:#202833;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.dashboard-page-container .bottom-component::-webkit-scrollbar-thumb{background-color:var(--Primary-Color);border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.dashboard-page-container .bottom-component::-webkit-scrollbar-thumb:hover{background-color:var(--Primary-Color)}.components-header-container{height:100px;display:flex;align-items:center;padding:0 50px}.components-header-container h1{font-family:Roboto-Bold;color:#fff}.add-product-component .no-brands{width:60vw;height:60vh;background-color:var(--Div-BG);margin:80px auto;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;display:flex;align-items:center;justify-content:center}.add-product-component .no-brands p{font-family:Roboto-Bold;color:#fff}.add-product-component .inner-add-product{display:flex;padding:0 25px;gap:25px}.add-product-component .inner-add-product .left-add-component,.add-product-component .inner-add-product .right-add-component{width:50%}.add-product-component .inner-add-product .left-add-component{padding-bottom:50px}.add-product-component .inner-add-product .left-add-component .main-img{overflow:hidden;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;background-color:var(--Div-BG);position:relative;cursor:pointer;height:60vh}.add-product-component .inner-add-product .left-add-component .main-img .hide-input{position:absolute;left:-500px}.add-product-component .inner-add-product .left-add-component .main-img .deep-bg{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.add-product-component .inner-add-product .left-add-component .main-img .deep-bg .icon{font-size:9vw;color:var(--Placeholders-Color)}.add-product-component .inner-add-product .left-add-component .main-img .deep-bg p{font-family:Roboto-Regular;color:var(--Primary-Color)}.add-product-component .inner-add-product .left-add-component .main-img .layer-on{position:absolute;top:0;left:0;width:100%;height:100%;padding:25px}.add-product-component .inner-add-product .left-add-component .main-img .layer-on h2{font-family:Roboto-Bold;color:#fff}.add-product-component .inner-add-product .left-add-component .main-img .img-preview{width:100%;height:100%;background-color:#fff;position:absolute;top:0;left:0}.add-product-component .inner-add-product .left-add-component .carousel{width:100%;display:flex;align-items:center;position:relative}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel{height:250px;display:flex;overflow-x:hidden;justify-content:space-between;align-items:center}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .add-image-container{background-color:var(--Div-BG);height:200px;width:200px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;overflow:hidden;margin-left:25px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .add-image-container .hide-input{position:absolute;left:-500px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .add-image-container .icon{font-size:30px;color:#697b7c}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .img-preview{background-color:var(--Div-BG);height:200px;width:200px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;flex-shrink:0;cursor:pointer;position:relative;overflow:hidden;margin-left:25px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .img-preview .img-preview-container{position:relative;width:100%;height:100%}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .img-preview button{position:absolute;top:15px;right:15px;margin:0;width:45px;height:45px;z-index:1;display:flex;align-items:center;justify-content:center}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .img-preview button .icon{font-size:22px}.add-product-component .inner-add-product .left-add-component .carousel button{background-color:#202833;outline:none;border:none;width:55px;height:55px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;flex-shrink:0;cursor:pointer;margin:0 25px}.add-product-component .inner-add-product .left-add-component .carousel button .icon{font-size:30px;color:gray;transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear}.add-product-component .inner-add-product .left-add-component .carousel button:hover{background-color:#364354}.add-product-component .inner-add-product .left-add-component .carousel button:hover .icon{color:#fff}.add-product-component .inner-add-product .right-add-component{background-color:var(--Div-BG);border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;display:flex;flex-direction:column;gap:25px;padding:25px;height:-moz-fit-content;height:fit-content}.add-product-component .inner-add-product .right-add-component .regular-input h3{font-family:Roboto-Medium;font-weight:400;color:#fff}.add-product-component .inner-add-product .right-add-component .regular-input input{margin-top:10px;width:100%;height:60px;padding-left:10px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;background-color:transparent;outline:none;border:3px solid rgba(91,91,91,.31);color:#fff;font-family:Roboto-Regular;font-weight:400}.add-product-component .inner-add-product .right-add-component .regular-input input::placeholder{color:#828282}.add-product-component .inner-add-product .right-add-component .notes textarea{margin-top:10px;width:100%;max-width:100%;height:300px;max-height:500px;padding:25px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;background-color:transparent;outline:none;border:3px solid rgba(91,91,91,.31);color:#fff;font-family:Roboto-Regular;font-weight:400}.add-product-component .inner-add-product .right-add-component .notes textarea::placeholder{color:#828282}.add-product-component .inner-add-product .right-add-component .choose-input h3{font-family:Roboto-Medium;font-weight:400;color:#fff}.add-product-component .inner-add-product .right-add-component .choose-input .choices-container{margin-top:10px;display:flex;flex-wrap:wrap;gap:15px}.add-product-component .inner-add-product .right-add-component .choose-input .choices-container button{background-color:#627288;border:none;outline:none;width:250px;height:55px;color:#fff;border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;cursor:pointer;font-family:Roboto-Medium;font-weight:400;font-size:17px;transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear}.add-product-component .inner-add-product .right-add-component .choose-input .choices-container button:hover{background-color:#364354}.add-product-component .inner-add-product .right-add-component .choose-input .choices-container .active,.add-product-component .inner-add-product .right-add-component .choose-input .choices-container .active:hover{background-color:#202833}.add-product-component .inner-add-product .right-add-component .checkboxes-input h3{font-family:Roboto-Medium;font-weight:400;color:#fff}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes{margin-top:10px;display:flex;flex-wrap:wrap;gap:10px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div{width:200px;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;background-color:#202833;padding:15px 0;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div h4{font-family:Roboto-Medium;font-weight:400;color:#fff}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body{width:100%;height:200px;overflow:hidden;overflow-y:scroll;flex-direction:column;display:flex;gap:15px;padding:0 15px;margin-top:15px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body::-webkit-scrollbar{width:8px;height:8px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body::-webkit-scrollbar-track{background:#202833;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body::-webkit-scrollbar-thumb{background-color:var(--Primary-Color);border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body::-webkit-scrollbar-thumb:hover{background-color:var(--Primary-Color)}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body .check-section{display:flex;align-items:center;gap:7px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body .check-section input{width:18px;height:18px;accent-color:var(--Primary-Color)}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body .check-section p,.add-product-component .inner-add-product .right-add-component .enter-input h3{font-family:Roboto-Medium;font-weight:400;color:#fff}.add-product-component .inner-add-product .right-add-component .enter-input .inputs-controls{margin-top:10px;display:flex;align-items:center;gap:15px;flex-wrap:wrap}.add-product-component .inner-add-product .right-add-component .enter-input .inputs-controls p{font-family:Roboto-Medium;display:flex;align-items:center;gap:7px;font-weight:400;font-size:17px;padding:15px 20px;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;background-color:#202833;color:#fff;cursor:pointer}.add-product-component .inner-add-product .right-add-component .enter-input .inputs-controls p .icon{font-size:19px}.add-product-component .inner-add-product .right-add-component .enter-input input{margin-top:10px;width:100%;height:60px;padding-left:10px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;background-color:transparent;outline:none;border:3px solid rgba(91,91,91,.31);color:#fff;font-family:Roboto-Regular;font-weight:400}.add-product-component .inner-add-product .right-add-component .enter-input input::placeholder{color:#828282}.add-product-component .inner-add-product .right-add-component .assign-input h3{font-family:Roboto-Medium;font-weight:400;color:#fff}.add-product-component .inner-add-product .right-add-component .assign-input .inner-assing-input{margin-top:10px;width:100%;display:flex;flex-direction:column;gap:25px}.add-product-component .inner-add-product .right-add-component .assign-input .inner-assing-input .assign-section{width:100%;background-color:#202833;padding:15px;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px}.add-product-component .inner-add-product .right-add-component .assign-input .inner-assing-input .assign-section h4{font-family:Roboto-Medium;font-weight:400;color:#fff;text-align:center}.add-product-component .inner-add-product .right-add-component .assign-input .inner-assing-input .assign-section .assign-oems-container{margin-top:15px;display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.add-product-component .inner-add-product .right-add-component .assign-input .inner-assing-input .assign-section .assign-oems-container p{font-family:Roboto-Medium;display:flex;align-items:center;gap:7px;font-weight:400;font-size:17px;padding:15px 20px;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;background-color:#77869c;color:#fff;cursor:pointer;transition:all .2s linear;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear}.add-product-component .inner-add-product .right-add-component .assign-input .inner-assing-input .assign-section .assign-oems-container p:hover{background-color:#38475b}.add-product-component .inner-add-product .right-add-component .assign-input .inner-assing-input .assign-section .assign-oems-container .active,.add-product-component .inner-add-product .right-add-component .assign-input .inner-assing-input .assign-section .assign-oems-container .active:hover{background-color:var(--Primary-Color)}.add-product-component .inner-add-product .right-add-component .vichles-info h3{font-family:Roboto-Medium;font-weight:400;color:#fff}.add-product-component .inner-add-product .right-add-component .vichles-info .vichles-container{margin-top:10px;display:flex;flex-direction:column;gap:15px}.add-product-component .inner-add-product .right-add-component .vichles-info .vichles-container .vichle-div h4{font-family:Roboto-Medium;font-weight:400;color:#fff;text-align:center}.add-product-component .inner-add-product .right-add-component .vichles-info .vichles-container .vichle-div .vichle-info-inputs{margin-top:10px}.add-product-component .inner-add-product .right-add-component .vichles-info .vichles-container .vichle-div .vichle-info-inputs input{width:20%;height:55px;text-align:center;border:none;outline:none;background-color:#202833;color:#fff;font-family:Roboto-Regular;font-weight:400}.add-product-component .inner-add-product .right-add-component .vichles-info .vichles-container .vichle-div .vichle-info-inputs input::placeholder{color:#828282}.add-product-component .inner-add-product .right-add-component .button-submit{display:flex;justify-content:center;align-items:center}.add-product-component .inner-add-product .right-add-component .button-submit button{width:100%;height:70px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-family:Roboto-Bold;font-size:19px;border:none;outline:none;background-color:var(--Primary-Color);text-transform:uppercase;letter-spacing:2px}.get-item-by-part-num{height:100%;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:50px 25px;margin-top:150px;background-color:var(--Div-BG);gap:25px}.get-item-by-part-num h1{font-family:Roboto-Bold;text-transform:uppercase;color:#fff}.get-item-by-part-num h1 span{color:red}.get-item-by-part-num input{margin-top:10px;width:50%;height:60px;padding-left:10px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;background-color:transparent;outline:none;border:3px solid rgba(91,91,91,.31);color:#fff;font-family:Roboto-Regular;font-weight:400}.get-item-by-part-num input::placeholder{color:#828282}.get-item-by-part-num button{width:250px;height:65px;font-family:Roboto-Bold;font-size:17px;background-color:var(--Primary-Color);display:flex;align-items:center;justify-content:center;border:none;outline:none;cursor:pointer}.documentation-container .inner-documentation{padding:50px 200px}.documentation-container .inner-documentation .doc-div{margin-top:50px}.documentation-container .inner-documentation .doc-div h1{font-family:Roboto-Bold;text-transform:uppercase;color:#fff}.documentation-container .inner-documentation .doc-div h2{font-family:Roboto-Regular;margin-top:15px;font-weight:400;color:#cecece}.documentation-container .inner-documentation .doc-div h2 span{color:var(--Primary-Color)}.documentation-container .inner-documentation .doc-div .sub-headline{margin-top:15px}.documentation-container .inner-documentation .doc-div .sub-headline span{color:var(--Primary-Color)}.documentation-container .inner-documentation hr{border:none;height:3px;background-color:#202833;margin:80px 0}.manage-brand-models-container .inner-manage-brands-models{background-color:var(--Div-BG);height:75vh;width:90%;border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;margin:25px auto;overflow:hidden}.manage-brand-models-container .inner-manage-brands-models .loading-brands-models{display:flex;align-items:center;justify-content:center;height:100%;width:100%;color:var(--Primary-Color)}.manage-brand-models-container .inner-manage-brands-models .brands-container{width:100%;height:100%}.manage-brand-models-container .inner-manage-brands-models .brands-container .add-brand-input{height:100px;width:100%;display:flex}.manage-brand-models-container .inner-manage-brands-models .brands-container .add-brand-input input{width:90%;height:100%;padding-left:25px;outline:none;font-family:Roboto-Medium;font-weight:400;font-size:18px;background-color:transparent;border:none;border-bottom:3px solid rgba(20,29,44,.227);color:#fff}.manage-brand-models-container .inner-manage-brands-models .brands-container .add-brand-input button{background-color:var(--Primary-Color);width:10%;height:100%;outline:none;border:none;font-family:Roboto-Bold;font-size:18px;letter-spacing:2px;cursor:pointer;display:flex;align-items:center;justify-content:center}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container{height:calc(100% - 100px);overflow:hidden;overflow-y:scroll;margin-top:50px;padding-bottom:50px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container::-webkit-scrollbar{width:8px;height:8px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container::-webkit-scrollbar-track{background:#202833;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container::-webkit-scrollbar-thumb{background-color:var(--Primary-Color);border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container::-webkit-scrollbar-thumb:hover{background-color:var(--Primary-Color)}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container{display:flex;justify-content:space-between;align-items:center;padding:25px;gap:15px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion{width:80%}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-item{border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-btn{width:100%;text-align:left;padding:15px;background:#202833;color:#fff;font-family:Roboto-Bold;border:none;outline:none;cursor:pointer;font-size:18px;display:flex;justify-content:space-between;align-items:center;height:80px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content{padding:0 15px;background:#202833}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model{height:80px;display:flex;justify-content:space-between;align-items:center;border-top:2px solid #3d516b}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model h4{font-family:Roboto-Regular;font-weight:400;color:#fff;text-transform:uppercase}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model .btns{display:flex;align-items:center;gap:14px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model .btns button{width:150px;height:35px;border:none;outline:none;background-color:#ca2d2a;color:#fff;cursor:pointer}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model{height:-moz-fit-content;height:fit-content;padding:25px 0;background-color:#2b3a50}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model h4{color:#fff;text-transform:uppercase;font-family:Roboto-Medium;font-weight:400;padding-left:25px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model .model-input{display:flex;margin-top:20px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model .model-input input{width:95%;background-color:#374862;height:50px;border:none;outline:none;padding-left:25px;font-family:Roboto-Medium;font-weight:400;color:#fff}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model .model-input button{display:flex;align-items:center;justify-content:center;font-family:Roboto-Medium;font-weight:400;letter-spacing:2px;border:none;outline:none;height:50px;width:5%;background-color:var(--Primary-Color);cursor:pointer}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .no-models{height:80px;width:100%;display:flex;align-items:center;justify-content:center;font-family:Roboto-Bold;font-size:17px;color:#fff}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-icon{font-size:20px;font-weight:700}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .edit-btn{background-color:#4dde1d;outline:none;border:none;cursor:pointer;color:#fff;width:10%;height:80px;font-family:Roboto-Bold;font-size:16px;letter-spacing:2px;display:flex;align-items:center;justify-content:center}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .delete-btn{background-color:#ca2d2a;outline:none;border:none;cursor:pointer;color:#fff;width:10%;height:80px;font-family:Roboto-Bold;font-size:16px;letter-spacing:2px;display:flex;align-items:center;justify-content:center}.manage-brand-models-container .inner-manage-brands-models .no-brands{height:100%;width:100%;display:flex;align-items:center;justify-content:center;font-family:Roboto-Bold;font-size:17px;color:#fff}.edit-brand-model-pop-up-container{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.149);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;top:0;left:0;display:flex;align-items:center;justify-content:center}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up{width:60%;background-color:#fff;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;display:flex;flex-direction:column;gap:15px;padding:24px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .top h1{font-family:Roboto-Bold;font-size:48px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .top input{height:65px;width:100%;border:none;outline:none;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;background-color:#e5e5e5;margin-top:24px;padding-left:10px;font-size:18px;font-weight:600}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .btns{margin-top:24px;display:flex;justify-content:center;gap:24px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .btns button{width:200px;height:65px;font-family:Roboto-Bold;font-size:18px;border:none;outline:none;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;cursor:pointer}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .btns button:first-child{background-color:#e4e4e4}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .btns button:last-child{background-color:#14b724;color:#fff}@media(max-width:2048px){.dashboard-page-container .top-dashboard{height:10%;padding:0 25px}.dashboard-page-container .top-dashboard img{width:70px;height:70px}.dashboard-page-container .top-dashboard .right-top-dashboard button{height:53px;width:190px;font-size:16px}.dashboard-page-container .top-dashboard .right-top-dashboard button .icon{font-size:22px}.dashboard-page-container .bottom-component{height:90%}.components-header-container{height:90px}.components-header-container h1{font-size:30px}.add-product-component .inner-add-product .left-add-component .main-img .deep-bg p{font-size:15px}.add-product-component .inner-add-product .left-add-component .main-img .layer-on h2{font-size:22px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel{height:230px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .add-image-container{height:180px;width:180px;margin-left:25px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .add-image-container .icon{font-size:28px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .img-preview{height:180px;width:180px;margin-left:25px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .img-preview button{width:40px;height:40px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .img-preview button .icon{font-size:19px}.add-product-component .inner-add-product .left-add-component .carousel button{width:50px;height:50px}.add-product-component .inner-add-product .left-add-component .carousel button .icon{font-size:28px}.add-product-component .inner-add-product .right-add-component .regular-input h3{font-size:18px}.add-product-component .inner-add-product .right-add-component .regular-input input{height:57px;font-size:14px}.add-product-component .inner-add-product .right-add-component .notes textarea{height:270px;max-height:470px}.add-product-component .inner-add-product .right-add-component .choose-input h3{font-size:18px}.add-product-component .inner-add-product .right-add-component .choose-input .choices-container button{width:220px;height:50px;font-size:16px}.add-product-component .inner-add-product .right-add-component .checkboxes-input h3{font-size:18px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div{width:175px;padding:15px 0}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div h4{font-size:15px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body{height:190px;gap:15px;padding:0 10px;margin-top:15px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body .check-section input{width:17px;height:17px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body .check-section p{font-size:15px}.add-product-component .inner-add-product .right-add-component .enter-input h3{font-size:18px}.add-product-component .inner-add-product .right-add-component .enter-input .inputs-controls p{font-size:16px}.add-product-component .inner-add-product .right-add-component .enter-input .inputs-controls p .icon{font-size:18px}.add-product-component .inner-add-product .right-add-component .enter-input input{height:57px;font-size:14px}.add-product-component .inner-add-product .right-add-component .assign-input h3{font-size:18px}.add-product-component .inner-add-product .right-add-component .assign-input .inner-assing-input .assign-section h4{font-size:15px}.add-product-component .inner-add-product .right-add-component .assign-input .inner-assing-input .assign-section .assign-oems-container p{font-size:16px;padding:15px 20px}.add-product-component .inner-add-product .right-add-component .vichles-info h3{font-size:18px}.add-product-component .inner-add-product .right-add-component .vichles-info .vichles-container .vichle-div h4{font-size:15px}.add-product-component .inner-add-product .right-add-component .vichles-info .vichles-container .vichle-div .vichle-info-inputs input{height:55px;font-size:14px}.add-product-component .inner-add-product .right-add-component .button-submit button{height:65px;font-size:17px}.add-product-component .no-brands{margin:70px auto}.add-product-component .no-brands p{font-size:15px}.get-item-by-part-num{padding:50px 25px;margin-top:150px;gap:25px}.get-item-by-part-num h1{font-size:30px}.get-item-by-part-num input{height:57px;font-size:14px}.get-item-by-part-num button{width:235px;height:60px;font-size:16px}.documentation-container .inner-documentation .doc-div h1{font-size:30px}.documentation-container .inner-documentation .doc-div h2{font-size:22px}.documentation-container .inner-documentation hr{height:2.5px}.manage-brand-models-container .inner-manage-brands-models .brands-container .add-brand-input{height:90px}.manage-brand-models-container .inner-manage-brands-models .brands-container .add-brand-input button,.manage-brand-models-container .inner-manage-brands-models .brands-container .add-brand-input input{font-size:16px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container{margin-top:45px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container{padding:23px;gap:13px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-btn{font-size:17px;height:75px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model{height:75px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model h4{font-size:15px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model .btns{display:flex;align-items:center;gap:14px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model .btns button{width:145px;height:33px;font-size:13px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model{padding:25px 0}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model h4{font-size:15px;padding-left:25px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model .model-input{margin-top:20px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model .model-input input{height:50px;font-size:14px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model .model-input button{font-size:13px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .no-models{font-size:17px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-icon{font-size:20px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .delete-btn,.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .edit-btn{height:75px;font-size:16px}.manage-brand-models-container .inner-manage-brands-models .no-brands{font-size:17px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up{width:55%;gap:13px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .top h1{font-size:44px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .top input{height:60px;width:100%;font-size:17px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .btns{gap:24px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .btns button{width:190px;height:60px;font-size:17px}}@media(max-width:1921px){.dashboard-page-container .top-dashboard{height:10%;padding:0 25px}.dashboard-page-container .top-dashboard img{width:65px;height:65px}.dashboard-page-container .top-dashboard .right-top-dashboard button{height:51px;width:180px;font-size:15px}.dashboard-page-container .top-dashboard .right-top-dashboard button .icon{font-size:20px}.dashboard-page-container .bottom-component{height:90%}.components-header-container{height:80px}.components-header-container h1{font-size:28px}.add-product-component .inner-add-product .left-add-component .main-img .deep-bg p{font-size:14px}.add-product-component .inner-add-product .left-add-component .main-img .layer-on h2{font-size:20px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel{height:220px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .add-image-container{height:170px;width:170px;margin-left:20px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .add-image-container .icon{font-size:26px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .img-preview{height:170px;width:170px;margin-left:20px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .img-preview button{width:37px;height:37px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .img-preview button .icon{font-size:19px}.add-product-component .inner-add-product .left-add-component .carousel button{width:45px;height:45px}.add-product-component .inner-add-product .left-add-component .carousel button .icon{font-size:26px}.add-product-component .inner-add-product .right-add-component .regular-input h3{font-size:16px}.add-product-component .inner-add-product .right-add-component .regular-input input{height:53px;font-size:13px}.add-product-component .inner-add-product .right-add-component .notes textarea{height:240px;max-height:440px}.add-product-component .inner-add-product .right-add-component .choose-input h3{font-size:16px}.add-product-component .inner-add-product .right-add-component .choose-input .choices-container button{width:200px;height:50px;font-size:14px}.add-product-component .inner-add-product .right-add-component .checkboxes-input h3{font-size:16px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div{width:165px;padding:15px 0}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div h4{font-size:13px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body{height:180px;gap:15px;padding:0 10px;margin-top:15px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body .check-section input{width:15px;height:15px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body .check-section p{font-size:14px}.add-product-component .inner-add-product .right-add-component .enter-input h3{font-size:16px}.add-product-component .inner-add-product .right-add-component .enter-input .inputs-controls p{font-size:14px}.add-product-component .inner-add-product .right-add-component .enter-input .inputs-controls p .icon{font-size:16px}.add-product-component .inner-add-product .right-add-component .enter-input input{height:53px;font-size:13px}.add-product-component .inner-add-product .right-add-component .assign-input h3{font-size:16px}.add-product-component .inner-add-product .right-add-component .assign-input .inner-assing-input .assign-section h4{font-size:14px}.add-product-component .inner-add-product .right-add-component .assign-input .inner-assing-input .assign-section .assign-oems-container p{font-size:14px;padding:15px 20px}.add-product-component .inner-add-product .right-add-component .vichles-info h3{font-size:16px}.add-product-component .inner-add-product .right-add-component .vichles-info .vichles-container .vichle-div h4{font-size:14px}.add-product-component .inner-add-product .right-add-component .vichles-info .vichles-container .vichle-div .vichle-info-inputs input{height:53px;font-size:13px}.add-product-component .inner-add-product .right-add-component .button-submit button{height:60px;font-size:16px}.add-product-component .no-brands{margin:69px auto}.add-product-component .no-brands p{font-size:14px}.get-item-by-part-num{padding:50px 25px;margin-top:150px;gap:25px}.get-item-by-part-num h1{font-size:28px}.get-item-by-part-num input{height:54px;font-size:13px}.get-item-by-part-num button{width:220px;height:55px;font-size:15px}.documentation-container .inner-documentation .doc-div h1{font-size:28px}.documentation-container .inner-documentation .doc-div h2{font-size:20px}.documentation-container .inner-documentation hr{height:2px}.manage-brand-models-container .inner-manage-brands-models .brands-container .add-brand-input{height:85px}.manage-brand-models-container .inner-manage-brands-models .brands-container .add-brand-input input{font-size:13px}.manage-brand-models-container .inner-manage-brands-models .brands-container .add-brand-input button{font-size:15px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container{margin-top:40px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container{padding:21px;gap:11px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-btn{font-size:16px;height:70px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model{height:70px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model h4{font-size:14px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model .btns{display:flex;align-items:center;gap:14px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model .btns button{width:140px;height:33px;font-size:12px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model{padding:22px 0}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model h4{font-size:14px;padding-left:25px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model .model-input{margin-top:20px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model .model-input input{height:50px;font-size:13px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model .model-input button{font-size:13px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .no-models{font-size:16px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-icon{font-size:18px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .delete-btn,.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .edit-btn{height:70px;font-size:14px}.manage-brand-models-container .inner-manage-brands-models .no-brands{font-size:17px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up{width:50%;gap:11px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .top h1{font-size:40px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .top input{height:55px;font-size:16px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .btns{gap:20px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .btns button{width:180px;height:58px;font-size:16px}}@media(max-width:1707px){.dashboard-page-container .top-dashboard{height:10%;padding:0 25px}.dashboard-page-container .top-dashboard img{width:60px;height:60px}.dashboard-page-container .top-dashboard .right-top-dashboard button{height:48px;width:170px;font-size:13px}.dashboard-page-container .top-dashboard .right-top-dashboard button .icon{font-size:18px}.dashboard-page-container .bottom-component{height:90%}.components-header-container{height:70px}.components-header-container h1{font-size:26px}.add-product-component .inner-add-product .left-add-component .main-img .deep-bg p{font-size:13px}.add-product-component .inner-add-product .left-add-component .main-img .layer-on h2{font-size:18px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel{height:210px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .add-image-container{height:160px;width:160px;margin-left:15px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .add-image-container .icon{font-size:22px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .img-preview{height:160px;width:160px;margin-left:15px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .img-preview button{width:35px;height:35px;top:10px;right:10px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .img-preview button .icon{font-size:18px}.add-product-component .inner-add-product .left-add-component .carousel button{width:40px;height:40px}.add-product-component .inner-add-product .left-add-component .carousel button .icon{font-size:22px}.add-product-component .inner-add-product .right-add-component .regular-input h3{font-size:14px}.add-product-component .inner-add-product .right-add-component .regular-input input{height:50px;font-size:12px}.add-product-component .inner-add-product .right-add-component .notes textarea{height:210px;max-height:410px}.add-product-component .inner-add-product .right-add-component .choose-input h3{font-size:14px}.add-product-component .inner-add-product .right-add-component .choose-input .choices-container button{width:170px;height:45px;font-size:13px}.add-product-component .inner-add-product .right-add-component .checkboxes-input h3{font-size:14px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div{width:143px;padding:15px 0}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div h4{font-size:12px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body{height:160px;gap:10px;padding:0 10px;margin-top:15px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body .check-section input{width:13px;height:13px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body .check-section p{font-size:12px}.add-product-component .inner-add-product .right-add-component .enter-input h3{font-size:14px}.add-product-component .inner-add-product .right-add-component .enter-input .inputs-controls p{font-size:13px}.add-product-component .inner-add-product .right-add-component .enter-input .inputs-controls p .icon{font-size:14px}.add-product-component .inner-add-product .right-add-component .enter-input input{height:50px;font-size:12px}.add-product-component .inner-add-product .right-add-component .assign-input h3{font-size:14px}.add-product-component .inner-add-product .right-add-component .assign-input .inner-assing-input .assign-section h4{font-size:13px}.add-product-component .inner-add-product .right-add-component .assign-input .inner-assing-input .assign-section .assign-oems-container p{font-size:12px;padding:13px 18px}.add-product-component .inner-add-product .right-add-component .vichles-info h3{font-size:14px}.add-product-component .inner-add-product .right-add-component .vichles-info .vichles-container .vichle-div h4{font-size:13px}.add-product-component .inner-add-product .right-add-component .vichles-info .vichles-container .vichle-div .vichle-info-inputs input{height:50px;font-size:12px}.add-product-component .inner-add-product .right-add-component .button-submit button{height:55px;font-size:14px}.add-product-component .no-brands{margin:63px auto}.add-product-component .no-brands p{font-size:13px}.get-item-by-part-num{padding:40px 25px;margin-top:150px;gap:20px}.get-item-by-part-num h1{font-size:26px}.get-item-by-part-num input{height:51px;font-size:12px}.get-item-by-part-num button{width:200px;height:55px;font-size:14px}.documentation-container .inner-documentation .doc-div h1{font-size:26px}.documentation-container .inner-documentation .doc-div h2{font-size:18px}.documentation-container .inner-documentation hr{height:1.5px}.manage-brand-models-container .inner-manage-brands-models .brands-container .add-brand-input{height:75px}.manage-brand-models-container .inner-manage-brands-models .brands-container .add-brand-input input{font-size:12px}.manage-brand-models-container .inner-manage-brands-models .brands-container .add-brand-input button{font-size:13px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container{margin-top:30px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container{padding:19px;gap:11px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-btn{font-size:15px;height:65px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model{height:65px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model h4{font-size:13px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model .btns{display:flex;align-items:center;gap:14px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model .btns button{width:135px;height:31px;font-size:11px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model{padding:20px 0}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model h4{font-size:13px;padding-left:25px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model .model-input{margin-top:20px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model .model-input button,.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model .model-input input{height:48px;font-size:12px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .no-models{font-size:15px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-icon{font-size:18px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .delete-btn,.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .edit-btn{height:65px;font-size:12px}.manage-brand-models-container .inner-manage-brands-models .no-brands{font-size:15px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up{width:48%;gap:0}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .top h1{font-size:35px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .top input{height:50px;font-size:15px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .btns{gap:18px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .btns button{width:170px;height:55px;font-size:15px}}@media(max-width:1537px){.dashboard-page-container .top-dashboard{height:10%;padding:0 25px}.dashboard-page-container .top-dashboard img{width:50px;height:50px}.dashboard-page-container .top-dashboard .right-top-dashboard button{height:43px;width:150px;font-size:12px}.dashboard-page-container .top-dashboard .right-top-dashboard button .icon{font-size:17px}.dashboard-page-container .bottom-component{height:90%}.components-header-container{height:60px}.components-header-container h1{font-size:24px}.add-product-component .inner-add-product .left-add-component .main-img .deep-bg p{font-size:12px}.add-product-component .inner-add-product .left-add-component .main-img .layer-on h2{font-size:16px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel{height:190px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .add-image-container{height:140px;width:140px;margin-left:15px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .add-image-container .icon{font-size:20px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .img-preview{height:140px;width:140px;margin-left:15px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .img-preview button{width:30px;height:30px;top:10px;right:10px}.add-product-component .inner-add-product .left-add-component .carousel .inner-carousel .img-preview button .icon{font-size:15px}.add-product-component .inner-add-product .left-add-component .carousel button{width:35px;height:35px}.add-product-component .inner-add-product .left-add-component .carousel button .icon{font-size:18px;display:flex;align-items:center;justify-content:center;align-self:center;justify-self:center}.add-product-component .inner-add-product .right-add-component .regular-input h3{font-size:13px}.add-product-component .inner-add-product .right-add-component .regular-input input{height:47px;font-size:11px}.add-product-component .inner-add-product .right-add-component .notes textarea{height:180px;max-height:380px}.add-product-component .inner-add-product .right-add-component .choose-input h3{font-size:13px}.add-product-component .inner-add-product .right-add-component .choose-input .choices-container button{width:150px;height:40px;font-size:11px}.add-product-component .inner-add-product .right-add-component .checkboxes-input h3{font-size:13px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div{width:126px;padding:15px 0}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div h4{font-size:11px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body{height:140px;gap:10px;padding:0 10px;margin-top:15px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body .check-section input{width:12px;height:12px}.add-product-component .inner-add-product .right-add-component .checkboxes-input .inner-checkboxes .checkboxes-div .checkboxes-body .check-section p{font-size:11px}.add-product-component .inner-add-product .right-add-component .enter-input h3{font-size:13px}.add-product-component .inner-add-product .right-add-component .enter-input .inputs-controls p{font-size:12px}.add-product-component .inner-add-product .right-add-component .enter-input .inputs-controls p .icon{font-size:13px}.add-product-component .inner-add-product .right-add-component .enter-input input{height:47px;font-size:11px}.add-product-component .inner-add-product .right-add-component .assign-input h3{font-size:13px}.add-product-component .inner-add-product .right-add-component .assign-input .inner-assing-input .assign-section h4{font-size:12px}.add-product-component .inner-add-product .right-add-component .assign-input .inner-assing-input .assign-section .assign-oems-container p{font-size:11px;padding:11px 16px}.add-product-component .inner-add-product .right-add-component .vichles-info h3{font-size:13px}.add-product-component .inner-add-product .right-add-component .vichles-info .vichles-container .vichle-div h4{font-size:12px}.add-product-component .inner-add-product .right-add-component .vichles-info .vichles-container .vichle-div .vichle-info-inputs input{height:47px;font-size:11px}.add-product-component .inner-add-product .right-add-component .button-submit button{height:50px;font-size:13px}.add-product-component .no-brands{margin:60px auto}.add-product-component .no-brands p{font-size:12px}.get-item-by-part-num{padding:30px 25px;margin-top:150px;gap:15px}.get-item-by-part-num h1{font-size:24px}.get-item-by-part-num input{height:46px;font-size:11px}.get-item-by-part-num button{width:180px;height:50px;font-size:13px}.documentation-container .inner-documentation .doc-div h1{font-size:24px}.documentation-container .inner-documentation .doc-div h2{font-size:16px}.documentation-container .inner-documentation hr{height:1px}.manage-brand-models-container .inner-manage-brands-models .brands-container .add-brand-input{height:68px}.manage-brand-models-container .inner-manage-brands-models .brands-container .add-brand-input input{font-size:11px}.manage-brand-models-container .inner-manage-brands-models .brands-container .add-brand-input button{font-size:12px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container{margin-top:20px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container{padding:19px;gap:11px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-btn{font-size:14px;height:60px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model{height:60px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model h4{font-size:12px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model .btns{display:flex;align-items:center;gap:14px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .model .btns button{width:130px;height:30px;font-size:10px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model{padding:20px 0}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model h4{font-size:12px;padding-left:25px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model .model-input{margin-top:20px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model .model-input button,.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .add-model .model-input input{height:45px;font-size:11px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-content .no-models{font-size:14px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .accordion .accordion-icon{font-size:16px}.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .delete-btn,.manage-brand-models-container .inner-manage-brands-models .brands-container .inner-brands-container .accordion-brand-container .edit-btn{height:60px;font-size:11px}.manage-brand-models-container .inner-manage-brands-models .no-brands{font-size:14px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up{width:45%;gap:0}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .top h1{font-size:32px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .top input{height:45px;font-size:14px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .btns{gap:14px}.edit-brand-model-pop-up-container .inner-edit-brand-model-pop-up .btns button{width:160px;height:50px;font-size:14px}}@font-face{font-family:Roboto-Thin;src:url(/fonts/Roboto-Thin.ttf) format("truetype")}@font-face{font-family:Roboto-Light;src:url(/fonts/Roboto-Light.ttf) format("truetype")}@font-face{font-family:Roboto-Regular;src:url(/fonts/Roboto-Regular.ttf) format("truetype")}@font-face{font-family:Roboto-Medium;src:url(/fonts/Roboto-Medium.ttf) format("truetype")}@font-face{font-family:Roboto-Bold;src:url(/fonts/Roboto-Bold.ttf) format("truetype")}@font-face{font-family:Roboto-Black;src:url(/fonts/Roboto-Black.ttf) format("truetype")}:root{--Primary-Color:#ffcc08;--Div-BG:#243858;--Placeholders-Color:#697b7c;--BG-Color:#161d26}body{background-color:#161d26;overflow-x:hidden}*{padding:0;margin:0;box-sizing:border-box}.loading-spinner{display:flex;justify-content:center;align-items:center}.loading-icon{font-size:30px;animation:spin 1s linear infinite;-webkit-animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg)}to{transform:rotate(1turn);-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);-ms-transform:rotate(1turn);-o-transform:rotate(1turn)}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}