.banner-item-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.info-block--blue {
    background: linear-gradient(135deg, #0097d8 0%, #17b5e7 53.13%, #0074df 100%);
}
.info-block--green {
    background: linear-gradient(140deg, #00a73f 0%, #00b3cb 100%);
}
.info-block--red{
    background: linear-gradient(315deg, #900009 0%, #dd0035 100%);
}
.info-block--yellow {
    background: linear-gradient(135deg, #ff7a00 0%, #ffb800 57.81%, #ffdd2c 100%);
}
.entertainment-info__info-block {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    max-width: 410px;
}
.info-block__inner-block {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.info-block__top-section {
    margin-bottom: 23px;
    position: relative;
    z-index: 2;
}
.info-block__img-block.info-block__img-block--main-live {
    bottom: -5px;
    left: -14%;
}
.info-block__img-block {
    z-index: 1;
    position: absolute;
}
.info-block__bottom-block {
    position: relative;
    z-index: 2;
    align-self: flex-end;
    width: 100%;
    max-width: 246px;
    margin-top: auto;
}
.info-block__img-block.info-block__img-block--minor-live {
    right: 0;
    top: -3%;
}
.info-block__headline {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.info-block__headline.info-block__headline--bold {
    text-transform: none;
    letter-spacing: normal;
    font-size: 31px;
    font-weight: 700;
}
.entertainment-info__statistics-block:not(:last-child) {
    margin-bottom: 5px;
}
.statistics-block {
    position: relative;
    width: 100%;
    padding: 12px 10px 12px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(2px);
}
.statistics-block__main-content {
    display: flex;
    flex-direction: column;
    color: #111a27;
}
.statistics-block__nums-info:first-child {
    margin-bottom: 4px;
}
.statistics-block__nums-info.statistics-block__nums-info--bold {
    font-size: 20px;
    font-weight: 700;
}
.statistics-block__nums-info {
    margin-bottom: 0;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.statistics-block__mark.statistics-block__mark--green {
    background: linear-gradient(135deg, #00AA58 0%, #007D3A 100%);
}
.statistics-block__mark.statistics-block__mark--red {
    background: linear-gradient(135deg, #FF4D00 0%, #FF2E00 100%);
}
.statistics-block__mark-text {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}
.statistics-block__mark {
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 6px;
    padding: 0 6px 2px;
    box-shadow: 0 6px 10px 0 rgba(118, 78, 0, .12);
}
.info-block {
    position: relative;
    width: 100%;
    padding: 14px 14px 14px 30px;
    border-radius: 8px;
    font-family: Poppins, "sans-serif";
}
.v-application p {
    margin-bottom: 0px;
}
.entertainment-info__slot-item.entertainment-info__slot-item--no-click {
    pointer-events: none;
}
.slot-item {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 8px;
}
.slot-item__link-wrapper {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 22.0943px;
    overflow: hidden;
    border-radius: inherit;
    text-decoration: none;
}
.v-application a {
    cursor: pointer;
}
.slot-item__img-block {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    overflow: hidden;
}
.slot-item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}
.v-application ul {
    padding-left: 0px;
}

/* Tablet and Mobile styles */
@media only screen and (max-width: 900px) {
    .entertainment-info__slider.entertainment-info__slider--slot-mob {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Internet Explorer 10+ */
    }
    .entertainment-info__slider.entertainment-info__slider--slot-mob::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }
    .entertainment-info__list-slot-wrapper {
        flex: 0 0 auto;
        scroll-snap-align: start;
        /*margin-right: 8px;*/ 
    }
    .slot-item__img-block {
        width: 154px;
        height: 125px;
    }
    .slot-item__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
}
/* General styles */
.entertainment-info {
  display: flex;
  flex-direction: column;
  font-family: Poppins, "sans-serif";
  gap: 11px;
}
@media screen and (min-width: 1200px) {
  .entertainment-info {
    gap: 22px;
  }
}
.entertainment-info__content-block {
  display: flex;
  gap: 12px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .entertainment-info__content-block {
    min-height: 426px;
  }
}
@media screen and (max-width: 1239px) {
  .entertainment-info__info-block {
    display: none;
  }
}
.entertainment-info__img--minor {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.entertainment-info__list {
  padding: 0;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, max(200px));
  grid-auto-rows: 134px;
  gap: 8px;
  list-style: none;
}
.entertainment-info__slider {
  display: grid;
  gap: 8px;
  grid-auto-flow: column;
  grid-auto-columns: 21%;
  padding: 0 8px 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  list-style: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.entertainment-info__slider::-webkit-scrollbar {
  display: none;
}
.entertainment-info__slider.entertainment-info__slider--sport-mob {
  grid-auto-columns: 80px;
  grid-auto-rows: 69px;
} 
@media screen and (min-width: 768px) {
  .entertainment-info__slider.entertainment-info__slider--sport-mob {
    grid-auto-columns: 144px;
    grid-auto-rows: 105px;
  }
}
.entertainment-info__slider.entertainment-info__slider--slot-mob {
  grid-auto-columns: 144px;
  grid-auto-rows: 138px;
}
.slot-item__name{
    display:none;
}

/* Mobile-specific styles */
@media only screen and (max-width: 900px) {
  .entertainment-info__list {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .entertainment-info__list::-webkit-scrollbar {
    display: none;
  }
  .slot-item__name{
    font-size: 11px;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
    display:block;
  }
  
}

@media only screen and (max-width: 770px) {
  .activity-block {
    width: 90px !important;
}
}
/*home bonuses css*/
.allBonuses{
    position: relative;
}
.allBonuses__right-gradient{
    margin-top: 20px;
    width: 66px;
    height: 222px;
    background: linear-gradient(270deg, #111a27 0%, rgba(17, 26, 39, 0) 100%);
    z-index: 9;
    position: absolute;
    right: 0;
}
.allBonuses__swiper .swiper-slide:not(:first-child) {
    margin-left: 16px;
}

.allBonuses__swiper .swiper-slide {
    padding-top: 20px;
    width: auto;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.allBonuses .bonusBlock__welcome {
    display: flex;
    border-radius: 11px;
    padding: 16px;
    height: 220px;
    max-width: 580px;
    width: 580px;
    position: relative;
}
.allBonuses .bonusBlock__welcome__border{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid rgba(255, 255, 255, .07);
    border-radius: 11px;
}
.allBonuses .bonusBlock__welcome__text{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.allBonuses .bonusBlock__welcome__text__title{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 114%;
    text-transform: capitalize;
    color: #fff;
}
.allBonuses .bonusBlock__welcome__actions__4steps__block .boxes .boxes-block__img img{
    width: 53px;
    height: 53px;
}
.allBonuses .bonusBlock__welcome__text__desc{
    display: grid;
    align-items: end;
    overflow: hidden;
    width: 246px;
    max-height: 48px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 114%;
    text-transform: capitalize;
    color: #fff;
    z-index: 2;
}
.allBonuses .bonusBlock__welcome__text__desc p {
    margin-bottom: 0 !important;
    max-height: 48px;
}
.allBonuses .bonusBlock__welcome__img{
    width: 192px;
    height: 186px;
    position: relative;
    right: 140px;
    bottom: 20px;
}
@media screen and (min-width: 1200px) {
    .allBonuses .bonusBlock__welcome__actions{
        max-width: 248px;
        position: absolute;
    }
}
.allBonuses .bonusBlock__welcome__actions{
    text-align: end;
    flex-flow: column;
    right: 16px;
    justify-content: end;
    bottom: 16px;
    display: flex;
    width: 100%;
}
.allBonuses .bonusBlock__welcome__actions__4steps__block{
    margin-bottom: 12px;
}
.allBonuses .bonusBlock__welcome__actions__4steps__block .boxes{
    justify-content: space-between;
}

.v-application .d-flex {
    display: flex !important;
}
.allBonuses .bonusBlock__welcome__actions__4steps__block .boxes .box{
    margin-right: 12px;
    position: relative;
    overflow: visible;
}
.allBonuses .bonusBlock__welcome__actions__4steps__block .boxes .boxes-block__img.future{
    background: rgba(0, 0, 0, .2);
    border-radius: 8px;
}
.allBonuses .bonusBlock__welcome__actions__4steps__block .boxes .boxes-block__img{
    height: 53px;
    width: 53px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
}
.allBonuses .bonusBlock__welcome__actions__4steps__block .boxes .boxes-block__img .percent{
    position: absolute;
    bottom: 30px;
    left: 14px;
    font-weight: 700;
    font-size: 9px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    text-shadow: -0.409666px .409666px 0px #264470, 0px 1.17047px 4.6819px rgba(20, 25, 34, .79);
    transform: skewX(-7deg) rotate(-2.39deg);
}
.allBonuses .bonusBlock__welcome__actions__4steps__block .boxes .radio.future {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
}
.allBonuses .bonusBlock__welcome__actions__4steps__block .boxes .radio {
    text-align: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #1976d2;
    margin: 6px auto auto auto;
    position: relative;
    overflow: visible;
}
.allBonuses .bonusBlock__welcome__actions__btns {
    display: flex;
    justify-content: end;
    font-style: normal;
    line-height: 95%;
    text-align: center;
}
.allBonuses .bonusBlock__welcome__actions__btns .get-bonus-btn, .allBonuses .bonusBlock__welcome__actions__btns .proceed{
    margin-right: 14px;
    width: calc(100% - 42% - 14px);
    font-weight: 700;
    background: #faff00;
    color: #000;
}
.allBonuses .bonusBlock__welcome__actions__btns button{
    font-size: 12px;
    padding: 0 10px;
    border-radius: 8px;
    text-transform: capitalize;
}
.allBonuses .bonusBlock__welcome__actions__btns .details{
    width: 42%;
    background: rgba(255, 255, 255, .12);
    font-weight: bold;
    line-height: 95%;
}
.allBonuses .bonusBlock__welcome__actions__4steps__block .boxes .radio .block .item{
    position: relative;
    bottom: 7px;
    right: 1px;
    font-weight: 700;
    font-size: 6px;
    padding-left: 0;
}
.allBonuses .bonusBlock__other {
    display: grid;
    border-radius: 11px;
    padding: 16px;
    height: 220px;
    max-height: 220px;
    width: 100%;
    position: relative;
}

.allBonuses .bonusBlock__other {
    width: 280px !important;
}
.allBonuses .bonusBlock__other__border{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid rgba(255, 255, 255, .07);
    border-radius: 11px;
}
.allBonuses .bonusBlock__other__top {
    display: flex;
    justify-content: space-between;
    height: 91px;
    position: relative;
}
.allBonuses .bonusBlock__other__top__text {
    max-width: 100%;
    flex: 1 0 auto;
    display: grid;
    position: relative;
    z-index: 2;
}
.allBonuses .bonusBlock__other__top__text span:first-child {
    margin-top: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 95%;
    text-transform: capitalize;
    color: rgba(255, 255, 255, .7);
    height: 11px;
}
.allBonuses .bonusBlock__other__top__text span {
    max-height: 48px;
}
.allBonuses .bonusBlock__other__top__text span p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 114%;
    text-transform: capitalize;
    color: #fff;
    max-height: 46px;
    overflow: hidden;
}
.allBonuses .bonusBlock__other__top__img {
    position: absolute;
    bottom: -14px;
    right: -18px;
    z-index: 1;
}
.allBonuses .bonusBlock__other__top__img img {
    width: 118px;
    height: 118px;
}
.allBonuses .bonusBlock__other__bottom__counter {
    display: flex;
    position: relative;
    align-items: center;
}
.allBonuses .bonusBlock__other__bottom__counter__timer {
    background: rgba(255, 255, 255, .1);
    border-radius: 8px;
    height: 46px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 9px 10px;
}
.allBonuses .bonusBlock__other__bottom__counter__timer__status {
    font-weight: 700;
    font-size: 11px;
    line-height: 127%;
    text-transform: uppercase;
    color: #fff;
    max-width: 81px;
}
.allBonuses .bonusBlock__other__bottom__counter__timer__block {
    display: grid;
    width: 140px;
}
.allBonuses .bonusBlock__other__bottom__counter__timer__block .timer {
    display: flex;
    position: relative;
    bottom: 4px;
    justify-content: end;
}
.allBonuses .bonusBlock__other__bottom__counter__timer__block .timer div.first__block {
    padding-right: 5px;
}
.allBonuses .bonusBlock__other__bottom__counter__timer__block .timer div{
    text-align: center;
}
.allBonuses .bonusBlock__other__bottom__counter__timer__block .timer div div.days, .allBonuses .bonusBlock__other__bottom__counter__timer__block .timer div div.hours, .allBonuses .bonusBlock__other__bottom__counter__timer__block .timer div div.mins, .allBonuses .bonusBlock__other__bottom__counter__timer__block .timer div div.secs {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #fff;
}
.allBonuses .bonusBlock__other__bottom__counter__timer__block .timer div div.date {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    text-transform: capitalize;
    color: #fff;
    opacity: .4;
    position: relative;
    bottom: 5px;
}
.allBonuses .bonusBlock__other__bottom__counter__timer__block .timer div.colon {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    opacity: .4;
}
.allBonuses .bonusBlock__other__bottom__counter__timer__block .timer div.third__block {
    padding: 0 3px 0 4px;
    width: 36px;
}
.allBonuses .bonusBlock__other__bottom__btn, .allBonuses .available-now__wrapper {
    display: flex;
    font-style: normal;
    line-height: 95%;
    text-align: center;
    padding-top: 15px;
    width: 100%;
}
.allBonuses .bonusBlock__other__bottom__btn .details, .allBonuses .available-now__wrapper .details, .allBonuses .bonusBlock__other__bottom__btn .available-now, .allBonuses .available-now__wrapper .available-now {
    width: 42%;
    background: rgba(255, 255, 255, .12);
    font-weight: 700;
    line-height: 95%;
}
.allBonuses .bonusBlock__other__bottom__btn button, .allBonuses .available-now__wrapper button {
    font-size: 12px;
    padding: 0 10px;
    border-radius: 8px;
    text-transform: capitalize;
}
.allBonuses .bonusBlock__other__bottom__btn button:first-child, .allBonuses .available-now__wrapper button:first-child {
    margin-right: 14px;
}
.allBonuses .bonusBlock__other__bottom__btn .proceed, .allBonuses .available-now__wrapper .proceed{
    background: #fff !important;
}
.v-btn:before {
    background-color: currentColor;
    border-radius: inherit;
    bottom: 0;
    color: inherit;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s cubic-bezier(0.4, 0, 0.6, 1);
}
.allBonuses .bonusBlock__other__bottom__btn .get-bonus-btn, .allBonuses .available-now__wrapper .get-bonus-btn, .allBonuses .bonusBlock__other__bottom__btn .proceed, .allBonuses .available-now__wrapper .proceed {
    margin-right: 14px;
    width: calc(100% - 42% - 14px);
    font-weight: 700;
    background: #faff00;
    color: #000;
}
.theme--dark {
    background: #191919;
    color: #fff;
}
/*slider*/
#swiper-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.swiper-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

.swiper-slide {
    flex: 0 0 auto; 
    box-sizing: border-box;
}
/*deposite css*/
.tab {
    text-align: center;
    align-items: center;
    display: grid;
    border-bottom: 2px solid #303f59;
    height: 44px;
    background-color: #202b3d;
    color: #fff;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 6px 0 0;
}
.theme--dark.v-btn.v-btn--icon {
    color: #fff;
}
.close{
    position: absolute;
    top: -8px;
    z-index: 1;
    height: 30px;
    width: 30px;
    background: #303f59;
    right: -15px;
}
.deposit-list-title {
        font-weight: 700;
        font-size: 16px !important;
    }
.v-overlay__content .deposit .v-card .deposit-list .container .deposit-list-title {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    line-height: 124%;
    color: #fff;
    font-weight: 500;
    font-size: 12px !important;
}
.deposit{
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-color: #20334b;
    border: 1px solid #20334b;
    border-radius: 5px;
}
.deposit-item__img-box{
    margin: 0 auto;
    width: 200px;
    max-width: 200px;
    height: 130px;
    padding: 5px 0 5px;
    justify-content: center;
    align-items: center;
} 
.deposit-item .deposit-item__link {
    background-color: #1b2537 !important;
    border-radius: 5.28px !important;
    min-height: 125px;
    height: 125px;
}
@media screen and (min-width: 425px) {
    .three-row-deposit-list.lists .deposit-item__link {
        min-height: 72px !important;
    }
}
.deposit-item__link {
    width: 100%;
    min-height: 158px;
    height: 158px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-out;
    text-decoration: none;
    background: rgba(27, 41, 62, .5) !important;
    border: 2px solid #303f59;
    box-sizing: border-box;
    border-radius: 8px;
}
.v-sheet.v-card:not(.v-sheet--outlined) {
    box-shadow: none;
}
.depositemodalcontent {
    background:#20334b !important;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
.depositemodal {
  --bs-modal-width: 690px !important;
}
.depositemodalcontent {
    max-height: 640px !important;
}
}
/*login modal css*/
.auth.v-dialog {
    height: 90%;
    max-height: 729px;
    overflow: hidden;
}.v-dialog {
    flex-direction: row-reverse;
}.v-dialog {
    border-radius: 16px;
    overflow-x: hidden;
    display: flex;
}
.auth.v-card {
    background-image: none;
    background-color: #152234;
}
.modal__content-item-img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: top;
    left: 0px;
    top: 0px;
}
.v-card>*:last-child:not(.v-btn):not(.v-chip):not(.v-avatar) {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.modal__content-block{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: auto;
    bottom: 110px;
    width: 330px;
    padding: 0;
    transform: translateX(-50%);
}
.v-dialog--scrollable>.v-card, .v-dialog--scrollable>form>.v-card {
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    max-height: 100%;
    max-width: 100%;
}
.modal__content-block .modal__content-title{
    color: #fff;
    text-shadow: 0 4px 8px rgba(0, 0, 0, .32);
    text-transform: uppercase;
    font-family: Poppins;
    font-size: 52px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: center;
}
.modal__content-block .en, .modal__content-block .th{
    font-size: 52px !important;
}
.theme--dark .v-card {
    background-color: #152234;
    color: #fff;
}
.theme--darks{
   background-color: #152234;
    color: #fff;  
}
.v-card>*:first-child:not(.v-btn):not(.v-chip):not(.v-avatar), .v-card>.v-card__progress+*:not(.v-btn):not(.v-chip):not(.v-avatar) {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.v-dialog .v-card__title {
    padding: 10px 30px 0;
}
.v-dialog--scrollable>.v-card>.v-card__title, .v-dialog--scrollable>.v-card>.v-card__actions, .v-dialog--scrollable>form>.v-card>.v-card__title, .v-dialog--scrollable>form>.v-card>.v-card__actions {
    flex: 0 0 auto;
}
.v-dialog>.v-card>.v-card__title {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: .0125em;
    padding: 16px 24px 10px;
}
.v-card__title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: .0125em;
    line-height: 2rem;
    word-break: break-all;
}
.v-dialog .v-card .close-btn {
    position: relative;
    right: -15px;
}
.v-dialog .v-card__title .close-btn {
    cursor: pointer;
    width: 100%;
}
.loginclose{
    color:#5c7391 !important;
}
.v-dialog .v-card .title {
    width: 100% !important;
    color: #fff;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.714;
    margin-bottom: 5px;
    word-break: break-word;
    text-align: center;
}
.modal__title{
    color: #fff;
    font-weight: 700;
    font-size: 24px !important;
    text-align: center;
    line-height: 1.3333;
    height: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Poppins" !important;
}
.auth.v-dialog .v-card .v-card__text {
    padding: 10px 30px 24px !important;
}
#authForm{
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
@media (min-width: 960px) {
    .container__forms{
        max-width: 100%;
    }
}
.container__forms .forms__btn.is-active{
    color: #fff !important;
    background-color: #2866c9 !important;
}
.container__forms .forms__btn{
    width: 48.5%;
    height: 42px !important;
    border-radius: 8px !important;
    text-transform: capitalize;
    font-family: "Poppins", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #59647a !important;
    background-color: #212d43 !important;
    text-align: center;
}
.v-btn:not(.v-btn--round).v-size--default {
    height: 36px;
    min-width: 64px;
    padding: 0 16px;
}
.spacer {
    flex-grow: 1 !important;
}
.container__forms .forms__btn{
    width: 48.5%;
    height: 42px !important;
    border-radius: 8px !important;
    text-transform: capitalize;
    font-family: "Poppins", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #59647a !important;
    background-color: #212d43 !important;
    text-align: center;
}
.container__forms .forms__btn .v-btn__content {
    max-width: 100%;
}

.v-btn__content {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
    transition: inherit;
    transition-property: opacity;
}
.container__forms .forms__btn .v-btn__content img {
    width: 24px;
    height: 24px;
}
.container__forms .forms__btn .v-btn__content .content-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
}
.container__forms .auth__login, .container__forms .auth__password{
    animation: fadeInFromNone-32d98114 .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.v-application .error--text {
    color: #dd2c00 !important;
    caret-color: #dd2c00 !important;
}
.container__forms .auth__login .v-input__slot, .container__forms .auth__password .v-input__slot {
    border-radius: 8px;
    padding: 0 15px 0 30px;
}
.input .v-input__slot {
    background-color: #1c2d44 !important;
    background-clip: padding-box;
    border-radius: 23px;
    padding: 0 20px;
    margin: 0;
}
.input .v-input__slot input, .input .v-input__slot fieldset {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    caret-color: #fff;
    border-color: transparent;
}
.v-messages__message {
    line-height: 12px;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}
.input .v-input__slot input:-webkit-autofill, .input .v-input__slot input:-webkit-autofill:hover, .input .v-input__slot input:-webkit-autofill:focus, .input .v-input__slot input:-webkit-autofill, .input .v-input__slot input:-webkit-autofill:hover, .input .v-input__slot input:-webkit-autofill:focus, .input .v-input__slot input:-webkit-autofill, .input .v-input__slot input:-webkit-autofill:hover, .input .v-input__slot input :-webkit-autofill:focus, .input .v-input__slot fieldset:-webkit-autofill, .input .v-input__slot fieldset:-webkit-autofill:hover, .input .v-input__slot fieldset:-webkit-autofill:focus, .input .v-input__slot fieldset:-webkit-autofill, .input .v-input__slot fieldset:-webkit-autofill:hover, .input .v-input__slot fieldset:-webkit-autofill:focus, .input .v-input__slot fieldset:-webkit-autofill, .input .v-input__slot fieldset:-webkit-autofill:hover, .input .v-input__slot fieldset :-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #1c2d44 inset;
    transition: background-color 5000s ease-in-out 0s;
}
.container__forms .auth__login, .container__forms .auth__password{
    animation: fadeInFromNone-32d98114 .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.input .v-input__append-inner .v-icon {
    color: #fff;
}
.input-pwd .v-icon{
    cursor: pointer;
    color: #5c7391 !important;
}
.v-icon .v-icon {
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    font-size: 24px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    transition: .3s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;
    vertical-align: middle;
    user-select: none;
}
.v-dialog .v-card .hint {
    font-size: 13px;
    line-height: 21px;
    color: #5c7391;
    font-weight: 400;
}
#login-recovery-btn{
    margin-bottom: 5px;
    position: relative;
}
.v-dialog .v-card .link {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: underline;
}
.button .v-btn--xm {
    font-size: 12px !important;
    font-weight: 700 !important;
    border-radius: 20px !important;
    padding: 25px 39px !important;
}
.button .v-btn__content {
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
    color: #fff;
}
.container__forms .forms__btn.is-active .btn__icon {
    filter: brightness(0) invert(1);
}
.v-btn__content {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
    transition: inherit;
    transition-property: opacity;
}
.v-input {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
    font-size: 16px;
    letter-spacing: normal;
    max-width: 100%;
    text-align: left;
}
.v-input__control {
    display: flex;
    flex-direction: column;
    height: auto;
    flex-grow: 1;
    flex-wrap: wrap;
    min-width: 0;
    width: 100%;
}
.auth__actions .button{
    width: 100%;
}
.auth .v-dialog {
    height: 90%;
    max-height: 729px;
    overflow: hidden;
}
.row + .row {
     margin-top: 0px; 
}
.input .v-input {
    padding: 0;
    margin: 0;
}
.loginmodal__h{
    max-height:729px;
    height:600px;
}
.footer__auth{
    margin-top:38%;
}
@media only screen and (max-width: 1000px){
    .login_hide{
        display:none !important;
    }
    
.footer__auth{
    margin-top:28%;
}
}
/*phone number*/
.container__forms #registration-phone-input, .container__forms #login-phone-input {
    animation: fadeInFromNone-32d98114 .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.container__forms .vue-phone-number-input {
    background: #1c2d44 !important;
    border-radius: 8px;
    height: 42px;
    padding-bottom: 8px;
}
.vue-phone-number-input .select-country-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 130px;
    width: 130px;
    min-width: 130px;
    max-width: 110px;
}
.container__forms .vue-phone-number-input .country-selector {
    min-height: 42px !important;
}
.country-selector {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    position: relative;
    height: 40px;
    min-height: 40px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container__forms .vue-phone-number-input .country-selector__country-flag {
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.country-selector__country-flag {
    margin: auto 0;
    position: absolute;
    top: 21px;
    left: 11px;
    z-index: 1;
    cursor: pointer;
}
.container__forms .vue-phone-number-input input.country-selector__input {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.container__forms .vue-phone-number-input .country-selector__input {
    padding-top: 2px !important;
    min-height: 42px !important;
    background: transparent;
    padding-left: 18px !important;
    font-size: 16px;
}
.country-selector__toggle {
    position: absolute;
    right: 5px;
    top: calc(50% - 10px);
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    text-align: center;
    display: inline-block;
    cursor: pointer;
    height: 24px;
}
.input-tel {
    position: static;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    height: 40px;
    min-height: 40px;
}
.container__forms .vue-phone-number-input input.input-tel__input {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.container__forms .vue-phone-number-input .input-tel__input {
    min-height: 42px !important;
    outline: 0 !important;
    background: #1c2d44 !important;
}
.container__forms .vue-phone-number-input input {
    background: #202b37 !important;
    border: 0 !important;
    caret-color: rgba(255, 255, 255, .7) !important;
}
.input-tel__input:not(.no-country-selector) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.input-tel__input {
    cursor: pointer;
    background-color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    position: static;
    width: 100%;
    padding: 0 12px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 1px solid #ccc;
    font-size: 14px;
    z-index: 0;
    margin-left: -1px;
    height: 40px;
    min-height: 40px;
}
#app, body, button, html, input {
    font: 400 14px -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    line-height: 1.5;
    -webkit-font-kerning: normal;
    font-kerning: normal;
}
.v-input input {
    max-height: 32px;
}

/*switch login css*/
@keyframes fadeInFromNone {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.fadeIn {
    animation: fadeInFromNone 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.v-input__slot {
    position: static;
}
.v-text-field > .v-input__control > .v-input__slot > .v-text-field__slot {
    position: inherit;
}
/*recover password*/
.recovermodal{
    padding:24px;
}
.recovermodal .title{
        width: 100% !important;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.714;
    margin-bottom: 5px;
    word-break: break-word;
    text-align: center;
}
.recovermodal .resetpwd-wrap__tips{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-primary);
    line-height: 1.285;
}
.recovermodal .recoverinput{
    width:100%;
}
.recoverinput .input-tel__input::placeholder {
  color: white;
}
.recoverinput .input-tel__input{
    color:#fff;
}
.recoverinput .recover_mail::placeholder {
  color: white;
}
.recoverinput .recover_mail{
    color:#fff;
}
/*Notification css*/
.offcanvas.notification_area{
    background: #152133;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75);
    color: #fff;
}
.notification_area .offcanvas-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}
.notification_deactive.nav-link {
    border-radius: 0px;
    color: white;
    font-weight:700;
    line-height:16px;
    font-size:14px;
}
.notification_deactive.nav-link:hover {
    border-radius: 0px;
    color: white;
    font-weight:700;
    line-height:16px;
    font-size:14px;
}
.notification_active.active {
    border-radius: 0px !important;
    background:transparent !important;
    color: white;
    font-weight:700;
    line-height:16px;
    font-size:14px;
    border-bottom:3px solid white;
}
.notification_active.active:hover{
    border-radius: 0px !important;
    background:transparent !important;
    color: white;
    font-weight:700;
    line-height:16px;
    font-size:14px;
    border-bottom:3px solid white;
}
.notification_list{
    border-bottom:3px solid #8080806e;
}
.notified_msg{
    margin:auto;
    padding-top:50%;
    display:flex;
    justify-content:center;
}
.notification_f{
    background: var(--header-desk-bg);
    border-top: 1px solid #e5e8eb;
    bottom: 0;
    box-sizing: border-box;
    filter: drop-shadow(0 -4px 8px rgba(145, 158, 171, .16));
    height: 47px;
    left: 0;
    padding: 16px 14px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.notify1,.notify2{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}
/*profile section css*/
@media only screen and (max-width: 600px){
    .user-profile{
        background-color: #182436;
        padding: 20px 16px !important;
    }
    .v-btn__content {
        font-size:10px;
}
.user-profile .profile-form .profile-form__input.phone .phone-confirmation .info__verify .confirmed {
    width: 80px !important;
    padding: 20px 0px 35px 0px !important;
}
}
 .user-profile{
        background-color: #182436 !important;
    }
/*@media only screen and (max-width: 1200px){*/
/*    .user-profile{*/
/*        background-color: #182436;*/
/*        padding: 20px 86px 20px 16px;*/
/*    }*/
/*}*/
.profile_body{
    padding:20px;
}
.profile-form{
    font-size: 12px;
    line-height: 12px;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #ff5252;
}
.user-profile .profile-form .profile-form__input.email {
    position: relative;
}
.user-profile .profile-form .profile-form__input {
    padding: 12px;
    min-height: 76px;
}
.input .v-input__slot {
    background-color: #1c2d44 !important;
    background-clip: padding-box;
    border-radius: 23px;
    padding: 0 20px;
    margin: 0;
}
.theme--dark.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state):not(.v-input--is-disabled)>.v-input__control>.v-input__slot:hover fieldset {
    color: #fff;
}

.theme--dark.v-text-field--outlined:not(.v-input--is-focused):not(.v-input--has-state)>.v-input__control>.v-input__slot fieldset {
    color: rgba(255, 255, 255, .24);
}
.input .v-input__slot input, .inpu .v-input__slot fieldset {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    caret-color: #fff;
    border-color: transparent;
}
.v-application--is-ltr .v-text-field--outlined fieldset {
    padding-left: 8px;
}
.v-text-field--outlined fieldset {
    border-collapse: collapse;
    border-color: currentColor;
    border-style: solid;
    border-width: 1px;
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -5px;
    transition-duration: .15s;
    transition-property: color;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.v-text-field>.v-input__control>.v-input__slot>.v-text-field__slot {
    display: flex;
    flex: 1 1 auto;
    position: relative;
}

.v-text-field--outlined .v-text-field__slot, .v-text-field--single-line .v-text-field__slot {
    align-items: center;
}
.user-profile .v-input__control .v-label {
    position: absolute;
    top: -15px;
    left: -10px !important;
    right: unset !important;
    color: #5c7391;
    font-size: 13px;
    background: #152234;
    display: inline-block;
    line-height: .65;
    background-color: #152234;
    padding: 5px 10px;
    border-radius: 11px;
    max-width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    transform: none !important;
}
.v-application--is-ltr .v-text-field .v-label {
    transform-origin: top left;
}
.input .v-input__slot input, .input .v-input__slot fieldset {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    caret-color: #fff;
    border-color: transparent;
}

.theme--dark.v-input input, .theme--dark.v-input textarea {
    color: #fff;
}
.v-text-field--full-width .v-input__prepend-outer, .v-text-field--full-width .v-input__prepend-inner, .v-text-field--full-width .v-input__append-inner, .v-text-field--full-width .v-input__append-outer, .v-text-field--enclosed .v-input__prepend-outer, .v-text-field--enclosed .v-input__prepend-inner, .v-text-field--enclosed .v-input__append-inner, .v-text-field--enclosed .v-input__append-outer {
    margin-top: 17px;
}
.v-text-field .v-input__prepend-inner, .v-text-field .v-input__append-inner {
    align-self: flex-start;
    display: inline-flex;
    margin-top: 4px;
    line-height: 1;
    user-select: none;
}
/*@media (min-width: 960px) {*/
    .user-profile .btn--email-confirm {
        margin-right: -12px;
    }
/*}*/

/*@media only screen and (min-width: 768px) {*/
    .user-profile .btn--email-confirm {
        display: block !important;
    }
/*}*/
@media screen and (max-width: 600px) {
    
 .user-profile .btn--email-confirm {
        top:-6px!important;
    }
    
.profile_body{
    padding:0px;
}
}
.user-profile .btn--email-confirm {
    display: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    border-radius: 107px;
    color: #fff;
    height: 100% !important;
    text-transform: capitalize;
    width: 100px;
    padding: 20px 0px 40px 0px !important;
}
.v-btn:not(.v-btn--round).v-size--default {
    height: 36px;
    min-width: 64px;
    padding: 0 16px;
}
.theme--dark.v-btn.v-btn--has-bg {
    background-color: #272727;
}
.theme--dark.v-btn.v-btn--disabled {
    color: rgba(255, 255, 255, .3) !important;
}
.user-profile .v-input__control .v-input__slot~.v-text-field__details {
    padding-top: 4px;
}

.v-text-field.v-text-field--enclosed .v-text-field__details {
    padding-top: 0px;
    margin-bottom: 8px;
}
.v-application--is-ltr .v-messages {
    text-align: left;
}

.theme--dark.v-messages {
    color: rgba(255, 255, 255, .7);
}
.v-messages {
    flex: 1 1 auto;
    font-size: 12px;
    min-height: 14px;
    min-width: 1px;
    position: relative;
}
.input .v-input__append-inner {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.user-profile .profile-form .profile-form__input.phone .label-for-phone.is-disabled {
    opacity: .7;
}
.user-profile .profile-form .profile-form__input.phone .label-for-phone {
    position: absolute;
    top: -13px;
    left: 16px !important;
    right: unset !important;
    color: #5c7391;
    font-size: 13px;
    background: #152234;
    display: inline-block;
    line-height: .65;
    padding: 6px 10px;
    border-radius: 11px;
    max-width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    transform: none !important;
    z-index: 1000;
}
.user-profile .vue-phone-number-input.is-disabled {
    background: #101724 !important;
    opacity: .6;
}
.user-profile .vue-phone-number-input {
    align-items: center;
    background: #1c2d44 !important;
    border-radius: 107px;
    padding: 3px 0;
}
/*.user-profile .vue-phone-number-input .select-country-container {*/
/*    -webkit-box-flex: 0;*/
/*    -ms-flex: 0 0 120px;*/
/*    flex: 0 0 120px;*/
/*    width: 120px;*/
/*    min-width: 120px;*/
/*    max-width: 120px;*/
/*}*/
/*.country-selector {*/
/*    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;*/
/*    position: relative;*/
/*    height: 40px;*/
/*    min-height: 40px;*/
/*    z-index: 0;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*}*/
.user-profile .vue-phone-number-input .country-selector__country-flag {
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.user-profile .vue-phone-number-input.is-disabled .country-selector__input {
    background: #101724 !important;
}
.user-profile .vue-phone-number-input .country-selector__input {
    padding-top: 10px;
    background: #1c2d44 !important;
    border-top-left-radius: 16.5px !important;
    border-bottom-left-radius: 16.5px !important;
    padding-left: 30px;
}
.user-profile .vue-phone-number-input .input-tel, .user-profile .vue-phone-number-input .input-tel__input {
    height: 50px !important;
    max-height: 50px !important;
}
.user-profile .vue-phone-number-input .input-tel__input {
    border-top-right-radius: 107px !important;
    border-bottom-right-radius: 107px !important;
    outline: 0 !important;
    background: transparent !important;
}
.user-profile .vue-phone-number-input .input-tel, .user-profile .vue-phone-number-input .input-tel__input {
    height: 50px !important;
    max-height: 50px !important;
}
.user-profile .profile-form .profile-form__input.phone .phone-confirmation {
    position: absolute;
    top: -58px;
    right: -15px;
    width: 48%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    z-index: 100;
    align-items: center;
}
@media screen and (max-width: 600px) {
    
.user-profile .profile-form .profile-form__input.phone .phone-confirmation {
    top: -72px;
}
}
.user-profile .profile-form .profile-form__input.phone .phone-confirmation .info__verify {
    display: flex;
    justify-content: space-between;
}
/*@media screen and (min-width: 1200px) {*/
    .user-profile .profile-form .profile-form__input.phone .phone-confirmation .info__verify .confirmed {
        right: 5px;
        height: 56px;
        border-radius: 107px;
        opacity: .6;
        width: 120px;
        padding: 20px 20px 40px 20px;
    }
/*}*/
.user-profile .profile-form .profile-form__input.phone .phone-confirmation .confirmed {
    background-color: #038508 !important;
}
.user-profile .profile-form .profile-form__input.phone .phone-confirmation .confirmed--disabled, .user-profile .profile-form .profile-form__input.phone .phone-confirmation .v-btn--disabled {
    color: #fff !important;
}
.user-profile .profile-form .profile-form__input.phone .phone-confirmation .confirmed, .user-profile .profile-form .profile-form__input.phone .phone-confirmation .v-btn {
    display: block !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    border-radius: 27px;
    height: 45px;
    color: #fff;
    margin-right: 0 !important;
    text-transform: capitalize;
    padding: 0 16px;
    background-color: #0076ee;
}
.profile_country{
    display: flex;
    justify-content: start;
    align-items: center;
}
.user-profile ::placeholder{
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #fff;
    border-color: transparent;
}
.profile_blue{
    background-color: #1c2d44 !important;
    color:white !important;
}
.profile_blue .dropdown-item{
    padding:12px !important;
}
.profile_blue .dropdown-item:hover{
    background:#283344 !important;
}
.dropdown_text_profile{
    font-size:14px !important;
}
.update_data{
    margin-top:3% !important;
}
.user-profile .btn--primary.btn--xxl {
    background: linear-gradient(135deg, #0077f1, #0063c7 100%, #0063c7 0);
    color: #fff;
    font-weight: bold;
    padding: 14px 50px;
    min-height: 54px;
    border-radius: 27px;
    font-size: 16px;
    max-width: 330px;
    margin: 0 auto 24px;
    display: block;
    width: 100%;
    display: block;
    text-transform: uppercase;
}
/*chechbox css*/
.profile_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.profile_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.profile_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #293c56;
  border-radius:4px;
}

.profile_container:hover input ~ .profile_checkmark {
  background-color: #293c56;
}
.profile_container input:checked ~ .profile_checkmark {
  background-color: #283344 ;
}

.profile_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.profile_container input:checked ~ .profile_checkmark:after {
  display: block;
}
.profile_container .profile_checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid blue;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox_confirmation{
    padding:0 15px 0 30px;
}
.checkbox_confirmation p {
    display:flex;
    justify-content:center;
}
.checkbox_confirmation p label{
    color:#fff;
    font-size:13px;
}
.info__block {
    margin: auto;
    display: flex;
    border-radius: 6px;
    background: rgba(25, 118, 210, .15);
    max-width: 478px;
    max-height: 60px;
    width: 100%;
    height: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.info__block__text {
    max-width: 398px;
    color: #fff;
    font-size: 13px;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: start;
}
.info__block__text .chat {
    text-decoration: underline;
    font-weight: 700;
    color: #1976d2;
    cursor: pointer;
}
.info__block img {
    padding-left: 24px;
}
/*rules css*/
.rules{
        padding: 30px;
    }
    
    .legal-documents .tabs-panel.l-content__tabs-panel {
    max-width: 100%;
}
.l-content__main-inner {
    height: 100%;
    background-color: #18263a !important;
}

.legal-documents .tabs-panel {
    background-color: #152234;
    border: 1px solid #20334b;
    border-radius: 5px;
    padding: 20px;
    max-height: 800px;
    height: 100%;
    overflow: auto;
}
.legal-documents {
    color: #5c7391;
    line-height: 24px;
}
.l-content__main-inner {
    height: auto !important;
    background-color: #18263a;
}
.legal-documents h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px !important;
    font-size:22px;
    font-weight:700;
}
.legal-documents p {
    margin-left: 18px !important;
    margin-bottom: 15px !important;
    color: #5c7391;
    text-align: justify;
    word-wrap: normal;
}
.legal-documents p strong {
    color: #fff;
}
.legal-documents table {
    margin-left: 18px !important;
    margin-bottom: 15px !important;
    border: 1px solid;
    border-collapse: collapse;
}
.legal-documents table th, .legal-documents table td {
    text-align: center;
    padding: 3px 10px;
    border: 1px solid;
}
/*payment history css*/
    .l-content__inner-menu {
        background-color: #18263a;
        box-shadow: 0 -2px 3px rgba(0, 0, 0, .1);
    }
    .panel-bar__body {
    padding: 0 !important;
    border: none !important;
}
@media only screen and (min-width: 1140px) {
    .panel-bar__body {
        padding: 20px;
    }
}
.panel-bar__body {
    border: 1px solid transparent;
    border-radius: 0px 0px 4px 4px;
}
.panel-bar__tab-wrapper {
    border-bottom: 1px solid #293b55;
}

.v-application .justify-center {
    justify-content: center !important;
}
.tabs {
    margin: 0 auto;
}

.tabs{
    overflow-x: hidden;
}
.v-slide-group__wrapper .nav-pills .nav-link.active {
    color: #fff !important;
    background: transparent;
    font-size: 16px;
    font-weight: 700 !important;
    margin: 5px 14px 0px 14px;
    border-bottom: 3px solid rgb(0, 118, 238) !important;
    border-radius: 0;
    padding-bottom: 10px;
}
.v-slide-group__wrapper .nav-pills .nav-link {
    color: #5c7391 !important;
    background: transparent;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 5px 14px 0px 14px !important;
    padding-bottom: 10px;
}
@media only screen and (max-width: 600px) {
.v-slide-group__wrapper .nav-pills .nav-link.active {
    font-size: 14px !important;
    margin: 5px 12px 0px 12px !important;
}
.v-slide-group__wrapper .nav-pills .nav-link {
    font-size: 14px !important;
    margin: 5px 14px 0px 0px !important;
}
.rules{
        padding: 0px;
        margin-top:45px;
    }
}
.v-slide-group__wrapper .nav-pills .nav-link:hover {
    color: #fff !important;
    background: #18263a !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 5px 14px 0px 14px !important;
    padding-bottom: 10px;
}
.no_bets {
    font-size: .875rem;
    height: 48px;
    background-color: #1c2d44;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 23px;
    width: 90%;
    margin: auto;
}
.no_bets p {
    color: #838a95;
    text-align: center;
    font-size: 14px;
}
@media only screen and (min-width: 1200px) {
    .l-content__main-inner {
        height: 100%;
        background-color: #111a27 !important;
    }
}
@media only screen and (min-width: 992px) {
    .l-content__main-inner--padding {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.tabs-panel {
    background-color: #111a27 !important;
    border-radius: 5px;
    overflow: hidden;
    max-width: 100%;
}
.tabs-panel {
    font-family: "Poppins";
    border: none !important;
}
@media only screen and (min-width: 1200px) {
    .tabs-panel__content {
        display: flex;
    }
}
.tabs-panel__content {
    flex-wrap: wrap;
    margin: 0 10px 10px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .block {
        flex: 0 0 32.4%;
    }
}
.block{
    padding: 10px;
    margin: 10px 0 0 10px;
    background-color: #172639;
    border-radius: 6px;
    border-left: 4px solid #1d2d44;
    font-size: 12px;
    flex: 0 0 32.6%;
}
.block .top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.block .top .date {
    color: #7ebffb;
    font-size: 14px;
}
.block .top .status.processing {
    color: #2866c9;
}
.block .top .status {
    background: #1d2d44;
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: bold;
}
.block .bottom{
    text-align: left;
}
.block .bottom .sum{
    font-size: 21px;
    font-weight: 700;
}
.block .bottom .system{
    font-size: 14px;
    display: grid;
    color: #6b7c98;
}
.block .top .status {
    background: #1d2d44;
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: bold;
}
.theme--light.v-pagination .v-pagination__navigation {
    background: #aaaaaa;
    padding: 2px 8px;
    border-radius: 6px;
}
.v-pagination__navigation {
    justify-content: space-between;
}
.v-pagination>li {
    align-items: center;
    display: inline;
}
.v-application .primary {
    background-color: #1976d2 !important;
    border-color: #1976d2 !important;
    padding: 4px 15px 6px 15px;
    margin: 3px 10px;
    border-radius: 6px;
}
/*notification msg css*/
.content-wrapper_notify {
    background:hsla(0, 0%, 100%, 0);
    height: 89%;
}
.content-wrapper_notify .InboxWidgetNew {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    scrollbar-width: none;
    width: calc(100% + 1px);
}
.content-wrapper_notify .InboxWidgetNew .message-container {
    position: relative;
    transition: height .5s ease;
}
.inbox-message-container:first-of-type {
    border-top: none;
}

.inbox-message-container {
    align-items: center;
    background: var(--content-box-bg);
    border: 1px solid rgba(31, 31, 31, .15);
    border-right: none;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 100px;
    padding: 14px;
    position: relative;
    transition: transform .3s ease-out;
    z-index: 1;
}
.inbox-message-container.hover-enabled:hover {
    backdrop-filter: invert(.05);
    -webkit-backdrop-filter: invert(.05);
    background:#091222;
}
.inbox-body.readed, .inbox-body.single-message {
    font-style: normal;
    font-weight: 500;
}

.inbox-body {
    align-items: center;
    display: flex;
    font-style: italic;
    font-weight: 700;
    transition: all .5s ease;
    width: 100%;
}
.inbox-image-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
    filter: var(--img-colorize-inbox);
    height: 64px;
    margin-right: 15px;
    min-width: 35px;
    width: 64px;
}
.inbox-text {
    align-items: flex-start;
    color: var(--content-box-text);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
}
.inbox-text .unread-indicator {
    background: var(--tab-active-selector);
    border-radius: 50%;
    height: 10px;
    left: -13px;
    position: absolute;
    top: 0;
    transition: all .5s;
    width: 10px;
}
.inbox-text .title {
    display: -webkit-box;
    width: 75% !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px !important;
    font-weight: unset;
    line-height: 15px;
    max-height: 60px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}
.shown {
    animation: loadMessages .2s linear;
}
.msg-date {
    color: var(--content-box-text);
    filter: opacity(.7);
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    right: 14px;
    top: 25px;
}
.inbox-text .body {
    display: -webkit-box;
    filter: opacity(.7);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    max-height: 40px;
    max-width: 255px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notification_area.show{
    width:500px !important;
}