﻿#WCfloat {
    position: fixed;
    z-index: 9;
    text-align: center;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    bottom: 10%;
    right: 25px;
}

.wcfloat-main {
    cursor: move;
    z-index: 501;
    width: 64px;
    height: 64px;
    z-index: 20;
    position: relative;
}

.bottom-nav-wc {
    background: url(../images/worldcup/bg-panel.png?v3);
    background-size: cover;
    bottom: 7%;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 13;
    display: inline-flex;
}

.wcbgpanel {
    width: 100%;
    height: auto;
}

.wcbackbtn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 4.5%;
}

.wcupcomingtext {
    position: absolute;
    left: 55px;
    top: 7.5%;
    font-size: 7pt;
    font-weight: bold;
    color: #fff;
}

.wcbettitle {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.wcbetcontainer {
    background: url(../images/worldcup/img-light.png) #d2c0c8;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    width: 225px;
    display: block;
    border-radius: 5px;
}

/*.wcbetcontainer:not(:first-child) {
        margin-left: 10px;
    }*/

.wcbetleft {
    text-align: center;
    width: 82px;
    font-size: 8pt;
    padding: 2px 0px;
    margin-left: 2px;
    color: #000;
    line-height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/worldcup/img-left-panel.png?v1);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: right;
    font-weight: bold;
}

.wcbetcenter {
    font-size: 8pt;
    margin: 3px 15px;
    color: #2D2C85;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 14px;
    font-weight: bold;
    text-align: left;
    width: 26px;
	flex-direction: column;
}

.wcbetright {
    text-align: center;
    width: 82px;
    font-size: 8pt;
    padding: 2px 0px;
    margin-right: 2px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/worldcup/img-right-panel.png?v1);
    background-repeat: no-repeat;
    background-size: contain;
    font-weight: bold;
}

.wcbetcontent {
    width: 100%;
    display: flex;
    justify-content: center;
    /*background: linear-gradient(#D4BDC7 0%, #D4BDC7 100%, #D4BDC7 8%);*/
}

.wcbetleft_panel {
    border-radius: 5px;
    background: linear-gradient(#95FFB1, #2DE863);
    text-align: center;
    width: 65px;
    display: inline-block;
    font-size: 8pt;
    padding: 4px 10px;
    margin: 1px 0px 1px 5px;
    color: #000;
    height: 26px;
    border: 1px solid white;
}

.wcbetright_panel {
    border-radius: 5px;
    background: linear-gradient(#95FFB1, #2DE863);
    text-align: center;
    width: 65px;
    display: inline-block;
    font-size: 8pt;
    padding: 4px 10px;
    margin: 1px 5px 1px 0px;
    color: #000;
    height: 26px;
    border: 1px solid white;
}

.wcbetcenter_panel {
    text-align: center;
    width: 90px;
    font-size: 8pt;
    margin: 6px 0;
    color: #2D2C85;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#DFD5FF 0%, #DFD5FF 100%, #DFD5FF 0%);
}

.wcbethome {
    position: relative;
    display: inline-block !important;
    font-weight: bold;
    text-align: left;
    width: 26px;
    left: 3px;
}

.wcbetaway {
    position: relative;
    display: inline-block !important;
    font-weight: bold;
    text-align: right;
    width: 26px;
    right: 3px;
}

.wcbetwrapper {
    top: 19%;
    left: 53px;
    right: 0;
    position: absolute;
    z-index: 13;
    width: 100%;
    display: flex;
    overflow: hidden;
    height: 80%;
    align-items: center;
    justify-content: center;
}

    .wcbetwrapper > .swiper-wrapper {
        height: auto !important;
    }



.modal-dialog {
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 0;
    z-index: 100;
    width: 95%;
    height: 475px;
    margin: auto;
    border-radius: 25px;
}

.modal-content {
    border-radius: 15px;
}

.modal-body {
    background-color: #fff;
}

.hb {
    font-weight: 600;
}

.xl {
    font-size: x-large;
}

.orange {
    color: #ff911c !important;
}

.white {
    color: white !important;
}

.gray {
    color: gray !important;
}

.black {
    color: #050202 !important;
}

.red {
    color: red !important;
}

.col-spaced {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.col-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

* {
    transition: background 0.5s ease, color 0.5s ease;
    touch-action: manipulation;
}

.fx1 {
    flex: 1;
}

button {
    border: none;
    background: transparent;
    outline: 0;
}

.pe-5 {
    padding-right: 3rem !important;
}

.ghost {
    pointer-events: none;
}

#calculator {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 14;
}



/*Transfer Popup */

.tf_small {
    font-size: 80%;
    font-weight: 400;
}

.tf_details {
    margin: 0 20px;
}

.transfer-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
}

.tf-backdrop {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.75) 21%, #000000);
    text-align: center;
    margin: 0 auto;
    height: 100vh;
}

.tf-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.tf-popup {
    text-align: center;
    margin: 0 auto;
    background: white;
    position: relative;
    border-radius: 15px 15px 0 0;
    padding-top: 1em;
}

.tf-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.5em;
    padding-top: 1em;
}

    .tf-close:active, .tf-close:focus {
        border: none;
        outline: 0;
    }

.tf-header {
    color: gray;
    display: flex;
    justify-content: center;
    padding: 0 3em 0 1em;
}

    .tf-header img {
        margin-right: 0.25em;
        position: relative;
        top: -2px;
    }

@media only screen and (max-width: 480px) {
    .tf-header {
        font-size: 14px;
    }

    #betModal .tf-header {
        padding: 0;
    }
}

.tf-teams {
    display: flex;
    justify-content: safe center;
    align-items: center;
    color: black;
    padding: 0 1rem;
}

.tf-bet {
    background: linear-gradient(213deg, #ffcc2f 15%, #ff911c 59%);
    margin: 10px 1.25em;
    border-radius: 10px;
    padding: 10px 20px;
}

.tf-rate {
    background: white;
    border-radius: 25px;
    padding: 0px 10px;
    font-weight: bold;
    color: var(--body-color);
}

.tf-loc {
    color: var(--body-color);
    font-size: 80%;
    font-weight: 400;
}

.tf-input {
    padding: 0 20px;
    font-size: x-large;
    font-weight: bold;
}

    .tf-input .input-group-text {
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
        font-size: large;
        color: #707070;
        font-weight: 600;
    }

    .tf-input .form-control {
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
        font-size: x-large;
        font-weight: bold;
        background-color: white !important;
        border-bottom: none !important;
    }

.tf-type {
    color: #fff7e1;
    font-size: 16px;
}

@media only screen and (max-width: 559px) {
    .tf-type {
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    .tf-type {
        font-size: 12px;
    }
}

.tf-calculator {
    background: #f3f3f3;
    padding: 15px;
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(4, 1fr);
}

    .tf-calculator button {
        box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.16);
        border-radius: 10px;
        padding: 7px 0;
        font-weight: 600;
        font-size: larger;
    }

.tf-calc-white {
    background: white;
}

    .tf-calc-white:active {
        background: #eeeeee;
    }

.tf-calc-gray {
    background: #dcdcdc;
}

    .tf-calc-gray:hover {
        background: #cccccc;
    }

.tf-bottom {
    background: #f3f3f3;
    border-top: 1px solid #a7a7a7;
    padding: 5px 15px;
}

.tf-btm-parley, .tf-btm-bet {
    border-radius: 40px;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.16);
    font-size: larger;
}

.tf-btm-parley {
    background: #e3ac24;
    flex: 0.3;
    margin-right: 1em;
}

.tf-btm-bet {
    background: #0Ab4fe;
    flex: 0.65;
}

.tf-fund {
    color: #fd841b;
}

#betModal .modal-content {
    border-radius: 15px;
    margin-top: 40%;
}

#betModal .modal-title {
    margin-top: 1rem;
}

.betmodal-head {
    background: #4fb872;
    border-radius: 15px 15px 0 0;
    text-align: center;
    color: white;
    padding: 1rem;
}

    .betmodal-head.betmodal-head-danger {
        background: #ec602c;
    }

    .betmodal-head.betmodal-head-reject {
        background: #ec2c2c;
    }

.parley-report-top.betmodal-head-reject {
    background: #ec2c2c;
}

.betmodal-image {
    margin-top: -3.5rem
}

.betmodal-close {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    border: none;
    background: transparent;
}

    .betmodal-close:active, .betmodal-close:focus {
        outline: 0;
        border: none;
    }

.betmodal-bottom {
    border-radius: 0 0 15px 15px;
    padding: 5px 20px 20px;
    background-color: #fff;
    margin: 0 auto;
}

.betmodal-bottom-orange {
    background: #e3ac24;
    flex: 0.49;
    color: white;
    border-radius: 30px;
    padding: 15px;
    font-weight: bold;
    box-shadow: 0px 6px 6px -3px #e3ac2466
}

.betmodal-bottom-blue {
    background: #0Ab4fe;
    color: white;
    border-radius: 30px;
    padding: 15px;
    font-weight: bold;
    border: none;
    width: 200px;
}

.betmodal-bottom-red {
    background: #ec602c;
    flex: 0.49;
    font-weight: bold;
    color: white;
    border-radius: 30px;
    padding: 15px;
    box-shadow: 0px 6px 6px -3px #ec602c66;
    text-align: center;
}

    .betmodal-bottom-red:hover {
        color: white;
    }

.bet_filters {
    padding: 12px;
}

.tf-error {
    background: #ec2c2c;
    color: white;
    border-radius: 5px;
    margin: 0 20px 10px;
    padding: 5px;
    font-weight: 600;
}

.tf-score {
    min-width: 20px;
    margin: 0 0.5em;
    color: var(--orange);
}

.bet-input-close {
    position: absolute;
    right: 1.5em;
    top: 35%;
}

.tf-bet-container {
    display: block;
    width: 100%;
    height: 100%;
}

label {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

@keyframes blinkEffect {
    50% {
        background: #FF75C8;
    }
}

.NewOdds {
    -webkit-animation: blinkEffect 1s infinite; /* Safari 4+ */
    -moz-animation: blinkEffect 1s infinite; /* Fx 5+ */
    -o-animation: blinkEffect 1s infinite; /* Opera 12+ */
    animation: blinkEffect 1s infinite; /* IE 10+, Fx 29+ */
}

.wclogo{
	position: absolute;
	width: 45px;
	left: 0;
}

.rt{
	animation: mymove 0.5s linear;
}

@keyframes mymove {
  100% {transform: rotate(180deg);}
}

.rt2{
	animation: mymove2 0.5s linear;
}

@keyframes mymove2 {
  100% {transform: rotate(180deg);}
}

button:focus {
  outline:none;
}