.footerDisclaimer {
    padding: 7px;
}

body {
    background-color: #191919;
    -moz-user-select: none;
    -webkit-user-select: none;
    padding-top: 100px;
    width: auto;
    margin: 0;

}



@media (max-width: 950px) {
    .nav-link {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}

@media (max-width: 901px) {

    .nav-link,
    .nav-item {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 806px) {
    #textImage {
        width: 215px;
        margin-left: 0px;
    }
}

.basicGreenBut {
    background-color: #1cad75;
    font-size: medium;
    padding: 10px 20px;

    border-radius: 25px;
    transition: 0.4s;
    color: white;
    border: 2px solid #1cad75;
}

.basicGreenBut:hover {
    transform: scale(1.05);
    color: #1cad75 !important;
    background-color: white;
    border: 2px solid #1cad75;

}


table tbody {
    user-select: text;
    -webkit-user-select: text;
    /* Safari and Chrome */
    -moz-user-select: text;
    /* Firefox */
    -ms-user-select: text;
    /* Internet Explorer/Edge */
}

button:focus {
    opacity: 0.9;
    outline: none;
    border: none;
}

.bg-dark,
.dropdown-item,
.dropdown-menu {
    background-color: #191919 !important;

}

.softwareHeadingPoppins {
    font-family: 'Poppins', sans-serif;
}

.input_classs {
    margin-top: 4%;
}

.bankRollInput {
    width: 60px;
}

.divtable {
    bottom: 0;
    margin-top: 100px;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
}

.navbartext {
    color: white;
    margin-left: 30px;
    font-size: xx-large;
}

@media (max-width: 750px) {
    .navbartext {
        font-size: xx-large;
    }
}

@media (max-width: 400px) {
    #logoImage {
        width: 60px !important;
    }

    #textImage {
        width: 200px !important;
        margin-left: 0px !important;
    }
}

@media (max-width: 900px) {
    .nav-item {
        /* padding-right: .5rem; */
        padding-left: 0.1em !important;
        font-size: 16px;
    }
}

@media (min-width: 770px) {

    .pb-3,
    .py-3 {
        padding-bottom: 0 !important;
    }
}


.lockimg {
    width: 18%;
    height: 18%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7%;
    padding-top: 5%;
}

.posevtable {
    border: 3px solid #343a40;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;

}

.posevtable tr {
    text-align: center;


}

.posevtable tbody {
    border: 3px solid #343a40;
}

.posevtable th {
    width: 150px;
    text-align: center;
}

.navbar-nav {
    margin-left: auto;
    font-size: 20px;
}

.barrack {
    padding-bottom: 3%;
    position: relative;
    width: 100%;
    height: fit-content;
    margin-bottom: 10%;


}

.holderForInputButs {
    float: left;
    width: fit-content;
    overflow: hidden;
    position: relative;
    border: 2px solid #343a40;
    padding: 0.5%;
}

.bankbutton,
.buttonForAdd,
.loginButtonOnPage {
    appearance: none;
    background-color: #1cad75;
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 16px;
    margin-bottom: 1%;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.kellyCalcdiv {
    width: 30%;
    float: right;
    position: relative;
}

.kellyCalcButDis {
    z-index: 2;
    display: inline-block;
    float: right;
    border: none;
    position: relative;
}

.popupOut {
    height: 88px;
    margin-top: -32%;
    float: right;

    font-size: small;
    margin-right: 10%;

}

@media only screen and (min-width: 601px) {

    .posevtable {
        width: fit-content;
        overflow-x: hidden;
    }

    .headingsForPosEv {
        padding-top: 5%;
        position: sticky;

    }
}

@media only screen and (max-width: 601px) {
    .headingsForPosEv {
        padding-top: 5%;
        position: sticky;
        margin-bottom: 5%;
    }
}

.makefixed {
    position: absolute;
}

.popupInLabels {
    float: left;
    display: inline-block;
    margin-left: 10px;
    padding: 5px;
    top: 0;
}

.popupInLabelsSB {
    font-size: xx-small;
    width: 30%;
}

.popupInLabelsFO input {
    width: 50%;
    margin-right: 50%;
}

.popupInLabelsSB input {
    width: 50%;
    margin-right: 50%;
}


.popupInLabelsFO {
    font-size: xx-small;
    width: 30%;

}

popupOutTop {
    margin-bottom: -5%;
}

.popupOutBot {
    margin-bottom: -5%;
    margin-top: -5%;
}


.KellyCalcPopUp {
    z-index: 1;
    display: none;
}

.KellyCalcPopUp--show {
    overflow: hidden;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ededed;
    animation-name: fill-container;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 0%;
}

.KellyCalcPopUp--remove {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ededed;
    animation-name: empty;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-fill-mode: backwards;
    width: 0%;
}

@media only screen and (max-width: 1100px) {

    /* Styles for devices with a maximum screen width of 600px */
    .KellyCalcPopUp--show {
        overflow: hidden;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #ededed;
        animation-name: small-device-animation;
        animation-duration: 0.2s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        width: 0%;
    }
}

@keyframes fill-container {
    0% {
        width: 10%;
    }

    100% {
        width: 100%;

    }
}

@keyframes small-device-animation {
    0% {
        width: 100%;

    }

    100% {
        width: 300%;


    }

}

.posevbut {
    width: 144px;
    appearance: none;
    background-color: #1cad75;
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 16px;
    margin-bottom: 5%;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.posevbut:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
}

.posevbut:hover {
    background-color: #2c974b;
}

.posevbut:focus {
    box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
    outline: none;
}

.posevbut:disabled {
    background-color: #94d3a2;
    border-color: rgba(27, 31, 35, .1);
    color: rgba(255, 255, 255, .8);
    cursor: default;
}

.insidetable {
    background-color: #ededed;
}

.posevbut:active {
    background-color: #298e46;
    box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}

.addBut {
    border-radius: 50%;
}



.lineChart {

    float: right;
    width: 100%;
    height: 100%;
    padding: 2%;
    border: 2px solid gray;
    margin: 0;
    vertical-align: top;

}

.tabs {
    margin-top: auto;
    float: left;
    vertical-align: middle;

}

.history {
    margin-top: 40%;
    vertical-align: bottom;
}


.addBut:hover {
    filter: brightness(150%);
}

.posevtab {
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;

}

.posevtab col:first-child {
    display: none;
}

.hiddencell {
    position: absolute;
    left: -999em;
}

.posevtab tr:not(:first-child) {

    text-align: center;
    background-color: #dcdcdc;
}

.posevtab th {

    width: 150px;
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    overflow-x: auto;
    overflow-y: hidden;
    margin: auto;
    top: 0;


}

.paddingBottomPage {
    padding-bottom: 20%;
}

.centered-list {
    padding-left: 5px;
    padding-right: 5px;
}



ul {
    list-style: none;
}



.fcon {
    height: 0;
    background-color: #343a40;
    top: auto;
}

.baseholder {
    padding-bottom: 12%;
    background-color: #FBFBFB;
}

.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    width: 100%;
    background-color: #191919;
    height: auto;
    display: inline-block;
    padding-top: 70px;
    padding-bottom: 100px;
    overflow-x: auto;

    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;

}

.copy-righted-container {
    text-align: right;
    margin-bottom: 20px;
    font-size: 0.8em;
    font-family: 'poppins', sans-serif;
    color: white;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-col-container {
    gap: 15px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;

}

.footer-col {

    padding: 0 15px;
    color: white;
}

.footer-col h4 {
    font-size: 14px;
    color: #ffffff;

    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 14px;

    color: #ffffff;
    text-decoration: none;


    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #1cad75;
    transform: translateX(10px);
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: white;
}

@media (max-width: 768px) {
    .footer-col {
        width: 20%;
        padding: 0 5px;
    }

    .navbar-nav {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .copy-righted-container {
        width: 90%;
    }

    .copy-righted-container {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .footer-col ul li a {
        font-size: 10px;
    }

    .footer-col h4 {
        font-size: 10px;
    }
}

@media (max-width: 440px) {
    .footer-col-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-col {
        width: 80%;
    }
}

*,
*::after,
*::before {
    box-sizing: border-box;
}


.modal {

    width: 30%;
    height: fit-content;
    background-color: #1cad75;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: none;

}

.modal.active {
    display: block;
}


.modal-header {
    color: white;

    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1cad75;
    border: 5px #1cad75;
    border-bottom: 1px solid black;

    position: relative;
    text-align: justify;
}

.modal-header .title {
    font-size: 1.25rem;
    font-weight: bold;
}

.modal-header .close-button {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-size: 1.25rem;
    font-weight: bold;
}



.modal-body {
    height: 100%;
    padding: 10px 15px;
    background-color: white;
}

.buttonForAdd {
    width: 100px;
    height: 60px;

    align-self: center;
}

#overlay {
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    pointer-events: none;
    z-index: 9;
}

.input-container {
    display: flex;
    justify-content: space-between;
}

#overlay.active {
    opacity: 1;
    pointer-events: all;
}

.modal-con {
    display: flex;
    justify-content: center;
}

.inputOddsdiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    margin-right: 10px;

    justify-content: center;
}

.inputBetdiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    margin-left: 10px;

    justify-content: center;
}

.inputOdds {
    width: 70px;
    height: 40px;
    text-align: center;
    font-size: large;
    border: 2px solid black;
}

.inputBet {
    width: 70px;
    height: 40px;
    text-align: center;
    font-size: large;
    border: 2px solid black;
}

.modal-footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    z-index: 9999;
    /* set a high z-index value */
    padding-top: 15%;
}


.social-links-desktop {
    display: block;
}

.social-links-mobile {
    display: none;
}

.loginHolderDiv {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* Adjust the height as needed */
}

.form-group {
    width: 100%;
    text-align: center;
    /* Center the form group content */
}

.lockimage {
    width: 25%;
}

.centered-button {
    display: flex;
    justify-content: center;
}

.loginButtonOnPage {
    transition: transform 0.2s ease;
}

.loginButtonOnPage:hover {
    transform: scale(1.2);
}

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1300px;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1350px;
    }
}

@media screen and (max-width: 1000px) {
    .conatactUsText {
        font-size: small;
    }

    .modal {

        width: 30%;
        height: 70%;
        background-color: #1cad75;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        display: none;

    }

    .social-links-desktop {
        display: none;
        white-space: nowrap;
    }

    .social-links-mobile {
        font-size: small;
        display: block;
    }

    .modal {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .navbar-nav {
        margin-left: 0;
    }
}