.screen-title {
    margin-top: 48px;
    margin-bottom: 35px;
}
.register-input-group {
    min-height: 80px;
}
.register-input-group.row-high {
    min-height: 100px;
}
.register-input-group p {
    margin: 0;
}

#term_and_privacy {
    transform: scale(1.5);
    margin-bottom: 4px;
}
.service-and-term {
    text-decoration: underline;
}
input[type="radio"] {
    transform: scale(1.5);
}
.sk-btn-register {
    min-width: 120px;
}

.password i {
    position: absolute;
    right: 25px;
    margin-top: 10px;
    cursor: pointer;
    color: #C5C6C6;
}

@media (max-width: 767px) {
    .card {
        background-color: unset;
        border: none;
    }
}
@media (min-width: 768px) {
    .register-input-group > div {
        border: solid 1px #C5C6C6;
        border-radius: 0;
    }
    .register-input-group > div:last-child {
        border-left: none;
    }
}
/* ========================ZIP CODE ========================== */
.zip-code-region .t-label {
    width: 30px;
}
.zip-code-region .postal-code {
    width: 120px;
}
.zip-code-region .address1 {
    width: 150px;
    margin-top: 15px;
}

/*===================== MODAL ================================*/
.sk-delete-modal{
    padding: 10px !important;
    justify-content: center;
    border-bottom: none !important;
}

.sk-delete-body-modal{
    padding: 0 50px;
}

.sk-delete-footer-modal{
    justify-content: center;
    border-top: none !important;
}

.sk-btn-link{
    color: #ffff !important;
    cursor: pointer;
}

.sk-btn-inline{
    display: flex;
    justify-content: space-between;
}

/** Connect social **/
.connect-social {
    width: 60%;
}

.social-logo {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.social-sns {
    margin-left: 10px;
    padding: 20px 0;
}

.social-sns:not(:last-child) {
    border-bottom: solid 1px #C5C6C6;
}

.social-sns span {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

.custom-control-label::before {
    background-color: #adb5bd;
}

.custom-switch .custom-control-label::after {
    background-color: #fff;
}

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #007bff;
}

.custom-control-input:disabled~.custom-control-label::before, .custom-control-input[disabled]~.custom-control-label::before {
    background-color: #adb5bd;
}

@media (max-width: 575.98px) {
    .connect-social {
        width: 100%;
    }
}
