@font-face {
  font-family: "Thrones";
  src: url("BPGGuardianEgyp.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Thrones-Caps";
  src: url("BPGGuardianEgypCaps.ttf");
  font-weight: normal;
  font-style: normal;
}
.header-GameOfSlots-progress-container {
    text-decoration: none;
    position: relative;
}
.header-GameOfSlots-progress {
  margin: 69px 20px 0;
  background-image: url(header/progress-freespin.svg), url(progress-bg.svg);
  background-position: 24px 18px, center;
  background-repeat: no-repeat;
  background-size: 20px,auto;
  backdrop-filter: blur(4px);
  border-radius: 10px;
  height: 78px;
  padding: 0 0 0 65px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.SlotAndField-theme .header-GameOfSlots-progress {
  background-image:  url(SlotAndField/progress-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #B72DF3;
  backdrop-filter: blur(2px);
  padding: 0px 0 0 12px;
}
.header-GameOfSlots-progress::before {
  content: '';
  width: 331px;
  height: 83px;
  position: absolute;
  top: -4px;
  left: -6px;
  background-image: url(header/header-bg-frame.png);
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.SlotAndField-theme .header-GameOfSlots-progress::before,
.SlotAndField-theme .header-GameOfSlots-progress::after {
  content: none;
} 
.header-GameOfSlots-progress::after {
  content: attr(data-name);
  position: absolute;
  top: 44px;
  left: 0;
  width: 70px;
  text-align: center;
  font-size: 10px;
  font-family: 'Thrones';
  color: #ffffff;
  overflow: hidden;
}
  .header-GameOfSlots-progress .progress-button {
    width: 288px;
    height: 28px;
    -webkit-flex: 0 0 28px;
    flex: 0 0 28px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
  }
  .SlotAndField-theme .header-GameOfSlots-progress .progress-button {
    display: none;
  }
  .header-GameOfSlots-progress .progress-button::after {
    content: "\e823";
    font-family: "cb-icons";
    font-size: 8px;
    color: #9DACB7;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .header-GameOfSlots-progress .progress-wrapper {
    -webkit-flex: 1;
    flex: 1;
    position: relative;
  }
  .header-GameOfSlots-progress .progress-wrapper .progress-top, .header-GameOfSlots-progress .progress-wrapper .progress-bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 24px;
    margin: 0 -5px 0 0;
  }
  .header-GameOfSlots-progress .progress-wrapper .progress-top::before, 
  .header-GameOfSlots-progress .progress-wrapper .progress-bottom::before {
    content: attr(data-title);
    font-size: 10px;
    color: #FFFFFF;
    opacity: 0.6;
    font-family: 'CrystalNU4-Regular';
    height: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    left: 2px;
  }
  .SlotAndField-theme .header-GameOfSlots-progress .progress-wrapper .progress-top::before, 
  .SlotAndField-theme .header-GameOfSlots-progress .progress-wrapper .progress-bottom::before {
    font-family: 'HelveticaMedium';
    width: 45px;
    line-height: 10px;
    padding: 4px 0 0 0;
  }
  .header-GameOfSlots-progress .progress-wrapper .progress-step {
    width: 29px;
    color: #ffffff;
    font-family: "Thrones","CrystalBetUni-Bold";
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
  }
  .SlotAndField-theme .header-GameOfSlots-progress .progress-wrapper .progress-step {
    width: 40px;
    color: #ffffff;
    font-family: "Gotham-Normal","CrystalBetUni-Bold";
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 13px 0 0;
}
  .header-GameOfSlots-progress .progress-top .progress-step {
    position: relative;
  }
  .header-GameOfSlots-progress .progress-top .progress-step::after {
    content: "₾";
    font-size: 11px;
    font-family:  "Thrones","CrystalBetUni-Bold";
    margin: 0px 0 0 1px;
  }
  .header-GameOfSlots-progress .progress-bottom {
    padding: 2px 0 0;
  }
  .header-GameOfSlots-progress .progress-bottom .progress-step::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(sword.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 0 2px;
  }
  .SlotAndField-theme .header-GameOfSlots-progress .progress-bottom .progress-step::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(SlotAndField/sword.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 0 2px;
  }
  .header-GameOfSlots-progress .progress-bar {
    height: 16px;
    margin: 3px 0 2px 0;
    background-repeat: repeat-x;
    background-image: url(header/progress-bg-empty.svg);
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 0 20px 0 0;
    position: relative;
    float: none!important;
  }
  .SlotAndField-theme  .header-GameOfSlots-progress .progress-bar {
    height: 16px;
    margin: 3px 0 2px 0;
    background-repeat: repeat-x;
    background-image: url(SlotAndField/header/progress-bg-empty.svg);
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 0 20px 0 0;
    position: relative;
    float: none!important;
  }
  .header-GameOfSlots-progress .progress-bar:after {
    content: '';
    width: 22px;
    height: 16px;
    background: url(header/bgprogress.png) left center no-repeat;
    position: absolute;
    left: 1px;
    top: -1px;
  }
  .SlotAndField-theme .header-GameOfSlots-progress .progress-bar:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 15px;
    background: url(progress-bg-fill.svg);
    background-position: 0px;
    background-repeat: no-repeat;
    left: 0.6px;
    top: 0px;
    border-radius: 7px 0px 0px 0px;
  }
  .header-GameOfSlots-progress .progress-bar-cont {
    position: absolute;
    height: 16px;
    width:  200px;
    left: 16px;
  }
  .SlotAndField-theme .header-GameOfSlots-progress .progress-bar-cont {
    position: absolute;
    height: 16px;
    width:  292px;
    left: 16px;
  }
  .header-GameOfSlots-progress .progress-bar-cont.perecent_0 .progress-amount {
    right: -55px;
  }
  .header-GameOfSlots-progress .progress-bar-cont.perecent_100 .progress-amount {
    right: -60px;
  }

  .header-GameOfSlots-progress .progress-bar .progress-percent {
    height: 16px;
    background-image: url(header/progress-bg-fill.svg);
    background-position-x: -15px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    max-width: 97%;
    min-width: 8%;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    
  }
  .SlotAndField-theme .header-GameOfSlots-progress .progress-bar .progress-percent {
    height: 16px;
    background-image: url(SlotAndField/header/progress-bg-fill.svg);
    background-position-x: -15px;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    max-width: 90%;
    min-width: 6%;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    
  }
  .header-GameOfSlots-progress .progress-amount {
    position: absolute;
    width: 140px;
    right: -70px;
    height: 22px;
    top: -4px;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .header-GameOfSlots-progress .progress-amount div {
    height: 22px;
    background: radial-gradient(50% 50% at 50% 50%, #1EC013 0%, #169A0D 100%);
    border: 1px solid #29E11D;
    box-shadow: -2px 3px 0px rgb(0 0 0 / 25%);
    border-radius: 21px;
    font-size: 13px;
    color: #FFFFFF;
    font-family: "Thrones","CrystalBetUni-Bold";
    padding: 0 8px;
    line-height: 24px;
  }
  .SlotAndField-theme .header-GameOfSlots-progress .progress-amount div {
    font-family: "Gotham-Normal","CrystalBetUni-Bold";
    font-size: 11px;
    line-height: 21px;
    height: 21px;
  }
  .header-GameOfSlots-progress .progress-amount b {
    font-weight: normal;
  }
  .header-GameOfSlots-progress .progress-amount span {
    font-family:  "Thrones","CrystalBetUni-Bold";
    font-size: 11px;
    font-weight: normal;
    padding: 0 0 0 3px;
  }