.modal-common{display:flex;flex-direction:column;gap:16px}.modal-common .title{font-size:20px;font-weight:600;line-height:26px;text-transform:uppercase}.modal-common .message,.modal-common .title{color:#787878;font-style:normal;letter-spacing:.5px;text-align:center}.modal-common .message{font-size:18px;font-weight:500;line-height:24px}.modal-select{padding:60px 40px;background:linear-gradient(234.14deg,#e6f0f5 37.48%,rgba(153,204,153,.05) 91.72%);height:100%}.modal-select .content{padding:6px;cursor:pointer;background:linear-gradient(252.31deg,#0d9488 9.19%,#0d9488 90.81%);border-radius:8px;border:1px solid #0d9488}.modal-select .content.select{background:#fff;border:1px solid #0d9488;transition:transform .3s ease;transform:scale(1.03)}@media only screen and (min-width:769px) and (max-width:1200px){.modal-select{padding:80px 40px}}@media (max-width:768px){.modal-select{padding:20px 10px}}