﻿/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgb(57 57 57 / 0.66);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #555;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #808080;
    }

.factions-navbar-logo {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.factions-logo {
    display: inline-block;
    text-align: center;
    margin: auto;
    margin-bottom: 28px;
}

.f-inner {
}

.f-outer {

}

.ch-sel-title {
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    color: #c5c5c5;
}

.ch-sel-title.lm {
    margin-bottom: 10px;
}

.ch-glide {
    max-width: 1000px;
    position: relative;
}

.ch-sel-confirm-img {
    transform: translateY(-18px)
}

.ch-sel-confirm-img-container {
    display: inline-block;
}

.ch-sel-confirm-info-container {
    display: inline-block;
    text-align: left;
    margin-left: 10px;
}

.ch-sel-confirm-info-heading {
    font-size: 13px;
    color: rgb(140, 140, 140);
    line-height: 10px
}

.ch-sel-confirm-info-char {
    font-size: 22px;
    margin-bottom: 5px;
    color: #eee;
}

.f-ch-select-container {
    width: 80%;
    max-width: 700px;
    margin: auto;
    position: relative;
    height: 800px;
}

.f-ch-select-container-loader {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%,-50%);
}

.f-ch-select-ch-container {
    max-width: 200px;
    display: inline-block;
    opacity: 0.5;
    /* transition: 1s opacity;*/
}

    .f-ch-select-ch-container.selected {
        opacity: 1;
        border-radius: 8px;
        border: 3px solid #9e56ef;
    }

.f-ch-select-img {
    
}

.f-ch-sel-ch-list {

}

.f-ch-sel-all-chs-container {
    max-width: 700px;
    margin: auto;
    border-radius: 8px;
    /* border: 3px solid #5d318e;*/
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: rgb(0 0 0 / 18%);
    max-height: 140px;
    min-height: 120px;
    overflow-y: auto;
    /* text-align: center;*/
}

.glide-arr {
    background-color:rgba(0, 0, 0, 0.5);
}

.ch-sel-img {
    position: relative;
    max-width: 70px;
    margin: 4px;
    border-radius: 5px;
}
    .ch-sel-img.selected {
        border: 3px solid #9e56ef;
    }

.ch-sel-img-outer:hover .ch-sel-img-overlay {
}

.ch-sel-img-outer {
    position: relative;
    display: inline-block;
}

.ch-sel-img-overlay {
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 3px;
    right: 0;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: rgb(57 57 57 / 0.66);
    display: table;
    opacity: 0;
    transition: all 0.4s ease;
    cursor: pointer;
    border-radius: 5px;
    border: 3px solid rgb(140, 140, 140);
}

    .ch-sel-img-overlay:hover {
        opacity: 1;
    }


.ch-sel-img-overlay-text {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin-top: -5px;
}



.bb::before, .bb::after, .bb {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bb {
    width: 200px;
    height: 200px;
    margin: auto;
    background: url("//blog.codepen.io/wp-content/uploads/2012/06/Button-White-Large.png") no-repeat 50%/70% rgba(0, 0, 0, 0.1);
    color: #69ca62;
    box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.5);
}

    .bb::before, .bb::after {
        content: "";
        z-index: -1;
        margin: -5%;
        box-shadow: inset 0 0 0 2px;
        animation: clipMe 8s linear infinite;
    }

    .bb::before {
        animation-delay: -4s;
    }

    .bb:hover::after, .bb:hover::before {
        /*background-color: rgba(255, 0, 0, 0.3);*/
        background-color:none;
    }

@keyframes clipMe {
    0%, 100% {
        clip: rect(0px, 220px, 2px, 0px);
    }

    25% {
        clip: rect(0px, 2px, 220px, 0px);
    }

    50% {
        clip: rect(218px, 220px, 220px, 0px);
    }

    75% {
        clip: rect(0px, 220px, 220px, 218px);
    }
}
