html, body {
    position: relative;
    overflow-x: hidden;
}

body {
    width: 100%;
    background: url('../img/top-bg.png') center top no-repeat,/* url('../img/bottom-bg.jpg') center bottom no-repeat,*/ #00090b;
    background-size: contain;
    font-family: albertus;
    font-size: 18px;
    color: #898791;
    min-height: 100vh;
}

body {
    line-height: 1;
}

:root {
    --more-width: 45px;
    --more-margin: 0px;
    --menu-margin: 0px;
}

@font-face {
    font-family: albertus;
    src: url('../fonts/albertus.eot');
    src: url('../fonts/albertus.eot?iefix') format("eot"), url('../fonts/albertus.woff') format("woff"), url('../fonts/albertus.ttf') format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: dinnextw1g;
    src: url('../fonts/DINNextW1G.eot');
    src: url('../fonts/DINNextW1G.eot?iefix') format("eot"), url('../fonts/DINNextW1G.woff') format("woff"), url('../fonts/DINNextW1G.ttf') format("truetype");
    font-weight: 400;
    font-style: normal
}

.smoke {
    position: absolute;
    left: 0;
    right: 0;
    top: 510px;
    height: 484px;
    width: 100%;
    background-image: url('../img/smoke.png');
    background-position: left top;
    background-repeat: repeat-x;
    -webkit-animation: smoke 20s linear infinite;
    animation: smoke 20s linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes smoke {
    0% {
        background-position: left -1920px top
    }
    100% {
        background-position: left 1920px top
    }
}

@keyframes smoke {
    0% {
        background-position: left -1920px top
    }
    100% {
        background-position: left 1920px top
    }
}

.wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.navbar {
    height: 120px;
}

.navbar-nav .nav-link {
    color: #e6e3f4 !important;
}

.navbar-nav .nav-link:not(.btn) {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 25px !important;
    font-size: 16px;
    white-space: nowrap;
}

.navbar-nav .nav-link:hover {
    color: #d1b145 !important;
}

.menu-sub {
    position: absolute;
    top: 100%;
    background-color: rgba(28, 27, 47, .7);
    z-index: 20;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: .3s;
    margin-bottom: 0;
}

.menu-sub .nav-link {
    color: #e6e3f4;
}

.menu-sub .nav-link:hover {
    color: #d1b145;
    background: transparent;
}

.menu-more {
    cursor: pointer;
}

.menu-more {
    height: 100%;
    width: var(--more-width);
    margin-left: var(--more-margin);
    display: none;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.menu-more.active {
    display: inline-flex;
}

.menu-more:hover .menu-sub {
    opacity: 1;
    visibility: visible;
}

.menu-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    height: 120px;
    max-width: 1400px;
    width: 100%;
}

.btn-outline-gray {
    border: 3px solid rgba(142, 148, 163, 0.4);
    border-radius: 6px;
    display: flex;
    align-items: center;
    color: #e6e3f4;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 16px !important;
    line-height: 1;
}

.btn-outline-gray:hover {
    background: rgba(255, 255, 255, 0.1);
}

.btn-outline-blue {
    border: 3px solid #d1b145;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    color: #d1b145;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 16px !important;
    line-height: 1;
}

.btn-outline-blue:hover {
    background: rgba(118, 230, 255, .3);
    color: #fff;
}

.btn-outline-danger {
    border: 3px solid rgb(190, 9, 9);
    border-radius: 6px;
    display: flex;
    align-items: center;
    color: #e6e3f4;
    font-size: 16px;
    text-transform: uppercase;
    padding: 14px 16px !important;
    line-height: 1;
}

.btn-outline-danger:hover {
    background: rgba(255, 0, 0, 0.24);
}

.btn-ranking {
    background: #d1b145 !important;
    border: 1px solid #102626;
    color: #fff;
    background: 0 0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border-radius: 6px;
    box-shadow: 2px 2px 5px rgb(118 230 255 / 35%);
    padding: 10px 20px;
    cursor: pointer;
    min-height: 30px;
    line-height: 8px;
    margin: 5px;
    transition: .2s all ease !important;
    -moz-box-shadow: inset 0 1px 0 0 #80615c;
    -webkit-box-shadow: inset 0 1px 0 0 #66a5c030;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #181f30), color-stop(1, #68b0c8));
    background-color: #1b2b45;
    text-indent: 0;
    display: inline-block;
    font-family: arial, serif;
    font-style: normal;
    height: 20px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #050005;
}

.btn-ranking {
    background: -moz-linear-gradient(center top, #181f30 5%, #102626100%);
}

.btn-ranking:hover, .btn-ranking.active {
    background: #102626!important;
    border: 1px solid #181f30;
    color: #fff;
}

.btn-ranking.focus, .btn-ranking:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(25 41 66);
}

.icon {
    display: inline-block;
}

.icon-enter {
    background: url('../img/icon-enter.png');
    width: 22px;
    height: 17px;
    margin-right: 15px;
}

.icon-battle {
    background: url('../img/icon-battle.png');
    width: 20px;
    height: 21px;
    margin-right: 15px;
}

.navbar {
    z-index: 999;
}

.navbar ul:not(.menu-sub) .dropdown-menu {
    top: 170%;
}

.navbar .dropdown-menu {
    background-color: rgba(28, 27, 47, .7);
    margin-top: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    opacity: 0;
    display: none;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 25px;
    color: #e6e3f4 !important;
    font-size: 18px;
    margin-bottom: 0;
}

.navbar .dropdown-menu.show {
    opacity: 1;
    display: block;
}

.dropdown-menu .dropdown-item:hover {
    color: #d1b145;
    background: transparent;
}

.dropdown-menu .dropdown-item {
    color: #e6e3f4;
}

a {
    transition: all .3s ease;
}

.nav-link:active, .nav-link.active {
    color: #d1b145 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background: transparent;
    color: #d1b145 !important;
}

.dropdown-menu {
    padding-right: 0;
    padding-left: 0;
}

#footer {
    padding: 80px 0 55px;
    display: flex;
    color: #5a5864;
    background-color: transparent;
}

main {
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(131, 128, 139, .1);
    z-index: 10;
}

main div {
    z-index: 10;
}

.footerInfo {
    width: 35%;
}

#footer a {
    color: white;
}

#footer a:hover, #footer h5 {
    color: #d1b145;
}

#footer h5 {
    margin-top: 0;
}

.nav-pills .nav-item .nav-link {
    color: #83808b;
    padding: 0 8px;
}

.nav-pills .nav-item {
    margin: 0 5px;
    background: #3b403f;
    border-radius: 20px !important;
    line-height: 70px;
    text-align: center;
    color: #83808b;
    text-transform: uppercase;
    position: relative;
    transition: .3s;
    cursor: pointer;
    font-size: 12px;
}

.nav-pills .nav-link {
    border-radius: 20px !important;
}

.nav-pills .nav-link.active {
    background: #272634;
    color: #d1b145;
}

.nav-pills .nav-link.active:after {
    opacity: 1;
}

.nav-pills .nav-link:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -27px;
    margin-left: -14px;
    border: 14px solid transparent;
    border-top: 14px solid #272634;
    transition: .3s;
    opacity: 0;
}

.card {
    background: url('../img/table-bg.jpg') top center repeat;
    width: 100%;
    border-radius: 20px;
    padding: 15px 30px;
    position: relative;
    border: none;
}

.card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 0 0 10px;
}

.card-body {
    padding: 0;
}

.card-footer {
    background-color: transparent;
    border-top: none;
    padding: 10px 0 0;
}

.card li {
    line-height: 1.1rem;
}

.table tr th, .table tr td {
    border-color: rgba(86, 84, 96, .15) !important;
}

.table tr th, .table tr td {
    padding: 12px;
    text-align: center;
}

table.table th {
    border: 0;
    text-align: left;
    border-bottom: 1px solid #642e39;
    font-weight: 400;
}

table tr th {
    color: #d1b145;
    font-size: 18px;
    font-family: dinnextw1g;
}

table tr th, table tr td {
    padding: 1rem;
    vertical-align: middle;
    text-align: center;
}

table.table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    margin: 4px;
}

table tr td, table tr td a {
    color: #c5c2d5;
    font-size: 16px;
    font-family: dinnextw1g;
}

table tr th {
    border-right: 1px solid #333333;
    background: #191825;
}

table.table.ranking th {
    border: 1px solid;
    text-align: center;
}

table.table.ranking {
    border-collapse: collapse !important;
}

.table.ranking a {
    color: #d1b145;
}

.table.ranking tbody tr:hover {
    box-shadow: 0px 8px 10px -3px rgb(0 0 0 / 45%);
    color: #00ffae;
}

.table.ranking a:hover {
    text-decoration: none;
    color: #00beff;
}

.dt-buttons .dropdown-menu {
    border: none;
    border-radius: 0;
}

.dt-buttons .dropdown-menu .dropdown-item {
    color: #d1b145;
}

.dt-buttons .dropdown-menu .dt-button.active {
    background-color: #d1b145;
    color: #6dd2ea;
}

.dt-buttons .dropdown-menu .dt-button:hover {
    background-color: #427395;
    color: #6dd2ea;
}

.dataTables_wrapper .dropdown-menu {
    width: 134px;
    margin: 0;
}

.page-item.disabled .page-link {
    color: #6dd2ea;
    pointer-events: none;
    cursor: auto;
    background-color: #d1b145;
    border-color: #d1b145;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #28c;
    background-color: #d1b145;
    border: 1px solid #d1b145;
}

.page-item.active .page-link {
    background: #102626!important;
    border-color: #d1b145;
    color: #fff;
}

.page-link:hover {
    color: #72dcf5;
    background-color: #446c7e;
    border-color: #528399;
}

.border-2px {
    border: 2px solid;
}

.discord {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.discord::-webkit-scrollbar {
    width: 4px;
}

.discord::-webkit-scrollbar-track {
    background-color: #1d1927;
}

.discord::-webkit-scrollbar-thumb {
    background-color: #d1b145;
}

.header {
    height: 470px;
    position: relative;
}

.flex-s-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-img_1 {
    background: url('../img/header-img.png') no-repeat;
}

.header-img {
    position: absolute;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    height: 971px;
    top: 0;
}

.logo {
    position: relative;
    z-index: 3;
}

.headerInfo {
    text-align: right;
    max-width: 430px;
    position: relative;
    z-index: 3;
}

.headerInfo-title {
    color: #e6e3f4;
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.headerInfo-title span {
    color: #d1b145;
    font-weight: 700;
}

.headerInfo-text {
    font-family: dinnextw1g;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #a5cadd;
}

@media (max-width: 993px) {
    .sidebar, .news, .logo, .headerInfo {
        width: 100%;
    }

    .headerInfo {
        max-width: 100%;
        text-align: center;
    }

    .header {
        height: auto;
        padding: 50px 0;
        text-align: center;
    }
}

@media (max-width: 991px) {
    body {
        background-size: cover;
    }

    .navbar-opened {
        height: 100%;
        position: fixed;
        width: 100%;
        background-color: #0e1729;
        overflow-y: auto;
        align-items: baseline;
    }

    .navbar > div {
        padding: 10px 0;
    }

    .navbar-opened > div {
        padding: 40px 0;
    }

    .navbar-opened .dropdown-menu {
        display: none;

    }

    .navbar-opened .dropdown-menu.show {
        display: block;
    }

    .menu-wrapper {
        height: 100%;
        max-width: 100%;
    }

    .menu-wrapper .navbar-nav {
        width: 100%;
        text-align: center;
    }
}

/*********animation**********/
.sparks {
    position: absolute;
    width: 1200px;
    left: 50%;
    bottom: -100px;
    z-index: 1;
}

.sparks > div {
    position: absolute;
}

.sparks .spark_1 {
    background: url(../img/spark_1.png) no-repeat;
    width: 764px;
    height: 313px;
    right: 0;
    bottom: -320px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: spark-1 4s linear infinite;
    animation: spark-1 4s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.sparks .spark_2 {
    background: url(../img/spark_2.png) no-repeat;
    width: 179px;
    height: 335px;
    right: 230px;
    bottom: -320px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: spark-1 4s linear infinite;
    animation: spark-1 4s linear infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.sparks .spark_3 {
    background: url(../img/spark_3.png) no-repeat;
    width: 128px;
    height: 165px;
    right: 280px;
    bottom: -140px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: spark-3 4s linear infinite;
    animation: spark-3 4s linear infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.sparks .spark-big {
    background: url(../img/spark_4.png) no-repeat;
    width: 794px;
    height: 176px;
    right: 0;
    bottom: -180px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: spark-5 4s linear infinite;
    animation: spark-5 4s linear infinite;
}

.sparks .spark_5 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    right: 40px;
}

.sparks_2 .spark_1 {
    background: url(../img/spark_1.png) no-repeat;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.sparks_2 .spark_2 {
    background: url(../img/spark_2.png) no-repeat;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.sparks_2 .spark_3 {
    background: url(../img/spark_3.png) no-repeat;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.sparks_2 .spark-big {
    background: url(../img/spark_4.png) no-repeat;
}

.sparks_2 .spark_5 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.sparks_2 {
    margin-left: -500px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes spark-1 {
    0% {
        bottom: -320px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    25% {
        bottom: -240px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        bottom: -160px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        bottom: -80px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }
    100% {
        bottom: 0px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes spark-1 {
    0% {
        bottom: -320px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    25% {
        bottom: -240px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        bottom: -160px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        bottom: -80px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }
    100% {
        bottom: 0px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes spark-3 {
    0% {
        bottom: -140px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    25% {
        bottom: -80px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        bottom: -20px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        bottom: 40px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }
    100% {
        bottom: 100px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes spark-3 {
    0% {
        bottom: -140px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    25% {
        bottom: -80px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        bottom: -20px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        bottom: 40px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }
    100% {
        bottom: 100px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes spark-5 {
    0% {
        bottom: -180px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    25% {
        bottom: -120px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        bottom: -60px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        bottom: 0px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }
    100% {
        bottom: 60px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes spark-5 {
    0% {
        bottom: -180px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }
    25% {
        bottom: -120px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        bottom: -60px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }
    75% {
        bottom: 0px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.5;
    }
    100% {
        bottom: 60px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

#scrollToTop {
	background-color: #3b403f;
	position: fixed;
	bottom: 3rem;
	right: 3rem;
	border-radius: 100%;
	width: 64px;
	height: 64px;
	display: flex;
	font-family: "Arial";
	align-items: center;
	justify-content: center;
	margin-bottom: -12rem;
	transition: margin-bottom 0.2s;
	border: none;
	color: #fff;
}

#scrollToTop.active {
	margin-bottom: 0;
}

#scrollToTop:hover {
	background-color: #6896a9;
	/*animation-name: rotate;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;*/
}

.social-acocunts {
	position: fixed;
	top: 50%;
	right: 20px;
}


.social-acocunts a{
	display: block;
	margin-bottom: 1rem;
}

.fixed-top {
	top: -40px;
	transform: translateY(40px);
	transition: transform .3s;
	background-color: #3b403f;
}

@keyframes rotate {
  to {
	transform: rotate(2520deg);
  }
}

@media (max-width: 769px) {
    .footerInfo {
        width: 100%;
        margin-bottom: 30px;
    }

    #footer {
        flex-wrap: wrap;
    }
}

.newsBlock:hover {
    background-size: 110%;
}

.newsBlock {
    background-color: #242430;
    border-radius: 20px;
    width: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
    padding: 30px 30px 30px 75px;
    margin-bottom: 20px;
    transition: .3s;
    z-index: 10;
}

.newsBlock {
    background-size: 101%;
}

.newsBlock-date {
    position: absolute;
    background: #d1b145;
    width: 55px;
    height: 65px;
    border-radius: 6px;
    left: -10px;
    top: 25px;
    color: #242430;
    text-align: center;
    font-size: 26px;
    padding-top: 7px;
}

.newsBlock-date span {
    font-size: 17px;
    font-weight: 700;
}

.newsBlock-title {
    max-width: 370px;
    margin-bottom: 25px;
}

.newsBlock-title {
    color: #afadb5;
    font-size: 26px;
    line-height: 1.3;
}

.newsBlock-text {
    font-family: dinnextw1g;
    line-height: 1.4;
    max-width: 100%;
    margin-bottom: 30px;
}

.newsBlock-text img {
    max-width: 100%;
    height: auto;
}

.news-container .latest-news .row-title, h1 {
    font-size: 38px;
    text-transform: uppercase;
    padding: 16px 0;
    margin-bottom: 20px;
    color: #e6e3f4;
}

@media (max-width: 1445px) {
    .nav-pills .nav-item {
        font-size: 10px;
    }

    .nav-pills .nav-item .nav-link {
        padding: 0 8px;
    }
}

@media (max-width: 1440px) {
    .wrapper {
        padding: 0 10px;
    }

    .newsBlock {
        background-size: cover;
    }

    .newsBlock:hover {
        background-size: cover;
    }
}

@media (max-width: 1205px) {
    .nav-pills .nav-item {
        font-size: 8px;
    }

    .nav-pills .nav-item .nav-link {
        padding: 0 8px;
    }
}

@media (max-width: 1000px) {
    .nav-pills .nav-item {
        font-size: 7px;
    }

    .nav-pills .nav-item .nav-link {
        padding: 0 8px;
    }
}

.card.content {
    background: #3b403f;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    font-family: 'DINNextW1G';
    line-height: 1.4;
    color: #c5c2d5;
    font-size: 16px;
}

.description {
    width: 70%;
    text-align: center;
    border-right: 1px #5a5c69 solid;
    padding: 1rem 1rem 10px 20px;
}

.download {
    width: 30%;
    text-align: center;
    padding: 1rem 1rem 10px 20px;
}

.u-vmenu ul li a {
    color: #d1b145 !important;
}

.u-vmenu > ul > li > a {
    background-color: #172339 !important;
}

.u-vmenu ul {
    background-color: #1a324e;
}

.u-vmenu ul li a:hover {
    background-color: #1e3f60 !important;
}

.list-group-item.active {
    color: #fff;
    background-color: #234e7b;
    border-color: #326aa0;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item {
    background-color: #201c2a;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item-action {
    color: #6e707e;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #4c94c6;
    background-color: #122a40;
}

.dashboard-link:hover {
    text-decoration: none;
}

.box-icon-outline:hover {
    -webkit-text-stroke: 1px #28c;
    -webkit-text-fill-color: transparent;
}

.box-small-icon-alt .box-icon:hover {
    background-color: #122a40;
    border-color: #4c94c6;
}

.box-small-icon-alt:hover .box-icon-outline {
    -webkit-text-stroke: 1px #28c;
    -webkit-text-fill-color: transparent;
}

.box-small-icon-alt:hover.box-small-icon-alt .box-icon {
    background-color: #122a40;
    border-color: #4c94c6;
}

.box-small-icon-alt:hover .box-title {
    color: #4c94c6;
}

.sidebar-cards .card,
.sidebar-cards .card li {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    padding: 3.5px;
}

.sidebar-cards .card,
.sidebar-cards .card li {
    padding: 10px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: left;
}


.border-img {
    border: solid 2px #b18b0e;
    border-radius: 25px;
    opacity: 0.8;
}