/*
 Theme Name:   CasinoAce Theme Child
 Theme URI:    http://pokatheme.com
 Description:  CasinoAce Theme child
 Author:       CasinoAce Theme
 Author URI:   http://pokatheme.com
 Template:     casinoace
 Version:      1.0.0
 Tags:         
 Text Domain:  afftheme-child
*/

/* ==========================================================================
   Place your styles here
   ========================================================================== */

/* ==========================================================================
   Responsive steps
   ========================================================================== */

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

table.related-posts {
  width: 100%;
}
body {
  color: #d9d6e4;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #69ffb7;
}

/* h1:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 36px;
    transform: translateY(-50%);
    top: 21px;
    left: 0;
    background: #fe9700;
    border-radius: 6px;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
h2:before {
    content:"";
    width:10px;
    height:36px;
    border-radius:5px;
    background: #fe9701;
    display:inline-block;
		margin-right: 5px;
		transform: translateY(20%);
		color: black;
} */
td.bezdep2 {
  width: 18%;
  padding-left: 12px;
  display: table-cell;
  border-left: 2px solid #e6e9f0;
  border-right: 2px solid #e6e9f0;
}
table.bezdep {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #000;
  display: block;
}

.casinos-table-main {
  width: 100%;
  color: #000;
  margin-top: 5px;
}
table {
  border-collapse: collapse;
  background-color: transparent;
}

.casinos-table-main__row {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px;
  background: #fff;
  border-radius: 24px;
  margin-bottom: 12px;
  text-align: center;
}

.casinos-table-main_no-counter .casinos-table-main__td-img {
  width: 18%;
}
.casinos-table-main__td-img {
  width: 18%;
  box-sizing: border-box;
  display: table-cell;
}

.casinos-table-main__image {
  display: block;
  border-radius: 6px;
  max-width: 140px;
  height: 75px;
  overflow: hidden;
}

.casinos-table-main__td-rating {
  width: 18%;
  padding-left: 12px;
  display: table-cell;
  border-left: 2px solid #e6e9f0;
  border-right: 2px solid #e6e9f0;
}

.casinos-table-main__td-link {
  display: block;
  margin-top: 5px;
  line-height: 24px;
  color: #1a1b33;
  font-weight: 600;
  font-size: 17px;
  font-family: "Work Sans", sans-serif;
}

.casinos-table-main_no-counter .casinos-table-main__td-bonus {
  width: 40%;
}
.casinos-table-main__td-bonus {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #1a1b33;
  width: 35%;
  display: table-cell;
  font-family: "Work Sans", sans-serif;
  padding-left: 20px;
}

.casinos-table-main__td-reflink {
  width: 24%;
  display: table-cell;
  text-align: right;
}

.violet-btn {
  background: #276;
  box-shadow: 0px 2px 8px #134219, 0px 2px 4px rgb(0 0 0 / 20%);
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 32px;
  cursor: pointer;
}

.violet-btn:hover {
  background: #123f36;
  box-shadow: 0px 3px 12px rgb(0 0 0 / 20%), 0px 6px 12px #134219;
  color: #fff;
  text-decoration: none;
}

.casinos-table-main__td-tc {
  width: 100%;
  display: block;
  margin-top: 10px;
  flex-shrink: 0;
  font-size: 15px;
  line-height: 15px;
  color: #556;
  padding: 10px;
}
.has-rate {
  padding-bottom: 180px;
  position: relative;
}
.list__advantages,
.list__disadvantages {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  line-height: 24px;
}
.casino_h3 {
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 12px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.list__advantages,
.list__disadvantages {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  line-height: 24px;
}
.list__disadvantages li {
  background: url(/wp-content/uploads/2022/01/minus.svg) 0 5px no-repeat;
}
.list__advantages li {
  background: url(/wp-content/uploads/2022/01/Plus.svg) 0 5px no-repeat;
}
.list__advantages li,
.list__disadvantages li {
  padding-left: 35px;
}
.row > div {
  flex: 1;
}
.related-posts .bonus-bl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 15px;
  margin-bottom: 12px;
  position: relative;
  transition: all 0.2s ease-out;
  z-index: 1;
}
.related-posts {
  position: relative;
}
.related-posts .bonus-bl-wrap .bonus-bl__img {
  border-radius: 16px;
  padding-right: 10px;
  width: 122px;
}
.related-posts .bonus-bl-wrap .bonus-bl__info {
  width: calc(100% - 170px - 135px);
  margin-bottom: 10px;
  align-self: flex-start;
}
.related-posts .bonus-bl-wrap .bonus-bl__info_slot {
  position: absolute;
  left: 150px;
  bottom: 15px;
  font-size: 13px;
  line-height: 21px;
  color: #818192;
}
.related-posts .bonus-bl-wrap .bonus-bl__button {
  width: 170px;
  text-align: right;
}
.related-posts .bonus-bl-wrap:hover {
  box-shadow: 0px 16px 32px #d7dae0;
  transform: translateY(-4px);
}
blockquote {
  background: #ffffff;
  padding: 25px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  display: flex;
  margin: 35px auto 16px;
  font-style: italic;
  position: relative;
  padding-left: 40px;
  border: 2px solid #fe9701;
}
blockquote:before {
  content: "";
  background-image: url(/wp-content/uploads/2022/01/Attention.svg);
  position: absolute;
  width: 60px;
  height: 60px;
  top: 18px;
  background-size: cover;
  left: -25px;
  border-radius: 50%;
}
.head-menu {
  /*     background: #123f36; */
  text-align: center;
}
table.main {
  width: 100%;
  border: 0.5px solid #69ffb7;
  margin: 15px 0px;
}
td.main-2 {
  /* background-color: #123f36; */
  /* color: white; */
  font-weight: 500;
  border: 0.5px solid #69ffb7;
  padding: 5px 15px 5px;
}
td.main-3 {
  /* background-color: white; */
  border: 0.5px solid #69ffb7;
  padding: 5px 15px 5px;
}
tr.main-1\.0 {
  /* background-color: #123f36; */
  /* color: white; */
  font-weight: 600;
  text-align: center;
  height: 40px;
}
td.main-1\.2 {
  border: 0.5px solid #69ffb7;
  padding: 7px;
}
td.main-1\.3 {
  border: 0.5px solid #69ffb7;
  padding: 7px;
}
td.main-1\.4 {
  border: 0.5px solid #69ffb7;
  padding: 7px;
}
table.main2\.0 {
  /* border: 0.5px solid #123f36; */
  /* background-color: white; */
  display: flex;
  overflow: auto;
  margin: 20px 0px;
}
td.main-1\.5 {
  border: 0.5px solid #69ffb7;
  padding: 7px;
}

.related-posts .bonus-bl-wrap .bonus-bl__button {
  text-align: right;
  width: 256px;
}
.header-right {
  display: flex;
  justify-content: space-between;
}
.header-icons {
  display: flex;
}
.section-header .head-menu {
  /*     background: #276; */
  z-index: 1000;
  position: relative;
  box-shadow: 0 2px 5px rgb(0 0 0 / 6%);
}
.section-header .head-menu .menu > li a {
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  line-height: 52px;
  letter-spacing: 0.5px;
  transition: all 400ms ease;
}
.section-header .head-menu .lang-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 80px;
  height: 48px;
  /* background: var(--kt-bg-second-color); */
  border-radius: 100px;
  cursor: pointer;
}
.section-header .head-menu .lang-menu:hover > .lang-menu-list {
  display: block;
}
.section-header .head-menu .lang-menu::before {
  content: "";
  /* position: absolute; */
  width: 32px;
  height: 32px;
  /* top: 8px;
    left: 8px; */
  border-radius: 101%;
}
.section-header .head-menu .lang-menu:after {
  content: "▼";
  /* position: absolute; */
  /* right: 15px;
    top: 35%; */
  /* font-family: "poka"; */
  /* font-weight: normal; */
  padding-left: 5px;
  font-size: 12px;
}
.section-header .lang-menu-uk::before {
  background: center no-repeat url(./img/ukraine-flag.svg);
}
.section-header .lang-menu-ru::before {
  background: center no-repeat url(./img/rusnya-flag.svg);
}
.section-header .lang-menu-list {
  display: none;
  list-style: none;
  position: absolute;
  top: 43px;
  width: 80px;
  padding: 20px 8px;
  /* margin: 0; */
  background: #2c1b5b;
  border-radius: 10px;
  cursor: default;
}
.section-header .lang-menu-list .lang-item .lang-item-link {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  margin-left: 32px;
  padding-left: 8px;
}
.section-header .lang-menu-list .lang-item .lang-item-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: -5px;
  border-radius: 101%;
}
.section-header .lang-menu-list .lang-item-uk .lang-item-link::before {
  background: center no-repeat url(./img/ukraine-flag.svg);
}
.section-header .lang-menu-list .lang-item-ru .lang-item-link::before {
  background: center no-repeat url(./img/rusnya-flag.svg);
}
.section-header .lang-menu-list .lang-item {
  margin-bottom: 20px;
}
.section-header .lang-menu-list .lang-item:last-child {
  margin-bottom: 0;
}
.section-header .head-menu .menu > li ul {
  background-color: #2c1b5b;
}

.section-header .head-menu .menu {
  margin-right: 0;
  float: none;
}
.section-header .head-menu .btn-trigger-search {
  float: none;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fe9701;
  margin-top: 12px;
  border-radius: 100%;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 2px solid #fe9701;
}
.section-footer {
  background: rgba(0, 0, 0, 0.2);
  padding: 80px 0 0;
  color: #fff;
}
.page-wrapper {
  background: #221650;
}
.section {
  padding: 36px 24px;
  /* background: #221650; */
  /* box-shadow: 0 2px 7px rgb(0 0 0 / 20%); */
  /* border-radius: 8px; */
  overflow-x: hidden;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 575px) {
  .casinos-table-main__row {
    padding: 8px;
  }
}

@media screen and (max-width: 680px) {
  .casinos-table-main__row {
    justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .casinos-table-main_no-counter .casinos-table-main__td-img {
    width: 50%;
  }

  .violet-btn {
    font-size: 16px;
    line-height: 22px;
    padding: 17px 32px;
  }
  .casinos-table-main__td-bonus {
    width: 100% !important;
    padding: 0;
    font-size: 18px;
  }
  .casinos-table-main__td-rating {
    text-align: left;
    width: 50% !important;
  }
  .casinos-table-main_no-counter .casinos-table-main__td-img {
    width: 50% !important;
  }
  td.casinos-table-main__td.casinos-table-main__td-bonus {
    padding-top: 20px;
  }
  td.casinos-table-main__td.casinos-table-main__td-tc {
    font-size: 12px;
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .casinos-table-main_no-counter .casinos-table-main__td-img {
    width: 25%;
  }
  .casinos-table-main__td-rating {
    width: 30%;
  }
  .casinos-table-main__td-bonus {
    width: 40%;
  }
  .casinos-table-main__td-reflink {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .casinos-table-main__td-reflink a {
    display: block;
  }
}
@media screen and (max-width: 1054px) {
  .casinos-table-main_no-counter .casinos-table-main__td-img {
    padding-left: 1px;
  }
  .casinos-table-main__td-bonus {
    font-size: 16px;
  }
  .casinos-table-main__td-rating {
    text-align: center;
  }
  .casinos-table-main_no-counter .casinos-table-main__td-rating {
    text-align: center;
    padding-left: 0;
  }
  .casinos-table-main__td-rating {
    width: 30%;
  }
}
.casinos-table-main_no-counter .casinos-table-main__td-img {
  width: 18%;
}
@media only screen and (max-width: 575px) {
  .casinos-table-main__td-img {
    width: 45%;
  }
  .casinos-table-main__td-reflink a {
    font-size: 15px;
  }
  .casinos-table-main__image {
    margin: 0 auto;
  }
  .casinos-table-main__td-rating {
    border-right: none;
    width: 50%;
    text-align: center;
  }
  .casinos-table-main__td-link {
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .casinos-table-main__td-bonus {
    width: 100% !important;
    padding: 0;
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .casinos-table-main__td-rating {
    text-align: left;
    width: 22%;
  }
  .casinos-table-main__td-bonus {
    font-size: 20px;
    width: 48%;
  }
}

.section-header .head-menu .site-logo {
  width: 200px;
}

.section-header .head-menu .site-logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media only screen and (max-width: 575px) {
  .related-posts .bonus-bl-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
  }
  .related-posts .bonus-bl-wrap .bonus-bl__img {
    width: 128px;
    margin-bottom: 6px;
    padding-right: 8px;
  }
  .related-posts .bonus-bl-wrap .bonus-bl__info {
    margin-bottom: 0px;
    width: 100%;
  }
  .related-posts .bonus-bl-wrap .bonus-bl__info_slot {
    top: 22px;
    left: 134px;
    z-index: -1;
  }
  .related-posts .bonus-bl-wrap .bonus-bl__button {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .related-posts .bonus-bl-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
  }
  body {
    font-size: 13px;
  }
  .related-posts .bonus-bl-wrap .bonus-bl__button a {
    display: block;
  }
  .violet-btn {
    font-size: 16px;
    line-height: 22px;
    padding: 17px 32px;
  }
}
@media (max-width: 1000px) {
  .related-posts {
    justify-content: center;
  }
}
h4.vc_tta-panel-title.vc_tta-controls-icon-position-right {
  /* background-color: white; */
}
span.vc_tta-title-text {
  /* color: black; */
}
a:hover {
  color: #227766;
}
.gallery img {
  border: 10px solid #227766;
}

img.footer-icons {
  height: 70px;
  margin: 10px;
}
@media (max-width: 767px) {
  .footer-top.row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column;
  }
  .section-footer {
    background: #276;
    padding: 20px 0 0;
    color: #fff;
  }

  div#block-10 {
    max-width: 100%;
  }

  .section-footer .footer-top .widget {
    width: 100%;
    max-width: 100%;
  }

  .section-footer .footer-top .widget ul li {
    display: revert;
    margin-bottom: 5px;
  }
  .section-header .trigger-mmenu .icon span {
    display: block;
    height: 3px;
    background: #ffffff;
    margin-bottom: 5px;
    position: relative;
    border-radius: 4px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  .section-header .trigger-mmenu {
    color: #ffffff;
    line-height: 48px;
  }
}
tr.top-igrovikh-avtomativ-tr1 {
  background-color: #fe9701;
  color: white;
  text-align: center;
}
td.top-igrovikh-avtomativ-1 {
  width: 15%;
  padding: 5px;
  border: solid 0.5px #214b43;
}
td.top-igrovikh-avtomativ-2 {
  width: 15%;
  padding: 5px;
  border: solid 0.5px #214b43;
}
td.top-igrovikh-avtomativ-3 {
  width: 10%;
  padding: 5px;
  border: solid 0.5px #214b43;
}
td.top-igrovikh-avtomativ-4 {
  width: 10%;
  padding: 5px;
  border: solid 0.5px #214b43;
}
td.top-igrovikh-avtomativ-5 {
  width: 10%;
  padding: 5px;
  border: solid 0.5px #214b43;
}
td.top-igrovikh-avtomativ-6 {
  padding: 5px;
  width: 40%;
  border: solid 0.5px #214b43;
}

.c-table-section__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: section;
}
table.top-igrovikh-avtomativ {
  background-color: white;
  display: flex;
  overflow: auto;
  margin: 20px 0px;
}
tr.top-igrovikh-avtomativ-tr {
  border: solid 0.5px #214b43;
  text-align: center;
}
table.riznovidi-frispiniv {
  text-decoration: none;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  margin: 20px 0px;
  background-color: white;
}

table.riznovidi-frispiniv th {
  font-weight: normal;
  font-size: 16px;
  font-family: "Source Sans Pro";
  color: #ffffff;
  background-color: #fe9701;
}

table.riznovidi-frispiniv td {
  font-size: 16px;
  color: #354251;
}

table.riznovidi-frispiniv td,
table.riznovidi-frispiniv th {
  white-space: pre-wrap;
  padding: 10px 5px;
  line-height: 16px;
  vertical-align: middle;
  border: 0.5px solid #123f36;
  font-family: "Source Sans Pro";
}
table.riznovidi-frispiniv tr:hover {
  background-color: #f9fafb;
}

table.riznovidi-frispiniv tr:hover td {
  color: #354251;
  cursor: default;
}
a:hover {
  color: #fd9700;
}
.button_1 {
  display: inline-block !important;
  text-decoration: none !important;
  background-color: #227766 !important;
  color: #ffffff !important;
  border: 0px solid #006089 !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  padding: 15px 50px !important;
  transition: all 0.8s ease !important;
}
.button_1:hover {
  text-decoration: none !important;
  background-color: #fe9701 !important;
  color: #ffeded !important;
  border-color: #006089 !important;
}

.section-header .head-menu {
  background: linear-gradient(222.26deg, #3b1d60 1.22%, #040d3e 106.28%);
  height: 72px;
  display: flex;
  align-items: center;
}

.vc_tta-color-vista-blue.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  background-color: inherit;
}
.prp-page .prp-content .table-s1 .item .c4 h4,
.wp-admin .prp-content .table-s1 .item .c4 h4,
.prp-page.page .prp-content .table-s1 .item .c4 h4,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
  color: #69ffb7 !important;
}

/* .vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading */
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after,
.vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading,
.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-vista-blue.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body::after,
.vc_tta-color-vista-blue.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body::before {
  border-color: #221650 !important;
  background-color: #221650 !important;
}

.vc_tta-color-vista-blue.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-heading {
  border-color: #221650 !important;
  background-color: #221650 !important;
}
.vc_tta-color-vista-blue.vc_tta-style-classic
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  border-color: #221650 !important;
  background-color: #221650 !important;
}
.prp-page .prp-content .table-s1,
.wp-admin .prp-content .table-s1,
.prp-page.page .prp-content .table-s1 {
  background: inherit;
}

.prp-page .prp-content .table-s1 .item:nth-child(even),
.wp-admin .prp-content .table-s1 .item:nth-child(even),
.prp-page.page .prp-content .table-s1 .item:nth-child(even) {
  background: rgba(255, 255, 255, 0.1);
}

.prp-page .prp-content .table-s1 .item,
.wp-admin .prp-content .table-s1 .item,
.prp-page.page .prp-content .table-s1 .item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 32px 40px;
  margin-bottom: 24px;
}

.prp-page div.prp-content .prp-el-circle-rating,
.wp-admin div.prp-content .prp-el-circle-rating,
.prp-page.page div.prp-content .prp-el-circle-rating {
  width: 108px;
  height: 108px;
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: #69ffb7;
  box-shadow: none;
}
.prp-page .prp-content .table-s1 .item:nth-child(even) .count,
.wp-admin .prp-content .table-s1 .item:nth-child(even) .count,
.prp-page.page .prp-content .table-s1 .item:nth-child(even) .count,
.prp-page .prp-content .table-s1 .item .count,
.wp-admin .prp-content .table-s1 .item .count,
.prp-page.page .prp-content .table-s1 .item .count {
  background: #f2994a;
  color: #5c3f25;
}



.bonus-popup-button-link,
.prp-page .prp-content .prp-btn,
.wp-admin .prp-content .prp-btn,
.prp-page.page .prp-content .prp-btn {
  background: #69ffb7;
  color: #264838;
  font-size: 20px;
  border-radius: 100px;
  box-shadow: none;
  margin-bottom: 20px;
}
.bonus-popup-button-link {
    display: block;
    padding: 13px 15px;
    font-size: 23px;
    font-weight: bold;
}
.prp-page .prp-content .prp-btn--review,
.wp-admin .prp-content .prp-btn--review,
.prp-page.page .prp-content .prp-btn--review {
  color: #d9d6e4 !important;
  background: inherit;
  margin: 0;
  padding: 0;
}

/* .comment-form {

} */
#comments input[type="text"],
#comments input[type="email"],
#comments input[type="url"],
#comments textarea {
  border-radius: 24px;
}
.form-submit #submit {
  background: #276;
  box-shadow: 0px 2px 8px #134219, 0px 2px 4px rgb(0 0 0 / 20%);
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 32px;
  cursor: pointer;
}
/* 
.comment-body {

} */
.comment-form-url {
  display: none;
}
.comment-list li .avatar {
  float: left;
}
.comment-author cite {
  display: inline-block;
  margin-bottom: 7px;
}
.comment-list li .reply {
  padding-bottom: 0;
}

.author-section {
  padding: 40px;
  border-radius: 24px;
}
.author-section .author-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 28px;
  color: #69ffb7;
}
.author-section .author-content {
  display: flex;
  width: 100%;
  min-height: 150px;
}
.author-section .author-content .author-info-left {
  flex: 0 0 170px;
  margin-right: 40px;
}
.author-section .author-content .author-info-left .author-photo img {
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 10px;
}
.author-section .author-content .author-info-left .author-socials {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}
.author-section
  .author-content
  .author-info-left
  .author-socials
  .author-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #276;
  border-radius: 10px;
}
.author-section
  .author-content
  .author-info-left
  .author-socials
  .author-social
  img {
  display: block;
  width: 22px;
  height: 22px;
  fill: #fff;
}
.author-section .author-content .author-info-right .author-name {
  color: #ffa316;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}
.author-section .author-content .author-info-right .author-position {
  margin-bottom: 16px;
  font-size: 16px;
  font-style: italic;
}
.author-section .author-content .author-info-right .author-email {
  display: flex;
  align-items: center;
}
.author-section .author-content .author-info-right .author-email .email-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background: var(--kt-design-color-3);
  border-radius: 10px;
}
.author-section
  .author-content
  .author-info-right
  .author-email
  .email-icon
  img {
  display: block;
  width: 20px;
  height: 18px;
}
.author-section .author-content .author-info-right .author-email .email-text {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.author-section .author-content .author-info-right .author-description {
  margin-top: 40px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .author-section {
    padding: 32px 20px;
  }
  .author-section .author-content {
    flex-direction: column;
    align-items: center;
  }
  .author-section .author-content .author-info-left {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
/* Large desktops */
@media (max-width: 1199px) {
}

/* Tablet */
@media (max-width: 991px) {
}

/* Mobile */
@media (max-width: 767px) {
}

/* Small mobile */
@media (max-width: 575px) {
}

/* =============================== POPUP =========================== */

#bonus-popup {
  display: none;
  /* display: flex; */
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  overflow-y: scroll;
  background-color: rgba(13, 1, 29, 0.77);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
}

#bonus-popup.active {
  display: flex;
}

#bonus-popup .bonus-popup-scroll {
  margin: auto;
  height: fit-content;
}

#bonus-popup .bonus-popup {
  position: relative;
  width: 600px;
  height: 350px;
  background: #221650;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.6);
}

#bonus-popup .popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  cursor: pointer;
  z-index: 1;
}

#bonus-popup .popup-close span {
  display: block;
  width: 50%;
  height: 3px;
  margin: 2px 0;
  background: #9d9d9d;
  border-radius: 4px;
  position: relative;
}

#bonus-popup .popup-close span:first-child {
  transform: rotate(45deg);
}

#bonus-popup .popup-close span:last-child {
  transform: rotate(-45deg);
  position: absolute;
}

#bonus-popup .bonus-popup-content {
  display: flex;
  width: 100%;
  height: 100%;
}

#bonus-popup .bonus-popup-info {
  flex: 0 0 272px;
  display: flex;
  flex-direction: column;
  padding: 52px 0 32px 32px;
  text-align: center;
  z-index: 1;
}

#bonus-popup .bonus-popup-title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.25px;
  color: #fff;
}

#bonus-popup .bonus-popup-text {
  margin-top: 24px;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0.25px;
  color: #fff;
}

#bonus-popup .bonus-popup-promocode {
  margin-top: 8px;
  font-size: 19px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.25px;
  color: #f2994a;
}

#bonus-popup .promocode-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

#bonus-popup .promocode-copy {
  cursor: pointer;
}

#bonus-popup .promocode-copy img {
  opacity: 0.7;
}

#bonus-popup .promocode-copy img:hover {
  opacity: 1;
}

#bonus-popup .bonus-popup-button {
  margin: auto 0 0 0;
}

#bonus-popup .btn--review {
  margin: 0;
}

#bonus-popup .bonus-popup-btn {
  width: 100%;
  padding: 12px;
}

#bonus-popup .bonus-popup-image {
  flex: 1;
  position: relative;
}

#bonus-popup .bonus-popup-image img {
  position: absolute;
  right: -90px;
  top: -110px;
  max-width: unset;
  width: 450px;
  height: 520px;
}

#bonus-popup .bonus-popup-not-show {
  position: absolute;
  right: 60px;
  bottom: 32px;
  color: #7d7d7d;
  cursor: pointer;
  z-index: 2;
}

#bonus-popup .bonus-popup-not-show label {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  font-size: 13px;
}

/* Custom checkbox styles */
#bonus-popup .label-container {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
}

#bonus-popup .label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#bonus-popup .checkmark {
  display: flex;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #7d7d7d;
  border-radius: 2px;
  position: relative;
}

#bonus-popup .label-container:hover input ~ .checkmark {
  opacity: 0.5;
}

#bonus-popup .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#bonus-popup .label-container input:checked ~ .checkmark:after {
  display: block;
}

#bonus-popup .label-container .checkmark:after {
  right: 5px;
  top: 3px;
  width: 5px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Responsive */
@media (max-width: 992px) {
  #bonus-popup .admin-bar #page-wrapper #bonus-popup {
    top: 46px;
    padding-bottom: 46px;
  }

  #bonus-popup .bonus-popup {
    width: 343px;
    height: 600px;
  }

  #bonus-popup .bonus-popup-content {
    flex-direction: column;
  }

  #bonus-popup .bonus-popup-info {
    order: 2;
    padding: 0 24px 64px 24px;
  }

  #bonus-popup .bonus-popup-button {
    margin-top: 32px;
  }

  #bonus-popup .bonus-popup-image {
    order: 1;
  }

  #bonus-popup .bonus-popup-image img {
    right: -80px;
    top: -120px;
    width: 500px;
    height: 570px;
  }

  #bonus-popup .bonus-popup-not-show {
    order: 3;
    bottom: 26px;
    right: 87px;
  }
}
