html{
  background: #2C3531;
}

body{
  font-size: 14pt;
  background: linear-gradient(99.85deg, #2C3531 0%, #103F40 100%);
  color:#fff;
}

label{
  font-size:0.8em;
  color:#669799;
  margin: 5px 0px;
}

.banner-left {
  background: linear-gradient(90deg, #2c3531, #2c3531ed, #2c3531a8, #2c3531a8, #2c3531a8);
  height: 0;
  padding-top: 50%;
  width: 100%;
  margin-top: -47%;
  position: relative;
  z-index: 1;
}

.banner-right {
  background: linear-gradient(-90deg, #2c3531, #2c3531ed, #2c3531a8, #2c3531a8, #2c3531a8);
  height: 0;
  padding-top: 50%;
  width: 100%;
  margin-top: -47%;
  position: relative;
  z-index: 1;
}

.carousel-item {
  transition: transform 0s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0s;
}

.site-logo{
  height:50px;
}

.mobile{
  display: none;
}

.container {
  max-width: 90%;
}

h6{
  color: #ffffff78;
}

p{
  margin-bottom: 0;
}
.w-80{
  width: 80%;
}

.w-80>a>.card1 {
  height: 300px !important;
}

.material-icons {
  vertical-align: middle;
}

.mb-1-mobile {
  margin-bottom: 0 !important;
}

.mb-2-mobile {
  margin-bottom: 0 !important;
}

.mb-3-mobile {
  margin-bottom: 0 !important;
}

.mt-3-mobile {
  margin-top: 0 !important;
}

.mt-4-mobile {
  margin-top: 0 !important;
}

.mt-1-mobile {
  margin-top: 0 !important;
}

.mt-2-mobile {
  margin-top: 0 !important;
}

.mb-3-nomobile {
  margin-bottom: 1rem !important;
}

.mb-4-nomobile {
  margin-bottom: 1.5rem !important;
}

.mb-5-nomobile {
  margin-bottom: 3rem !important;
}

.mt-5-nomobile {
  margin-top: 3rem !important;
}

.px-5-nomobile {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.pt-2-nomobile {
  padding-top: 10px !important;
}

.pt-3-nomobile {
  padding-top: 1rem !important;
}

.py-3-nomobile {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4-nomobile {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5-nomobile {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

hr.top-line{
  width: 70%;
  box-shadow: 0px 12px 15px 10px #fee4cb36;
  margin: auto;
  margin-bottom: -4px;
  border: none;
  opacity: 0.9;
  background-color: #dab08c;
  height: 4px;
  border-radius: 0px 0px 4px 4px;
  z-index: 1;
  position: relative;
}

.tabs-index{
  margin-top:15px;
  margin-bottom: 15px;
}

.div-horizontal-scroll{
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.div-btns-social{
  background: #126466;
  padding: 0 15px 15px;
  margin-top: -30px;
  border-radius: 0px 0px 30px 30px;
  border: 1px solid #ffffff26;
  z-index: 1;
  position: relative;
  border-top: none;
}

.div-btns-social>p{
  color: #499394;
  font-size: 0.8em;
}

.btn-social {
  display: inline-block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  margin: 10px;
  border: 1px solid #ffffff1a;
  vertical-align: middle;
  font-size: 58px;
  color: #fff;
}

.btn-success {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 17px 20px;
  gap: 10px;
  margin: 0 auto;
  height: 60px;
  background: linear-gradient(94.33deg, #FFD2A7 7.44%, #D9B08C 95.93%);
  color: #2C3531;
  border-color: #ffffff69;
  box-shadow: 0px 4px 50.1px rgba(250, 205, 163, 0.3);
  border-radius: 60px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.btn-dark {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 17px 20px;
  gap: 10px;
  margin: 0 auto;
  height: 60px;
  background: rgba(44, 53, 49, 0.7);
  color: rgba(255, 255, 255, 0.5);
  border-color: #ffffff42;
  box-shadow: 0px 4px 50.1px rgba(250, 205, 163, 0.3);
  border-radius: 60px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.num{
  color: #FFD2A7;
}

.panel{
  color:#fff;
  background: #064C4E;
  padding: 15px;
  border: 1px solid #ffffff36;
  border-radius: 20pt;
  margin:0;
}

.panel-light{
  background: #ffffff1a;
  color: #ffffff9c;
}

.panel-transparent{
  color:#fff;
  padding: 15px;
  margin:0;
}

.panel>p, .panel-transparent>p{
  color: rgba(255, 255, 255, 0.5);
}

.panel>div>p, .panel-transparent>div>p{
  color: rgba(255, 255, 255, 0.5);
}

.timer{
  width: 6em;
  font-size: 1.8em;
  display: flex;
  margin: auto;
}

.timer>.panel{
  width: 2.5em;
  border-color: #ffffff38;
}

.timer>#dots{
  width: 0.5em;
  padding-top: 0.4em;
}

#seconds{
  font-size: 0.5em;
  color: #ffffff4f;
  position: relative;
  right: 25px;
  top: 8px;
  width: 0px;
}

.circle{
  border-radius: 50%;
  background: #226365;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  margin: auto;
  border: 1px solid #ffffff3b;
}

.circle.active1{
  border-color: #fff;
}

.circle.active2{
  background: #FFD2A7;
  color: #865B34;
}

.steps>div>img{
  max-width: 50px !important;
}

.bottom-panel {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 10px 20px;
  gap: 16px;
  isolation: isolate;
  box-shadow: 0px 2px 22.1px rgba(0, 0, 0, 0.25);
  background: #00000000;
  border-radius: 50em;
  border: 1px solid transparent;
  position: fixed;
  bottom: 10px;
  width: 768px;
  left: calc(50% - 768px / 2);
  z-index: 100;
  backdrop-filter: blur(10px);
}

.bottom-panel-btn {
  position: relative;
  overflow: hidden;
  width: calc(20% - 12px);
  height: 64px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  padding-left: 22px;
  gap: 10px;
  background: #0000003b;
  box-shadow: 1px 3px 11px #202925;
  border-radius: 50px;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
  border-color: #ffffff3b;
}

.bottom-panel-btn-active {
  position: relative;
  overflow: hidden;
  width: calc(20% - 12px);
  height: 64px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  padding-left: 22px;
  gap: 10px;
  background: #006064;
  color: #FFD2A7;
  box-shadow: 1px 3px 11px #202925;
  border-radius: 50px;
  flex: none;
  order: 0;
  flex-grow: 0;
  z-index: 0;
}

.bottom-panel-btn-active>.blik {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 16px;
  background: rgba(255, 203, 154, 1);
  filter: blur(8px);
  border-radius: 50%;
}

.sun {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(img/blik_sun.png);
  background-position: center;
  background-size: cover;
}

.bottom-panel-btn-active>.sun {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 7px;
  top: 2px;
  background: url(img/blik_sun.png);
  background-position: center;
  background-size: cover;
}

.club-btn{
  position: relative;
  background: #2C3531;
  border-radius: 30px;
  padding-left: 30%;
  text-align: left;
  overflow: hidden;
  height: 80px;
  filter: drop-shadow(4px 7px 16.6px rgba(34, 34, 34, 0.52));
  padding-top: 30px;
  line-height: 1em;
}

.club-btn>img{
  position: absolute;
  top: -52px;
  left: -52px;
  height: 180px;
}

div.card1{
  position: sticky;
  background: linear-gradient(141.85deg, #02494c 2.46%, #1A4140 99.07%);
  border-radius: 20pt;
  overflow: hidden;
  height: 240px;
  border: 1px solid #ffffff4d;
}

div.card1.square{
  height: 0;
  padding-top: 100%;
  box-shadow: 9px 9px 20px #00000061;
}

div.card2{
  height: 200px !important;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  border: none;
  border-radius: 20pt 20pt 0px 0px;
}

.stick{
  position: absolute;
  width: 100px;
  height: 73px;
  left: 10px;
  top: -15px;
  background-image:url(img/stick1.png);
  background-size: cover;
  text-align: left;
  z-index: 2;
}

.blik{
  position: absolute;
  width: 203px;
  height: 200px;
  left: -69px;
  top: -43px;
  background: rgba(255, 203, 154, 0.61);
  filter: blur(82.9px);
}

.card1>.sun{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(img/blik_sun.png);
  background-position: center;
  background-size: cover;
}

.card1>.club-id{
  position: absolute;
  width: 100%;
  height: 2em;
  left: 10%;
  top: 5px;
  font-weight: 700;
  font-size: 0.7em;
  line-height: 21px;
  text-transform: uppercase;
  color: #7AA9AA;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
}

.card1>.club-name{
  position: absolute;
  left: 10%;
  bottom: 0;
  color: #000;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 2.7em;
  height: 0;
  width: 80%;
  border-bottom: 2.1rem solid #D1E8E2;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-radius: 100px 100px 0px 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
}

img.club-logo{
  position: absolute;
  width: 178px;
  height: 174px;
}

.podlozhka{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align:center;
}

.podlozhka2 {
  width: 60%;
  height: 60%;
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(4px);
  border-radius: 20pt;
  border: 1px solid #ffffff30;
  margin: auto;
  margin-top: 19%;
  background-size: cover;
  background-position: center;
}

div.club-logo {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 70%;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

div.club-logo2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

img.club-logo2 {
  height: 100%;
  width: auto;
}

.club-logo-small {
  width: 20%;
  margin-left: 40%;
  margin-top: 19%;
}

.club-logo-small2 {
  height: 1.4em;
  margin-right: 0.2em;
  margin-top: -0.2em;
  vertical-align: top;
}

div.btn-img{
  position: absolute;
  top: 20%;
  left: 20px;
  width: 15%;
  height: 60%;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

div.btn-img-small {
  position: absolute;
  top: 30%;
  left: 20px;
  width: 11%;
  height: 40%;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.card1>.club-info{
  position: absolute;
  left: 52%;
  width: 46%;
  top: 12%;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.61);
}

.club-info>h2{
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #BDDFE0;
}

.card1>#player_id{
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  gap: 10px;
  position: absolute;
  left: calc(50% - 225px/2 + 92.5px);
  top: 125px;
  width: 50%;
  background: #064C4E;
  border-radius: 60px;
}

div.language {
  width: 70px;
  height: 40px;
}

div.language>button {
  width: 70px;
  height: 40px;
  background: #02494c;
  border-radius: 60px;
  border: 1px solid #ffffff1a;
  text-align: center;
}

div.language>ul {
  padding: 0;
  background: none;
}

div.language>ul>li>a {
  width: 70px;
  height: 40px;
  background-color: #02494c !important;
  border: 1px solid #ffffff1a;
  border-radius: 60px;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px 0px;
}

div.language>button::after {
  display: none;
}

div.language>button>img, div.language>ul>li>a>img{
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.3rem;
}

.nav-tabs {
  background: linear-gradient(0deg, #006064 60%, transparent 65%);
  font-size: 0.7em;
  border-bottom: none;
}

.nav-tabs .nav-item {
  padding: 0px;
}

.nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.47);
  border-color: #ffffff24;
  border-bottom: none;
  background-image: linear-gradient(180deg, #02494c 0%, #013d40 100%);
  box-shadow: 4px -2px 4px rgba(7, 53, 54, 0.37);
  border-radius: 10pt 10pt 0px 0px;
  line-height: 0.9em;
  overflow: hidden;
  height: 36px;
  white-space: nowrap;
}

.nav-tabs .nav-link.active {
  color: #FFCB9A;
  border-color: #ffffff2b;
  background-color: #006064;
  background-image: none;
  position: relative;
  z-index: 1;
}

.nav-tabs .nav-link.active::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .3; 
  z-index: -1;
  background-image:url(img/tabs_background.jpg);
}

.nav-tabs .nav-link.nobackground.active::before {
  background-image:none;
}

.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(img/active_tab_top.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.dropdown-menu{
  background-color: #18403f;
  border: none;
  inset: -3px auto auto 0px !important;
}

.nav-link.dropdown-item{
  border-radius: 0;
  padding: 25px 0px 40px 0px;
}

.nav-link.dropdown-toggle {
  border: none;
  padding: 20px 0px 35px 0px;
  font-size: 1.3em;
  color: #ffcb9a;
  background-image: linear-gradient(180deg, #0f665d 0%, #006064 206.25%);
  border-radius: 30px;
  margin-bottom: 20px;
}

.dropdown-toggle::after {
  content: "";
  display: inline-block;
  margin-left: 0.355em;
  vertical-align: 0;
  border-top: 0.6em solid;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
}

.text-bg-warning {
  color: #000 !important;
  background-color: #e0b691 !important;
  font-size: 0.6em;
  vertical-align: top;
  padding: 3px 5px;
}

.text-bg-light {
  font-size: 0.6em;
  vertical-align: top;
  padding: 3px 5px;
  background-color: #ffffff47 !important;
  color: #fff !important;
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.text-bg-dark {
  font-size: 0.6em;
  vertical-align: top;
  padding: 3px 5px;
  background-color: #00000047 !important;
  color: #ffffff8a !important;
  margin-left: 0.2em;
  margin-right: 0.2em;
  border: 1px solid #ffffff29;
}

.nav-tabs-body{
  background-color: #006064;
  border-radius: 0px 0px 10pt 10pt;
  border: 1px solid #ffffff2b;
  border-top: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 15px;
  min-height: 60vh;
}

.nav-tabs-body::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .3; 
  z-index: -1;
  background-image:url(img/tabs_background.jpg);
}

.nav-tabs-body.nobackground {
  min-height: 0;
  padding: 30px;
}

.nav-tabs-body.nobackground::before {
  background-image:none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #ffffff24;
}

.btn-more{
  height: 0.7em;
  vertical-align: baseline;
  margin-left: 0.3em;
}

.crown{
  height: 3em;
  filter: drop-shadow(0px 2px 15px #FFBC7C) drop-shadow(0px 2px 25px #FFD2A7);
  transform: rotate(15.99deg);
}

.chat_background{
  background: #000000c9;
  position: fixed;
  z-index: 0;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.chat_title{
  height: 48px;
  color: #fff;
  padding: 5px;
  font-weight: bold;
}

.chat_div{
  position: fixed;
  z-index: 100;
  top: 28vh;
  max-width: calc(100% - 20px);
  width: 460px;
  height: 460px;
  right: 10px;
  color: #ffffff;
  background: #1e1e1e;
  border-radius: 15px;
  padding: 15px;
  font-size: 1rem;
  line-height: 1.3rem;
  word-wrap: break-word;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ffffff36;
  box-shadow: -20px 15px 20px 20px #000000a1;
}

.chat_btn {
  position: fixed;
  top: 63vh;
  width: 73px;
  height: 73px;
  right: 20px;
  color: #ffffffc4;
  background: #0000004f;
  border-radius: 10px;
  padding: 3px;
  font-size: 0.8rem;
  line-height: 0.9rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ffffff1a;
  box-shadow: -11px 11px 20px 0px #000000a1;
}

.chat_btn>span{
  font-size: 2rem;
  animation: color-change 2s infinite;
}
@keyframes color-change {
  0% { color: #ffffffc4;}
  50% { color: #ffffff4b;}
  0% { color: #ffffffc4;}
}

.chat_dialog{
  height: 318px;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow-y: scroll;
}

.chat_textarea{
  border-radius: 12px;
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #000 !important;
  height: 48px;
  width: calc(100% - 90px);
  padding: 10px;
  position: absolute;
  z-index: 1000;
  left: 15px;
  bottom: 15px;
}

.chat_send{
  position: absolute;
  z-index: 1000;
  right: 15px;
  bottom: 15px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  padding: 12px 0px 0px 6px;
}

.chat_hide{
  position: absolute;
  z-index: 1000;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  color: #fff;
}

.chat_buble_left{
  min-height: 40px;
  background: #626262;
  color: #fff;
  width: 90%;
  margin-bottom: 10px;
  border: 1px solid #757575;
  border-radius: 12px;
  text-align: left;
  padding: 15px;
}

.chat_buble_right{
  min-height: 40px;
  background: #a7e0c5;
  color: #000;
  width: 90%;
  margin-bottom: 10px;
  border: 1px solid #ffffff47;
  border-radius: 12px;
  text-align: left;
  padding: 15px;
  margin-left: 10%;
}

.white {
  color:#fff !important;
}

.yellow {
  color:#ffd2a7 !important;
}

.red {
  color:#ff8888 !important;
}

.green {
  color:#1a8754;
}

.blue {
  color:#5ac0b6;
}

.alert-dark{
  background: #383737;
  color: #ffffffab;
  border-color: #606060;
}

form{
  box-sizing: border-box;
  padding: 30px;
  background: #006064;
  box-shadow: 0px 4px 46.9px #2C3531;
  border-radius: 20pt;
}

.form-select, .form-control {
  color:#fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 20px;
  gap: 10px;
  margin: 0 auto;
  height: 54px;
  background-color: #064C4E;
  border-color: #ffffff69;
  border-radius: 60px;
  flex: none;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m2 6 6 6 6-6'/%3e%3c/svg%3e");
}

.form-control:focus {
  color:#fff;
  background: #064C4E;
  border-color: #ffffff69;
}

.form-control::placeholder {
  color:#ffffff4f;
}

footer {
  font-size:0.6em;
}

.card {
  color: #fff;
  background-color: #ffffff12;
}

.card-body h5 {
  height: 80px;
}
  
  /*
   * Custom translucent site header
   */
  
  .site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
  .site-header a {
    color: #8e8e8e;
    transition: color .15s ease-in-out;
  }
  .site-header a:hover {
    color: #fff;
    text-decoration: none;
  }

  h1{
    color: #FFCB9A;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  h2,h3,h4{
    color: #BDDFE0;
  }

  u{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #ffffff57;
  }

  .article-image{
    color:#fff;
    padding: 0px 0px;
    font-size: 40px;
    background-size: cover;
    background-position: center;
    height: 300px;
    box-shadow: 1px 13px 9px #00000061;
  }

  .article-title{
    text-align: center;
    margin-top: 30px;
  }

  .article-text{
    min-height: 80vh;
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 30px;
    border-radius:20px;
    line-height: 1.8em;
    background: #ffffff08;
    border-radius: 10px;
    border: 1pt solid #ffffff12;
  }
  
  /*
   * Dummy devices (replace them with your own or something else entirely!)
   */
  
  .product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
  }
  
  .product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
  }
  
  .product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
  }

  .navbar{
    width: 100%;
  }


header {
  
}

  .nav-item{
    padding: 0px 10px;
  }

  .navbar-nav .dropdown-menu {
    background: #000000e8;
}

.dropdown-item {
  background-color: #000000e8 !important;
}
  
/*
* Extra utilities
*/

.flex-equal > * {
  flex: 1;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.forball{
  display: flex;
}

.ball{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
}       

@keyframes ball-jump{
    0%  {height: 8px;}
    20% {height: 9px;}
    50% {height: 10px; transform: translateY(-50%);}
    95% {height: 9px;}
    100%{height: 8px;}
}

.ball{
    animation: 0.5s 0.5s ball-jump infinite ease-in-out;
}

div.club-logo3 {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 150px;
  height: 80%;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.card1>.club-info3 {
  position: absolute;
  left: 200px;
  top: 70px;
  width: calc(100% - 230px);
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.61);
}

.club-info3>.form-control{
  display: inline-block;
  width: calc(100% - 65px);
  margin-right: 10px;
}

.club-info3>.btn-success{
  display: inline-block;
  padding: 12px;
  width: 50px;
  height: 50px;
}

@media (max-width: 1200px) {

  .site-header, .regbnt{
    font-size: 0.9rem;
  }

  .bottom-panel-btn>.btn-img, .bottom-panel-btn-active>.btn-img{
    top: calc(50% - 10px);
    left: 10%;
    width: 20px;
    height: 20px;
  }

  .bottom-panel-btn, .bottom-panel-btn-active {
    padding-left: 37px;
    padding-right: 3%;
    font-size: 0.65em;
    height: 50px;
    line-height: 1.2em;
  }

  .bottom-panel-btn-active>.sun {
    top: calc(50% - 20px);
    left: calc(10% - 10px);
    width: 40px;
    height: 40px;
  }

  .bottom-panel-btn-active>.blik {
    top: calc(50% - 10px);
    left: 10%;
    width: 20px;
    height: 20px;
    filter: blur(5px);
  }
}

@media (min-width: 1440px) {

  .club-btn{
    font-size:0.85em;
  }
  
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

  .flex-md-equal > * {
    flex: 1;
  }
}