body, html{
  font-family: 'Roboto', sans-serif !important;
}

/* @import url('https://fonts.googleapis.com/css2?family=Jura:wght@300;400;500;600;700&display=swap');

body, html{
  font-family: 'Jura', sans-serif !important;
} */

@font-face {
	font-family: 'Century Gothic';
	src: url('/static/fonts/CenturyGothic-Italic.eot');
	src: local('Century Gothic Italic'), local('CenturyGothic-Italic'),
		url('/static/fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
		url('/static/fonts/CenturyGothic-Italic.woff') format('woff'),
		url('/static/fonts/CenturyGothic-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('/static/fonts/CenturyGothic.eot');
	src: local('Century Gothic'), local('CenturyGothic'),
		url('/static/fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
		url('/static/fonts/CenturyGothic.woff') format('woff'),
		url('/static/fonts/CenturyGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('/static/fonts/CenturyGothic-Bold.eot');
	src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
		url('/static/fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
		url('/static/fonts/CenturyGothic-Bold.woff') format('woff'),
		url('/static/fonts/CenturyGothic-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('/static/fonts/CenturyGothic-BoldItalic.eot');
	src: local('Century Gothic Bold Italic'), local('CenturyGothic-BoldItalic'),
		url('/static/fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/static/fonts/CenturyGothic-BoldItalic.woff') format('woff'),
		url('/static/fonts/CenturyGothic-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Eras Demi ITC';
	src: url('/static/fonts/Eras Demi ITC.ttf');
	src: local('Eras Demi ITC'), local('ErasDemiITC'),
		url('/static/fonts/Eras Demi ITC.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

p {
  font-size: 1.1rem;
  padding: 0;
  margin: 0.5em 0 0.5em 0;
}

a {
  text-decoration: none !important;
}
a:hover {
  color: #1d4466;
  text-decoration: underline !important;
}

a.btn:hover {
  text-decoration: none !important;
}

.event a:hover {
  text-decoration: none !important;
}

.c000 {
  color: #000;
}
.c555 {
  color: #555;
}
.c666 {
  color: #666;
}
.c777 {
  color: #777;
}
.cccc {
  color: #ccc;
}
.c999 {
  color: #999;
}
.caaa {
  color: #aaa;
}
.cbbb {
  color: #bbb;
}
.cccc {
  color: #ccc;
}
.cddd {
  color: #ddd;
}
.ceee {
  color: #eee;
}
.cfff {
  color: #fff;
}
.fs6 {
  font-size: 6px;
}
.fs7 {
  font-size: 7px;
}
.fs8 {
  font-size: 8px;
}
.fs9 {
  font-size: 9px;
}
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs21 {
  font-size: 21px;
}
.fs22 {
  font-size: 22px;
}
.fs23 {
  font-size: 23px;
}
.fs24 {
  font-size: 24px;
}
.fs25 {
  font-size: 25px;
}
.fs26 {
  font-size: 26px;
}
.fs27 {
  font-size: 27px;
}
.fs28 {
  font-size: 28px;
}
.fs29 {
  font-size: 29px;
}
.fs30 {
  font-size: 30px;
}
.fs31 {
  font-size: 31px;
}
.fs32 {
  font-size: 32px;
}
.fs33 {
  font-size: 33px;
}
.fs34 {
  font-size: 34px;
}
.fs35 {
  font-size: 35px;
}
.fs36 {
  font-size: 36px;
}
.fs37 {
  font-size: 37px;
}
.fs38 {
  font-size: 38px;
}
.fs39 {
  font-size: 39px;
}
.fs40 {
  font-size: 40px;
}
.fs41 {
  font-size: 41px;
}
.fs42 {
  font-size: 42px;
}
.fs43 {
  font-size: 43px;
}
.fs44 {
  font-size: 44px;
}
.fs45 {
  font-size: 45px;
}
.fs46 {
  font-size: 46px;
}
.fs47 {
  font-size: 47px;
}
.fs48 {
  font-size: 48px;
}
.fs49 {
  font-size: 49px;
}
.fs50 {
  font-size: 50px;
}

.w-5{
  width: 5%!important;
}

.w-10{
  width: 10%!important;
}

.w-15{
  width: 15%!important;
}

.w-20{
  width: 20%!important;
}

.w-30{
  width: 30%!important;
}

.w-45{
  width: 45%!important;
}

.w-85 {
  width: 85%!important;
}

.ms-6 {
  margin-left: 4rem!important;
}

.ms-7 {
  margin-left: 15%!important;
}

.mt-01{
  margin-top: .1rem!important;
}

main {
  flex: 1 0 auto;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-sxxl, .container-gxxl {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

h1.title-events {
  color: #2a699c;
}

[class^="bi-"]::before, [class*=" bi-"]::before {
  line-height: unset;
}

#accept-checkbox .form-check label.error {
  margin: 0rem 0.6rem 0rem 0.6rem !important;
  width: 24%;
  overflow-wrap: break-word;
  text-shadow: 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 7px #fff, 0 0 8px #fff, 0 0 9px #fff, 0 0 10px #fff, 0 0 11px #fff, 0 0 12px #fff, 0 0 13px #fff, 0 0 14px #fff, 0 0 15px #fff, 0 0 16px #fff, 0 0 17px #fff, 0 0 18px #fff, 0 0 19px #fff, 0 0 20px #fff, 0 0 21px #fff;
}

.form-check .form-check-input {
  width: 2rem;
  height: 2rem;
  z-index: 1000;
  margin-left: 1rem;
}

.d-none, .d-xl-flex, 
.col, .col-2, .col-12, .col-sm-8, .col-md-2, .col-md-3, .col-lg-1, .col-lg-10, .col-xl-2, .col-xl-8{
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

a.breadcrumbs {
  color: #428bca;
  font-size: 15px;
}

a.breadcrumbs:hover {
  color: #1d4466;
  font-size: 15px;
  text-decoration: none!important;
}

#registration a,
#fregistration a{
  color: #fff !important;
  text-decoration: underline !important;
}

#registration a:hover,
#fregistration a:hover{
  color: rgb(173, 239, 255) !important;
  text-decoration: none !important;
}

.form-check .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%2308CE04' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-9'/%3e%3c/svg%3e");
}

.form-check .form-check-input:checked {
  background-color: #ffffff;
  border-color: #08CE04;
}

.btn-success {
  text-transform: uppercase;
  background-color: #08CE04 !important;
  border-color: #08CE04 !important;
}

.btn-success:hover {
  background-color: #36e233 !important;
  border-color: #36e233 !important;
}

.ui-widget-header {
  border: 1px solid #33638a !important;
}

.ui-datepicker table {
  font-size: 1.1em !important;
}
.ui-datepicker td span, .ui-datepicker td a {
  line-height: 24px;
  width: 28px !important;
  height: 28px !important;
}

.block_message {
  padding: 50px 0 50px 0;
  text-align: center;
}

.block_message.bg-primary > h2 {
  color: #fff;
}

#offcanvasLeft .offcanvas-header .btn-close {
  margin: 0 !important;
}

#offcanvasLeft .offcanvas-body {
  padding-top: 0rem !important;
}



/* меню левое спорт-страна-лига */

.menu-x a:hover {
  text-decoration: none !important;
}

a.node.node-link {
  display: flex;
  background-color: #fff;
  border-top: 0.3px solid #c4c4c4 !important;
}

a.node.node-link:first-child {
  border-top: 0px !important;
  border-bottom: 0.3px solid #c4c4c4 !important;
}

a.node.node-link:last-child {
  border-bottom: 0px !important;
}

.menu-body {
  display: flex;
  flex-direction: column;
}

.menu-x .menu-body .node .node-icon {
  vertical-align: middle;
  margin: 6px 4px;
  width: 20px !important;
  height: 20px !important;
}

.node {
  margin: 0 !important;
  padding: 0 !important;
}

.node-0 > .node-label {
  display: block;
  width: 100%;
  /* height: 100%; */
  line-height: 100%;
  font-size: 15px;
  color: #ffffff !important;
  background-color: #3b73a1;
  cursor: pointer;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.node-0 > .node-label:hover {
  background-color: #5883a7;
}

.node-0:first-child {
  border-radius: 0.16rem 0.16rem 0rem 0rem !important;
  -webkit-border-radius: 0.16rem 0.16rem 0rem 0rem !important;
  -moz-border-radius: 0.16rem 0.16rem 0rem 0rem !important;
  -ms-border-radius: 0.16rem 0.16rem 0rem 0rem !important;
  -o-border-radius: 0.16rem 0.16rem 0rem 0rem !important;
}

.node-0:last-child {
  border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -webkit-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -moz-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -ms-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -o-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
}

.node-0:last-child .node-1.closed:last-child {
  border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -webkit-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -moz-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -ms-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -o-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
}

.node-0 {
  border-bottom: 0.3px solid #c4c4c4;
}

.node-0:first-child {
  border-bottom: 0px !important;
}

.node-0.closed:first-child {
  border-bottom: 0.3px solid #c4c4c4 !important;
}

.node-0:last-child .node-1:last-child  .node-link:last-child,
.node-0:last-child .node-1:last-child .node-2:last-child  .node-link:last-child {
  border-bottom: 0.3px solid #3b73a1 !important;
  border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -webkit-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -moz-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -ms-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -o-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
}

.node-0:last-child:not(.closed){
  border-bottom: 0px !important;
  border-left:  0px !important;
  border-right: 0px !important;
}

.node-0:last-child:not(.closed) .node-1:last-child:not(.closed) .node-2:last-child:not(.closed),
.node-0:last-child:not(.closed) .node-1:last-child:not(.closed) .node-2:last-child {
  border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -webkit-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -moz-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -ms-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -o-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
}

.node-1 > .node-label {
  color: #444444;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  background-color: #e5e5e5;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.node-1 > .node-label:hover {
  background-color: #eaf1f7;
}

.node-1 {
  display: flex;
  flex-direction: column;
  border-bottom: 0.3px solid #3b73a1 !important;
  border-left: 0.3px solid #3b73a1 !important;
  border-right: 0.3px solid #3b73a1 !important;
}

.node-0:not(.closed), .node-1:not(.closed){
  border-bottom: 0 !important;
}

.node-0:last-child:not(.closed) .node-1:last-child:not(.closed),
.node-0:last-child:not(.closed) .node-1:last-child:not(.closed) .node-link:last-child
{
  border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -webkit-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -moz-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -ms-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
  -o-border-radius: 0rem 0rem 0.16rem 0.16rem !important;
}

.node-2 {
  display: flex;
  flex-direction: column;
  background-color: #f7f7f8 !important;
  border-bottom: 0.3px solid #a6b3be !important;
}

.node.node-1 span.node-label {
  padding: .5rem 0rem .5rem 0.9rem !important;
}

.node-2 > .node-label {
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.node-2 > .node-label:hover {
  background-color: #e7f3fd;
}

.node-1 a.node.node-link {
  padding: .5rem 0rem .5rem 0.9rem !important;
  background-color: #f7f7f8 !important;
}

.node-0 .node-1 .node-2 .node-label {
  display: flex;
  align-items: center!important;
  color: #3b73a1;
  padding: .5rem 0rem .5rem 1.3rem !important;
  font-size: 1rem;
  cursor: pointer;
}

.node-1 > a.node.node-link,
.node-2 > a.node.node-link {
  color: #3b73a1;
  padding: .5rem 0rem .5rem 1.9rem !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

a.closed.node.node-link:hover {
  text-shadow: 0 0 2px #505050;
}

.menu-x .menu-body .node-link:not(.closed) {
  font-size: 1rem;
  font-weight: 700;
  color: #3b73a1;
}

/* arrow 0 level */

.node-0.closed > .node-label span.shevr {
  display: flex !important;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.node-0 > .node-label span.shevr {
  display: flex !important;
  flex-shrink: 0;
  float: right;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.15rem;
  margin-top: 0.6rem;
  content: "";
  background-image: url("/static/i/icons/arrows/arrow-w.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transition: transform .2s ease-in-out;
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  -ms-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
}

/* arrow 0 level end*/

/* arrow 1 level */

.node-1.closed > .node-label span.shevr {
  display: flex !important;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.node-1 > .node-label span.shevr {
  display: flex !important;
  flex-shrink: 0;
  float: right;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.1rem;
  content: "";
  background-image: url("/static/i/icons/arrows/arrow-gb.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transition: transform .2s ease-in-out;
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  -ms-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
}
/* arrow 1 level end*/

/* arrow 2 level */

.node-2.closed > .node-label span.shevr {
  display: flex !important;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.node-2 > .node-label span.shevr {
  display: flex !important;
  flex-shrink: 0;
  float: right;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  margin-right: 1.1rem;
  content: "";
  background-image: url("/static/i/icons/arrows/arrow-b.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transition: transform .2s ease-in-out;
  -webkit-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  -ms-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
}

/* arrow 2 level end*/

/* arrow node-link */

a.node.node-link::after {
  flex-shrink: 0;
  width: 1.3rem;
  height: 1.3rem;
  margin-left: auto;
  margin-right: 1rem;
  margin-top: auto !important;
  margin-bottom: auto !important;
  content: "";
  background-image:url("/static/i/icons/arrows/shevron-b.svg");
  background-repeat: no-repeat;
  background-size: 0.8rem;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

a.node.node-link:hover::after {
  flex-shrink: 0;
  width: 1.3rem;
  height: 1.3rem;
  margin-left: auto;
  margin-right: 1rem;
  margin-top: auto !important;
  margin-bottom: auto !important;
  content: "";
  background-image: url("/static/i/icons/arrows/arrow-a.svg");
  background-repeat: no-repeat;
  background-size: 0.8rem;
  transform: translateX(.4rem);
  -webkit-transform: translateX(.4rem);
  -moz-transform: translateX(.4rem);
  -ms-transform: translateX(.4rem);
  -o-transform: translateX(.4rem);
}

a:not(.closed).node.node-link::after {
  flex-shrink: 0;
  width: 1.3rem;
  height: 1.3rem;
  margin-left: auto;
  margin-right: 1rem;
  margin-top: auto !important;
  margin-bottom: auto !important;
  content: "";
  background-image: url("/static/i/icons/arrows/arrow-a.svg");
  background-repeat: no-repeat;
  background-size: 0.8rem;
  transform: translateX(.4rem);
  -webkit-transform: translateX(.4rem);
  -moz-transform: translateX(.4rem);
  -ms-transform: translateX(.4rem);
  -o-transform: translateX(.4rem);
}

/* arrow node-link end*/

/* левое меню со странами скрыто */
div#countries-menu {
  display: none;
}
/* левое меню со странами скрыто end*/

/* a.nav-link {
  text-transform: uppercase !important;
} */

.nav-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 700;
  align-content: center;
  color: #ffffff !important;
  padding: 0;
  height: 39px;
  /* margin: 0% auto !important; */
  margin-top: auto!important;
  margin-bottom: auto!important;
}
.nav-link:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

.navbar-inner a{
  color: #2b9bfb !important;
}
.navbar-inner a:hover{
  color: #ffffff !important;
  background-color: #000 !important;
  text-decoration: none !important;
}

.navbar, .navbar-brand{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

ul.nav li {
  border-left: 2px solid #C4C4C4;
  width: 104px;
  margin-top: auto!important;
  margin-bottom: auto!important;
  padding: 0rem 0.15rem;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

ul.nav li:last-child{
border-left: 0;
width: fit-content;
width: -moz-fit-content;
}

ul.nav li:last-child:hover{
background-color: #3b73a1 !important;
border-left: 0;
width: fit-content;
width: -moz-fit-content;
}

ul.nav li:nth-last-child(-n+2):hover{
background-color: #3b73a1 !important;
}

ul.nav li:hover{
background-color: #5883a7;
}

/* a.nav-link.active {
    background-color: #32658e !important;
} */

/* lang */
.lang-set:hover {
  cursor: pointer;
}

.lang-set .block_lng.lng_ru {
  width: 32.42px;
  height: 20px;
  background: no-repeat center/100% url(/static/i/flag/ru.svg);
}
.lang-set .block_lng.lng_en {
  width: 32.42px;
  height: 20px;
  background: no-repeat center/100% url(/static/i/flag/gb.svg);
}
.lang-set .block_lng.lng_de {
  width: 32.42px;
  height: 20px;
  background: no-repeat center/100% url(/static/i/flag/de.svg);
}
/* lang END*/

.bg-primary {
  background-color: #3b73a1!important;
}

.alert-primary {
  color: #2b5980 !important;
  background-color: #eeeff1!important;
  border-color: #b6d4fe !important;
}

.alert-danger {
  color: #842029 !important;
  background-color: #f8d7da !important;
  border-color: #f5c2c7 !important;
}

.alert-warning {
  color: #664d03 !important;
  background-color: #fff3cd !important;
  border-color: #ffecb5 !important;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd !important;
  border-color: #badbcc !important;
}

.alert-success .modal-header {
  border-bottom: 1px solid #86dbb4;
}

.color-primary {
  color: #3b73a1!important;
}

.bg-lightgray {
  background-color: #eeeff1!important;
}

/* .toto-header {
  top: 3px;
} */

.logo_slog{
  color: #ffffff;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
}

.fl-col-wrap{
  flex-flow: column wrap;
  height: 67px;
}

.child-flow-log{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 48%;
  height: 41%;
  padding: 0 !important;
}

#login_form input {
  height: 27.5px;
  padding: 0px .3rem !important;
  background-color: #e5e5e5;
  border: 1px solid #f7f7f8;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
}

.login_button .btn-outline-light{
  color: #e5e5e5;
  border-color: #e5e5e5;
  width: 100%;
  height: 27.5px;
  border-radius: 0 !important;
}

.login_button .btn-outline-light:hover {
  color: #3b73a1 !important;
  background-color: #e5e5e5;
  border-color: #c8c8c8;
}

.login_quick h3, .login_quick .block_reg .try {
  color: #fff !important;
}

.recovery a {
  color: #e5e5e5 !important;
  text-decoration: underline !important;
  font-size: x-small;
  line-height: 1.1rem;
}

.recovery a:hover{
  text-decoration: underline dotted !important;
}

/* .foto{
  width: 33px;
  height: 33px;
  background: no-repeat center/100%;
} */

.foto img {
  width: 25px !important;
  height: 25px !important;
}

#user-info, #user-info a {
  color: #fff;
}

.name a:hover {
  color: #f1f5ff !important;
}

.logout a{
  padding: .2rem 1rem;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

/* .logout a:hover{
  color: #ffffff !important;
  background-color: #fd4949;
  padding: .2rem 1rem;
  text-decoration: none !important;
  border-radius: 0.25rem;
} */

.svg-logout {
  width: 25px;
  height: 25px;
  background: no-repeat center/100% url("/static/i/icons/logout.svg");
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.svg-logout:hover {
  background: no-repeat center/100% url("/static/i/icons/logout-h.svg");
}

.balance-eur, .balance-in-game {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.link-eur a {
  text-decoration: underline dotted !important;
}

.link-eur a:hover {
  text-decoration: underline dashed !important;
}

.balance-eur div:nth-child(2), .balance-in-game div:nth-child(2) {
  font-weight: 900;
  padding-left: 5px;
}

.block_reg .btn-success {
  text-transform: uppercase;
  background-color: #08CE04 !important;
  border-color: #08CE04 !important;
}

.block_reg .btn-success:hover {
  background-color: #36e233 !important;
  border-color: #36e233 !important;
}

#recover_password .btn-success{
  text-transform: uppercase;
  background-color: #08CE04 !important;
  border-color: #08CE04 !important;
}

#recover_password .btn-success:hover {
  background-color: #36e233 !important;
  border-color: #36e233 !important;
}

.block_reg .try {
  color: #2A699C;
  font-size: small;
}

.col-2.d-no-max1250 {
  padding-left: 0.4rem !important;
}

.col-2.col-c-l.d-no-max916 {
  padding-right: 0.4rem !important;
}

.right_column .box h5{
  font-size: 14px;
}

.box ul.list_href {
  margin: 0px;
  list-style: "— ";
}

.us-menu .box h5 {
  font-size: 15px;
  color: #2A699C;
}

.right_column.us-menu .box ol,
.right_column.us-menu .box ul {
  padding-left: 1rem;
}

.box ul.list_href li {
  position: relative;
  color: #3b73a1 !important;
  padding: 5px 0 5px 0;
  margin: 0;
}

.box ul.list_href li.active {
  background: #3b73a1 !important;
  margin: 3px -14px 3px -27px;
  padding: 5px 15px 5px 30px;
  list-style: none;
}

h1, h2, h3, h4, h5, h6{  
  color: #2a699c;
}
h1 {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
}

h4 {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: calc(1.175rem + .3vw);
}

.static_pages {
  padding: 0rem 1rem;
}

.static_pages h2 {
  color: #2a699c;
  margin-top: 0.5rem!important;
  margin-bottom: 0.5rem!important;
  font-size: calc(1.275rem + 0.2vw);
}

.static_pages h2 u{
  text-decoration: none!important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
  color: #fff !important;
  border: 1px solid #366b97;
  background-color: #3b73a1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b73a1), color-stop(100%, #295070));
  background: -webkit-linear-gradient(top, #3b73a1 0%, #295070 100%);
  background: -moz-linear-gradient(top, #3b73a1 0%, #295070 100%);
  background: -ms-linear-gradient(top, #3b73a1 0%, #295070 100%);
  background: -o-linear-gradient(top, #3b73a1 0%, #295070 100%);
  background: linear-gradient(to bottom, #3b73a1 0%, #295070 100%);
}

.user-bets tr {
  cursor: pointer;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.user-bets tr:hover {
  background: #e5e5e5;
}

table.user-bets.dataTable thead th, table.user-bets.dataTable thead td {
  padding: 9px 4px !important;
  border-bottom: 1px solid #ababab !important;
}

table.dataTable tbody th, table.dataTable tbody td {
  vertical-align: middle;
}

#deposit-methods .row_top_bottom,
#user-withdrawal-methods .row_top_bottom,
#withdrawal-methods .row_top_bottom,
#dpayment-methods .row_top_bottom{
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

#deposit-methods .row_top_bottom:hover,
#user-withdrawal-methods .row_top_bottom:hover,
#withdrawal-methods .row_top_bottom:hover,
#dpayment-methods .row_top_bottom:hover{
  cursor: pointer;
  background-color: #e7f3fd;
}

th.th-head {
  color: #3b73a1;
  font-size: 14px;
  text-align: center;
}
td.td-name{
  color: #3b73a1;
  font-size: 13px;
  text-align: center;
}
.row_top_bottom {
  text-align: center;
  font-size: 1em;
  border-top: 1px solid #3b73a1;
  border-bottom: 1px solid #3b73a1;
}
.row_top_bottom > td {
  padding: 10px;
  vertical-align: middle;
}
img.img-pay {
  width: 68px;
}
/* tr#Skrill .img-pay,
tr#Paysafe .img-pay{
  width: 159px;
} */
a.arrow-pay {
  display: block;
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.9rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: auto !important;
  margin-bottom: auto !important;
  content: "";
  background-image: url("/static/i/icons/arrows/shevron-b.svg");
  background-repeat: no-repeat;
  background-size: 1.1rem;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.row_top_bottom:hover a.arrow-pay{
  background-image: url("/static/i/icons/arrows/arrow-a.svg");
  transform: translateX(.4rem);
  -webkit-transform: translateX(.4rem);
  -moz-transform: translateX(.4rem);
  -ms-transform: translateX(.4rem);
  -o-transform: translateX(.4rem);
}

.td-name a {
  color: #428bca;
}

.td-name a:hover {
  color: #1d4466;
  text-decoration: none!important;
}

table#depositTable1 {
  height: 300px;
}
#depositTable1 td {
  vertical-align: middle;
}

tr.tr-row-payment {
  height: 30px;
  border-bottom: 1px dashed #ccc;
}
table#dlLogos {
  display: none !important;
}

/* coupons style */

.coupon-filled {
  cursor: not-allowed;
}
.coupon-filled input {
  background-color: #eee;
}
.coupon-filled input[type="range"] {
  width: 100%;
}
.coupon-filled h1,
.coupon-filled h2,
.coupon-filled h3,
.coupon-filled td,
.coupon-filled th {
  color: #555;
  padding: 3px 10px;
}
.coupon-filled h1 {
  font-size: 14px;
}
.coupon-filled tr:nth-child(2n + 1) {
  background: #f6f6f6;
}
.coupon-filled tr:nth-child(2n + 2) {
  background: #fbfbfb;
}
.coupon-filled tr td,
.coupon-filled tr th {
  padding: 3px 10px;
}
.coupon-filled tr table {
  margin: 0;
  padding: 0;
}
.coupon-filled tr table tr {
  background: 0 0;
}
.coupon-filled tr table tr td {
  padding: 0;
}
.coupon-filled tr table tr td input[type="text"] {
  margin: 4px 0 4px 6px;
}
.coupon-filled tr table tr:nth-child(2n + 1) {
  background: 0 0;
}
.coupon-filled tr table tr:nth-child(2n + 2) {
  background: 0 0;
}
.coupon-filled tr .pool_slider {
  display: none;
}
.coupon-filled tr .fixed_range {
  display: none;
}
.coupon-filled tr .pool_min_max {
  display: none;
}
.coupon-filled .coupon-table-content .tennis-score .set-score-col {
  width: auto;
}
.coupon-filled .coupon-table-content .tennis-score .total-score-col {
  width: auto;
}
.coupon-filled
  .coupon-table-content
  .tennis-score
  .set-score-cell
  .set-score-input {
  margin: 2px 5px;
  width: auto;
}
.coupon-filled .coupon-table-content .tennis-score .fast-score {
  display: none;
}
.coupon-filled
  .coupon-table-content
  input[type="number"]::-webkit-inner-spin-button,
.coupon-filled
  .coupon-table-content
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.coupon-filled .coupon-table-content input[type="number"] {
  -moz-appearance: textfield;
  width: 40px;
}
.coupon-filled .coupon-table-content .score.football.firstMatch {
  width: 40px;
}
.coupon-filled .coupon-table-content .first,
.coupon-filled .coupon-table-content .third {
  font-size: 13px;
}
.coupon-filled .alert-error,
.coupon-filled .block_button,
.coupon-filled .box_point2 {
  display: none;
}
.coupon-filled .bracket_block_open {
  background: #eee !important;
}
.coupon-filled #bracket_group_bottom,
.coupon-filled #bracket_group_top {
  display: none;
}
.coupon-filled .onefield_hockey_oneside td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.coupon-filled:after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 100;
}
.coupon-filled .tournament .group-wrapper {
  height: 100px;
}

  /* coupon color */

  .championship2set {
    background: #ff98c4;
  }
  .championship2set.light_bg {
    background: rgba(255, 152, 196, 0.1);
  }
  .championship2set.light_bg:hover {
    background: rgba(255, 152, 196, 0.3);
  }
  .championship4set {
    background: #ff9ff0;
  }
  .championship4set.light_bg {
    background: rgba(255, 159, 240, 0.1);
  }
  .championship4set.light_bg:hover {
    background: rgba(255, 159, 240, 0.3);
  }
  .championship_16_football {
    background: #ea9fff;
  }
  .championship_16_football.light_bg {
    background: rgba(234, 159, 255, 0.1);
  }
  .championship_16_football.light_bg:hover {
    background: rgba(234, 159, 255, 0.3);
  }
  .championship_16_groups_football {
    background: #cc9fff;
  }
  .championship_16_groups_football.light_bg {
    background: rgba(204, 159, 255, 0.1);
  }
  .championship_16_groups_football.light_bg:hover {
    background: rgba(204, 159, 255, 0.3);
  }
  .sets_3_tennis {
    background: #ad9fff;
  }
  .sets_3_tennis.light_bg {
    background: rgba(173, 159, 255, 0.1);
  }
  .sets_3_tennis.light_bg:hover {
    background: rgba(173, 159, 255, 0.3);
  }
  .sets_5_tennis {
    background: #a8beff;
  }
  .sets_5_tennis.light_bg {
    background: rgba(168, 190, 255, 0.1);
  }
  .sets_5_tennis.light_bg:hover {
    background: rgba(168, 190, 255, 0.3);
  }
  .tennis_set {
    background: #abe4ff;
  }
  .tennis_set.light_bg {
    background: rgba(171, 228, 255, 0.1);
  }
  .tennis_set.light_bg:hover {
    background: rgba(171, 228, 255, 0.3);
  }
  .tennis_game {
    background: #89aeff;
  }
  .tennis_game.light_bg {
    background: rgba(137, 174, 255, 0.1);
  }
  .tennis_game.light_bg:hover {
    background: rgba(137, 174, 255, 0.3);
  }
  .tennis_set_winner {
    background: #77b2ff;
  }
  .tennis_set_winner.light_bg {
    background: rgba(119, 178, 255, 0.1);
  }
  .tennis_set_winner.light_bg:hover {
    background: rgba(119, 178, 255, 0.3);
  }
  .tennis_game_winner {
    background: #909bff;
  }
  .tennis_game_winner.light_bg {
    background: rgba(144, 155, 255, 0.1);
  }
  .tennis_game_winner.light_bg:hover {
    background: rgba(144, 155, 255, 0.3);
  }
  .tennis_match_winner {
    background: #5d7aff;
  }
  .tennis_match_winner.light_bg {
    background: rgba(93, 122, 255, 0.1);
  }
  .tennis_match_winner.light_bg:hover {
    background: rgba(93, 122, 255, 0.3);
  }
  .tennis_tiebreak_score {
    background: #c2d7ff;
  }
  .tennis_tiebreak_score.light_bg {
    background: rgba(194, 215, 255, 0.1);
  }
  .tennis_tiebreak_score.light_bg:hover {
    background: rgba(194, 215, 255, 0.3);
  }
  .placeDistribution_24pilots_set {
    background: #9fbfff;
  }
  .placeDistribution_24pilots_set.light_bg {
    background: rgba(159, 191, 255, 0.1);
  }
  .placeDistribution_24pilots_set.light_bg:hover {
    background: rgba(159, 191, 255, 0.3);
  }
  .places_22_formula1 {
    background: #9fccff;
  }
  .places_22_formula1.light_bg {
    background: rgba(159, 204, 255, 0.1);
  }
  .places_22_formula1.light_bg:hover {
    background: rgba(159, 204, 255, 0.3);
  }
  .formula1_3_winners {
    background: #7eb0ff;
  }
  .formula1_3_winners.light_bg {
    background: rgba(126, 176, 255, 0.1);
  }
  .formula1_3_winners.light_bg:hover {
    background: rgba(126, 176, 255, 0.3);
  }
  .formula1_winner {
    background: #64b0ff;
  }
  .formula1_winner.light_bg {
    background: rgba(100, 176, 255, 0.1);
  }
  .formula1_winner.light_bg:hover {
    background: rgba(100, 176, 255, 0.3);
  }
  .outcome_basketball {
    background: #9ff5ff;
  }
  .outcome_basketball.light_bg {
    background: rgba(159, 245, 255, 0.1);
  }
  .outcome_basketball.light_bg:hover {
    background: rgba(159, 245, 255, 0.3);
  }
  .basketball_score_difference {
    background: #6ff5ff;
  }
  .basketball_score_difference.light_bg {
    background: rgba(111, 245, 255, 0.1);
  }
  .basketball_score_difference.light_bg:hover {
    background: rgba(111, 245, 255, 0.3);
  }
  .basketball_period_score {
    background: #6ff5ab;
  }
  .basketball_period_score.light_bg {
    background: rgba(111, 245, 171, 0.1);
  }
  .basketball_period_score.light_bg:hover {
    background: rgba(111, 245, 171, 0.3);
  }
  .detailed_hockey {
    background: #9fffec;
  }
  .detailed_hockey.light_bg {
    background: rgba(159, 255, 236, 0.1);
  }
  .detailed_hockey.light_bg:hover {
    background: rgba(159, 255, 236, 0.3);
  }
  .hockey_outcome_difference {
    background: #93ffd7;
  }
  .hockey_outcome_difference.light_bg {
    background: rgba(147, 255, 215, 0.1);
  }
  .hockey_outcome_difference.light_bg:hover {
    background: rgba(147, 255, 215, 0.3);
  }
  .detailed_with_score_hockey {
    background: #9fffc8;
  }
  .detailed_with_score_hockey.light_bg {
    background: rgba(159, 255, 200, 0.1);
  }
  .detailed_with_score_hockey.light_bg:hover {
    background: rgba(159, 255, 200, 0.3);
  }
  .hockey_goal_difference {
    background: #75ffc0;
  }
  .hockey_goal_difference.light_bg {
    background: rgba(117, 255, 192, 0.1);
  }
  .hockey_goal_difference.light_bg:hover {
    background: rgba(117, 255, 192, 0.3);
  }
  .football_1x2 {
    background: #98b0ff;
  }
  .football_1x2.light_bg {
    background: rgba(152, 176, 255, 0.1);
  }
  .football_1x2.light_bg:hover {
    background: rgba(152, 176, 255, 0.3);
  }
  .football_score {
    background: #ff9898;
  }
  .football_score.light_bg {
    background: rgba(255, 152, 152, 0.1);
  }
  .football_score.light_bg:hover {
    background: rgba(255, 152, 152, 0.3);
  }
  .football_score_half {
    background: #a6ff9f;
  }
  .football_score_half.light_bg {
    background: rgba(166, 255, 159, 0.1);
  }
  .football_score_half.light_bg:hover {
    background: rgba(166, 255, 159, 0.3);
  }
  .football_score_pass {
    background: #c5ff9f;
  }
  .football_score_pass.light_bg {
    background: rgba(197, 255, 159, 0.1);
  }
  .football_score_pass.light_bg:hover {
    background: rgba(197, 255, 159, 0.3);
  }
  .football_score_half_pass {
    background: #e1ff9f;
  }
  .football_score_half_pass.light_bg {
    background: rgba(225, 255, 159, 0.1);
  }
  .football_score_half_pass.light_bg:hover {
    background: rgba(225, 255, 159, 0.3);
  }
  .football_score_2nd_pass {
    background: #f9ff9f;
  }
  .football_score_2nd_pass.light_bg {
    background: rgba(249, 255, 159, 0.1);
  }
  .football_score_2nd_pass.light_bg:hover {
    background: rgba(249, 255, 159, 0.3);
  }
  .football_score_2nd_half_pass {
    background: #ffd19f;
  }
  .football_score_2nd_half_pass.light_bg {
    background: rgba(255, 209, 159, 0.1);
  }
  .football_score_2nd_half_pass.light_bg:hover {
    background: rgba(255, 209, 159, 0.3);
  }
  .football_1x2_GD {
    background: #a989ff;
  }
  .football_1x2_GD.light_bg {
    background: rgba(169, 137, 255, 0.1);
  }
  .football_1x2_GD.light_bg:hover {
    background: rgba(169, 137, 255, 0.3);
  }
  .football_1x2_pass {
    background: #95eb27;
  }
  .football_1x2_pass.light_bg {
    background: #ae64ff1a;
  }
  .football_1x2_pass.light_bg:hover {
    background: #ae64ff4d;
  }
  .football_1x2_2nd_pass {
    background: #ff61e0;
  }
  .football_1x2_2nd_pass.light_bg {
    background: rgba(255, 97, 224, 0.1);
  }
  .football_1x2_2nd_pass.light_bg:hover {
    background: rgba(255, 97, 224, 0.3);
  }
  .football_2_1x2_pass {
    background: #ce94ff;
  }
  .football_2_1x2_pass.light_bg {
    background: rgba(206, 148, 255, 0.1);
  }
  .football_2_1x2_pass.light_bg:hover {
    background: rgba(206, 148, 255, 0.3);
  }
  .biathlon_winner_20 {
    background: #9c2d34;
  }
  .biathlon_winner_20.light_bg {
    background: rgba(156, 45, 52, 0.1);
  }
  .biathlon_winner_20.light_bg:hover {
    background: rgba(156, 45, 52, 0.3);
  }
  .volleyball_score {
    background: #389198;
  }
  .volleyball_score.light_bg {
    background: rgba(56, 145, 152, 0.1);
  }
  .volleyball_score.light_bg:hover {
    background: rgba(56, 145, 152, 0.3);
  }
  .overall_1v2 {
    background: #96ffc4;
  }
  .overall_1v2.light_bg {
    background: rgba(150, 255, 196, 0.1);
  }
  .overall_1v2.light_bg:hover {
    background: rgba(150, 255, 196, 0.3);
  }
  .score-tag {
    background: #ff9898;
  }
  .score-tag.light_bg {
    background: rgba(255, 152, 152, 0.1);
  }
  .score-tag.light_bg:hover {
    background: rgba(255, 152, 152, 0.3);
  }
  .score-detailed-tag {
    background: #ff98c4;
  }
  .score-detailed-tag.light_bg {
    background: rgba(255, 152, 196, 0.1);
  }
  .score-detailed-tag.light_bg:hover {
    background: rgba(255, 152, 196, 0.3);
  }
  .score-half-tag {
    background: #ffd19f;
  }
  .score-half-tag.light_bg {
    background: rgba(255, 209, 159, 0.1);
  }
  .score-half-tag.light_bg:hover {
    background: rgba(255, 209, 159, 0.3);
  }
  .tournament-tag {
    background: #cc9fff;
  }
  .tournament-tag.light_bg {
    background: rgba(204, 159, 255, 0.1);
  }
  .tournament-tag.light_bg:hover {
    background: rgba(204, 159, 255, 0.3);
  }
  .tournament-groups-tag {
    background: #ea9fff;
  }
  .tournament-groups-tag.light_bg {
    background: rgba(234, 159, 255, 0.1);
  }
  .tournament-groups-tag.light_bg:hover {
    background: rgba(234, 159, 255, 0.3);
  }
  .toto-tag {
    background: #98b0ff;
  }
  .toto-tag.light_bg {
    background: rgba(152, 176, 255, 0.1);
  }
  .toto-tag.light_bg:hover {
    background: rgba(152, 176, 255, 0.3);
  }
  .toto-detailed-tag {
    background: #9fccff;
  }
  .toto-detailed-tag.light_bg {
    background: rgba(159, 204, 255, 0.1);
  }
  .toto-detailed-tag.light_bg:hover {
    background: rgba(159, 204, 255, 0.3);
  }
  .set-result-tag {
    background: #a6ff9f;
  }
  .set-result-tag.light_bg {
    background: rgba(166, 255, 159, 0.1);
  }
  .set-result-tag.light_bg:hover {
    background: rgba(166, 255, 159, 0.3);
  }
  .games-result-tag {
    background: #f9ff9f;
  }
  .games-result-tag.light_bg {
    background: rgba(249, 255, 159, 0.1);
  }
  .games-result-tag.light_bg:hover {
    background: rgba(249, 255, 159, 0.3);
  }
  .places-tag {
    background: #9ff5ff;
  }
  .places-tag.light_bg {
    background: rgba(159, 245, 255, 0.1);
  }
  .places-tag.light_bg:hover {
    background: rgba(159, 245, 255, 0.3);
  }
  .playoff-tag {
    background: #e1ff9f;
  }
  .playoff-tag.light_bg {
    background: rgba(225, 255, 159, 0.1);
  }
  .playoff-tag.light_bg:hover {
    background: rgba(225, 255, 159, 0.3);
  }
  .return-match-tag {
    background: #ff9ff0;
  }
  .return-match-tag.light_bg {
    background: rgba(255, 159, 240, 0.1);
  }
  .return-match-tag.light_bg:hover {
    background: rgba(255, 159, 240, 0.3);
  }
  .no-tie-break-tag {
    background: #9fccff;
  }
  .no-tie-break-tag.light_bg {
    background: rgba(159, 204, 255, 0.1);
  }
  .no-tie-break-tag.light_bg:hover {
    background: rgba(159, 204, 255, 0.3);
  }

  li.tag.boxing_10_round {
    background: #52f08f;
  }
  
  li.tag.boxing_12_round {
    background: #5CFFFF;
  }

  .mma_3_round {
    background: #000080;
    color: #ffffff !important;
  }

  .mma_5_round {
    background: #25313c;
    color: #ffffff !important;
  }

  .quarterfinals_tennis {
    background: #25313c;
    color: #ffffff !important;
  }

  .quarterfinals-tennis-warning {
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
  }

  .color0 {background: rgba(140,197,64,0.01) !important; }
  .color5 {background: rgba(140,197,64,0.05) !important; }
  .color10 {background: rgba(140,197,64,0.1) !important; }
  .color15 {background: rgba(140,197,64,0.15) !important; }
  .color20 {background: rgba(140,197,64,0.2) !important; }
  .color25 {background: rgba(140,197,64,0.25) !important; }
  .color30 {background: rgba(140,197,64,0.3) !important; }
  .color35 {background: rgba(140,197,64,0.35) !important; }
  .color40 {background: rgba(140,197,64,0.4) !important; }
  .color45 {background: rgba(140,197,64,0.45) !important; }
  .color50 {background: rgba(140,197,64,0.5) !important; }
  .color55 {background: rgba(140,197,64,0.55) !important; }
  .color60 {background: rgba(140,197,64,0.6) !important; }
  .color65 {background: rgba(140,197,64,0.65) !important; }
  .color70 {background: rgba(140,197,64,0.7) !important; }
  .color75 {background: rgba(140,197,64,0.75) !important; }
  .color80 {background: rgba(140,197,64,0.8) !important; }
  .color85 {background: rgba(140,197,64,0.85) !important; }
  .color90 {background: rgba(140,197,64,0.9) !important; }
  .color95 {background: rgba(140,197,64,0.95) !important; }
  .color100 {background: rgba(140,197,64,1) !important; }
  .colorRed {background: #ff8686 !important }
  
  .redtext {color: #901f1f !important }
  
    /* coupon color end */

h2.thnxbid {
  color: #44a038;
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
  font-size: calc(1.275rem + .3vw);
  text-align: center;
}

.col-coup {
  flex: 0 0 auto;
  width: 8%;
}

.col-bets {
  flex: 0 0 auto;
  width: 2.5%;
}

.coupon {
  background: #f5f5f5;
  margin: 0.3rem 0rem 0rem 0rem;
}

.coupon-info-block span {
  color: #3b73a1;
}

button.coupon-rules.btn,
.coupon-header a.btn.fright {
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #477B4C 100%), #08CE04;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #477B4C 100%), #08CE04;
  background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #477B4C 100%), #08CE04;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #477B4C 100%), #08CE04;
  color: #FFF;
  background-size: cover;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

button.coupon-rules.btn:hover,
.coupon-header a.btn.fright:hover {
  background: #3b73a1;
}
a.btn.fright {
  width: fit-content;
  margin: 0 auto;
}

.coupon-header .coupon-type {
  color: #3b73a1;
  font-size: medium;
  font-weight: 500;
}
.coupon-header .footnote {
  color: #335a7a;
  font-size: large;
  font-weight: 700;
}
.coupon-header .coupons-for-matches {
  color: #3b73a1;
  font-size: small;
  font-weight: 400;
}
.coupon-header .coupon-id {
  color: #3b73a1;
  font-size: x-small;
  font-weight: 300;
}

.coupon .icon-scaled-up {
  width: 28px;
  height: auto;
}

.coupon .countdown-elem {
  font-weight: 700;
  font-size: larger;
  color: #138d18;
}
.coupon-header .countdown-label {
  font-weight: 400;
  font-size: small;
  color: #1d415e;
}

.coupon_rules .table{
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

.coupon_rules table.center {
  min-width: 650px;
}

.nav-tabs .nav-link.col-sm-4 {
  width: 32.5%!important;
}

.nav-tab-coupon .nav-tabs button.nav-link {
  color: #3b73a1 !important;
  font-size: larger;
  font-weight: 700;
  align-content: center;
}

.nav-tab-coupon .nav-tabs button.nav-link:hover:not(.active) {
  background-color: #e5e5e5 !important;
  color: #3b73a1 !important;
}

/* Аккордеон купонов / рейтинга на главной — шрифт medium (табы купонов на десктопе остаются larger) */
.nav-tab-coupon .accordion-button {
  padding: 0.7rem 1.25rem;
  color: #3b73a1 !important;
  background-color: #f7f7f8;
  font-size: medium;
  font-weight: 700;
  align-content: center;
}
.nav-tab-coupon .accordion-button.collapsed:hover {
  background-color: #e5e5e5 !important;
  color: #3b73a1 !important;
}
.nav-tab-coupon .accordion-button:focus {
  border-color: rgb(38 98 146 / 27%);
  box-shadow: 0 0 0 0.15rem rgb(39 100 150 / 27%);
}
.nav-tab-coupon .accordion-button:not(.collapsed) {
  color: #e9f0f7 !important;
  background-color: #3b73a1;
}
.nav-tab-coupon .accordion-button:not(.collapsed):hover {
  background-color: #3b73a1d4 !important;
  color: #e9f0f7 !important;
}
.nav-tab-coupon .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233b73a1'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.nav-tab-coupon .accordion-button.collapsed:hover::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233b73a1'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.nav-tab-coupon .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff '%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/*
 * Главная — блок «Рейтинги» (десктоп): в проде порядок/кэш CSS может ослабить общие правила
 * .nav-tab-coupon .accordion-button — дублируем с большей специфичностью и !important.
 */
@media (min-width: 641px) {
  .home-leaderboard-collapsible.nav-tab-coupon .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    overflow: hidden;
    background-color: #fff;
  }
  .home-leaderboard-collapsible.nav-tab-coupon .accordion-header {
    margin-bottom: 0;
  }
  .home-leaderboard-collapsible.nav-tab-coupon .accordion-button {
    background-color: #f7f7f8 !important;
    color: #3b73a1 !important;
    box-shadow: none !important;
    border-radius: 0;
  }
  .home-leaderboard-collapsible.nav-tab-coupon .accordion-button.collapsed:hover {
    background-color: #e5e5e5 !important;
    color: #3b73a1 !important;
  }
  .home-leaderboard-collapsible.nav-tab-coupon .accordion-button:not(.collapsed) {
    background-color: #3b73a1 !important;
    color: #e9f0f7 !important;
    box-shadow: none !important;
  }
  .home-leaderboard-collapsible.nav-tab-coupon .accordion-button:not(.collapsed):hover {
    background-color: #3b73a1d4 !important;
    color: #e9f0f7 !important;
  }
  .home-leaderboard-collapsible.nav-tab-coupon .accordion-button:focus {
    box-shadow: 0 0 0 0.15rem rgb(39 100 150 / 27%) !important;
    border-color: rgb(38 98 146 / 27%);
  }
}

/* Отступы вокруг контента при раскрытии аккордеона (рейтинг + купоны на моб.) */
.home-leaderboard-accordion-body {
  padding: 1rem 1.25rem;
}
@media (min-width: 641px) {
  .home-leaderboard-accordion-body {
    padding: 1.25rem 1.75rem;
  }
}
.coupon-accordion-wrapper .coupon-accordion-body-padded {
  padding: 0.75rem 1rem;
}

.coupons .moneyPoolEntityUsers_pupup {
  background: #565555f2 !important;
}

.nav-tabs .nav-link.active{
  border-bottom: 1px transparent !important;
  background-color: #e5e5e5;
}

.coupons-list>a {
  height: 59px;
  color: #0e0e0e;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.coupons-list>a:hover {
  text-decoration: none !important;
  box-shadow: 0 0 1px 0.15rem #08ce04a3 inset;
  -webkit-box-shadow: 0 0 1px 0.15rem #08ce04a3 inset;
	-moz-box-shadow: 0 0 1px 0.15rem #08ce04a3 inset;
}

.details-block .name {
  font-weight: 500;
  color: #3b73a1;
}

.date .after {
  font-size: x-small;
  line-height: 0.8rem;
}

.size-block .size {
  color: #3b73a1;
  font-style: italic;
  font-weight: 500;
  text-decoration: underline;
}

.nav-tabs .nav-link:not(.active) {
  border: 1px solid #e5e5e5;
  border-bottom: 0 !important;
  background-color: #f7f7f8;
}

.coupons-list>a:nth-of-type(odd) {
  background-color: #e5e5e5;
}

.coupon-block>.tags-list>.tag {
  display: flex!important;
  justify-content: center!important;
  width: 95% !important;
  margin: 0 auto;
  padding: 0rem .2rem;
  text-align: center!important;
  word-wrap: break-word!important;
  word-break: break-word!important;  
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.tags-list .tag {
  float: left;
  padding: 2px 10px;
  margin: 5px 10px 0 0;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  cursor: hand;
  opacity: 0.5;
}

.coupon-header .tags-list .tag {
  margin: 0px!important;
  cursor: unset!important;
  cursor: unset!important;
}
.coupon-header h4 {
  margin-top: 0px !important;
}

.pools-block tbody {
  overflow-wrap: anywhere;
}

.coupons-list a.coupon-block {
  display: flex;
}

.coupons-list .coupon-block .details-block .pull_bronze, .coupons-list .coupon-block .details-block .pull_gold, .coupons-list .coupon-block .details-block .pull_silver, .coupons-list .coupon-block .details-block .pull_tot {background: url("/static/i/icons/coins/coin-gold.svg") no-repeat;padding: 0 0 0 22px;}.coupons-list .coupon-block .details-block .pull_tot {background: url("/static/i/icons/coins/coin-tot.svg") no-repeat;}.coupons-list .coupon-block .details-block .pull_bronze {background: url("/static/i/icons/coins/coin-bron.svg") no-repeat;} .coupons-list .coupon-block .details-block .pull_silver {background: url("/static/i/icons/coins/coin-sil.svg") no-repeat;}.coupons-list .coupon-block .details-block .tags-list {margin: 0;}

.coupon-hint {
  padding: 8px 10px 8px 10px;
  border-top: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
  background: #ececec;
  text-align: center !important;
  font-size: larger;
  color: #3b73a1;
  font-weight: 600;
}

.block_flashes {
  zoom: 1;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 2px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  background: #333;
  margin: 2px 0px 0px;
  vertical-align: top;
}
.block_flashes:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.block_flashes div {
  float: left;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #0a570a;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}
@keyframes flicker {
  0%,
  30% {
    background-color: #107410;
  }
  100%,
  70% {
    background-color: #5fff5f;
  }
}
@-webkit-keyframes flicker {
  0% {
    background-color: #107410;
  }
  100% {
    background-color: #5fff5f;
  }
}
.block_flashes div:first-child {
  animation: flicker 1s 0s steps(10) infinite alternate;
  -webkit-animation: flicker 1s 0s steps(10) infinite alternate;
}
.block_flashes div:last-child {
  animation: flicker 1s 1s steps(10) infinite alternate;
  -webkit-animation: flicker 1s 1s steps(10) infinite alternate;
  margin: 0 0 0 4px;
}

.ordered-participant li, .place-destination li, .place-source li {
  margin: 0 3px 3px 3px;
  padding: 0.4em;
  padding-left: 1.5em;
  height: 2.1rem;
  font-weight: 400;
  color: #000;
  cursor: grab;
}

.ordered-participant li:active, .place-destination li:active, .place-source li:active{
  color: #252785;
  cursor: grabbing;
}

.ordered-participant li:focus-within, .place-destination li:active, .place-source li:active{
  color: #252785;
  cursor: grabbing;
}

/* coupons style end */

.user-notifications th, .user-notifications td {
  padding: 6px 8px;
}
.user-notifications td.input-label input:hover, .user-notifications td.input-label label:hover  {
  cursor:pointer;
}

/* slider style */

div.img-prize-slider {
  height: 245px!important;
}

.carousel h1, .carousel h2, .carousel h3, .carousel h4, .carousel h5, .carousel h6,
.carousel .h1, .carousel .h2, .carousel .h3, .carousel .h4, .carousel .h5, .carousel .h6 {
  color: #ffffff;
}

.carousel-caption {
  height: 245px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  align-self: center;
  justify-content: center;
  position: unset;
  right: unset;
  bottom: unset;
  left: unset;
  padding-top: 0rem;
  padding-bottom: 0rem;
  color: #fff;
  text-align: unset;
}

.carousel-caption h5 {
  font-family: 'Century Gothic';
  margin: 0rem!important;
  font-size: 3.7rem;
  text-shadow: 0 0 5px #112a3e, 0 0 10px #112a3e, 0 0 15px #112a3e, 0 0 20px #112a3e;
}

.carousel-caption p {
  font-family: 'Eras Demi ITC';
  margin: 0rem!important;
  font-size: 3rem;
  text-shadow: 0 0 3px #112a3e, 0 0 8px #112a3e, 0 0 13px #112a3e, 0 0 18px #112a3e;
}

.start-game {
  width: 210px;
  font-family: 'Century Gothic';
  font-size: medium;
}

/* Слайдер: «Начать игру» — legacy a/a:hover и flex-наслоение дают артефакт (полоса по тексту) в проде */
.img-prize-slider .carousel-caption a.start-game,
.img-prize-slider .carousel-caption a.start-game:hover,
.img-prize-slider .carousel-caption a.start-game:focus,
.img-prize-slider .carousel-caption a.start-game:focus-visible {
  text-decoration: none !important;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 3;
  line-height: 1.35;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
}

/* slider style end*/

.form-signin img {
  min-width: 70px;
  max-width: 102px;
  height: auto;
}

.navbar-brand img{
  width: 100% !important;
  height: auto;
}

img.logo-h {
  width: 76% !important;
  height: auto;
}

.btn-primary {
  background-color: #3b73a1 !important;
  border-color: #3b73a1 !important;
}
.btn-primary:hover {
  background-color: #4d7da5 !important;
  border-color: #4979a0 !important;
}

.popup_lng form {
  margin: 0 auto;
  width: fit-content;
  padding: .3rem .5rem;
}

input.lang-link {
  color:#ffffff;
  padding: 0;
  border: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
/* input.lang-link:hover {
  color:#3B73A1;
} */

label.error {
  border: 0 !important;
  margin-left: 35% !important;
  margin-top: 0.6% !important;
}

#ch-rad label {
  cursor: pointer;
}

input#sex_male {
  background-color: #3b73a1;
  border: 3px solid #fff;
  cursor: pointer;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

input#sex_female {
  background-color: pink;
  border: 3px solid #fff;
  cursor: pointer;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

#ch-rad .form-check .form-check-input#sex_male:checked {
  background-color: #3b73a1;
  border: 3px solid #fff;
  box-shadow: 0 0 6px 2px #ccc;
}

#ch-rad .form-check .form-check-input#sex_female:checked {
  background-color: pink;
  border: 3px solid #fff;
  box-shadow: 0 0 6px 2px #ccc;
}


#fregistration input[type="number"]::-webkit-outer-spin-button,
#fregistration input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; 
}

#fregistration input[type='number'],
#fregistration input[type="number"]:hover,
#fregistration input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

.dip-amount input[type='number'],
.dip-amount input[type='number']:hover,
.dip-amount input[type='number']:focus {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}
.dip-amount #editing-view-port::-webkit-inner-spin-button #spin { 
  display: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}

span.totalValRow {
  display: flex;
  flex-direction: row;
  float: right;
  font-weight: 700;
}

.popup_lng .badge {
  display: flex !important;
  padding: .2em .95em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1px;
  background: #3b73a1;
  border-top: 0.5px solid #C4C4C4;
  border-left: 0.5px solid #C4C4C4;
  border-right: 0.5px solid #C4C4C4;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.popup_lng .badge:last-child {
  border-bottom: 0.5px solid #C4C4C4;
}
.popup_lng .badge:hover  input.lang-link {
  color:#3B73A1 !important;
}
.popup_lng .badge:hover {
  background-color: #E5E5E5 !important;
}

.popup_lng {
  display: none;
  width: fit-content;
  width: -moz-fit-content;
  position: relative;
  top: 29px;
  left: -29px;
  z-index: 10;  
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 70%);
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 70%);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.589);
  padding: 0px;
}

.password-meter {
  position: relative;
  display: none;
}
.password-meter .password-meter-message {
  color: #ff8787;
}
.password-meter .password-meter-bar,
.password-meter .password-meter-bg {
  height: 4px;
  /* -webkit-box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.5); */
}
.password-meter .password-meter-bg {
  top: 8px;
  background: #e0e0e0;
}
.password-meter .password-meter-message-very-weak {
  color: #ff8787;
}
.password-meter .password-meter-message-weak {
  color: #f5ac00;
}
.password-meter .password-meter-message-good {
  color: #8ae9ff;
}
.password-meter .password-meter-message-strong {
  color: #0aff0a;
}
.password-meter .password-meter-bg .password-meter-very-weak {
  background: #a03;
  width: 20%;
}
.password-meter .password-meter-bg .password-meter-weak {
  background: #f5ac00;
  width: 40%;
}
.password-meter .password-meter-bg .password-meter-good {
  background: #1ad4ff;
  width: 70%;
}
.password-meter .password-meter-bg .password-meter-strong {
  background: #0aff0a;
  width: 100%;
}

.coupon-result-left {
  display: inline-block;
  float: left;
}

.coupon-result-right {
  display: inline-block;
  float: right;
}

.connectedSortable {
  cursor: pointer;
}

.page404 .header {
  background: url("/static/i/header_bg.png") top repeat-x;
  height: 77px;
  border-bottom: 1px solid #fff;
}
.page404 .logo img {
  width: 82px;
}

.ui-dialog {
	position: fixed !important;
  top: 25% !important;
  left: 25% !important;
  right: 25% !important;
	z-index: 1050 !important;
	min-width: 200px !important;
	border: 1px solid #999 !important;
	*border: 1px solid #999 !important;;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
	outline: none !important;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box !important;
	-moz-background-clip: padding-box !important;
	background-clip: padding-box !important;
}

.ui-dialog .ui-dialog-titlebar-close span {
	position: absolute !important;
	top: 50% !important;
	left: -1px !important;
	margin-top: -8px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
  background: #fff no-repeat 50% 50% url("/static/i/icons/close.svg");
}

.ui-draggable .ui-dialog-titlebar {
	cursor: unset !important;
}


/* tooltip custom */
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #e2ecf3;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #e2ecf3;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #e2ecf3;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #e2ecf3;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #154e7c;
  text-align: center;
  background-color: #e2ecf3;
  border-radius: 0.25rem;
}

.cust-coup-tool.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.cust-coup-tool.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: rgba(0, 0, 0, 0.7) !important;
}

.cust-coup-tool.tooltip > .tooltip-inner {
  font-size: .95rem;
  max-width: 200px;
  padding: 0.45rem 0.7rem;
  color: #ffffff !important;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8) !important;
  border-radius: 0.25rem;
}
/* tooltip custom END*/

/* modal custom */
.modal-content {
  font-size: medium;
}
#newuserpopup .modal-dialog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}

#newuserpopup .btn-close {
  z-index: 1100 !important;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  pointer-events: auto;
}
#newuserpopup a {
  pointer-events: auto;
}
/* modal custom end*/

.pool .btn-success {
  background-color: #08CE04 !important;
  border-color: #08CE04 !important;
}

.pool .btn-success:hover {
  background-color: #36e233 !important;
  border-color: #36e233 !important;
}

/* DISABLED FOR FREEZE */
.coupon-data.disabled a {
  pointer-events: none;
  cursor: default;
}

.coupon-table-content.disabled a {
  pointer-events: none;
}

.coupon-table-content.disabled input {
  pointer-events: none;
}

.pools-block.disabled a{
  pointer-events: none;
  cursor: default;
}

#user-withdrawal-methods.disabled {
  pointer-events: none;
}

#withdrawal-methods.disabled {
  pointer-events: none;
}

.warning {
  color: red;
}

.selflimitation {
  font-size: larger;
  font-weight: 500;
}

.selflimitation .date-time-local {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-left: 1rem;
}

/* DISABLED FOR FREEZE END */

/* FOOTER */

#footer .bg-primary.p-4 {
  background: linear-gradient(180deg, #2A699C 0%, #001F38 100%);
}

.footer-toto {
  flex: 0 0 auto;
  color: #f0f9ff;
  background: linear-gradient( 180deg , #2A699C 0%, #001F38 100%);
  border-top-left-radius: .2rem!important;
  border-top-right-radius: .2rem!important;
}

.footer-toto .row p {
  margin-bottom: 0.45rem;
  line-height: 120%;
  font-size: small;
}


img.mga {
  width: 78px;
}

.nokids-mob img{
  width: 35px;
  margin-top: .6rem;
}

@media (max-width: 575px) {  
  .nokids-mob {
    margin-top: .6rem;
  }
  .nokids-mob img{
    width: 25px;
  }
}


p.sec-txt {
  margin-top: 3px !important;
  padding-top: 0px !important;
  font-size: xx-small !important;
  margin-bottom: 0 !important;
}

@media (max-width:767px) {
  .footer-toto .item.text {
    margin-bottom: 0;
  }
}

.footer-toto .item.social {
  text-align: center;
}

img.pay {
  width: 97px;
  margin-right: 0.2rem;
}

img.img-pdf {
  height: auto;
  width: 20px !important;
}

.static_pages img {
  max-width: 100% !important;
  height: auto;
}

.video-block {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 347px;
  padding-top: 0px;
  max-height: 315px;
  overflow: hidden;
}

.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 315px;
}

@media (max-width:991px) {
  .footer-toto .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-toto .copyright {
  text-align: center;
  opacity: 0.8;
  font-size: 0.7rem;
  margin-bottom: 0;
}

.footer-toto .row a {
  color: #b8dfff;
}

.footer-toto .row a:hover {
  color: #76bdf5;
}

p.copyright a {
  color: azure;
}

p.copyright a:hover {
  color: #8ad7f9;
}

/* FOOTER END*/

/* coupon tennis TQF grid */

.coupon-table-content.tqf {
  width: 100% !important;
}

.win-box {
  cursor: auto;
}

.win-box:hover {
  cursor: auto;
}

.ul-place-source-quarterfinalgrid-1,
.ul-place-source-quarterfinalgrid-2,
.ul-place-source-quarterfinalgrid-3,
.ul-place-source-quarterfinalgrid-4 {
  flex: 0 1 auto !important;
}

@media screen and (min-width: 540px) {
  .round-table {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0;
  }
  
  .round-table li {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-self: center;
      justify-content: center;
  }
  
  .round {
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
  }
  
  .round .round {
      -webkit-flex: 5 0 auto;
          -ms-flex: 5 0 auto;
              flex: 5 0 auto;
  }
  
  .round-table ul {
      margin: 0;
      padding: 0;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      list-style: none;   
      -webkit-flex: 2 0 auto;   
          -ms-flex: 2 0 auto;   
              flex: 2 0 auto;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4;
  }
  
  .round::before {
      content: '';
      display: inline-block;
      width: 10px;
      border-top: 1px solid #3b73a1;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
  }
  
  .round::after {
      content: '';
      display: inline-block;
      width: 10px;
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
              align-self: stretch;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      background-image: linear-gradient(#3b73a1, #3b73a1), linear-gradient(#3b73a1, #3b73a1), linear-gradient(#3b73a1, #3b73a1);
      background-size: 100% 1px, 100% 1px, 1px 50%;
      background-position: 0 25%, 0 75%, 100% 50%;
      background-repeat: no-repeat;
  }
  
  .round-table p {
      border: 1px solid #3b73a1;
      margin: .5em 0;
      padding: .35em;
      width: 6em;
      min-height: 4em;
      overflow-wrap: break-word;
      word-wrap: break-word;
      background: #eee;    
      -webkit-flex: 1 0 auto;    
          -ms-flex: 1 0 auto;    
              flex: 1 0 auto;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
      transition: all .2s ease-in-out;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
  }

  .round-table p:hover {
    box-shadow: 0 .3rem .5rem rgba(0,0,0,.15);
    background: #d1e8c6;
  }

  .win-box p {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 230px !important;
    cursor: auto;
    margin-bottom: 0 !important;
    font-weight: 700;
    color: #068904;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  }
  .round-table .win-box p:hover {
    cursor: auto;
    background: #eee !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  }
  #box41-win-text{
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .round-table {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
  }
  .round-table > ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
              align-self: stretch;        
      background: linear-gradient(#3b73a1,#3b73a1) 50% 0 no-repeat;
      background-size: 1px 50%;
  }
  .round-table > ul > .round:first-child {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
  }
  .round-table > ul > .round:last-child, .round-table > ul > .round:last-child li {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
  }
  .round-table > ul > .round:last-child::after, .round-table > ul > .round:last-child .round::after {
      background-position: 0 25%, 0 75%, 0% 50%;
  }
  .round-table::before, .round-table::after {
      content: none;
  }
  .round-table > ul::after {
      content: '';
      display: inline-block;
      width: 30px;
      border-top: 1px solid #3b73a1;
      background: blue;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center;
  }
  .round-table > p {
      margin-bottom: 0;
  }
}

@media screen and (max-width: 539px) {
  ul.players-grid {
    display: flex;
    flex-direction: column;
  }
  .round-table ul {
    padding: 0 !important;
    margin: 0 !important;
  }
  ul {
      list-style: none;
      padding: 0;
  }
  li.connectedSortable {
    margin: .5rem .1rem;
    padding: .2rem;
    line-height: 1.6rem;
    border: 1px solid #999;
    border-radius: 3px;
  }
  li.round.quarterfinalgrid {
    padding: 1rem;
    border: 1px dashed #3B73A1;
    border-radius: 3px;
    margin-bottom: 1rem;
  }

  #box21, #box22, #box23, #box24 {
    min-height: 47.97px;
    margin: 2rem .1rem auto;
    padding: .4rem .2rem !important;
    line-height: 1.6rem;
    border: 1px solid #999;
    border-radius: 3px;
  }
  #box21::before, #box22::before, #box23::before, #box24::before {
    content: "1/4";
    font-size: 1.3rem;
    font-weight: 600;
    color: #3b73a1;
  }

  div#box21 p, div#box22 p, div#box23 p, div#box24 p{
    font-weight: 600;
    color:#0f5132;
  }

  #box31, #box32 {
    min-height: 47.97px;
    margin: 2rem .1rem;
    padding: .4rem .2rem !important;
    line-height: 1.6rem;
    border: 2px solid #3b73a1;
    border-radius: 3px;
  }

  #box31::before, #box32::before {
    content: "1/2";
    font-size: 1.3rem;
    font-weight: 600;
    color: #3b73a1;
  }

  div#box31 p, div#box32 p{
    font-weight: 600;
    color:#0f5132;
  }

  #box41{
    min-height: 60px;
    margin: 0rem .1rem;
    padding: .4rem .2rem !important;
    border: 3px solid #068904;
    border-radius: 5px;
  }

  div#box41 p{
    font-weight: 600;
    color:#068904;
  }

  #box41-win-text {
    font-size: 1rem;
    font-weight: 600;
    color: #3b73a1;
  }

  /* ul.players-grid>li>ul>li>ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #999;
    border-radius: 3px;
    padding: .4rem !important;
    max-width: 200px;
    text-align: left;
  }  
  ul.players-grid li ul.ul-place-source-quarterfinalgrid-1 li:first-child::before {
    content: "1";
    display: flex;
  }

  ul.players-grid li ul.ul-place-source-quarterfinalgrid-2 li:first-child::before {
    content: "2";
    display: flex;
  }

  ul.players-grid li ul.ul-place-source-quarterfinalgrid-3 li:first-child::before {
    content: "3";
    display: flex;
  }

  ul.players-grid li ul.ul-place-source-quarterfinalgrid-4 li:first-child::before {
    content: "4";
    display: flex;
  } */

}

@media screen and (max-width: 800px){
  .win-box p {
    min-width: 6em !important;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

.box-shadow-inset-green{
  border: 1px solid #08ce04a3;
  box-shadow: 0 0 1px 0.15rem #08ce04a3 inset !important;
  -webkit-box-shadow: 0 0 1px 0.15rem #08ce04a3 inset !important;
  -moz-box-shadow: 0 0 1px 0.15rem #08ce04a3 inset !important;
}

/* coupon tennis TQF grid END*/

/* .img-pay-mob{
  display: none;
} */

/* MEDIA QUERIES */ 

/* min */

@media (min-width:641px) {
  .d-no-min640{
    display: none!important;
  }
}

@media (min-width:917px) {
  nav#nav-head {
    border-radius: .2rem!important;
  }
  .d-no-min917{
    display: none!important;
  }
  .mt-02-min917{
    margin-top: 0.2rem!important;
  }
}

@media (min-width:1061px) {
  .d-no-min1061{
    display: none!important;
  }
}

@media (min-width:1250px) {
  .col-min-1250{
    display: none!important;
  }

  .d-no-min1250{
    display: none!important;
  }

}

@media (min-width:1600px) {
  .container-sxxl {
    max-width: 1500px;
  }
}

@media (min-width:1900px) {
  .container-gxxl {
    max-width: 1700px;
  }
}

/* max */

@media (max-width:1250px){
  .navbar-brand img{
    width: 188px !important;
    height: auto;
  }
  .offcanvas{
    background-color: #f2f8ff!important;
  }
  .offcanvas-start, .offcanvas-end {
    width: 270px;
  }
  #offcanvasLeft, #offcanvasRight {
    box-shadow: #384550 0px 0px 12px 0.3rem;
  }
  h5#offcanvasLeftLabel, h5#offcanvasRightLabel {
    margin-bottom: 0!important;
  }

  button.navbar-toggler {
    color: #e8eaec;
    border-color: #cad3dc;
    margin-top: 0.7rem!important;
    margin-bottom: 0.7rem!important;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.1rem;
  }
  .offcanvas-body #block_reg_r {
    display: none!important;
  }
  .d-bl-max1250{
    display: block!important;
  }
  .d-no-max1250{
    display: none!important;
  }
  .col-wauto-max1250{
    width: auto!important;
  }
  .col-c-l {
    width: 220px !important;
  }
  .logo_slog {
    font-size: 8px;
  }
  ul.nav li a {
    font-size: 0.9rem!important;
  }
  ul.nav li {
    width: 94.5px;
  }
}

@media (max-width:1079px){
  .d-no-max1079{
    display: none!important;
  }
}

@media (max-width:1060px){
  .carousel-caption h5 {
    font-family: 'Century Gothic';
    margin: 0rem!important;
    font-size: 3.2rem;
    text-shadow: 0 0 5px #112a3e, 0 0 10px #112a3e, 0 0 15px #112a3e, 0 0 20px #112a3e;
  }  
  .carousel-caption p {
    font-family: 'Eras Demi ITC';
    margin: 0rem!important;
    font-size: 2.5rem;
    text-shadow: 0 0 3px #112a3e, 0 0 8px #112a3e, 0 0 13px #112a3e, 0 0 18px #112a3e;
  }
  .start-game {
    width: 205px;
    font-size: larger;
  }
  .d-no-max1060{
    display: none!important;
  }
  ul.nav li:nth-last-child(-n+2){
    display: none;
  }
  ul.nav li:nth-last-child(3) {
    width: -moz-fit-content;
    border-right: 2px solid #C4C4C4;
  }
}

@media (max-width:992px){
  .d-no-max992{
    display: none!important;
  }
}

@media (max-width:985px){
  .d-no-max985{
    display: none!important;
  }
  #row-content.col {
    width: 50%;
  }
}

@media (max-width:963px){
  ul.nav li {
    width: 87px;
  }
  ul.nav li a {
    font-size: 0.84rem!important;
  }
  img.sport-img{
    width: 100%;
    height: auto;
  }
}

@media (max-width:916px){
  nav#nav-head {
    border-bottom-right-radius: .2rem!important;
    border-bottom-left-radius: .2rem!important;
  }
  .navbar, .navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
  }
  .collapse.navbar-collapse,
  .top_three_blocks img,
  img.sport-img{
    display: none!important;
  }
  .coupon {
    margin: 0.7rem 0rem 0rem 0rem;
  }
  .d-bl-max916{
    display: block!important;
  }
  .d-no-max916{
    display: none!important;
  }
  p {
    font-size: 1.2rem;
  }
  .mt-07-max916{
    margin-top: 0.4rem!important;
  }
}

@media (max-width:760px){
  .d-no-max760{
    display: none!important;
  }
  .coupon .coupon-form {
    padding-bottom: 1.5rem;
  }
  form.coupon-form {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .coupon .coupon-table-content {
    width: 750px;
  }
  .pools-block {
    width: 750px;
  }
  /* .nav-tab-coupon{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-tab-coupon nav, div#nav-tabContent {
    width: 725px;
  } */
  /* .calendar-coupons .coupons-list{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  } */
  /* .coupons-list .coupon-block{
    width: 725px;
  } */  
}

@media (max-width:752px){
  .d-no-max752{
    display: none!important;
  }
  /* .coupon-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .coupon-wrap .coupon {
    width: 732px !important;
  } */
}

@media (max-width:720px){
  .d-no-max720{
    display: none!important;
  }
  .coupon-report > table tr th {
    padding: 6px 3px;
  }
}

@media (max-width:640px){
  .d-no-max640{
    display: none!important;
  }

  /* Главная: меню аккордеона отдельно от контента — стыковка рамок */
  .coupon-accordion-wrapper .coupon-accordion-menu .accordion-item:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .coupon-accordion-wrapper .coupon-accordion-menu .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .coupon-accordion-wrapper .coupon-accordion-menu .accordion-item:last-of-type .accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .coupon-accordion-wrapper .coupon-accordion-bodies {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-top: 0;
    border-radius: 0 0 0.25rem 0.25rem;
    margin-top: -1px;
    overflow: hidden;
  }

  .coupons-list>a {
    height: -moz-fit-content;
    height: fit-content !important;    
  }
  div.name {
    margin-bottom: 0;
  }
  .col-bets {
    flex: 0 0 auto;
    width: 5%;
  }
  .tags-list .tag {
    padding: 2px 6px;
    margin: 0;
  }
  .col-coup {
    flex: 0 0 auto;
    width: auto;
  }
  .details-block .name {
    font-size: medium;
  }
  .container-fluid.coupon-mob {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .tags-list.tags-list-calendar li.tag {
    margin-right: 0.7rem;
    margin-bottom: 0.4rem;
  }
  li.tag {
    font-size: larger;
  }
  .foto img {
    width: 28px !important;
    height: 29px !important;
  }
  .hr-list hr {
    border: 0;
    height: 1px;
    background: #3b73a1;
    background-image: -webkit-linear-gradient(left, #fff, #3b73a1, #fff);
    background-image: -moz-linear-gradient(left, #fff, #3b73a1, #fff);
    background-image: -ms-linear-gradient(left, #fff, #3b73a1, #fff);
    background-image: -o-linear-gradient(left, #fff, #3b73a1, #fff);
  }
  .coupon-mob .date-itself,
  .coupon-mob .time {
    font-size: larger;
    font-weight: 700;
    color: #3b73a1;
  }
  .coupon-mob .after {
    font-size: revert;
    line-height: 0.8rem;
    color: #25425a;
  }
  .coupon-mob .pill-column {
    height: 3.4rem;
  }
  .coupon-mob .border-primary {
    border-color: #b4c1ca!important;
  }
  .coupon-mob .size-block .size {
    color: #3b73a1;
    font-size: larger;
    font-style: italic;
    font-weight: 500;
    text-decoration: underline;
  }
  .coupon-mob .pill-sum {
    font-size: larger;
    color: #284f6f;
  }
  .coupon-mob .pill-column:not(:last-child) {
    margin-right: .4rem;
  }
  .coupon-mob .pulls-list .pull_gold {
    background: url("/static/i/icons/coins/coin-gold.svg") no-repeat;
    padding: 0 0 0 17px;
    margin: 0 auto;
  }  
  .coupon-mob .pulls-list  .pull_tot {
    background: url("/static/i/icons/coins/coin-tot.svg") no-repeat;
    padding: 0 0 0 17px;
    margin: 0 auto;
  }
  .coupon-mob .pulls-list  .pull_bronze {
    background: url("/static/i/icons/coins/coin-bron.svg") no-repeat;
    padding: 0 0 0 17px;
    margin: 0 auto;
  }  
  .coupon-mob .pulls-list  .pull_silver {
    background: url("/static/i/icons/coins/coin-sil.svg") no-repeat;
    padding: 0 0 0 17px;
    margin: 0 auto;
  }
  .coupon-report > table tr th {
    font-size: smaller;
  }
  .coupon-report > table tr td {
    padding: 5px 3px;
    font-size: smaller;
  }
}

@media (max-width:607px){
  .video-block {
    padding-bottom: 56.25%;
    margin-bottom: 5%;
  }
  .coupon .coupon-table-content {
    /* width: 100%; */
    text-align: center;
    /* border-bottom: 0px; */
  }
  .coupon .coupon-table-content > thead > tr > td:last-child {
    width: 100%;
  }
  .coupon .coupon-table-content > thead > tr > td {
    border-top: 0px;
    border-bottom: 0px;
    background: #f5f5f5;
  }
  .coupon .coupon-table-content .event:nth-child(2n + 2) {
    background: #f5f5f5;
  }
}

@media (max-width:575.98px){
  .carousel-caption h5 {
    font-family: 'Century Gothic';
    margin: 0rem!important;
    font-size: 2.5rem;
    text-shadow: 0 0 5px #112a3e, 0 0 10px #112a3e, 0 0 15px #112a3e, 0 0 20px #112a3e;
  }  
  .carousel-caption p {
    font-family: 'Eras Demi ITC';
    margin: 0rem!important;
    padding-top: 0.5rem;
    font-size: 2.1rem;
    text-shadow: 0 0 3px #112a3e, 0 0 8px #112a3e, 0 0 13px #112a3e, 0 0 18px #112a3e;
  }
  .start-game {
    width: 197px;
    font-size: 1rem;
  }
  .btn-md-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
  }
  .w-sm-100{
    width: 100%!important;
  }

  table.user-bets.dataTable thead th, table.user-bets.dataTable thead td {
    padding: 9px 2px !important;
    font-size: smaller;
  }
  table.dataTable tbody th, table.dataTable tbody td {
    padding: 7px 2px;
    font-size: x-small;
  }
  a.paginate_button {
    margin-bottom: 0.5rem;
  }
  .coupon-report {
    padding: 4px;
  }
  .coupon-report > table tr th {
    word-break: break-all;
  }
  .coupon-report .td_pointsEarned_more > div {
    margin: 3px 4px;
  }
}

/* @media (max-width:526px){
  tr#Skrill .img-pay,
  tr#Paysafe .img-pay{
    display: none;
  }
  tr#Skrill .img-pay-mob,
  tr#Paysafe .img-pay-mob{
    display: inline-block;
    width: 85px;
  }
} */

@media (max-width:479px){
  .coupon.coupon-bet {
    width: auto;
  }
  th.th-head{
    font-size: 11px;
    word-break: break-all;
  }

}

@media (max-width:425px){
  .carousel-caption h5 {
    font-family: 'Century Gothic';
    margin: 0rem!important;
    font-size: 2rem;
    text-shadow: 0 0 5px #112a3e, 0 0 10px #112a3e, 0 0 15px #112a3e, 0 0 20px #112a3e;
  }  
  .carousel-caption p {
    font-family: 'Eras Demi ITC';
    margin: 0rem!important;
    padding-top: 0.5rem;
    font-size: 1.8rem;
    text-shadow: 0 0 3px #112a3e, 0 0 8px #112a3e, 0 0 13px #112a3e, 0 0 18px #112a3e;
  }
  .start-game {
    width: 179px;
    font-size: 1rem;
  }

  .row_top_bottom td {
    padding: 6px 2px;
  }
  td.td-name {
    font-size: 11px;
    word-break: break-all;
  }
  img.img-pay {
    width: 50px;
  }
  a.arrow-pay {
    width: 0.8rem;
    height: 1.3rem;
    margin-left: 0;
    margin-right: 0;
    background-size: 0.8rem;
  }
  .ui-dialog {
    top: 20% !important;
    left: 15% !important;
    right: 15% !important;
  }
}

@media (max-width:375px){
  .modal-content {
    font-size: unset;
  }
  td.num-pay {
    font-size: 11px;
  }
  div#DataTables_Table_0_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .user-bets-archive .footnote {
    color: grey;
    font-style: italic;
    font-size: x-small;
  }

  .details-block .name {
    font-size: larger;
  }
  .coupon-mob li.tag {
    font-size: small;
  }
  .coupon-mob .pill-sum {
    font-size: small;
    color: #284f6f;
  }
}

@media (max-width:320px){
  nav .nav-center {
    padding: 0;
    margin: 0;
  }
  .carousel-caption h5 {
    font-size: 1.5rem;
  }  
  .carousel-caption p {
    padding-top: 1rem;
    font-size: 1.3rem;
  }
  .start-game {
    width: auto;
    font-size: smaller;
  }

  td.num-pay {
    font-size: 10px;
  }

  .ui-dialog {
    left: 5% !important;
    right: 5% !important;
  }
}

@media (max-width: 300px){
  .coupon-header .block_left,
  .coupon-header .block_right{
      width: 100%;
  }
}