@import url('https://fonts.googleapis.com/css?family=Cinzel');
*:focus {
    outline: none;
}

* {
    color: #ecf0f1;
}

body {
    background: linear-gradient(0deg, #6c5021 0, #ab8f57 100%);
    margin: 3px;
}

.wrapper {
    background: #010a13;
    height: 100%;
    width: 100%;
}

.vs {
    line-height: 480px;
    font-size: 90px;
    color: #ab8f57;
    font-family: 'Cinzel', serif;
}

.search-wrapepr {
    display: inline-block;
    margin: 0 auto;
    background: linear-gradient(0deg, #6c5021 0, #ab8f57 100%);
    box-sizing: border-box;
    padding: 0px 3px 3px 3px;
    position: relative;
    top: -3;
}

span.search-wrapper-outer {
    width: 100%;
    display: block;
    text-align: center;
}

input#summonername {
    background: transparent;
    border: none;
    border-bottom: 1px solid #bdc3c7;
    font-size: 22pt;
}

span.dropdownoptions-wrapper {
    background: #010a13;
    display: block;
    height: 100%;
    width: 100%;
}

.search-inner {
    background: #010a13;
    padding: 13px 15px;
    display: flex;
}

span.dropdown-inner {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 2px;
    box-sizing: border-box;
    overflow: hidden;
    height: 37px;
    transition: all .3s ease-in-out;
    background: linear-gradient(0deg, #6c5021 0, #ab8f57 100%);
}

span.dropdown-option {
    display: block;
    line-height: 34px;
    padding-left: 5px;
    font-size: 11pt;
    cursor: pointer;
}

span#region {
    position: relative;
    display: block;
    width: 100px;
    height: 37px;
    line-height: 37px;
    padding: 0px 5px;
    box-sizing: border-box;
    margin-left: 20px;
}

img.champion-icon {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    margin: 3px;
}

.summoner-info:hover {
    transform: scale(1.1);
    background: linear-gradient(0deg, #bdc3c7 0, #bdc3c7 100%);
}

span.button {
    background: linear-gradient(0deg, #6c5021 0, #ab8f57 100%);
    line-height: 32px;
    margin-left: 25px;
    cursor: pointer;
}

span.dropdown-option.first-option::after {
    content: "";
    width: 94%;
    height: 2px;
    background: linear-gradient(0deg, #6c5021 0, #ab8f57 100%);
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

span.button-inner {
    background: #010a13;
    display: block;
    padding: 0px 40px;
    margin: 2px;
    box-sizing: border-box;
}

span.elo {
    width: 220px;
    display: inline-block;
}

.gameinfo {
    margin-top: 30px;
}

img.elo-image {
    height: 40px;
    margin-top: 12px;
    margin-right: 15px;
}

.gameinfo-inner {
    display: flex;
}

.left-side, .right-side {
    width: 42%;
    margin: 0 auto;
}

.summoner-info {
    margin-bottom: 15px;
    background: linear-gradient(0deg, #6c5021 0, #ab8f57 100%);
    padding: 3px;
    cursor: pointer;
}

.animation.active {
    visibility: visible;
    opacity: 1;
}

.animation {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.summoner-info-inner {
    display: flex;
    background: #010a13;
    padding: 5px 0px;
}

.queue {
    background: linear-gradient(0deg, #6c5021 0, #ab8f57 100%);
    width: 400px;
    text-align: center;
    height: 76px;
    line-height: 38px;
    margin: 0px auto 25px auto;
    padding: 2px;
    font-size: 15pt;
}

.queue-inner {
    background: #010a13;
}

img.summoner-spell {
    width: 29px;
    height: 29px;
    margin-bottom: 3px;
}

.summoner-name {
    line-height: 60px;
    font-size: 14pt;
    margin-left: 15px;
    min-width: 240px;
    max-width: 240px;
    overflow: hidden;
}

.rank {
    line-height: 60px;
    font-size: 15px;
}

.summoner-info, .vs {
    transition: all .35s ease-in-out;
}

.error-message {
    background: linear-gradient(0deg, #6c5021 0, #ab8f57 100%);
    display: inline-block;
    padding: 2px;
    font-size: 20px;
}

.error-message-wrapper {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.error-message-inner {
    background: #010a13;
    padding: 10px 40px;
}

.banned-champions-outer {
    width: 100%;
    text-align: center;
}

.banned-champions {
    display: inline-block;
    background: linear-gradient(0deg, #6c5021 0, #ab8f57 100%);
    padding: 2px;
    margin-top: 15px;
}

.banned-champions-inner {
    background: #010a13;
    padding: 15px 30px;
}

.left-side-bans, .right-side-bans {
    display: flex;
}

img.banned-champion-icon {
    height: 55px;
    margin-left: 10px;
    margin-bottom: 10px;
}

img.banned-champion-icon:nth-child(1) {
    margin-left: 0;
}

.right-side-bans img.banned-champion-icon {
    margin-bottom: 0px;
}

.banned-champions-text {
    font-size: 18pt;
    margin-bottom: 20px;
}

.loader-out {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40%;
    min-height: 40%;
    visibility: visible;
    opacity: 1;
    transition: all .35s ease-in-out;
    width: 100%;
}

.loader-out.fadeout {
    opacity: 0;
    visibility: hidden;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
}

.loading .bullet {
    position: absolute;
    padding: 5px;
    border-radius: 50%;
    background: linear-gradient(0deg, #6c5021 0, #ab8f57 100%);
    -webkit-animation: animIn 1s ease-in-out 0s infinite;
    animation: animIn 1s ease-in-out 0s infinite;
}

.loading .bullet:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.loading .bullet:nth-child(2) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.loading .bullet:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading .bullet:nth-child(4) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

@-webkit-keyframes animIn {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
}

@keyframes animIn {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
}
