#popup{ width:100vw; height:100vh; position: absolute; top : 0; z-index: 999; background-color:rgba(0,0,0,0.7); display:none; align-items: center; justify-content: center; & > .ask-price-box{ min-width:768px; padding-bottom:80px; background-color:rgba( 26, 31, 43, 1.00 ); padding-left:10px; padding-right:10px; & > div{ width:100%; height:30px; display: flex; align-items: center; justify-content: flex-end; & > p{ font-size:14px; color:#e0e0e0; } } & > form{ position: relative; width:90%; display: flex; flex-direction: row; margin:auto; & > .agree{ max-width: 400px; } & > .type-form{ margin-left : 100px; width:300px } & > div{ & > p{ color:#e0e0e0; font-size:14px; line-height:20px; } & > input{ width:100%; height:40px; } & > .radio-form{ display:flex; & > div > label{ color:#e0e0e0; font-size:14px; } } & > button{ margin-top:20px; width:100%; height:40px; display:flex; align-items: center; justify-content: center; color:#e0e0e0; background-color:#85a5cc; border:none; font-size:14px; line-height:20px; } } b{ color :white; } } } }