form {
    text-align: center;
}

form input[type=submit] {
    color: #000000;
}

body {
    background-color: #111;
}

input {
    background: #efdcc3;
    border: 1px solid #494138;
    padding: 3px;
    margin: 3px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #8c8678;
    background: linear-gradient(#efdcc3 70%, #d7be9f 100%);
    opacity: 0.8;
}

select {
    background: #efdcc3;
    border: 1px solid #494138;
    color: #000000;
    padding: 3px;
    margin: 3px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #8c8678;
    background: linear-gradient(#efdcc3 70%, #d7be9f 100%);
    opacity: 0.8;
}

input[type=radio] {
    opacity: 1;
    box-shadow: 0px 0px 0px #8c8678;
}

.flex-wrap-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-wrap-container-item {
    margin: 3px;
}

.radio {
    background: #efdcc3;
    border: 1px solid #494138;
    padding: 3px;
    margin: 3px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #8c8678;
    background: linear-gradient(#efdcc3 70%, #d7be9f 100%);
    opacity: 0.9;
    display: inline-block;
}

.hide {
    display: none;
}
.paragraph-0m {
    margin: 0;
}
.paragraph-0m.wrap{
    word-wrap: break-word;
}
button.accordion {
    width: 90%;
    background: #331a0a;
    border: 2px #000 solid;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #8c8678;
    color: #bcbc88;
    transition: background-color 0.2s linear;
}

.btn-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #331a0a;
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
    margin-top: 5px;
}

.ant {
    background: #331a0a;
    border-bottom: 2px #000 solid;
    border-top: 2px #000 solid;
    color: #bcbc88;
    min-height: 15px;
}

.ant > a {
    color: #bcbc88;
}

.btn-linkNoLine {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #331a0a;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    margin-top: 5px;
    text-decoration: none;
}

.inline-link {
    background: linear-gradient(#efdcc3 70%, #d7be9f 100%);
    color: #000000;
    border: 1px solid #494138;
    padding: 1px;
    margin: 3px;
    text-decoration: none;
    opacity: 0.8;
    border-radius: 4px;
}

.container {
    text-align: center;
    background-color: #f5f0c1;
    border-radius: 8px;
    max-width: 700px;
    box-shadow: inset 0px 0px 30px 5px #331a0a;
    margin-right: auto;
    margin-left: auto;
}

.container-map-navigation {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.map-navigation-item {
    margin: 5px;
}

.map-navigation-item::after, .breadcrumbs__item::before
{
    background: #bcbc88;
    bottom: 0;
    -webkit-clip-path: polygon(50% 50%, -50% -50%, 0 100%);
    clip-path: polygon(50% 50%, -50% -50%, 0 100%);
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
    transition: background 0.2s linear;
    width: 1em;
    z-index: 1;
}
.map-navigation-item::before
{
    background: #bcbc88;
    margin-left: 1px;
}
.map-navigation-item.active {
    color: #24bf0d;
}

.container-left {
    text-align: left;
}

.forum-container-left {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.war-machine-img {
    width: 100%;
    height: auto;
    max-width: 100px;
}

.banner {
    width: 100%;
    height: auto;
    max-width: 320px;
}

.margin-auto {
    margin: auto;
}

.inline-center {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.flex-container-center {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.flex-container-center-align {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.margin-0 {
    margin: 0;
}

.margin-5 {
    margin: 5px;
}

.map-object {
    width: 75px;
    height: 85px;
    margin: 10px 2px;
}

.map-entity {
    width: 80px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* CSS */
.button-7 {
    background-color: #331a0a;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #bcbc88;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

.button-7:hover,
.button-7:focus {
    background-color: #331a0a;
}

.button-7:focus {
    box-shadow: 0 0 5px #8c8678;
}

.button-7:active {
    background-color: #331a0a;
    box-shadow: none;
}

.button-map-nav {
    background-color: #331a0a;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #bcbc88;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

.button-map-nav:hover,
.button-map-nav:focus {
    background-color: #331a0a;
}

.button-map-nav:focus {
    box-shadow: 0 0 5px #8c8678;
}

.button-map-nav:active {
    background-color: #331a0a;
    box-shadow: none;
}

.artSlot {
    border: solid #b96a04 1px;
}

.emptyArtSlot {
    border: solid #b96a04 1px;
    height: 43px;
    width: 43px;
    display: inline-block;
    background: linear-gradient(#a25a05 70%, #e7a239 100%);
    color: #000000;
}

.break {
    height: 0;
    width: 100%;
}

.location-button {
    border: 2px solid #04AA6D;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px;
}

.profileIcon {
    width: 12px;
    height: 12px;
}

.mapLinkNoTravel {
    background: #bfbfbf;
    color: #000000;
    border: 1px #000000 solid;
    padding: 1px;
    margin: 3px;
    text-decoration: none;
    opacity: 0.8;
    border-radius: 4px;
    width: 100%;
    display: block;
}

.mapLinkTravel {
    background: linear-gradient(#efdcc3 70%, #d7be9f 100%);
    color: #000000;
    border: 1px solid #494138;
    padding: 1px;
    margin: 3px;
    text-decoration: none;
    opacity: 0.8;
    border-radius: 4px;
    width: 100%;
    display: block;
}

.mapTile {
    max-width: 100%;
    max-height: 100%;
}

.hordeImg {
    border-right-width: 3px;
    border-left-width: 3px;
    border-right-style: groove;
    border-left-style: groove;
    border-left-color: #d51127;
    border-right-color: #d51127;
}

.animate
{
    text-transform: uppercase;
    background-image: linear-gradient(
            -225deg,
            #231557 0%,
            #44107a 29%,
            #ff1361 67%,
            #fff800 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    margin: 0;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}