@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@font-face {
    font-family: "Roboto", "robotoCondensed Regular";
    src: url(../fonts/Roboto-Regular.ttf) format("woff2");
    font-weight: 400;
}

.w-100 {
    width: 100% !important;
}
.m-0 {
    margin: 0 !important;
}

.d-none {
    display: none!important
}

.lock-screen-backdrop {
    backdrop-filter: blur(4px);
}

.mat-tooltip {
    font-size: 1.1em !important;
}

.mat-form-field-infix {
    margin-top: -20px !important;
}

.mat-icon-button {
    padding-top: 10px !important;
}

.mat-input-element:disabled {
    color:#333 !important;
}
.btn-manual-discount {
    line-height: 28px;
    font-size: 13px;
    background-color: #074773 !important;
    color: white !important;
  }
  
  .btn-manual-discount:active,
  .btn-manual-discount:focus,
  .btn-manual-discount:visited {
    background-color: #c44729 !important;
  }
  
  .gift-coupon {
    background-color: #074773;
    color: white !important;
  }
  
  .gift-coupon:active,
  .gift-coupont:focus,
  .gift-coupon:visited {
    background-color: #c44729 !important;
  }

  /* CSS for SelfCheckout */
  .dx-button {
    padding: 12px 60px 12px 60px;
    background: #20542e;
    color: #dca972;
    border-radius: 8px;
    font-weight: 700;
    border: 1px solid #20542e;
    box-shadow: 5px 6px 3px #ffdab1;
}
.fornt-header {
    padding: 16px 16px 16px 16px;
}
.logo-dx img {
    width: 40%;
}
.logo-dx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-color {
    background: #20542e;
}
.checkout-b {
    padding: 0px;
}
.icon-button:hover {
    background: #fff;
}
.align-center-dx {
    display: flex;
    align-items: center;
    text-align: center;
}
.color-green {
    color: #20542e;
}
.fill-input {
    padding: 15px 35px 25px 12px;
    border: 1px solid #20542e;
}
.car-payment-main {
    width: 70%;
    margin: 0 auto;
    display: flex;
}
.card-payment {
    background: #20542e;
    border-radius: 8px;
    padding: 20px;
    color: #dca972;
    box-shadow: 5px 6px 3px #ffdab1;
    width: 50%;
    margin: 20px;
    font-weight: 600;
}
.card-b {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px;
    border-radius: 0px !important;
}
/* section {
    padding: 10px 0;
    overflow: hidden;
} */
/* #main {
    width: 97%;
    margin: 0 auto;
} */
@media (min-width: 768px) {
    .colmd8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .colmd4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .colmd12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .colmd6 {
        flex: 0 0 auto;
        width: 50%;
    }
    /* no-tem-img {
        width: 80%;
    } */
}
@media (max-width: 768px) {
    .no-tem-img {
        width: 72%;
    }
}
@media (min-width: 1200px) {
    .no-tem-img {
        width: 25%;
    }
}
@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.5rem;
    }
    .heading3 {
        font-size: 25px;
    }
    .h2, h2 {
        font-size: 2rem;
    }
    .heading4 {
        font-size: 20px;
    }
}
.dx-button-red:hover{
    background: #f9aa91;
	    border: 1px solid #f9aa91;
}
.dx-button:hover{
	 background: #799b82;
	     border: 1px solid #799b82;
}
.dx-button-red {
    padding: 12px 60px 12px 60px;
    background: #FF5722;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    border: 1px solid #FF5722;
}
.btn{
    border: none;
}
.selfCheckBackBtn{
    background-color: white;
    border: none;
}
.container1{
    margin: 15px;
}
