@font-face {
    font-family: gotham;
    src: url('/assets/fonts/GothaProBla.woff2') format('woff2'),
    url('/assets/fonts/GothaProBla.woff') format('woff');
    font-weight: 700
}

@font-face {
    font-family: gotham;
    src: url('/assets/fonts/GothaProBol.woff2') format('woff2'),
    url('/assets/fonts/GothaProBol.woff') format('woff');
    font-weight: 600
}

@font-face {
    font-family: gotham;
    src: url('/assets/fonts/GothaProMed.woff2') format('woff2'),
    url('/assets/fonts/GothaProMed.woff') format('woff');
    font-weight: 500
}

@font-face {
    font-family: gotham;
    src: url('/assets/fonts/GothaProReg.woff2') format('woff2'),
    url('/assets/fonts/GothaProReg.woff') format('woff');
    font-weight: 400
}

@font-face {
    font-family: gotham;
    src: url('/assets/fonts/GothaProLig.woff2') format('woff2'),
    url('/assets/fonts/GothaProLig.woff') format('woff');
    font-weight: 300
}

@font-face {
    font-family: univia;
    src: url('/assets/fonts/UniviaPro-Black.woff2') format('woff2'),
    url('/assets/fonts/UniviaPro-Black.woff') format('woff');
    font-weight: 700
}

@font-face {
    font-family: univia;
    src: url('/assets/fonts/UniviaPro-Bold.woff2') format('woff2'),
    url('/assets/fonts/UniviaPro-Bold.woff') format('woff');
    font-weight: 600
}

@font-face {
    font-family: univia;
    src: url('/assets/fonts/UniviaPro-Medium.woff2') format('woff2'),
    url('/assets/fonts/UniviaPro-Medium.woff') format('woff');
    font-weight: 500
}

@font-face {
    font-family: univia;
    src: url('/assets/fonts/UniviaPro-Light.woff2') format('woff2'),
    url('/assets/fonts/UniviaPro-Light.woff') format('woff');
    font-weight: 400
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: gotham;
    background-color: #151827 !important;
    background-size: cover;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.15em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #eceeef;
}

.dropdown-item {
    display: block;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: normal;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent;
}

.show > .dropdown-menu {
    display: block;
}

.show > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #636c72;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 2;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split::after {
    margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}

.nav-link {
    display: block;
    padding: 0.5em 1em;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #636c72;
    cursor: not-allowed;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}

.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem;
}

.navbar-toggler {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

@media (max-width: 575px) {
    .navbar-toggleable .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-toggleable {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-toggleable > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }

    .navbar-toggleable .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable-sm > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-toggleable-sm > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }

    .navbar-toggleable-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable-md > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-toggleable-md > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }

    .navbar-toggleable-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable-lg > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-toggleable-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
    display: none;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
    color: white;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
    color: white;
}

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
    background: none;
}

.navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
    color: white;
}

.navbar-inverse .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.mr-auto {
    margin-right: auto !important;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

.dropdown-toggle-split {
    background: none;
    border: none;
    padding-left: 0;
    margin-right: 10px;
    color: white;
}

.btn-group .nav-link {
    margin-right: 0;
    padding-right: 0 !important;
}

.dropdown-menu {
    opacity: 0;
    display: block;
    visibility: hidden;
    transition: 0.1s;
}

.btn-group:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

nav {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.nav-link {
    color: white !important;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 19px;
    font-family: gotham;
    font-weight: 600;
}

.nav-item:last-child .nav-link {
    margin: 0;
}

.dropdown-item {
    color: white !important;
    border-color: #202020;
    font-family: gotham;
    font-size: 14px;
    text-decoration: none !important;
}

.dropdown-divider {
    background: #202020;
    margin: 0;
}

.dropdown-item:hover {
    background: #262626;
    color: white;
}

.dropdown-menu {
    padding: 0;
    background: #181818;
}

.dropdown-item {
    color: white;
    border-color: #202020;
    font-family: gotham;
    font-size: 14px;
}

.dropdown-divider {
    background: #202020;
    margin: 0;
}

@media (max-width: 768px) {
    nav img {
        max-width: calc(100% - 60px);
    }
}

footer {
    padding-top:10px;
}

footer .center-all {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.name-cc {
    display: inline-block;
    color: white;
    font-size: 25px;
    letter-spacing: 2px;
}

.name-cc span {
    font-size: 9px;
    font-family: gotham;
    font-weight: 500;
    letter-spacing: 4px;
    display: block;
    line-height: 1;
}

.name-cc b {
    font-weight: 600;
}

.logo {
    display: flex;
}

.logo img {
    margin-right: 15px;
}

.footer-links {
    display: inline-block;
    margin-left: auto;
=: 5 px margin-top: 5 px;
}

.footer-links div {
    display: inline-block;
    color: white;
    margin-left: 15px;
    font-weight: 500;
    font-family: gotham;
    font-size: 14px;
}

@media (max-width: 370px) {
    .name-cc {
        font-size: 20px;
    }
}

@media (max-width: 300px) {
    .name-cc {
        font-size: 18px;
    }
}

@media (max-width: 280px) {
    .name-cc {
        font-size: 16px;
        letter-spacing: 1px;
    }
}

.userbar li {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: gotham;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 15px;
}

.userbar ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.right {
    float: right;
    position: relative;
}

.userbar {
    background: #151827 !important;
}

.userbar li i {
    margin-right: 5px;
}

.userbar li:first-child {
    margin: 0;
}

.home-info {
    background: white;
    padding: 30px;
    text-align: center;
    margin: 30px auto;
    color: #595959;
    line-height: 1.7;
    font-weight: 500;
}

.userbar a {
    color: white;
}

.home-info .section-title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #363636;
    font-size: 14px;
    font-family: univia;
}

.home-info a {
    color: #369bd9;
    font-family: univia;
    white-space: nowrap;
}

.home-info a:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

.home-info h1 {
    margin: 80px 0 60px 0;
    font-family: univia;
    color: #363636;
    font-size: 30px;
}

.content {
    flex: 1;
    background: #1a1d30;
}
.stat-box-header {
    background: linear-gradient(135deg, rgba(53, 155, 242, .95) 38%, rgba(26, 99, 202, .95) 79%), url(/assets/img/texture.png);
    padding: 5px;
    font-family: univia;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: white;
    margin: 0;
}

.stat-box-header img {
    border-radius: 100%;
    width: 36px;
    margin-right: 5px;
}
.stat-box-header span {
    margin-bottom: -5px;
    display: inline-block;
    position: relative;
    bottom: -3px;
}

.profile-page {
    background: #151827;
    padding: 20px;
}
.dashboard-widget-small-box {
    border: none;
    background: #3790dd;
}

.dashboard-widget-small-box .element, .dashboard-widget-small-box i, .dashboard-widget-small-box .caption {
    color: white;
}

.dashboard-widget-small-box .caption {
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 10px;
    color: white;
    font-weight: 300;
}
.account-info {
    background: #1a1d30;
    margin: 0 0 40px 0;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
}

.user-info-box {background: #3790dd;color: white;margin-bottom: 25px;padding: 8px;box-shadow: 0 2px 15px 0 rgba(0,0,0,0.3);font-family: univia;font-size: 13px;text-align: center;font-weight: 500;}

.user-info-box:last-child {
    margin: 0;
}

.user-info-box:first-child {
    margin-top: 2px;
}
.account-info-inner {
    padding: 25px;
}

.dashboard-widget-small-box {
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.3);
}

.dashboard-widget-small-box i {
    font-size: 3em;
}

.panel-body > .panel-header {
    background: linear-gradient(135deg, rgba(53, 155, 242, .95) 38%, rgba(26, 99, 202, .95) 79%), url(/assets/img/texture.png);
    font-family: univia;
    font-weight: 500;
    font-size: 15px;
    color: white;
}

.panel-body {
    background: #1a1d30;
    color: #d8d8d8;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
    margin-bottom: 40px;
}
.panel-body .panel-inner {
    text-align: center;
}
.blue-text {
    color: #1f67bf;
    font-weight: 500;
    margin-left: 35px;
    margin-right: 15px;
    position: relative;
}

.red-text {
    color: #f05252;
    font-weight: 500;
    position: relative;
}

.blue-text::before {
    content: ' ';
    width: 10px;
    height: 10px;
    background: #1f67bf;
    position: absolute;
    left: -12px;
    bottom: 1.5px;
}

.red-text::before {
    content: ' ';
    width: 10px;
    height: 10px;
    background: #f05252;
    position: absolute;
    left: -12px;
    bottom: 1.5px;
}
.credit-box, .package-table {
    background: #1a1d30;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
}

/* Fix squishing on credit boxes -Dirt */
.credit-box img {
    height: 300px;
    width: 100%;
    object-fit: contain;
}


.credit-inner {
    padding: 45px 20px;
}

.credit-count {
    font-family: univia;
    font-size: 20px;
    color: white;
    font-weight: 500;
    display: inline-block;
}

.credit-inner a {background: #2686cd;color: white;padding: 10px;border-radius: 5px;font-size: 13px;float: right;}
.package-table-inner {
    padding: 0 20px;
}

.form-control.adminInteractable {
    background-color: #1a1d30;
}

.form-control.adminInteractable::placeholder {
    color: #8e8e8e;
}

.form-control.adminInteractableLight {
    background-color: #1a1d30;
}

.form-control.adminInteractableLight::placeholder {
    color: #8e8e8e;
}

.btn.btn-prom.adminTableButton {
    background-color: #151827 !important;
    color: #d8d8d8;
}

/* might need to remove if it's a bunch of places - ethan */
button.btn.dropdown-toggle.btn-prom {
    background-color: #151827;
    color: #d8d8d8;
}

#select_server_1 {
    background-color: #1a1d30;
    color: #d8d8d8;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#select_server_2 {
    background-color: #1a1d30;
    color: #d8d8d8;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-striped thead {
    background: none;
    color: white;
    font-family: univia;
}

.table-striped thead th {
    font-weight: 500;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: none !important;
}

.adminCol {
    color:#d8d8d8
}

.package-table td {
    color: white;
}
.home-info .col-sm-1 img {
    margin-left: -15px;
    margin-top: 30px;
}
.home-header h2 {
    margin: 20px 0 60px 0;
    font-family: univia;
    color: #363636;
    font-size: 30px;
}
.home-info i{
    height: 64px;
    width: 64px;
    background: url(/assets/img/sprite.png) no-repeat;
    display: block;
    margin: 0 auto;
}
i.arrow{
    background-position: -375px -5px;
}
i.coins {
    background-position: -5px -5px;
}
i.money {
    background-position: -153px -5px;
}
i.server {
    background-position: -449px -5px;
}
i.gift {
    background-position: -79px -5px;
}
i.paypal {
    background-position: -227px -5px;
}
i.refund {
    background-position: -301px -5px;
}
.store {
    background: #151827;
}

.header {
    text-align: center;
    color: #d8d8d8;
    font-weight: 500;
    margin: 25px 0;
    text-transform: none;
    font-family: univia;
}

.header2 {
    text-align: center;
    font-size:35px;
    color: #d5d2d2;
    font-weight: 500;
    margin: 10px 0 15px;
    text-transform: none;
    font-family: univia;
}

.header3 {
    text-align: center;
    font-size:26px;
    color: #d5d2d2;
    font-weight: 600;
    margin: 0 0 5px;
    text-transform: none;
    font-family: univia;
}

.header4 {
    text-align: center;
    font-size:20px;
    color: #d9d9d9;
    font-weight: 500;
    margin: 0 0 12px;
    text-transform: none;
}

.bs-callout {
    background: #4080dc;
    border: none;
    text-align: center;
    border-radius: 0;
    font-size: 20px;
}

button.close {
    opacity: 1;
}

.bs-callout a {
    color: #9ccfff;
}

.bs-callout_money {
    background: #1c1f34;
}

.srv-box {
    height: initial;
    margin-bottom: 25px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.7);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.srv-label {
    background: #4080dc;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 15px;
}

.srv-selectors {
    padding-left:5px;
    padding-right:5px;
    padding-bottom:15px;
}

.srv-selectors2 {
    padding-left:5px;
    padding-right:5px;
    padding-bottom:15px;
    width: 180px;
}

.srv-selectors-p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
}

.srv-box2 {
    height: initial;
    margin-bottom: 25px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.7);
}

.srv-label2 {
    background: #2B4C82;
    font-size: 15px;
    padding: 16px;
    padding-left: 10px;
    margin: 5px 0 5px 0;
    transition: all 1s;
    color: #fff;
    display: block;
    width: 100%;
    text-align:center;
    border-radius: 5px;
    white-space: nowrap;
}

.srv-label2:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.srv-label3 {
    background: #4080dc;
    font-size: 15px;
    padding: 16px;
    margin: 0;
    transition: all 1s;
    color: #fff;
    display: block;
    width: 100%;
    text-align:center;
    white-space: nowrap;
}

.darker-box {
    background: #1a1d30;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
}

.darker-box2 {
    background: #151827 !important;
    color: #d8d8d8;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
}

.darker-box2 select {
    color: black;
}

.darker-box h6 {
    color: white;
    font-weight: 600;
    font-size: 13px;
}

label.col-sm-2.control-label {
    color: #d8d8d8;
}

label.col-sm-3.control-label {
    color: #d8d8d8;
}

.form-group .col-sm-10 {
    color: #d8d8d8;
}

.form-group .col-sm-10 input::placeholder {
    color: #8e8e8e;
}

.col-sm-offset-2.col-sm-10 > h6 {
    font-family: gotham;
    color: #d8d8d8;
}

/* .form-control {
    background: #2c84cd;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
    color: white;
} */
.form-control::-webkit-input-placeholder {
    color: white;
}
.main-content-box .form-control::-webkit-input-placeholder {
    color: black;
}
.cat-h6 {
    margin-top: 20px;
}

.categoryLink {
    background: #151827;
    color: white;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    font-size: 14px;
}

.categoryLink2 {
    background: #3790dd !important;
    color: white;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    font-size: 14px;
}

.store-box-header {
    background: linear-gradient(135deg, rgba(33, 38, 60, .95) 38%, rgba(26, 99, 202, .95) 79%), url(/assets/img/texture.png);
    text-align: center;
    text-transform: none;
    font-size: 20px;
}
.store-box-wrap {
    background: #f9f9f9;
    margin: 0 0 40px 0;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.2);
    border-radius: 15px;
}

.store-box {
    border: none;
}

.buy-btn {
    border: none;
    padding: 20px;
    background: linear-gradient(135deg, rgba(53, 155, 242, .95) 38%, rgba(26, 99, 202, .95) 79%), url(/assets/img/texture.png);
    font-size: 15px;
}

.buy-btn:hover {
    background: #3d8fd2;
}

/* Added by dirt to stop transparency issues. */
.store-box-upper {
    background-color: #151827;
}

/* Adjust images to cover properly.  */
.store-box-upper img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.store-box-upper span {
    color: #bbbbbb;
    font-family: sans-serif;
    padding: 5px;
    font-weight:400;
}

.store-box-upper ul > li:last-child {
    color: #202020;
    font-family: gotham;
    padding: 10px;
    border-color: #d0d0d0;
}

.store-box-upper ul > li:last-child b {
    font-weight: 500;
}

.store-box-upper2 span {
    background-color: #151827;
    padding: 15px 0 15px 0;
}

.price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.price-line {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
}

.old-price {
    text-decoration: line-through;
    color: #c10000 !important;
    font-size: 20px !important;
    margin-right: 10px;
}

.new-price {
    font-size: 28px !important;
}

.store-packages-pointer {
    cursor:pointer;
}

body.modal-open .container {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: url("https://store.icefuse.net/assets/svg/blur.svg"#blur);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

body.modal-open .container {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: url("https://store.icefuse.net/assets/svg/blur.svg"#blur);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

body.modal-open .content .container.store .row .col-xs-12 .row .col-to-blur { 
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: url("https://store.icefuse.net/assets/svg/blur.svg"#blur);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}
/* perhaps a tad bit specific */
body.modal-open .content .container.store .row .col-xs-12 .row .col-md-12.purchase-page {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: url("https://store.icefuse.net/assets/svg/blur.svg"#blur);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

.modal {
    background-color: rgba(0,0,0,0.2);
}

.modal-xxl {
    width: calc(95% + 60px);
    max-height: 90vh;
    overflow: hidden;
    margin: 5vh auto;
    display: flex;
    flex-direction: column;
}

.modal-med {
    width: calc(40% + 60px);
    max-height: 90vh;
    overflow: hidden;
    margin: 5vh auto;
    margin-top: 30vh;
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .modal-xxl {
        width: calc(900px + 60px);
    }
}

@media (min-width: 1140px) {
    .modal-xxl {
        width: calc(1048px + 60px);
    }
}

@media (min-width: 1480px) {
    .modal-xxl {
        width: calc(1388px + 60px);
    }
}

.icefuse-global-pkg-img {
    width:240px!important;
}

@media (max-width: 992px) {
    .icefuse-global-pkg-img {
        width:350px!important;
    }
}

.modal-icefuse-closex {
    border: none;
}

.modal-icefuse-content {
    background-color: #151827!important;
    color: #d5d2d2;
    border: 5px solid rgba(0,0,0,0.2);
}

@media (max-width: 1199px) {
    .modal-icefuse-body 
    {
        min-height:420px;
        padding-left:0;
        padding-right:0;
        display: flex;
        flex-direction: column;
        gap: 0;
    }
}

@media (min-width:1200px) {
    .modal-icefuse-body {
        min-height:750px;
        padding-left:0;
        padding-right:0;
        display: flex;
        flex-direction: column;
        gap: 0;
    }
}

.modal-icefuse-body2 {
    max-height: 90vh;
    margin-bottom:15px;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #1c1f32;
}

.modal-checkout-content {
    background-color: #151827!important;
    color: #d5d2d2;
    border: 5px solid rgba(0,0,0,0.2);
}

@media (max-width: 1199px) {
    .modal-checkout-body 
    {
        min-height:420px;
        padding-left:0;
        padding-right:0;
    }
}

@media (min-width:1200px) {
    .modal-checkout-body {
        min-height:750px;
        padding-left:0;
        padding-right:0;
    }
}

.modal-checkout-body2 {
    max-height: 90vh;
    margin-bottom:15px;
    box-sizing: border-box;
    overflow-y: auto;
    background-color: #1c1f32;
}

.modal-checkout-inner-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-height: 90vh;
    font-size: 18px;
    text-align: center;
}

@media (max-width: 768px) {
    .modal-checkout-inner-body {
        flex-direction: column;
    }
}

.modal-icefuse-inner-body {
    min-height: 90vh;
    max-height: 90vh;
    font-size:18px;
    text-align:center;
}

.modal-icefuse-inner-body.non-rank {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    max-height: 90vh;
    font-size:18px;
    text-align:center;
}

.modal-icefuse-inner-body.non-rank img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.server-descriptions {
    padding: 10px;
}

.modal-icefuse-inner-body h3 {
    font-size:26px;
}

.modal-icefuse-inner-body h4 {
    font-size:22px;
}

.modal-icefuse-footer {
    padding-bottom:0px;
}

.modal-icefuse-close {
    font-size:30px;
    padding-bottom: 24px!important;
}

@keyframes idleAnimation {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
}

@media (max-width: 1199px) {
    .modal-icefuse-buybtn {
        border-radius: 5px;
        font-weight: 500;
        font-size: 20px;
        padding: 8px 32px;
        margin-bottom:12px;
        margin-top: 16px;
        width: 90%;
        background: linear-gradient(90deg, #4CAF50, #409845);
        overflow: hidden;
        position: relative;
        animation: idleAnimation 5s infinite alternate;
    }
}

@media (min-width:1200px) {
    .modal-icefuse-buybtn {
        border-radius: 5px;
        font-weight: 500;
        font-size: 20px;
        padding: 8px 32px;
        margin-bottom:12px;
        margin-top: 16px;
        width: 90%;
        background: linear-gradient(90deg, #4CAF50, #409845);
        overflow: hidden;
        position: relative;
        animation: idleAnimation 5s infinite alternate;
    }
}

@media (max-width: 1199px) {
    .modal-icefuse-upgradebtn {
        border-radius: 5px;
        font-weight: 500;
        font-size: 20px;
        padding: 8px 32px;
        margin-bottom:12px;
        margin-top: 16px;
        width: 90%;
        background: linear-gradient(90deg, #4c8aaf, #409888);
        overflow: hidden;
        position: relative;
        animation: idleAnimation 5s infinite alternate;
    }
}

@media (min-width:1200px) {
    .modal-icefuse-upgradebtn {
        border-radius: 5px;
        font-weight: 500;
        font-size: 20px;
        padding: 8px 32px;
        margin-bottom:12px;
        margin-top: 16px;
        width: 90%;
        background: linear-gradient(90deg, #4c8aaf, #409888);
        overflow: hidden;
        position: relative;
        animation: idleAnimation 5s infinite alternate;
    }
}

/* .modal-dialog-centered {
    top:6%;
} */

.modal-icefuse-buybtn:hover {
    background: linear-gradient(90deg, #409845, #4CAF50);
}

.modal-icefuse-upgradebtn:hover {
    background: linear-gradient(90deg, #409888, #4c8aaf);
}

.modal-icefuse-close:hover, .modal-icefuse-close:focus {
    color: #fff;
    opacity: .7;
}

.store-box-lower {
    border-top: 0;
    background: rgb(33, 37, 59);
    padding-top: 15px;
}

.store-box-upper ul {
    margin: 0;
}
form .srv-box {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
}

form .srv-box .fa {
    color: #6a6a6a;
}
.info-box {
    background: #1a1d30;
    margin: 0 0 40px 0;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
    border: none;
}

.info-box h2 {
    color: #202020;
    font-weight: 600;
    font-size: 16px;
    font-family: univia;
    font-weight: 500;
}

.btn-prom {
    background: #0d1421;
    color: white;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    font-size: 14px;
}
.credit-content {
    border: none;
}

.credit-content span:nth-child(3) {
    border-color: #d0d0d0;
}

.credit-content span {
    color: #202020 !important;
    font-family: gotham !important;
    font-weight: 500 !important;
}

.credit-content span:nth-child(1) {
    margin-bottom: 7.5px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 7.5px;
}

/* .store-box-lower span, .store-box-lower span2 {
    color: #171717 !important;
} */

/* STORE BOX CHANGES BY DIRT 6/7/22 */

.store-box-lower h1, h2, h3 {
    text-align: center;
}

.store-box-lower span {
    color: #fff;
}

.permsList, .itemList {
      margin: 0;
      padding: 0;
}

.permsList ul {
      list-style-type: none !important;
}
  
.kitCooldown {
    text-align: center;
}
  
ul.itemList, .itemList ul {
    /* -moz-columns: 4;
    -webkit-columns: 4;
    columns: 4; */
    margin: 0;
    padding: 0;
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    /*max-width: 500px;*/
    margin-top:5px;
}

ul.permList {
    margin-bottom:25px;
}
  
.permList li {
    list-style-type: none;
    text-align: center;
    padding: 3px;
}

.itemList li {
    list-style-type: none;
    text-align: center;
    padding: 3px;
}
  
.itemList ul li img {
      max-width: 24px;
      height: auto;
      vertical-align: middle;
}

/* END STORE BOX CHANGES */

.steam-acc-login {
    padding: 25px;
    color: black;
    font-size: 24px;
    text-align: center
}
.full-content-wrapper {
    flex: 1;
    background: #151827;
    position: relative;
}

.main-menu-box {
    top: 0;
    background: #1a1d30;
    z-index: 1;
    position: absolute;
}

.main-content-box {
    margin-top: 0;
}

.main-menu-box ul li.active {
    background: #3790dd !important;
    color: white;
}

.main-menu-box .sub-menu {
    background: #000000;
}

.main-menu-box ul li {
    background: #1a1d30;
    color: #828282;
    margin: 0 0 5px 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.main-menu-box ul li:hover {
    background: #131515 !important;
}

.content-page-top {
    background: linear-gradient(135deg, rgba(53, 155, 242, .95) 38%, rgba(26, 99, 202, .95) 79%), url(/assets/img/texture.png);
    height: 37.5px;
}

.content-page-top:before {}

.content-page-top:before {
    display: none;
}

.content-page-top:after {
    display: none;
}

.content-page-top > span {
    color: white;
    padding: 0;
    line-height: 37.5px;
}

.main-menu-box ul a:first-child li {
    margin: 0;
}

.dashboard-nav {
    background: #1a1d30;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
    min-height: 45px;
}

.dashboard-nav a {min-height: 45px;background: #1a1d30;color: #d8d8d8;border-right: 1px solid #151827;}

.dashboard-nav a.active {
    color: #fff !important;
    background: #3790dd !important;
}

.dashboard-nav a:hover {
    background: #f7f7f7;
    transition: 0.1s;
    color: #202020;
}

.main-content-box h2 {
    font-family: gotham;
    margin-top: 0;
    color: #d8d8d8;
    margin-right: 200px;
}
/* .main-content-box tr {
    background: #eaeaea !important;
} */

.main-content-box .table-striped > tbody > tr:nth-of-type(odd) {
    background: #151827 !important;
}

.pagination li a {
    background: #1a1d30;
    color: white;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    background: #3790dd;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background: #131515;
    color: #b8b8b8;
}

.pagination li a:hover, .pagination li a:focus {
    background: #03549b;
    color: white;
}
.btn-prom:hover {
    background: #182641;
    color: white;
}
.main-menu-box ul.sub-menu .submenu-header {
    display: none;
}

.main-menu-box .sub-menu li {
    background: #1a1d30;
    color: #d8d8d8;
}
.pkg-step {
    background-color: #1a1d30;
    color: #d8d8d8;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
    font-size: 20px;
}

.pkg-step span {
    font-family: gotham;
    font-size: 30px;
    color: white;
}
.stat-box {
    background: #1a1d30;
    color: #d8d8d8;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
}

.stat-box-inner u {
    color: #d8d8d8;
    font-weight: 500;
    text-decoration: none;
}

.stat-box-inner b {
    font-weight: 500;
}

.ticket-header img {
    border-radius: 100%;
    width: 36px;
    height: 36px;
}
.darker-box h5 {
    font-family: gotham;
    color: #d8d8d8;
}

ul.dropdown-menu.inner {
    overflow: auto;
}
.main-content-box .form-control {
    background: #151827;
    color: #d8d8d8;
    margin-bottom: 15px !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}

.main-content-box .form-control::placeholder {
    color: #d8d8d8;
}

.icheckbox_line-red, .iradio_line-red {
    background: #1a1d30;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
    color: #d8d8d8;
    border-color: #f23e3e;
}

.icheckbox_line-red .icheck_line-icon::before, .iradio_line-red .icheck_line-icon::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    color: red;
}

.icheckbox_line-red .icheck_line-icon, .iradio_line-red .icheck_line-icon {
    background: none;
    width: 16px;
    height: 16px;
    margin-top: -8px;
}
.icheckbox_line-red.checked .icheck_line-icon::before, .iradio_line-red.checked .icheck_line-icon::before {
    color: #b2e29b;
    content: "\f00c";
}
.options {
    background: #1a1d30 !important;
    color: white;
}

.trumbowyg-editor {
	color: white;
}

.text-dark {
    color: black;
}

/* ethan stuff starts */

.form-control.adminInteractable {
    background-color: #1a1d30;
}

.form-control.adminInteractable::placeholder {
    color: #8e8e8e;
}

.btn.btn-prom.adminTableButton {
    background-color: #151827 !important;
    color: #d8d8d8;
}

.table.analytics_data * {
    color: #d8d8d8;
    background-color: #1a1d30;
}

.table.table-striped.admin_table * {
    color: #d8d8d8;
    background-color: #1a1d30;
}

select.adminDropdown {
    background-color: #1a1d30;
    color: #d8d8d8;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-inner.analytics_panel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.panel-inner.analytics_panel h2,
.panel-inner.analytics_panel p,
.panel-inner.analytics_panel div {
    text-align: center;
    margin-right: 0;
}

.analytics_container {
    width: fit-content;
}

input.form-control.billing::placeholder {
    color: #8e8e8e;
}

input.form-control.billing::-moz-placeholder {
    color: #8e8e8e;
}

input.form-control.billing::-ms-input-placeholder {
    color: #8e8e8e;
}

body.modal-open .container.store {
    -webkit-filter: none !important;
    -moz-filter: none !important;
    -o-filter: none !important;
    -ms-filter: none !important;
    filter: none !important;
}

.package-modal .modal-dialog-centered {
    position: static;
}

.modal-open .modal-backdrop {
    filter: blur(5px);
}

.modal-open .package-modal {
    filter: none;
}

/* .modal-icefuse-inner-body .package-permissions {
    background: #1D1D1D;
}

.package-permissions .fa-circle-check {
    color: #40e253;
} */

.package-permissions {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px;
    background: #151827;
    overflow: hidden;
    font-size: 14px;
    margin-bottom:30px;
}

.package-permissions td[name="yes"] i.fa-solid.fa-circle-check {
    color: #23b634;
    font-size: 20px;
}

.package-permissions td {
    padding: 4px;
    vertical-align: middle;
}

.itemList .kititem {
    font-size: 16px;
    margin-bottom: 10px;
}

.duration-options-container {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.duration-option-btn {
    font-size: 20px;
    padding: 8px 32px;
    margin: 5px auto;
    background-color: #3666AF;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    width: 80%;
    text-align: center;
    position: relative;
}

.duration-option-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

/* .header4 .discount-original,
.header4 .discount-new,
.header4 .discount-badge {
    margin-top: -8px;
} */

.discount-original {
    text-decoration: line-through;
    color: #ff0000;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.discount-new {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.discount-badge {
    background-color: #23891b;
    color: white;
    border-radius: 12px;
    padding: 2.5px 10px;
    font-size: 18px;
    margin-top: 10px;
    font-family: gotham;
}

.dropdown-label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    color: #d9d9d9;
    font-family: gotham;
}

.custom-dropdown {
    font-size: 18px;
    padding: 10px;
    width: 70%;
    margin: 0 auto;
    border: 2px solid black;
    background-color: #1a1d30;
    color: #d9d9d9;
    max-height: 180px;
    overflow-y: auto;
}

.dropdown-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    margin-bottom: 12px;
}

.col-xs-12.purchase-btn-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#spinner {
    margin: 0 auto;
    margin-bottom: 20px;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(2px); }
    50% { transform: translateY(-2px); }
}

.credit-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.credits-buy-btn {
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 15px 32px;
    width: 100%;
    background: linear-gradient(90deg, #4CAF50, #409845);
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: bounce 5s infinite;
}

.credits-buy-btn:hover {
    color: #fff;
    background: linear-gradient(90deg, #409845, #4CAF50);
}

#credits_buy_button {
    color: #EFA70F;
    position: relative;
    animation: glowing 5s infinite;
}

@keyframes glowing {
    0%, 100% {
        text-shadow: 0 0 1px rgba(239, 167, 15, 0.7);
    }
    50% {
        text-shadow: 0 0 7.5px rgba(239, 167, 15, 1);
    }
}

.code {
    background-color: #1a1d30 !important;
}

.recentTransactions {
    color: white;
    position: fixed;
    bottom: 3rem;
    left: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media screen and (max-width: 420px) {
    .recentTransactions {
        min-width: 90%;
    }
}

.recentTransactions > div {
    display: flex;
}

.recentTransactions .member {
    width: 360px;
    background-color: #2F3243;
    padding: .4em;
    border-radius: .5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    font-weight: 500;
    font-size: 12px;
    gap: .5rem;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    overflow: hidden;
}

.buyercontainer {
    display: flex;
    align-items: center;
    gap: 3px;
    place-content: center;
}

.buyercontainer p {
    margin: 0;
}

.buyertext {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.buyername {
    max-width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.enter {
    animation-name: enterAnimation;
}

.leave {
    animation-name: leaveAnimation;
}

.small_text {
    opacity: 75%;
    font-style: italic;
}

@keyframes enterAnimation {
    from {
        opacity: 0;
        transform: scale(0) translateX(-400px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateX(0px);
    }
}

@keyframes leaveAnimation {
    from {
        opacity: 1;
        transform: scale(1) translateY(0px);
    }

    to {
        transform: translateX(-100%);
    }
}

.close_button {
    display: grid;
    place-content: center;
    background-color: #4b5563;
    border-radius: 100%;
    width: max-content;
    cursor: pointer;
    padding: .5rem;
}

.flex {
    display: flex;
    gap: .5rem;
}

table.table.table-striped.sup-table {
    background: #1a1d30 !important;
    color: white;
}

.col-lg-12.support-view p {
    color: white;
    margin-top: 16px;
}

.best-deal-badge {
    display: inline-block;
    background: linear-gradient(90deg, #4CAF50, #409845);
    color: white;
    border-radius: 12px;
    padding: 2px 10px;
    font-size: 14px;
    position: absolute;
    top: 9px;
    right: 8px;
}

.item-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.item-section h4 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
}

.item-box {
    display: inline-block;
    width: 70px;
    height: 90px;
    margin: 5px;
    text-align: center;
    position: relative;
    border: 1px solid #515151;
    background-color: rgba(22, 22, 22, 0.8);
    transition: transform 0.2s; 
}

.item-box:hover {
    transform: scale(1.1);
  }

.item-img {
    max-width: 100%;
    max-height: 70%;
    display: block;
    margin: 5px auto;
}

.item-count {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
} 

.textarea-container {
    position: relative;
    display: inline-block;
    width: 400px;
    height: 200px;
}

textarea#text {
    resize: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

#charCount {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 0 5px;
}

.profile-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid transparent;
}

.profile-avatar.admin {
    border-color: #007BFF;
}

.username {
    color: white;
}

.username.admin {
    color: #007BFF;
}

.reply-container {
    background-color: #1c1f32;
    border: 1px solid #181B2C;
    border-radius: 4px;
    margin-bottom: 20px;
}

.ticket-body {
    padding: 10px;
}

.ticket-header {
    background: #232743;
    padding: 5px;
    font-family: gotham;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin: 0;
    height: 46px;
}

.ticket-header-left {
    float: left;
    display: flex;
    align-items: center;
}

.ticket-header-right {
    float: right;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 14px;
}

.ticket-reply {
    width:100%;
    height:200px;
    background-color:#181B2C;
    color:white;
    resize:none;
    box-sizing: border-box;
    border: none;
    padding: 10px;
}

.ticket-reply::placeholder {
    color: gray;
}

.ticket-reply:focus {
    outline: none;
}

.ticket-info-box {
    padding: 10px;
    background-color: #1F2239;
    border-radius: 5px;
}

.ticketDropdown {
    background-color: #1F2239;
}

.jobs-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.jobs-section h4 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
}

.job-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 80px;
    margin: 5px;
    text-align: center;
    position: relative;
    border: 1px solid #515151;
    background-color: rgba(22, 22, 22, 0.8);
    transition: transform 0.2s;
}

.job-box:hover {
    transform: scale(1.1);
}

.job-img {
    max-width: 100%;
    /* max-height: 70%; */
}

.embedded-image {
    max-width: 60%;
    max-height: 280px;
    display: block;
    margin-top: 16px;
}

.bonus-banner {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e67e22;
    color: white;
    padding: 8px;
    z-index: 10;
    font-weight: bold;
    font-size: 1.3em;
    border-bottom-left-radius: 10px;
    border: 2px solid #bf6900;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#checkout {
    padding-bottom: 14px;
}

.btn-blue {
    color: #ffffff;
    background-color: #3790dd;
    border-color: #2969a2;
}

.btn-blue:hover {
    color: #fff;
    background-color: #2d83bf;
    border-color: #256fa1;
}

.btn-green {
    color: #fff;
    background: linear-gradient(135deg, #5cb85c, #2f7b2f);
    border-color: #2f682f;
}

.btn-green:hover {
    color: #fff;
    background: linear-gradient(135deg, #449d44, #398439);
    border-color: #398439;
}

.modal-checkout-inner-body input[type="text"] {
    background-color: #1f2339;
}

.modal-checkout-inner-body input::placeholder {
    color: #8e8e8e;
}

.modal-header {
    background: #121522!important;
}

#user-info {
    color: white;
    text-align: center;
    font-size: 14px;
    font-family: 14px;
}

.payment-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    margin: 8px;
    padding: 10px;
    border: 1px solid #393939;
    border-radius: 8px;
    background-color: #2b2b2b;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.payment-button img {
    max-width: 100px;
}

.payment-button:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.chevron-banner {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.chevron-banner::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 113px;
    height: 113px;
    background: linear-gradient(45deg, #1c6317, #279227, #6aee60);
    background-size: 300% 300%;
    animation: gradientAnimation 6s ease infinite;
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
}

.chevron-banner span {
    position: absolute;
    bottom: 18px;
    left: 30px;
    transform: rotate(45deg);
    font-size: 17px;
    background: none;
    color: white;
    font-weight: bold;
    border-bottom: none;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.chevron-banner span {
    transition: transform 0.3s ease, color 0.3s ease;
}

.chevron-banner:hover span {
    transform: rotate(45deg) scale(1.05);
    color: #ffeb3b;
}

/* banner stuff */
@media (min-width: 768px) {
    .banner {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .banner {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .banner {
        width: 1200px;
    }
}

.banner-text {
    font-size: 1.6rem;
    font-weight: bold;
    z-index: 2;
    position: relative;
}

#countdown {
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffa726;
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
}

.new-year-banner {
    background: linear-gradient(135deg, #123456, #789abc);
    color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    border: 3px solid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.new-year-highlight {
    color: #123456;
    background: rgba(18, 52, 86, 0.1);
}

.valentines-day-banner {
    background: linear-gradient(135deg, #d12d57, #a51240);
    color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    border: 3px solid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.valentines-day-highlight {
    color: #ff9dd2;
    background: rgba(209, 45, 87, 0.1);
}

.st-patricks-day-banner {
    background: linear-gradient(135deg, #2f7e31, #144d1e);
    color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    border: 3px solid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.st-patricks-day-highlight {
    color: #47ba4b;
    background: rgba(47, 126, 49, 0.1);
}

.easter-banner {
    background: linear-gradient(135deg, #ffccff, #ff99ff);
    color: #660066;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    border: 3px solid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.easter-highlight {
    color: #ff66cc;
    background: rgba(255, 102, 204, 0.1);
}

.spring-banner {
    background: linear-gradient(135deg, #a8e063, #56ab2f);
    color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    border: 3px solid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.spring-highlight {
    color: #56ab2f;
    background: rgba(86, 171, 47, 0.1);
}

.independence-day-banner {
    background: linear-gradient(135deg, #3b5998, #192f6a);
    color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    border: 3px solid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.independence-day-highlight {
    color: #192f6a;
    background: rgba(25, 47, 106, 0.1);
}

.halloween-banner {
    background: linear-gradient(135deg, #ff6600, #cc3300);
    color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    border: 3px solid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.halloween-highlight {
    color: #cc3300;
    background: rgba(204, 51, 0, 0.1);
}

.black-friday-banner {
    background: linear-gradient(135deg, #2f2f2f, #202020);
    color: white;
    text-align: center;
    padding: 10px;
    height: 96px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: 3px solid;
    animation: animateBorder 6s infinite;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    align-content: center;
}
.black-friday-highlight {
    color: #e40c0c;
    background: rgba(228, 12, 12, 0.1);
}

.christmas-banner {
    background: linear-gradient(135deg, #2a4666, #173261);
    color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    border: 3px solid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.christmas-highlight {
    color: #2192d8;
    background: rgba(33, 146, 216, 0.1);
}
/* end banner stuff */
/* ethan stuff fin */