/* Fonts ( font-family: 'Open Sans', sans-serif; ) */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Cairo:200,300,400,600,700,900&subset=arabic,latin-ext');

body {
    background-color: #1d1f23;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

a:hover {
    text-decoration: none;
}

/* bootstrap */
.form-control {
    background-color: #24272c;
    border: none;
    padding: 11px 15px;
    box-shadow: 0px 3px 5px #00000030;
    color: #585d70;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.form-control:focus {
    color: #585d70;
    background-color: #1d2024;
    outline: none;
    box-shadow: 0px 0px 10px #00000030;
}

.btn {
    padding: 10px 15px;
}

.btn-custom {
    background-color: #3e464f;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0px 3px 5px #00000030;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    font-weight: 500;
    text-shadow: 0px 2px 5px #00000063;
}

.btn-custom:hover {
    background-color: #856404;
}

.btn.focus,
.btn-custom:focus {
    outline: none;
    box-shadow: 0px 0px 10px #00000030;
}

.tool-user {
    margin: 23px 0px 0px 0px;
}

.tool-user small {
    color: #5e6d7a;
}

.tool-user small a {
    color: #fff;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
}

.tool-user small a:hover {
    text-decoration: none;
    color: #ffce3b;
}

.box-form .title h1 {
    background-color: #24272c;
    font-size: 15px;
    font-family: "Open Sans";
    padding: 15px 15px;
    color: #fff;
    text-align: left;
}

.box-form .title h1 .fa-fw {
    padding-right: 20px;
    color: #fff;
}

.box-form .body-form {
    height: auto;
    background-color: #1a1b1f;
    border-bottom: 3px solid #24272c;    /* line-height: 200px; */
    padding: 60px 40px;
}


.body-table {
    padding: 10px !important;
}

.alert-error {
    font-family: "Open Sans";
    background-color: #434343;
    margin: 30px 0px 10px;
    padding: 10px;
    border: 1px solid #282b2e;
    border-radius: 3px;
    box-shadow: 1px 1px 10px #00000059;
    color: #e1e1e1;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}

.alert-good {
    font-family: "Open Sans";
    background-color: #3d7c00;
    margin: 30px 0px 10px;
    padding: 10px;
    border: 1px solid green;
    border-radius: 3px;
    box-shadow: 1px 1px 10px #00000059;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}

.myAccount {
    background-color: #21252a;
    color: #fff;
    padding: 20px;    /* text-decoration: none; */
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 1px 1px 3px #0006;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
}

.myAccount:hover {
    background-color: #2a3036;
    color: #e3a345;

}

/* Top Navbar */
.top-nav-bar {
    background-color: #16171b;
    padding: 0;
    z-index: 2;
}

.top-nav-bar .navbar-nav .nav-item {
    border-right: 1px solid #ffffff05;
    padding: 10px 10px;
}

.top-nav-bar .navbar-nav .nav-item:last-child {
    border: none;
}

.top-nav-bar .navbar-nav .nav-item .nav-link {
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.31);
    font-size: 13px;
    font-weight: 400;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
}

.top-nav-bar .navbar-nav .nav-item .nav-link:hover {
    color: #e9ad20;
}

.top-nav-bar .navbar-nav .nav-item .nav-link .fas {
    padding: 0px 5px;
}

/* NavBar */
.manu-nav-bar {
    background-color: #1d1f23;
    padding: 1.3rem 1rem;
    box-shadow: 0px -7px 19px #000;
    z-index: 1;
}

.manu-nav-bar .navbar-brand {
    background: url('../images/logo-brand.png') 0 0 no-repeat;
    height: 58px;
    width: 68px;
    display: block;
}

.manu-nav-bar .navbar-nav .nav-item {

    /* border-right: 1px solid #ffffff0d; */
    padding: 0px 5px;
}

.manu-nav-bar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.31);
    font-weight: 600;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
}

.manu-nav-bar .navbar-nav .nav-item .nav-link:hover {
    color: #e9ad20;
}

.manu-nav-bar .navbar-nav .nav-item .nav-link .fas {
    padding: 0px 5px;
}

.dropdown-menu {
    position: absolute;
    top: 182%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .8rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #1D1F23;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0px 0px 10px 10px;
    border-top: 1px solid #1e1e1e;
    border-bottom: 2px solid #000000;
}

.dropdown-item {
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.31);
    color: #fff;
    padding: .5rem 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #16171B;
}

/* Header */
.header {
    background: #1d1f23 url('../images/header-bg.jpg') center center no-repeat;
    position: relative;
    height: auto;
    width: 100%;
    height: 315px;
}

.header .logo {
    background: url('../images/header-logo.png') center center no-repeat;
    height: 214px;
    width: 250px;
    display: block;
    margin: 0px auto;
    position: relative;
    top: 19%;
}

/* Social-Media */
.social-game {
    background-color: #1a1b1f;
    padding: 20px;
    box-shadow: 0px 0px 20px #0000004d;
    border-bottom: 1px solid #ffffff08;
}

.social-game h5 {
    margin: 10px 0px;
    padding: 0px;
    font-size: 80%;
    text-transform: uppercase;
    color: #ccc;
    font-weight: normal;
}

.social-game .social-media .navbar-nav .nav-link {
    color: #fff;
    font-size: 20px;    /* height: 50px; */
    width: 50px;
    background-color: #1D1F23;
    margin-left: 5px;
    text-align: center;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
}

.social-game .social-media .navbar-nav .nav-link:hover {
    background-color: #24272C;
    color: #e9ad20;
}

/* statusServer */
.statusServer .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.statusServer .box-card .body {
    max-height: 270px;
}

.info-game .col-md-7,
.info-game .col-md-5,
.info-game .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.general-setting .box-card .body {
    padding: 30px;
}

.box-card .title h1 {
    background-color: #24272c;
    font-size: 15px;
    font-family: "Open Sans";
    padding: 15px 0;
    color: #fff;
}

.box-card .title h1 .fa-fw {
    padding-right: 20px;
    color: #fff;
}

.box-card .body {
    height: auto;
    background-color: #1a1b1f;
    border-bottom: 3px solid #24272c;    /* line-height: 200px; */
    padding: 10px 0px 10px 0px;
}

.box-card .body ul {
    padding: 0 8px;
    margin: 0px auto;
}

.box-card .body .item-td {
    display: block;
    background-color: #24272c;
    border: 1px solid #17181b52;
    padding: 11px 20px;
    margin: -1px auto;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #a9a9a9;
    text-shadow: 0px 1px 1px #000000ba;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
}

.box-card .body .item-td:nth-child(odd) {
    background: #202327;
}

.box-card .body .item-td:hover {
    background-color: #202327;
    color: #f7a428;
}

.box-card .body .activity-td {
    display: block;
    background-color: #24272c;
    border: 1px solid #17181b52;
    padding: 9.5px 10px;
    margin: -1px auto;
    font-size: 70%;
    font-weight: 500;
    text-align: left;
    color: #a9a9a9;
    text-shadow: 0px 1px 1px #000000ba;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
}

.box-card .body .activity-td:nth-child(odd) {
    background: #202327;
}

.box-card .body .activity-td:hover {
    background-color: #202327;
    color: #f7a428;
}

.box-card .body p {
    font-size: 13px;
    font-family: "Open Sans";
    color: #8b8b8b;
    text-shadow: 0px 2px 6px rgba(48, 14, 14, 0.4);
    font-weight: 400;
    padding: 30px;
    overflow: hidden;
}

/* Sections General */
.pd-100 {
    padding: 100px 0px;
}

/* Colors Spans */
.c1 {
    color: #badc58;
}

.c2 {
    color: #eb4d4b;
}

.c3 {
    color: #f0932b;
}

.c4 {
    color: #22a6b3;
}

.c5 {
    color: #95afc0;
}

.c6 {
    color: #c7ecee;
}

/* Start Table Edit */
.main-table {
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.05);
    margin: 0px;
}

.main-table td {
    font-size: 15px;
    font-family: "Open Sans";
    color: #fff;
    background-color: #22252a;
    vertical-align: middle !important;
    padding: 11px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.28);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    text-transform: capitalize;
}

.main-table td:hover {
    background: #303236;
}

.main-table tr:first-child td {
    background-color: #303236;
    font-size: 14px;
    font-family: "Open Sans";
    color: #a3a3a3;
    padding: 12px !important;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid rgba(0, 0, 0, 0.14);
}

.main-table .img-thumbnail {
    padding: .25rem;
    background-color: #1b1f24;
    border: 0px solid #dee2e6;
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

.main-table a {
    color: #99a9d5;
}

/* End Table Edit */

/* Footer */
.footer {
    background-color: #24272c;
    padding: 25px;
    width: 100%;
}

.footer p {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(101, 101, 101);
    font-weight: 600;
    text-shadow: 0px 2px 3px #0000004d;
    margin: 0;
}

.footer p a {
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
}

.footer p a:hover {
    color: #ca9105;
}
