@import "https://media.beautylive8.com/css/lang-dropdown.css";
@import "https://media.beautylive8.com/css/news.css";
/* @import "theme.css"; */
/* @import "slider.css"; */
:root {
    --primary: rgb(0, 119, 116);
    --bg: #f6f7fc;
    --text-black: #000;
    --text-white: #FFF;
    --text-gray: #838383;
    --text-primary: 0.85rem;
    --family-primary: "Roboto", "Arial", "Helvetica Neue", sans-serif;
}
body {
    font-family: var(--family-primary);;
    background: var(--bg);
    font-size: var(--text-primary);
    color: #000;
}
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.preload {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(https://media.tenor.com/UnFx-k_lSckAAAAM/amalie-steiness.gif) center no-repeat rgba(000, 000, 000, .9);
    background-size: 100px 100px
}
.h5, h5 {
    font-size: 1.1srem !important;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #444 #333 #333 #444!important;
    background: url('https://media.beautylive8.com/images/icon/icon_arrowdown.png') no-repeat;
    background-size: 12px 12px;
    background-position-x: 95%;
    background-position-y: center;
}
select.form-control:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #444 #333 #333 #444!important;
    background: url('https://media.beautylive8.com/images/icon/icon_arrowdown.png') no-repeat;
    background-size: 12px 12px;
    background-position-x: 95%;
    background-position-y: center;
}
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control[readonly]:focus {
    background-color: #e9ecef;
    opacity: 1;
}
p {
    color: var(--text-black);
}

a {
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: inherit;
}
a:hover {
    text-decoration: none !important;
    color: inherit;
}
ul {
    list-style: none;
}
label {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
::-webkit-input-placeholder { /* Edge */
    color: #adadad !important;
    font-size: 14px !important;
}  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #adadad !important;
    font-size: 14px !important;
}  
::placeholder {
    color: #adadad !important;
    font-size: 14px !important;
}
input[type="number"]::-webkit-input-placeholder {
    color: #adadad !important;
    font-size: 14px !important;
}
input[type="number"]:-ms-input-placeholder {
    color: #adadad !important;
    font-size: 14px !important;
}
input[type="number"]::placeholder {
    color: #adadad !important;
    font-size: 14px !important;
}
  

.topbarButton {
    color: var(--text-gray) !important;
    text-decoration: none;
    background: #FFF;
    padding: 5px 8px;
    border-radius: 20px;
    display: inline-block;
    transition: all 0.4s ease 0s;
    font-size: var(--text-primary);
    cursor: pointer;
    border: none;
    font-weight: bold;
}
.editIcon{
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
    margin-right: -2px;
}
.topbarIcon {
    width: 25px;
    margin-top: -1px;
    margin-right: 2px;
}
.topbarIcon_username_balance {
    width: 1.4em;
    height: 1.4em;
    margin-top: -3px;
}
.topbarIcon_userinfo {
    font-size: var(--text-primary);
    font-weight: normal;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 5px;
}
.lg_button {
    padding: 23px 2px
}

.headerElement {
    width: 1270px;
    margin: 0 auto;
    display: flex
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-dropper:before {
    content: "\f1fb"
}
.fa-eye-slash:before {
    content: "\f070"
}
.form-control {
    border: 0;
    background: transparent;
    margin-top: -3px;
    font-size: var(--text-primary);
    -webkit-appearance: auto
}
.form-control-input-style {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    margin: 10px 0 17px 0;
    height: 40px;
}
.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent
}
input:focus {
    border: 0 !important;
    outline: none !important;
    background: transparent;
}
textarea:focus, input:focus {
    outline: none;
}
*:focus {
    outline: none;
}
.loginIcon {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    margin-right: 10px;
}
.btn {
    padding: 0.7rem 1.5rem;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: var(--text-white);
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: var(--text-primary)
}
.btn:hover {
    border: 1px solid rgb(0 182 178);
    background-color: rgb(0 182 178);
    color: var(--text-white);
}
/* color: var(--text-white);
    background-color: var(--primary);
    border-color: var(--primary); */

/************************************ BEGIN :: Header ************************************/
.header {
    width: 100%;
    height: 80px;
    /* background-color: #edf1f6; */
    /* border-bottom: 2px solid #edf1f6; */
}

.live_logo {
    /* display: inline-block; */
}

.nav-icon {
    margin-top: -5px;
    width: 25px;
    vertical-align: middle
}
.nav-icon-home {
    background-image: url(../images/icon/icon_home.png);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    margin-top: -3px;
    margin-right: 5px;
    display: none
}
.nav-icon-deposit {
    background-image: url(../images/icon/icon_deposit.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    margin-top: -3px;
    margin-right: 5px;
    display: none
}
.nav-icon-withdraw {
    background-image: url(../images/icon/icon_withdraw.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    margin-top: -3px;
    margin-right: 5px;
    display: none
}
.nav-icon-promo {
    background-image: url(../images/icon/icon_promo.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    margin-top: -3px;
    margin-right: 5px;
    display: none
}
.nav-icon-profile {
    background-image: url(../images/icon/icon_about.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    margin-top: -3px;
    margin-right: 5px;
    display: none
}
.nav-icon-logout {
    background-image: url(../images/icon_logout.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    margin-top: -3px;
    margin-right: 5px;
    display: none
}
.customLogo {
    width: 230px;
    margin-top: 13px;
}

.nav {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--primary);
    overflow: hidden;
    z-index: 2;
    color: var(--text-white);
    margin-top: -16px
}

.menu a {
    display: block;
    color: var(--text-black);
    display: inline-block;
    padding: 23px 28px 23px 0px;
    text-decoration: none;
    display: flex;
}

.menu a:hover {
    background-color: transparent;
    color: var(--primary);
}

.active {
    color: var(--primary) !important;
}

.nav {
    max-height: 0;
    transition: max-height .5s ease-out;
}

.hamb {
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}

.hamb-line {
    background: var(--primary);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
    margin-top: -12px;
}

.hamb-line::before,
.hamb-line::after {
    background: var(--primary);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
    margin-top: 15px;
}

.hamb-line::before {
    top: 5px;
}

.hamb-line::after {
    top: -5px;
}

.side-menu {
    display: none;
}

.side-menu:checked~nav {
    max-height: 100%;
}

.side-menu:checked~.hamb .hamb-line {
    background: transparent;
}

.side-menu:checked~.hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: -4px;

}

.side-menu:checked~.hamb .hamb-line::after {
    transform: rotate(45deg);
    top: -4px;
}

@media (min-width: 768px) {
    .nav {
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;
    }
    .menu li {
        float: left;
    }

    .menu a:hover {
        background-color: transparent;
    }

    .hamb {
        display: none;
    }
}
/************************************ END :: HEADER ************************************/



/************************************ BEGIN :: MODAL ************************************/
.modal {
    display: none;
    position: fixed;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(7, 36, 34, 0.88);
    /* background-color: rgba(0, 0, 0, 0.88); */
}
.modal-content {
    background-color: #f6f7fc;
    margin: 15% auto;
    padding: 20px;
    width: 40%;
}
.modal-content-useraction {
    background-color: #f6f7fc;
    margin: 15% auto;
    padding: 20px;
    width: 40%;
    border-radius: 10px;
}
.modal-content-deposit {
    background-color: #f6f7fc;
    margin: 5% auto;
    padding: 20px;
    width: 40%;
    border-radius: 10px;
}
.modal-content-promotion {
    background-color: #f6f7fc;
    margin: 5% auto;
    padding: 20px;
    width: 40%;
    border-radius: 10px;
}
/* .modal-content-news {
    background-color: #f6f7fc;
    margin: 15% auto;
    padding: 20px;
    width: 60%;
    border-radius: 10px;
} */
.modal-content-video {
    background-color: #000;
    margin: 5% auto;
    padding: 20px;
    width: 50%;
    border-radius: 10px;
}
.form-control:focus {
    outline: none
}
.closeContainer {
    display: flex;
}
.closeContainer img {
    width: 140px;
    /* height: 56px; */
    margin-top: -30px
}
.closeContainer a {
    position: absolute !important;
    top: 2px !important;
    right: 25px !important;
    font-size: 50px !important;
    margin-left: 51px !important;
    width: auto !important;
    border-bottom: none !important;
    font-weight: lighter !important;
    color: var(--text-black) !important;
    text-decoration: none
}
.close-useraction a:hover {
    text-decoration: none
}
.close-useraction {
    display: flex;
}
.close-useraction a {
    margin: 0 0 0 auto;
    opacity: .8;
}
.modalLogo {
    width: 160px;
    /* padding-top: 10px; */
    /* padding-bottom: 20px; */
}
/************************************ END :: MODAL ************************************/

/************************************ BEGIN :: Signup Stepper ************************************/
#multi-step-form-container {}
.button {
    padding: 0.7rem 1.5rem;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: var(--text-white);
    border-radius: 5px;
    cursor: pointer;
    width: 100%
}
.submit-btn {
    border: 1px solid var(--primary);
    background-color: var(--primary);
}
.d-none {
    display: none;
}
.form-step {
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    /* border-radius: 10px; */
    padding: 0.5rem 0 1rem 0;
}
.font-normal {
    font-weight: normal;
}
ul.form-stepper {
    counter-reset: section;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper>li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal>li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: rgba(128, 128, 128, 0.3);
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: var(--primary);
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: var(--primary) !important;
    color: var(--text-white);
}
.form-stepper .form-stepper-active .label {
    color: var(--primary) !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: var(--primary) !important;
    color: var(--text-white) !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: var(--text-white);
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: var(--primary) !important;
    color: var(--text-white);
}
.form-stepper .form-stepper-completed .label {
    color: var(--primary) !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #0e9594 !important;
    color: var(--text-white) !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: var(--text-white) !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: var(--text-white) !important;
}
.form-stepper .label {
    font-size: 0.78rem;
}
.form-stepper a {
    cursor: default;
}
/************************************ END :: Sign Up Stepper ************************************/


/************************************ BEGIN :: MOBILE /************************************/
@media screen and (max-width: 600px) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
    .contents {
        padding-top: 30px;
    }
    .tab-content {
        margin-top: 40px
    }
    .full .contents, .full .bg {
        margin-top: -20px;
    }
    .header {
        height: 80px;
    }
    .customLogo {
        margin-left: 10px;
    }
    .hamb {
        padding: 34px 20px 15px 20px !important;
    }
    .menu a {
        color: var(--text-white) !important;
        padding-left: 20px;
    }
    .menu {
        width: 100%;
        padding: 0
    }
    .menu li {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .nav {
        top: 86px !important
    }
    .nav-icon-home {
        background-image: url(../images/icon/icon_home-w.png);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 25px;
        margin-top: -3px;
        display: inherit
    }
    .nav-icon-sport {
        background-image: url(../images/icon/icon_sport-w.png);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 25px;
        margin-top: -3px;
        display: inherit
    }
    .nav-icon-deposit {
        background-image: url(../images/icon/icon_deposit-w.png);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 25px;
        margin-top: -3px;
        display: inherit
    }
    .nav-icon-withdraw {
        background-image: url(../images/icon/icon_withdraw-w.png);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 25px;
        margin-top: -3px;
        display: inherit
    }
    .nav-icon-promo {
        background-image: url(../images/icon/icon_promo-w.png);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 25px;
        margin-top: -3px;
        display: inherit
    }
    .nav-icon-profile {
        background-image: url(../images/icon/icon_about-w.png);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 25px;
        margin-top: -3px;
        display: inherit
    }
    .nav-icon-logout {
        background-image: url(../images/icon/icon_logout-w.png);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 25px;
        margin-top: -3px;
        display: inherit
    }
    .modal-content {
        background-color: #f6f7fc;
        margin: 15% auto;
        padding: 20px;
        width: 90%;
    }
    .modal-content-useraction {
        background-color: #f6f7fc;
        margin: 15% auto;
        padding: 20px;
        width: 90%;
    }
    .modal-content-deposit {
        background-color: #f6f7fc;
        margin: 5% auto;
        padding: 10px;
        width: 90%;
        border-radius: 10px;
    }
    .modal-content-promotion {
        background-color: #f6f7fc;
        margin: 15% auto;
        padding: 20px;
        width: 90%;
        border-radius: 10px;
    }
    .modal-content-video {
        background-color: #f6f7fc;
        margin: 15% auto;
        padding: 20px;
        width: 90%;
    }
    .topbarButton {
        background: transparent;
        padding: 5px 3px;
    }
    .topbarButton span {
        display: none
    }
    .topbarIcon {
        width: 25px;
        margin-top: 0px;
        margin-right: 5px;
    }
    .hide-on-mobile-in-desktop {
        display: none !important
    }
    .mobile_desktopmobile_login {
        display: flex
    }
    .desktop_login {
        display: none
    }
    .customLogo {
        width: 180px;
        margin-top: 10px;
    }
}
/************************************ END :: MOBILE /************************************/

/************************************ BEGIN :: DESKTOP /************************************/
@media only screen and (min-width: 960px) {
    .mobile_desktopmobile_login {
        display: none
    }
    .mobile_identical_nav {
        display: none !important
    }
    .hamb {
        display: none !important
    }
    .dropdown {
        display: none !important
    }
    .hide-on-mobile-in-desktop {
        display: block !important
    }
}
/************************************ END :: DESKTOP /************************************/

/* Low Res Tablet */
@media (min-width: 481px) and (max-width: 767px) {
    .dropdown {
        display: none !important
    }
    .hide-on-mobile-in-desktop {
        display: block !important
    }
    .nav {
        display: block !important
    }
    .headerElement {
        width: 1200px !important
    }
}
/* Low Res Tablet */

/************************************ BEGIN :: TABLETS /************************************/
@media (min-width: 768px) and (max-width: 1024px) {

}
/************************************ END :: TABLETS /************************************/


/************************************ BEGIN :: Landscape : Please Turn Your Phone ************************************/
.convert-straight {
    display: none;
}

/* @media screen and (orientation: landscape) { */
@media only screen and (max-height: 575.98px) and (orientation: landscape) {
    .convert-straight {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 1);
        backdrop-filter: blur(0.8vw);
    }
    .convert-straight-main {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 0 0 4.4977511244vmax;
    }

    .convert-straight .icon {
        position: relative;
        width: 120px;
        height: 120px;
        transform-origin: bottom left;
        animation: transformRotatestraight 4s infinite ease-in-out;
        background-image: url(https://media0.giphy.com/media/1DtYcLp3GDlY2RsVXd/giphy.gif?cid=6c09b9529geu6zjlxoh1eqnek2rkkj10oom6hjg4bkufr9hu&ep=v1_stickers_related&rid=giphy.gif&ct=s);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .convert-straight p {
        width: 100%;
        color: #ffffff;
        font-size: 1.9490254873vmax;
        letter-spacing: 0.4497751124vmax;
        text-align: center;
    }
}
/************************************ END :: Landscape : Please Turn Your Phone ************************************/

/************************************ BEGIN :: Landscape ************************************/
@media screen and (orientation: landscape) and (min-resolution: 240dpi) {
    .container {
        padding-left: 0;
        padding-right: 0
    }
    .contents {
        padding-top: 30px;
    }
    .tab-content {
        margin-top: 40px
    }
    .full .contents, .full .bg {
        margin-top: -20px;
    }
    .header {
        height: 60px;
    }
    .customLogo {
        margin-left: 10px;
    }
    .hamb {
        padding: 34px 20px 15px 20px !important;
    }
    .menu a {
        color: var(--text-white) !important;
        padding-left: 20px;
    }
    .menu {
        width: 100%;
        padding: 0
    }
    .menu li {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .nav {
        top: 86px !important
    }
    .nav-icon-home {
        background-image: url(../images/icon/icon_home-w.png);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 25px;
        margin-top: -3px;
        display: inherit
    }
    .nav-icon-deposit {
        background-image: url(../images/icon/icon_deposit-w.png);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 25px;
        margin-top: -3px;
        display: inherit
    }
    .nav-icon-withdraw {
        background-image: url(../images/icon/icon_withdraw-w.png);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 25px;
        margin-top: -3px;
        display: inherit
    }
    .nav-icon-promo {
        background-image: url(../images/icon/icon_promo-w.png);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 25px;
        margin-top: -3px;
        display: inherit
    }
    .nav-icon-profile {
        background-image: url(../images/icon/icon_about-w.png);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 25px;
        margin-top: -3px;
        display: inherit
    }
    .nav-icon-logout {
        background-image: url(../images/icon/icon_logout-w.png);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        width: 30px;
        height: 25px;
        margin-top: -3px;
        display: inherit
    }
    .modal-content {
        background-color: #f6f7fc;
        margin: 1% auto;
        padding: 20px;
        width: 50%;
    }
    .modal-content-useraction {
        background-color: #f6f7fc;
        margin: 1% auto;
        padding: 20px;
        width: 50%;
    }
    .modal-content-deposit {
        background-color: #f6f7fc;
        margin: 15% auto;
        padding: 20px;
        width: 50%;
        border-radius: 10px;
    }
    .modal-content-promotion {
        background-color: #f6f7fc;
        margin: 15% auto;
        padding: 20px;
        width: 50%;
        border-radius: 10px;
    }
    .topbarButton {
        background: transparent;
        padding: 5px 3px;
    }
    .topbarButton span {
        display: none
    }
    .topbarIcon {
        width: 32px;
        margin-top: -4px;
        margin-right: -4px;
    }
    .hide-on-mobile-in-desktop {
        display: none !important
    }
    .mobile_desktopmobile_login {
        display: flex
    }
    .desktop_login {
        display: none
    }
}
/************************************ END :: Landscape ************************************/

body.menu__overlay {
    overflow: hidden;
}


  
/* BEGIN :: Virtual Hidden */
.hiddenSpo123,
.hiddenDep123
.hiddenWith123,
.hiddenPro123,
.hiddenAbo123 {
    display: none
}
/* END :: Virtual Hidden */


.promo_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    /* height: 270px; */
    /* margin-bottom: 75px; */
}

.livechatIcon {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    position: fixed;
    bottom: 20px;
    right: 25px; 
  }
.livechatIconMobile{
    height: 50px !important;
    width: 50px !important;
    bottom: 10px !important;
    right: 0px !important; 
}
  .livechatIcon img {
    position: relative;
    font-size: 72px;
    top: -7px;
    left: -8px;
  }
  .livechatIcon::after {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    left: -8px;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -webkit-animation-name: ripple;
            animation-name: ripple;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
            animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
  }
  .livechatIcon::before {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    left: -8px;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -webkit-animation-name: ripple;
            animation-name: ripple;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
            animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
  }
  
  @-webkit-keyframes ripple {
    from {
      opacity: 1;
      transform: scale3d(0.75, 0.75, 1);
    }
    to {
      opacity: 0;
      transform: scale3d(1.5, 1.5, 1);
    }
  }
  
  @keyframes ripple {
    from {
      opacity: 1;
      transform: scale3d(0.75, 0.75, 1);
    }
    to {
      opacity: 0;
      transform: scale3d(1.5, 1.5, 1);
    }
  }

  @keyframes spin {
    to {
        transform: rotate(360deg);
   }
}
.refresh {
    border: none;
    background-color: transparent;
    outline: 0;
}
.refresh img {
    cursor: pointer;
}
.refresh img.refresh-animation {
    animation-name: spin;
    -webkit-animation-name: spin;
    -moz-animation-name: spin;
    -ms-animation-name: spin;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
}