body {
    margin: 0;
    background-color: grey;
    /* 1 */
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
    display: flex;
    flex-direction: column;
}


h1 {
    text-align: center;
    font-size: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
}

h2 {
    text-align: center;
    background-color: black;
    /* 2 */
    margin: 0;
    padding: 10px;
    min-width: 738px;
}

#cap_info {
    display: flex;
    gap: 5px;
    justify-content: space-evenly;
    background-color: black;
    /* 2 */
    padding-top: 4px;
    padding-bottom: 4px;
    min-width: 734px;
    margin: auto;
    border-radius: 5px;
    border: 2px solid black;

}

#top_and_bottom_container {
    min-width: 736px;
}

#top_container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}


.cap_info_elem {
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: center;
    font-size: 11px;
}

.cap_info_elem_heading {
    font-weight: bold;
    font-size: 12px;
}

#salary_cap_elem {
    color: #5fff3b;
}

#forwards,
#defence,
#scratches {
    display: flex;
    flex-direction: column;
    gap: 3px;
    max-width: 750px;
    margin: 0 auto;
}

.line,
.pair,
.goalies,
.scratches {
    display: flex;
    justify-content: center;
    gap: 3px;
}


ul {
    list-style-type: none;
    padding: 10px;
    margin: 0;
}


.info_box {
    display: flex;
    border: 2px solid black;
    border-bottom: 0px;
    border-radius: 5px 5px 0px 0px;
    background-color: rgb(0, 0, 0);
    /* 2 */
    text-align: center;
    width: 240px;
    justify-content: space-between;
    height: 52px;
    font-weight: bold;

}

.info_box li {
    font-family: 'Lucida Sans', Arial, sans-serif;
}

select {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 244px;
    border: 2px solid black;
    border-radius: 0px 0px 5px 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: black;
    cursor: pointer;
}

#sp_24 {
    border-radius: 5px 5px 0px 0px;
    height: 40px;
}

#ap_24_team, #sp_24_team, #ap_24_player, #sp_24_player, #buried_24_options, #buried_24_player {
    border-bottom: 0;
}

#ap_24_team, #sp_24_team, #buried_24_options, #ltir_player, #traded_player, #ir_apply_player, #ir_revert_player {
    border-radius: 5px 5px 0px 0px;
}

#ap_24_player, #sp_24_player, #buried_24_player {
    border-radius: 0px 0px 0px 0px;
}

#sp_24_player, #ap_24_player, #buried_24_player  {
    font-size: 11px;
}

#ltir_player, #traded_player, #ir_player {
    font-size: 12px;
    height: 20px;
}


label {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;

}

#create_player {
    display: flex;
    cursor: hover;
    justify-content: center;
    background-color: black;
    /* 2 */
    margin: 0;
}

.create_player_grouping {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
}



#create_name,
#create_salary,
#create_bonus {
    width: 150px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid black;
    font-size: 11px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}


#create_position,
#create_expiry,
#create_handed,
#create_clause,
#create_age,
#create_term {
    width: 150px;
    cursor: hover;
    text-align: center;
    font-weight: normal;
    border-radius: 5px;
    border: 2px solid black;
    font-size: 11px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

button {
    width: 90px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 2px solid black;
    border-radius: 5px;
    background-color: #71fc52;
    display: block;
    margin: 0 auto;
    font-size: 13px;
    height: 20px;
    color: black;
    cursor: pointer;

}

button:hover {
    background-color: #a1f98d;
    transform: translateY(-3px);
}

button:active {
    background-color: #c1fdb3;
    transform: translateY(-3px);
}

.position_heading {
    text-align: center;
    font-weight: bold;
    color: white;
    margin-top: 4px;
    margin-bottom: 1px;
}

#create_a_player_spacing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: black;
    /* 2 */

}


#create_a_player_heading {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    margin: 0;
    gap: 10px;
    margin-bottom: 20px;
}

#create_a_player_h2 {
    font-size: 25px;
}

#phantom_g3_placeholder {
    border: 2px solid grey;
    /* 1 */
    background-color: grey;
    /* 1 */
    color: grey;
    /* 1 */
    margin-left: 4px;

}

#reset_button {
    background-color: #bf0000;
    width: 90px;
    height: 20px;
    color: black;
}

#reset_button:hover {
    background-color: #f93131;
    transform: translateY(-3px);
}

#reset_button:active {
    background-color: #fb8f8f;
    transform: translateY(-3px);
}

a {
    color: white;
}

#prefill_heading {
    text-align: center;
}

#prefill_heading select {
    margin-top: 6px;
    border-radius: 5px 5px 5px 5px;
}


.headshot {
    width: 52px;
    height: 52px;
}

#create_player_buttons {
    display: flex;
}

#upper_bottom_section, #lower_bottom_section {
    gap: 3px;
    margin: auto;
}

.bottom_section_box {
    width: 244px;
    gap: 1px;
}


#unsigned,
#add_player,
#buried_player {
    background-color: black;
    border-radius: 0;
    border: 2px solid black;
    height: 50px;
    display: flex;
    flex-direction: column;
}



#create_plyr {
    background-color: black;
    border-radius: 0;
    border: 2px solid black;
    height: 39px;
    display: flex;
    flex-direction: column;
}

#create_plyr_2 {
    background-color: black;
    border-radius: 0;
    border: 2px solid black;
    height: 48px;
    display: flex;
    flex-direction: column;
}

#unsigned_salary,
#unsigned_term,
#retention,
#buried_retention,
#create_name,
#create_salary,
#create_term {
    width: 40%;
    border-radius: 5px 5px 5px 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: black;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    font-size: 11px;
    /* padding-left: 14px; */
}

/*  */

#how_to_section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 736px;
}

#info1 {
    width: 720px;
    height: 200px;
}

#info2 {
    width: 300px;
}

#info1_box, #info2_box {
    display: flex;
    justify-content: center;
}

/*  */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
    -webkit-appearance: auto;
    appearance: auto;
    margin: 0;
}

#create_name {
    width: 68%;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 0px;
    background-color: white;
}

#create_position {
    width: 22%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: black;
}

#name_label {
    margin-left: 65px;
}

#position_label {
    margin-left: 63px;
}


.bottom_section_elems {
    display: flex;
    justify-content: space-around;
}

.bottom_section_button {
    border-top: 0;
    width: 244px;
    border-radius: 0px 0px 5px 5px;
    font-size: 12px;
    background-color: #808080;
}

input {
    border: 2px solid black;
}

#how_to_use {
    min-width: 720px;
}

#czar_logo {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 35px;
    height: 35px;
}

#title_container {
    display: flex;
    justify-content: center;
    gap: 20px;
    min-width: 736px;
}

.a_button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    margin: 5px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 0.5em;
    text-decoration: none;
    position: absolute;

}

#home_button {
    width: 30px;
    height: 30px;
}

#upper_bottom_section, #lower_bottom_section {
    display: flex;
    justify-content: center;
}

#ir_spacing {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 104px;
}




