@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,400;0,500;0,600;0,700;1,300;1,600;1,800&display=swap);

body {
    font-family: Exo\ 2,sans-serif;
    font-weight: 400;
    background-image: url(../images/bg.jpeg);
    overflow-x: hidden;
    color: #fff;
}

main {
    
}

header {
    height: 250px;
    background-image: url(../images/bg-topo.jpg);
    background-size: cover;
    background-position: center;
}

header .container {
    position: relative;
    height: 100%;
}

header .logos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

header .logos img {
    display: block;
    animation: pulse 3s infinite;

}
@keyframes pulse {
    0% { transform: scale(1); filter: drop-shadow(0 0 30px rgba(45, 90, 160, 0.4)); }
    50% { transform: scale(1.03); filter: drop-shadow(0 0 40px rgba(45, 90, 160, 0.7)); }
    100% { transform: scale(1); filter: drop-shadow(0 0 30px rgba(45, 90, 160, 0.4)); }
}

header .logos .header-logo {
    max-width: 200px;
    position: relative;
    display: inline;
}

header .logos .logo {
    width: 100%;
    max-width: 500px;
}

header .logos span {
    display: block;
    color: #676767;
    text-shadow: 0 0 0 #000;
    font-size: 11px;
    letter-spacing: 3px;
}

header .container {
    position: relative;
}

header .languages {
    position: absolute;
    right: 0;
    top: 10px;
    display: flex;
    z-index: 1;
}

header .languages a {
    margin-left: 8px;
    border: 3px solid transparent;
}

header .languages a.active {
    border: 3px solid #003374;
}

header .languages img {
    width: 40px;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    white-space: nowrap;
}

.navbar {
    background-image: linear-gradient(#2f2f2f,#181818);
    padding: 0;
    height: 60px;
}

.navbar .navbar-nav {
    min-width: 250px;
    padding: 10px 0;
}

.navbar .nav-link {
    padding: .5rem 1rem;
}

.navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
}

.navbar-toggler .fa {
    color: #fff;
    font-size: 2rem;
}

.table-bordered {
    border: 1px solid #2a2a2a;
}

.modal-custom .modal-content {
    border-radius: 0;
    background: #202020;
    color: #fff;
    flex-direction: row;
}

.modal-custom .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-custom .modal-content .image {
    width: 40%;
}

.modal-custom .modal-content .content {
    flex: 1;
    padding: 1rem;
}

.modal-custom .modal-content .content .title {
    position: relative;
}

.modal-custom .modal-content .content .title h2 {
    font-size: 1.5rem;
}

.modal-custom .modal-content .content .title .modal-close {
    position: absolute;
    top: -30px;
    right: -30px;
    background: #077fb7;
    /* background: #00aeff; */
    color: #fff;
    text-shadow: none;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-custom .modal-content .content .title .modal-close:hover {
    text-decoration: none;
}

.modal-custom .modal-content .content .text {
    overflow-y: auto;
    font-size: .8rem;
}

.mark, mark {
    padding: 0;
    background-color: transparent;
}

.pagination {
    margin-top: 3rem;
    justify-content: center;
}

.page-link, .page-item.disabled .page-link {
    background: transparent;
    border-color: #474847;
}

.page-link:hover {
    background-color: #2a2a2a;
    border-color: #474847;
}

.page-item.active .page-link {
    background-color: #003374;
    border-color: #474847;
}

.side-menu {
    display: flex;
    margin-right: 10px;
    width: 250px;
}
.side-menu .action {
    text-transform: uppercase;
    color: #077fb7;
    /* color: #00aeff; */
    font-weight: 700;
    padding: 0 10px;
    display: flex;
    align-items: center;
    line-height: 1rem;
}

.side-menu .action:hover {
    color: #fff;
    text-decoration: none;
}

.side-menu .action:hover svg {
    fill: #fff;
}

.side-menu svg {
    fill: #077fb7;
    /* fill: #00aeff; */
    width: 20px;
    height: 18px;
    margin-right: 5px;
}

.collapse, .collapsing {
    position: absolute;
    top: 60px;
    background: #fff;
    z-index: 100;
}

main .page-container {
    margin: 30px auto;
}

.nav-breadcrumb {
    background: rgba(88, 88, 88, .20);
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
    font-size: 0.8rem;
}

.nav-breadcrumb .container {
    display: flex;
    align-items: center;
}

.nav-breadcrumb .where {
    margin-right: 5px;
    color: #717171;
    font-weight: bold;
}

.breadcrumb {
    border-radius: 0;
    background-color: transparent;
    padding: .5rem 0;
    margin: 0;
}

.breadcrumb .breadcrumb-item {
    position: relative;
    padding: 0 10px;
}

.breadcrumb .breadcrumb-item:first-child {
    padding-left: 0;
}

.breadcrumb .breadcrumb-item a {
    color: #717171;
}

.breadcrumb .breadcrumb-item.active {
    color: #fff;
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
    position: absolute;
    content: "";
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    color: #077fb7;
    width: 8px;
    height: 8px;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    font-size: 13px;
}

footer {
    padding: 37px 0 0;
    position: relative;
    border-top: 1px solid #333;
}

footer figure {
    margin: 0;
    position: relative;
}

footer figure img {
    max-width: 100%;
    max-height: 100%;
}

footer figure figcaption {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 30px;
    grid-gap: 20px;
    max-width: 456px;
}

footer figure figcaption ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer figure figcaption ul li {
    padding: 3px 0 0 17px;
}

footer figure figcaption ul h5 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

footer figure figcaption ul li a {
    position: relative;
    color: #959595;
    font-size: 13px;
}

footer figure figcaption ul li a:before {
    position: absolute;
    content: "";
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    color: #077fb7;
    width: 10px;
    height: 20px;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 13px;
}

footer figure .social-networks {
    margin: 40px 0 20px;
    display: flex;
    justify-content: center;
}

footer figure .social-networks a {
    position: relative;
}

footer figure .social-networks a svg {
    fill: #3d3d3d;
    width: 60px;
}

footer figure .social-networks a .icon.fb svg {
    width: 34px;
}
footer figure .social-networks a .icon svg {
    fill: #fff;
}

footer figure .social-networks a .icon.tt {
    left: 29px;
}

footer figure .social-networks a .icon.fb {
    left: 29px;
}

footer figure .social-networks a .icon.tt svg {
    width: 26px;
}

footer figure .social-networks a .icon.yt svg {
    width: 32px;
}

footer figure .social-networks a .icon.yt {
    left: 30px;
}

footer figure .social-networks a .icon {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
}

footer figure .social-networks a:hover svg {
    fill: #00aeff;
}

footer figure .social-networks a .icon svg {
    fill: #fff;
}

.copyright {
    border-top: 1px solid #333;
}

.copyright .container {
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

.copyright .container div + div {
    color: #585858;
}

.sy-pager {
    display: none!important;
}

.sy-box {
    box-shadow: 0 0 4px #3a3a3a;
}

aside .download {
    position: relative;
    background-image: url(../images/download1.png);
    background-size: cover;
    border: 1px solid #212223;
    display: block;
    top: 28px;
    height: 177px;
    margin-bottom: 50px;
}

aside .download:before {
    content: "";
    position: absolute;
    top: -28px;
    left: 0;
    background-image: url(../images/mvpDownload.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

aside .download h3 {
    position: absolute;
    width: 135px;
    top: 31px;
    right: 20px;
    color: #fff;
    text-align: right;
    font-size: 16px;
}

aside .download .btn-download {
    position: absolute;
    left: 0;
    bottom: 24px;
    width: auto;
    background: linear-gradient(
            180deg
            ,#003374,#003374 48%,#001845);
    border: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

aside .download .btn-download:before {
    background-image: url(../images/borderGradientLeft.png);
    content: "";
    position: absolute;
    top: 0;
    right: -55px;
    width: 55px;
    height: 61px;
}

aside .download .btn-download:focus, aside .download .btn-download:active {
    outline: none;
}

aside .download .btn-download svg {
    width: 20px;
    height: 20px;
    fill: #00aeff;
    margin: 0 10px;
}

aside .download .btn-download span {
    color: #00aeff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
}

aside .download .btn-download:hover {
    background: linear-gradient(
            180deg
            ,#00b0ff,#00b0ff 43%,#005d8a);
    text-decoration: none;
}

aside .download .btn-download:hover svg {
    fill: #fff;
}

aside .download .btn-download:hover span {
    color: #fff;
}

aside .download .btn-download:hover:before {
    background-image: url(../images/borderGradientLeftHover.png);
}

.nav-tabs {
    background-color: rgba(0,0,0,.37);
    border: 0;
    border-bottom: 1px solid #2c2c2c;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-item .nav-link {
    padding: 15px;
    color: #fff;
    font-weight: 700;
}

.nav-tabs .nav-item .nav-link.active {
    background: unset;
    border: 0;
    border-bottom: 2px solid #00aeff;
    color: #00aeff;
}

.nav-tabs .nav-item .nav-link:not(.active):hover {
    border-color: transparent;
    color: #fff;
}

.nav-tabs.subnav {
    margin-bottom: 0;
}

aside .nav-tabs.subnav .nav-item .nav-link {
    color: #707070;
    font-size: 12px!important;
    padding: 18px 16px!important;
}

.nav-tabs.subnav .nav-item .nav-link.active {
    position: relative;
    border-color: transparent;
    border-bottom-color: #707170;
    color: #fff;
}

.nav-tabs.subnav .nav-item .nav-link:focus,
.nav-tabs.subnav .nav-item .nav-link:active {
    outline: none;
}

.nav-tabs.subnav .nav-item .nav-link:active {
    border-color: transparent;
}

.nav-tabs.subnav .nav-item .nav-link:not(.active):hover {
    border-color: transparent;
    color: #fff;
}

.nav-tabs.subnav .nav-item .nav-link.active:before {
    position: absolute;
    bottom: -7px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #707170;
    left: 50%;
    transform: translateX(-50%);
}

.tab-content .tab-pane .desc.bg {
    background: #1f201f;
    padding: 17px 13px;
}

.tab-content .tab-pane .desc.bg2 {
    background: #2a2a2a;
    padding: 30px;
}

.tab-content .tab-pane .desc.bg p {
    font-size: 12px;
    margin-bottom: 5px;
}

.tab-content .tab-pane .desc.bg p .text {
    font-weight: bold;
}

.tab-content .tab-pane .desc.bg h4 {
    font-size: 14px;
    font-weight: 700;
    color: #00aeff;
    margin-bottom: 10px;
}

.tab-content .tab-pane .desc.bg figure {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 15px;
    margin: 0;
}

.tab-content .tab-pane .desc.bg figure picture {
    position: relative;
    width: 67px;
}

.tab-content .tab-pane .out {
    margin: 10px 0;
    display: block;
    text-align: center;
}

.tab-content .tab-pane .out p {
    color: #fff;
    font-size: 12px;
}

.tab-content .tab-pane .desc.bg ol {
    padding: 0;
    margin: 0;
}

.tab-content .tab-pane .desc.bg ol li {
    display: block;
    margin-left: 20px;
}

.tab-content .tab-pane .desc.bg ol li a {
    position: relative;
    text-decoration: none;
    display: flex;
}

.tab-content .tab-pane .desc.bg ol li a:before {
    position: absolute;
    content: "";
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    color: #077fb7;
    width: 10px;
    height: 100%;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 13px;
}

.tab-content .tab-pane .desc.bg ol li a span {
    color: #959595;
    font-size: 13px;
}

.tab-content .tab-pane .desc.bg ol li a:hover span {
    color: #00aeff;
}

aside .content {
    background-color: #171817;
    padding: 15px;
}

aside .content h5 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
}

aside .content .list {
    background: #101010;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    margin-bottom: 2px;
    align-items: center;
}

aside .content .list p {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
}
aside .content .list .status {
    font-size: .8rem;
}


aside .content .list .status.on {
    background-color: #33901a;
    border: 1px solid #33901a;
    width: 90px;
    padding-left: 3px;
    position: relative;
}

aside .content .list .status.on:after {
    content: "";
    position: absolute;
    left: 45px;
    top: 1px;
    width: 42px;
    height: 17px;
    background: #101010;
}

aside .content .list .status.off {
    background-color: #c30707;
    border: 1px solid #c30707;
    padding-left: 45px;
    position: relative;
    width: 90px;
}

aside .content .list .status.off:before {
    content: "";
    position: absolute;
    right: 47px;
    top: 1px;
    width: 40px;
    height: 17px;
    background: #101010;
}

.mt20 {
    margin-top: 20px!important;
}

.progress {
    background-color: #171817;
    border-radius: 0;
    border: 1px solid #003672;
}

.progress .progress-bar {
    background-color: #003672;
    color: #00aeff;
}

.progress .progress-bar a {
    color: #00aeff;
}

.article {
    margin-top: 20px;
}

.article figure picture {
    width: 260px;
    height: 172px;
    display: none;
}

.article figure picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article figure figcaption {
    position: relative;
    background-color: #1f201f;
    padding: 20px;
}

.article figure figcaption .desc {
    height: calc(100% - 30px);
    color: #fff;
}

.article figure figcaption .desc h2 {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    margin: 0;
    margin-bottom: 5px;
}

.tab-content .tab-pane .desc p {
    margin-bottom: 5px;
    color: #fff;
    line-height: 1rem;
}

.article figure figcaption .desc p {
    font-size: 12px;
    line-height: 20px;
}

.article figure figcaption .footer {
    display: flex;
}

.article figure figcaption .footer .icon {
    display: flex;
    align-items: center;
}

.article figure figcaption .footer .icon.tag svg {
    transform: rotate(
            -90deg
    );
}

.article figure figcaption .footer .icon svg {
    width: 16px;
    height: 16px;
    fill: #494949;
}

.article figure figcaption .footer span {
    display: inline-block;
    color: #717171;
    margin-left: 4px;
    font-size: 12px;
    margin-right: 13px;
}

.article figure figcaption .footer .icon {
    display: flex;
    align-items: center;
}

.article figure figcaption .readMore {
    text-decoration: none;
    position: absolute;
    right: 0;
    bottom: -11px;
    background: linear-gradient(
            180deg
            ,#05336c 31%,#001845 85%);
    padding: 10px 12px 10px 0;
}

.article figure figcaption .readMore:before {
    content: "";
    position: absolute;
    top: 0;
    left: -46px;
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(../images/borderGradient.png);
    background-position: 0 100%;
    width: 46px;
    height: 44px;
}

.article figure figcaption .readMore span {
    text-transform: uppercase;
    color: #00aeff;
    font-weight: 700;
}

.article:hover figure figcaption {
    background-color: #333433;
}

.article:hover figure figcaption:before {
    border-color: transparent transparent #333433;
}

.article:hover figure figcaption .readMore span {
    color: #fff;
}

.tab-content .tab-pane .events-spotlight {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-content .tab-pane .events-spotlight li {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #353535;
    margin-bottom: 10px;
}

.tab-content .tab-pane .events-spotlight li:last-child {
    margin-bottom: 0;
}

.tab-content .tab-pane .events-spotlight li.active .time {
    background-color: #00aeff;
}

.tab-content .tab-pane .events-spotlight li.active .info p, .tab-content .tab-pane .events-spotlight li.active .info span {
    color: #00aeff;
}

.tab-content .tab-pane .events-spotlight li.active {
    border-bottom: 2px solid #00aeff;
}

.tab-content .tab-pane .events-spotlight li.active .time:before {
    border-right-color: #00aeff;
}

.tab-content .tab-pane .events-spotlight li.active .time p {
    color: #000;
}

.tab-content .tab-pane .events-spotlight li.active .time svg {
    fill: #000;
}

.tab-content .tab-pane .events-spotlight li .info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-width: 60%;
}

.tab-content .tab-pane .events-spotlight li .time {
    background-color: #353535;
    position: relative;
    height: 45px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-content .tab-pane .events-spotlight li .time:before {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 40px solid #353535;
    top: 0;
    left: -40px;
}

.tab-content .tab-pane .events-spotlight li .time p {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
}

.tab-content .tab-pane .events-spotlight li .time svg {
    width: 16px;
    height: 12px;
    fill: #fff;
    margin-right: 5px;
}

.tab-content .tab-pane .events-spotlight li .info span {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-content .tab-pane .events-spotlight li .info p {
    color: #fff;
    font-size: 12px;
    margin: 0;
    margin-top: -5px;
}

main .featured-article a figure {
    margin-bottom: 20px;
    position: relative;
}

main .featured-article a figure picture {
    position: relative;
    display: block;
    box-shadow: 0 0 4px #3a3a3a;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent,#0e0e0e);
    top: 0;
    left: 0;
}

main .featured-article a figure picture img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

main .featured-article a figure figcaption {
    background-image: linear-gradient(#292a2b,#000);
    position: absolute;
    content: "";
    bottom: 0;
    width: auto;
    padding: 10px 20px;
}

main .featured-article a figure figcaption.right {
    right: 2px;
    text-align: right;
}

main .featured-article a figure figcaption h2 {
    color: #fff;
    font-size: 24px;
    padding: 0;
    margin: 0;
}

main .featured-article a figure figcaption p {
    color: #077fb7;
    font-size: 15px;
    font-weight: 700;
}

.slider-container {
    margin-bottom: 20px;
}

.sy-controls li a:after {
    width: 25px!important;
    height: 25px!important;
    margin-top: -12px!important;
    margin-left: -12px!important;
}

.sy-caption-wrap .sy-caption {
    border-radius: 0!important;
    background-image: linear-gradient(#292a2b,#000);
    position: absolute!important;
    content: "";
    bottom: -33px;
    width: auto;
    padding: 10px 20px!important;
    left: 50%!important;
    transform: translateX(-50%);
    min-width: 60%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    white-space: nowrap;
}

.sy-slide > img {
    height: 340px!important;
}

.side-menu .username {
    color: #fff;
    font-weight: bold;
    text-transform: none;
}

.side-menu .username {
    color: #fff;
    text-transform: none;
}

.side-menu .logout {
    margin: 0 10px;
    color: #dc7272;
}

.side-menu .box-login {
    background-color: #fff;
    position: absolute;
    top: 40px;
    right: 0;
    left: auto;
    min-width: 313px;
    /* min-width: 260px; */
    padding: 30px;
    /* padding: 15px; */
    color: #003672;
    margin: 0;
    border-radius: 0;
    border: 0;
}

.side-menu .box-login:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.side-menu .box-login button {
    background: linear-gradient(
            180deg
            ,#00aeff,#00a8f8 43%,#005297);
    right: 0;
    position: absolute;
    border: 0;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 18px 5px 5px;
    top: -7px;
}

.side-menu .box-login button:before {
    content: "";
    position: absolute;
    left: -31px;
    top: 1px;
    background-image: url(../images/borderGradientLight.png);
    width: 32px;
    height: 32px;
}

.side-menu .box-login button:active, .side-menu .box-login button:focus {
    outline: none;
}

.side-menu .box-login input {
    display: block;
    background: #e1e1e1;
    border: 1px solid #919191;
    padding: 6px;
    outline-color: #181818;
    margin-bottom: 10px;
    border-radius: 0;
}

.side-menu .box-login .form-group label {
    margin-bottom: 0;
}

.side-menu .box-login .styled-checkbox + label:before {
    background: #e1e1e1;
    border: 1px solid #919191;
}

.side-menu .box-login .styled-checkbox:checked + label:after {
    background: #003672;
    box-shadow: 2px 0 0 #003672, 4px 0 0 #003672, 4px -2px 0 #003672, 4px -4px 0 #003672, 4px -6px 0 #003672, 4px -8px 0 #003672;
}

.side-menu .dropdown.show .action {
    color: #fff;
}
.side-menu .dropdown.show .action svg {
    fill: #fff;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: flex;
    font-size: 0.9rem;
    margin: 0;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #1a1a1a;
    border: 1px solid #2b2b2b;
}
.styled-checkbox:hover + label:before {
    border: 1px solid #2b2b2b;
}
.styled-checkbox:focus + label:before {
    border: 1px solid #2b2b2b;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.styled-checkbox:checked + label:before {
    background: #0e464e;
    border: 1px solid #2a737d;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
    border-color: #c2bebe;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
    4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg);
}
.styled-radio {
    position: absolute;
    opacity: 0;
}
.styled-radio + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: flex;
}
.styled-radio + label:before {
    content: "";
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.styled-radio:hover + label:before {
    border: 1px solid #de740d;
}
.styled-radio:focus + label:before {
    border: 1px solid #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.styled-radio:checked + label:before {
    background: #de740d;
    border: 1px solid #de740d;
}
.styled-radio:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-radio:disabled + label:before {
    box-shadow: none;
    background: #ddd;
    border-color: #c2bebe;
}
.styled-radio:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
    4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg);
}

.btn {
    border-radius: 0;
}

.btn-outline-info {
    color: #07a4ff;
    border-color: #07a4ff;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #07a4ff;
    border-color: #07a4ff;
}

.dropdown-large{ padding:20px; }


.top-rakings {
    margin: 30px 0;
}

.top-rakings .title, .castle-siege .title, .guild-war .title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.top-rakings .title h2, .castle-siege .title h2, .guild-war .title h2 {
    margin-bottom: 0;
}

.top-rakings .title img, .castle-siege .title img, .guild-war .title img {
    margin-right: 15px;
}

.border-blue {
    border: 1px solid #077fb7;
    position: relative;
    z-index: 2;
}

.content-bg {
    background-image: url(../images/bgTab.png);
    background-repeat: no-repeat;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4,1fr);
    background-size: cover;
}

.content-bg ul {
    border-right: 1px dashed #616161;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    margin: 27px 0;
    padding: 0;
}

.content-bg ul h4 {
    font-weight: 700;
    font-size: 14px;
    color: #00aeff;
}

.content-bg ul li {
    font-size: 13px;
    color: #fff;
    padding: 5px 0 0;
}

.content-bg ul li a {
    color: #fff;
}

.nav-footer {
    display: flex;
}

.nav-footer a {
    background: linear-gradient(
            180deg
            ,#001947,#003374 61%);
    margin-right: 60px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    position: relative;
    text-decoration: none;
}

.nav-footer a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    background-image: url(../images/borderGradientTabAfter.png);
    width: 40px;
    height: 40px;
}

.nav-footer a span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.nav-footer a:hover span {
    color: #00aeff;
}

.nav-footer a svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-left: 10px;
}

.nav-footer a:hover svg {
    fill: #00aeff;
}

.nav-tabs.nav-grid {
    background: linear-gradient(
            180deg
            ,#242424 5%,#000);
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.nav-tabs.nav-grid .nav-item .nav-link {
    padding: 10px 8px;
}

.nav-tabs.nav-grid .nav-item .nav-link.active {
    border: 0;
    color: #00aeff;
    background: linear-gradient(
            180deg
            ,#01153c,#003374 47%);
    position: relative;
    border-radius: 0;
}

.tab-content .tab-pane .children {
    background: #1f201f;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
}

.tab-content .tab-pane .children .top {
    background: #292a29;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    text-decoration: none;
}

.tab-content .tab-pane .children .top:before {
    content: "";
    position: absolute;
    top: 0;
    left: -47px;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 47px solid #292a29;
    border-top: 44px solid transparent;
}

.tab-content .tab-pane .children .top span {
    color: #666;
    font-size: 16px;
    line-height: 20px;
    margin-right: 20px;
    font-weight: 700;
}

.tab-content .tab-pane .children .top span:after {
    content: "";
    position: absolute;
    background: url(../images/nextWhite.svg);
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(
            -90deg
    );
    top: 50%;
    right: 10px;
}

.tab-content .tab-pane .children .info {
    background-image: url(../images/border.png);
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 35px;
    margin-top: 1px;
}

.tab-content .tab-pane .children .info figure {
    margin: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 30px;
}

.tab-content .tab-pane .children .info figure picture img {
    width: 70px;
}

.tab-content .tab-pane .children .info figure figcaption h4 {
    color: #dbdbdb;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    font-weight: 700;
}

.tab-content .tab-pane .children .info figure figcaption span {
    color: #00a5f4;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.tab-content .tab-pane .children .info figure figcaption p {
    color: #dbdbdb;
    font-size: 14px;
    margin: 0;
}

.tab-content .tab-pane .form-register .form-group label {
    color: #717171;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 12px;
}

.tab-content .tab-pane .form-control {
    background-color: #1a1a1a;
    border: 1px solid #2b2b2b;
    color: #fff;
    padding: 8px;
    border-radius: 0;
    /*height: 38px!important;*/
}
/*textarea#message {
    height: 490px;
    resize: vertical;
}*/

.list-download li {
    padding: 10px!important;
}

.list-download li a {
    color: #fff;
}

.list-download li i {
    color: #00aeff;
    font-size: 0.8rem;
    margin-right: 10px;
}

.btn.btn-info {
    background: linear-gradient(
            180deg
            ,#003374,#003374 48%,#001845);
    border: 0;
    color: #00aeff;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 6px;
}

.btn.btn-info:hover {
    color: #fff;
}

.tab-content .tab-pane h2 {
    color: #dbdbdb;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 20px 0;
}

.captcha .form-control {
    width: 201px;
}

.required {
    color: red;
}

.downloads .download {
    border: 1px solid #707170;
    padding: 20px;
    display: flex;
}

.downloads .download .image {
    width: 60px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.downloads .download h3 {
    font-size: 1.2rem;
    line-height: 1rem;
}

.downloads .download .desc {
    flex: 1;
}

.downloads .row {
    row-gap: 30px;
}

.main-container .nav-tabs.subnav .nav-item .nav-link {
    font-size: 1rem;
    padding: 10px 15px;
}

.list-group-header {
    background-image: linear-gradient(180deg,#003374,#003374 48%,#001845);
    padding: 1.25rem;
    color: #00aeff;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #222;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
}

.list-group-header i {
    margin-right: 10px;
}

.list-group-item {
    padding: 15px;
    text-transform: uppercase;
    margin-bottom: -1px;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.15)),to(rgba(255,255,255,.05)));
    background: linear-gradient(rgba(255,255,255,.15),rgba(255,255,255,.05));
    border: 0;
    /* border-top: 1px solid rgba(255,255,255,.05); */
    color: #fff;
}

.list-group-item-action:focus, .list-group-item-action:hover, .list-group-item-action.active {
    padding: 15px;
    color: #fff;
    background-color: #077fb7;
    /* background-color: #00aeff; */
    background-image: none;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group-item-action span {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 0.7rem;
}

.ranking {
    background: #2a2a2a;
}

.ranking .reward {
    padding: 30px;
}

.ranking .ranking-data {
    margin: 10px;
}

.table .thead-dark th {
    background: #1c1c1c;
    color: #3c3c3c;
    border: 0;
    padding: .3rem .75rem;
}

.table .thead-dark th.no-bg {
    background: transparent;
}

.table {
    margin-bottom: 10px;
}

.table td {
    border: 1px solid #2a2a2a;
    color: #8b8b8b;
}

.table td .rank {
    color: #fff;
}

.table tr td:last-child {
    border-right: 0;
}

.table tr td:first-child {
    border-left: 0;
}

.table tr:nth-of-type(even) td {
    background: #1c1c1c;
}

.table tr:nth-of-type(odd) td {
    background: #212121;
}

.ranking-type {
    background: #00aeff;
    font-size: 1.3rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #000;
    padding: 10px 20px;
}
.ranking-type i {
    margin-right: 10px;
    font-size: 1.6rem;
}

.ranking-type:after {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-bottom: 51px solid transparent;
    border-top: 0 solid transparent;
    border-right: 0 solid transparent;
    border-left: 50px solid #00aeff;
    top: 0;
    right: -60px;
}

.panel .credits, .panel .coins, .panel .hours {
    padding: 15px;
    border: 1px solid #313131;
    background-color: #1e1e1e;
    height: 100%;
}

.panel .characters {
    padding: 15px;
    border: 1px solid #313131;
    background-color: #1e1e1e;
    position: relative;
}

.panel .credits, .panel .hours {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.panel .credits .credits-header {
    display: flex;
    align-items: center;
}

.panel .credits .credits-header .amount {
    font-weight: bold;
    color: #00aeff;
    font-size: 1.1rem;
}

.panel .credits .credits-header .fa-usd {
    color: green;
    font-size: 40px;
    margin-right: 10px;
}

.link-next {
    display: block;
    font-size: 0.8rem;
    color: #fff;
    position: relative;
    padding-left: 12px;
}

.link-next:before {
    position: absolute;
    content: "";
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    color: #077fb7;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.panel .hours .hours-title {
    text-align: center;
}

.panel .hours .amount {
    font-weight: bold;
    color: #00aeff;
    text-align: center;
}

.panel .coins {
    display: flex;
    padding: 15px 0;
}

.panel .coins > * {
    flex: 1;
}

.panel .coins .coin {
    padding: 0 15px;
    text-align: center;
    border-right: 1px solid #313131;
}

.panel .coins .coin .btn, .panel .hours .btn {
    font-size: .8rem;
    text-align: center;
    padding: 8px;
    justify-content: center;
}

.panel .coins .coin .name {
    font-weight: bold;
}

.panel .coins .coin .amount {
    font-weight: bold;
    color: #00aeff;
}

.panel .coins .coin .fa-chevron-down {
    color: #313131;
    margin: 10px 0;
    display: block;
}

.panel .coins .coin .btn i, .panel .hours .btn i {
    margin-left: 5px;
}

.panel .coins .coin:last-child {
    border-right: none;
}

.panel .characters .more {
    position: absolute;
    right: 20px;
    top: 20px;
}

.panel .title {
    background: #00aeff;
    font-size: 1.3rem;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 10px 20px;
}

.panel .title i {
    margin-right: 10px;
    font-size: 1.6rem;
}

.panel .title:after {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-bottom: 51px solid transparent;
    border-top: 0 solid transparent;
    border-right: 0 solid transparent;
    border-left: 50px solid #00aeff;
    top: 0;
    right: -60px;
}

.panel .table, .table-custom {
    border: 1px solid #2a2a2a;
    margin-bottom: 0;
}

.panel .table th, .table-custom th {
    color: #d3d3d3;
    padding: .5rem .75rem;
}

.panel .table td, .table-custom td {
    padding: .5rem .75rem;
    color: #8a8a8a;
}

.badge {
    border-radius: 0;
}

.slide-area .slide-head.promotions {
    background: rgba(255,117,26,.7);
}
.slide-area .slide-head {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    min-height: 60px;
    z-index: 2;
}

.slide-area .btn-slide {
    float: right;
}

.slide-area .slide-body.promotions {
    border: 1px solid rgba(255,117,26,.7);
}

.slide-area .slide-body {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.slide-area .slide-head.promotions:after {
    border-left: 30px solid rgba(255,117,26,.7);
    border-bottom: 30px solid rgba(255,117,26,.7);
}
.slide-area .slide-head.news:after, .slide-area .slide-head.promotions:after {
    position: absolute;
    content: " ";
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    right: -60px;
    top: 0;
}

.slide-area .btn-slide span {
    font-size: 50px;
    margin: 0 10px;
    color: rgba(255,255,255,.4);
}

.slide-area .btn-slide span {
    font-size: 50px;
    margin: 0 10px;
    color: rgba(255,255,255,.4);
}

.slide-area .slide-body figure {
    position: relative;
    max-height: 200px;
    overflow: hidden;
    margin: 0;
}

.slide-area .slide-body figure figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: auto;
    padding: 20px;
    background: -webkit-gradient(linear,left top,left bottom,from(#333),to(#0d0d0d));
    background: linear-gradient(#333,#0d0d0d);
}

.slide-area .slide-body figure figcaption h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    margin: 5px 0;
}

.slide-area .slide-body figure figcaption h2.promotions {
    color: rgba(255,117,26,.7);
}

.slide-area .slide-body figure figcaption h2 {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin: 5px 0;
}

.slide-area .slide-head.news {
    background: rgba(51,255,51,.7);
}

.slide-area .slide-body.news {
    border: 1px solid rgba(51,255,51,.7);
}

.slide-area .slide-head.news:after {
    border-left: 30px solid rgba(51,255,51,.7);
    border-bottom: 30px solid rgba(51,255,51,.7);
}

.characters {
    display: flex;
    flex-wrap: wrap;
}

.characters .character {
    background: rgba(0,0,0,.2);
    padding: 10px;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.characters .character.active, .characters .character:hover {
    background: rgba(0,0,0,.4);
}

.page-text {
    color: #bcbcbc;
    margin-bottom: 5px;
    text-align: center;
}

h4.title {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    font-size: 1.3rem;
    border-bottom: 1px solid rgba(255,255,255,.03);
}

h4.title:before {
    position: absolute;
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #00aeff;
    left: 0;
    top: 13%;
}

.shop-itens {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px 20px;
}

.shop-itens .item {
    width: 100%;
    padding: 10px;
    border: 1px solid #474847;
    text-align: center;
    position: relative;
    border-radius: 2px;
    color: #bcbcbc;
}

.shop-itens .item .name {
    margin-top: 5px;
}

.shop-itens .item .image {
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.shop-itens .item .image img {
    max-height: 100px;
    vertical-align: middle;
}

.shop-itens .item .item-info {
    margin-bottom: 30px;
}

.shop-itens .item .item-info .price {
    color: #009fee;
    margin: 5px 0;
    font-weight: 700;
    font-size: 13px;
}

.shop-itens .item .item-info .sold {
    font-size: 10px;
    background: #383938;
    border-radius: 3px;
    padding: 1px 3px;
    text-transform: uppercase;
    display: inline-block;
}

.shop-itens .item .buy {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}


.shop-itens .item .buy .btn {
    font-size: .8rem;
    text-align: center;
    padding: 10px;
    justify-content: center;
    display: inline-block;
}

.helpdesk-messages {
    list-style: none;
    margin: 0;
    padding: 0;
}

.helpdesk-messages li {
    background: #151515;
    margin-bottom: 10px;
    border-radius: 5px;
}

.helpdesk-messages li .tops {
    background: #000;
    padding: 10px;
    font-size: .8rem;
    border-radius: 5px 5px 0 0;
}

.helpdesk-messages li .m {
    padding: 10px;
}

.helpdesk-images {
    padding: 10px;
}

.helpdesk-messages li p {
    font-size: 0.8rem;
    margin-top: 5px;
}

.gateway {
    margin-bottom: 30px;
    background: #121212;
}

.gateway .title {
    background: #151515;
    text-align: center;
    padding: 10px
}

.gateway .image {
    padding: 10px;
}

#morpheus-popup-container {
    color: #000;
    font-size: 16px;
}

#morpheus-popup-container .morpheus-popup-content {
    background-color: #1f1f1f!important;
    color: #dbdbdb!important;
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,.2)!important;
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,.2)!important;
    border: none!important;
    outline: 0!important;
}

#morpheus-popup-container .morpheus-popup-message {
    padding: 0 10px;
}

.morpheus-popup-btn {
    width: auto!important;
    padding: 12px 40px!important;
    background: -webkit-gradient(linear,left top,left bottom,from(#003672),to(#001e46))!important;
    background: linear-gradient(#003672,#001e46)!important;
    border: none!important;
    font-size: 12px!important;
    font-weight: 600!important;
    color: #077fb7!important;
    text-transform: uppercase!important;
    margin-top: 5px!important;
    cursor: pointer!important;
    display: inline-block!important;
    -webkit-transition: .3s!important;
    transition: .3s!important;

}

#morpheus-popup-cancel {
    background: #991919!important;
    color: #fff!important;
}

.castle-siege .nav-tabs, .guild-war .nav-tabs {
    justify-content: initial;
    padding-left: 20px;
}

.castle-siege .nav-tabs .nav-item, .guild-war .nav-tabs .nav-item {
    margin-left: 25px;
    margin-right: 25px;
}

.castle-siege .titulo {
    color: #00aeff!important;
    font-size: 1rem!important;
    margin-bottom: 10px;
}

.castle-siege .data {
    display: flex;
}

.castle-siege .infos {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.castle-siege .infos .di {
    display: flex;
}

.castle-siege .infos .di .master, .castle-siege .infos .di .owner, .castle-siege .infos .di .winners {
    flex: 1;
}

.castle-siege .data .mark {
    width: 90px;
    height: 90px;
    margin-right: 10px;
}

.castle-siege .data .d {
    font-size: 0.7rem;
    line-height: 0.8rem;
    color: #999;
    white-space: nowrap;
}

.item1-melhores .box1 {
    background-color: #1f201f;
}

.item1-melhores .box1 .titulo {
    color: #00aeff!important;
    font-size: 1rem!important;
    margin-bottom: 10px;
}

.item1-melhores .box1 .thumb {
    width: 90px;
    height: 100px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.item1-melhores .box1 .infos {
    float: left;
}

.item1-melhores .box1 .infos p {
    color: #dbdbdb;
    margin-bottom: 5px;
    font-size: 12px;
}

.item1-melhores .premiacao-link {
    display: inline-block;
    color: #00aeff;
    text-decoration: underline;
}

.item1-melhores .valor {
    color: #21d521;
}

.card {
    border-radius: 0;
    border: 1px solid #001e46;
}

.card .card-header {
    padding: 10px 0;
    position: relative;
    background: #001e46;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
}


.card .card-header:after {
    border-left: 152px solid #001e46;
    position: absolute;
    content: " ";
    border-bottom: 7px solid transparent;
    left: 0;
    top: 100%;
}

.card .card-body {
    padding: 30px 15px 15px;
    color: #fff;
    background: #333;
    text-align: center;
}

.card .card-footer {
    background: #333;
    border-radius: 0;
}

.packages .price {
    color: #21d521;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 20px;
}

.card .card-footer .btn-outline-secondary {
    text-transform: uppercase;
    border-color: #fff;
    color: #fff;
}

.list-panel {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-panel li {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    padding: 5px 0;
    color: rgba(255, 255, 255, .3);
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-panel li .color-blue {
    color: #00aeff;
}

.list-panel li .fa {
    margin: 0 5px;
    color: #00aeff;
}

.lootbox-price {
    color: #21d521;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.guide {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.vote-up {
    color: green;
}

.vote-down {
    color: red;
}

.vote-container a, .vote-container i {
    margin: 0 5px;
}

.vote-container a:hover {
    text-decoration: none;
}

.progress .progress-bar {
    color: #fff;
}

.achievements ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.workshop, .inventory, .market-sell {
    display: flex;
}

.workshop .warehouse, .inventory .morpheus-inventory, .market-sell .morpheus-warehouse {
    margin-right: 30px;
}

.workshop-item, .market-item {
    flex: 1;
}

.server-info .cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.server-info .cards-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.server-info .cards .card-info {
    background: #2a2a2a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    padding: 20px;
}

.server-info .cards .card-info svg {
    fill: #0a8dc9;
}

.server-info .cards .card-info:hover {
    text-decoration: none;
}

.server-info .cards .card-info p {
    margin: 0;
    font-weight: bold;
    margin-top: 10px;
    color: #fff;
}


.product-detail .left .image {
    border:1px solid #474847;
    text-align:center;
    padding:20px 0
}

.product-detail .left .item-name{
    background:#474847;
    padding:5px;
    text-align:center;
    color:#fff;
    font-weight:700
}

.product-detail .detail{
    border:1px solid #474847
}

.product-detail .detail .basics{
    background:#373737;
    height:50px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    border-bottom:1px solid #474847
}

.product-detail .detail .basics .fgroup{
    border-left:1px solid #474847;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:0 10px
}

.product-detail .detail .basics .fgroup select{
    margin-left:10px;
    height:35px;
    padding:0 5px;
    border-radius:3px;
    border-color:#525252
}

.product-detail .detail .basics .fgroup label{
    font-weight:700
}

.product-detail .detail .basics .fgroup:first-child{
    border-left:0
}

.product-detail .detail .execellents{
    padding:15px
}

.product-detail .detail .execellents h2{
    color:#0a8dc9;
    margin-top:0;
    font-weight:700
}

.product-detail .detail .execellents .checkbox{
    width:50%;float:left;margin-bottom:10px
}

.product-detail .detail .pprice{
    background:#373737;
    padding:10px 10px 10px 15px;
    border-top:1px solid #454645;
    border-bottom:1px solid #454645
}

.product-detail .detail .pprice .price{
    background:#ffc600;
    border-radius:3px;
    padding:5px 10px;
    color:#000;
    display:inline-block;
    font-weight:700
}

.product-detail .detail h2 {
    margin:10px 0;
    font-size:15px
}

.pvp-king {
    display: flex;
}

.pvp-king .king {
    width: 170px;
    background: #003672;
    /*background: #00AEFF;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pvp-king .king .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}

.pvp-king .king .title svg {
    fill: #fff;
}

.pvp-king .king .title span {
    margin-top: -10px;
}

.pvp-king .king .avatar {
    /*border-radius: 50%;*/
    /*border: 10px solid #fff;*/
    /*width: 60%;*/
    /*margin: 20px 0;*/
    margin: 0;
}
.pvp-king .king .name {
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
    font-style: italic;
}

.pvp-king .king .avatar img {
    border-radius: 15%;
}

.pvp-king .king .player {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.pvp-king .king .links {
    /*background: #0c97d8;*/
    background: #1c558f;
    padding: 10px;
    font-size: 0.8rem;
}

.pvp-king .king .links a {
    /*color: #001947;*/
    color: #fff;
    position: relative;
    padding: 3px 10px 3px 17px;
    display: block;
    border-bottom: 1px dashed #4ba0ff;
    /*border-bottom: 1px dashed #077fb7;*/
}
.pvp-king .king .links a:before {
    position: absolute;
    content: "";
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    color: #077fb7;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.pvp-king .fc {
    flex: 1;
    background: #202020;
    padding: 10px;
}

.pvp-king .fc .players {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.pvp-king .fc .players .player, .pvp-king .fc .players .links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #161616;
    padding: 10px;
}

.pvp-king .fc .players .player .avatar {
    /*width: 80%;
    margin-bottom: 10px;*/
    width: 100%;
    margin-bottom: 0px;
}

.pvp-king .fc .players .player .avatar img {
    border-radius: 15%;
}

.pvp-king .fc .players .links {
    display: flex;
    align-items: flex-start;
}

.pvp-king .fc .players .links a {
    color: #fff;
    width: 100%;
    position: relative;
    padding: 3px 0 3px 12px;
    display: block;
    border-bottom: 1px dashed #202020;
    font-size: 0.8rem;
}

.pvp-king .fc .players .links a:before {
    position: absolute;
    content: "";
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    color: #077fb7;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.table-split {
    width: 100%;
    background: #2A2A2A;
}

.table-split thead {
    background: #0A0A0A;
}

.table-split thead th {
    padding: 20px;
    padding-bottom: 6px;
}

.table-split thead span {
    color: #0a8dc9;
    border-bottom: 2px solid #0a8dc9;
    padding: 8px;
    font-size: 1.0rem;
    white-space: nowrap;
}

.table-split tbody td span.arrow {
    position: relative;
    padding-left: 12px;
}

.table-split tbody td span.arrow:before {
    position: absolute;
    content: "";
    background-image: url(../images/nextWhite.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    color: #077fb7;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.table-split tbody td {
    border-bottom: 1px solid #414141;
    padding: 10px 20px;
    color: #A9A9A9;
}

.color-green {
    color: green;
}

.color-red {
    color: red;
}

h5.title {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0 51 116)), to(rgb(4 25 55)));
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.1rem;
    border-radius: 3px 3px 0 0;
    margin-bottom: 1px;
}

.bg-dark-light {
    background: #2A2A2A;
}

ul.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list li {
    color: #A9A9A9;
    border-bottom: 1px solid #444444;
    padding: 3px 5px 3px 12px;
    position: relative;
}

ul.list li span {
    color: #00AEFF;
    font-weight: bold;
}

ul.list li span:before {
    position: absolute;
    content: "";
    background-image: url(../images/nextWhite.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    color: #077fb7;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


.timeline {
    line-height: 1.5em;
    transition: all 0.4s ease;
    position: relative;
    counter-reset: section;
}

.timeline:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #00B0FF;
    position: absolute;
    top: 0;
    left: -3.313em;
    border-radius: 40px 40px;
}

.timeline--entry {
    position: relative;
    background: #2A2A2A;
    padding: 20px;
}
.timeline--entry__title {
    color: #00B0FF;
    font-size: 1rem;
margin-bottom: 10px;
}
.timeline--entry__title:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    border: 10px solid #00AEFF;
    left: -10px;
    border-radius: 50%;
    top: 60px;
}

.timeline--entry__title:after {
    content: "";
    display: inline-block;
    width: 50px;
    position: absolute;
    border: 1px solid #00AEFF;
    left: -60px;
    top: 69px;
}

.timeline--entry__detail {
    margin: 0;
}
.timeline--entry:before {
    content: attr(data-text);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #00AEFF;
    border-radius: 50%;
    position: absolute;
    left: -4.5em;
    text-align: center;
}

.alert-custom {
    border: 1px solid #00AEFF;
    padding: 20px;
    display: flex;
}

.alert-custom .icon {
    width: 100px;
    margin-right: 20px;
}

.alert-custom .icon svg {
    fill: #00AEFF;
}

.alert-custom .text {
    flex: 1;
    color: #707070;
}

.alert-custom .text .title {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}

.events .event {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.events .event:last-child {
    margin-bottom: 0;
}


.events .event .name {
    display: flex;
    align-items: center;
}

.events .event .switch {
    margin-bottom: 0;
}

.ticket {
    color: #b1b1b1;
}

.ticket .message {
    background: #151515;
    padding: 10px;
    border-radius: 5px;
}

ul.list-group {
    list-style: none;
}

ul.list-group li {
    position: relative;
}

.list-group-group {
    display: none;
}

.list-group-group .list-group-item {

}

.list-group li:hover .list-group-group {
    display: block;
}

.list-group li:hover .list-group-item {
    padding: 15px;
    color: #fff;
    background-color: #077fb7;
    /* background-color: #00aeff; */
    background-image: none;
}

.list-group-group {
    position: absolute;
    right: 100%;
    top: 0;
    border-radius: 0;
    background: #202020;
    border-color: #2f2f2f;
    width: 250px;
    padding: 1px;
    /*transform: translateY(-25%);*/
}

.list-group-group a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase !important;
    text-decoration: none;
    /* padding: .25rem 1.5rem; */
    padding: 8px;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    /* background-color: transparent; */
    border: 0;
    color: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.15)),to(rgba(255,255,255,.05)));
    background: linear-gradient(rgba(255,255,255,.15),rgba(255,255,255,.05));
}
.list-group-group a:hover {
    color: #fff;
    background-color: #077fb7;
    /* background-color: #00aeff; */
    background-image: none;
}

/* .list-group-group a:before {
    position: absolute;
    content: "";
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    color: #077fb7;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
} */

@supports (display: grid) {
    @media (min-width: 768px) {
        .timeline {
            display: grid;
            grid-gap: 0 13em;
            grid-template-areas: ".  entry1" "entry2  ." ". entry3" "entry4 ." ". entry5";
        }
        .timeline:before {
            left: 49.5%;
        }

        .timeline--entry:nth-child(1) {
            grid-area: entry1;
        }
        .timeline--entry:nth-child(2) {
            grid-area: entry2;
        }
        .timeline--entry:nth-child(3) {
            grid-area: entry3;
        }
        .timeline--entry:nth-child(4) {
            grid-area: entry4;
        }
        .timeline--entry:nth-child(5) {
            grid-area: entry5;
        }
        .timeline--entry:nth-of-type(odd):before {
            left: -158px;
        }
        .timeline--entry:nth-of-type(even):not(:nth-of-type(odd)) .timeline--entry__title:before {
            right: -10px;
            border-right: 0;
            left: auto;
        }
        .timeline--entry:nth-of-type(even):before {
            right: -150px;
            left: auto;
        }
        .timeline--entry:nth-of-type(even):not(:nth-of-type(odd)) .timeline--entry__title:after {
            left: auto;
            right: -50px;
        }

    }
}

#slides-container {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#slides-modal .modal-header {
    background-color: #2c2c2c;
    border-radius: 0;
    border-bottom: 0;
}

#slides-modal .modal-header .close {
    color: #fff;
}

#slides-modal .modal-content {
    border-radius: 0;
}

#slides-modal .modal-dialog {
    max-width: 800px;
    pointer-events: all;
}

#slides-modal .modal-body {
    padding: 0;
}

#slides-modal .modal-footer {
    border-top: 0;
    background-color: #202020;
    border-radius: 0;
}

#slides-modal .slides-control {
    display: flex;
    position: absolute;
    right: 10px;
    bottom: 77px;
}

#slides-modal .slides-control a {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    background: #202020;
    display: block;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 5px;
}

#slides-modal .slides-control a:hover, #slides-modal .slides-control a.active {
    border-color: #077fb7;
}

@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    .sy-caption-wrap {
         left: 50%!important;
         bottom: 2em!important;
    }
}

@media (min-width: 768px) {
    footer figure figcaption {
        grid-template-columns: repeat(3,1fr);
        max-width: 768px;
    }
}

@media (max-width: 992px) {
    .timeline--entry:before, .timeline--entry__title:before, .timeline--entry__title:after {
        display: none;
    }
}

@media (min-width: 992px) {
    header {
        height: 380px;
    }

    header .languages {
        bottom: 35px;
        top: auto;
        margin-right: 15px;
    }
    
    .navbar-nav svg {
        width: 20px;
        height: 18px;
        fill: #9e9e9e;
        padding-top: 2px;
    }

    .navbar .container {
        position: relative;
    }

    .navbar .collapse {
        position: initial;
        background: transparent;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1.1rem 1rem;
        color: #fff;
    }

    .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
        background-color: #077fb7;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        background-color: #077fb7;
    }

    .navbar .nav-item .nav-link.dropdown-toggle:after {
        display: none;
    }

    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{ color: #fff;  }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }

    .navbar .nav-item .dropdown-menu {
        border-radius: 0;
        background: #2f2f2f;
        border-color: #2f2f2f;
    }

    .navbar .nav-item .dropdown-menu .dropdown-item {
        position: relative;
        text-transform: none;
        color: #bcbcbc;
        font-size: 15px;
    }

    .tab-content .tab-pane .form-register .form-group label {
        text-align: end;
    }

    .navbar .nav-item .dropdown-menu .dropdown-item:before {
        position: absolute;
        content: "";
        background-image: url(../images/next.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        color: #077fb7;
        width: 8px;
        height: 8px;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }

    .navbar .nav-item .dropdown-menu .dropdown-item:hover,
    .navbar .nav-item .dropdown-menu .dropdown-item:active,
    .navbar .nav-item .dropdown-menu .dropdown-item:focus {
        background: transparent;
        color: #077fb7;
    }

    .dropdown-large{ min-width:500px; }

    .side-menu {
        background: linear-gradient(180deg,#003374,#003374 48%,#001845);
        z-index: 101;
        height: 66px;
        position: absolute;
        right: 10px;
        margin: 0;
        margin-top: -40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .side-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: -67px;
        z-index: -1;
        background-repeat: no-repeat;
        background-image: url(../images/borderGradient.png);
        width: 68px;
        height: 66px;
    }
    
    .side-menu:after {
        content: "";
        position: absolute;
        height: 66px;
        background: linear-gradient(180deg,#003374,#003374 48%,#001845);
        left: 0;
        top: 0;
        width: var(--side-width);
        z-index: -1;
    }
    
    .side-menu .action {
        text-transform: uppercase;
        color: #00aeff;
        font-weight: 700;
        padding: 0 10px;
        display: flex;
        align-items: center;
        line-height: 1rem;
    }
    
    .side-menu .action:hover {
        color: #fff;
        text-decoration: none;
    }
    
    .side-menu .action:hover svg {
        fill: #fff;
    }

    footer {
        height: 662px;
        background-image: url(../images/bg-rodape.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 50px;
        background-color: #0b0b0b;
    }

    footer figure figcaption {
        grid-template-columns: repeat(3, 1fr);
        max-width: 456px;
    }

    footer figure img {
        height: 75px;
    }

    footer figure .social-networks {
        margin: 20px 0 70px;
        justify-content: flex-start;
    }

    .copyright .container {
        display: flex;
        justify-content: space-between;
    }

    .article figure picture {
        display: block;
    }

    .article figure {
        margin: 0;
        display: grid;
        grid-template-columns: 260px 1fr;
    }

    .article figure figcaption .footer {
        display: flex;
        position: absolute;
        bottom: 19px;
        width: calc(100% - 40px);
        left: 20px;
    }

    .article figure figcaption:before {
        content: "";
        position: absolute;
        top: 0;
        left: -44px;
        border-color: transparent transparent #1f201f;
        border-style: solid;
        border-width: 0 0 172px 44px;
        line-height: 0;
        _border-color: #000 #000 #333433 #000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
    }

    main .featured-article a figure {
        margin-bottom: 20px;
        position: relative;
    }

    main .featured-article a:last-child figure {
        margin-bottom: 15px;
    }

    .slider-container {
        margin-bottom: 20px;
    }

    .nav-tabs.nav-grid .nav-item .nav-link.active:after, .nav-tabs.nav-grid .nav-item .nav-link.active:before {
        content: "";
        position: absolute;
        top: 0;
        width: 40px;
        height: 44px;
    }

    .nav-tabs.nav-grid .nav-item .nav-link.active:before {
        left: -39px;
        background-image: url(../images/borderGradientTabBefore.png);
    }

    .nav-tabs.nav-grid .nav-item .nav-link.active:after {
        right: -39px;
        background-image: url(../images/borderGradientTabAfter.png);
    }

    .nav-tabs.nav-grid {
        flex-direction: row;
    }

    .nav-tabs.nav-grid .nav-item .nav-link.active {
        transform: scale(1.1);
    }
}

@media (max-width: 576px) {
    .collapse, .collapsing {
        width: 100%;
    }

    header .languages {
        right: 10px;
    }

    .sy-slide > img {
        height: auto!important;
    }

    .content-bg {
        grid-template-columns: repeat(2, 1fr);
    }

    .tab-content .tab-pane .children {
        padding: 10px;
    }

    .tab-content .tab-pane .children .info {
        background-image: none;
        padding: 0;
        text-align: center;
    }

    .tab-content .tab-pane .children .info figure {
        display: block;
        grid-gap: 0;
    }

    .tab-content .tab-pane h2 {
        text-align: center;
    }

    .server-info .cards {
        grid-template-columns: 1fr 1fr;
    }

    .pvp-king {
        flex-direction: column;
    }

    .pvp-king .king {
        width: 100%;
    }

    .pvp-king .fc .players {
        grid-template-columns: 1fr 1fr;
    }

    .castle-siege .nav-tabs, .guild-war .nav-tabs {
        padding-left: 0;
    }

    .castle-siege .nav-tabs .nav-item, .guild-war .nav-tabs .nav-item {
        margin: 0;
    }

    .list-group-group {
        right: 0;
        left: 0;
        width: 100%;
        /* bottom: 0; */
        top: auto;
        z-index: 2;
    }
}

/* ACCORDION */

.accordion {
    width: 100%;
    /* border:1px  solid #4d4c4c; */
    overflow: hidden;
}

.accordion-item+.accordion-item {
    /* border-top: 1px solid #3f3e3e; */
    margin-top: 7px;
}

.accordion-header {
    background: linear-gradient(rgba(58, 58, 58), rgba(255, 255, 255, .05));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(58 58 58)), to(rgba(255, 255, 255, .05)));
    cursor: pointer;
    padding: 10px 15px;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    border-radius: 5px;
}

.accordion-header:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0 51 116)), to(rgb(4 25 55)));
    background: linear-gradient(rgba(0, 51, 116), rgb(4, 25, 55));

}

.accordion-item.active .accordion-header {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0 51 116)), to(rgb(4 25 55)));
    background: linear-gradient(rgba(0, 51, 116), rgb(4, 25, 55));

}

.accordion-header::after {
    font-size: 12px;
    content: "⯇";
    transition: transform 0.2s ease;
}

.accordion-item.active .accordion-header::after {
    transform: rotate(-90deg);
    content: "⯇";
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    /* transition: max-height 0.2s ease; */
    padding: 0 15px;
}

.accordion-item.active .accordion-content {
    padding: 15px;
    max-height: 800px;
}