.launch-your-coin-container{display:flex;padding:100px 0;flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%;position:relative;z-index:1}.launch-your-coin-container .top-container{display:flex;max-width:500px;flex-direction:column;align-items:center;gap:6px}.launch-your-coin-container .top-container .tag-title{display:flex;padding:6px 16px 6px 9px;align-items:center;gap:12px;width:-moz-fit-content;width:fit-content;border-radius:50px;border:1px solid var(--General-Color-Stroke,#252525)}.launch-your-coin-container .top-container .tag-title p{color:var(--General-Color-Light-Grey,#6f6f6f);font-size:12px;font-weight:400;line-height:normal}.launch-your-coin-container .top-container h3{color:var(--General-Color-White,#fff);text-align:center;font-size:24px;font-weight:500;line-height:32px;letter-spacing:-.24px}.launch-your-coin-container .create-coin-container{display:flex;padding:12px;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;width:500px;border-radius:30px;background:var(--General-Color-Black,#060606)}.launch-your-coin-container .create-coin-container input{width:100%;padding:12px 9px;font-size:12px;font-weight:400;line-height:normal;outline:none;color:white}.launch-your-coin-container .create-coin-container input::-moz-placeholder{color:var(--General-Color-Light-Grey,#6f6f6f)}.launch-your-coin-container .create-coin-container input::placeholder{color:var(--General-Color-Light-Grey,#6f6f6f)}.launch-your-coin-container .create-coin-container .bottom-contain{display:flex;justify-content:space-between;align-items:center;width:100%}.launch-your-coin-container .create-coin-container .bottom-contain .icon-contain{display:flex;width:36px;height:36px;justify-content:center;align-items:center;cursor:pointer}.launch-your-coin-container .create-coin-container .bottom-contain .create-btn{display:flex;height:36px;padding:10px 18px;justify-content:center;align-items:center;gap:6px;border-radius:24px;background:radial-gradient(950.92% 142.01% at 16.8% 15.28%,var(--Brand-Color-Dark-Blue,#035978) 19.74%,var(--Brand-Color-Dark-Pink,#670067) 100%);color:var(--General-Color-Parmanent-White,#fff);font-size:13px;font-weight:500;line-height:normal;letter-spacing:-.13px;cursor:pointer}.launch-your-coin-container .create-coin-container .bottom-contain .create-btn.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}