.codictsform {
    padding: 50px;
    border: 1px solid #dddddd;
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.cf-t-container {
    display: flex;
    width: 100%;
    gap: 15px;
    margin-bottom: 30px;
}

.cf-t-container .cf-t-cell {
    display: flex;
    flex-direction: column;
    vertical-align: inherit;
    width: 100%;
}

.cf-t-container .cf-t-cell label {
    display: block;
    margin-bottom: 10px;
}

.cf-t-container .cf-t-cell input,
.cf-t-container .cf-t-cell select,
#card-element {
    display: block;
    width: 100%;
    line-height: 1;
    color: #444444;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #dddddd;
    border-radius: 50px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 0;
    max-width: 100%;
    font-family: -apple-system, system-ui, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif;
    padding: 12px 20px;
}

.cf-el-group .cf-el-input--label {
    margin-bottom: 10px;
}

#card-element {
    height: 43.5px;
    margin-bottom: 20px;
}

.cf-el-form-check.active .cf_plan_title {
    color: white;
}

.cf-el-form-check.active span {
    color: white;
}

.cf-t-container .cf-el-form-check {
    display: inline-block;
    width: 24%;
    padding: 12px 20px;
    background-color: #dddddd;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    /* cursor: hand; */
}

.cf-t-container .cf-el-form-check * {
    cursor: pointer;
    /* cursor: hand; */
}

.cf-t-container .cf-el-form-check.active,
.cf-t-container .cf-el-form-check:hover {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 50px;
    color: #ffffff;
    background-color: #0a557c !important;
}

.cf-t-container .cf-el-form-check label {
    margin-bottom: 0px;
}

.cf-t-container .cf-el-form-check input {
    display: none;
}

.cf-el-group button {
    display: block;
    width: 100%;
    color: #ffffff;
    background-color: #0a557c !important;
    line-height: 1;
    border: none;
    border-radius: 50px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 0;
    max-width: 100%;
    font-family: -apple-system, system-ui, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif;
    padding: 20px;
}

#codictsform button {
    cursor: pointer;
    cursor: hand;
}

#codictsform .form-err {
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 28px;
    background-color: #ff6262;
    color: #ffffff;
}

.recaptcha {
    text-align: center;
}

.recaptcha input {
    text-align: center;
    display: block;
    width: 300px;
    line-height: 1;
    color: #444444;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #dddddd;
    border-radius: 50px;
    margin: 0 auto;
    max-width: 100%;
    font-family: -apple-system, system-ui, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif;
    padding: 12px 20px;
}

.recaptcha img {
    border-radius: 20px;
}

.cf-el-form-check {
    cursor: pointer;
}

.cf-el-form-check-inputradio {
    cursor: pointer;
}