:root{--primary: #242594;--secundary: #7f56d9;--tertiary: #261e4a;--white: #f2f2f2;--white2: #fff;--bg: #fafafb;--bg-login: #f4f4f4;--text-white: #8a8a8a;--dark: #1c1c1d;--border: #e4e4e7;--shadow: 0px 0px 20px 0px #2426947a;--green: #22c55e;--bg-green: #dcfce7;--text-green: #14532d;--yellow: #facb0a;--bg-yellow: #fef9c3;--text-yellow: #6b3600;--red: #ef4444;--bg-red: #fdf2fa;--text-red: #ef4444;--purple: #af52de;--bg-purple: #fdf2fa;--blue: #006dff;--bg-blue: #f5f5f5;--orange: #ff9500;--bg-orange: #f5f5f5;--black: #000;--bg-black: #f5f5f5}html{line-height:1.15;-webkit-text-size-adjust:100%;font-family:Poppins,sans-serif;scroll-behavior:smooth;overflow-y:scroll}body{margin:0;padding:0;box-sizing:border-box;color:var(--dark);background:var(--bg)}#root{position:relative}li{list-style:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--gray);border-radius:10px}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:10px;transition:.3s}::-webkit-scrollbar-thumb:hover{transition:.3s;background:var(--secundary);cursor:pointer}.MuiButton-contained{background:var(--primary)!important}.MuiButton-outlined:not(.MuiButton-colorError){border-color:var(--border)!important;color:var(--dark)!important}.MuiButton-text{color:var(--text-white)!important}.MuiTextField-root .Mui-focused fieldset{border-color:var(--primary)!important}.MuiTextField-root fieldset{border-radius:12px!important}.MuiTextField-root label.Mui-focused{color:var(--primary)!important}.MuiPaper-root{display:flex;align-items:center}.MuiPaper-root::-webkit-scrollbar{width:0}.MuiPaper-root .MuiList-root li{margin-top:10px;cursor:pointer}.MuiPaper-root h6.MuiTypography-root{font-size:.7em;color:var(--text-white);letter-spacing:2px;text-transform:uppercase}.drawer_menu .MuiPaper-root{min-width:320px!important;overflow-x:hidden}.MuiChip-root.y{background:var(--bg-yellow);color:var(--text-yellow)}.MuiChip-root.g{background:var(--bg-green);color:var(--text-green)}.MuiChip-root.r{background:var(--bg-red);color:var(--text-red)}.MuiChip-root.p{background:var(--bg-purple);color:var(--purple)}.MuiChip-root.b{background:var(--bg-blue);color:var(--blue)}.MuiChip-root.o{background:var(--bg-orange);color:var(--orange)}.MuiChip-root.bl{background:var(--bg-black);color:var(--black)}.MuiChip-root.role.admin{background:var(--black);color:var(--white)}.MuiChip-root.role.vendor{background:var(--blue);color:var(--white)}.MuiDialogContent-root{width:90%}.MuiList-root{width:100%}.swal2-container{z-index:9999}button.swal2-confirm{background:var(--primary)}button.swal2-cancel{background:var(--red)}.container_panel{position:relative;width:calc(100% - 320px);float:right;display:flex;justify-content:center;align-items:center;z-index:1;transition:all .4s;background:var(--bg)}.container_panel .inner_panel{width:100%;height:95%}.MuiListItem-root.active{background:var(--white);border-radius:12px;color:var(--black)}.MuiListItem-root.active .MuiListItemIcon-root{color:var(--black)}@media (max-width: 920px){.container_panel{position:relative;width:100%}.container_panel .inner_panel{width:98%;height:95%}}.table_list{margin-top:20px;height:auto}.table_list .MuiPaper-root{box-shadow:none}.table_list button svg{color:var(--text-white)}.table_list .cell{display:flex;flex-direction:column;line-height:29px;justify-content:center}.table_list .cell small{font-size:.8rem;color:var(--text-white)}.table_list .MuiDataGrid-row{min-height:60px!important}.table_list .MuiDataGrid-virtualScrollerContent{flex-basis:484px!important}.table_list .actions-cell{display:flex}.scanner-container{text-align:center;background:#000000b3;padding:20px;border-radius:15px;box-shadow:0 8px 32px #00000080;animation:fadeIn 1s ease-in-out}.scanner-title{font-size:1.5rem;margin-bottom:20px;color:#00d4ff;text-shadow:0 0 10px rgba(0,212,255,.5)}.scanner-frame{width:300px;height:300px;border:4px solid transparent;border-radius:10px;position:relative;overflow:hidden;background:#000;margin:0 auto}.scanner-canvas{width:100%;height:100%;object-fit:cover}.scanner-frame:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid #00d4ff;opacity:.5;animation:scanLine 3s linear infinite}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes scanLine{0%{transform:translateY(-100%)}50%{transform:translateY(100%)}to{transform:translateY(-100%)}}.login_container{width:100%;height:100dvh;display:flex;justify-content:center;align-items:center}.login_container .card_login{width:90%;max-width:600px;height:auto;background:var(--bg-login);box-shadow:inset -5px -5px 10px #dcdcdc,inset 5px 5px 10px #dcdcdc,inset -5px 5px 10px #fff,inset 5px -5px 13px #dcdcdc;border-radius:40px;display:flex;justify-content:center;align-items:center}.card_login .inner_login{width:80%;padding:80px 0}.card_login .inner_login .top{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:12px}.card_login .inner_login .top h1,.card_login .inner_login .top p{margin:0}.card_login .inner_login .top img{max-width:150px}.card_login .inner_login .top h1{color:var(--dark)}.card_login .inner_login .top p{color:var(--text-white)}.card_login .google_button{width:100%;margin-top:24px}.google_button>*{width:100%;display:flex;justify-content:center}.card_login .google_button button{width:100%;display:flex;align-items:center;justify-content:center;gap:20px;border:2px solid var(--border);border-radius:12px;padding:12px 0;background:var(--bg);font-size:22px;cursor:pointer;outline:none}.card_login .google_button img{max-width:24px}.card_login .separator{width:100%;margin-top:24px;display:flex;justify-content:center;align-items:center;gap:12px}.card_login .separator .line{width:100%;height:2px;background:var(--border)}.card_login .form_login{margin-top:24px;display:flex;flex-direction:column;gap:12px}.card_login .link{margin:12px 0}.card_login .link a{text-decoration:none;color:var(--dark);font-weight:600;cursor:pointer}.card_login .button{width:100%}.card_login .button button{width:100%;padding:12px 0;font-size:18px}@media (max-height: 780px){.login_container{padding:70px 0}}@media (max-width: 450px){.card_login .google_button button{font-size:18px}.login_container .card_login{width:95%}}.topbar_container{width:100%;display:flex;justify-content:center;align-items:center;background:var(--white2);border-bottom:1px solid var(--border)}.topbar_container .inner_topbar{width:95%;display:flex;align-items:center;justify-content:space-between;height:80px}.topbar_container .inner_topbar .left{display:flex;align-items:center}.topbar_container .inner_topbar .left h2{font-size:1rem;margin:0;font-weight:600}.topbar_container .inner_topbar .right .badges{display:flex;gap:15px;align-items:center}@media (max-width: 490px){.topbar_container .inner_topbar .right .badges #branch{display:none}}@media (max-width: 360px){.topbar_container .inner_topbar .right .badges #role{display:none}}.welcome_user{width:100%;display:flex;align-items:center;justify-content:center}.welcome_user .inner_welcome{width:95%}.welcome_user .inner_welcome .text{display:flex;align-items:center;gap:10px;font-size:15px}.welcome_user .inner_welcome .text p{color:var(--text-white);font-weight:400}.topcards_container{width:100%;display:flex;align-items:center;justify-content:center}.topcards_container .topcards_inner{display:grid;width:95%;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.topcards_container .topcards_inner .card{width:100%;border:1px solid var(--border);border-radius:12px;display:flex;justify-content:center;align-items:center;background:var(--white2)}.topcards_container .topcards_inner .card .inner_card{width:90%;padding:15px 0;display:flex;flex-direction:column;gap:20px}.topcards_container .topcards_inner .card .inner_card .title{width:100%}.topcards_container .topcards_inner .card .inner_card .title span{text-transform:uppercase;font-size:.8rem;font-weight:500;color:var(--text-white)}.topcards_container .topcards_inner .card .inner_card .data{display:flex;align-items:center;justify-content:space-between}.topcards_container .topcards_inner .card .inner_card .data .total span{font-size:1.2rem}.topcards_container .topcards_inner .card .inner_card .data .percent{display:flex;align-items:center;gap:8px;font-size:.7rem}.topcards_container .topcards_inner .card .inner_card .data .percent.down{color:var(--red)}.topcards_container .topcards_inner .card .inner_card .data .percent.up{color:var(--green)}@media (max-width: 1000px){.topcards_container .topcards_inner .card{flex:1 1 calc(50% - 10px)}}@media (max-width: 600px){.topcards_container .topcards_inner .card{flex:1 1 100%}}.grid_dash{width:100%;display:flex;justify-content:center;margin-top:20px;margin-bottom:50px}.grid_dash .inner_dash{width:95%;display:grid;place-items:center;gap:20px;grid-template-columns:60% 40%}@media (max-width: 1400px){.grid_dash .inner_dash{grid-template-columns:1fr 1fr}}@media (max-width: 1200px){.grid_dash .inner_dash{display:flex;flex-direction:column;gap:20px}}.grid_dash .inner_dash .left,.grid_dash .inner_dash .right{width:100%}.report_container{width:100%;height:470px;display:flex;justify-content:center;align-items:center;background:var(--white2);border-radius:12px;border:1px solid var(--border)}.report_container .inner_report{width:95%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.report_container .inner_report .title{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.report_container .inner_report .title button{font-size:.7rem;text-transform:capitalize}@media (max-width: 620px){.report_container{height:auto}}.stock_list{width:100%;height:470px;display:flex;justify-content:center;align-items:center;background:var(--white2);border:1px solid var(--border);border-radius:12px}.stock_list .inner_stock_list{width:95%;height:90%;display:flex;flex-direction:column;gap:12px}.stock_list .inner_stock_list .title{display:flex;flex-direction:column;gap:12px}.stock_list .inner_stock_list .title p,.stock_list .inner_stock_list .title h4{margin:0}.stock_list .inner_stock_list .title p{font-size:.8rem;color:var(--text-white)}.stock_list .inner_stock_list .items{width:100%;height:80%;display:flex;flex-direction:column}.stock_list .inner_stock_list .items .inner_items{height:100%;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.stock_list .inner_stock_list .items .item{min-height:70px;display:flex;justify-content:center;border-radius:8px}.stock_list .inner_stock_list .items .item .inner_item{width:95%;display:grid;grid-template-columns:40% 60%}.stock_list .inner_stock_list .items .item .left,.stock_list .inner_stock_list .items .item .right{display:flex;flex-direction:column;justify-content:center;gap:8px}.stock_list .inner_stock_list .items .item .right{align-items:end}.stock_list .inner_stock_list .link a{text-decoration:none;color:var(--text-white);font-size:.8rem;text-transform:uppercase}.products_list{width:100%;height:470px;display:flex;justify-content:center;align-items:center;background:var(--white2);border:1px solid var(--border);border-radius:12px}.products_list .inner_produtslist{width:95%;height:90%;display:flex;flex-direction:column;gap:12px}.products_list .inner_produtslist .title{width:100%;display:flex;justify-content:space-between;align-items:center}.products_list .inner_produtslist .title .left{display:flex;flex-direction:column;gap:12px}.products_list .inner_produtslist .title h4,.products_list .inner_produtslist .title p{margin:0}.products_list .inner_produtslist .title p{font-size:.8rem;color:var(--text-white)}.products_list .inner_produtslist .title .right{width:100%;display:flex;justify-content:end}.products_list .inner_produtslist .title .right .link a{display:flex;align-items:center;text-decoration:none;text-transform:capitalize;color:var(--white-text);cursor:pointer}.products_list .inner_produtslist .table{height:90%;width:100%;max-width:100%;box-shadow:none;overflow-x:auto}.products_list .inner_produtslist .table table{overflow:hidden}.supplier_expenses{width:100%;height:470px;display:flex;justify-content:center;align-items:center;background:var(--white2);border:1px solid var(--border);border-radius:12px}.supplier_expenses .inner_supplier_expenses{width:95%;height:90%;display:flex;flex-direction:column;gap:12px}.supplier_expenses .inner_supplier_expenses .title{display:flex;flex-direction:column;gap:12px}.supplier_expenses .inner_supplier_expenses .title p,.supplier_expenses .inner_supplier_expenses .title h4{margin:0}.supplier_expenses .inner_supplier_expenses .title p{font-size:.8rem;color:var(--text-white)}.supplier_expenses .inner_supplier_expenses .items{width:100%;height:80%;display:flex;flex-direction:column}.supplier_expenses .inner_supplier_expenses .items .inner_items{height:100%;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.supplier_expenses .inner_supplier_expenses .items .item{min-height:70px;display:flex;justify-content:center;border-radius:8px}.supplier_expenses .inner_supplier_expenses .items .item .inner_item{width:95%;display:grid;grid-template-columns:40% 60%}.supplier_expenses .inner_supplier_expenses .items .item .left,.supplier_expenses .inner_supplier_expenses .items .item .right{display:flex;flex-direction:column;justify-content:center;gap:8px}.supplier_expenses .inner_supplier_expenses .items .item .right{align-items:end}.supplier_expenses .inner_supplier_expenses .link a{text-decoration:none;color:var(--text-white);font-size:.8rem;text-transform:uppercase}.suppliers{width:100%;display:flex;justify-content:center;align-items:center}.suppliers .inner_suppliers{width:95%}.suppliers .inner_suppliers .title{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:20px}.suppliers .inner_suppliers .title .left{display:flex;flex-direction:column;gap:12px}.suppliers .inner_suppliers .title .left h3,.suppliers .inner_suppliers .title .left p{margin:0}.suppliers .inner_suppliers .title .left p{color:var(--text-white);font-size:.9rem}.suppliers .inner_suppliers .title .left h3{font-size:1rem}.suppliers .inner_suppliers .title .left .p{font-size:.7rem}.suppliers .inner_suppliers .title .right{display:flex;gap:12px}.suppliers .inner_suppliers .title .right button{display:flex;gap:8px;text-transform:capitalize}.suppliers .inner_suppliers .filters{margin-top:20px;display:flex;align-items:center;gap:20px;justify-content:space-between;flex-wrap:wrap}.suppliers .inner_suppliers .filters .MuiButtonGroup-root button{text-transform:capitalize}.suppliers .inner_suppliers .filters .MuiOutlinedInput-root{width:100%;min-width:400px}@media (max-width: 420px){.suppliers .inner_suppliers .filters .right{width:100%}.suppliers .inner_suppliers .filters .MuiOutlinedInput-root{width:100%;min-width:100%}.suppliers .inner_suppliers .filters .MuiOutlinedInput-root input,.suppliers .inner_suppliers .filters .MuiOutlinedInput-root fieldset{width:100%}.MuiFormControl-root{width:calc(100% - 14px)}}.clients{width:100%;display:flex;justify-content:center;align-items:center}.clients .inner_clients{width:95%}.clients .inner_clients .title{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:20px}.clients .inner_clients .title .left{display:flex;flex-direction:column;gap:12px}.clients .inner_clients .title .left h3,.clients .inner_clients .title .left p{margin:0}.clients .inner_clients .title .left p{color:var(--text-white);font-size:.9rem}.clients .inner_clients .title .left h3{font-size:1rem}.clients .inner_clients .title .left .p{font-size:.7rem}.clients .inner_clients .title .right{display:flex;gap:12px}.clients .inner_clients .title .right button{display:flex;gap:8px;text-transform:capitalize}.clients .inner_clients .filters{margin-top:20px;display:flex;align-items:center;gap:20px;justify-content:space-between;flex-wrap:wrap}.clients .inner_clients .filters .MuiButtonGroup-root button{text-transform:capitalize}.clients .inner_clients .filters .MuiOutlinedInput-root{width:100%;min-width:400px}@media (max-width: 420px){.clients .inner_clients .filters .right{width:100%}.clients .inner_clients .filters .MuiOutlinedInput-root{width:100%;min-width:100%}.clients .inner_clients .filters .MuiOutlinedInput-root input,.clients .inner_clients .filters .MuiOutlinedInput-root fieldset{width:100%}.MuiFormControl-root{width:calc(100% - 14px)}}.branches{width:100%;display:flex;justify-content:center;align-items:center}.branches .inner_branches{width:95%}.branches .inner_branches .title{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:20px}.branches .inner_branches .title .left{display:flex;flex-direction:column;gap:12px}.branches .inner_branches .title .left h3,.branches .inner_branches .title .left p{margin:0}.branches .inner_branches .title .left p{color:var(--text-white);font-size:.9rem}.branches .inner_branches .title .left h3{font-size:1rem}.branches .inner_branches .title .left .p{font-size:.7rem}.branches .inner_branches .title .right{display:flex;gap:12px}.branches .inner_branches .title .right button{display:flex;gap:8px;text-transform:capitalize}.branches .inner_branches .filters{margin-top:20px;display:flex;align-items:center;gap:20px;justify-content:space-between;flex-wrap:wrap}.branches .inner_branches .filters .MuiButtonGroup-root button{text-transform:capitalize}.branches .inner_branches .filters .MuiOutlinedInput-root{width:100%;min-width:400px}@media (max-width: 420px){.branches .inner_branches .filters .right{width:100%}.branches .inner_branches .filters .MuiOutlinedInput-root{width:100%;min-width:100%}.branches .inner_branches .filters .MuiOutlinedInput-root input,.branches .inner_branches .filters .MuiOutlinedInput-root fieldset{width:100%}.MuiFormControl-root{width:calc(100% - 14px)}}.users{width:100%;display:flex;justify-content:center;align-items:center}.users .inner_users{width:95%}.users .inner_users .title{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:20px}.users .inner_users .title .left{display:flex;flex-direction:column;gap:12px}.users .inner_users .title .left h3,.users .inner_users .title .left p{margin:0}.users .inner_users .title .left p{color:var(--text-white);font-size:.9rem}.users .inner_users .title .left h3{font-size:1rem}.users .inner_users .title .left .p{font-size:.7rem}.users .inner_users .title .right{display:flex;gap:12px}.users .inner_users .title .right button{display:flex;gap:8px;text-transform:capitalize}.users .inner_users .filters{margin-top:20px;display:flex;align-items:center;gap:20px;justify-content:space-between;flex-wrap:wrap}.users .inner_users .filters .left{display:flex;gap:12px}.users .inner_users .filters .MuiButtonGroup-root button{text-transform:capitalize}.users .inner_users .filters .MuiOutlinedInput-root{width:100%;min-width:400px}@media (max-width: 420px){.users .inner_users .filters .right{width:100%}.users .inner_users .filters .MuiOutlinedInput-root{width:100%;min-width:100%}.users .inner_users .filters .MuiOutlinedInput-root input,.users .inner_users .filters .MuiOutlinedInput-root fieldset{width:100%}.MuiFormControl-root{width:calc(100% - 14px)}}.panel_user{width:100%;display:flex;justify-content:center;align-items:center}.panel_user .inner_panel_user{width:95%}.panel_user .inner_panel_user .title{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:20px}.panel_user .inner_panel_user .title .left{display:flex;flex-direction:column;gap:12px}.panel_user .inner_panel_user .title .left h3,.panel_user .inner_panel_user .title .left p{margin:0}.panel_user .inner_panel_user .title .left p{color:var(--text-white);font-size:.9rem}.panel_user .inner_panel_user .title .left h3{font-size:1rem}.panel_user .inner_panel_user .title .left .p{font-size:.7rem}.panel_user .inner_panel_user .title .right{display:flex;gap:12px}.panel_user .inner_panel_user .title .right button{display:flex;gap:8px;text-transform:capitalize}.panel_user .inner_panel_user .filters{margin-top:20px;display:flex;align-items:center;gap:20px;justify-content:space-between;flex-wrap:wrap}.panel_user .inner_panel_user .actions{display:flex;gap:20px}.panel_user .inner_panel_user video{max-width:70%!important}.MuiDialogContent-root{overflow:hidden}.panel_user .inner_panel_user .filters .MuiButtonGroup-root button{text-transform:capitalize}.panel_user .inner_panel_user .filters .MuiOutlinedInput-root{width:100%;min-width:400px}@media (max-width: 420px){.panel_user .inner_panel_user .filters .right{width:100%}.panel_user .inner_panel_user .filters .MuiOutlinedInput-root{width:100%;min-width:100%}.panel_user .inner_panel_user .filters .MuiOutlinedInput-root input,.panel_user .inner_panel_user .filters .MuiOutlinedInput-root fieldset{width:100%}.MuiFormControl-root{width:calc(100% - 14px)}}.products{width:100%;display:flex;justify-content:center;align-items:center}.products .inner_products{width:95%}.products .inner_products .title{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:20px}.products .inner_products .title .left{display:flex;flex-direction:column;gap:12px}.products .inner_products .title .left h3,.products .inner_products .title .left p{margin:0}.products .inner_products .title .left p{color:var(--text-white);font-size:.9rem}.products .inner_products .title .left h3{font-size:1rem}.products .inner_products .title .left .p{font-size:.7rem}.products .inner_products .title .right{display:flex;gap:12px}.products .inner_products .title .right button{display:flex;gap:8px;text-transform:capitalize}.products .inner_products .filters{margin-top:20px;display:flex;align-items:center;gap:20px;justify-content:space-between;flex-wrap:wrap}.products .inner_products .filters .left{display:flex;gap:12px}.products .inner_products .filters .MuiButtonGroup-root button{text-transform:capitalize}.products .inner_products .filters .MuiOutlinedInput-root{width:100%;min-width:400px}@media (max-width: 420px){.products .inner_products .filters .right{width:100%}.products .inner_products .filters .MuiOutlinedInput-root{width:100%;min-width:100%}.products .inner_products .filters .MuiOutlinedInput-root input,.products .inner_products .filters .MuiOutlinedInput-root fieldset{width:100%}.MuiFormControl-root{width:calc(100% - 14px)}}.lots{width:100%;display:flex;justify-content:center;align-items:center}.lots .inner_lots{width:95%}.lots .inner_lots .title{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:20px}.lots .inner_lots .title .left{display:flex;flex-direction:column;gap:12px}.lots .inner_lots .title .left h3,.lots .inner_lots .title .left p{margin:0}.lots .inner_lots .title .left p{color:var(--text-white);font-size:.9rem}.lots .inner_lots .title .left h3{font-size:1rem}.lots .inner_lots .title .left .p{font-size:.7rem}.lots .inner_lots .title .right{display:flex;gap:12px}.lots .inner_lots .title .right button{display:flex;gap:8px;text-transform:capitalize}.lots .inner_lots .filters{margin-top:20px;display:flex;align-items:center;gap:20px;justify-content:space-between;flex-wrap:wrap}.lots .inner_lots .filters .MuiButtonGroup-root button{text-transform:capitalize}.lots .inner_lots .filters .MuiOutlinedInput-root{width:100%;min-width:400px}@media (max-width: 420px){.lots .inner_lots .filters .right{width:100%}.lots .inner_lots .filters .MuiOutlinedInput-root{width:100%;min-width:100%}.lots .inner_lots .filters .MuiOutlinedInput-root input,.lots .inner_lots .filters .MuiOutlinedInput-root fieldset{width:100%}.MuiFormControl-root{width:calc(100% - 14px)}}.settings{width:100%;display:flex;justify-content:center;align-items:center}.settings .inner_settings{width:95%}.settings .inner_settings .title{width:100%;display:flex;justify-content:space-between;flex-direction:column;gap:20px;flex-wrap:wrap;margin-top:20px}.settings .inner_settings .title h3,.settings .inner_settings .title p{margin:0}.settings .inner_settings .title p{color:var(--text-white);font-size:.9rem}.settings .inner_settings .title h3{font-size:1rem}.settings .MuiAvatar-root{border-radius:50%;object-fit:cover;margin-top:20px}.settings .content .profile_image .img{position:relative;width:120px;height:120px}.settings .content .profile_image label{position:absolute;left:50%;transform:translate(-50%,-50%)}.settings .content .profile_image label span{margin:0}
