.pointer-default {
    cursor: default;
}

.rounded {
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.rounded-lg {
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.w-100 {
    width: 100%;
}

.h-auto {
    height: auto;
}

.nowrap {
    white-space: nowrap;
}

.uppercase {
    text-transform: uppercase;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}
.text-black strong {
    color: #000;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-gray {
    background-color: #f8f7f7;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-left::after,
.float-right::after {
    content: "";
    clear: both;
    display: table;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.font-italic {
    font-style: italic;
}

.font-bold {
    font-weight: bold;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mx-5 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}

.text-8xl {
    font-size: 6rem;
    line-height: 1;
}

.text-9xl {
    font-size: 8rem;
    line-height: 1;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-red {
    color: #f00;
}

.btn-vm-seller {
    background-color: #51C3C4 !important;
    text-transform: initial !important;
    font-size: 14px;
    color: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0px 16px !important;
    will-change: unset;
    min-width: 88px;
    line-height: 36px !important;
}

.reset-password-box {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-sizing: content-box;
    background-color: #FFF;
    padding: 60px 35px 60px 35px;
    width: 803px;
    min-height: 180px;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin: 0 auto;
}

.welcome-pg {
    border-radius: 10px;
}

.login-box-content .mdl-textfield {
    width: 328px;
}

.login-box-content #mrxbutton,
.login-box-content a.btn-mrx {
    min-width: 165px;
    border-radius: 7px !important;
    letter-spacing: 0.02rem;
}

#mrxRegistrationForm .mdl-selectfield__box {
    bottom: 20px;
    border-bottom-color: rgba(0, 0, 0, .12) !important;
}

#mrxRegistrationForm .mdl-selectfield--floating-label {
    margin-top: 0px;
}

#mrxRegistrationForm .is-upgraded .mdl-selectfield__label,
#mrxRegistrationForm #pharmacyState~.mdl-selectfield__label {
    top: 24px;
}

#mrxRegistrationForm .is-dirty #pharmacyState~.mdl-selectfield__label {
    top: 4px;
}

#mrxRegistrationForm .mdl-selectfield__select {
    margin: 2px 0 1px 0;
}

.contacts-wr {
    display: none;
}

.contacts-wr #contact~.mdl-selectfield__list-option-box li:nth-child(1),
.contacts-wr #contact~.mdl-selectfield__list-option-box li:nth-child(1) {
    display: none;
}

#forgotpwdModal,
#forgotusernameModal,
#forgotusernameSuccessModal,
#forgotpwdSuccessModal {
    top: 50%;
    margin-top: -190px;
}

/*Env*/
[data-env]:not([data-env="production"])::before {
    content: attr(data-env);
    text-transform: uppercase;
    color: #f90;
    font-weight: bold;
    font-size: 12px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    margin: 0;
    padding: 0.50rem 0.75rem;
}

.has-promo[data-env]:not([data-env="production"])::before {
    top: 2.8rem;
}

/*End Env*/

@media (min-width: 768px) {
    .text-left-md {
        text-align: left !important;
    }

    .text-center-md {
        text-align: center !important;
    }

    .text-right-md {
        text-align: right !important;
    }
}

@media (min-width: 992px) {
    .text-left-lg {
        text-align: left !important;
    }

    .text-center-lg {
        text-align: center !important;
    }

    .text-right-lg {
        text-align: right !important;
    }
}

@media (min-width: 1200px) {
    .text-left-xl {
        text-align: left !important;
    }

    .text-center-xl {
        text-align: center !important;
    }

    .text-right-xl {
        text-align: right !important;
    }
}
@media print {
    .no-print {
        display: none !important;
    }
}
