.preload {
  overflow: hidden;
}

.preload-container {
  position  : relative;
  width     : 100%;
  height    : 100%;
  background: #070b28;
  position  : fixed;
  top       : 0;
  bottom    : 0;
  right     : 0;
  left      : 0;
  z-index   : 99999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.preload-logo {
animation:
preload 1s linear infinite alternate;
-webkit-animation-name:bounceIn;
animation-name:bounceIn;
}
@keyframes spin {
  100% {
      transform: rotate(360deg);
  }
}

.bg-premium {
  background-color: #f10d45 !important;
  font-size: 1.1rem;
  position: absolute;
  right: -23px;
}

.footer-link {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

/* parallax */
.paralax_1 {
  position: absolute;
  background: url("../images/parallax/1.png");
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.paralax_2 {
  position: absolute;
  background: url("../images/parallax/2.png") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.paralax_3 {
  position: absolute;
  background: url("../images/parallax/3.png") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.paralax_4 {
  position: absolute;
  background: url("../images/parallax/4.png") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.container-parallax {
  max-width: 95%;
}

.srp-section {
    padding-top: 10%;
    background: var(--bg-section);
    margin-bottom: 0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-vh {
  min-height: 90.2vh;
}

.donat-bg {
  background: url("../images/main/donat_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 70px;
}

.sale {
  margin-top: 0%;
  margin-left: -2%;
  position: absolute;
  display: inline-block;
  background: #33449b;
  color: white;
  height: 4.5rem;
  width: 4.5rem;
  text-align: center;
  vertical-align: middle;
  line-height: 4.5rem;
  transform: rotate(327deg);
  font-size: 13px;
  -webkit-animation: beat 1s ease infinite alternate;
  animation: beat 1s ease infinite alternate;
}

.sale:before,
.sale:after {
	content: "";
	position: absolute;
	background: inherit;
	height: inherit;
	width: inherit;
	top: 0;
	left: 0;
	z-index: -1;
	transform: rotate(30deg);
}

.sale:after {
	transform: rotate(60deg);
}

@-webkit-keyframes beat {
	from {
		transform: rotate(-20deg) scale(1);
	}

	to {
		transform: rotate(-20deg) scale(1.1);
	}
}

@keyframes beat {
	from {
		transform: rotate(-20deg) scale(1);
	}

	to {
		transform: rotate(-20deg) scale(1.1);
	}
}

.selectnew {
  border: 1px solid rgba(138,138,160,0.3) !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 28px !important;
  border-radius: 4px !important;
  padding: 13px 15px !important;
  width: 100% !important;
  background: transparent !important;
  color: #8A8AA0 !important;
  height: 55px!important;
}

.selectlogin {
  border: 1px solid rgba(138,138,160,0.3) !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 28px !important;
  border-radius: 4px !important;
  padding: 9px 20px !important;
  width: 100% !important;
  background: transparent !important;
  color: #8A8AA0 !important;
  height: auto !important;
}

.selectlogin option {
  background: var(--color-boost-info);
  color: gray;
}


.textarea_help {
  border: 1px solid rgba(138,138,160,0.3) !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 18px !important;
  line-height: 28px !important;
  border-radius: 4px !important;
  padding: 13px 15px !important;
  width: 100% !important;
  background: transparent !important;
  color: #8A8AA0 !important;
}

.selectnew option {
  background: var(--color-boost-info);
  color: gray;
}

::-webkit-calendar-picker-indicator {
    filter: saturate(0.5);
}

.form-control:focus { background: transparent !important; }

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}


[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


.srp-title {
    position      : relative;
    line-height   : 44px;
    color         : var(--primary-color2);
    text-align    : center;
    padding-bottom: 14px;
}

.srp-title.style2{
    padding-bottom: 15px;
}

.heading-line {
    position: relative;
    background-color: var(--primary-color3);
    height: 3px;
    width: 80px;
    border-radius: 30px;
    margin: 0 auto 20px;
}
.heading-line.s2 {
    margin: 0 auto 40px;
}

.heading-line:before {
    background-color: var(--primary-color3);
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -webkit-animation-name: watermark-animate;
    animation-name: watermark-animate;
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes watermark-animate {
    0% {
        left: 0;
    }
    100% {
        left: 90%;
    }
}

.srp-title.style2::before {
    width: 60px;
}

.srp-title.style3::before {
    width: 100px;
}

.srp-title.style4 {
    padding      : 0;
    margin-bottom: 13px;
}

.srp-title.style4.mg-bt-38 {
    margin-bottom: 38px;
}

.srp-title.style4::before {
    display: none;
}

.tf-sub-title {
    text-align   : center;
    max-width    : 600px;
    margin       : 0 auto;
    margin-bottom: 44px;
}

.sr-title-heading {
    position   : relative;
    line-height: 44px;
    color      : var(--primary-color2);
}

.box-right {
    text-align: right;
}

.sr-title-heading.ct,
.sub-title.ct {
    text-align: center;

}

.sr-title-heading.style-1 {
    margin-bottom: 40px;
}

.sub-title {
    line-height: 28px;
    font-weight: 400;
    color      : var(--primary-color8);
}

.sub-title.style-1 {
    margin-bottom: 60px;
}


.tf-heading {
    line-height: 44px;
    color      : var(--primary-color);
}

.divider {
    height          : 1px;
    width           : 100%;
    background-color: #EBEBEB;
}

.is_dark .divider {
    background-color: #343444;
}




.srptheme-container {
    position     : relative;
    margin-left  : auto;
    margin-right : auto;
    padding-right: 15px;
    padding-left : 15px;
    width        : 1440px;
    max-width    : 100%;
}


.sc-button {
    display      : inline-block;
    border       : 2px solid var(--primary-color3);
    color        : var(--primary-color3);
    box-sizing   : border-box;
    padding      : 11px 35px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}
.is_dark .sc-button {
    color: #fff;
}
.sc-button span {
    font-weight       : 700;
    font-size         : 14px;
    line-height       : 22px;
    position          : relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;

}

.sc-button:hover,
.sc-button.active {
    border-color: transparent;
    outline: 0 none;
}

.sc-button.sr-button:hover span,
.sc-button.sr-button.active span {
    color:#ffffff;
}

.sc-button-two {
    display      : inline-block;
    background       : var(--btn-two);
    color        : var(--primary-color3);
    box-sizing   : border-box;
    padding      : 11px 35px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}
.is_dark .sc-button-two {
    color: #fff;
}
.sc-button-two span {
    font-weight       : 700;
    font-size         : 14px;
    line-height       : 22px;
    position          : relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;

}

.sc-button-two:hover,
.sc-button-two.active {
  border-color: transparent;
  outline: 0 none;
  box-shadow: 0px 0px 20px 6px var(--btn-two);
  color: var(--whiteandblack);
}


.sc-button.style span {
    padding-left: 26px;
}

.sc-button.style span::before {
    position          : absolute;
    font-family       : 'nfts';
    font-size         : 20px;
    left              : 0;
    top               : -4px;
}

.bt-flex {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}
.sc-button.style-1 {
    border    : 2px solid #fff;
    color     : #fff;
    background: transparent none repeat scroll 0 0;

}

.is_dark .sc-button.style-1 {
    border    : 2px solid #072466;
    color     : #fff;
    background: transparent none repeat scroll 0 0;
}

.sc-button.style-1:hover span,
.sc-button.style-1:hover span::before{
    color: white;
}

.sc-button.style-1:hover span {
    -webkit-transition: all 0.4s ease;
    -moz-transition   : all 0.4s ease;
    -ms-transition    : all 0.4s ease;
    -o-transition     : all 0.4s ease;
    transition        : all 0.4s ease;
}


.sc-button.style-2 {
    width: 100%;
    padding: 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border       : 2px solid var(--primary-color3);
}


.sc-button.style-2 span {
    line-height: 50px;
    font-size: 15px;
    font-weight: 700px;
    color: var(--primary-color2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.sc-button.style-2 i {
    font-size: 18px;
    color: var(--primary-color3);
    margin-right: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}
.is_dark .sc-button.style-2 i {
    color: #fff;
}

.sc-button.style-2:hover span,
.sc-button.style-2:hover i {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}


.sc-button.style.rocket span::before {
    content: "\e91d";
}

.sc-button.style.note span::before {
    content  : "\e91b";
    font-size: 20px;
}

.sc-button.style.auth span::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    content: "\f007";
}

.sc-button.style.bag span::before {
    color:           : var(--whiteandblack);
    font-family: 'Font Awesome 6 Free';
    content    : '\f135';
    -webkit-transition: all 0.05s ease;
    -moz-transition   : all 0.05s ease;
    -ms-transition    : all 0.05s ease;
    -o-transition     : all 0.05s ease;
    transition        : all 0.05s ease;
}

.sc-button.style.bag:hover span::before {
    -webkit-transition: all 0.1s ease;
    -moz-transition   : all 0.1s ease;
    -ms-transition    : all 0.1s ease;
    -o-transition     : all 0.1s ease;
    transition        : all 0.1s ease;
}

.sr-button {
    position: relative;
}

.sr-button i,
.sr-button span,
.sr-button span::after,
.sr-button span::before {
    z-index: 1;
}

.sr-button:hover span::before{
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.is_dark .dark-style2 .sc-button.sr-button.pri-3 {
    border-color: #fff;
}

.is_dark .dark-style2 .sc-button.sr-button.pri-3 span {
    color: #fff;
}


.tf-box-icon.srp-section {
    padding: 60px 0;
}
.tf-box-icon.srp-section.home3 {
    padding: 69px 0 82px;
}
.bg-box-icon-color {
    background-color: var(--primary-color5);
}

.sc-box-icon-inner {
    display    : flex;
    display    : -webkit-box;
    display    : -ms-flexbox;
    display    : -webkit-flex;
    flex-wrap  : wrap;
    margin-left: -33px;
}

.sc-box-icon {
    width      : calc(25% - 33px);
    text-align : center;
    margin-left: 33px;
}

.sc-box-icon .image svg {
    -webkit-transition: all 0.8s ease;
    -moz-transition   : all 0.8s ease;
    -ms-transition    : all 0.8s ease;
    -o-transition     : all 0.8s ease;
    transition        : all 0.8s ease;
}

.sc-box-icon .image {
    margin-bottom: 25px;
}

.sc-box-icon .heading {
    margin-bottom: 14px;
}

.sc-box-icon .content {
    font-size  : 14px;
    line-height: 22px;
}

.sc-box-icon:hover .image svg {
    transform: rotateY(360deg);
}

.sc-box-icon-inner.style-2 {
    margin-left: -30px;
}

.style-2 .sc-box-icon {
    width                : calc(25% - 30px);
    margin-left          : 30px;
    padding              : 39px 20px 39px;
    -webkit-border-radius: 16px;
    -ms-border-radius    : 16px;
    -o-border-radius     : 16px;
    -moz-border-radius   : 16px;
    border-radius        : 16px;
    -moz-box-shadow      : 0px 3px 16px 0px #2F536D1F;
    -webkit-box-shadow   : 0px 3px 16px 0px #2F536D1F;
    box-shadow           : 0px 3px 16px 0px #2F536D1F;
    margin-bottom        : 30px;
    background: var(--primary-color);
}

.style-3 .sc-box-icon.mgbt-0,
.style-3 .sc-box-icon.mgbt-0,
.style-2 .sc-box-icon.mgbt-0 {
    margin-bottom: 0;
}

.style-2 .sc-box-icon:last-child {
    margin-bottom: 0 !important;
}

.style-2 .sc-box-icon .img {
    margin-bottom     : 18px;
    -webkit-transition: all 0.8s ease;
    -moz-transition   : all 0.8s ease;
    -ms-transition    : all 0.8s ease;
    -o-transition     : all 0.8s ease;
    transition        : all 0.8s ease;
}

.style-2 .sc-box-icon .heading {
    margin-bottom: 12px;
}

.style-2 .sc-box-icon .content {
    font-size  : 13px;
    line-height: 20px;
}

.style-2 .sc-box-icon:nth-child(1) {
    padding-top: 43px;
}

.style-2 .sc-box-icon:nth-child(1) .img {
    margin-bottom: 22px;
}

.style-2 .sc-box-icon:nth-child(3) {
    padding-top: 48px;
}

.style-2 .sc-box-icon:nth-child(3) .img {
    margin-bottom: 26px;
}

.style-2 .sc-box-icon:nth-child(4) {
    padding-top: 51px;
}

.style-2 .sc-box-icon:nth-child(4) .img {
    margin-bottom: 32px;
}

.style-2 .sc-box-icon:hover .img {
    transform: rotateY(360deg);
}


.sc-card-article {
    background        : var(--primary-color);
    box-shadow        : 0px 3px 16px rgba(47, 83, 109, 0.12);
    padding           : 24px;
    border-radius     : 12px;
    margin-bottom     : 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition        : all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sc-card-article .card-media{
    border-radius: 12px;
    overflow     : hidden;
    margin-bottom: 20px;
}

.srp-card-mon.menu_card .card-media {
    border-radius: 12px;
}
.srp-card-mon.menu_card.style2 .card-media {
    border-radius: 20px;
}
.srp-card-mon.menu_card .meta-info.style{
    margin-bottom: 20px;
}

.sc-card-article .card-media img {
    width             : 100%;
    object-fit        : cover;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition        : all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sc-card-article .meta-info,
.sc-card-article .meta-info .main-monit,
.srp-card-mon .meta-info,
.srp-card-mon .meta-info .main-monit {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.sc-card-article .meta-info .date {
    font-size  : 18px;
    line-height: 28px;
}

.sc-card-article .meta-info .main-monit .avatar,
.srp-card-mon .meta-info .main-monit .avatar {
    width        : 44px;
    height       : 44px;
    border-radius: 15px;
    overflow     : hidden;
    margin-right : 12px;
    flex-shrink  : 0;
}

.sc-card-article .meta-info .main-monit .info span,
.srp-card-mon .meta-info .main-monit .info span,
.srp-card-mon .players span {
    color      : var(--primary-color4);
    font-size  : 13px;
    line-height: 21px;
}

.sc-card-article .meta-info .main-monit .info h6,
.srp-card-mon .meta-info .main-monit .info h6 {
    line-height: 22px;
}

.sc-card-article .text-article {
    margin-top   : 19px;
    margin-bottom: 23px;
}

.sc-card-article .text-article h3 {
    text-transform: capitalize;
    margin-bottom : 16px;
}

.sc-card-article .text-article p {
    font-size  : 14px;
    line-height: 22px;
}

.sc-card-article:hover {
    -webkit-transform: translateY(-5px);
    transform        : translateY(-5px);
    box-shadow: 1px -3px 16px rgb(47 83 109 / 12%);
}

.swiper-container.show-shadow{
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.sc-main-monit-box {
    display      : flex;
    align-items  : center;
    box-shadow   : 0px 3px 16px rgba(47, 83, 109, 0.12);
    padding      : 13px;
    border-radius: 90px;
    width        : auto;
    margin-bottom: 30px;
    background: var(--primary-color);
}

.sc-main-monit-box .main-monit-avatar .avatar {
    width        : 74px;
    height       : 74px;
    border-radius: 50%;
    overflow     : hidden;
}

.sc-main-monit-box .main-monit-avatar {
    position    : relative;
    margin-right: 17px;
    margin-left : 3px;
    flex-shrink : 0;
}

.sc-main-monit-box .main-monit-avatar .badge {
    display         : inline-block;
    position        : absolute;
    bottom          : 0px;
    right           : 0px;
    width           : 18px;
    height          : 18px;
    line-height     : 18px;
    object-fit      : cover;
    text-align      : center;
    border-radius   : 50%;
    background-color: var(--primary-color3);
    padding: 0 !important;
}

.sc-main-monit-box .main-monit-avatar .badge::after {
    content    : '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 500;
    font-size  : 10px;
}

.sc-main-monit-box .main-monit-infor {
    margin-top: 5px;
}

.sc-main-monit-box .main-monit-infor h5 {
    margin-bottom: 9px;
}

.sc-main-monit-box .main-monit-infor .players {
    font-weight: bold;
    font-size  : 14px;
    line-height: 22px;
    color      : #7A798A;
}

.sc-main-monit-box.style-2 {
    display      : inline-block;
    width        : unset;
    border-radius: unset;
    text-align   : center;
    box-shadow   : unset;
    margin-bottom: 0;
    background: transparent;
}

.sc-main-monit-box.style-2 .main-monit-avatar {
    margin-right : 0;
    margin-bottom: 21px;
}

.sc-main-monit-box.style-2 .main-monit-avatar .avatar {
    border-radius: 40px;
    width        : 120px;
    height       : 120px;
}

.sc-main-monit-box.style-2 .main-monit-avatar .badge {
    width      : 26px;
    height     : 26px;
    line-height: 26px;
}

.sc-main-monit-box.style-2 .main-monit-avatar .badge::after {
    font-size  : 15px;
    color      : #fff;
    font-weight: 700;
}

.sc-main-monit-box.style-2 .main-monit-infor h5 {
    margin-bottom: 6px;
}

.sc-main-monit-box.style-2 .main-monit-infor .players {
    font-size: 15px;
}


.srp-card-mon {
    position: relative;
    padding      : 20px;
    background   : var(--color-monitoring);
    border-radius: 20px;
    margin-bottom: 40px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}



.sc-card-account {
    padding      : 20px;
    background   : var(--primary-color7);
    border-radius: 12px;
    margin-bottom: 40px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.sc-card-account-premium {
    padding      : 20px;
    background   : var(--color-monitoring);
    border-radius: 12px;
    margin-bottom: 40px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.acc-stat {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 16px;
  padding: 6px 0px 6px 0px;
}

.copy-ip{
  font-size: 14px;
  position: relative;
  top: -8px;
}

#copy-ip {
  cursor: pointer;
  text-transform: uppercase;
}

.srp-card-mon:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform    : translateY(-10px);
    -o-transform     : translateY(-10px);
    transform        : translateY(-10px);
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.srp-card-mon .card-media img {
    webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.srp-card-mon.coming_soon .card-bottom{
    display: none;
}
.srp-card-mon:hover .card-media img {
    -webkit-transform: scale(1.05);
    transform        : scale(1.05);
    object-fit       : cover;
}

.srp-card-mon .card-media {
  position: relative;
  margin-bottom: 21px;
  overflow: hidden;
  height: 170px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.srp-card-mon .card-media .featured-countdown {
    position        : absolute;
    bottom          : 8px;
    left            : 50%;
    transform       : translateX(-50%);
    display         : flex;
    align-items     : center;
    justify-content : center;
    font-weight     : bold;
    font-size       : 14px;
    line-height     : 23px;
    padding         : 0;
    border-radius   : 13px;
    background: linear-gradient(45deg, #e91e63 0 32%, #3f51b5 65% 100%);
    height          : 36px;
    width           : 175px;
}

.srp-card-mon .card-media .featured-countdown.style2{
    width: 189px;
    height: 38px;
    background-color: #fff;
}

.is_dark .srp-card-mon .card-media .featured-countdown.style2{
    background-color: #14141F;
}

.srp-card-mon .card-media .featured-countdown.style2 .js-countdown{
    font-size: 20px;
    line-height: 26px;
}

.srp-card-mon .card-media .featured-countdown .slogan {
    margin-right: 10px;
}

.srp-card-mon .card-media .featured-countdown .slogan::before {
    font-family: 'Font Awesome 6 Free';
    content    : '\f135';
    color      : white;
    font-size  : 13px;
}

.srp-card-mon .card-media .featured-countdown .countdown__label {
    margin: 0 5px;
}

.srp-card-mon .card-media .wishlist-button {
    position        : absolute;
    top             : 3px;
    font-weight     : bold;
    font-size       : 13px;
    line-height     : 24px;
    color           : var(--whiteandblack);
    padding         : 2px 11px;
    border-radius   : 8px;
    background-color: var(--monwar);
    cursor          : pointer;
    border          : none;
}

.wishlist-button.public {
    font-weight     : bold;
    font-size       : 14px;
    line-height     : 24px;
    color           : #fff;
    padding         : 1px 11px;
    border-radius   : 8px;
    background-color: #14141F;
    cursor          : pointer;
    flex-shrink     : 0;
    border          : none;
}

.wishlist-button .number-like {
    width  : auto;
    display: inline-block;
}

.servername {
  display: flex;
  position: relative;
  top: 30%;
  font-size: 34px;
  flex-direction: row;
  justify-content: center;
}

.wishlist-button .number-like {
    width  : auto;
    display: inline-block;
}

.wishlist-button.active.info::before {
    color      : #ee3434;
    font-weight: 700;
}

.wishlist-button.info::before {
    content: "\f0a1";
    font-family : 'Font Awesome 6 Free';
    margin-right: 6px;
}

.srp-card-mon .card-media .coming-soon {
    z-index: 99;
    position        : absolute;
    top             : 15px;
    left            : 14px;
    font-weight     : bold;
    font-size       : 14px;
    line-height     : 22px;
    text-transform  : capitalize;
    color           : #343444;
    padding         : 3px 19px;
    border-radius   : 13px;
    background-color: #FFBD0C;
}

.srp-card-mon.style-comming-soon .card-bottom {
    display: none;
}

.srp-card-mon .card-media img {
    width: 100%;
}

.srp-card-mon .card-title {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    margin-bottom  : 16px;
}

.srp-card-mon .card-title h5 {
    white-space: nowrap;
    overflow   : hidden;
}

.srp-card-mon .card-title h5 {
    white-space   : nowrap;
    overflow      : hidden;
    text-overflow : ellipsis;
    max-width     : 70%;
    text-transform: capitalize;
    line-height   : 26px;
}

.srp-card-mon .card-title h5.style2 {
    max-width: 75%;
}

.srp-card-mon .card-title h5:hover {
    color: #072466;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.srp-card-mon .tags {
    width           : 49px;
    height          : 24px;
    line-height     : 24px;
    text-align      : center;
    font-weight     : bold;
    font-size       : 12px;
    color           : #fff;
    background-color: var(--primary-color3);
    border-radius   : 10px;
    letter-spacing  : 0.1em;
    text-transform  : uppercase;
}

.srp-card-mon .meta-info {
    margin-bottom: 4px;
}

.srp-card-mon .meta-info .menu_card .icon,
.srp-card-mon .meta-info .players {
    text-align: right;
}

.srp-card-mon .meta-info .menu_card .icon .btn-link{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #EBEBEB;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.is_dark .srp-card-mon .meta-info .menu_card .icon .btn-link{
    background-color: #7A798A;
}


.srp-card-mon .card-bottom {
    margin-top     : 20px;
    display        : flex;
    align-items    : center;
    justify-content: space-between;
}

.srp-card-mon .card-bottom .sc-button {
    padding: 10px 28px 11px;
}

.srp-card-mon .card-bottom .view-history {
    font-size  : 16px;
    font-weight: 700;
    color      : var(--primary-color4);
}

.srp-card-mon .card-bottom .view-history:hover {
    color: var(--primary-color3);
}

.srp-card-mon .card-bottom .reload::before {
    content       : "\e91c";
    font-family   : 'nfts';
    color         : var(--primary-color2);
    font-weight   : 500;
    font-size     : 20px;
    vertical-align: text-bottom;
    padding-right : 8px;
}

.srp-card-mon.explode {
    padding-bottom: 15px;
}

.srp-card-mon.explode .card-media {
    margin-bottom: 24px;
}

.srp-card-mon.explode .card-title h5 {
    max-width: 90%;
}

.srp-card-mon.explode .card-title {
    margin-bottom: 22px;
}

.srp-card-mon.explode .card-bottom {
    margin-top : 18px;
    padding-top: 15px;
    border-top : 1px solid#EBEBEB;
}

.is_dark .srp-card-mon.explode .card-bottom {
    border-color: #14141F;
}

.srp-card-mon.explode .players .players-details {
    display    : flex;
    align-items: center;
    margin-top : 3px;
}

.srp-card-mon.explode .players .players-details h5 {
    margin-top  : 0;
    margin-right: 8px;
}

.srp-card-mon .card-media .button-place-bid {
    position          : absolute;
    top               : 20%;
    transform         : translateY(60%);
    left              : 0;
    right             : 0;
    text-align        : center;
    opacity           : 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition   : all 0.4s ease;
    -ms-transition    : all 0.4s ease;
    -o-transition     : all 0.4s ease;
    transition        : all 0.4s ease;
}

.srp-card-mon:hover .card-media .button-place-bid,
.srp-card-mon .card-media.active .button-place-bid {
    top             : 50%;
    opacity         : 1;
    transition-delay: 0.1s;
}

.sc-button.style-place-monit {
    padding: 12px 36px;
    border : 2px solid #fff;
}

.sc-button.sr-button.pri-3:hover span{
    color: #fff;
}

.is_dark .sc-button.sr-button.pri-3:hover span{
    color: #14141F;
}

.is_dark .sc-button.style-place-monit.sr-button.pri-3:hover{
    border-color: #072466;
    background: #072466;
}

.is_dark .sc-button.style-place-monit.sr-button.pri-3{
  border-color: var(--color-btn-info);
  background: var(--color-btn-info);
  color: var(--color-btn-info-text);
}

.is_dark .sc-button.sr-button.pri-3:hover{
    background-color: #fff;
    border-color: #fff;
}

.sc-button.style-place-monit.sr-button:hover span{
    color: var(--whiteandblack);
}

.sc-button.style-place-monit.sr-button:hover span::before{
    color: black;
}

.is_dark .sc-button.style-place-monit.sr-button:hover span::before{
    color: white;
}

.is_dark .sc-button.style-place-monit.bag.sr-button:hover span{
    color: #fff;
}

.is_dark .sc-button.style-place-monit.bag.sr-button:hover span::before{
    color: #fff;
}

.is_dark .sc-button.bag.sr-button:hover span{
    color: #14141F;
}

.is_dark .sc-button.bag.sr-button:hover span::before{
    color: #072466;
}

.title-account {
  display: block;
  font-size: 18px;
  text-align: center;
}

.btn-activity.style-2 {
    margin-top: 10px;
}

.box-activity {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
}

.box-activity .sc-card-activity.style-2 {
    width: 48.3%;
}
.sc-card-activity {
    background     : var(--primary-color);
    box-shadow     : 0px 3px 16px rgba(47, 83, 109, 0.12);
    border-radius  : 12px;
    padding        : 24px;
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    margin-bottom  : 28px;
}

.sc-card-activity .content {
    display    : flex;
    align-items: center;
}

.sc-card-activity .content .media {
    width        : 112px;
    height       : 112px;
    border-radius: 10px;
    overflow     : hidden;
    object-fit   : cover;
    margin-right : 29px;
    flex-shrink  : 0;
}

.sc-card-activity .content .infor {
    margin-top: 3px;
}

.sc-card-activity .content .infor h3 {
    margin-bottom : 9px;
    text-transform: capitalize;
}

.sc-card-activity.style1 .content .infor h3 {
    margin-bottom : 12px;
    transform: translateY(-7px);
}

.sc-card-activity .content .infor .status,
.sc-card-activity .content .infor .time {
    font-size  : 18px;
    line-height: 28px;
    color      : var(--primary-color4);
}

.sc-card-activity .content .infor .status {
    margin-bottom: 9px;
}

.sc-card-activity.style-2 .content .infor .status {
    margin-bottom: 4px;
}

.sc-card-activity.style1 .content .infor .status {
    margin-bottom: 6px;
}

.sc-card-activity .content .infor .main-monit {
    font-weight: bold;
    font-size  : 16px;
    line-height: 26px;
    color      : var(--primary-color3);
    margin     : 0 2px;
}

.sc-card-activity .content .infor .quote {
    font-weight : bold;
    font-size   : 16px;
    line-height : 26px;
    margin-right: 3px;
}

.sc-card-activity .button-active {
    width             : 68px;
    height            : 68px;
    line-height       : 68px;
    text-align        : center;
    background-color  : var(--primary-color3);
    border-radius     : 50%;
    object-fit        : cover;
    margin-right      : 15px;
    flex-shrink       : 0;
    color             : #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.is_dark .sc-card-activity .button-active {
    background-color: #14141F;
}

.sc-card-activity .button-active.icon {
      font-family: 'nfts';
    font-weight: 100;
    font-size  : 26px;
}

.sc-card-activity .button-active.icon-1::after {
    content: '\e93d';
}

.sc-card-activity .button-active.icon-2::after {
    content: '\e93b';
}

.sc-card-activity .button-active.icon-3::after {
    content: '\e934';
}

.sc-card-activity .button-active.icon-4::after {
    content: '\e937';
}

.sc-card-activity .button-active.icon-5::after {
    content: '\e935';
}

.sc-card-activity.style-2 {
    padding      : 20px;
    margin-bottom: 30px;
}

.sc-card-activity.style-2.style-3 {
    padding: 20px 18px 20px 20px;
}

.sc-card-activity.style-2 .content {
    align-items: unset;
}

.sc-card-activity.style-2 .content .media {
    width       : 160px;
    height      : 160px;
    margin-right: 25px;
    align-items : center;
}

.sc-card-activity.style-2 .content .media img {
    border-radius: 12px;
}

.sc-card-activity .content .infor .status.style-2 {
    margin-bottom: 15px;
}

.sc-card-activity.style-2 .content .infor h4 {
    margin-bottom: 20px;
}

.sc-card-activity.style-2 .content .infor {
    margin-top: 2px;
}

.srp-title-page {
    height: 550px;
}

.srp-title-page .overlay {
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: rgb(52 52 68/30%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mainslider.home .flat-slider.two {
    padding: 125px 0;
}
.mainslider.home .flat-slider.three {
    padding: 125px 0px 0 82px;
    text-align: right;
}
.srp-title-page.home3 .flat-slider {
    padding: 125px 0;
}
.flat-slider.three .flat-bt-slider.style2 {
    justify-content: end;
}

.flat-slider .heading {
    font-size  : 56px;
    line-height: 68px;
    font-weight: 700;
    color      : #fff;
}

 .flat-slider .heading .style {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color  : rgb(0 0 0/0%);
}

.is_dark  .flat-slider .heading .s1 {
    color: #14141f;
    background: linear-gradient(-45deg, #E250E5, #4B50E6, #E250E5, #4B50E6);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
}

.flat-slider .heading .fill {
    background: linear-gradient(178.56deg, #E250E5 5.32%, #4B50E6 94.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.srp-title-page .swiper-wrapper {
    box-sizing: inherit;
}
.swiper-container.carousel-overflow2,
.swiper-container.carousel-overflow {
    overflow: unset;
}

.flat-slider .sub-heading {
    font-size     : 20px;
    line-height   : 30px;
    color         : #EBEBEB;
    text-transform: capitalize;
}

.flat-bt-slider {
    display        : flex;
    justify-content: center;
    justify-items  : center;
}

.flat-bt-slider.style2 {
    display        : flex;
    justify-content: start;
    justify-items  : start;
}

.flat-bt-slider a.sc-button.note {
    margin-left: 20px;
}

.flat-bt-slider .sc-button {
    padding: 15px 35px;
}

.sc-button.header-slider span,
.sc-button.style-place-monit span {
    padding-left: 28px;
    font-size   : 15px;
}

.flat-bt-slider .sc-button.style span {
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
    padding-left      : 28px;
}

.sc-btn-top .sc-button {
    padding: 12px 35px 12px 32px;
}


.flat-bt-slider .sc-button.style.active span,
.sc-button.style-place-monit span {
    color: var(--color-btn-info-text);
}

.flat-bt-slider .sc-button.style.active::before,
.flat-bt-slider .sc-button.style:hover::before,
.sc-button.style-place-monit span::before {
    color: var(--primary-color3);
}

.sc-button.style-place-monit span::before{
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.flat-bt-slider .sc-button.style.active,
.sc-button.style-place-monit {
    background-color: #fff;
}

.flat-bt-slider .sc-button.style span::before {
    color             : #fff;
    top               : -2px;
    font-size         : 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.flat-bt-slider .sc-button:hover span::before {
    color             : #072466;
}

.flat-bt-slider .sc-button.style.note span::before{
    font-size: 20px;
}


.swiper-button-prev,
.swiper-button-next {
    opacity           : 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.srp-title-page:hover .swiper-button-prev,
.srp-title-page:hover .swiper-button-next {
    opacity: 1;
}

.swiper-button-prev:after {
    font-size: 30px;
}


.srp-title-page.inner {
    padding        : 139px 0 59px;
    position       : relative;
    background-size: cover;
}
.is_dark .srp-title-page.inner {
    background-size: cover;
}
.page-title-heading .heading {
    line-height: 58px;
    color      : #fff;
}


.breadcrumbs {
    width          : 100%;
    display        : flex;
    justify-content: center;
}

.breadcrumbs.style2 ul li {
    padding: 0 6px 0 8px;
}

.breadcrumbs ul li {
    display: inline-block;
    padding: 0 8px 0 6px;
    color  : #fff;
}

.breadcrumbs ul li,
.breadcrumbs ul li a {
    font-size  : 18px;
    line-height: 28px;
}

.breadcrumbs ul li a {
    position     : relative;
    color        : #8A8AA0;
    padding-right: 15px;
}

.breadcrumbs ul li a:hover {
    color: #fff;
}

.breadcrumbs ul li a::after {
    content         : "";
    position        : absolute;
    background-color: #8A8AA0;
    ;
    width    : 1px;
    height   : 14px;
    bottom   : 4px;
    right    : 0;
    transform: rotate(13deg);
}


.srp-card-mon .card-title h5 {
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
    max-width    : 70%;
}

.srp-card-mon .card-title .tags {
    width           : 49px;
    height          : 24px;
    line-height     : 24px;
    text-align      : center;
    font-weight     : bold;
    font-size       : 12px;
    color           : #fff;
    background-color: var(--primary-color3);
    border-radius   : 10px;
    letter-spacing  : 0.1em;
    text-transform  : uppercase;
}

.srp-card-mon .meta-info .players {
    text-align: right;
}

.wrap-flex-box {
    display  : flex;
    display  : -webkit-box;
    display  : -ms-flexbox;
    display  : -webkit-flex;
    flex-wrap: wrap;
}

.wrap-flex-box .post {
    width        : 100%;
}

.inner-post-bg {
  background: var(--ticket);
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.wrap-flex-box .side-bar {
    width       : 26%;
    padding-left: 7px;
}

.side-bar.details {
    padding-top: 3px;
}

.post .divider {
    margin-top   : 22px;
    margin-bottom: 17px;
}

.post .title-post {
    text-transform: capitalize;
    line-height   : 50px;
    margin-top    : 1px;
}

.wrap-flex-box .post .inner-content .image img {
    width: 100%;
}

.meta-post .box {
    width: 50%;
}

.meta-post .box.left {
    display        : flex;
    justify-content: end;
}

.meta-post .inner {
    position: relative;
}

.meta-post .inner h6 {
    font-size    : 16px;
    line-height  : 26px;
    margin-bottom: 2px;
}

.meta-post .inner p {
    font-size  : 13px;
    line-height: 20px;
}

.meta-post .inner h6,
.meta-post .inner p {
    text-transform: uppercase;
}

.meta-post .inner.boder::after {
    position        : absolute;
    content         : "";
    width           : 1.5px;
    height          : 36px;
    right           : 0;
    top             : 0;
    background-color: var(--primary-color3);
    top             : 6px;
}

.inner-post .heading {
    text-transform: capitalize;
    line-height   : 30px;
}

.inner-post .image-box {
    display     : flex;
    flex-wrap   : wrap;
    margin-right: -32px;
}

.inner-post .image-box img {
    width       : calc(49% - 20px);
    margin-right: 20px;
}

.post .divider.d2 {
    margin-top   : 37px;
    margin-bottom: 41px;
}

#comments .heading {
    font-size  : 30px;
    line-height: 42px;
}

#comments form {
    padding-right: 3px;
}

#comments fieldset {
    position     : relative;
    overflow     : hidden;
    width        : 100%;
    margin-bottom: 20px;
}

#comments fieldset.name,
#comments fieldset.email {
    float: left;
    width: 50%;
}

#comments fieldset.name {
    padding-right: 10px;
}

#comments fieldset.email {
    padding-left: 10px;
}


#comments .comment-form textarea {
    padding: 15px 15px 13px;
}

.tf-blog .load-more {
    display   : block;
    text-align: center;
    margin-top: 10px;
}
#comments .comment-form textarea,
#comments input[type="email"],
#comments input[type="text"]{
    border: 1px solid rgba(138, 138, 160, 0.3);
}


.srp-section.srp-live {
    padding-bottom: 70px;
}

.monit .swiper-button-next.btn-slide-next,
.monit .swiper-button-prev.btn-slide-prev {
    position: absolute;
    bottom  : -7px;
    opacity : 1;
    top     : auto;
}

.monit .swiper-button-next.btn-slide-next {
    right: 43.8%;
}

.monit .swiper-button-prev.btn-slide-prev{
    left: 44.5%;
}

.swiper-button-next.btn-slide-next::after,
.swiper-button-prev.btn-slide-prev::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.monit .swiper-button-next.btn-slide-next::after,
.monit .swiper-button-prev.btn-slide-prev::after {
    color      : var(--primary-color2);
    font-size  : 16px;
    font-weight: bold;
}

.monit .swiper-pagination-bullets{
    position: relative;
    margin-top: 5px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    justify-items  : center;
    padding-left   : 15px;
}

.monit .swiper-pagination-bullet{
    border: 1px solid var(--primary-color6);
    background: transparent;
    width     : 8px;
    height    : 8px;
    position  : relative;
    opacity   : 1;
}

.monit.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 11px 0 5px;
}

.monit .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position  : relative;
    background: var(--primary-color6);
}

.monit .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position     : absolute;
    transform    : translate(-50%, -50%);
    top          : 50%;
    left         : 50%;
    border-radius: 50%;
    content      : "";
    width        : 16px;
    height       : 16px;
    border       : 1px solid var(--primary-color6);
    overflow     : visible;
}

.heading-srp-live {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
}

.heading-srp-live .srp-title::before {
    display: none;
}

.heading-srp-live .players {
    position      : relative;
    font-weight   : bold;
    font-size     : 16px;
    line-height   : 20px;
    letter-spacing: 0.1em;
    margin-top    : -20px;
}
.srp-live .heading-srp-live .exp.style2::after {
    background: linear-gradient(216.56deg, #E250E5 5.32%, #4B50E6 94.32%);
}


.srp-title.pb-bt-14 {
    padding-bottom: 14px;
}

.srp-title-page.style2{
    position: relative;
    overflow: hidden;
    background: var(--bg-section);
    padding: 89px 0 17px;
}

.srp-title-page.style-3 {
    padding: 72px 0 32px;
}

.mainslider.home .flat-slider{
    padding: 0 0 0px;
}

.srp-title-page.style2 .overlay{
  background: none;
}

.text-main {
  color: white;
  width: 30%;
  font-size: 24px;
  text-shadow: 1px 1px 20px black;
  transform: skewY(-4deg);
  text-align: center;
  margin-top: 10%;
  margin-right: 5%;
}

.is_dark .srp-title-page.style2 .overlay,
.is_dark .srp-title-page .overlay {
    background: none;
}

.is_dark .srp-title-page.inner .overlay {
    background: rgba(20, 20, 31, 0.1);
}

.mainslider.home .wrap-heading .content{
    width: 50%;
    padding-top: 125px;
}

.mainslider.home .image{
    position: relative;
    width: 50%;
    padding-top: 50px;
    padding-right: 132px;
    text-align: right;
}

.mainslider.home .image img{
    animation: move5 10s infinite linear;
}


.mainslider.home .flat-bt-slider .sc-button.style {
    margin-right: 16px;
    margin-left: 0;
}

.mainslider.home .flat-bt-slider .sc-button.style span{
    padding-left: 31px;
}

.srp-title-page .shape.item-w-16{
    top: 24.8%;
    right: 36.8%;
}

.srp-title-page .shape.item-w-22{
    top: 60.5%;
    left: 35.5%;
}

.srp-title-page .shape.item-w-32{
    top: 56.7%;
    right: 18.8%;
}

.srp-title-page .shape.item-w-48{
    top: 53.5%;
    right: 39.6%;
}

.srp-title-page .shape.item-w-51{
    top: 14.5%;
    right: 16.4%;
}

.srp-title-page .shape.item-w-51.position2{
    top: 28%;
    right: 53.8%;
}

.srp-title-page .shape.item-w-68{
    top: 28%;
    right: 13.5%;
}

.srp-title-page.style2 .img-bg{
    position: absolute;
    z-index: -1;
    right: 0%;
    top: 14%;
    max-width: 100%;
}

.srp-title-page .bgr-gradient{
    display: none;
}

.is_dark .srp-title-page .bgr-gradient{
    display: block;
}

.srp-title-page .bgr-gradient{
    position: absolute;
    z-index: 99;
}

.srp-title-page .bgr-gradient.gradient1{
    top: 0;
    left: 0;
    width: 528px;
    height: 327px;
    z-index: 0;
}

.srp-title-page .bgr-gradient.gradient2{
    top: 72%;
    left: 73%;
    width: 315px;
    height: 195px;
}

.srp-title-page .bgr-gradient.gradient3{
    top: 0;
    right: 0;
    width: 178px;
    height: 110px;
}

.shape{
    border-radius: 50%;
    z-index: 1;
    position: absolute;
}

.shape.item-w-22,
.shape.item-w-48,
.shape.item-w-68{
    animation: move4 10s infinite linear;
}

.shape.item-w-51,
.shape.item-w-32,
.shape.item-w-16{
    animation: move3 10s infinite linear;
}

.shape.item-w-16{
    width: 16px;
    height: 16px;
}

.shape.item-w-22{
    width: 22px;
    height: 22px;
}

.shape.item-w-32{
    width: 32px;
    height: 32px;
}

.shape.item-w-48{
    width: 48px;
    height: 48px;
}

.shape.item-w-51{
    width: 51px;
    height: 51px;
}

.shape.item-w-68{
    width: 68px;
    height: 68px;
}

.srp-title-page.home3 .shape.item-w-48 {
    top: 57%;
    right: 39.6%;
}

.srp-title-page.home3 .shape{
    display: none;
}

.is_dark .srp-title-page.home3 .shape{
    display: block;
}

.shape{
    background: linear-gradient(
    216.56deg,#E250E5 5.32%,#4B50E6 94.32%);
}

.is_dark .shape.style2::before {
    content: '';
    width: 47px;
    height: 47px;
    background: #14141F;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.srp-section.srp-live.style1{
    padding-top: 91px;
}

.srp-section.srp-live.style2{
    padding-top: 16px;
}


.srp-section.srp-live.style2{
    padding-bottom: 0px;
}

.srp-section.srp-live.style3{
    padding-top: 41px;
}


.srp-section.srp-live.style4{
    padding: 27px 0 30px;
}

.sc-card-collection.style-2.home2 .card-bottom {
    align-items: flex-start;
}

.sc-card-collection.style-2.home2 .card-bottom .main-monit .content h4 {
    margin-bottom: 4px;
}

.sc-card-collection.style-2.home2 .card-bottom .main-monit .infor span{
    letter-spacing: -0.5px;
}

.tf-box-icon.srp-live.style1{
    padding: 22px 0 79px;
}

.sc-box-icon-inner.style2 .sc-box-icon{
    text-align: left;
}

.sc-box-icon-inner.style2 .sc-box-icon .image {
    margin-bottom: 29px;
}

.sc-box-icon-inner.style2 .sc-box-icon .content{
    padding-right: 6px;
}

.is_dark .sc-box-icon .content{
    color: #fff;
}


.srp-section.sc-explore-2 {
    padding: 80px 0 80px;
}

.seclect-box.style3 {
    float: right;
}

.seclect-box.style3 .dropdown>a:after {
    right: 15px;
}

.flat-tabs.explore-tab {
    width: 100%;
}

.flat-tabs .menu-tab:hover {
    cursor: pointer;
}

.explore-tab .content-tab .content-inner {
    display    : flex;
    display    : -webkit-box;
    display    : -ms-flexbox;
    display    : -webkit-flex;
    flex-wrap  : wrap;
    margin-left: -30px;
}

.explore-tab .content-tab .content-inner .srp-card-mon {
    width      : calc(25% - 30px);
    margin-left: 30px;
}

.explore-tab .menu-tab li {
    display           : inline-block;
    background-color  : var(--primary-color7);
    border-radius     : 6px;
    padding           : 11px 18px 11px;
    margin-right      : 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.explore-tab .menu-tab li.active,
.explore-tab .menu-tab li:hover {
    background-color: var(--primary-color3);
}

.explore-tab .menu-tab li.active span,
.explore-tab .menu-tab li:hover span {
    color: #fff;
}

.explore-tab .menu-tab li span {
    font-size         : 15px;
    line-height       : 24px;
    color             : var(--primary-color2);
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}

.srp-card-mon.explode.style2 {
    padding-bottom: 13px;
}

.srp-card-mon.explode.style2 .card-media {
    margin-bottom: 21px;
}

.srp-card-mon.explode.style2 .card-title {
    margin-bottom: 17px;
}

.main-form {
    margin: 0 25.5%;
}

.box-title-login {
    position     : relative;
    margin-bottom: 30px;
}

.box-title-login::before,
.box-title-login::after {
    content  : '';
    height   : 1px;
    position : absolute;
    width    : 38%;
    top      : 50%;
    transform: translateY(-50%);
}

.box-title-login::before {
    left: 0;
}

.box-title-login::after {
    right: 0;
}
 .box-title-login::before, .box-title-login::after {
    background-color: #EBEBEB;
}
.is_dark .box-title-login::before,
.is_dark .box-title-login::after {
    background-color: #343444;
}
.box-title-login h5 {
    line-height: 28px;
    font-weight: 400;
    text-align : center;
}

.box-title-login h5 {
    color: #7A798A;
}

.row-form.style-1 {
    display        : -webkit-box;
    display        : -moz-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    display        : flex;
    justify-content: space-between;
    margin-bottom  : 30px;
}

.row-form.style-2 {
    position: relative;
}

.forgot-pass {
    font-size  : 13px;
    line-height: 15px;
    font-weight: 700;
}

.form-inner form input {
    font-size    : 14px;
    border       : 1px solid rgba(138, 138, 160, 0.3);
    border-radius: 8px;
    padding      : 9px 20px;
    margin-bottom: 24px;
}

.form-inner form input {
    color: var(--primary-color2);
}

.form-bg {
  background: var(--color-monitoring);
  padding: 20px;
  border-radius: 22px;
}

.form-inner form input::placeholder,
.form-inner form textarea::placeholder {
    font-size: 14px;
}

.form-inner form label {
    line-height : 26px;
    font-size   : 14px;
    position    : relative;
    cursor      : pointer;
    padding-left: 29px;
}

.form-inner label input {
    position     : absolute;
    opacity      : 0;
    width        : 100%;
    height       : 100%;
    top          : 0;
    left         : 0;
    z-index      : 1;
    margin-right : 0px;
    margin-bottom: 0px;
}

.form-inner .btn-checkbox {
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 20px;
    height          : 20px;
    background-color: transparent;
    border-radius   : 4px;
}

.form-inner .btn-checkbox {
    border: 1px solid #8A8AA0;
}

.form-inner form label input:checked~.btn-checkbox {
    background-color: var(--primary-color3);
    border          : 2px solid var(--primary-color3);
}

.form-inner .btn-checkbox:after {
    content : "";
    position: absolute;
    display : none;
}

.form-inner form label input:checked~.btn-checkbox:after {
    display: block;
}

.form-inner .btn-checkbox:after {
    content    : "\e921";
      font-family: 'nfts';
    left       : 2px;
    top        : -3px;
    color      : #fff;
}

.form-inner button {
    width     : 100%;
    background: rgba(81, 66, 252, 0.1);
    border: 1px solid rgba(81, 66, 252, 0.1);
    border    : none;
    color     : var(--primary-color3);
}
.is_dark .form-inner button {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.is_dark .form-inner button:hover {
    border: 2px solid #072466;
}
.form-inner button:hover {
    border: none;
    background: var(--primary-color3);
    color     : #fff;
}

.form-inner form select {
    width        : 100%;
    font-size    : 14px;
    border       : 1px solid rgba(138, 138, 160, 0.3);
    border-radius: 8px;
    padding      : 16px 20px;
    margin-bottom: 24px;
    color        : #8A8AA0;
    background   : transparent;
}

.form-inner form textarea {
    height       : 120px;
    font-size    : 14px;
    border       : 1px solid rgba(138, 138, 160, 0.3);
    border-radius: 8px;
    padding      : 8px 20px;
    margin-bottom: 40px;
}


.lk {
  padding-top: 8%;
}

.tab-authors .main-monit-profile {
    background: url("../images/item-background/green.gif") no-repeat center;
    background-size: cover;
    -webkit-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
     border-radius: 12px 12px 0 0;
     padding: 2.8% 2.8% 2.5% 2.8%;
    position: relative;
    width: 100%;
    height: 100%;
}

.is_dark .tab-authors .main-monit-profile {
    background: url("../images/item-background/green.gif") no-repeat center;
    background-size: cover;
    -webkit-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
     border-radius: 12px 12px 0 0;
    position: relative;
    width: 100%;
    height: 100%;
}

.tab-authors .main-monit-profile .avatar {
    -webkit-border-radius: 21px;
    -ms-border-radius    : 21px;
    -o-border-radius     : 21px;
    -moz-border-radius   : 21px;
    border-radius        : 21px;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width:300px;
    height:300px;
    -o-object-fit:cover;
    object-fit:cover;
}

.tab-authors .main-monit-profile .infor-profile {
    width: 54.2%;
    padding-top: 71px;
    padding-left: 0px;
}

.tab-authors .main-monit-profile .feature-profile{
    width: 20.8%;
    position: relative;
}

.tab-authors .main-monit-profile .infor-profile .title {
    color : #fff;
    margin: 6px 0 12px 0;
    text-shadow: 1px 1px 20px black;
}

.tab-authors .main-monit-profile .infor-profile form {
    position: relative;
    width   : 190px;
}


.tab-authors .main-monit-profile .widget-social {
    width          : 25%;
    padding-top    : 20px;
    padding-left   : 9px;
    display        : -webkit-box;
    display        : -moz-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    display        : flex;
    justify-content: space-between;
}

.tab-authors .main-monit-profile .widget-social ul,
.tab-authors .main-monit-profile .widget-social .btn-profile {
    float: right;
}

.tab-authors .main-monit-profile .infor-profile span {
    color      : #EBEBEB;
    font-size  : 18px;
    line-height: 28px;
    text-shadow: 1px 1px 20px black;
}

.tab-authors .main-monit-profile .infor-profile .content {
    color        : #f8f8f8;
    font-size    : 14px;
    line-height  : 22px;
    padding-right: 21%;
    margin-bottom: 22px;
}

.tab-authors .main-monit-profile .infor-profile input {
    width                : 190px;
    height               : 36px;
    font-size            : 13px;
    padding              : 13px 19px;
    padding-right        : 50px;
    white-space          : nowrap;
    overflow             : hidden;
    text-overflow        : ellipsis;
    -webkit-border-radius: 20px;
    -ms-border-radius    : 20px;
    -o-border-radius     : 20px;
    -moz-border-radius   : 20px;
    border-radius        : 20px;
    background-color     : #f8f8f8;
}

.tab-authors .main-monit-profile .infor-profile button {
  position: absolute;
  background: transparent;
  padding: 2px 10px 2px 10px;
  color: white;
  border: 1px solid white;
  font-size: 1.3em;
}

.tab-authors .main-monit-profile .btn-profile a.sc-button {
    font-size: 13px;
    letter-spacing: 0.7px;
    padding:12px 27px;
    border: 1.5px solid #fff;
}

.tab-authors .main-monit-profile .btn-profile i{
    font-size: 13px;
    padding-right: 5px;
}

.tab-authors .main-monit-profile .btn-profile a.sc-button:hover {
    color: #fff;
    background-color: #072466;
    border: 1.5px solid #072466;
}

.tab-authors .menu-tab {
    -webkit-border-radius: 0 0 12px 12px;
    -ms-border-radius: 0 0 12px 12px;
    -o-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
     border-radius: 0 0 12px 12px;
     background: var(--primary-color7);
}

.tab-authors .menu-tab .tablinks {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding: 2.2% 68px 2.5% ;
}

.tab-authors .menu-tab .tablinks.active {
    color: var(--whiteandblack);
    position: relative;
}
.tab-authors .menu-tab .tablinks.active::after {
    content: '';
    position: absolute;
    bottom: -7.5px;
    left: 50%;
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    background-color: var(--bg-section);
    margin: 0 -7.5px;
}

.tab-authors .content-tab {
    margin-top: 28px;
}

.tab-authors .content-tab .card-media {
    margin-bottom: 21px;
}

.tab-authors .content-tab .card-title {
    margin-bottom: 18px;
}

.tab-authors .content-tab .srp-card-mon.explode {
    padding-bottom: 14px;
}

.btn-sklad {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  background-color: var(--alertbg);
  color: var(--whiteandblack);
  border-radius: 30px;
  padding: 1px 20px;
  border: 1px solid var(--alertbg);
  display: inline-block;
  -webkit-appearance: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btn-sklad:hover {
  border: 1px solid var(--alertbg);
  color: var(--whiteandblack)!important;
}


.sub-title.help-center {
    max-width : 600px;
    margin    : 0 auto;
    text-align: center;
}

.is_dark .sub-title.help-center {
    color: #fff;
}
.srp-title.pb-bt-14 {
    padding-bottom: 14px;
}

.srp-section.item-details{
    padding: 75px 0 80px;
}
.tf-item-details {
    padding-bottom: 0;
    margin-bottom : -7px;
}

.tf-item-details .content-left .media {
    border-radius: 10px;
    overflow     : hidden;
}

.tf-item-details .content-right {
    padding-left: 10%;
    margin-top  : 5px;
}

.tf-item-details .content-right h2 {
    margin-bottom: 18px;
    line-height  : 40px;
}

.tf-item-details .content-right h2.style2 {
    margin-top: -2px;
}

.tf-item-details .content-right .meta-item {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    margin-bottom  : 24px;
    font-weight: bold;
    font-size  : 14px;
    line-height: 22px;
}

.tf-item-details .content-right .meta-item a {
    margin-right: 10px;
}

.tf-item-details .content-right .meta-item span:last-child,
.tf-item-details .content-right .meta-item a:last-child {
    margin-right: 0;
}

.tf-item-details .content-right .meta-item .eye::before,
.tf-item-details .content-right .meta-item .heart::before,
.tf-item-details .content-right .meta-item .share::before,
.tf-item-details .content-right .meta-item .option::before {
    font-family   : 'nfts';
    content       : '\e92a';
    font-weight   : 500;
    padding-right : 6px;
    vertical-align: bottom;
    font-size     : 16px;
}

.tf-item-details .content-right .meta-item .heart::before {
    content: '\e90b';
}

.tf-item-details .content-right .meta-item .share::before {
    content: '\e918';
}

.tf-item-details .content-right .meta-item .option::before {
    content: '\e92c';
}

.tf-item-details .content-right .meta-item .share,
.tf-item-details .content-right .meta-item .option {
    display         : inline-block;
    width           : 36px;
    height          : 36px;
    line-height     : 36px;
    border-radius   : 50%;
    text-align      : center;
    background-color: var(--primary-color7);
    cursor          : pointer;
}

.tf-item-details .content-right .meta-item .share::before,
.tf-item-details .content-right .meta-item .option::before {
    padding-right: 0;
}

.tf-item-details .content-right .meta-item .share:hover,
.tf-item-details .content-right .meta-item .option:hover {
    background-color: var(--primary-color3);
    color           : var(--primary-color);
}

.tf-item-details .content-right .client-infor,
.tf-item-details .content-right .meta-item-details {
    display      : flex;
    width        : 100%;
    background   : unset;
    box-shadow   : unset;
    transform    : unset;
    padding      : 0;
    margin-bottom: 12px;
}

.tf-item-details .content-right .client-infor .meta-info,
.tf-item-details .content-right .meta-item-details .item {
    width        : 50%;
    margin-right : 30px;
    background   : var(--primary-color7);
    border-radius: 16px;
    padding      : 12px;
}

.tf-item-details .content-right .client-infor .meta-info:last-child,
.tf-item-details .content-right .meta-item-details .item:last-child {
    margin-right: 0;
}

.tf-item-details .content-right p {
    font-size  : 14px;
    line-height: 22px;
}

.tf-item-details .content-right .meta-item-details {
    margin-top: 20px;
    margin-bottom: 33px;
}

.tf-item-details .content-right .meta-item-details.style2{
    margin-bottom: 33px;
}

.tf-item-details .content-right .meta-item-details.style2{
    margin-top: 18px;
}

.tf-item-details .content-right .meta-item-details.style2 .item {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    padding        : 12px 24px;
}

.tf-item-details .content-right .meta-item-details .item .players-box {
    display    : flex;
    align-items: flex-end;
}

.tf-item-details .content-right .meta-item-details .item .players-box span {
    font-size  : 13px;
    line-height: 20px;
    color      : var(--primary-color4);
    margin-left: 8px;
}

.tf-item-details .content-right .meta-item-details .item .heading {
    font-weight: 600;
    font-size  : 15px;
    line-height: 26px;
    color      : var(--primary-color4);
}

.tf-item-details .content-right .meta-item-details .item .heading.style-2 {
    color: var(--primary-color2);
}

.tf-item-details .content-right .meta-item-details .count-down .countdown__item {
    color      : var(--primary-color2);
    font-weight: bold;
    font-size  : 18px;
    line-height: 26px;
}

.tf-item-details .content-right .meta-item-details .js-countdown .countdown__label {
    margin: 0 5px;
}

.tf-item-details .content-right .meta-item-details .countdown__item:last-child .countdown__label {
    margin: 0;
}

.tf-item-details .content-right .sc-button {
    display      : block;
    text-align   : center;
    padding      : 12px 40px;
    margin-bottom: 23px;
}

.tf-item-details .content-right .srptheme-tabs .content {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
}

.tf-item-details .content-right .srptheme-tabs .tab-title {
    display      : flex;
    align-items  : center;
    padding      : 7px 0;
    border-bottom: 1px solid #EBEBEB;
    margin-right: 62px;
}

.is_dark .tf-item-details .content-right .srptheme-tabs .tab-title {
    border-bottom: 1px solid #1F1F2C;
}

.tf-item-details .content-right .srptheme-tabs .tab-title li {
    position    : relative;
    font-weight : 600;
    font-size   : 15px;
    line-height : 26px;
    margin-right: 50px;
    color       : var(--primary-color2);
    cursor      : pointer;
}

.tf-item-details .content-right .srptheme-tabs .tab-title li.active::after {
    content         : '';
    position        : absolute;
    bottom          : -8px;
    left            : 0;
    width           : 100%;
    height          : 2px;
    background-color: var(--primary-color3);
}

.tf-item-details .content-right .srptheme-tabs .tab-title li.active {
    color: var(--primary-color3);
}

.tf-item-details .content-right .srptheme-tabs li .sc-main-monit-box.style-2 {
    display      : flex;
    padding      : 0;
    margin-bottom: 0;
    text-align   : unset;
}

.tf-item-details .content-right .srptheme-tabs .bid-history-list li .sc-main-monit-box.style-2 {
    align-items: flex-start;
}

.tf-item-details .content-right .srptheme-tabs li .main-monit-avatar {
    margin-bottom: 0;
    margin-left  : 0;
    margin-right : 12px;
}

.tf-item-details .content-right .srptheme-tabs li .main-monit-avatar img {
    width        : 44px;
    height       : 44px;
    border-radius: 13px;
    object-fit   : cover;
}

.tf-item-details .content-right .srptheme-tabs li .main-monit-avatar .badge {
    width      : 12px;
    height     : 12px;
    line-height: 12px;
    right: -2px;
}

.tf-item-details .content-right .srptheme-tabs li .main-monit-avatar .badge::after {
    font-size: 7px;
    color    : #fff;
}

.tf-item-details .content-right .srptheme-tabs li .main-monit-infor {
    margin: 0;
}

.main-monit-infor .time {
    font-size: 13px;
    line-height: 20px;
    color: var(--primary-color4);
}

.tf-item-details .content-right .srptheme-tabs li .main-monit-infor .name {
    display    : flex;
    align-items: center;
    font-size  : 13px;
    line-height: 21px;
    color      : var(--primary-color4);
    padding-bottom: 2px;
}

.tf-item-details .content-right .srptheme-tabs li .main-monit-infor .name span {
    margin-left: 6px;
}

.tf-item-details .content-right .srptheme-tabs .bid-history-list .content .players {
    text-align: right;
}

.tf-item-details .content-right .srptheme-tabs .bid-history-list .content .players h5 {
    font-size  : 14px;
    line-height: 22px;
}

.tf-item-details .content-right .srptheme-tabs .bid-history-list .content .players span {
    font-size  : 13px;
    line-height: 18px;
}

.tf-item-details .content-right .srptheme-tabs .bid-history-list li {
    padding      : 12px 0 11px;
    border-bottom: 1px solid #EBEBEB;
}

.is_dark .tf-item-details .content-right .srptheme-tabs .bid-history-list li {
    border-bottom: 1px solid #1F1F2C;
}

.tf-item-details .content-right .srptheme-tabs .bid-history-list li:last-child {
    border: unset;
}
.tf-item-details .content-right .srptheme-tabs .tab-content {
    height       : 210px;
    overflow     : hidden;
    overflow-y   : auto;
    padding-top  : 9px;
    padding-right: 60px;
}

.tf-item-details .content-right .srptheme-tabs .tab-content::-webkit-scrollbar,
.item .side-bar.item::-webkit-scrollbar {
    width           : 1px;
    background-color: var(--primary-color5);
}

.tf-item-details .content-right .srptheme-tabs .tab-content::-webkit-scrollbar-thumb,
.item .side-bar.item::-webkit-scrollbar {
    background-color: #8A8AA0;
    height          : 30px;
    border-radius   : 100px;
}

.tf-item-details.style-2 .content-right .sc-button {
    margin-bottom: 31px;
}

.infor-list {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center!important;
}

.infor-list span{
    font-size: 13px;
    line-height: 24px;
    color: var(--primary-color4);
}

.tab-infor p{
    font-size: 13px;
    line-height: 24px;
    color: var(--primary-color4);
}

.infor-list img {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    object-fit: cover;
}

.provenance p{
    font-size: 13px;
    line-height: 14px;
    color: var(--primary-color4);
}

.srp-section.tf-explore-2 {
    padding-bottom: 80px;
}

.box-epxlore {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box-epxlore .srp-card-mon {
    width: 31.5%;
}

.bg-dark {
    background-color: #212529!important;
    height: 60px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}
.style_switcher {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    position: absolute;
    top: 21px;
    right: 11px;
    justify-content: center;
    align-items: center;
  }

  .style_switcher h6{
      line-height: 1.2;
      width: 85px;
      text-align: center;
      color: #fff;
  }

  .style_switcher h6 strong{
    font-size: 18px;
    font-weight: bold;
  }

  .style_switcher a {
    background: #343444;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 16px;
    margin-left: 10px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
  }

  .style_switcher .light.is_active {
    background: linear-gradient(216.56deg, #507ee5 5.32%, #4B50E6 94.32%);
  }

  .style_switcher .dark.is_active {
    background: linear-gradient(216.56deg, #507ee5 5.32%, #4B50E6 94.32%);
  }

  .style_switcher a i {
    margin-right: 5px;
  }

  .is__dark {
    background: #0b1b27;
  }



.tf-box {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.box-item {
    width: 20%;
}


.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}

.tab-create-item form input,
.tab-create-item form textarea,
.tab-create-item form section {
    border: 1px solid rgba(138, 138, 160, 0.3);
    border-radius: 8px;
    color: var(--primary-color4);
    font-size: 14px;
}

.tab-create-item form input::placeholder,
.tab-create-item form textarea::placeholder  {
    color: var(--primary-color4);
    font-size: 14px;
}

.tab-create-item form input {
    padding: 0px 20px;
    margin-bottom: 24px;
    line-height: 44px;
}

.tab-create-item form textarea {
    padding: 11px 20px;
    margin-bottom: 24px;
}

.row-form.style-3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.row-form.style-3 .inner-row-form {
    width: 32%;
}

.row-form.style-3 .inner-row-form input,
.row-form.style-3 .inner-row-form select {
    margin-bottom: 0;
}

.row-form.style-3 .seclect-box {
    padding-top: 47px;
}

.row-form.style-3 .dropdown {
    width: 100%;
}

.row-form.style-3 .dropdown>a {
    width: 100%;
    min-width: auto;
    font-size: 13px;
    background: transparent;
    color: #7A798A;
    border: 1px solid rgba(138, 138, 160, 0.3);
    padding: 10px 30px 10px 20px;
    border-radius: 8px;
}

.row-form.style-3 .dropdown:hover >a {
    box-shadow: none;
}

.row-form.style-3 .dropdown>a:after {
    right: 20px;
    color: #7A798A;
}

.row-form.style-3 .seclect-box ul {
    padding-top: 12px;
    background: transparent;
    box-shadow: none;
    transform: translateY(0);
}

.row-form.style-3 .dropdown li {
    background: var(--primary-color);
    border: 1px solid rgba(138, 138, 160, 0.3);
}

.row-form.style-3 .dropdown li span {
    color: #7A798A;
}

.row-form.style-3 .dropdown li:hover {
    background: var(--primary-color5);
}

.row-form.style-3 .seclect-box ul li {
    border-top: none;
}

.row-form.style-3 .seclect-box ul li:first-child {
    border-top: none;
    border: 1px solid rgba(138, 138, 160, 0.3);
}
.row-form.style-3 .dropdown li:hover{
    background: #072466;
}

.row-form.style-3 .dropdown li:hover span{
    color: #ffffff;
}

.srp-section.wrap-accordion{
    padding: 80px 0 67px;
}
.srp-section.wrap-accordion .container{
    max-width: 800px;
}


.sc-card-profile {
    padding: 20px;
    background: var(--primary-color);
    box-shadow: 0px 3px 16px rgb(47 83 109 / 12%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.sc-card-profile .card-media{
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.sc-card-profile .card-media img{
    width: 100%;
    height: auto;
}

.option-profile .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.form-infor-profile{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-left: -40px;
}

.form-infor-profile .info-account,
.form-infor-profile .info-social{
    width: calc(50% - 40px);
    margin-left: 40px;
}

.form-infor-profile .title-create-item {
    margin-bottom: 21px;
}

.title-infor-account{
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #1F1F2C;
    margin-bottom: 7px;
}

.form-infor-profile textarea,
.form-infor-profile input[type="text"],
.form-infor-profile input[type="email"],
.form-infor-profile input[type="password"],
.form-infor-profile input[type="datetime"],
.form-infor-profile input[type="datetime-local"],
.form-infor-profile input[type="date"],
.form-infor-profile input[type="month"],
.form-infor-profile input[type="time"],
.form-infor-profile input[type="week"],
.form-infor-profile input[type="color"] {
    font-size: 14px;
    line-height: 22px;
    color: #1F1F2C;
    padding: 12px 15px 10px 20px;
    border-radius: 8px;
}

.form-infor-profile textarea{
    padding: 14px 15px 14px 20px;
}

.form-infor-profile textarea::placeholder,
.form-infor-profile input[type="email"]::placeholder,
.form-infor-profile input[type="text"]::placeholder,
.form-infor-profile input[type="password"]::placeholder,
.form-infor-profile input[type="datetime"]::placeholder,
.form-infor-profile input[type="datetime-local"]::placeholder,
.form-infor-profile input[type="date"]::placeholder,
.form-infor-profile input[type="month"]::placeholder,
.form-infor-profile input[type="time"]::placeholder,
.form-infor-profile input[type="week"]::placeholder,
.form-infor-profile input[type="email"]::placeholder,
.form-infor-profile input[type="color"]::placeholder {
    font-size: 14px;
    line-height: 22px;
    color: #7A798A;
}

.form-infor-profile form{
    width: 100%;
}

.form-infor-profile fieldset{
    margin-bottom: 25px;
}


.form-profile .tf-button-submit{
    background-color: rgba(81, 66, 252, 0.1);
    border: none;
    color: #072466;
    font-size: 14px;
    line-height: 22px;
    padding: 14px 41px 12px 41px;
}

.form-profile .tf-button-submit:hover{
    background-color: #072466;
    color: #fff;
}

.is_dark .form-profile .tf-button-submit{
    border:2px solid #fff;
    color: #fff;
    background: transparent none repeat scroll 0 0;
}

.is_dark .form-profile .tf-button-submit:hover{
    border-color: transparent;
    outline: 0 none;
    color: #072466;
    background-color: #fff;
}

.is_dark .form-infor-profile .title-infor-account{
    color: #fff;
}

.srp-section.tf-no-result{
    padding: 80px 0 0;
}

.srp-section.srp-live.result{
    padding: 81px 0 75px;
}

.tf-no-result .sr-title-heading{
    letter-spacing: 0.3px;
}

.tf-rank .container-fluid{
    max-width: 1440px;
}
.table-roulette{
    padding: 15px;
    margin: -15px;
    display: block;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-roulette .th-title{
    justify-content: space-around;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 23px;
    margin-bottom: 28px;
}

.is_dark .table-roulette .th-title{
    border-bottom: 1px solid #3C3C56;
}

.table-roulette .th-title h3{
    line-height: 30px;
}

.table-roulette .item{
    align-items: center;
    background: #fff;
    box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
    border-radius: 12px;
    padding: 10px 0px 10px 0px;
    margin-bottom: 24px;
}

.is_dark .table-roulette .item{
    background: #1b2038;
}

.table-roulette .item .infor-item .media{
    width: 80px;
    height: 80px;
}

.table-roulette .item .infor-item .media img{
    border-radius: 10px;
}

.table-roulette .item .infor-item .content p{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
}

.table-roulette .item .infor-item .media{
    margin-right: 20px;
}

.table-roulette .item .infor-item .title{
    white-space: nowrap;
    overflow: hidden;
    max-width: 90%;
    text-overflow: ellipsis;
}

.table-roulette .item .infor-item .main-monit .main-monit-avatar img{
    border-radius: 12px;
}
.table-roulette .item .infor-item .main-monit .main-monit-avatar {
    position: relative;
    margin-right: 4px;
}

.table-roulette .item .column span{
    font-size: 16px;
    line-height: 26px;
    color: #1F1F2C;
    font-weight: 500;
}

.is_dark .table-roulette .item .column span{
    color: var(--whiteandblack);
}

.table-roulette .item .column1{
    width: 29.7%;
}

.table-roulette .item .column{
    width: 100%;
}

.content-collection{
    width: 73%;
}
.table-roulette .th-title .column1{
    width: 22.5%;
}

.popup .modal-content{
    border-radius: 20px !important;
    border: none !important;
    box-shadow: 0px 3px 16px rgb(47 83 109 / 12%) !important;
    background-color: var(--color-boost-info);
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
}
.modal-body .players {
    font-weight: 700;
    font-size: 18px;
}
.modal-body .quantity{
    color: var(--primary-color2);
}
.modal-body .btn.btn-primary{
    width: 100%;
    border-radius: 20px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 20px;
    background-color: #072466 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
    outline: none;
    border: none ;
}

.modal-body .btn.btn-lkalert{
    width: 100%;
    border-radius: 20px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 20px;
    background-color: #f10d45 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
    outline: none;
    border: none ;
}

.modal-body .btn.btn-primary:hover{
    opacity: 0.8;
}

.modal-content .close{
    overflow: hidden;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: #fff;
    border: none;
    outline: none;
    z-index: 10 !important;
    opacity: 1;
    box-shadow: 0px 3px 16px rgb(47 83 109 / 12%);
}

.modal-content .close:hover{
    opacity: 1;
}

.modal-content .close span{
    font-size: 15px;
    color: var(--primary-color2);
}

.is_dark .modal-content .close{
    background-color: #14141F;
}

.is_dark .modal-content .close span{
    color: #fff;
}

.modal-body h3{
    text-align: center;
}

.modal{
    z-index: 999999 !important;
}

.modal-open .modal{
    overflow: hidden !important;
    padding-right: 0 !important;
}

.modal-dialog-centered{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    min-height: calc(100% - 1rem);
    margin: 1.75rem auto;
}
.modal.fade.popup.show{
    padding-right: 0 !important;
}

.header_1.header_2.style2.style3 {
    border-bottom: 1px solid transparent;
    background: linear-gradient(
        227.3deg, #8A208C 0%, #181B81 100.84%);
}

.is_dark .header_1.header_2.style2.style3 {
    border-bottom: 1px solid #1F1F2C;
    background: #14141F;
}

.tf-item {
    padding-top: 104px;
}

.tf-item .srptheme-container {
    width: 100%;
}

.widget-category .title-wg-category i.icon-fl-down-2.style2 {
        transform: rotateX(180deg);
}

#side-bar.item.style-3{
    padding-right: 0;
}

.side-bar.item {
    background-color: #fff;
    padding: 14px 0 30px;
    margin-top: 83px;
    width: 330px;
    z-index: 9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.is_dark .side-bar.item {
    background-color: #1F1F2C;
}

.side-bar.item .divider{
    width: 100%;
    height: 1px;
    background-color: #3C3C56;
    margin-bottom: 16px;
}

.side-bar.item .widget-category.boder-bt {
    border-bottom: 1px solid #3C3C56;
}

.side-bar.item .widget-filter .btn-filter {
    font-size: 14px;
}

.side-bar.item .widget-category form {
    padding-right: 20px;
    margin-bottom: 0;
}

.side-bar.item .widget-category form label {
    padding-left: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: -2px;
    letter-spacing: 0;
}

.side-bar.item .widget-category .title-wg-category {
    align-items: center;
    padding-right: 4px;
    margin-bottom: 16px;
}

.side-bar.item .widget-category.style3 .title-wg-category {
    margin-bottom: 23px;
}

.side-bar.item .widget-category .btn-checkbox {
    width: 20px;
    height: 20px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.side-bar.item .widget-category .btn-checkbox:after {
    font-size: 15px;
    position: relative;
    left: 0;
}

.side-bar.item .widget-category form label span {
    font-size: 15px;
    line-height: 26px;
}

.side-bar.item .widget-category form label span.pst-re{
    margin-top: 3px;
}

.flat-tabs.items .menu-tab {
    z-index: 9;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    box-shadow: 0px 3px 16px rgb(47 83 109 / 12%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.is_dark .flat-tabs.items .menu-tab {
    background-color: #1F1F2C;
    box-shadow: none;
}

.flat-tabs.items .menu-tab li{
    padding: 28px 23px 30px 40px;
    position: relative;
}
.item .flat-tabs.items .menu-tab {
    position: fixed;
}
.item .side-bar.item {
    position: fixed;
    overflow-x: auto;
    height: 800px;
}
.flat-tabs.items .menu-tab li.active::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 3px;
    width: 100%;
    background-color: #072466;
}

.flat-tabs.items .menu-tab li span{
    font-size: 20px;
    line-height: 25px;
    color: #8A8AA0;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
    font-weight: 700;
}

.flat-tabs.items .menu-tab li:hover span,
.flat-tabs.items .menu-tab li.active span{
    color: #072466;
}

.is_dark .flat-tabs.items .menu-tab li:hover span,
.is_dark .flat-tabs.items .menu-tab li.active span{
    color: #fff;
}

.flat-tabs.items .content-tab .content-inner {
    padding: 122px 40px 8px 40px;
}

.flat-tabs.items .content-tab .content-inner .option{
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flat-tabs.items .content-tab .content-inner .option .view {
    flex-wrap: wrap;
}

.flat-tabs.items .content-tab .content-inner .option .view,
.flat-tabs.items .content-tab .content-inner .option .view ul{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}

.flat-tabs.items .content-tab .content-inner .option .view .btn-sort-by ul li {
    border: none !important;
}

.flat-tabs.items .content-tab .content-inner .content-item{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    padding-top: 30px;
}

.flat-tabs.items .content-tab .content-inner .srp-card-mon {
    margin-bottom: 30px;
}


.content-item2 {
    display: none;
}

.flat-tabs.items .content-tab .content-inner .content-item2 {
    margin-left: -30px;
    overflow-x: auto;
    padding-top: 30px;
}

.flat-tabs.items .content-tab .content-inner .content-item2 .fl-item{
    width: calc(100% - 30px) !important;
    margin-left: 30px;
}

.content-item2 .srp-card-mon{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 20px 20px;
}

.content-item2 .srp-card-mon.menu_card.style-h7 .wrap-media {
    width: 12.5%;
}

.content-item2 .srp-card-mon.style-h7 .card-title,
.content-item2 .srp-card-mon.menu_card.style-h7 .card-media,
.content-item2 .srp-card-mon.menu_card .meta-info.style {
    margin-bottom: 0;
    margin-bottom: 0;
}

.content-item2 .srp-card-mon.menu_card.style-h7 .card-media {
    width: 135px;
    height: 135px;
}

.content-item2 .srp-card-mon.style-h7 .card-title {
    display: block;
    text-align: left;
    width: 19.5%;
}

.content-item2 .srp-card-mon.style-h7 .card-title h4 {
    white-space: nowrap;
    overflow: hidden;
    max-width: 90%;
}

.content-item2 .srp-card-mon.menu_card.style-h7 .meta-info .info p,
.content-item2 .srp-card-mon .countdown p,
.content-item2 .srp-card-mon.menu_card.style-h7 .meta-info.style p,
.content-item2 .srp-card-mon.style-h7 .card-title p {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #8A8AA0;
}

.content-item2 .srp-card-mon.menu_card.style-h7 .meta-info .info p{
    margin-bottom: 10px;
}

.content-item2 .srp-card-mon.menu_card.style-h7 .meta-info .info p.pricing {
    margin-bottom: -5px;
    padding-left: 7px;
}

.content-item2 .srp-card-mon .tags {
    width: 59px;
    height: 34px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-item2 .srp-card-mon.menu_card.style-h7 .meta-info {
    padding-left: 5px;
    justify-content: flex-start;
    width: 11.5%;
}

.content-item2 .sc-button.style-place-monit span {
    line-height: 0;
}

.content-item2 .sc-button.style-place-monit span::before{
    top: 0;
}

.content-item2 .sc-button.style-place-monit {
    width: 145px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}

.content-item2 .sc-button.style-place-monit {
    background-color: transparent;
    border: 1px solid #072466;
}

.content-item2 .sc-button.style-place-monit span{
    color: #072466;
}

.is_dark .content-item2 .sc-button.style-place-monit {
    border: 1px solid #8A8AA0;
}

.is_dark .content-item2 .sc-button.style-place-monit span{
    color: #fff;
}

.is_dark .content-item2 .sc-button.style-place-monit.sr-button.pri-3:hover {
    border: 1px solid #fff;
    background-color: #fff;
}

.is_dark .content-item2 .sc-button.style-place-monit.bag.sr-button:hover span{
    color: #14141F;
}
.is_dark .content-item2 .sc-button.style-place-monit.bag.sr-button:hover span::before{
    color: #072466;
}
.content-item2 .srp-card-mon .wrap-tag {
    width: 8%;
}
.content-item2 .srp-card-mon .wrap-hear {
    width: 8.5%;
}

.content-item2 .srp-card-mon .countdown {
    width: 12.5%;
}

.content-item2 .srp-card-mon .countdown p {
    margin-bottom: 11px;
}

.content-item2 .style-h7 .wishlist-button.heart::before {
    font-size: 15px;
}

.content-item2 .srp-card-mon.style-h7 .card-title p {
    margin-bottom: 14px;
}
.content-item2 .srp-card-mon.menu_card.style-h7 .wrap-infor {
    width: 20%;
}
.content-item2 .srp-card-mon.menu_card.style-h7 .meta-info.style p {
    margin-bottom: 7px;
}
.content-item2 .srp-card-mon.menu_card.style-h7 .meta-info.style .main-monit {
    margin-bottom: -4px;
    justify-content: flex-start;
}

.content-item2 .srp-card-mon.menu_card.style-h7 .meta-info .info p.pricing,
.content-item2 .srp-card-mon .countdown .featured-countdown span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color:#1F1F2C;
}

.is_dark .content-item2 .srp-card-mon.menu_card.style-h7 .meta-info .info p.pricing,
.is_dark .content-item2 .srp-card-mon .countdown .featured-countdown span {
    color:#fff;
}

.content-item2 .srp-card-mon.menu_card.style-h7 .meta-info.style {
    display: block;
    padding-left: 3px;
    width: 17.5%;
}

.content-item2 .srp-card-mon.menu_card.style-h7 .meta-info .main-monit .avatar {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    margin-right: 15px;
}

.content-item2 .srp-card-mon .countdown p::before {
    content: '\e900';
    font-family: 'nfts';
    color: var(--primary-color3);
    font-size: 20px;
}

.content-item2 .srp-card-mon .wishlist-button.heart {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 2px 9px;
    border-radius: 8px;
    background-color: #14141F;
    cursor: pointer;
    border: none;
}

.flat-tabs.items .content-tab .content-inner .option .view ul{
    margin-right: 24px;
}

.flat-tabs.items .content-tab .content-inner .option .view ul li {
    background-color: transparent;
    border: 1px solid #072466;
    padding: 8px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -ms-transition    : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
}
.flat-tabs.items .content-tab .content-inner .option .view .btn-sort-by ul li {
    background-color: #f8f8f8;
}
.is_dark .flat-tabs.items .content-tab .content-inner .option .view .btn-sort-by ul li {
    background-color: #3C3C56;
}
.is_dark .flat-tabs.items .content-tab .content-inner .option .view ul li {
    border: 1px solid #3C3C56;
}

.flat-tabs.items .content-tab .content-inner .option .view ul li svg path {
    fill: #072466;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.is_dark .flat-tabs.items .content-tab .content-inner .option .view ul li svg path {
    fill: #fff;
}

.flat-tabs.items .content-tab .content-inner .option .view ul li a{
    color: #fff;
}

.flat-tabs.items .content-tab .content-inner .option .view ul li:hover,
.flat-tabs.items .content-tab .content-inner .option .view ul li.active {
    background-color: #072466;
    border: 1px solid #072466;
}

.flat-tabs.items .content-tab .content-inner .option .view ul li:hover svg path,
.flat-tabs.items .content-tab .content-inner .option .view ul li.active svg path{
    fill: #fff;
}

.is_dark .flat-tabs.items .content-tab .content-inner .option .view ul li:hover svg path,
.is_dark .flat-tabs.items .content-tab .content-inner .option .view ul li.active svg path{
    fill: #fff;
}

.is_dark .flat-tabs.items .content-tab .content-inner .option .view ul li:hover,
.is_dark .flat-tabs.items .content-tab .content-inner .option .view ul li.active {
    background-color: #343444;
    border: 1px solid #343444;
}

.flat-tabs.items .content-tab .content-inner .option .view ul li:hover a span,
.flat-tabs.items .content-tab .content-inner .option .view ul li.active a span{
    color: #fff;
}

.is_dark .flat-tabs.items .content-tab .content-inner .option .view ul li:hover a span,
.is_dark .flat-tabs.items .content-tab .content-inner .option .view ul li.active a span{
    color: #fff;
}

.flat-tabs.items .content-tab .content-inner .option .view ul li.style1 {
    border-radius: 12px 0 0 12px;
}

.flat-tabs.items .content-tab .content-inner .option .view ul li.style2 {
    border-radius:0 12px 12px 0;
}

.flat-tabs.items .content-tab .content-inner .option .view ul li a {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}

.flat-tabs.items .content-tab .content-inner .option .view ul li a span{
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 12px;
    color: #072466;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}

.is_dark .flat-tabs.items .content-tab .content-inner .option .view ul li a span{
    color: #fff;
}

.flat-tabs.items .content-tab .content-inner .btn-sort-by {
    position: relative;
    border-radius: 12px;
    border-color: #072466;
    background-color: #072466;
    right: 0;
    padding: 9px 0px 9px 15px;
}

.is_dark .flat-tabs.items .content-tab .content-inner .btn-sort-by {
    border-color: #3C3C56;
    background-color: transparent;
}


.flat-tabs.items .content-tab .content-inner .btn-sort-by span{
    padding-left: 0;
}

.flat-tabs.items .content-tab .content-inner .btn-sort-by svg {
    margin-right: 10px;
}

.flat-tabs.items .content-tab .content-inner .btn-sort-by svg path{
    filter: red;
}

.btn-sort-by.dropdown>a::after{
    font-size: 12px;
    font-weight: 400;
    right: 18px;
    color: #fff;
}

.btn-sort-by.dropdown>a {
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
}

.btn-sort-by.dropdown ul {
    top: 100%;
    left: 0;
    flex-wrap: wrap;
    background-color: #343444;
}

.btn-sort-by.dropdown ul li {
    background-color: #343444;
}

.btn-sort-by.dropdown ul li span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.flat-tabs.items .content-tab .content-inner .content-item .col-item{
    width: calc(20% - 30px) !important;
    margin-left: 30px;
}

#side-bar.item .title-widget {
    margin-bottom: 0;
}

.side-bar.item .widget-filter .btn-filter.style-2 {
    padding-top: 0;
}

.side-bar.item .widget-filter.style-1 .header-widget-filter {
    align-items: center;
}

#side-bar.item .widget {
    padding: 0 40px 13px;
}

#side-bar.item .widget.widget-category {
    padding: 0 0 17px 0;
    margin-bottom: 16px;
}

#side-bar.item .widget.widget-category.style2 {
    margin-bottom: 28px;
}

#side-bar.item .wrap-category {
    padding: 0 40px 13px;
}

.side-bar.item .widget-category .title-wg-category i {
    font-size: 12px;
    font-weight: 500;
    padding-top: 0;
}

#side-bar.item .title-widget.style-2 {
    margin-bottom: 0;
}

.flat-tabs.items .srp-card-mon.style-h7 .meta-info .main-monit .info span.pricing {
    color: #fff;
}

.btn-auction.item .sc-button.loadmore {
    padding: 9px 40px;
}


.messagealert {
  background-color: var(--alertbg);
  width: calc(100% - 3em);
  max-width: 100%;
  padding: 1em 1em 1em 1.5em;
  border-left-width: 6px;
  border-left-style: solid;
  border-radius: 3px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  line-height: 1.5;
}
.messagealert + .messagealert {
  margin-top: 2em;
}
.messagealert:before {
  color: white;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 1em;
  left: -3px;
  border-radius: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.messagealert p {
  margin: 0 0 1em;
}
.messagealert p:last-child {
  margin-bottom: 0;
}

.messagealert--error {
  border-left-color: firebrick;
}
.messagealert--error:before {
  background-color: firebrick;
  content: "‼";
}

.messagealert--warning {
  border-left-color: darkorange;
}
.messagealert--warning:before {
  background-color: darkorange;
  content: "!";
}

.messagealert--success {
  border-left-color: #1dcf2ccf;
}
.messagealert--success:before {
  background-color: #1dcf2ccf;
  content: "✔";
}


.sms-text {
  padding-left: 5px;
}

.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 13px;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
  overflow: hidden;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
  border: none;
  overflow: hidden;
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}


[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}

#slider-range-value1::after {
  content: "-";
  margin: 0 5px;
}
.slider-labels .caption span,
.slider-labels .title {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
}

.slider-labels .title {
    color: #8A8AA0;
    margin-right: 3px;
}

.swiper-container-pointer-events.swiper-container-vertical {
    height: 778px;
}
.home5 .swiper-container-pointer-events.swiper-container-vertical {
    height: 886px;
}
.swiper-slide {
    height: auto !important;
}

.footer-classic {
	border-top: 1px solid #ebebeb
}

.footer-classic.footer-classic_boxed,
.footer-classic.footer-classic_boxed .footer-classic-aside {
	border-top: 0;
}

.breadcrumbs-custom+.footer-classic,
.bg-gray-100+.footer-classic {
	border-top: 0
}

.footer-classic-main {
	padding: 40px 0
}

.footer-classic-list {
	color: #262f3c
}

.footer-classic-title {
	font-weight: 600
}

.footer-classic-aside {
	padding: 20px 0;
	text-align: center;
}

.footer-classic-aside .rights {
	color: #8491a5
}

.footer-classic .footer-classic-title+* {
	margin-top: 15px
}

@media(max-width:575.98px) {
	.footer-classic-list {
		margin-bottom: -10px;
		margin-left: -15px
	}

	.footer-classic-list:empty {
		margin-bottom: 0;
		margin-left: 0
	}

	.footer-classic-list>* {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 10px;
		margin-left: 15px
	}

	.footer-classic-list>li {
		display: inline-block;
		vertical-align: middle
	}

	.footer-classic-list>li+li {
		margin-top: 0
	}
}

@media(min-width:576px) {
	.footer-classic-list>li+li {
		margin-top: 12px
	}

	.footer-classic-list_2-cols {
		columns: 2;
		break-inside: avoid;
		column-gap: 30px
	}

	.footer-classic .footer-classic-title+* {
		margin-top: 25px
	}
}

@media(min-width:768px) {
	.footer-classic-main {
		padding: 70px 0 60px
	}

	.footer-classic-aside {
		padding: 35px 0
	}
}

@media(min-width:1200px) {
	.footer-classic .footer-classic-title+* {
		margin-top: 38px
	}
}

.footer-light {
	padding: 40px 0 30px;
	background: #fff
}

.footer-light-main {
	display: flex;
	flex-direction: column;
	align-items: center
}

.footer-light-main>*+* {
	margin-top: 22px
}

.footer-light-list>li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px
}

.footer-light-list>li:last-child {
	margin-right: 0
}

.footer-light-list>li+li {
	margin-top: 0
}

@media(min-width:768px) {
	.footer-light {
		padding: 45px 0
	}

	.footer-light-main {
		flex-direction: row;
		justify-content: space-between
	}

	.footer-light-main>* {
		padding: 0 15px;
		flex-grow: 1;
		text-align: center
	}

	.footer-light-main>*:first-child {
		padding-left: 0;
		text-align: left
	}

	.footer-light-main>*:last-child {
		padding-right: 0;
		text-align: right
	}

	.footer-light-main>*+* {
		margin-top: 0
	}

	.footer-light-list>li {
		margin-right: 45px
	}
}

@media(min-width:1200px) {
	.footer-light-main>* {
		width: 33.33333%
	}
}

/* рулетка */
.daily-lottery {
  margin-top: 4%;
}

.roul-bg {
  color: var(--roulbg);
}

.info-roul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.balance {
  padding: 10px 10px 10px 10px;
  background: var(--alertbg);
  font-size: 15px;
  border-radius: 16px;
  margin-bottom: 15px;
}



.sumbit-btn {
  width     : auto;
  background: var(--roulbg);
  border: 1px solid rgba(81, 66, 252, 0.1);
  border    : none;
  color     : var(--whiteandblack);
}

.btn-fc-div {
  width: 100%;
  display: flex;
  justify-content: center;
}

.sumbit-fc-btn {
  width     : auto !important;
  background: var(--roulbg);
  border: 1px solid rgba(81, 66, 252, 0.1);
  border    : none;
  color     : var(--whiteandblack);
}

.sumbit-btn:hover {
  border    : none;
  box-shadow     : 0px 0px 20px 1px var(--shadow);
  color     : var(--whiteandblack);
}

@-webkit-keyframes rouletteBg {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes rouletteBg {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-o-keyframes rouletteBg {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes rouletteBg {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

.case-roulette__outer {
  margin: -.1rem;
  overflow: hidden
}

@media (min-width:992px) {
  .case-roulette__outer::before,
  .case-roulette__outer::after {
    content: "";
    top: -.1rem;
    bottom: -.1rem;
    position: absolute;
    width: 15%;
    z-index: 2;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem
  }
  .case-roulette__outer::after {
    right: -.1rem;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
  }
  .case-roulette__outer::before {
    left: -.1rem
  }
}

.case-roulette__wrap {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
}

.case-roulette__wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -23px;
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-right: 20px solid transparent;
  z-index: 1;
  opacity: .5;
}
.case-roulette__wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;

  border-top: 40px solid #253257;
  z-index: 2;
}

.rw-stop .case-roulette__item:not(.case-roulette__item--) {
  opacity: .2
}

.case-roulette__items {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important
}

.case-roulette__item {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  padding: 1rem .5rem;
  backface-visibility: hidden;
  position: relative;
}

.case-roulette__item--is-active {
  position: relative;
}
.case-roulette__item--is-active:before {
  content: '';
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: .5rem;
  right: .5rem;
  z-index: 1;
  border-radius: 1rem;
}
.case-roulette__item--is-active .rwiiwn-players {
  opacity: 1;
  visibility: visible
}

.case-roulette__item-players {
  text-align: center;
  padding: .5rem;
  background: currentColor
}

.case-roulette__item-wrap {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}

.case-roulette__item-image {
  position: relative;
  text-align: center;
  background-color: currentColor;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem
}

.case-roulette__item-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  box-shadow: inset 0 0 40px rgb(14 20 52 / 0%);
}

.text-roul {
  color: var(--whiteandblack)!important;
}

.case-roulette__item-name {
  border-top: .3rem solid currentColor
}

@media (max-width:575px) {
  .case-roulette__item {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }
}

@media (min-width:576px) {
  .case-roulette__item {
    -ms-flex: 0 0 166.7px;
    flex: 0 0 166.7px;
    max-width: 166.7px;
  }
}

@media (min-width:768px) {
  .case-roulette__item {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
  }
}

.case-roulette__preloader {
  position: absolute;
  left: -.1rem;
  top: -.1rem;
  right: -.1rem;
  bottom: -.1rem;
  z-index: 2;
  background: #333;
  border-radius: 1rem
}

.case-roulette__preloader div {
  width: 20px;
  height: 20px;
  position: relative;
  animation: preloader 1s ease infinite;
  top: 50%;
  margin: -46px auto 0 auto
}

@keyframes preloader {
  0%,
  100% {
    box-shadow: -13px 20px 0 #89253e, 13px 20px 0 rgba(0, 82, 236, .2), 13px 46px 0 rgba(0, 82, 236, .2), -13px 46px 0 rgba(0, 82, 236, .2)
  }
  25% {
    box-shadow: -13px 20px 0 rgba(0, 82, 236, .2), 13px 20px 0 #89253e, 13px 46px 0 rgba(0, 82, 236, .2), -13px 46px 0 rgba(0, 82, 236, .2)
  }
  50% {
    box-shadow: -13px 20px 0 rgba(0, 82, 236, .2), 13px 20px 0 rgba(0, 82, 236, .2), 13px 46px 0 #89253e, -13px 46px 0 rgba(0, 82, 236, .2)
  }
  75% {
    box-shadow: -13px 20px 0 rgba(0, 82, 236, .2), 13px 20px 0 rgba(0, 82, 236, .2), 13px 46px 0 rgba(0, 82, 236, .2), -13px 46px 0 #89253e
  }
}

.r-title,
.r-players {
  position: absolute;
  left: 50%;
  padding: .3rem 1rem;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
  max-width: 100%;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  z-index: 9;
  background: var(--shadow);
  border-radius: .5rem
}

.r-title {
  top: -1.5rem;
  transform: translate(-50%, -50%);
  box-shadow: -4px 1px 0 rgba(51, 51, 51, .5)

  z-index: 11;
}

.font-10 {
  font-size: 10px;
}

.font-light {
  font-weight: light;
}
.font-bold {
  font-weight: bold;
}
.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}
.r-players {
  bottom: -.4rem;
  transform: translate(-50%, 50%);
  background: initial
}
.case-roulette__item-name {
  position: relative;
}



.confetti {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.confetti-piece {
  position: absolute;
  width: 8px;
  height: 16px;
  background: #ffd300;
  top: 0;
  opacity: 0;
}
.confetti-piece:nth-child(1) {
  left: 7%;
  transform: rotate(27deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 142ms;
          animation-delay: 142ms;
  -webkit-animation-duration: 776ms;
          animation-duration: 776ms;
}
.confetti-piece:nth-child(2) {
  left: 14%;
  transform: rotate(30deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 120ms;
          animation-delay: 120ms;
  -webkit-animation-duration: 880ms;
          animation-duration: 880ms;
}
.confetti-piece:nth-child(3) {
  left: 21%;
  transform: rotate(-1deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 25ms;
          animation-delay: 25ms;
  -webkit-animation-duration: 1168ms;
          animation-duration: 1168ms;
}
.confetti-piece:nth-child(4) {
  left: 28%;
  transform: rotate(-55deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 337ms;
          animation-delay: 337ms;
  -webkit-animation-duration: 1021ms;
          animation-duration: 1021ms;
}
.confetti-piece:nth-child(5) {
  left: 35%;
  transform: rotate(9deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 149ms;
          animation-delay: 149ms;
  -webkit-animation-duration: 853ms;
          animation-duration: 853ms;
}
.confetti-piece:nth-child(6) {
  left: 42%;
  transform: rotate(-48deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 271ms;
          animation-delay: 271ms;
  -webkit-animation-duration: 896ms;
          animation-duration: 896ms;
}
.confetti-piece:nth-child(7) {
  left: 49%;
  transform: rotate(-80deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 293ms;
          animation-delay: 293ms;
  -webkit-animation-duration: 1191ms;
          animation-duration: 1191ms;
}
.confetti-piece:nth-child(8) {
  left: 56%;
  transform: rotate(-55deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 61ms;
          animation-delay: 61ms;
  -webkit-animation-duration: 986ms;
          animation-duration: 986ms;
}
.confetti-piece:nth-child(9) {
  left: 63%;
  transform: rotate(19deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 479ms;
          animation-delay: 479ms;
  -webkit-animation-duration: 1100ms;
          animation-duration: 1100ms;
}
.confetti-piece:nth-child(10) {
  left: 70%;
  transform: rotate(-66deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 174ms;
          animation-delay: 174ms;
  -webkit-animation-duration: 972ms;
          animation-duration: 972ms;
}
.confetti-piece:nth-child(11) {
  left: 77%;
  transform: rotate(-51deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 202ms;
          animation-delay: 202ms;
  -webkit-animation-duration: 825ms;
          animation-duration: 825ms;
}
.confetti-piece:nth-child(12) {
  left: 84%;
  transform: rotate(-40deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 299ms;
          animation-delay: 299ms;
  -webkit-animation-duration: 1143ms;
          animation-duration: 1143ms;
}
.confetti-piece:nth-child(13) {
  left: 91%;
  transform: rotate(-28deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
          animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
  -webkit-animation-duration: 1125ms;
          animation-duration: 1125ms;
}
.confetti-piece:nth-child(odd) {
  background: #17d3ff;
}
.confetti-piece:nth-child(even) {
  z-index: 1;
}
.confetti-piece:nth-child(4n) {
  width: 5px;
  height: 12px;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
}
.confetti-piece:nth-child(3n) {
  width: 3px;
  height: 10px;
  -webkit-animation-duration: 2500ms;
          animation-duration: 2500ms;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.confetti-piece:nth-child(4n-7) {
  background: #ff4e91;
}

@-webkit-keyframes makeItRain {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateY(200px);
  }
}

@keyframes makeItRain {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateY(200px);
  }
}
input.switch {
  font-size: 10px;
  position: relative;
  display: inline-block;
  appearance: none;
  width: 6.5em;
  height: 2em;
  line-height: 2.6em;
  border-radius: 2.3em;
  margin: 0;
  padding: 0;
  box-shadow: inset 0 0 0 0.2em #eee;
  outline: 1px solid transparent !important;
  cursor: pointer;
  border: none;
  background: transparent;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  transition: box-shadow .3s ease-in-out, padding .25s ease-in-out;
  transition-delay: .1s, 0s;
  overflow: hidden;
}
input.switch:checked {
  transition-delay: 0s, 0s;
  box-shadow: inset 0 0 0 2.62857em #00c169 !important;
  padding-left: 4.4em;
}
input.switch.hit {
  animation: slide-off .35s ease both;
}
input.switch.hit:checked {
  animation: slide-on  .35s ease both .05s;
}
input.switch::before, input.switch::after {
  content: "";
}
input.switch::after {
  position: absolute;
  top: -1.4em;
  left: -1.4em;
  bottom: -1.4em;
  right: -1.4em;
}
input.switch::before {
  display: inline-block;
  height: 1.6em;
  width: 1.5em;
  margin: 0.2em 0 0 0.2em;
  background-color: white;
  border-radius: 2.1em;
  box-shadow: 0 0.2em 0.4em 0 rgb(0 0 0 / 20%), 0 0 0.1em 0.1em rgb(0 0 0 / 10%);
  transition: all .1s ease .1s;
}
input.switch:active::before {
  transition: all .1s ease .05s;
}
input.switch.touch:hover::before {
  transition: all .0s ease .00s;
}
input.switch:active::before, input.switch.touch:hover::before {
  width: 5em;
}
input.switch:active:checked::before, input.switch.touch:hover:checked::before {
  margin-left: -0.6em;
}

.sound {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  padding-top: 22px;
  margin-right: 7.3%;
}


.custom-control.image-checkbox {
  position: relative;
  padding-left: 0;
}

.custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:after, .custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  opacity: 1;
}

.custom-control.image-checkbox label {
  cursor: pointer;
}

.custom-control.image-checkbox label:before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control.image-checkbox label:after, .custom-control.image-checkbox label:before {
  transition: opacity .3s ease;
  opacity: 0;
  left: .25rem;
}

.custom-control.image-checkbox label:focus, .custom-control.image-checkbox label:hover {
  opacity: .8;
}

.custom-control.image-checkbox input[type="radio"]:checked+label {
  background: linear-gradient(216.56deg,#E250E5 5.32%,#4B50E6 94.32%);
  border-radius: 6px;
  padding: 4px;
}

.custom-control.image-checkbox label img {
  border-radius: 2.5px;
}

.form-group-image-checkbox.is-invalid label {
  color: #dc3545;
}

.form-group-image-checkbox.is-invalid .invalid-feedback {
  display: block;
}


@keyframes slide-on {
  0% {
    padding-left: 0em;
  }
  60% {
    padding-left: 4.8em;
  }
  100% {
    padding-left: 4.4em;
  }
}
@keyframes slide-off {
  0% {
    padding-left: 4.4em;
}
}
