.Dialogue{display:flex;flex-direction:column;gap:18px}.AccountHeader{margin-top:90px;position:relative;display:flex;justify-content:space-between;align-items:flex-start;height:auto}.AccountHeader .boxidbox{background-color:#fff;padding:8px 18px;border-radius:8px;width:max-content}.AccountHeader .Dialogue{display:flex;flex-direction:column;gap:12px}.AccountHeader .left_header{display:flex;justify-content:flex-start}.AccountHeader .left_header .profile_div{display:flex;gap:12px;align-items:center;background-color:#fff;padding:8px 18px;border-radius:8px;height:76px}.AccountHeader .left_header .profile_div .profile_picture{display:flex;align-items:flex-start;gap:4px}.AccountHeader .left_header .profile_div .profile_picture img{width:60px;border-radius:30px}.AccountHeader .left_header .profile_div .profile_picture svg{transition:.2s}.AccountHeader .left_header .profile_div .profile_picture svg:hover{transition:.2s;transform:scale(120%)}.AccountHeader .left_header .profile_div .profile_name h2{display:flex;gap:12px;align-items:center}.AccountHeader .left_header .profile_div .profile_name h2 svg{transition:.2s}.AccountHeader .left_header .profile_div .profile_name h2 svg:hover{transition:.2s;transform:scale(120%)}.AccountHeader .right_header{max-width:560px;min-height:76px}.AccountHeader .right_header .description{background-color:#fff;padding:8px 18px;border-radius:8px;min-height:76px}.AccountHeader .right_header .description .title{font-weight:900;display:flex;align-items:center;gap:4px}.AccountHeader .right_header .description .title svg{transition:.2s}.AccountHeader .right_header .description .title svg:hover{transition:.2s;transform:scale(120%)}.AccountHeader .right_header .description .description_text{margin-top:12px;font-size:12px;color:rgba(0,0,0,.69)}.AccountHeader .third_header{gap:12px;display:flex}.AccountHeader .third_header div{transition:.2s;cursor:pointer;background-color:#fff;padding:4px 9px;border-radius:8px;min-height:76px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}.AccountHeader .third_header div p{font-size:10px;color:rgba(0,0,0,.612)}.AccountHeader .third_header div svg{font-size:36px}.AccountHeader .third_header div:hover{transition:.2s;transform:scale(105%)}@media screen and (max-width:920px){.AccountHeader svg{font-size:14px!important}.AccountHeader{flex-direction:column;gap:12px}.AccountHeader .left_header{font-size:12px;width:100%}.AccountHeader .profile_div{width:100%;display:flex;justify-content:space-between}.AccountHeader .profile_picture img{width:40px!important}.AccountHeader .right_header,.AccountHeader .right_header .description{width:100%}.AccountHeader .third_header{justify-content:space-between;width:100%}.AccountHeader .third_header p{font-size:14px!important}.AccountHeader .third_header svg{font-size:26px!important}.AccountHeader .Introduction{margin-top:14px}}.empty{margin-top:24px;border-radius:12px;padding:18px;background-color:#fff;height:320px;display:flex;flex-direction:column;justify-content:space-between}.empty p{color:#000;font-size:12px}.empty div{display:flex;justify-content:center}.empty button{gap:12px;background-color:#cd0000}.products{margin-top:24px;margin-bottom:48px}.ProductList .product_main_info{display:flex;justify-content:flex-start;align-items:center;gap:18px}.ProductList .product_main_info .image_container{width:60px}.ProductList .product_main_info .image_container img{height:60px;border-radius:6px;box-shadow:-2px 1px 5px 1px rgba(0,0,0,.32)}.ProductList .Mui-checked{color:#cd0000!important}.ProductList .MuiSwitch-track{background-color:#000!important}