.title-bold {
    font-size: 1.3rem;
    border-bottom: 2px solid #fd0f02;
    padding: 20px 0;
}

.btn-red {
    background-color: #fd0f02;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    border: none;
}

.bnw .oc-item a img {
    filter: grayscale(1);
}

.forget-ps a:hover {
    color: #fd0f02!important;
}

.download-part a {
    color: #fff;
}

#myTab2 .nav-item a {
    color: #fff;
}

input:-internal-autofill-selected {
    background-color: red !important;
}

.sports-img {
    max-width: 70%;
    margin: 20% auto 0;
    display: block;
    transition: 0.3s;
    filter: grayscale(.5);
}

.sports-img:hover {
    transition: 0.3s;
    filter: grayscale(0);
}

.sports-box {
    background-image: url(/images/stadium-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 600px;
}

.slots-game {
    border: 1px solid #82110a;
    transition: .3s;
}

.slots-game:hover {
    filter: saturate(1.9);
    transition: .3s;
}


/*----------------SLOT--------------*/

#slotmachine {
    background-image: url('../images/slotmachine/slotmachine.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    min-height: 800px;
    max-width: 800px;
    margin: 0 auto;
}

#Gira {
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#slot1 {
    /* position: absolute;
    top: 50%;
    left: 22%;
    transform: translate(-50%, -50%); */
    background-size: 70px;
    width: 70px;
    height: 110px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
}

#slot2 {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    background-size: 70px;
    width: 70px;
    height: 110px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
}

#slot3 {
    /* position: absolute;
    top: 50%;
    left: 78%;
    transform: translate(-50%, -50%); */
    background-size: 70px;
    width: 70px;
    height: 110px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
}

#slot4 {
    /* position: absolute;
    top: 50%;
    left: 78%;
    transform: translate(-50%, -50%); */
    background-size: 70px;
    width: 70px;
    height: 110px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
}

#slotText {
    color: white;
    position: absolute;
    font-size: 12px;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.a1 {
    background-image: url("/images/slotmachine/slotmachine-icon-01.png");
}

.a2 {
    background-image: url("/images/slotmachine/slotmachine-icon-02.png");
}

.a3 {
    background-image: url("/images/slotmachine/slotmachine-icon-03.png");
}

.a4 {
    background-image: url("/images/slotmachine/slotmachine-icon-04.png");
}

.a5 {
    background-image: url("/images/slotmachine/slotmachine-icon-05.png");
}

.a6 {
    background-image: url("/images/slotmachine/slotmachine-icon-06.png");
}

.a7 {
    background-image: url("/images/slotmachine/slotmachine-icon-07.png");
}

.blur {
    opacity: 0.1;
}

.slots-row {
    max-width: 480px;
    margin: 0 auto;
}

.token-bg {
    text-align: center;
    margin-top: 50px;
    position: relative;
    background-image: url(/images/slotmachine/token-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.token-bg h4 {
    line-height: 80px;
    font-weight: bold;
    padding-top: 10px;
}

#Slots {
    padding-top: 49%;
}

.spin-wheel-form {
    margin: 0 auto;
    width: 550px;
    color: black;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    text-align: left;
    line-height: 1.3;
    margin-top: -50px;
}

.spin-wheel-form input[id=name] {
    margin-bottom: 3px;
    padding: 6px 10px;
}

.spin-wheel-notedpoint {
    font-size: 1rem;
    color: white;
    margin-bottom: 10px;
}

.modal-paytable {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border: 2px solid #ff0707
}

.modal-paytable .table>thead>tr>th {
    min-width: 1px!important;
}

.modal-paytable .table td img {
    width: 50%;
}

.modal-paytable .table td {
    font-size: 1rem;
    border-top: none;
    line-height: 3;
    width: 100px;
}

.modal-paytable2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border: 2px solid #ff0707
}

.modal-paytable2 .table>thead>tr>th {
    min-width: 1px!important;
}

.modal-paytable2 .table td img {
    width: 50%;
}

.modal-paytable2 .table td {
    font-size: 1rem;
    border-top: none;
    width: 100px;
}

.copy-img {
	position: absolute;
    top: 0;
    width: 30px;
    right: 22px;
    top: 37px;
}

.disable-claim {
	cursor:not-allowed!important;
	background-color: gray;
	color: #fff;
	border: 1px solid #fff;
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
    #slotmachine {
        background-image: url(../images/slotmachine/slotmachine.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
        min-height: 700px;
    }
    #slot1,
    #slot2,
    #slot3,
    #slot4 {
        background-size: 80px;
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }
    .slots-row {
        max-width: 470px;
        margin: -6% auto 0;
    }
}

@media only screen and (min-width: 767px) and (max-width: 768px) {
    #slot1,
    #slot2,
    #slot3,
    #slot4 {
        background-size: 70px;
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }
    #Gira {
        bottom: 0px;
    }
    #slotText {
        top: 72%;
    }
    .slots-row {
        max-width: 330px;
        margin: 62% auto 0;
    }
    #slotmachine {
        background-image: url(../images/slotmachine/slotmachine.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
        min-height: 700px;
    }
    .copy-img {
        position: absolute;
        top: 0;
        width: 30px;
        right: 22px;
        top: 37px;
        left: 278px;
    }
}

@media (max-width: 737px) {
    #slotmachine {
        background-image: url(../images/slotmachine/slotmachine.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
        min-height: 400px;
    }
    #slot1 {
        background-size: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    #slot2 {
        background-size: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    #slot3 {
        background-size: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    #slot4 {
        background-size: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .slots-row {
        max-width: 300px;
        margin: 44% auto 0;
    }
    .text {
        margin-top: 50px !important;
    }
    .modal-paytable .table td img {
        width: 80%;
    }
    .modal-paytable2 .table td img {
        width: 80%;
    }
    .copy-img {
        position: absolute;
        top: 0;
        width: 30px;
        right: 22px;
        top: 37px;
        left: 278px;
    }
}

@media (max-width: 415px) {
    #slotmachine {
        background-image: url(../images/slotmachine/slotmachine.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100px;
    }
    #slot1 {
        background-size: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    #slot2 {
        background-size: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    #slot3 {
        background-size: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    #slot4 {
        background-size: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .slots-row {
        max-width: 200px;
        margin: 30% auto 0;
    }
    .btn-spin {
        font-size: 1rem;
    }
    .btn-paytable {
        font-size: 1rem;
    }
    .sm-menu {
        display: none;
    }
    #Slots {
        padding-top: 19%;
    }
    .spin-wheel-form {
        margin-top: -10px;
    }
    .btn-token {
        background-color: #ff0000;
        border-radius: 5px;
        width: 75px;
        height: 27px;
        color: white;
        font-weight: bold;
        font-size: x-small;
    }
    .text {
        margin-top: 10px !important;
    }
    .copy-img {
        position: absolute;
        top: 0;
        width: 30px;
        right: 22px;
        top: 37px;
        left: 278px;
    }
}

@media (max-width: 376px) {
    .slots-row {
        max-width: 180px;
        margin: 35% auto 0;
    }
    .sm-menu {
        display: none;
    }
    .p-xs {
        padding-left: 10px;
        padding-right: 10px;
    }
    .copy-img {
        position: absolute;
        top: 0;
        width: 30px;
        right: 22px;
        top: 37px;
        left: 278px;
    }
}

@media (max-width: 321px) {
    .slots-row {
        max-width: 150px;
        margin: 47% auto 0;
    }
    .sm-menu {
        display: none;
    }
    .p-xs {
        padding-left: 10px;
        padding-right: 10px;
    }
    .copy-img {
        position: absolute;
        top: 0;
        width: 30px;
        right: 22px;
        top: 37px;
        left: 278px;
    }
}

.btn-login-register {
    background-color: #fd0f02;
    color: #fff;
    border-radius: 5px;
    border: none;
    width: 55%;
}