/* >> new font start */
@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-BlackItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-BoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-RegularItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-LightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "PBCasino";
  src: url("/css/fonts/Casino/PBCasino-LightItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
/* << new font end */

body.desktop [role="main"] {
  margin-top: 70px;
}

body[page="my-bonuses"] section.pageContent {
  padding: 0 20px;
}

.btn-text-primary {
  color: #00efe5;
}

.btn-text-primary:hover {
  background: #00efe50a;
}

.btn-disable-text {
  cursor: not-allowed;
  pointer-events: none;
  color: #e6f1ff4d;
  background: transparent;
}

.btn-disable-text img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(24%) saturate(6112%) hue-rotate(178deg) brightness(104%) contrast(106%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(24%) saturate(6112%) hue-rotate(178deg) brightness(104%) contrast(106%);
  opacity: 0.3;
}

.btn-lg {
  padding: 12px 22px;
  font-size: 16px;
}

.btn-icon-left-lg {
  margin-right: 13px;
  font-size: 22px;
}

.btn-icon-right-lg {
  margin-left: 13px;
  font-size: 22px;
}

.buttons--history,
.buttons--active-bonuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.tablebob {
  width: 100%;
  border-spacing: 0px;
}

.nalichnino {
  text-align: center;
  padding: 40px;
}

.tablebob th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #116e8d;
  background: #116e8d;
  color: #81b2c1;
}

.tablebob tbody tr td:nth-child(1) {
  width: 40%;
  text-align: left;
}

.tablebob tbody tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 20%;
  font-size: 14px;
  color: #e6f1ffb3;
}

.history-info {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 8px;
  padding-left: calc(20px - 4vw);
}

@media only screen and (max-width: 450px) {
  .tablebob tbody tr td:nth-child(1) {
    width: 20vw;
  }

  .tablebob tbody tr td {
    width: 20vw;
  }
}

@media only screen and (max-width: 350px) {
  .history-info {
    padding-left: 0;
  }
}

.tablebob tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #1d2129 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 7px;
  margin-bottom: 5px;
}

.tablebob span {
  font-size: 12px;
  color: #e6f1ff80;
  font-weight: 600;
}

.active-bonuses-content {
  background: #1d2129 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #e6f1ff;
  height: 200px;
  margin-bottom: 10px;
}

.active-bonuses-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 135px;
}

.active-bonuses-content .bonusInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 420px;
}

.active-bonuses-content .bonusInfo h4 {
  font-size: 16px;
  margin: 0;
  color: #e6f1ff;
}

.active-bonuses-content .bonusInfo span {
  font-size: 12px;
  font-weight: 600;
  color: #e6f1ff80;
}

.activeBonusPopUp {
  width: 100%;
  height: auto;
  background: #0077ff;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.activeBonusPopUp .popUpLeft {
  width: 100%;
  padding: 0 20px;
  height: 270px;
  background: #1d212980 0% 0% no-repeat padding-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/images/effects.png?v=1);
}

.activeBonusPopUp .popUpLeft h4 {
  font-size: 16px;
  color: #e6f1ffb3;
  margin: 0px;
  font-weight: 600;
}

.activeBonusPopUp .popUpLeft div {
  width: 116px;
  height: 116px;
  margin: 17px 0 26px 0;
}

.activeBonusPopUp .popUpLeft p {
  font-size: 18px;
  font-weight: 600;
  color: #e6edf7;
  margin: 0px;
}

.activeBonusPopUp .popUpLeft span {
  font-size: 14px;
  color: #e6edf7cc;
  font-weight: 600;
}

.activeBonusPopUp .popUpRight {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #232833;
  padding: 8px;
}

.terdt {
  opacity: 0.7;
}

.activeBonusPopUp .popUpRight p {
  font-size: 14px;
  line-height: 20px;
  margin: 7px 0;
}

.active-bonuses-content .bonusInfo .wrcolor {
  color: #00efe5;
  opacity: 1;
}

.activeBonusPopUp .popUpRight .bonusRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.activeBonusPopUp .popUpRight .bonusRow span {
  font-size: 14px;
  color: #e6f1ffb3;
  font-weight: 600;
}

.activeBonusPopUp .popUpRight button {
  width: 100%;
  height: 33px;
  border-radius: 5px;
  background: #e6f1ff1a;
  font-size: 14px;
  color: #e6f1ffcc;
  margin: 4px;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.activeBonusPopUp .popUpRight button:hover {
  background: #e6f1ff28;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.procentconteiner {
  width: 100%;
  background: #d8d5d5;
  height: 10px;
  position: relative;
  z-index: 1;
}

.procentconteiner2 {
  background: #cba03f;
  position: absolute;
  z-index: 2;
  color: white;
  height: 10px;
}

.hra {
  border: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

body[page="my-bonuses"] section.pageContent .side.center {
  max-width: 800px;
}

body[page="my-bonuses"] section.pageContent .side.center.mobile {
  min-width: unset;
  width: 100%;
  margin: auto;
}

body[page="my-bonuses"] section.pageContent .side.center.desktop {
  padding: 8px 8px 20px;
  display: block;
  margin: auto;
}

body[page="my-bonuses"] section.pageContent .side.center.nalichni {
  max-width: 800px;
}

.totalBalance {
  height: 60px;
  padding: 12px 0 0;
  border-radius: 10px;
  font-size: 15px;
  font-family: Roboto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.succesdeposit span {
  color: white;
  font-weight: 700;
  font-size: 18px;
}

.successful-deposit-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.succesdeposit .successful-deposit-amount span {
  all: unset;
}

.succesdeposit {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 8px;
  font-family: Roboto;
  font-size: 14px;
  color: var(--secondary-text);
}

.successful-deposit-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.succesdeposit div:first-of-type {
  font-size: 16px;
  color: var(--primary-text);
}

.successful-deposit-count {
  width: fit-content;
  border-radius: 20px;
  padding: 2px 7px;
  /* color: var(--secondary-main); */
  color: black !important;
  font-weight: 700;
  background: var(--secondary-text);
  font-size: 12px !important;
}

.succesdeposit div:first-of-type .successful-deposit-count {
  background: var(--primary-text);
}

.succesdeposit div:first-of-type .successful-deposit-amount {
  font-weight: 700;
}

.totalBalance .balancesuma {
  padding: 2px;
  margin: 2px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  flex: 1;
}

body.mobile .totalBalance .balancesuma {
  width: 20%;
}

body.mobile .active-bonuses-content .moreInfoContent {
  height: 60px;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

body.mobile .active-bonuses-content .moreInfoContent span {
  width: 50%;
  height: 54px;
}

body.desktop div.moreInfoContent {
  width: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.date-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
  padding-right: 20px;
}

.info-button-mobile,
.info-button-desktop {
  width: 102px;
}

body.desktop .info-button-mobile {
  display: none;
}
body.mobile .info-button-desktop {
  display: none;
}

body.mobile .active-bonuses-content .bonusInfo h4 {
  color: #e6f1ffcc;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 16px;
}

.totalBalance .balancesuma h4 {
  font-size: 16px;
  color: #e6f1ffcc;
  font-weight: bold;
  font-style: italic;
  margin: 0;
}

.totalBalance .balanceMenu {
  font-family: Roboto;
  font-style: normal;
  letter-spacing: 0.2px;
}

.balanceMenu span {
  color: var(--secondary-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.balanceMenu h4 {
  color: var(--primary-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.succesdeposit,
.promosinfo {
  text-align: center;
  padding: 14px 4px;
  font-family: Roboto;
}

.totalBalance .balanceDeposit a.button.blue-white {
  width: 101px;
  height: 33px;
  font-size: 14px;
  border-radius: 5px;
  background: #0074fa 0% 0% no-repeat padding-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e6f1ffe6;
}

#tabletransfer {
  border-collapse: collapse;
  width: 100%;
}

#tabletransfer td,
#tabletransfer th {
  border: 1px solid #23282b;
  padding: 8px;
}

#tabletransfer tr:nth-child(even) {
  background: #f2f2f2;
}

#tabletransfer th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background: #0b2435;
  color: white;
}

.boxtransfer {
  width: 50%;
  height: 75px;
  background: #a5b2c1;
  color: black;
  text-align: center;
  font-weight: 600;
  padding: 20px;
  position: relative;
  margin-right: 14px;
  border-radius: 10px;
  cursor: pointer;
}

.box-arrow-right:after {
  content: " ";
  position: absolute;
  right: -15px;
  top: 22px;
  border-top: 15px solid transparent;
  border-right: none;
  border-left: 15px solid #a5b2c1;
  border-bottom: 15px solid transparent;
}

.box-arrow-left:after {
  content: " ";
  position: absolute;
  left: -15px;
  top: 22px;
  border-top: 15px solid transparent;
  border-right: 15px solid #a5b2c1;
  border-left: none;
  border-bottom: 15px solid transparent;
}

.maintransfertside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  width: 100%;
  background: var(--surface-overlay);
  padding: 10px 20px;
  margin-top: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 1;
}

.maintransfertside:last-of-type {
  margin-bottom: 10px;
}

.maintransfertside .bonus-active-wrapper {
  width: 120px;
  height: 25px;
  position: absolute;
  top: -2px;
  right: -2px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  -webkit-filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.5));
}

.maintransfertside .bonus-active-wrapper:before {
  content: "";
  position: absolute;
  z-index: 0;
  background: #1a9620;
  width: 60%;
  height: 25px;
  right: 0;
  top: 0;
  border-radius: 0 8px 3px 0;
}

.maintransfertside .bonus-active-wrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  background: #1a9620;
  width: 60%;
  height: 25px;
  left: 0;
  top: 0;
  border-radius: 4px;
  -webkit-transform: skewX(40deg);
  -ms-transform: skewX(40deg);
  transform: skewX(40deg);
}

.maintransfertside .bonus-active-wrapper span {
  color: var(--primary-text);
  text-align: center;
  text-shadow: 0px 2.734px 2.734px rgba(0, 0, 0, 0.25);
  font-family: "PBCasino";
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 16px;
  z-index: 3;
}

@media only screen and (max-width: 480px) {
  .maintransfertside .bonus-active-wrapper,
  .maintransfertside .bonus-active-wrapper:before,
  .maintransfertside .bonus-active-wrapper:after {
    height: 20px;
  }

  .maintransfertside .bonus-active-wrapper {
    width: 95px;
  }
  .maintransfertside .bonus-active-wrapper span {
    font-size: 13px;
    line-height: 13px;
  }
}

.maintransfertside .bonus-active-wrapper {
  display: none;
}

.maintransfertside.bonus-active .bonus-active-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bonus-container-active-wrapper {
  padding: 0 10px;
}

.bonus-container-active {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 20px 3px;
  margin: 0 auto -2px auto;
  border-radius: 0 0 6px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1a9620;
  color: var(--primary-text);
  text-align: center;
  text-shadow: 0px 1px 5.2px rgba(0, 0, 0, 0.26);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.15px;
}

.grouped-wrapper .bonus-container-active-wrapper {
  display: none;
}

.grouped-wrapper.bonus-active .bonus-container-active-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.desktop .maintransfertside {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.maintransfertside .description p {
  white-space: normal;
  word-break: break-word;
  color: var(--secondary-text);
  text-shadow: 0px 1px 5.2px rgba(0, 0, 0, 0.26);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}

.details-title-wrapper {
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 1fr 24px;
  grid-template-columns: 60px 1fr 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.details-arrow-wrapper {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.details-arrow-wrapper img {
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.maintransfertside.active .details-arrow-wrapper img {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.category-title {
  cursor: pointer;
  padding: 10px 14px 0;
}

.divider-category-title {
  cursor: pointer;
  border: 1px solid var(--primary-text);
  opacity: 0.16;
  height: 2px;
  display: none;
}

.warning-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
}

.description-info-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.description-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
}

.description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fornclass {
  max-width: 180px;
  display: block;
  margin: 0 auto;
}

.boxtransfer span span span {
  display: block;
  font-weight: 600;
}

.moreInfoContent span {
  opacity: 0.5;
  margin: 0px 8px;
}

.logoconteiner {
  position: absolute;
  right: 18px;
  top: 18px;
}

.logoconteiner img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.history-info img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.tabz {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  font-family: Roboto;
}

.PromoInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}

.promo-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
}

body.mobile button.buttondeposit {
  width: 50%;
  height: 40px;
  padding: 0px;
  background: #e6f1ff4d 0% 0% no-repeat padding-box;
  border-radius: 5px;
  border: 0px;
  color: #e6f1ff;
  max-width: 126px;
}

.transfersindex {
  padding-left: 8px;
}

.transfersindex span {
  color: var(--primary-text);
  text-shadow: 0px 1px 5.2px rgba(0, 0, 0, 0.26);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.13px;
}

.transfersindex p {
  color: var(--secondary-text);
  text-shadow: 0px 1px 5.2px rgba(0, 0, 0, 0.26);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}

body.mobile .transfersindex {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

body.mobile .firstSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
}

body.desktop .firstSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.myactivebonus {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 18px;
}

.myactivebonus .no-bonuses {
  color: var(--secondary-text);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
}

#istoriq .no-history-bonuses {
  color: var(--secondary-text);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
}

#activni .no-active-bonuses {
  color: var(--secondary-text);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4px;
}

body.desktop .myactivebonus .maintransfertside > .transfersindex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.transfersindex-img-wrapper {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.transfersindex-img-wrapper img {
  width: 60px;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.transfersindex-mobile {
  display: none !important;
}

.transfersindex-desktop {
  display: block;
}

@media only screen and (max-width: 900px) {
  .transfersindex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0;
  }

  .transfersindex-desktop {
    display: none;
  }
}

body.desktop .active-bonuses-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 89px;
  margin-top: 6px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.desktop .active-bonuses-content > div {
  height: 89px;
  width: 450px;
}

body.desktop .active-bonuses-content button.rejections {
  width: 111px;
  height: 33px;
  background: #f44336 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 0px;
  border: none;
  font-size: 14px;
  color: #e6f1ffcc;
  font-weight: 600;
  margin-right: 10px;
}

body.desktop .active-bonuses-content button.moreInfo {
  width: 111px;
  height: 33px;
  background: #232833;
  border-radius: 5px;
  padding: 0px;
  border: none;
  font-size: 14px;
  color: #e6f1ffcc;
  font-weight: 600;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

body.mobile .active-bonuses-content button.moreInfo {
  width: 111px;
  height: 33px;
  background: #232833;
  border-radius: 5px;
  padding: 0px;
  border: none;
  font-size: 14px;
  color: #e6f1ffcc;
  font-weight: 600;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  margin: 12px 0 0;
}

body.desktop .active-bonuses-content button.moreInfo:hover {
  background: #2c313d;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.active-bonuses-content button.reject-bonus {
  width: 111px;
  height: 33px;
  background: transparent;
  border-radius: 5px;
  padding: 0px;
  border: 2px solid var(--error-border);
  font-size: 14px;
  color: var(--error-main);
  font-weight: 600;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1px;
  text-transform: capitalize;
}

.active-bonuses-content button.reject-bonus {
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.active-bonuses-content button.reject-bonus:hover {
  border: 2px solid var(--error-dark);
  color: var(--error-main);
}

body.desktop button.buttondeposit {
  background: #e6f1ff33 0% 0% no-repeat padding-box;
  height: 33px;
  width: 101px;
  padding: 0;
  margin-left: 21px;
  border: 0;
  font-size: 14px;
  color: #e6f1ff;
}

body.mobile .maintransfertside {
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabz button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 95px;
  height: 33px;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
  border-radius: 20px;
  border: 2px solid #e6f1ff33;
  margin: 0 4px;
  padding: 0;
  line-height: 15px;
  color: #e6f1ffcc;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.buttondeposit {
  background: #061723;
  width: 100%;
  padding: 8px;
  border-radius: 10px;
}

#loading .bar,
#loading .bar-red {
  width: 2px;
  height: 12px;
  background: #fff;
  display: inline-block;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

#loading .bar {
  -webkit-animation: loader 1.2s linear infinite;
  animation: loader 1.2s linear infinite;
}

#loading .bar-red {
  -webkit-animation: loader_red 1.2s linear infinite;
  animation: loader_red 1.2s linear infinite;
}

#loading .bar1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

#loading .bar2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#loading .bar3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#loading .bar4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#loading .bar5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#loading .bar6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#loading .bar7 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

#loading .bar8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }

  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    background: rgb(0, 126, 250);
  }

  100% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
    background: transparent;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }

  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    background: rgb(0, 126, 250);
  }

  100% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
    background: transparent;
  }
}

@-webkit-keyframes loader_red {
  0% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }

  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    background: rgb(255, 112, 112);
  }

  100% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
    background: transparent;
  }
}

@keyframes loader_red {
  0% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }

  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    background: rgb(255, 112, 112);
  }

  100% {
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
    background: transparent;
  }
}

.mypromo {
  font-size: 13px;
  font-weight: 400;
  color: #e6f1ffcc;
}

.mypromo span:nth-child(1) {
  display: block;
  font-size: 15px;
  font-weight: 600;
}

body.mobile .mypromo span:nth-child(1) {
  font-size: 14px;
}

body.mobile .mypromo {
  margin-top: 12px;
  max-width: 100%;
  font-size: 14px;
}

body.mobile .firstSection > .transfersindex:first-child {
  margin: 20px;
}

body.mobile button.bonusInfo {
  width: 175px;
  height: 54px;
  border-radius: 0px 0px 0px 5px;
  border: 0px;
  padding: 0;
  background: #232833 0% 0% no-repeat padding-box;
  color: #e6f1ffb3;
}

.rolloverspan {
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.tabz button.active {
  background: #e6f1ff;
  color: #15171d;
}

body.mobile .tabz button {
  width: 120px;
  height: 41px;
}

.tabcontentz {
  display: none;
  padding: 20px 0 0;
}

body.mobile .active-bonuses-content .bonusInfo h4 {
  color: #e6f1ffcc;
  font-weight: 600;
}

.transfersindex img {
  display: block;
  margin: 0 auto;
  width: 67px;
  height: 60px;
  width: 67px;
  height: auto;
}

body.mobile .transfersindex img {
  width: 70px;
  height: auto;
}

.framedform.open[data-content="getBonus"] .iframemassage {
  padding: 0;
  color: unset;
  border-radius: 14px;
  margin-top: 4px;
  max-height: 100%;
}

.doubletitle {
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset.grouped-wrapper {
  width: 100%;
  border: none;
  padding: 2px;
  margin: 0;
  position: relative;
  z-index: 0;
}

fieldset.grouped-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 106, 250, 0.7)), color-stop(95%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 106, 250, 0.7) 5%, rgba(0, 0, 0, 0) 95%);
  background: linear-gradient(180deg, rgba(0, 106, 250, 0.7) 5%, rgba(0, 0, 0, 0) 95%);
  opacity: 0;
  border-radius: 9px;
}

fieldset.grouped-wrapper.active-bg::before {
  opacity: 1;
}

.category-arrow {
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.arrow-background {
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left bottom, left top, from(#0046a6), color-stop(85%, rgba(0, 70, 166, 0.1)), to(rgba(0, 70, 166, 0)));
  background: -o-linear-gradient(bottom, #0046a6 0%, rgba(0, 70, 166, 0.1) 85%, rgba(0, 70, 166, 0) 100%);
  background: linear-gradient(0deg, #0046a6 0%, rgba(0, 70, 166, 0.1) 85%, rgba(0, 70, 166, 0) 100%);
  opacity: 0.9;
  border-radius: 0 0 10px 10px;
  z-index: -1;
}

.category-arrow .img-wrapper {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-arrow .img-wrapper img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

fieldset .grouped {
  border-radius: 8px;
  border: 0;
  padding-top: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #142446;
  z-index: 2;
}

@media only screen and (max-width: 480px) {
  .myactivebonus .no-bonuses,
  #activni .no-active-bonuses,
  #istoriq .no-history-bonuses {
    font-size: 14px;
  }
}

/* === CATEGORY BACKGROUNDS CSS START === */
fieldset .grouped-casino::before {
  background-image: url(/images/bonuses-promotion-assets/casino_bg.webp?v=3);
}
fieldset .grouped-bookmaking::before {
  background-image: url(/images/bonuses-promotion-assets/bookmaking_bg.webp?v=3);
}
fieldset .grouped-palms-cash::before {
  background-image: url(/images/bonuses-promotion-assets/palms_cash_bg.webp?v=1);
}
fieldset .grouped-personal-all::before {
  background-image: url(/images/bonuses-promotion-assets/personal_all_bg.webp?v=3);
}
fieldset .grouped-exclusive-all::before {
  background-image: url(/images/bonuses-promotion-assets/exclusive_all_bg.webp?v=3);
}
fieldset .grouped-casino-all::before {
  background-image: url(/images/bonuses-promotion-assets/casino_all_bg.webp?v=3);
}
fieldset .grouped-sport-all::before {
  background-image: url(/images/bonuses-promotion-assets/sport_all_bg.webp?v=3);
}
fieldset .grouped-live-dealer-all::before {
  background-image: url(/images/bonuses-promotion-assets/live_dealer_all_bg.webp?v=3);
}
fieldset .grouped-virtual-all::before {
  background-image: url(/images/bonuses-promotion-assets/virtual_all_bg.webp?v=3);
}
fieldset .grouped-wheel-promos-all::before {
  background-image: url(/images/bonuses-promotion-assets/wheel_promos_all_bg.webp?v=3);
}

/* new start */
.grouped .category-arrow .img-wrapper {
  -webkit-transition: -webkit-transform var(--transition-speed, 0.3s) ease-in-out;
  transition: -webkit-transform var(--transition-speed, 0.3s) ease-in-out;
  -o-transition: transform var(--transition-speed, 0.3s) ease-in-out;
  transition: transform var(--transition-speed, 0.3s) ease-in-out;
  transition: transform var(--transition-speed, 0.3s) ease-in-out, -webkit-transform var(--transition-speed, 0.3s) ease-in-out;
}
.grouped.active .category-arrow .img-wrapper {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform var(--transition-speed, 0.3s) ease-in-out;
  transition: -webkit-transform var(--transition-speed, 0.3s) ease-in-out;
  -o-transition: transform var(--transition-speed, 0.3s) ease-in-out;
  transition: transform var(--transition-speed, 0.3s) ease-in-out;
  transition: transform var(--transition-speed, 0.3s) ease-in-out, -webkit-transform var(--transition-speed, 0.3s) ease-in-out;
}

fieldset.grouped-wrapper::before {
  -webkit-transition: opacity var(--transition-speed, 0.3s) ease-in-out;
  -o-transition: opacity var(--transition-speed, 0.3s) ease-in-out;
  transition: opacity var(--transition-speed, 0.3s) ease-in-out;
}
fieldset.grouped-wrapper.active-bg::before {
  -webkit-transition: opacity var(--transition-speed, 0.3s) ease-in-out;
  -o-transition: opacity var(--transition-speed, 0.3s) ease-in-out;
  transition: opacity var(--transition-speed, 0.3s) ease-in-out;
}

fieldset .grouped::before {
  -webkit-transition: opacity var(--transition-speed, 0.3s) ease-in-out;
  -o-transition: opacity var(--transition-speed, 0.3s) ease-in-out;
  transition: opacity var(--transition-speed, 0.3s) ease-in-out;
}
.grouped.active::before {
  opacity: 0.2;
  -webkit-transition: opacity var(--transition-speed, 0.3s) ease-in-out;
  -o-transition: opacity var(--transition-speed, 0.3s) ease-in-out;
  transition: opacity var(--transition-speed, 0.3s) ease-in-out;
}

.grouped > [class$="-list"],
.grouped > .other-list {
  -webkit-transition: grid-template-rows var(--transition-speed, 0.3s) ease-in-out;
  -o-transition: grid-template-rows var(--transition-speed, 0.3s) ease-in-out;
  transition: grid-template-rows var(--transition-speed, 0.3s) ease-in-out;
  transition: grid-template-rows var(--transition-speed, 0.3s) ease-in-out, -ms-grid-rows var(--transition-speed, 0.3s) ease-in-out;
}
.grouped.active > [class$="-list"],
.grouped.active > .other-list {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-transition: grid-template-rows var(--transition-speed, 0.3s) ease-in-out;
  -o-transition: grid-template-rows var(--transition-speed, 0.3s) ease-in-out;
  transition: grid-template-rows var(--transition-speed, 0.3s) ease-in-out;
  transition: grid-template-rows var(--transition-speed, 0.3s) ease-in-out, -ms-grid-rows var(--transition-speed, 0.3s) ease-in-out;
}
/* new end */

fieldset .grouped.daily {
  background: var(--surface-overlay);
}

fieldset .grouped.daily:has(+ fieldset .grouped.daily) {
  margin-bottom: 20px;
}

fieldset .grouped::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 750px auto;
  background-position: top -55px right;
  background-repeat: no-repeat;
  border-radius: 9px;
  opacity: 1;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  fieldset .grouped::before {
    background-size: 680px auto;
    background-position: top -42px right -20px;
  }
}

@media only screen and (max-width: 480px) {
  fieldset .grouped::before {
    background-size: 550px auto;
    background-position: top -23px right -40px;
  }
}

.my-bonuses-list {
  border-radius: 6px;
  border: 0;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
}

.my-bonuses-list-content {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 14px;
}

.number-promotions {
  margin-left: 8px;
  min-width: 20px;
  height: 20px;
  padding: 0 7px;
  border-radius: 10px;
  background: var(--secondary-main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--primary-text);
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Roboto;
  font-size: 9.834px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.39px;
  letter-spacing: 0.115px;
}
/* === CATEGORY BACKGROUNDS CSS END === */

.details-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease-in-out;
  -o-transition: grid-template-rows 0.3s ease-in-out;
  transition: grid-template-rows 0.3s ease-in-out;
  transition: grid-template-rows 0.3s ease-in-out, -ms-grid-rows 0.3s ease-in-out;
}

.details-content {
  overflow: hidden;
}

.maintransfertside.active > .details-wrapper {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-transition: grid-template-rows 0.3s ease-in-out;
  -o-transition: grid-template-rows 0.3s ease-in-out;
  transition: grid-template-rows 0.3s ease-in-out;
  transition: grid-template-rows 0.3s ease-in-out, -ms-grid-rows 0.3s ease-in-out;
}

.grouped .category-title > .legend-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grouped .category-title > .legend-wrapper legend {
  color: var(--primary-text);
  text-align: left;
  text-shadow: 0px 1px 5.2px rgba(0, 0, 0, 0.26);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.15px;
}

.grouped .category-title > legend span {
  color: var(--secondary-text);
  text-align: left;
  text-shadow: 0px 1px 5.2px rgba(0, 0, 0, 0.26);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
}

fieldset .grouped > .remTime {
  position: absolute;
  right: -3px;
  top: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.5));
}

fieldset .grouped > .remTime > span {
  position: relative;
  z-index: 2;
  line-height: 24px;
  color: var(--primary-text);

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "PBCasino";
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

fieldset .grouped > .remTime > span:not(.time2midnight) {
  margin: 0 3px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

fieldset .grouped > .remTime > span.time2midnight {
  width: 55px;
  margin: 0 24px 0 3px;
  font-style: italic;
  font-weight: 900;
}

fieldset .grouped > .remTime:before {
  content: "";
  position: absolute;
  z-index: 0;
  background: var(--secondary-main);
  width: 60%;
  height: 25px;
  right: 0;
  top: 0;
  border-radius: 4px;
  border-top-right-radius: 10px;
}

fieldset .grouped > .remTime:after {
  content: "";
  position: absolute;
  z-index: 1;
  background: var(--secondary-main);
  width: 60%;
  height: 25px;
  left: 0;
  top: 0;
  border-radius: 4px;
  -webkit-transform: skewX(40deg);
  -ms-transform: skewX(40deg);
  transform: skewX(40deg);
}

@media only screen and (max-width: 800px) {
  .center {
    margin-top: 0px;
  }

  .succesdeposit,
  .promosinfo {
    text-align: center;
    font-size: 14px;
  }

  .promoSkip {
    margin: 6px auto;
  }

  .active-bonuses-content {
    background: #1d2129 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #e6f1ff;
    height: 200px;
  }

  .tablebob tbody tr td {
    font-size: 12px;
  }

  .rejections {
    width: 100%;
    height: 33px;
    background: #f44336 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 0px;
    border: none;
    font-size: 14px;
    color: #e6f1ffcc;
    font-weight: 600;
    margin-left: 2px;
  }

  .active-bonuses-content button.moreInfo {
    width: 100%;
    height: 33px;
    background: #15171d 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 4px;
    border: none;
    color: #e6f1ffcc;
    font-weight: 600;
    font-size: 14px;
    margin: 4px;
  }
}

@media only screen and (max-width: 480px) {
  .description-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .promo-action {
    width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .promo-action button {
    margin-top: 20px;
  }

  .promo-action > button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .maintransfertside {
    padding: 10px;
  }

  .divider-category-title {
    display: block;
  }

  .tabz {
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 380px) {
  body.mobile .mypromo span:nth-child(1) {
    font-size: 13px;
  }
}

/* POPUPS STYLING */
.iframemassage {
  padding-top: 70px;
  overflow: unset;
}

.framedform[data-content="are_you_sure"] .iframemassage:before,
.framedform[data-content="are_you_sure_continue_no_bonuses"] .iframemassage:before {
  content: "";
  width: 151px;
  height: 118px;
  position: absolute;
  left: 50%;
  top: 0;
  background-image: url(/images/bonus_images/red-question-mark.webp?v=1);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* >>> are-you-sure-card START */
.are-you-sure-card {
  max-width: 300px;
  position: relative;
  padding-top: 56px;
}

.are-you-sure-card .icon-close {
  position: absolute;
  right: 16px;
  top: 16px;
}

.are-you-sure-card h2 {
  color: var(--primary-text);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}

.are-you-sure-card p {
  color: var(--secondary-text);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 32px;
}

.are-you-sure-card p:first-of-type {
  margin-bottom: 12px;
}

.are-you-sure-card p span {
  color: var(--primary-text);
  font-weight: 500;
  letter-spacing: 0.3px;
}

.are-you-sure-card .areyousureBTN {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
}

.are-you-sure-card div {
  width: 100%;
  overflow: auto;
  scrollbar-width: none;
}

/* <<< are-you-sure-card END */

.warning-info-wrapper .text-warning {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-height: 28px;
  background: var(--error-warning-dark);
  padding: 2px 12px;
  color: var(--primary-text);
  text-shadow: 0px 1px 5.2px rgba(0, 0, 0, 0.26);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.2px;
  border-radius: 4px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 480px) {
  .warning-info-wrapper .text-warning {
    width: 100%;
  }
}

.doc-text-warning {
  width: 100%;
}

.promo-action-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.info-wrapper-desktop {
  width: 20px;
  height: 20px;
  margin-bottom: 12px;
}

.info-wrapper-mobile {
  width: 20px;
  height: 20px;
  margin-bottom: 12px;
  display: none;
}

@media only screen and (max-width: 480px) {
  .info-wrapper-desktop {
    display: none;
  }

  .info-wrapper-mobile {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
    display: block;
    margin-left: 12px;
  }
}

.info-wrapper a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* only active css  start*/
.activboncontents {
  background: #1d2129 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #e6f1ff;
  height: 200px;
  margin-bottom: 10px;
}

body.desktop .activboncontents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 89px;
  margin-top: 6px;
}

.activboncontents > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 135px;
}
.activboncontents .bonusInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 420px;
}
.activboncontents .bonusInfo h4 {
  font-size: 16px;
  margin: 0;
  color: #e6f1ff;
}
.activboncontents .bonusInfo span {
  font-size: 12px;
  font-weight: 600;
  color: #e6f1ff80;
}
.activboncontents .bonusInfo .wrcolor {
  color: #00efe5;
  opacity: 1;
}
body.desktop div.moreInfoContent {
  width: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
body.desktop .activboncontents > div {
  height: 89px;
  width: 450px;
}
.terdt {
  opacity: 0.7;
}
body.desktop .activboncontents button.moreInfo {
  width: 111px;
  height: 33px;
  background: #232833;
  border-radius: 5px;
  padding: 0px;
  border: none;
  font-size: 14px;
  color: #e6f1ffcc;
  font-weight: 600;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
@media only screen and (max-width: 800px) {
  .activboncontents {
    background: #1d2129 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #e6f1ff;
    height: 200px;
  }

  .activboncontents button.moreInfo {
    width: 100%;
    height: 33px;
    background: #15171d 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 4px;
    border: none;
    color: #e6f1ffcc;
    font-weight: 600;
    font-size: 14px;
    margin: 4px;
  }
}
body.mobile .activboncontents .bonusInfo h4 {
  color: #e6f1ffcc;
  font-weight: 600;
}
body.mobile .activboncontents .bonusInfo h4 {
  color: #e6f1ffcc;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 16px;
}
body.mobile .activboncontents .moreInfoContent {
  height: 60px;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

body.mobile .activboncontents button.moreInfo {
  width: 111px;
  height: 33px;
  background: #232833;
  border-radius: 5px;
  padding: 0px;
  border: none;
  font-size: 14px;
  color: #e6f1ffcc;
  font-weight: 600;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  margin: 12px 0 0;
}
/* only active css  end*/
