.sacawardmain {
    margin: 0 auto !important;
    width: 780px !important;
    position: relative;
    background-image: url(https://i.imgur.com/R6mWm9w.png);
    background-repeat: round;
    padding: 15px 0;
    border: solid 12px #000;
}

.sacawardlinks {
    text-align: left;
    padding: 8px 8px;
    position: absolute;
    width: 60px;
    margin-top: 37px;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
}

.sacawardlink {
    display: inline-block;
    padding: 8px 10px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    color: #fff !important;
    /* background-color: #3b1c5f; */
    background-color: #000;
    min-width: 80px;
    text-align: center;
    background-size: cover;
    height: 11px;
    margin-bottom: 3px;
}

.sacawardlink:hover {
    background-color: #002b4e;
    color: #efefef !important;
    font-weight: bolder;
    height: 11px;
}

.sacawardname {
    margin-top: -70px;
    /* margin-bottom: -89px; */
    text-align: left !important;
    font-size: 42px !important;
    width: 280px;
    margin-left: 350px !important;
    color: #000 !important;
    font-weight: bolder;
    padding-top: 78px;
    font-family: "Bebas Neue";
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
}

.sacawardprof {
    display: block;
    font-size: 12px;
    width: 320px;
    text-align: left;
    margin-left: 350px !important;
    margin-top: -20px;
    letter-spacing: 1px;
    font-family: "Bebas Neue";
    color: #000;
    /* background-color: #efefef90; */
    /* border: 4px double #000 !important; */
    padding: 20px;
}

.sacawardface {
    margin-left: 180px;
    margin-top: -105px;
    margin-bottom: -14px;
}

.face2 {
    width: 150px;
    min-width: 150px;
    min-height: 150px;
}



.sca {
    position: relative;
    left: 250px;
    top: -69px;
    text-align: center;
}


  
#menu {
   margin-top: -30px;
    margin-left: 50px;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: lowercase;
    height: 20px;
    /* display: flex; */
    /* flex-direction: column; */
    min-width: 65px;
    position: absolute;
    width: 680px;
}

#menu span {
    display: inline-block;
    padding: 8px 10px;
    font-size: 11px;
    letter-spacing: 1px;
    font-family: 'Bebas Neue';
    color: #fff !important;
    min-width: 48px;
    text-align: center;
    background-size: cover;
    height: 11px;
    line-height: 11px;
    background-color: #000;
    /* border-right: 3px solid #2c636d; */
    margin-bottom: 3px;
    margin-left: 3px;
}

#menu span:hover {
    background-color: #002b4e;
    color: #efefef !important;
    height: 11px;
    font-weight: bolder;
    padding: 8px 10px;
}

#menu .tabactive {
    background-color: #002b4e;
    color: #efefef!important;
    height: 11px;
    font-weight: bolder;
}

#submenu {
    height: 584px;
    text-align: center;
    width: 558px;
    overflow-y: auto;
    padding: 16px;
    background-color: #00000090;
}

#submenu::-webkit-scrollbar-thumb:vertical {
	background-color: #002b4e!important;
}

#submenu::-webkit-scrollbar {
    background-color: #efefef;
    height: 6px;
    width: 6px;
}

.submenutext {
    display: none; 
    height: 40px;
}

.sacawardicon {
    display: block;
    margin-left: 48px;
    margin-top: 15px;
    position: absolute;
    cursor: pointer;
    padding: 8px 10px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    color: #fff !important;
    background-color: #000;
    min-width: 80px;
    text-align: center;
    background-size: cover;
    height: 11px;
    margin-bottom: 3px;
}

.sacawardicon.active {
    background-color: #002b4e;
    color: #efefef !important;
    font-weight: bolder;
    height: 11px;
}

.sacawardiconall {
display: none;
}

.sacawardiconall.active {
    display: block;
    width: 130px;
    height: 130px;
    border: solid 1px #000;
    text-align: center;
    overflow-y: auto;
    position: absolute;
    z-index: 2;
    margin-left: 180px;
    background-color: #000;
    margin-top: 14px;
    padding: 10px;
    /* border-radius: 20px; */
    scroll-padding: 5px;
}

.sacawardiconall img.used{
 filter: grayscale(1);
}

.sacawardiconall img{
margin-left: 3px;
margin-bottom: 3px;
max-width: 25px;
max-height: 25px;
}

.sacawardiconall::-webkit-scrollbar-thumb:vertical {
      background-color: #a2b030!important;
       border-radius: 20px;
}

.sacawardiconall::-webkit-scrollbar {
    background-color: #efefef;
    height: 6px;
    width: 6px;
    border-radius: 20px;
}

.sacawardiconall::-webkit-scrollbar-track {
    background-color: #efefef;
    max-height: 100px;
}