
/*.border-class {
    background: linear-gradient(white, white) padding-box,
            linear-gradient(to right, #0037FF 10%, #0083FF 54%, #00A4FF 97%);
    border-radius: 10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    box-shadow: 0px 2px 2px 2px darkgrey;
}
.gradient-text {
  background-image: linear-gradient(to right, #0037FF 10%, #0083FF 54%, #00A4FF 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/

/* .slds-input {
  width: 658px;
  height: 52px;
} */

/*.h2 {
  width: 658px;
  height: 104px;
}*/

/* .slds-radio {
    width: 548px;
    height: 56px;
} */

/* .vlocity-btn {
    width: 288px;
    height: 44px;
    background-color: blue;
    border-radius: 50px;
    position: relative;
    margin-left: -1200px;
} */

/* .slds-input_faux {
    padding-bottom: 15px !important;
} */


/*.headerText {
    font-size: 40px;
    font-weight: 400;
    color: blue;
}

.subHeaderText {
    font-size: 20px;
    font-weight: 500;
    color:  black;
}*/

.vlc-separator {
    border: none;
}

.slds-input {
  height: 52px;
}

.bos-dss .slds-input_faux {
    height: 52px !important;
}

.slds-radio .slds-form-element__label {
    font-size:  18.5px;
}

.slds-checkbox .slds-checkbox_faux {
    border-color: blue;
}

.slds-checkbox_faux:after {
    border-color : white;
}

.omniscript-article {
    background-color: #F0F3F8 !important;
    border : 0px !important;
}

.omniscript-body {
    border-right: 0px !important;
    border-top: 0px !important;
}
.impTopBorder {
    height: 8px;
    background-image: linear-gradient(to right, #0037FF 10%, #0083FF 54%, #00A4FF 97%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.impBottomBorder {
    height: 8px;
    background-image: linear-gradient(to right, #0037FF 10%, #0083FF 54%, #00A4FF 97%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.slds-modal__close {
    display: block !important;
}
@media (min-width: 48em) {
    .bos-dss .slds-modal_medium .slds-modal__container {
        width: 32%;
        min-width: auto;
    }
    .bos-dss .slds-modal__container {
        margin: 0 auto;
    }
}
.lineHeight32px {
    line-height : 32px;
}
.lineHeight24px {
    line-height : 24px;
}
.lineHeight28px {
    line-height : 28px;
}