.navbar-brand {
    padding: 0px;
}

.navbar-brand img {
    height: 70px
}

.topBarLang {
    float: right;
}

.topBarLang>ul>li {
    display: inline-block;
    margin: 0.5rem;
}

body {
    position: relative;
    min-height: 100vh;
    visibility: hidden;
}

.social-buttons>li {
    display: inline-block;
    padding: 0 0.3rem;
}

#MainLogoSmall img {
    min-height: 60px;
    max-height: 60px;
    width: auto !important;
    max-width: auto !important;
}

.mobile-nav {
    height: 50px;
    padding: 0.5em 1em;
}

.mt-1 {
    margin-top: 1rem;
}

.main-content-wrapper .header-area {
    width: auto;
    max-width: auto;
}

.header-area {
    width: 100% !important;
    padding: 1rem 3.6rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-content-wrapper .header-area {
        width: 100% !important;
        padding: 1rem 0.8rem;
    }
}

.ExpandClass {
    border: 2px solid whitesmoke;
    line-height: 2rem;
    font-size: 13px;
    margin-bottom: 0.2rem;
}

.ExpandClassMob {
    border: 2px solid whitesmoke;
    line-height: 2rem;
    font-size: 13px;
    margin-bottom: 1rem;
    box-shadow: 0px 0px 5px 0px whitesmoke;
}

.rightBox {
    border: none !important;
}

@media only screen and (max-width: 767px) {
    .main-content-wrapper .header-area .social-info {
        margin-bottom: 20px;
    }

}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ThemeTitleHead {
    background: #fbb710;
}

/* So Dashboard matrix design */
.card-design {
    background-color: white;
    margin-bottom: 20px;
}

.main-container {
    background-color: red !important;

}

.count-size {
    font-size: 10px;
    font-weight: 500;
    color: grey;
}

.content-color {
    font-size: 10px;
    font-weight: 400;
    color: grey;
}

.horizontal-line {
    border-top: 1px solid black;
    width: 100%;
    border-color: grey;
    height: 20px;
}

.content-point {
    margin-top: -16px;
    line-height: 12px;
}

.dropify-wrapper .dropify-message p {
    font-size: initial;
}

#RedemptionKeypointsPopup {
    z-index: 99999999;
    height: 500px;
}

/* inline css */

.bodyClass {
    padding-right: 0px !important;
}

.modal_body {
    overflow-y: scroll;
}

.my_li {
    list-style-type: disc;
}

.overlay_y,
#loading,
#loading2,
#zoomCheck2,
#zoomCheck {
    display: none;
}

.profile-image {
    height: 30px;
    width: 30px;
}

.avail-credits {
    border: 1px solid #ddd;
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px 0px 10px 10px;
    margin-right: 10px;
}

.VOYAGER {
    margin-left: 10px;
    background: #fff;
    border-radius: 10px 0px 10px 10px;
    padding: 0px 8px;
    font-size: 10px;
    display: flex;
    color: #000;
    align-items: center;

}

.single-product-area {
    margin: 0;
}

.hidden_lg {
    text-align: right;
    padding: 0;
}

#MenuCartIconQty_App {
    text-transform: uppercase;
    font-size: 16px;
    color: #9e9e9e;
    font-weight: 700;
}

.header-gradient {
    height: 0.2rem;
    width: 14%;
    border-width: 0;
    color: grey;
    background-color: #fbb710;
}

.modal_dialog {
    max-width: 700px;
}

.para {
    color: grey;
    font-size: 16px !important;
}

.btn-default {
    width: 40%;
}
/* 
#error-message {
    color: grey;
    font-size: 16px !important;
} */

.zoomCheck2 {
    margin: 50px;
}
/* 
#error-message2 {
    color: grey;
    font-size: 16px !important;
} */

.modal_title {
    font-size: 17px;
}

.modal_body2 {
    min-height: 480px;
}

.bg_theme {
    width: 50%;
    padding-left: 30px;
}

.my_td {
    padding-left: 30px;
}

.zoom_check {
    margin: 50px;
}

/* #error-message3 {
    color: grey;
    font-size: 16px !important;
} */

.card_camera,
.card_openCameraPopup,
.card_openCameraPopupKYC,
.card_openCameraPopupProfile {
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.fa-camera,
.fa-picture-o {
    font-size: 23px;
}

.sendOTP {
    background: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}

.p_right_left {
    padding-right: 0px;
    padding-left: 0px;
}

.close-icon {
    cursor: pointer;
    padding-left: 2px;
    color: #fff !important;
    font-size: 22px;
}

.ControlType {
    font-size: 12px;
    margin-top: 11px;
}

.w_50 {
    margin-right: 20px;
}

.submit_btn {
    width: 100%;
    box-shadow: 2px 5px 3px #6d6565;
}

.span_ControlType {
    font-size: 12px;
    padding-left: 2px;
}

.imgPath{
    height: 100px;width: 100px;
}

.form_group{
    text-align:center;
}

.add_more{
    font-size:10px;margin-top:4px;
}

.date_input{
    color:#000;font-size:16px;
}

.points{
    color:#000;line-height: 20px;font-size:15px;
}

.font_15{
    line-height: 10px;
}

.mb_0_font_15{
    line-height: 10px;font-size:12px;
}

.className2{
    font-size: 15px;
}

.accordion_group_searchClass{
    margin-bottom:10px;
}

.accordion_toggle{
    padding-top: 5px; height: 30px; background-color: grey; border-radius: 10px;
}

.backToMemberDetails{

}