@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');


/*HIDE CLEANSER THROUGHOUT APP*/

/* .sl-cleanser {
    display: none !important;
} */

/*----------------------------*/


body, .modal-content {
    background-color: #058f8c !important;
    color: #ffffff !important;
}

.navbar-theme-primary {
    background-color: transparent !important;
}

.modal-content {
box-shadow: none;
}


p, h1, h2, h3, h4, h5, h6, a {
    color: #ffffff !important;

}

a:hover {
color: #e5e5e5 !important;
}

table {
    border-color: rgba(255,255,255,0.3) !important;
}


body .btn-primary, .nav-pills .nav-link, body .btn-primary:focus {
    box-shadow: rgb(3 72 70) 3.3px 3.3px 31px, rgb(8 215 210) -3.3px -3.3px 31px;
    background: linear-gradient(145deg, rgb(4, 116, 114), rgb(6, 170, 166));
    border-color: rgba(6, 170, 166, 1);
    color: #ffffff;
}

  

    body .btn-primary:hover, body .btn-primary:active {
        box-shadow: rgb(3 72 70) 3.3px 3.3px 31px inset, rgb(8 215 210) -3.3px -3.3px 31px inset !important;
        background: linear-gradient(145deg, rgb(6, 170, 166), rgb(4, 116, 114)) !important;
        /* border-color: rgba(4, 116, 114, 1); */
        border-color: rgba(6, 170, 166, 1) !important;
        color: #ffffff !important;
    }

.ssc-btn-selected, .sl-btn-hilight {
    background: #18bcb8 !important;
   
}

.nav-pills .nav-link.active {
    box-shadow: rgb(3 72 70) 3.3px 3.3px 31px, rgb(8 215 210) -3.3px -3.3px 31px;
    background: #18bcb8 !important;
    border: none;
    color: #ffffff;
}


.form-control, .custom-select, .form-control:focus, .custom-select:focus {
    color: #44476A;
    background-color: #ffffff;
    border: 0.0625rem solid #ffffff;
   
}

.input-group-text {
    color: #ffffff;
    background-color: #18bcb8;
    border: 0.0625rem solid #ffffff;
    
}


body, html, p {
    font-size: 16px;
}

.body-content {
    padding-top: 30px;
}

.btn {
       padding: 0.25rem 1.5rem;
    margin-right: 15px;
}

h1, h2, h3, h4, h5, h6, .btn, table {
    margin-top: 13px;
    margin-bottom: 13px;
}

h1, .h1 {
    font-size: 2.2rem;
}

.nav-tabs {
    border-bottom-color: #aaaaaa;
}

.nav-link.active {
    border-top-color: #aaaaaa !important;
    border-left-color: #aaaaaa !important;
    border-right-color: #aaaaaa !important;
}

.nav-link:hover:not(.active) {
    border-color: transparent !important;
}

/*.navbar, .navbar > .container {
    display: block !important;
    margin-left: 0px !important;
    width: 100% !important;
}

.navbar-brand {
    display: block !important;
    float: left;

}

.navbar-toggler {
    display: block !important;
    float: right;
    margin-top: 14px;
}*/



.tab-content {
    padding-top: 5px;
}

.bg-dark {
    background-color: rgba(230, 231, 238, 1) !important;
}


/* BURGER MENU OVERLAY - START--------------------------------------------------------------- */

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.8); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 20%; /* 20% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: -20px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 12px;
    text-decoration: none;
    font-size: 1.6rem;
    color: #ffffff;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

    /* When you mouse over the navigation links, change their color */
    .overlay a:hover, .overlay a:focus {
        color: #c5c5c5;
        
    }

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: -13px;
    right: 73px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.sl-main-menu-heading {
    color: #00ffff !important;
}

.sl-bm-logo {

    margin-bottom: 20px;

}
/* BURGER MENU OVERLAY - END--------------------------------------------------------------- */


/* LOADING ANIMATION - START--------------------------------------------------------------- */


.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 90px;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
}


    .lds-ellipsis p {
        margin-bottom: 0px;
        color: #666666 !important;
        text-align: center;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
        margin-top: 20px;
        font-weight: 600;
        font-size: 1rem;
    }



    .lds-ellipsis div {
        position: absolute;
        top: 53px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #666666;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.spin-container {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* LOADING ANIMATION - END--------------------------------------------------------------- */


.btn-outline-primary:hover {
    background-color: #87832b !important;
    border-color: #87832b !important;
}

input[type=checkbox] {
    transform: scale(1.3);
}

.sl-main-menu .btn {
    max-width: 100% !important;
   
}

.sl-main-menu .col-sm-12 {
    padding-left: 40px;
    padding-right: 40px;
}


.tab-content {
    /*border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;*/
    /*padding-left: 20px;
    padding-right: 20px;*/
}

.sl-skin-concerns-selected {
    margin-top: 40px;
}

.gridbtn {
    /* background-color: #ffffff;
    border-color: #000000;*/
    font-size: 1rem;
    margin-right: 0px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0.25rem 0.8rem;
    /* border-style: solid;
    border-width: 1px;*/
}

    /*.gridbtn:hover {
        background-color: #87832B;
        border-color: #87832B;
        color: #ffffff;
    }*/

/*.btn {
    border-width: 1px;
}*/

footer {
    padding-top: 20px;
    text-align: center;
}

    footer p, footer a {
        font-size: 0.7rem;
        margin-top: 15px;
        color: #afafaf;
    }

.sl-flex{
    display: flex;
    min-height: 90vh;
    flex-direction: column;
    justify-content: space-between;
}

.sl-price, .sl-dispensed {
    text-align: right !important;
}

.alert {
    display: block;
}

.base_label_1 {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}

.base_label_2 {
    margin-top: 15px;
    display: block;
}

.black-line {
    border-color: #000000;
}

.sl-dob td {
    width: 33%;
    padding-right: 15px;
}

.sl-dob {
    margin-top: 0px !important;
}

.sp-regex-validate {
    color: #ff0000 !important;
    font-size: 13px !important;
    display: block;
    float: left;
    background-color: #ffffff;
    padding: 10px;
    font-weight: 600;
}

/*.sl-therapist-profile .row {
    margin-bottom: 10px;
}*/

.sl-btn-margin {
    margin-right: 8px;
}

.navbar-nav .nav-link {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7) !important;
}

    .navbar-nav .nav-link:hover {
        font-size: 14px;
        color: rgba(255, 255, 255, 1) !important;
        text-decoration: underline !important;
    }

.tb-right-align {
    text-align: right;
    /*color: #87832B;*/
    font-weight: 600;
}

.tb-left-align {
    text-align: left;
 }

.sl-btn-small {
    padding: 1px 6px !important;
    margin-top: 5px !important;
}

.navbar-brand img {
    height: 55px;
}

@media (max-width: 767px) {

    .navbar-brand img {
        height: 50px !important;
    }

    .body-content {
        padding-top: 60px !important;
    }

    .ig-center-mobile {
        text-align: center;
    }

    .btn-mob-full {
        width: 100%;
    }

}

@media (min-width: 768px) {
    .btn-desk-half {
        width: 50%;
    }
}

.btn-desk-full {
    width: 100%;
}


@media (min-width: 768px) {

    .navbar-toggler-icon {
        width: 2.2em;
        height: 2.2em
    }
}

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }


    .input-group {
        max-width: 300px;
    }

.ig-margin-bottom {
    margin-bottom: 20px;
}

.bg-margin-bottom {
    margin-bottom: 40px;
}

.bg-margin-top {
    margin-top: 30px;
    display: block
}

.ig-margin-top {
    margin-top: 20px;
}

.ig-margin-top-big {
    margin-top: 45px;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-top {
    margin-top: 0px;
}

.sl-sm-mg-right {
    margin-right: 5px;
}

.align-center {
    text-align: center;
}

.sl-btn-lrg {
    width: 110px;
    height: 110px;
    border-radius: 100px !important;
    margin: 0px;
}

    .sl-btn-lrg span {
        font-size: 55px;
        color: #ffffff;
        
    }

.sl-button-nomargin {
    margin: 0px !important;
}

.modal-dialog {
    margin-top: 100px;
}

.modal-message-text {
    font-size: 1.1rem;
    font-weight: 400;
}

.modal {
    background-color: rgba(0,0,0,0.2);
    width: 100vw;
   
}

.btn-ok-modal {
    width: 80px;
    height: 80px;
    border-radius: 100px;
}

.sl-gridview-altrows {
    background-color: rgba(255, 255, 255, 0.07);

}

.btn-hid {
    border-color: transparent !important;
    background-color: transparent !important;
}

.sl-currency-setup, .sl-prescription-total {
    display: flex;
}

.sl-current-user {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sl-gridview-header {
    border-top: 1px solid transparent;
}

.sl-invisible {
    display: none;
}

.btn-oval-medium {
    padding: 0.8rem 1.5rem !important;
}

th {
    font-weight: 600 !important;
}

.sl-history-clientname {
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 20px;
}

.sl-order-summary-detail td {
    padding: 4px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.sl-order-summary-detail tr:last-child td {
    border-bottom: none;
}

.ig-margin-bottom-big {
    margin-bottom: 80px;
}

.sl-dark-line {
    margin-top: 40px;
    margin-bottom: 40px;
    border-color: rgba(255, 255, 255, 0.3);
}

.sl-dark-line-reorder {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: rgba(255, 255, 255, 0.3);
}


.sl-textflip {
    height: 90px;
}

    /*.sl-textflip span {
        position: absolute;
        top: 0px;
        left: 0px;
    }*/


.ssc-btn {
    
    width: 140px;
    height: 140px;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;
 
}

.ssc-button-grid .ssc-btn {
    margin-top: -27px !important;
}



@media (min-width: 576px) {
    .ssc-btn {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        max-width: 100px;
        max-height: 100px;
    }

    .dispense-btn .ssc-btn {
        max-width: 80px !important;
        max-height: 80px !important;
    }

}


@media (min-width: 1200px) {

    .ssc-btn {
        padding-bottom: calc(100% - 47.3px);
    }
    }

@media (min-width: 577px) and (max-width: 1199px) {

    .ssc-btn {
        padding-bottom: calc(100% - 21px);
    }
}








    .scc-btn-container {
        width: 70%;
        display: inline-block;
    }

.dispense-button-row .scc-btn-container {
    width: 80%;
}

.ssc-btn span {
    font-size: 0px;
}

    .cb-group-hidden {
        visibility: hidden;
    }

    .btn {
        box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #ffffff;
    }

    .ssc-column {
        margin-top: 20px;
    }

    .ssc-next-column {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }

    .ssc-next-text {
        margin-top: 0px;
    }


.sl-card-pad {
    padding: 15px;
    margin-top: 20px;
    box-shadow: none !important;
    /* box-shadow: rgb(5 130 127) 10.21px 10.21px 15px inset, rgb(5 156 153) -10.21px -10.21px 15px inset !important; */
    border-color: #ffffff !important;
    background-color: transparent !important;
}

.nav-pills .nav-item {
    
    text-align: center;
}

.sl-btn-img {
    width: 75%;
}

.dispense-small-text {
    font-size: 0.78rem;
}

.ing_badge .badge {
    background-color: #18bcb8;
    box-shadow: none;
    border-color: #058f8c;
    color: #ffffff;
    z-index: 99;
    position: relative;
    border-width: 2px;
    border-radius: 100px;
}

.ing_badge {
    height: 0px;
}

.dispense-recommended {
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    
}

.dispense-btn {
    margin-top: 12px;
}


.gridbtn-delete {
    font-size: 0.8rem !important;
    border-radius: 100px;
    padding-top: 0.4rem;
    
    padding-left: 0.5rem;
    
    margin-right: 0px;
    width: 30px;
    height: 30px;
    
}

.dispense-button-row .col-md-3 {
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 20px;
}


@media (min-width: 992px) {
    .dispense-button-row .col-md-3 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .dispense-button-row .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .dispense-button-row .col-md-3 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 575px) {
    .dispense-button-row .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .dispense-button-row .scc-btn-container {
        width: 100%;
    }
}

.na-box {
    width: 100%;
}

.badge-na {
    font-size: 1rem;
    margin-top: 20px;
    box-shadow: none !important;
    background-color: #18bcb8!important;
    color: #ffffff!important;
    border: none !important;
    border-radius: 20px !important;
    padding-left: 10px;
    padding-right: 10px

}

@media (min-width: 768px) and (max-width: 991px) {
    .sl-order-tally {
        font-size: 0.75rem;
    }
}


@media (max-width: 767px) {
    .nav-pills .nav-item {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .result-tabs .nav-pills .nav-item {
        width: 50%;
    }
}


@media (min-width: 576px) {
    .dispense-button-row .btn:not(.info-button)  {
        padding-bottom: calc(80% - 4.5px) !important;
    }
}


.shadow-block {
    position: relative;
    z-index: 20;
}

.back-btn-row {
    margin-top: 10px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.07); */
}

.fullheight-card {
    height: 100%;
    margin-top: 0px !important;
    /* padding-bottom: 25px !important; */
}

.summary-price {
    width: 180px;
    display: block
}

.summary-price-amount {
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 28px;
}

.summary-payment-button {
 
}

.sp-margin-bottom {
    margin-bottom: 25px !important;
}

.sl-center-card {
    align-items: center !important;
  
}


@media (max-width: 991px) {
.sl-mob-margin-btm {
    margin-bottom: 35px;
}

.sl-footer-image {
    max-width: 90% !important;
}

}

.sl-summary-image {
    margin-top: 5px;
    height: 70px;
    width: 27px;
    max-width: none;
}

.dispense-current-item {
  
    display: block;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #058f8c;
}

.dispense-card {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    background-color: #009e9d !important;
}

.dispense-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 100px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
}

.dispensed-row {
    text-decoration: line-through;
}

@media (max-width: 767px) {
.sl-flexswap {
    flex-direction: column-reverse;
}}

.nav-pills a:hover {
    color: #ffffff !important;
}

.dispense-instruction {
    text-align: center;
}

.dispense-btn1 {
    margin-right: 0px;
}

.printbtn {
    width: 100%;
}

.sl-lookupclienttable td:nth-child(5), .sl-lookupclienttable td:nth-child(6), .sl-lookupclienttable td:nth-child(7) {
    width: 1%;
    white-space: nowrap;
}



/*BOTTLE LABLES START*/
.bottlediv {
    display: block;
    float: left;
    
   
}

.bottlediv .maindiv-oil-serum {
    width: 70mm;
    height: 11.9mm;
    margin-left: 0mm;
    margin-top: 0mm;
    border: 1PX solid #ccc;
    display: block;
    float: left;
    background-color: #ffffff;
}

    .bottlediv .maindiv-mist {
        width: 97.5mm;
        height: 11.9mm;
        margin-left: 0mm;
        margin-top: 0mm;
        border: 1PX solid #ccc;
        display: block;
        float: left;
        background-color: #ffffff;
    }

    .bottlediv .maindiv-cleanser {
        width: 137mm;
        height: 11.9mm;
        margin-left: 0mm;
        margin-top: 0mm;
        border: 1PX solid #ccc;
        display: block;
        float: left;
        background-color: #ffffff;
    }


.bottlediv p {
    font-family: 'Arimo', sans-serif;
    font-weight: 500;
    font-size: 4.7pt;
    line-height: 5.4pt;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000000 !important;
}

.bottlediv .leftarrow {
    display: block;
    float: left;
    margin-right: 0.6mm;
    position: relative;
    height: 100%;
    width: 0.4mm;
    /*margin-left: 2mm;*/
}

.bottlediv .instructions-oil-serum {
    width: 21mm;
    display: block;
    float: left;
    margin-top: 0.9mm;
}


    .bottlediv .bottle-qr {
        width: 11mm;
        display: block;
        float: left;
        margin-top: 0.9mm;
    }



.bottlediv .instructions-cleanser {
    width: 45mm;
    display: block;
    float: left;
    margin-top: 0.9mm;
    margin-left: 3mm;
}



.bottlediv .dispensed-by {
    margin-top: 1mm;
}

.bottlediv .arrow-image {
    position: absolute;
    top: 0.3mm;
}

.bottlediv .customer-oil-serum {
    display: block;
    float: left;
    text-align: left;
    width: 21mm;
    margin-top: 0mm;
}

.bottlediv .customer-mist {
    display: block;
    float: left;
    text-align: left;
    width: 30mm;
    margin-top: 0mm;
}

.bottlediv .customer-cleanser {
    display: block;
    float: left;
    text-align: left;
    width: 26mm;
    margin-top: 0mm;
}

.bottlediv .image-logo {
    display: block;
    float: left;
    margin-top: 0.9mm;
    margin-bottom: 1.1mm;
    width: 19mm;
}

.bottlediv .image-oil-serum {
    display: block;
    float: left;
    width: 35.7mm;
    margin-top: 0.8mm;
    position: relative;
}

    .bottlediv .image-mist {
        display: block;
        float: right;
        width: 41.5mm;
        margin-top: 0.8mm;
        position: relative;
    }

    .bottlediv .image-cleanser {
        display: block;
        float: right;
        width: 42.5mm;
        margin-top: 0.8mm;
        margin-right: 5mm;
        position: relative;
    }

    .bottlediv .name-holder-oil-serum {
        position: absolute;
        top: 0mm;
        right: 0.5mm;
        z-index: 999;
        width: 29mm
    }

    .bottlediv .formulated-oil-serum {
        position: absolute;
        top: 6.4mm;
        right: 0.5mm;
        z-index: 999;
        width: 29mm;
        
    }

    .bottlediv .name-holder-mist {
        position: absolute;
        top: 0mm;
        right: 3.3mm;
        z-index: 999;
        width: 28mm
    }

    .bottlediv .name-holder-cleanser {
        position: absolute;
        top: 0mm;
        right: 3.3mm;
        z-index: 999;
        width: 29mm
    }

    .bottlediv .name-header {
        text-align: center;
        margin-bottom: 0.5mm;
        font-size: 5.5pt !important;
    }


.bottlediv .cust-name {
    /*margin-bottom: 3mm;*/
    font-size: 7pt !important;
    line-height: 7pt !important;
    height: 5mm;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

    .bottlediv .cust-formula {
        margin-top: 1.2mm;
        font-weight: bold !important;
        font-size: 6.5pt !important;
    }

    .bottlediv .fdate {
        font-size: 5.5pt !important;
    }

    .bottlediv .formulated {
        font-size: 5.5pt !important;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
      
    }

.bottlediv .printspacer {
    display: block;
    float: left;
    height: 0mm;
    width: 100%;
}

.bottlediv img {
    max-width: none !important;
}

/*adjustment for part 2 top margin*/
.bottlediv .hide-oil {
    margin-top: 0.0124mm;
}


/*BOTTLE LABELS END*/



/*PACKAGING LABEL START */

.packdiv {
    width: 210px;
    /*height: 321px;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /* border: 1PX solid #000000;*/

    margin-left: 3mm;
    margin-top: 2mm;
    /* 
       margin-left: 4mm;
    margin-top: 7mm;
    
       transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform-origin: 100px 100px;
    -webkit-transform-origin: 100px 100px;
    -ms-transform-origin: 100px 100px;*/
    /* margin-left: 75px;
    margin-top: -45px;*/
    display: block;
    float: left;
    background-color: #ffffff;
    border-bottom: 1PX solid #F1F1F1;

   


}

    .packdiv .topdiv {
        width: 100%;
        display: block;
        margin-top: 6px;
        margin-bottom: 10px;
        padding-top: 5px;
        padding-bottom: 0px;
       /* border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;*/
    }

    .packdiv .topdiv_1off {
        width: 100%;
        display: block;
        margin-top: 6px;
        margin-bottom: 10px;
        padding-top: 5px;
        padding-bottom: 0px;
        /* border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;*/
    }

    .packdiv .middiv1 {
        width: 100%;
        display: block;
        margin-top: 0px;
        padding-top: 5px;
        padding-bottom: 3px;
        /*border-top: 1px dotted #000000;
        border-bottom: 1px dotted #000000;*/
    }

    .packdiv .middiv1_1off {
        width: 100%;
        display: block;
        margin-top: 0px;
        padding-top: 5px;
        padding-bottom: 3px;
        /*border-top: 1px dotted #000000;
        border-bottom: 1px dotted #000000;*/
    }

    .packdiv .middiv2 {
        width: 100%;
        display: block;
        /*margin-top: 5px;*/
        padding-top: 3px;
        padding-bottom: 7px;
       /* border-top: 1px solid #000000;*/
      /*  border-bottom: 1px dotted #000000;*/
        text-align: center;
    }

    .packdiv .bottomdiv {
        width: 100%;
        height: 60px;
        max-height: 60px;
        display: block;
        padding-top: 5px;
        padding-bottom: 0px;
        /*border-bottom: 1px dotted #000000;*/
        position: relative;
    }

    .packdiv .bottomdiv_1off {
        width: 100%;
        height: 50px;
        max-height: 50px;
        display: block;
        padding-top: 5px;
        padding-bottom: 10px;
        margin-top: 10px;
       /* border-bottom: 1px dotted #000000;*/
        position: relative;
    }

    .packdiv .bottomdiv_3off {
        width: 100%;
        height: 73px;
        max-height: 73px;
        display: block;
        padding-top: 0px;
        padding-bottom: 10px;
        /*border-bottom: 1px dotted #000000;*/
        position: relative;
        margin-top: -7px;
    }

    .packdiv .footerdiv {
        width: 100%;
        display: block;
        margin-top: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
        /*border-top: 1px dotted #000000;*/
        text-align: center;
    }

    .packdiv .footerdiv .url-line {
        width: 100%;
        display: block;
      margin-top: 10px;
      padding-top: 10px;
       /* border-top: 1px dotted #000000;*/
      
    }

        .packdiv .footerdiv .url-line_1off {
            width: 100%;
            display: block;
            margin-top: 10px;
            padding-top: 5px;
           /* border-top: 1px dotted #000000;*/
        }

    .packdiv .pslogo {
     /*   position: absolute;
        bottom: 30px;*/
     margin-top: 30px;
     margin-bottom: 30px;
    }

    .packdiv .pslogo_1off {
        /*   position: absolute;
        bottom: 30px;*/
        margin-top: 50px;
        margin-bottom: 0px;
    }

    .packdiv .pslogo_3off {
        /*   position: absolute;
        bottom: 30px;*/
        margin-top: 100px;
        margin-bottom: 30px;
    }

    .packdiv .formula-text {
        margin-top: 9px;
        margin-bottom: 4px;
        text-align: center
    }

.packdiv .pack-bold_1off {
    
}

    .packdiv .pack-bold_1off {
       
      /*  font-size: 7pt !important;*/
        line-height: 2 !important;
    }


    .packdiv .pack-small {
        font-size: 6pt !important;
        line-height: 1.1 !important;
    }

    .packdiv .pack-small_1off {
        font-size: 6pt !important;
        line-height: 1.1 !important;
    }

    .packdiv .qr-text {
        padding-top: 9px;
        margin-bottom: 0px;
        /*padding-bottom: 13px;*/
    }

    .packdiv .qr-text_1off {
        padding-top: 9px;
        margin-bottom: 4px;
        /*padding-bottom: 13px;*/
    }

    .packdiv .qr-image {
        margin-top: 10px;
        margin-bottom: 8px;
    }

.packdiv .qr-3off {
    margin-top: 10px;
}

.packdiv .packaging-client {
    margin-top: -3px;
    margin-bottom: 3px;
}

    .packdiv .packaging-client_1off {
        margin-top: -3px;
        margin-bottom: 3px;
    }

    .packdiv .ing-title {
              margin-top: 10px;
        text-align: left;
       
    }

    .packdiv .ing-title_1off {
                margin-top: 10px;
        text-align: left;
    }

    .packdiv .ing-text {
        margin-top: 3px;
        text-align: left;
    }

    .packdiv .ing-text_1off {
        margin-top: 3px;
        text-align: left;
    }


    .packdiv .ft1 {
        margin-top: 10px;
       
    }

    .packdiv .ft2 {
        margin-top: 3px;
        margin-bottom: 40px;
        
    }

    .packdiv .ft2_1off {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .packdiv .ft3 {
        margin-top: 0px;
        margin-bottom: 5px;
      
    }

    .packdiv .psfor {
        font-size: 8pt;
        margin-top: -10px;
    }


    .packdiv p {
        font-size: 8.5pt;
        line-height: 1.4 !important;
        font-family: 'Arimo', sans-serif;
        font-weight: 500;
        margin-bottom: 0px;
        color: #000000 !important;
    }

.packaging-large {
    font-size: 10pt !important;
   /* font-weight: bold !important;*/
    text-transform: uppercase !important;
}


.qrblock {
    display: block;
    width: 40px;
    height: 40px;
}




.packdiv td:nth-child(1) {
    white-space: nowrap;
}

.packdiv table {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.packdiv td {
    vertical-align: top;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 8px;
}

    .packdiv .prodline {
        padding-bottom: 3px !important;
        line-height: 1.1 !important;
    }

    .packdiv .packaging_header {
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }

    .packdiv .packaging_footer {
        text-align: center;
        width: 100%;
        margin-top: 7px;
    }


.printpack {
    display: block;
    float: left;
    width: 100%;
    height: 220px;
}

.printbottles {
    display: block;
    float: left;
    width: 100%;
   
}

.packlist-topline {
padding-bottom: 2mm !important;
}


/*PACKAGING LABEL END */
.hide-label {
    display: none !important;
}

.printpack, .printpack * {
    visibility: hidden;
}

.printbottles, .printbottles * {
    visibility: hidden;
}


@media print {

    .non-print, footer, #navbar-main {
        display: none !important;
    }

    .body-content {
        padding-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    body {
        background-color: #ffffff !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .printbottles, .printpack {
        background-color: #ffffff !important;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    body, body * {
        visibility: hidden;
    }

    .printpack, .printpack * {
        visibility: visible;
    }

   .printbottles, .printbottles * {
       visibility: visible;
   }

   
    .sl-flex {
        min-height: 0px !important;
    }
}


#slaccordion .bg-primary {
    background-color: #058f8c !important;
}

#slaccordion h5, #slaccordion .h5, .accordion-panel-header .icon {
    color: #ffffff !important;
}

/*#slaccordion .border-light {
    border-color: #C0D8D6 !important 
}*/

#slaccordion .card {
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
}

#slaccordion .card-body {
    padding: 1.1rem !important;
}


.sl-admin-button {
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
}


.dispense-contact {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}


.tb-top-align {
    text-align: right;
    vertical-align: top;
}

    .tb-top-align a {
        color: #C0D8D6 !important;
    }

    .tb-left-pad {
        padding-left: 15px !important;
    }

.reorder-select {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.reorder-ship {
    margin-bottom: 35px;
}

    .reorder-ship td {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

.reorder-select thead tr td {
    font-weight: bold;
}

.reorder-select td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    vertical-align: middle !important;
}

.re-order-right {
    text-align: right !important;
}

.re-order-prescription {
    font-size: 0.8rem;
}

#maintenance input, #maintenance select, #maintenance textarea {
    width: 100% !important;
    max-width: 100% !important;
}


.td50 {
    width: 50%;
}

.shipping_message {
    background-color: #ffffff;
    color: #ff0000;
    padding-left: 8px;
    padding-right: 8px;
}

.hide-mist {
    display: none !important;
}

.sl-payment-table {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}

.sl-payment-table td {
    width: 50%;
}

.ttheading {
    font-size: 28px !important;
    margin-bottom: 15px !important;
}

.ttbody {
    font-size: 18px !important;
}

.info-button {
    width: 50px !important;
    height: 50px !important;
    margin: 0px !important;
   
    background: #18bcb8 !important;
}

.dispense-button-row .info-button {
    width: 40px !important;
    height: 40px !important;
    padding: 0px !important;
    margin-right: 5px !important;
}


.text-right {
    text-align: right !important;
}

.btn-psc {
    width: 220px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.pss-card-pad {
padding: 30px;
padding-bottom: 15px;
margin-top: 0px;
box-shadow: none !important;
/* box-shadow: rgb(5 130 127) 10.21px 10.21px 15px inset, rgb(5 156 153) -10.21px -10.21px 15px inset !important; */
border-color: #ffffff !important;
background-color: transparent !important;
}

.dispense-cat-text {
    font-size: 11px;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    border-radius: 8px;
    width: 100%;
    display: block;
}


.primary_label {
    background-color: #ffffff;
    color: #058f8c;
    padding-left: 5px;
    padding-right: 5px;
}

.actives-selection .ssc-btn {
    margin-top: -40px;
}

.actives-selection .nav-pills .nav-link {
    padding-top: 5px;
    padding-bottom: 4px;
}

.margin-adjust {
    margin-bottom: -40px;
}

.sl-pricing-tier td {
    padding: 8px;
    border: 1px solid rgba(255,255,255,0.3);
    
}

.sl-border-right {
    border-right: 1px solid #ffffff;
}

.sl-narrow-pad {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.prescription-headings {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}

.sl-order-tally {
    margin-top: 16px !important;
}

.prescription-tier {
    margin-bottom: 6px;
    font-weight: 600;
    background-color: #18bcb8 !important;
    border-radius: 10px !important;
}

.next-tier {
    margin-bottom: 10px;
  
}

.strikeout-price {
    text-decoration:line-through;
}

.reorder-small-text {
    font-size: 0.9rem;
}

.reorder-discount-msg {
   font-weight: bold;
   margin-top: 10px;
}

@media (min-width: 768px) {

    .reorder-discount-msg {
            padding-right: 150px;
    }

}


.pss_disc_msg {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}


.warning-small-text {
    margin-top: 24px;
}

.dispense-button-row .ssc-column h6 {
    margin-top: 10px !important;
    margin-bottom: -5px !important;
}

.animated-image {
    max-height: 77%;
    margin-bottom: 10px;
}

.comm-period-text {
    margin-bottom: 5px;
}

.sl-order-summary {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .sl-order-summary .sl-headers td, .sl-prod-bold {
        font-weight: bold;
        font-size: 18px;
    }

.sl-prod-bold {
    width: 100px;
}

.sl-order-summary td {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.sl-order-summary tr:last-child td {
    border-bottom: none;
}

.sp-margin-bottom-sml {
    margin-bottom: 10px;
}

.discount-text {
    background-color: #18bcb8 !important;
    border: none !important;
    border-radius: 20px !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;

}

.sl-td-bottom {
    vertical-align:bottom;
}

.sl-td-bottom p {
    margin-bottom: 0px;
}

.sl-smaller-h1 {
    font-size: 28px !important;
}

.ig-margin-top-small {
    margin-top: 10px;
}

.processing-margin {
    margin-top: 50px;
}


.consent-check {
    margin-right: 8px !important;
}

.survey-content td {
    vertical-align: top;
}

.survey-content td p {
    margin-bottom: 0px;
}

    .survey-content td input {
        margin-right: 8px;
        vertical-align: top;
        margin-top: 4px;
    }

    .survey-content td label {
        margin-bottom: 0.3rem !important;
        vertical-align: top;
        display: inline;
        /*float: left;*/
    }

.survey-content input {
    margin-left: 5px;
  
}

    .survey-content input[type=checkbox] {
        display: inline-block;
        float: left;
    }


    .survey-content hr {
        border-top: 1px solid rgba(255, 255, 255, 0.2)
    }

.survey-content, .survey-content p, .survey-content label {
    font-size: 15px;
}

.intro-slides {
    margin-top: -72px;
}

.intro-skip {
    margin-top: -70px;
}

.intro-buttons {
    margin-top: 12px;
}

.btnintro {
    border: none !important;
    box-shadow : none !important;
    color: #058f8c !important;
    text-transform: uppercase;
    font-size: 17px;
    margin-right: 0px !important;
}

.btnintro:hover {
    color: #058f8c !important;
}

.ps-intro h4 {
    color: #058f8c !important;
}

.intro-text2 {
    margin-top: -260px;
}

.intro-text3, .intro-text4, .intro-text5 {
    margin-top: -260px;
}

.intro-text6 {
    margin-top: -275px;
}

.intro-left-margin {
    margin-left: 45px;
}

.intro6-left-margin {
    margin-left: 90px;
}

.check-align label {
    margin-left: 10px !important;
}

.btn-no-shadow {
    box-shadow : none !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    margin-right: 0px !important;
}

.full-textbox {
    max-width: 100% !important;
}

.langflags {
    margin-top: 15px !important;
}

    .langflags .flag-nl {
        margin-right: 15px !important;
    }

.cosmos-left {
    display: block;
    width: 75%;
    float: left;
}

.cosmos-right {
    display: block;
    width: 25%;
    float: left;
}