/*======================================

[  Global Style  ]

  01. Reset
  02. Global Style
  03. Typography
  04. Bg-Style
  05. Bg-Color
  06. Icons Size
  07. Text Color
  08. Button Style
  09. Dropdown Selection
  10. Bolder Style
  11. Separotor & Stroke
  12. Custom Padding
  13. Bg-Image
  14. Overwrite & Custom Bootstrap
  15. Overwrite Form Control Style
  16. Responsive Media
  17. Feature Promotion slick

[ End Global Style ]
======================================*/

/*
    font-family: 'Roboto', sans-serif;
*/

/*------------------
  01. Reset
--------------------*/

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: none !important;
    color: #fff !important;
    cursor: pointer;
}

button {
    cursor: pointer;
}

ul {
    list-style-type: none;
}

a:active,
a:focus {
    outline: 0;
    border: none;
}

*:focus {
    outline: none !important
}

textarea:active,
input:active,
textarea:focus,
input:focus {
    border-color: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.font-weight-bold {
    font-weight: 900 !important;
}

/*------------------
  02. Global Style
--------------------*/

html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif !important;
    min-width: 1140px;
    width: 100%;
}

body {
    --whiteColor: #fff;
    --lighGreyAColor: #F5F5F5;
    --lighGreyBColor: #A9A9A9;
    --lighGreyCColor: #D8D8D8;
    --lighGreyDColor: #F7F7F7;
    --greyColor: #666666;
    --darkGreyColor: #4C4E53;
    --lightOrangeColor: #FCDFD5;
    --redColor: #FD1A1D;
    --lighRedColor: #FFDEDE;
    --orangeColor: #fd442f;
    --yellowColor: #FFD846;
    --goldColor: #B4956B;
    --blueColor: #51B5FC;
    --greenColor: #80D12F;
    --blackColor: #000;


    /* Meta-rewards color theme */
    --lightGold: rgb(180, 149, 107, 0.5);
    overflow-anchor: none;
}

body.modal-open {
    height: 100vh;
    overflow-y: hidden;
}

::placeholder {
    color: #fff !important;
}

img {
    width: 100%;
    max-width: 100%;
}

.h-space {
    height: 35px !important;
}

/*------------------
  03. Typography
--------------------*/

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

.sm-text {
    font-size: 0.9rem;
}

.md-text {
    font-size: 1.2rem;
}

.lg-text {
    font-size: 2rem;
    letter-spacing: 2px;
}

.donnut-bold-text {
    font-size: 1.5rem;
    font-weight: 900;
}

/*---------------------
  04. Bg-Style
----------------------*/

.bg-shadow {
    box-shadow: 0 0 20px 0 rgba(18, 24, 58, 0.08);
}

.bg-shadow-2 {
    box-shadow: 0 0 20px 0 rgba(0, 3, 6, 0.06);
}

/*---------------------
  05. Bg-Color
----------------------*/

.bg-black {
    background-color: var(--blackColor) !important;
}

.bg-light-orange {
    background: var(--lightOrangeColor) !important;
}

.bg-orange {
    background: var(--orangeColor) !important;
}

.bg-light-gold {
    background: var(--lightGold) !important;
}

.bg-gold {
    background: var(--goldColor) !important;
}

.bg-red {
    background: var(--redColor) !important;
}

.bg-light-red {
    background: var(--lighRedColor) !important;
}

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

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

.bg-yellow {
    background: var(--yellowColor) !important;
}

.bg-publicBank {
    background-color: #D90B1C;
}

.bg-mayBank {
    background-color: #FFAC2B;
}

.bg-cimbBank {
    background-color: #EF2F24;
}

/*--------------------------
  06. Icons Size
----------------------------*/

.icon-xs {
    max-width: 30px;
    width: 100%;
}

.icon-sm {
    max-width: 40px;
    width: 100%;
}

.fa-chevron-down {
    font-size: 12px;
}

.services-icon {
    width: 60px;
    width: 100%;
}

.social-media-icon {
    max-width: 50px;
    width: 100%;
}

.tooltip-icon {
    max-width: 30px;
    width: 100%;
    cursor: pointer;
    padding: 0 3px;
}

.tooltip-icon-sm {
    max-width: 20px;
    width: 100%;
    cursor: pointer;
    padding: 0 3px;
}

.aler-warning-icon {
    max-width: 20px;
    width: 100%;
}

.pb-bank-icon {
    max-width: 130px;
    width: 100%;
}

.clock-icon {
    max-width: 16px;
    width: 100%;
}

.brand-icon {
    max-width: 100px;
    width: 100%;
}

.warning-icon {
    max-width: 160px;
    width: 100%;
}

.ribbon {
    max-width: 240px;
    width: 100%;
}

/*---------------------
  07. Text Color
-----------------------*/

.txt-white {
    color: var(--whiteColor) !important;
}

.txt-red {
    color: var(--redColor) !important;
}

.txt-green {
    color: var(--greenColor) !important;
}

.txt-orange {
    color: var(--orangeColor) !important;
}

.txt-light-orange {
    color: #FFC107 !important;
}

.txt-light-grey {
    color: var(--lighGreyBColor) !important;
}

.txt-grey {
    color: var(--greyColor) !important;
}

.txt-dark-grey {
    color: var(--darkGreyColor) !important;
}

.txt-blue {
    color: var(--blueColor) !important;
}

.txt-gold {
    color: var(--goldColor) !important;
}

.txt-black {
    color: var(--blackColor) !important;
}

/*---------------------
  08. Button Style
-----------------------*/

.btn-xs-red {
    background-color: var(--redColor) !important;
    padding: 10px 20px;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
}

.btn-xs-gold {
    background-color: var(--goldColor) !important;
    padding: 10px 20px;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
}

.btn-sm-orange {
    background-color: var(--orangeColor) !important;
    padding: 10px 60px;
    color: #fff;
    border: none;
    transition: all 0.3s ease-out 0s;
}

.btn-sm-gold {
    background-color: var(--goldColor) !important;
    padding: 10px 60px;
    color: #fff;
    border: none;
    transition: all 0.3s ease-out 0s;
}

.btn-outline-gold {
    border: 1px solid var(--goldColor) !important;
    padding: 15px;
    font-size: 1rem !important;
    border: none;
}

.btn-lg-gold {
    background-color: var(--goldColor) !important;
    padding: 15px 50px;
    font-size: 1rem !important;
    border: none;
    color: #fff !important;
    transition: all 0.3s ease-out 0s;
}

.btn-circle-gold {
    background-color: var(--goldColor) !important;
    border-radius: 50%;
    border: none;
}

.upload-button {
    background-color: var(--lighGreyAColor) !important;
    border-radius: 100%;
    padding: 3px;
    position: absolute;
    top: 155px;
    right: 220px;
    border-color: transparent;
    box-shadow: 0 0 20px 0 rgba(18, 24, 58, 0.2);
}

.btn-cancel {
    background-color: var(--lighGreyBColor) !important;
    padding: 15px 50px;
    font-size: 1rem !important;
    border: none;
    color: #fff !important;
    transition: all 0.3s ease-out 0s;
}

.btn-sm-orange:hover,
.btn-lg-orange:hover,
.btn-sm-gold:hover,
.btn-lg-gold:hover,
.btn-cancel:hover {
    transform: scale(1.02);
}

.close-btn {
    font-size: 30px;
    color: white !important;
}

.btn-xs-gold,
.btn-xs-gold:hover {
    background-color: var(--goldColor) !important;
    color: #fff !important;
    border: none !important;
    transition: all 0.3s ease-out 0s !important;
}

.btn-xs-gold:focus {
    box-shadow: none !important;
}

.btn-sm-gold {
    background-color: var(--goldColor) !important;
    padding: 10px 60px;
    color: #fff;
    border: none;
    transition: all 0.3s ease-out 0s;
}

/*---------------------
  09. Dropdown Selection
-----------------------*/

.sortingProduct {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #C7C7C7;
    background-color: #F8F8F8;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.selectionInterest {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #C7C7C7;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*---------------------
  10. Bolder Style
-----------------------*/

.bolder-red-box {
    border-radius: 20px;
    padding: 5px 10px;
    background-color: var(--redColor);
    color: #fff;
}

.bolder-green-box {
    border-radius: 20px;
    padding: 5px 10px;
    background-color: var(--greenColor);
    color: #fff;
}

.portlet {
    border: 1px solid var(--lighGreyCColor);
    border-radius: 5px;
    padding: 1.5rem;
}

.new-portlet {
    border: 1px solid var(--lighGreyCColor);
    border-radius: 5px;
    /* padding: 1.5rem; */
}

/*---------------------
  11. Separotor & Stroke
-----------------------*/

.navbar-dark-separator {
    border-right: 2px solid #666666;
    height: 1.8rem;
}

.stroke-black {
    border-top: 2px solid #000;
    margin: 0 30px;
}

/*---------------------
  12. Custom Padding
-----------------------*/

.top-padding {
    padding-top: 150px;
    padding-bottom: 50px;
}

.p-fe {
    padding: 15px 18px;
}

.p-fs {
    padding: 15px 16px;
}

/*---------------------
  13. Bg-Image
-----------------------*/
.bg-header-banner {
    background: url(https://cdn-metarewards.securevws.com/medias/MR_DEV/GB1/IMAGE/header-banner.png)
        center center no-repeat;
    background-size: cover;
    height: 260px;
}

.bg-luckydraw {
    background: url(https://cdn-metarewards.securevws.com/medias/MR_DEV/GB1/IMAGE/spin-bg.svg)
        center center no-repeat;
}

/*---------------------
  14. Overwrite & Custom Bootstrap
-----------------------*/

/* ---- Pop Up Modal  ---- */
.close {
    color: var(--goldColor) !important;
    opacity: 0.5 !important;
}

.close:hover {
    opacity: 1 !important;
}

.modal-header {
    border-bottom: none !important;
    padding: 0px;
}

/*---------------------
  15. Overwrite Form Control Style
-----------------------*/

.form-control {
    height: calc(2.3em + .9rem + 2px) !important;
    padding: .375rem 0.8rem !important;
}

.form-control::placeholder {
    color: #A9A9A9 !important;
}

/* ---- table ---- */
.borderless td {
    border: none !important;
}

.borderless th {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.table-bordered {
    border: none !important;
}

tbody tr:hover {
    background: var(--lightGold) !important;
}

/* ---- Custom Carousel Banner ---- */
.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
}

/* .header-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
} */

.custom-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar>.custom-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart {
    position: relative;
}

.cart-num , .notification-num{
    position: absolute;
    background: #f36e36;
    color: #fff;
    top: -3px;
    font-weight: 400;
    right: -2px;
    text-align: center;
    border: 3px solid #f36e36;
    font-size: 13px;
    min-width: 20px;
    line-height: 8px;
    border-radius: 50%;
    padding: 5px;
}

/*------------------
  16. Responsive Media
--------------------*/

@media (max-width: 992px) {
    /* body{
        width: 1080px;
        overflow-x: scroll;
    } */
}

@media (min-width: 1200px) {
    .custom-container {
        width: 1140px;
    }
}

@media (min-width: 992px) {
    .custom-container {
        width: 1140px;
    }

    .navbar-expand-lg>.custom-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (min-width: 768px) {
    .custom-container {
        width: 1140px;
    }
}

@media (min-width: 500px) {
    .custom-container {
        width: 1140px;
    }
}

/*------------------
  17. Feature Promotion slick
--------------------*/
.slick-featured-promotion .slick-slide img {
    padding: 0px 20px;
}