.enroll-title {
    color: inherit!important;
}

.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) .ui.checkbox.form-checkbox{
    margin-top: 0;
}

.large-paragraph {
    font-size: 16px
}
.medium-paragraph {
    font-size: 15px
}

.card-number-display {
    margin-left: 8px;
}

#toggle-add-cc {
    height: 100%;
    cursor: pointer;
}

#new-cc-button-header {
    margin-top: 5px;
}

.pointer-element {
    cursor: pointer;
}

.payment-processing-text {
    text-align: center;
    word-wrap: break-word;
}

.right-floated {
    float: right!important;
}

.price-divider {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* CORRECT SPACING ON FIELDS */
.price-detail-item {
    padding-top: 0!important;
}

.pix-checkout-image {
    margin-top: -8px!important;
}

.pix-text-column {
    padding-right: 20px;
}

#pix-copy-paste-button {
    margin-left: 30px;
    margin-right: 30px
}

#terms-div {
    padding-top: 20px;
}

.no-margin {
    margin: 0;
}

.price-total-header {
    margin-left: 5px;
}

.paragraph-enroll-name {
    margin-bottom: 5px;
}

#cashback{
    margin-top: 30px;
}
.price-sticky {
    position: sticky;
    top: 1rem;
}

.ui.image.logo {
    height: 5em;
    width: auto;
}

.ui.three.steps.mt-2rem, .ui.grid.checkout-upper-margin {
    margin-top: 2rem;
}
.ui.row h3{
    font-size: 2em;
}

.choice-pay-method span {
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .hidden.on.mobile {
        display: none !important;
    }
    .top.aligned.mobile {
        order: 1;
    }
    .ui.image.logo {
        height: 3em;
        width: auto;
    }

}

/* Media Query for all small than Ipads portrait mode and Mobile devices */
@media only screen and (max-width: 1024px) {
    div.main-content {
        margin-top: 0;
    }
}