

.footer-new-down-inner-icons {
    display: flex;
    width: 100%;
}

.footer-new-down-inner-icon {
    cursor: pointer;
    display: inline-block;
    width: 23%;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 1%;
}

.header-button.register-button.bonus-button-onimage {
    background: rgb(8, 32, 59);
    background: radial-gradient(circle, rgba(8, 32, 59, 1) 0%, rgba(11, 20, 34, 1) 100%);
	color: #FFF !important;
	text-decoration: none;
	left: 10.75% !important;
}
.header-button.register-button.bonus-button {
    background: rgb(8, 32, 59);
    background: radial-gradient(circle, rgba(8, 32, 59, 1) 0%, rgba(11, 20, 34, 1) 100%);
	color: #FFF !important;
	text-decoration: none;
	padding: 13px !important;
}

.bonus-header-morebigtext > span {
	color: rgb(8, 32, 59)!important;
}

.footer-link {
    color: #000000;
    display: block;
    text-decoration: none;
	font-weight: 600;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-td {
    margin: auto;
    display: block;
}

.footer-new-down-inner-icon-payment {
    cursor: pointer;
    display: inline-block;
    width: 23%;
    margin: 1%;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.icon-maestro {
    background-image: url('/images/paysys/icon-maestro.png');
}

.icon-mastercard {
    background-image: url('/images/paysys/icon-mastercard.png');
}

.icon-qiwi {
    background-image: url('/images/paysys/icon-qiwi.png');
}

.icon-visa {
    background-image: url('/images/paysys/icon-visa.png');
}

.icon-yamoney {
    background-image: url('/images/paysys/icon-yamoney.png');
}

.icon-maestro:hover {
    background-image: url('/images/paysys/icon-maestro-hover.png');
}

.icon-mastercard:hover {
    background-image: url('/images/paysys/icon-mastercard-hover.png');
}

.icon-qiwi:hover {
    background-image: url('/images/paysys/icon-qiwi-hover.png');
}

.icon-visa:hover {
    background-image: url('/images/paysys/icon-visa-hover.png');
}

.icon-yamoney:hover {
    background-image: url('/images/paysys/icon-yamoney-hover.png');
}

.footer-new-down-inner-icons a {
    cursor: pointer;
    display: inline-block;
    width: 23%;
    margin: 1%;
    height: 25px;
    text-align: center;
}

.payment-noscript {
	display: block;
}
.payment-overlay {
	z-index: 999;
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
}
.payment-overlay-loading {
	margin: calc(50vh - 100px) auto;
	display: block;
	width: 200px;
	height: 200px;
	background-image: url('/images/loading.svg');
}




.bet-main-this {
    background-color: #EEE;
	width: auto;
	display: flex;
	height: auto;
	margin-bottom: 10px;
	padding: 10px;
}
.bet-column {
	width: 50%;
	height: auto;
	display: inline-block;
	min-height: 50px;
}
.button.auto-button {
    right: auto;
    bottom: auto;
    padding: 9px;
    margin: 5px 0px 0px 0px;
    position: relative;
    width: min-content;
}
.bet-time-m {
	display: block;
	color: #555;
	font-size: 14px;
}
.bet-coefs-all {
	color: #666;
	font-size: 14px;
}
.bet-id {
	display: block;
	color: #222;
	text-decoration: none;
}
.bet-column-right {
	text-align: right;
}
.payments-applications {
    width: 100%;
}
.bet-name-m {
	display: block;
	color: #000;
	font-size: 18px;
	text-decoration: none;
}
.bet-cat-m {
	display: block;
	color: #555;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
.bet-can-win {
	color: #555;
	font-size: 14px;
}
.feedback {
        width: 100%;
        height: auto;
        color: #262626;
        border: none;
}
.feedback tr, .feedback tr td {
        vertical-align: top;
}
.feedback-head tr, .feedback-head tr td {
        font-weight: bold;
}
.feedback-50 {
        width: 50%;
}
.feedback-25-button {
	font-size: 18px; 
	height: 30px; 
	width: auto;
    background: rgb(8, 32, 59);
    background: radial-gradient(circle, rgba(8, 32, 59, 1) 0%, rgba(11, 20, 34, 1) 100%);
	cursor: pointer;
	color: #FFF !important;
	position: relative;
}
.feedback-25 {
        width: 25%;
        text-align: center;
}
.feedback-link {
        font-weight: normal;
        color: rgb(8, 32, 59);
}
.feedback-link-i {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
    position: relative;
	top: 5px;
}
.feedback-new {
        color: #E22;
        font-weight: bold;
}
.conversation-data {
	width: 100%;
	display: block;
	margin-top: 10px;
	height: auto;
}
.message {
	width: 100%;
	display: inline-block;
	height: auto;
	margin-bottom: 10px;
}
.message-my {
	float: right;
}
.message-data {
	width: calc(50% - 20px);
	height: auto;
	display: block;
	padding: 10px;
    background: rgb(8, 32, 59);
    background: radial-gradient(circle, rgba(8, 32, 59, 1) 0%, rgba(11, 20, 34, 1) 100%);
	border-radius: 7px;
}
.message-text {
	color: #FFF;
	font-size: 16px;
}
.message-time {
	color: #CCC;
	font-size: 14px;
}
.main-block {
    padding: 10px;
}
.main-block-title {
    text-decoration: none;
    display: block;
    color: #333;
    font-size: 23px;
    width: 100%;
    height: auto;
    margin: 10px 0px;
}

.main-block-contents {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 50px;
    min-height: 300px;
}
.main-block-time.bets-data-text {
    color: #000;
	text-decoration: none;
    font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
}
.main-block-time {
    display: block;
    margin-bottom: 10px;
    color: #555;
    width: 100%;
	margin-left: 10px;
    height: auto;
    font-size: 13px;
}

.alert-message-handler {

    background: rgb(8, 32, 59);
    background: radial-gradient(circle, rgba(8, 32, 59, 1) 0%, rgba(11, 20, 34, 1) 100%);
    color: #FFF;
    padding: 20px;
    margin: 10px 0;

}

.payments-text {
    margin: 10px;
}

.coeficient-score {
    display: block;
    float: right;
    font-weight: bold;
	top: 10px;
	position: absolute;
	right: 4px;
	color: #DDD;
}
.coeficient-name {
    display: block;
    float: left;
    font-weight: normal;
    color: #DDD;
width: calc(100% - 27px);
}
.coeficient-item-disabled {
    display: inline-block;
    width: calc(50% - 30px);
    min-height: 20px;
    padding: 10px;
    outline: 1px solid #262626;
    margin: 0px 5px 10px 5px;
    position: relative;
    background-color: #777;
}
.coeficient-item-disabled > .coeficient-name,
.coeficient-item-disabled > .coeficient-score {
    color: #ffffff
}
.main-exodus {
    white-space: pre-wrap;
    font-family: sans-serif;
    font-size: 15px;
    margin-bottom: 20px;
    display: block;
}
.coeficient-item {
    display: inline-block;
    width: calc(50% - 30px);
    min-height: 20px;
    padding: 10px;
    outline: 1px solid #363636;
    margin: 0px 5px 10px 5px;
    position: relative;
    background-color: #262626;
}
.coeficients-title {
    display: block;
    font-size: 17px;
    text-decoration: none;
    font-weight: 700;
    color: #262626;
	position: relative;
}
.coeficients-all {
    display: flex;
    width: auto;
    margin-top: 10px;
    flex-wrap: wrap;
}
.coeficient-block {
    width: auto;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #2F2F2F;
    background-color: #2E2E2E;
	position: relative;
}
.coeficients-arrow {
  display: block;
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: 0;
}
.coeficients-arrow::before {
  content: '\25BC';
}
.coeficients-all[style*="none"] ~ .coeficients-arrow::before {
  content: '\25B6';
}
.coeficients-title {
  z-index: 1;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	padding-bottom: 10px;
	margin: 20px auto;
	width: min-content;
}
.bet-main {
    display: block;
}


.active .pages-linker-list {
    font-weight: bold;
    background-color: #4D4D4D;
    color: #FFF;
}

.pages-linker-list {
   text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    position: relative;
    display: block;
    padding: 2px 8px 3px 8px;
    color: #000;
    background-color: #ffbc00;
    border-radius: 31px;
    margin: 0px 1px;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.cart__container a {
    color: #262626;
	font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
	margin: 4px 0px;
	display: block;
}
.input-field {
    display: block;
    /* width: calc(100% - 22px); */
    width: 100%;
    height: 50px;
    margin-bottom: 16px;
    border: 1px solid rgb(8, 32, 59);
    padding: 0px 10px;
    font-size: 15px;
}
.cart__total.px-4.pt-3 {
	background: rgb(8, 32, 59);
	color: #FFF !important;
	left: -10px;
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 10px 10px 10px !important; 
	margin-top: calc(1rem - 10px);
	bottom: -10px;
}
.cart-footer {
	background: rgb(8, 32, 59);
    padding-top: 15px;
	left: -10px;
	display: block;
	position: relative;
	padding: 0px 10px 10px 10px;
	width: 100%;
	bottom: -10px;
}
.cart-footer > .button.auth-button {
    margin-top: 0px;
	background: #FF5500 !important;
	border-color: #FF5500 !important;
}
.cart-content-item-bet-remove {
	color: #F44 !important;
}
.button.auth-button {
    position: relative;
    width: 100%;
    left: 0;
    bottom: auto;
    right: auto;
    margin-top: 15px;
}
.button {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 15px;
    border: 1px solid rgb(8, 32, 59);
    color: #FFF;
    text-decoration: none;
    font-size: 12pt;
    background: rgb(8, 32, 59);
    background: radial-gradient(circle, rgba(8, 32, 59, 1) 0%, rgba(11, 20, 34, 1) 100%);
    transition: all 300ms ease;
    width: 100px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.footer-icons-container {
    display: flex;
    width: 50%;
}

@media screen and (max-width: 700px) {
    .footer-new-down-inner-icons {
        display: block;
    }
    .footer-icons-container {
        margin: auto;
        width: 100%;
    }
}