@font-face {
    font-family: 'Lato';
    /* TODO: change this to a final url */
    /*src: url('https://www.paws.bet/fonts/Lato-Regular.ttf') format('truetype');*/
    src: url('http://www.topdrafthq.com/fonts/Lato-Regular.ttf') format('truetype');
}

.no-select {
    -webkit-user-select: none;  /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */

}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.responsive-table {
    width: 100%;
}

.responsive-row {
    vertical-align: middle;
}

.responsive-cell {
    vertical-align: middle;
}

.bolt-style {
    color: #FADA5E;
    margin-right: 4px;
}

.fire-style {
    color: #FF0000;
    margin-right: 4px;
}

.multi-style {
    background-color: #22AA22;
    color: white;
    font-family: monospace;
    font-weight: bold;

    padding: 2px 4px;
    margin-left: 5px;
    margin-right: 5px;

    /* Disable user selection of this text */
    -webkit-user-select: none;  /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
}

.single-style {
    background-color: #DD0000;
    color: white;
    font-family: monospace;
    font-weight: bold;

    padding: 2px 4px;
    margin-left: 5px;
    margin-right: 5px;

    /* Disable user selection of this text */
    -webkit-user-select: none;  /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
}

.guarantee-style {
    background-color: #22AA22;
    color: white;
    font-family: monospace;
    font-weight: bold;

    padding: 2px 4px;
    margin-left: 5px;
    margin-right: 5px;

    /* Disable user selection of this text */
    -webkit-user-select: none;  /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
}

.full-style {
    background-color: red;
    color: white;
    font-family: monospace;
    font-weight: bold;

    display: flex;
    align-: center;
    justify-content: center;

    margin-left: 5px;
    margin-right: 5px;

    /* Disable user selection of this text */
    -webkit-user-select: none;  /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
}

.start-soon {
    color: red;
    font-weight: bold;
}

.start-later {
    color: orange;
}

.start-distant {
    color: black;
}


.mobile-navbar-wrapper {
    display: none;
}

body {
    font-family: 'Lato', sans-serif;
    color: #DDEEFF;
}

a, a:link, a:visited, a:active {
    color: #DDEEFF;
    text-decoration: none;
}

a:hover {
    color: #DDEEFF;
    font-weight: bold;
}

.dfs-error {
    color: red;
}

.toolbar {
    /*background-color: #040273;*/
    /*background-color: #0077BE;*/
    background-color: #d8031c;

    display: flex; /* Allow flexbox for centering */
    justify-content: center; /* Center all direct children */

    padding: 0;

}

.toolbar a {
    display: inline-block; /* Make links fill space */
    margin-right: 10px; /* Add spacing between links */
}

.toolbar-left,
.toolbar-center {
    display: flex;
}

.toolbar-right {
    display: flex;
    justify-content: flex-end; /* Right-justify elements within */
}

.toolbar-loyalty {
    color: white;
    font-family: monospace;
    font-weight: bold;

    padding: 2px 4px;
    margin-left: 5px;
    margin-right: 5px;
}

.toolbar-notification-dropdown {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 450px;

    right: 90%;
    transform: translateX(50px);
}

.toolbar-notification-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.toolbar-notification-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    justify-content: space-between;
}

.toolbar-notification-item:last-child {
    border-bottom: none;
}

.toolbar-notification-field {
    overflow: hidden;
    margin-left: 10px;
}

.loyalty-bronze {
    background-color: #573935;
}
.loyalty-silver {
    background-color: #c0c0c0;
}
.loyalty-gold {
    background-color: #ffd700
}
.loyalty-platinum {
    background-color: #dedede;
}

.loyalty-winners-circle {
    background-color: #000;
}

.notification-wrapper {
    position: relative;
    float: left;
}
.notification-wrapper:hover {
    cursor: pointer;
}

.badge {
    background: red;
    color: white;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 50%;
    position:absolute;
    top: 15px;
    right: 5px;
    padding: 2px 5px;
    font-size: 10px;
}

/* Code input style */
.code-input {
    display: flex;
    justify-content: space-between;
}

.code-digit {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
}

.divider-wrapper {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.divider {
    width: 2px;
    height: 46px;
    /*background-color: #FFF;*/
    /*background-color: #0D71BC;*/
    background-color: #778899;
}

/* Style the modal background */
.modal-background {
    position: fixed; /* Ensures the background stays in place when scrolling */
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.75); /* Semi-transparent black background */
    display: flex; /* Allows centering the modal content */
    justify-content: center; /* Centers the modal content horizontally */
    align-items: center; /* Centers the modal content vertically */
}

.modal-registration {
    padding: 20px;
    border-radius: 5px;
    max-width: 600px;
    margin: 0 auto;
}

/* Style the modal content */
.modal-content {
    background-color: #222;
    padding: 20px;
    border: 3px solid #ccc;
    border-radius: 5px;
    max-width: 600px;
    /*position: relative;*/
    position: absolute;
}


input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"] {
    width: 100%;
    padding: 10px;
    border: 3px solid #ccc;
    border-radius: 3px;
    margin-bottom: 15px;
}

.input-valid {
    border-color: green !important;
}
.input-invalid {
    border-color: red !important;
}
.input-warning {
    border-color: orange !important;
}

.tos-container {
    display: flex;
    align-items: center;
}

.tos-container label {
    margin-bottom: 0;
}

input[type="checkbox"] {
    margin-right: 10px;
}


/* Style the modal content */
.modal-content {
    background-color: #222; /* White background for the modal */
    padding: 20px; /* Padding for modal content */
    border: 1px solid #ccc; /* Optional border */
    border-radius: 5px; /* Rounded corners */
    max-width: 80%; /* Limits the modal width to 80% of the viewport */
    position: relative; /* Allows positioning the close button */
}

/* Style the close button */
.modal-close {
    position: absolute; /* Positions the button within the modal */
    top: 10px; /* Top margin for the button */
    right: 10px; /* Right margin for the button */
}

/* The following are for the draft dialog boxes */
.ribbon {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #F0F0F0;
    overflow: hidden;
    white-space: nowrap;
}

.ribbon-container {
    flex: 1;
}

.ribbon-arrow {
    padding: 5px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.search-bar {
    margin: 10px 0;
}

.search-bar input {
    padding: 10px;
    width: 100%;
    border: 1px solid #ddd;
}

.draft-tables {
    display: flex;
}

.draft-table,
.player-table {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
}

.tabs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.tab.active {
    background-color: #F0F0F0;
}

.draft-button-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}


.sign-in-button {
    margin-bottom: 5px;
    margin-top: 5px;
}

.lobby-announcement {
    background-color: #DDD;
    color: #040273;
    /*padding: 10px 0;*/
    text-align: center;

    /*position: relative  ;*/
    /*top: 25px;*/
    width: 100%;
}

.lobby-announcement-h1 {
    font-size: 2em;
}
.lobby-announcement-p {
    font-size: 0.8em;
}

.lobby-icon {
    font-size: 1.5em;
}

.lobby {
    background-color: #040273;
    color: #DDEEFF;
    /*padding: 20px 0;*/
    text-align: center;
}

.logo {
    max-height: 100%;
    object-fit: contain;

    margin-right: 4px;
}

.full-width-image {
    padding-top: 54px;
}

.carousel {
    overflow: hidden;
    position: relative;
    display: block;
    width: 700px;
    margin: 0 auto;
}

.slides {
    display: flex;
    /*animation: slideShow 2s infinite;*/
}

.slides img {
    width: 100%;
    height: auto;
}

@keyframes slideShow {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 10px;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.5);
}

.control.prev {
    left: 10px;
}

.control.next {
    right: 10px;
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
}
.footer p {
    margin-bottom: 10px;
}

.footer-copyright {
    font-size: 1.2em;
    text-align: left;
}

.footer-crossbranding {
    font-size: 0.8em;
    text-align: center;
}

.footer-social {
    text-align: center;
    font-size: 1.2em;
}
.footer-social-small {
    text-align-all: center;
    font-size: 0.8em;
}

.dropdown-menu {
    display: none;
}

.dropdown.show .dropdown-menu {
    display: block;
}

/* Styles for mobile and tablet devices */
@media screen and (max-width: 991px) {

    .mobile-navbar-wrapper {
        display: block;
    }


    .mobile-navbar {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 10px;
        display: block;
    }
    .desktop-navbar {
        display: none;
    }

    .full-width-image {
        top: 0 !important;
    }

    .full-width-image img {
        max-width: 100%;
        height: auto;
        top: 0;
    }

    .responsive-table {
        max-width: 100%;
    }
}
