@font-face {
    font-family: 'Poppins-Regular';
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: 'Dosis-Regular';
    src: url(../fonts/Dosis-Regular.ttf);
}

@font-face {
    font-family: 'Dosis-SemiBold';
    src: url(../fonts/Dosis-SemiBold.ttf);
}

@font-face {
    font-family: 'Dosis-Bold';
    src: url(../fonts/Dosis-Bold.ttf);
}

:root {
    --red-color: #FF0008;
    --light-tosca-color: #F6FAF9;
    --grey-color: #8A8C8E;
    --light-grey-color: #F4F4F4;
    --light-red-color: #FFDDDE;
    --light-green-color: #C3EED8;
    --yellow-color: #FFBC01;
    --orange-color: #FE7200;
    --green-color: #219653;
    --black-color: #191A26;
    --white-color: #FFFFFF;
}

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
}

html,
body {
    font-family: 'Dosis-Regular';
    color: var(--black-color);
    overflow-x: hidden;
    background-color: var(--white-color);
}

h1 {
    font-size: 30px !important;
}

h2 {
    font-size: 24px !important;
}

h3 {
    font-size: 20px !important;
}

h4 {
    font-size: 16px !important;
}

label {
    font-size: 16px;
}

.font-weight-bold {
    font-family: 'Dosis-Bold';
}

/* Placeholder */
::-webkit-input-placeholder {
    /* Edge */
    color: var(--grey-color) !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--grey-color) !important;
}

::placeholder {
    color: var(--grey-color) !important;
}

.text-small {
    font-size: small;
}

.text-very-small {
    font-size: 10px;
}

.black-color {
    color: var(--black-color);
}

.grey-color {
    color: var(--grey-color);
}

.light-grey-color {
    color: var(--light-grey-color);
}

.red-color {
    color: var(--red-color);
}

.yellow-color {
    color: var(--yellow-color);
}

.orange-color {
    color: var(--orange-color);
}

.green-color {
    color: var(--green-color);
}

.white-color {
    color: var(--white-color);
}

.bg-red-color {
    background-color: var(--red-color);
}

.bg-yellow-color {
    background-color: var(--yellow-color);
}

.bg-grey-color {
    background-color: var(--grey-color);
}

.bg-light-grey-color {
    background-color: var(--light-grey-color);
}

.bg-orange-color {
    background-color: var(--orange-color);
}

.bg-white-color {
    background-color: var(--white-color);
}

.curved-50 {
    border-radius: 50px !important;
}

.curved-30 {
    border-radius: 30px !important;
}

.curved-25 {
    border-radius: 25px !important;
}

.curved-20 {
    border-radius: 20px !important;
}

.curved-15 {
    border-radius: 15px !important;
}

.curved-bottom-20 {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.curved-top-20 {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.curved-top-10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.supported {
    position: relative;
    bottom: 0;
    width: 100%;
}

.supported img {
    width: 30px;
    height: 30px;
}

.footer-profile img {
    width: 30px;
    height: 30px;
}

.login .input-group {
    background-color: var(--light-grey-color);
    border-radius: 50px;
}

.login .input-group-prepend i {
    color: var(--grey-color);
}

.login input.form-control {
    height: 50px;
    padding-left: 20px;
    background-color: var(--light-grey-color);
    border: 0;
    border-radius: 50px;
}

.login .form-control:focus {
    box-shadow: none;
}

.btn-login {
    color: var(--white-color);
    background-color: var(--red-color);
    border-color: var(--red-color);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-login:hover {
    color: var(--white-color);
    background-color: #e0030a;
    border-color: #e0030a;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menubar {
    z-index: 999;
    display: block;
    background-color: var(--white-color);
    bottom: -3px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0.6rem 1rem;
    position: fixed;
    box-shadow: 0px 0 10px 0 rgb(0 0 0 / 20%);
}

.menubar .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menubar .icon i {
    color: var(--grey-color);
    font-size: 24px;
}

.menubar a.active .icon i {
    color: var(--red-color);
}

.home {
    /* padding-bottom: 5rem !important; */
    background: rgb(255, 179, 124);
    background: linear-gradient(200deg, rgba(255, 179, 124, 1) 0%, rgba(255, 112, 112, 1) 20%);
}

.home .btn-cart-header {
    background-color: #FFB19F;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
}

.home img.img-profile {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
}

.home .input-group-prepend i {
    font-size: 20px;
    padding-right: 7px;
    border-right: 1px solid;
}

.home .search input.form-control {
    border: 0;
    background: transparent;
}

/* Placeholder */
.home .search ::-webkit-input-placeholder {
    /* Edge */
    color: var(--black-color) !important;
}

.home .search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--black-color) !important;
}

.home .search ::placeholder {
    color: var(--black-color) !important;
}

.home .search .form-control:focus {
    box-shadow: none;
}

.home .banner-promo .carousel-item img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.home .banner-promo .carousel-control-next,
.home .banner-promo .carousel-control-prev {
    width: 10%;
}

.home .canteen .row,
.canteen .row {
    margin-right: -11px;
    margin-left: -11px;
}

.home .canteen .col-6,
.canteen .col-6 {
    padding-right: 11px;
    padding-left: 11px;
}

.home .canteen .img-canteen img {
    height: 184px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.home .canteen .rating i {
    font-size: 15px;
}

.rating i {
    font-size: 15px;
}

.promo-foodiestrict img {
    width: 300px;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
}

.list-keyword .custom-scrollbar-css {
    overflow-y: hidden;
    overflow-x: hidden;
}

.promo-foodiestrict .scroll-promo:hover {
    overflow-x: scroll;
}

/* .promo-foodiestrict .scroll-promo::-webkit-scrollbar {
    width: 3px;
}

.promo-foodiestrict .scroll-promo::-webkit-scrollbar-track {
    background: #eee;
} */

/* .promo-foodiestrict .scroll-promo::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color: var(--grey-color);
} */

.btn-cart-header {
    background-color: var(--light-grey-color);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
}

.btn-back-header {
    background-color: rgb(255 255 255 / 70%);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
}

.btn-cart-header i,
.btn-back-header i,
.btn-back-cart i {
    font-size: 24px;
}

.btn-back-cart {
    background-color: var(--light-grey-color);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
}

.back-cart {
    z-index: 2;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.scroll {
    background-color: var(--red-color);
}

.canteen .banner-canteen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.canteen .banner-canteen img {
    width: 100%;
    height: 350px;
    object-fit: fill;
}

.canteen .card-info {
    background-color: var(--light-grey-color);
    border-radius: 15px;
}

.card-content {
    background-color: var(--white-color);
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: 300px;
    position: relative;
}

.line-header {
    width: 80px;
    height: 4px;
    border-radius: 15px;
    background-color: var(--light-grey-color);
    margin: auto;
}

.line {
    width: 40px;
    height: 0;
    border-top: 0.5px solid rgb(127 140 157 / 40%);
    rotate: -90deg;
}

.canteen .product .img-product img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 15px;
}

.btn-add-cart {
    background-color: var(--light-grey-color);
    color: var(--black-color);
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.footer-cart {
    background-color: var(--red-color);
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 1rem 1rem 2rem 1rem;
    position: fixed;
    bottom: 0;
}

.footer-cart select:-internal-list-box option:checked:hover {
    background-color: #191A26 !important;

}

.footer-cart .change-type-date input.form-control,
.footer-cart .change-type-date select.form-control {
    background-color: transparent;
    border: 0;
    padding: 0;
    height: auto;
    color: var(--white-color);
    font-size: small;
    border-radius: 0;
}

.footer-cart .change-type-date input.form-control:focus,
.footer-cart .change-type-date select.form-control:focus {
    box-shadow: none;
}

.footer-cart .change-type-date input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.footer-cart .change-type-date img.icon {
    width: 20px;
    height: 20px;
}

.btn-number {
    background-color: var(--light-grey-color);
    border-radius: 10px;
    padding: 0 .5rem;
}

.btn-number i {
    font-size: 15px;
}

.input-number {
    background-color: var(--light-grey-color);
    border: 0;
    font-weight: bold;
    color: var(--black-color);
    text-align: center;
    padding: 0;
}

.number-qty .input-group {
    background-color: #f4f4f4;
    border-radius: 15px;
    height: 50px;
    display: flex;
    align-items: center;
}

.btn-add-to-cart {
    background-color: var(--yellow-color);
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

.indication-cart {
    width: 10px;
    height: 10px;
    background-color: var(--red-color);
    border-radius: 15px;
    position: absolute;
    top: 28px;
    right: 23px;
}

.cart {
    margin-top: 4rem;
}

.cart .img-cart img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 15px;
}

.cart-qty .input-group {
    background-color: #f4f4f4;
    border-radius: 15px;
    /* height: 40px; */
    width: 85px;
    display: flex;
    align-items: center;
}

.cart-qty .input-group .btn-number {
    background-color: var(--light-grey-color);
    border-radius: 10px;
    padding: .375rem .75rem;
}

.cart-qty .input-group .btn-number i {
    font-size: 10px;
}

.cart-qty .input-group .input-number {
    background-color: var(--light-grey-color);
    border: 0;
    font-weight: bold;
    color: var(--black-color);
    text-align: center;
    padding: 0;
    font-size: small;
}

.cart-qty .date i {
    font-size: 15px;
}

.btn-cart-remove {
    background-color: var(--light-red-color);
    color: var(--red-color);
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.btn-cart-edit {
    background-color: #CEF3E0;
    color: var(--green-color);
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.btn-next,
.btn-finish,
.btn-print-receipt {
    background-color: var(--yellow-color);
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.banner-red {
    background-color: var(--red-color);
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.banner-white {
    background-color: var(--red-color);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-bottom: 1px solid #dee2e6;
}

.payment .card {
    height: 50px;
}

.payment .card .card-body {
    padding: 13px 23px;
}

.payment .card .card-body i {
    font-size: 23px;
}

.payment .card .card-body .icon-ewallet img {
    width: 23px;
    height: 23px;
    object-fit: cover;
    border-radius: 20px;
}

.payment .card .card-body .bx-chevron-right {
    font-size: 18px;
}

.payment-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.barcode img {
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.icon-check-receipt img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    z-index: 2;
    position: relative;

}

.receipt {
    background-image: url(../img/bg-patern-food.png);
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.payment,
.payment .card-content {
    background-image: url(../img/bg-patern-food.png);
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.order {
    background-image: url(../img/bg-patern-food.png);
    background-color: var(--light-grey-color);
    height: 100vh !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.order .banner-red {
    background-color: var(--red-color);
    width: 100%;
    height: 79px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.order nav {
    margin-top: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.scroll-tab {
    background-color: var(--red-color);
    position: fixed;
}

.order .nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

.order .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--red-color);
    background-color: transparent;
    border-color: transparent transparent #ECEEF5;
    border-bottom: 3px solid !important;
    font-weight: bold;
}

.order .nav-link {
    border: 1px solid transparent;
    color: var(--black-color);
}

.order .nav-link:hover {
    border: none;
}

.order .shadow {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15) !important;
}

.btn-pay-now {
    color: var(--white-color);
    background-color: var(--red-color);
    border-color: var(--red-color);
    border-radius: 10px;
}

.order .btn-process {
    color: var(--orange-color);
    background-color: #FEE6D2;
    border-color: #FEE6D2;
    border-radius: 10px;
}

.order .btn-ready {
    color: #219653;
    background-color: #CEF3E0;
    border-color: #CEF3E0;
    border-radius: 10px;
}

.btn-ready {
    color: #219653;
    background-color: #CEF3E0;
    border-color: #CEF3E0;
    border-radius: 10px;
}

.pending .waiting-payment {
    margin-top: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #FFF0D2;
    padding: 1rem;
}

.pending .on-process {
    margin-top: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #FEE6D2;
    padding: 1rem;
}

.pending .ready {
    margin-top: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #CEF3E0;
    padding: 1rem;
}
.pending .canceled {
    margin-top: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #FEE6D2;
    padding: 1rem;
}

.pending .img-canteen img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 15px;
}

.pending .btn-pay-now {
    background-color: var(--red-color);
    height: 44px;
    color: var(--white-color);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.modal-qr-code {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
}

.modal-qr-code .modal-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.profile .img-profile img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50px;
}

.icon-profile {
    background-color: var(--light-grey-color);
    height: 30px;
    width: 30px;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.btn-logout {
    background-color: var(--light-grey-color);
    border-color: var(--light-grey-color);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-logout:hover {
    background-color: var(--light-grey-color);
    border-color: var(--light-grey-color);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-promo .carousel-item img {
    height: 330px;
    object-fit: cover;
    border-bottom-left-radius: 35%;
    border-bottom-right-radius: 35%;
}

.login-promo .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    border-top: 0;
    border-bottom: 0;
}

/* .pin-input {
    position: absolute;
    padding-left: 50px;
    top: 150px;
} */

.pin-input {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.pin-input input[type="text"] {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: none;
    outline: none;
    margin: 10px 10px;
    background-color: var(--light-grey-color);
    color: transparent;
}

.pin-keyboard {
    /* position: absolute;
    bottom: 30px;
    margin-left: -10px; */
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: center;
}

.pin-link {
    text-align: center;
    justify-content: center;
    display: flex;
    margin-top: 20px;
    color: var(--red-color);
    font-weight: bold;
    font-size: 13px;
}

.pin-keyboard input[type="button"] {
    width: 26%;
    border: none;
    outline: none;
    font-size: 23px;
    background-color: transparent;
    margin: 10px;
    text-align: center;
    height: 85px;
    font-weight: bold;
}

.pin-keyboard input[type="button"]:hover {
    background-color: var(--red-color);
    color: var(--white-color);
    border-radius: 20px;
}

#unhover:hover {
    background: transparent;
}

.btn-modal-close {
    padding: 0;
    border: none;
}

.btn-modal-close:hover {
    border: none;
    padding: 0;
}

.btn-modal-close i {
    font-size: 20px;
    color: var(--red-color);
}

.img-cart-modal img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

.modal .edit-cart {
    position: fixed;
    bottom: 0;
    margin: 0;
}

.edit-cart .modal-content {
    border-radius: 0;
}

.edit-cart select:-internal-list-box option:checked:hover {
    background-color: #191A26 !important;

}

.edit-cart .change-type-date input.form-control,
.edit-cart .change-type-date select.form-control {
    /* background-color: transparent; */
    border: 0;
    /* padding: 0; */
    height: auto;
    font-size: small;
    border-radius: 0;
    border-radius: 10px;
}

.edit-cart .change-type-date input.form-control:focus,
.edit-cart .change-type-date select.form-control:focus {
    box-shadow: none;
}

.edit-cart .change-type-date input.input-note:focus {
    box-shadow: none;
    background-color: var(--light-grey-color);
}

.edit-cart .change-type-date input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.edit-cart .change-type-date img.icon {
    width: 20px;
    height: 20px;
    margin: auto;
}

.edit-cart .btn-save {
    background-color: var(--red-color);
    color: var(--white-color);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 15px;
}


.modal-setting-bahasa {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    max-width: 100%;
}

.modal-setting-bahasa .modal-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.modal-setting-bahasa .modal-content .modal-header .btn-back-header {
    background-color: var(--light-grey-color);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
}

.modal-setting-bahasa .modal-content .modal-header .btn-back-header i {
    font-size: 24px;
}

.modal-setting-bahasa .modal-content .modal-body .icon-status img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.modal-setting-bahasa .modal-content .modal-body form .form-check-input {
    position: relative;
    width: 20px;
}

.modal-setting-bahasa .modal-content .modal-body .btn-save {
    background-color: var(--red-color);
    color: var(--white-color);
    border-radius: 20px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.personal input.form-control:disabled,
.personal input.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
    border: 0;
    padding-left: 0;
}

.btn-fav {
    background-color: var(--red-color);
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.btn-fav i {
    font-size: 20px;
    color: var(--white-color);
}

.btn-fav-red {
    background-color: var(--white-color);
    border-radius: 50px;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 15px;
}

.btn-fav-red i {
    font-size: 16px;
    color: var(--red-color);
}

.indication-cart-home {
    width: 10px;
    height: 10px;
    background-color: var(--red-color);
    border-radius: 15px;
    position: absolute;
    top: 38px;
    right: 23px;
}

.btn-star i {
    font-size: 25px;
}

/* .rating form input[type="checkbox"] {
    width: 23px;
    height: 23px;
    cursor: pointer;
    border-radius: 5px;

}

.rating form input[type=checkbox]:checked+label {
    background-color: #5CB85C;
    color: #A4B7C6;
} */

.rating form input[type=checkbox] {
    display: none;
}

.rating form input[type=checkbox]+label {
    display: inline-block;
    position: relative;
    padding: 8px;
    border: 1px solid var(--grey-color);
    border-radius: 6px;
    width: 22px;
    height: 22px;
    margin-top: auto;
    margin-bottom: auto;

}

.rating form input[type=checkbox]:checked+label {
    background-color: var(--red-color);
    /* color: #A4B7C6; */
    width: 22px;
    height: 22px;
    margin-top: auto;
    margin-bottom: auto;
    border: none;
}

.rating form input[type=checkbox]:checked+label:after {
    position: absolute;
    left: 4px;
    top: -3px;
    color: #fff;
    content: '\2714';
    font-size: 18px;
}

.rating .btn-submit {
    background-color: var(--red-color);
    color: var(--white-color);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 15px;
}

.icon-order img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.img-merchant img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
}

.profile .btn-history {
    background-color: #ff4a4f;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

.profile .btn-history i {
    font-size: 20px;
    color: var(--white-color);
}

.password form input.form-control {
    height: 44px;
    background-color: var(--light-grey-color);
    border-radius: 10px;
    border: 0;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

.password .btn-save {
    height: 44px;
    background-color: var(--red-color);
    color: var(--white-color);
    font-size: 16px;
    border-radius: 15px;
}

.password .btn-save:hover {
    border: 1px solid var(--red-color);
    color: var(--red-color);
}

.alert-success img {
    width: 230px;
}

.alert-danger img {
    width: 230px;
}

.btn-success-close {
    height: 50px;
    width: 200px;
    background-color: #71BE34;
    border-radius: 15px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: bold;
}

.btn-failed-close {
    height: 50px;
    width: 200px;
    background-color: #FF623D;
    border-radius: 15px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: bold;
}

.mdc-card {
    margin-top: -130px;
    background-image: url('../img/bg_mdc_card.png');
    color: #fff;
    display: flex;
    background-size: cover;
    background-color: var(--red-color);
    /* box-shadow: rgba(125, 191, 162, 0.5) 0px 10px 25px 0px; */
}

.mdc-card .icon-history i {
    font-size: 20px;
}