.container {
  max-width: 1200px !important;
}

.info-block {
  background-color: #3b526b !important;
}

.css-logo {
  background-color: #3b526b !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #ffaf00;
  border-color: #ffaf00 #ffaf00 #fff;
  font-weight: bold;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3b526b;
  border-color: #3b526b;
}

.btn-primary {
  color: #fff;
  background-color: #ffaf00;
  border-color: #ffaf00;
  font-weight: bold;
  border-radius: 0;
}

.color-selection {
  position: absolute;
  background-color: #716f6e;
  color: #000;
  z-index: 9999;
  width: 100%;
  top: 688px;
}

.chooser li {
  border-radius: 25%;
}

.chooser a {
  border-radius: 25%;
}

.color-selection p {
  color: white;
}

.chooser li {
  display: inline-block;
  width: 25px;
  height: 25px;
}


#sport-basketball{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.colorizer-options-panel{
  display: none;
}

.st2 {
  fill: #fff;
}


#sport-basketball .logo-1, #sport-basketball .logo-2, .bb-hoop-left, .bb-hoop-right{
  display: none !important;
}

svg#logoLeft, svg#logoRight{
  overflow: initial;
}

svg#logoLeft image, svg#logoRight image{
  display: block;
  width: 170px;
  height: auto;
  position: absolute;
}

svg#logoLeft image{
  transform: rotate(90deg) translateX(-75%);
}

svg#logoRight image{
  transform: rotate(-90deg) translateX(-168%);
}

#appHeader{
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #211d3c;
  z-index: 10;
  position: fixed;
  top: 0;
  font-weight: 400;
  text-align: center;
}

#appHeader > div{
  width: 25%;
  display: inline-block;
  margin: 0 2%;
}

#appHeader > div select, #appHeader > div input[type="file"]{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#appHeader > div a{
  color: #fff;
  display: block;
  position: relative;
  padding: 8px 0;
}

#appHeader > div a:hover, #appHeader > div a:focus, #appHeader > div a:outline{
  text-decoration: none;
}

#appFooter{
  width: 100%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  background-color: #211d3c;
  z-index: 10;
  position: fixed;
  bottom: 0;
  font-weight: 400;
}

#appFooter p{
  margin: 0;
  font-size: 13px;
}

#colorPanel{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}

#colorPanel .bg{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

#colorPanel .content{
  width: 30%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  overflow-y: scroll;
  right: -100%;
  top: 0;
  z-index: 2;
}

#colorPanel .content.active{
  right: 0%;
}

#colorPanel .content .wrapper{
  padding: 20px;
  width: 100%;
}

#colorPanel .content .wrapper .chooser{
  margin-top: 25px;
}

#colorPanel .content .wrapper .chooser li.active{
  background-color: red;
  border-color: red;
}

#colorPanel .content .wrapper .exp h2, #colorPanel .content .wrapper .exp h2{
  color: #212529;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a.cls{
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: red;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

a.cls:hover{
  background-color: #3b526b;
}


@media screen and (max-width:992px) and (min-width:0) {
  *{
    display: none;
  }
}

