.ant-form-item-label {
    padding: 0 !important;
}
.ant-form-item-label > label {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.33;
    color: #5e6c84;
    text-align: left;
    padding-bottom: 3px;
    height: 16px;
    font-family: "Hind";
    font-stretch: normal;
    font-style: normal; 
    letter-spacing: normal;
}

.ant-modal-content, .ant-modal-header, .ant-modal-footer{
    border-radius: 24px;
    border: 0;
}

.ant-modal-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ant-form-item {
    margin-bottom: 15px;
}


.ant-radio-button-wrapper {
    width: 139px;
    height: 40px;
    border: 1.4px solid #c5cee0 !important;
    background-color: #fff; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    border-radius: 24px !important;
    box-shadow: none !important;
}

.ant-radio-button-wrapper span {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #8d9bb5;
}

.ant-radio-button-wrapper-checked {
    background-color: #ebe8f4 !important;
    border-color: #6149b8 !important;
    border-left: 1.4px solid #6149b8 !important; 
}
