﻿body {
    font-family: Tahoma, sans-serif;
    /*Tahoma;*/
    /*Aharoni*/
    margin: 0;
    padding: 0;
    /*background-color: #EFEFEF;*/
    background-color: #112B3C;
    color: #112B3C;
    /*#EFEFEF   #f5f5f5 * #205375/*/
}
/* Adjust the width and spacing for Awesomplete dropdown */
#playersDropdown_list {
    width: 200px; /* Adjust the desired width */
}

    /* Optionally, adjust other styles for better appearance */
    #playersDropdown_list .awesomplete > ul {
        width:50px;
        padding: 5px;
        direction:rtl
    }
#title3 {
    color: #EFEFEF;
    font-size: 40px;
    border-radius: 5px;
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #F66B0E;
}

.title22 {
    color: #EFEFEF;
    font-size: 80px;
    border-radius: 5px;
    /*text-decoration-line: underline;
    text-decoration-thickness: 6px;
    text-decoration-color: #F66B0E;*/
    font-weight: 600;
}
.tempclass{
    text-align:center;
}
.title222 {
    color: #EFEFEF;
    font-size: 80px;
    border-radius: 5px;
    font-weight: 200;
    /*text-decoration-line: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #F66B0E;*/
}


/*#topNavbar {
    background-color: #205375;
    overflow: hidden; /* Clear floats */
}

#navbarContainer {
    /* Additional styling for the container if needed */
}

#ballStreetLink {
    font-weight: bold;
    font-size: 1.5rem; /* Adjust the size as needed */
    color: #fff; /* Text color for BallStreet */
    /*float: left;*/ /* Float BallStreet to the left */
}

#toggleButton {
    /* Styling for the toggle button if needed */
}

#navbarCollapse {
    display: inline;
}

    #navbarCollapse ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        display: inline;
    }

    #navbarCollapse li {
        display: inline; /* Display list items horizontally */
        width:20px;
    }

#homeLink, #aboutLink, #contactLink {
    margin-left: 10px; /* Adjust the spacing between links as needed */
    color: #fff; /* Default text color for links */
    text-decoration: none;
    transition: color 0.3s; /* Smooth color transition */
}

    #homeLink:hover, #aboutLink:hover, #contactLink:hover {
        text-decoration: underline;
        color: #ffc107; /* Change color on hover */
    }

    #homeLink:active, #aboutLink:active, #contactLink:active {
        text-decoration: underline;
    }

h3 {
    color: #205375;
    font-size:30px;
}

header {
    background-color: #112B3C;
   font-size:70px;
    color: #EFEFEF;
    text-align: center;
    padding: 2px 0;
    border-bottom: solid 8px #F66B0E;
    border-radius:5px;
    
}

.main-content {
    display: flex;
    justify-content: space-between;
}

.portfolio, .marketplace {
    flex: 1;
    /*background-color: #fff;*/
    background-color: #EFEFEF;
    padding: 10px;
    margin: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: right;
    color: #112B3C;
    border-radius: 5px;
}

    .portfolio td {
        text-align: center;
    }

    .portfolio th {
        text-align: center;
    }
#loginformdiv {
    background-color: #EFEFEF;
    padding:10px;
    border-radius:5px;
}
h2 {
    /*color: #205375;*/
    color: #112B3C;
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #F66B0E;
    font-size: 40px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px;
}

button {
    background-color: #4CAF50;
    color: #EFEFEF;
    padding: 8px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

    button:hover {
        background-color: #45a049;
    }

.action-btn {
    background-color: #4CAF50;
    color: #EFEFEF;
    padding: 8px;
    border: none;
    cursor: pointer;
    margin-right: 5px;
}

    .action-btn:hover {
        background-color: #45a049;
    }

/* Add this style for the user-info section */
.user-info {
    background-color: #fff;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    background-color: #EFEFEF;
    border-radius: 5px;
    font-size: 20px;
    /*display: flex;
    flex-direction: row;*/ /* Set the flex direction to row (default) */
    /*justify-content: center;*/ /* Center the items horizontally */
    /*align-items: center;*/ /* Center the items vertically */
}

    .user-info p {
        margin-right: 30px; /* Optional: Add margin between the <p> elements */
    }

.real-user-info {
    background-color: #fff;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    background-color: #EFEFEF;
    border-radius: 5px;
    font-size: 20px;
    display: flex;
    flex-direction: row;  /*Set the flex direction to row (default) */
    justify-content: center;  /*Center the items horizontally */
    align-items: center;  /*Center the items vertically */
}

    .real-user-info p {
        margin-right: 30px; /* Optional: Add margin between the <p> elements */
    }




.navSection {
    background-color: #fff;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    background-color: #EFEFEF;
    border-radius: 5px;
    font-size: 20px;
    display: flex;
    flex-direction: row; /* Set the flex direction to row (default) */
    justify-content: center; /* Center the items horizontally */
    align-items: center; /* Center the items vertically */
}


/* Rest of the existing styles remain unchanged */

.marketplace-content {
    display: flex;
    flex-direction: column;
    padding-right: 5px;
    padding-left: 5px;
    box-sizing: border-box;
    max-width: 100%;
}

.marketplace-section {
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 3px solid #205375;
    box-sizing: border-box;
}

.marketplace-list, .marketplace-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

    .marketplace-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #ddd;
        padding: 10px;
        margin-top: 10px;
    }

    .marketplace-table th, .marketplace-table td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: center;
    }

    .marketplace-table th {
        background-color: #f2f2f2;
    }
/*///////////////////////////////////////menu*/
#primary_nav_wrap {
    margin-top: 15px
}

#primary_nav_wrap ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0
}

    #primary_nav_wrap ul a {
        display: block;
        color: #333;
        text-decoration: none;
        font-weight: 700;
        font-size: 12px;
        line-height: 32px;
        padding: 0 15px;
        font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
    }

    #primary_nav_wrap ul li {
        position: relative;
        float: left;
        margin: 0;
        padding: 0
    }

        #primary_nav_wrap ul li.current-menu-item {
            background: #ddd
        }

        #primary_nav_wrap ul li:hover {
            background: #f6f6f6
        }

    #primary_nav_wrap ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 0
    }

        #primary_nav_wrap ul ul li {
            float: none;
            width: 200px
        }

        #primary_nav_wrap ul ul a {
            line-height: 120%;
            padding: 10px 15px
        }

        #primary_nav_wrap ul ul ul {
            top: 0;
            left: 100%
        }

    #primary_nav_wrap ul li:hover > ul {
        display: block
    }