/*product drop-down field add class*/
.cus-order-detail h2.fs-2x {
    padding: 10px;
    text-align: center;
}
.product-detail {
    background: #F0F4FF;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}
.product {
    display: flex;
    align-items: center;
}
.product-detail p.product-name{
    font-weight: 700;
    font-size: 18px;
    color: #183B56;
    margin-bottom: 0;
}
.product-detail i.down-icon {
    margin-right: 18px;
    font-size: 22px;
}
.product-info {
    display: flex;
    text-align: center;
    justify-content: space-between;
    width: 50%;
}
.product-detail p{
    margin-bottom: 5px;
    color: #071437;
    font-size: 14px;
}
.field-qty .d-flex .form-control{
    background-color: transparent;
}
/*end*/
/* customer detail right */
.customer-detail {
    text-align: right;
}
/*end*/
/* add customer popup label text left */
.text-left {
    text-align: left;
}
/*end*/

/*product drop-down field add space*/
.product-description {
    background-color: #fff;
}
.rx-header {
    padding: 0 !important;
}
.rx-body {
    padding: 0 !important;
}
/*end*/
/*header add class*/
.mr-remove {
    margin-right: 10px;
}
.address-info {
    width: 200px;
}
.tab-fx-width {
    width: auto !important;
}
/*end*/
/*card body padding remove css from close icon*/ 
.card-space-remove {
    padding: 0rem 1.4rem !important;
}
/*end*/
/* button grey text in a href link */
.btn-grey {
    color: var(--bs-light-inverse);
}
/*end*/
/* flex-wrap main div */
.new-wrap {
    flex-wrap: nowrap !important;
}
/*end*/
/*discount and tax design bg*/
.change-bg {
    background-color: #50cd89;
    border-color: #50cd89;
    text-align: right;
    color: #fff;
    cursor: pointer;
    padding: 0px;
}
.change input::placeholder {
    color: #fff;
}
span.reg-price {
    text-decoration: line-through;
}
.ml-auto {
    margin-left: auto;
}
/*end*/


/* loader center css */
.center-loader {
    position: absolute;
    top: 50%;
    left: 50%;
}

/* close loader css */


/*login page body css */
.change-blue-bg-body{
    background-image: url('https://shop.lumadent.com/assets/media/auth/blue-light-bg.jpg'); 
    background-size: cover;
    background-position: center;
}
.sales-rep-banner {
    border-radius: 8px;
    background: linear-gradient(180deg, #FFFEF9 0%, rgba(255, 255, 255, 0.00) 100%);
}
 
.pos-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
/*End login page body css */

/*begin desktop product page left section product view tablet css */
    .desktop-pro-width {
    width: 25%;
}
/*End desktop product page left section product view tablet css */

.menu-link.menu-center 
{
    padding: 0rem;
}


/*sidemenu css no-scroll css start*/
.sidebar-no-scroll 
{
    overflow: hidden;
}
/*sidemenu css no-scroll css end*/

/* start :: fixed category bottom css */
.desk-fx-view {
    display: block !important;
}
.tab-cate-fx-view {
    display: none;
}
/* End :: fixed category bottom css */

/*cx client requird css start*/
.error {
    color: red;
}
/*cx client requird css end*/

/* start :: product page left right arrow */

.left-arrow {
    position: fixed;
    top: 95%;
    left: 18%;
    bottom: auto;
    z-index: 100;
    border-radius: 100%;
    background: #e1e1e1;
}

.right-arrow {
    position: fixed;
    top: 95%;
    right: 13%;
    bottom: auto;
    z-index: 100;
    border-radius: 100%;
    background: #e1e1e1;
}

/* end :: product page left right arrow */

/* begin :: product page */
.line {
    border-right: 1px dashed #f4f4f4 !important;
    border-right-color: #e1e3ea !important;
}

.search-border {
    border: 3px solid #e1e3ea;
    border-radius: 1.5rem;
}
.search-border:focus {
    border: 3px solid #009ef7;
}

/* end :: product page */

.discount-ml-auto{
    margin-left: auto;
}

.card-body ul.now-rap-tablet {
    flex-wrap: nowrap;
    overflow: scroll;
}

.bg-orange {
    background-color: #2c294b;
}

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

.text-line-through {
    text-decoration: line-through;
}

.menu-height {
    height: auto!important;
}

.scroll-customer {
    width: 1500px;
}

.scroll-filter {
    width: 1680px;
}

.menu-bg-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 50px;
    height: 50px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: rgba(245,248,250,0.8);
    border-radius: 22px;
}

/* start :: client order modify product page */

.client-product-info {
    display: flex;
    text-align: center;
    justify-content: space-between;
    width: 100%;
}

/* End :: client order modify product page */

/* start :: pos history block css */

.msg-line {
    border-color: #C9CCD2;
    flex: 1 1 auto;
    width: auto;
}
.msg-label {
    background-color: #fff;
    padding: 0 1rem;
}
.o_Message.o-not-discussion {
    background-color: #f6f7fa;
}
.o_Message_sidebar {
    flex: 0 0 50px;
    max-width: 50px;
    display: flex;
    justify-content: center;
}
.msg-margin {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.msg_sp_img {
    position: relative;
    height: 36px;
    width: 36px;
}
.img-100 {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.o_Message_header {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
}
.msg-date {
    font-size: 0.8em;
    color: #80848F;
}

/* end :: pos history block css */

/* start :: order tracker */
.progress-tracker {
  counter-reset: steps;
  display: inline-block;
  list-style: none;
  padding: 25px 0 10px 0;
  margin-right: -212px;
  text-align: left;
  
  li {
    border-bottom: solid 2px darkgrey;
    counter-increment: steps;
    display: inline-block;
    position: relative;
    width: 212px;
    
    &:last-child {
      border-bottom: none;
    }
    
    &:after {
      background: darkgrey;
      border: solid 2px transparent;
      border-radius: 50%;
      color: gainsboro;
      content: counter(steps);
      font-size: 12px;
      font-weight: bold;
      display: block;
      height: 30px;
      padding: 3px 0;
      position: absolute;
      text-align: center;
      bottom: -13px;
      width: 30px;
    }
    
    span {
      display: inline-block;
      color: black;
      position: relative;
      left: -62px;
      text-align: center;
      top: -25px;
      width: 150px;
    }
    
    &.completed {
      border-bottom-color: green;
      
      &:after {
        background: #ddd;
        border-color: green;
        color: green;
        content: '\221A';
      }
      
      span {
        color: green;
      }
    }
    
    &.current {
      &:after {
        background: #fff;
        color: #333;
        border: solid 2px darkgrey;
      }
      
      span {
        color: #333;
        font-weight: bold;
      }
    }
  }
}

.horizontal.timeline {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.horizontal.timeline:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0.2em;
    background-color: #f2f2f2;
}
.horizontal.timeline .line {
    display: block;
    position: absolute;
    height: 0.2em;
    background-color: #8897ec;
}
.horizontal.timeline .steps {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.horizontal.timeline .steps .step {
    display: block;
    position: relative;
    bottom: calc(100% + 1em);
    padding: 0.33em;
    margin: 0 2em;
    box-sizing: content-box;
    color: #8897ec;
    background-color: currentColor;
    border: 0.25em solid white;
    border-radius: 50%;
    z-index: 500;
}
.horizontal.timeline .steps .step:first-child {
    margin-left: 0;
}
.horizontal.timeline .steps .step:last-child {
    margin-right: 0;
    color: #71cb35;
}
.horizontal.timeline .steps .step span {
    position: absolute;
    top: calc(100% + 1em);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: #000;
}
.horizontal.timeline .steps .step.current:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1em;
    background-color: #000;
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    animation-name: animation-timeline-current;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
@keyframes animation-timeline-current {
    from {
         transform: translate(-50%, -50%) scale(0);
         opacity: 1;
    }
    to {
         transform: translate(-50%, -50%) scale(1);
         opacity: 0;
    }
}


/* end :: order tracker */
body {
    height: 100%;
}

#cardForm {
     height: 100%;
}
/*-------------------- PANEL FORM --------------------*/
 .panel__header {
     background: #3f51b5;
     color: #fff;
}
 .panel__header, .panel__footer {
     padding: 1em 2em;
}
 .panel__content {
     padding: 1em;
     overflow: hidden;
}
 .textfield--float-label {
    width: 48%;
    float: left;
    display: inline-block;
    padding-right: 5px;
    background: #fff;
    border-radius: 5px;
    margin: 0px 10px 10px 0px;
    padding-left: 10px;
}
 .hosted-field--label {
     transform: translateY(0.4em);
     font-size: 1.125em;
     line-height: 32px;
     transition: all 0.15s ease-out;
     display: block;
     width: 100%;
     font-weight: 400;
     overflow: hidden;
     margin-bottom: 0.5em;
}
 .hosted-field--label.label-float, .hosted-field--label.filled, .hosted-field--label.invalid {
     text-overflow: ellipsis;
     color: #2196f3;
     transition: all 0.15s ease-out;
}
 .hosted-field--label.filled {
     color: rgba(0, 0, 0, .54);
}
 .hosted-field--label.invalid {
     color: #f44336;
}
 span.icon {
     position: relative;
     top: 0.2em;
     margin-right: 0.2em;
}
 svg {
     fill: #333;
}
 .hosted-field {
     height: 32px;
     margin-bottom: 1em;
     display: block;
     background-color: transparent;
     color: rgba(0, 0, 0, .87);
     border: none;
     border-bottom: 1px solid rgba(0, 0, 0, .26);
     outline: 0;
     width: 100%;
     font-size: 16px;
     padding: 0;
     box-shadow: none;
     border-radius: 0;
     position: relative;
}
 .pay-button {
     background: #e91e63;
     color: #fff;
     margin: 0 auto;
     border: 0;
     border-radius: 3px;
     padding: 1em 3em;
     font-size: 1em;
     text-transform: uppercase;
     box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
}
/*-------------------- BT HOSTED FIELDS SPECIFIC --------------------*/
 .braintree-hosted-fields-focused {
     border-bottom: 2px solid #3f51b5;
     transition: all 200ms ease;
}
 .braintree-hosted-fields-invalid {
     border-bottom: 2px solid #e91e63;
     transition: all 200ms ease;
}
.bg-color-custom {
    background-color: #F4F5FB;
}

/* CX360 page loader custom code start */
.sw-page-loader {
    background-color: var(--bs-body-bg);
    /* position:fixed; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    display: none
}
/* CX360 page loader custom code end */







/* media query code start */

@media only screen and (max-width: 1370px) { 

    /*start product page tablet css */

    .card-body ul.now-rap-tablet {
        flex-wrap: nowrap;
        overflow: scroll;
    }
    .card-body a.tablet-width {
        width: 100px !important; 
        height: 120px!important;
        padding-top: 0.75rem !important;
    }
    .tablet-fs {
        font-size: 1.15rem !important;
    }
    .tablet-card-width {
        width: 350px !important;
    }

    .tab-flex-wrap {
        flex-wrap: wrap !important;
    }

    .overflow-tab {
        overflow: scroll;
        flex-wrap: nowrap !important;
    }
    
    /*End product page tablet  css */

    /* add customer shpping addres css*/

    .tab-fx-row {
        flex-direction: row !important;
    }

     /* add customer shpping addres css*/
    .tab-cart-fs {
        font-size: 1rem !important;
        margin-right: 10px !important;
    }
    span.tab-fs {
        font-size: 1rem !important;
    }

    /*start :: Dashboard card*/

    .tab-width-50 {
        width: 50%;
    }
    .card-body .tab-scroll {
        overflow-y: scroll;
    }

    /*End :: Dashboard card*/ 

}

@media only screen and (max-width: 1024px) { 

    /*begin desktop product page left section product view tablet css */
    .desktop-pro-width {
        width: auto !important;
    }
    /*End desktop product page left section product view tablet css */

}

@media only screen and (max-width: 991px) { 
    /*.responsive-display {
        display: block !important;
    }*/
    .respo-view .btn-width {
        width: 100%;
    }
    .customer-detail {
        text-align: left !important;
    }
    /*.mr-remove {
        margin-right: 0px !important;
    }*/
    .responsive-none{
        display: none !important;
    }
    .tab-fx-width {
        width: 230px !important;
    }
    .tab-vertical-view {
        width: 230px !important;
    }

    /* chat tablet css */
    .tab-flex-row {
        flex-direction: row !important;
    }
    .w-tab-300px {
        width: 300px !important;
        margin-right: 20px;
    }
    .fx-tab-height {
        height: 640px;
    }

    /* start :: fixed category bottom css */
    .desk-fx-view {
        display: none !important;
    }
    .tab-cate-fx-view {
        display: block !important;
        z-index: 1000;
    }
    /* End :: fixed category bottom css */

    .tab-width-margin-auto{
        margin: auto;
    }
}

@media only screen and (max-width: 1200px)
{
  .caterprowise_data
  {
    display: flex;
    width: 50%;
    flex-wrap: nowrap;
  }

  /* start :: product page left right arrow */

    .left-arrow {
        top: 94% !important;
        left: 12% !important;
    }
    .right-arrow {
        top: 94% !important;
        right: 2% !important;
    }

    /* end :: product page left right arrow */
}

@media only screen and (max-width: 767px)
{
    /* product left and right section */
    .mob-column {
        flex-direction: column;
    }
    .mob-margin-remove {
        margin-right: 0px !important;
    }
    .tablet-card-width {
        width: auto !important;
    }
    /* product left and right pos */
    .tab-flex {
        display: flex;
        margin-bottom: 5px;
    }
    /* product left and right pos */

    /* start :: product page left right arrow */

    .left-arrow {
        left: 10% !important;
    }
    .right-arrow {
        right: 10% !important;
    }

    /* end :: product page left right arrow */

    /* start :: modify product popup */

    .product-detail {
        display: block !important;
    }
    .product-info {
        overflow-x: scroll;
        width: 100%;
    }
    .field-qty {
        margin-right: 20px;
    }
    .price-info {
        margin-right: 20px;
    }
    .total-info {
        margin-right: 20px;
    }
    .discount-info {
        margin-right: 20px;
    }

    /* end :: modify product popup */

    /*start :: Dashboard card*/

    .tab-width-50 {
        width: 100%;
    }
    
    /*End :: Dashboard card*/

}

@media only screen and (max-width: 850px)
{
  .caterprowise_data
  {
    display: flex;
    width: 50%;
    flex-wrap: nowrap;
  }
}

@media (max-width: 600px) {
     html {
         overflow: auto;
    }
     #cardForm {
         height: auto;
         margin: 2em 0em;
         font-size: 13px;
    }
     .panel {
         width: 100%;
    }
     .textfield--float-label {
         width: 100%;
         float: none;
         display: inline-block;
    }
     .pay-button {
         width: 100%;
    }
}

@media only screen and (max-width: 640px)
{
    /*Clientorder page change css */
    .mob-remove-pad {
        padding: 0px !important;
    }
    .mob-remove-border-radius {
        border-radius: 0px !important;
    }
    .mob-justify-content-start {
        justify-content: flex-start !important;
    }
    .mob-height-auto {
        height: auto;
    }
    .mb-50 {
        margin-bottom: 50px;
    }
    /*End Clientorder page change css */

    /* add customer shpping addres css*/

    .tab-fx-row {
        flex-direction: column !important;
    }

     /* add customer shpping addres css*/

     /* invoice order page css */
    .tab-d-block {
        display: block !important;
    }

    .tab-remove-p-left {
        padding-left: 0px !important;
    }
    /* invoice order page css */

    /* card payment css code */

    .tab-card-flex-field {
        display: flex;
    }

    /* card payment css code */

    /* start :: client order modify product page */
    .field-qty {
        margin-right: 10px !important;
    }
    .price-info {
        margin-right: 10px !important;
    }
    .total-info {
        margin-right: 10px !important;
    }
    .discount-info {
        margin-right: 10px !important;
    }
    /* End :: client order modify product page */
}
@media only screen and (max-width: 575px)
{
  .caterprowise_data
  {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) { 
    /*login page body css */
    .sales-rep-banner {
        flex-direction: column;
    }
    /*End login page body css */

    /*begin login category body css */
    .card-body li.responsive-width-100 {
        width: 100%;
    }
    /*End login category body css */

    /*begin :: add quote list page css */
    .container-xxl {
        padding: 0px 7px !important;
    }
    .card .card-body {
        padding: 2rem 1.25rem !important;
    }
    /*end :: add quote list page css */

}
/************************************* Payment Form Css Code begin ***********************/

/************************************* Payment Form Css Code end ***********************/
.apple-pay-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: donate; /* Use any supported button type. */
}
.apple-pay-button-black {
    -apple-pay-button-style: black;
}
.apple-pay-button-white {
    -apple-pay-button-style: white;
}
.apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline;
}
.modal-body {
    transition: background-color 0.3s ease; /* Smooth transition */
}
.is-error {
    border-color: #dc3545 !important; /* Red border color */
}

#error_message_container {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}

.bg-duetoday {
    background-color: #d1ecf1 !important;
    border-color: #d1ecf1 !important;
}

@media (min-width: 1024px) and (max-width : 1366px)
/*@media only screen and (max-width: 1668px)*/ 
{
    .datebox
    {
        width: 110px !important;
    }
    .monthlyamountbox
    {
        width: 70px !important;
    }
    .paynumber
    {
        min-width: 20px !important;
    }
    .paydate
    {
        min-width: 100px !important;
    }
    .payamount
    {
        min-width: 80px !important;
    }
    .paymentleftbox
    {
        width: 160px !important;
    }
    .monthly_rgt_amount
    {
        width: 150px !important;
    }
    .duedate_rgt
    {
      width: 80px;
    }
}
.paymentleftbox
{
  width: 200px !important;
}


