﻿#header-logo-container {
    background: #F6F6F6;
}

#header-menu-container {
    background: #00CC99;
}

#header-shop-options a {
    color: #C6C6C6 !important;
    text-transform: uppercase;
    font-size: 1.5em;
}

#main-content-container {
}

#menu {
   
}

#menu-left {
    width: 80%;
    float: left;
}

#menu-left a {
  color: #ffffff !important;
  font-weight: bold;
  text-transform: uppercase;
}

#menu-left .menu-link-border {
   border-right: 2px solid #ffffff;
}


#menu-right {
    width: 20%;
    float: right;
}


.page-main-title {
    color: #09A072 !important;
    text-transform: uppercase;
}


#login-box {
    background: #00CC99;
}

#login-box input, #login-box-toggle input {
        background: #ffffff;
    }

#login-box-lower a {
    color: #ffffff !important;
    text-decoration: underline;
    font-size: 1.2rem;
    text-align: center;
}

.support-icon{
    position: absolute;
    right: 3em;
}

#support-form {
    width: 20%;
    position: fixed;
    right: 40px;
    padding: 2em;
    bottom: 0em;
}

#support-form form {
    background: #00CC99;
}

#support-form input, #support-form textarea {
  background: #ffffff;
}

#login-box-toggle-container{

}

#login-box-toggle {
    position: absolute;
    background: #F6F6F6;
    width: 40%;
    right: 1em;
}

#login-box-toggle-btn {
    background: #00CC99 !important;
    color: white !important;
}

#login-box-toggle-lower a {
    color: #00CC99 !important;
    text-decoration: underline;
    font-size: 1.2rem;
    text-align: center;
}

#logged-in-team-selection-container{
    width: 100%;
}

#logged-in-team-logo img{
    max-height: 5em;
}


#teamSelectDropDown .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0px;
}

.range-select-box {
    background: #F6F6F6;
}

.range-select-box {
    border: 1px solid #EAEAE9;
}

.range-select-box-top {
    height: 5em;
}

.range-select-box-bottom{

}

.range-select-box-top-lrg{
    background: #09A072;
    color: white;
    height: 5em;
}

.range-select-box-top-ac {
    background: #09A072;
    color: white;
}

.range-select-box-top-thumbs {
    border-bottom: 3px solid #09A072;
 }

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.team-range-selection-alert {
    width: min(520px, calc(100% - 2rem));
    padding: 0 0 1.5rem;
}

.team-range-selection-alert .swal2-icon {
    margin-top: 2.5rem;
}

.team-range-selection-alert .swal2-title {
    padding-top: 0.75rem;
    font-size: 2rem;
}

.team-range-selection-alert .swal2-html-container {
    margin: 1.25rem 2rem 0;
    font-size: 1.25rem;
}

.team-range-selection-alert-actions {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin: 1.5rem 0 0 !important;
}

.team-range-selection-alert-confirm,
.team-range-selection-alert-cancel {
    min-height: 46px;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
}

.team-range-selection-alert-confirm {
    width: auto;
    max-width: calc(100% - 2.5rem);
    padding: 0 2rem;
    border: 1px solid #6254dc;
    background: #6254dc;
    color: #fff;
}

.team-range-selection-alert-cancel {
    min-width: 170px;
    padding: 0 2rem;
    border: 1px solid #6254dc;
    background: #fff;
    color: #6254dc;
}

.team-range-selection-alert-confirm:focus,
.team-range-selection-alert-cancel:focus {
    outline: 3px solid rgba(98, 84, 220, 0.25);
    outline-offset: 2px;
}

@media (max-width: 480px) {
    .team-range-selection-alert .swal2-title {
        font-size: 1.75rem;
    }

    .team-range-selection-alert .swal2-html-container {
        font-size: 1rem;
    }
}
