@charset "UTF-8";
html, body {
    height: 100%;
    color: #333;
}
html {
    scroll-behavior: smooth;
}
.bg-custom-color-1 {
    background-color: #d3d4d5;
}
.bg-custom-color-2 {
    background-color: #242a30;
}
.bg-news-title {
    background-color: #e9ecef;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}
.bg-news {
    background-color: #f2f2f2;
}
.contact {
    unicode-bidi: bidi-override;
    direction: rtl;
}
.text-custom-color-1 {
    color: #FA5;
}
.text-custom-color-1:hover {
    color: #F80;
}
.footer-copyright {
    color: white;
}
.footer-news a {
    text-decoration: underline;
    color: white;
}
.alert {
    margin-bottom: 0;
}
.custom-form-error li {
    list-style: none;
}
.checkbox-1x {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.navbar-1 {
    background-color: #242a30;
}
.navbar-1 .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.navbar-1 .nav-link:hover {
    background-color: #8DC640;
    color: white !important;
}

.nav-link-active {
    background-color: #2E4A62;
    color: white !important;
}
.nav-link-active:hover {
    color: white;
}

.goDown {
    background-color: #242a30;
    height: 75px;
}
.gamer-1 {
    background-color: #435560;
}
.gamer-2 {
    background-color: #5b5b5b;
}
.gamer-3 {
    background-color: #435560;
}
.gamer-4 {
    background-color: #5b5b5b;
}
.gamer-5 {
    background-color: #435560;
}

/*--------------------------------------------------------------------------------------*/

.modal-login {
    color: #636363;
    width: 300px;
}
.modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}
.modal-login h4 {
    text-align: center;
    font-size: 26px;
}
.modal-login .form-group {
    position: relative;
}
.modal-login i {
    position: absolute;
    left: 13px;
    top: 11px;
    font-size: 18px;
}

.modal-login-i {
    position: absolute;
    left: 13px;
    top: 11px;
    font-size: 18px;
}

.modal-login .form-control {
    padding-left: 40px;
}
.modal-login .form-control:focus {
    border-color: #00ce81;
}
.modal-login .form-control, .modal-login .btn {
    min-height: 40px;
    border-radius: 3px;
}
.modal-login .hint-text {
    text-align: center;
    padding-top: 10px;
}
.modal-login .close {
    position: absolute;
    top: -5px;
    right: -5px;
}
.modal-login .btn {
    background: #00ce81;
    border: none;
    line-height: normal;
}
.modal-login .btn:hover, .modal-login .btn:focus {
    background: #00bf78;
}
.modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
    justify-content: center;
}
.modal-login .modal-footer a {
    color: #999;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

/*-----------------------------------------------------------------------------*/

.signup-form {
    width: 320px;
    margin: 0 auto;
    padding: 30px 0;
}
.signup-form h2 {
    color: #636363;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
}
.signup-form .hint-text {
    color: #999;
    margin-bottom: 30px;
    text-align: center;
}
.signup-form form {
    color: #999;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-bottom: 15px;
    background: #f2f3f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 15px;
}
.signup-form .form-group {
    margin-bottom: 15px;
}
.signup-form input[type="checkbox"] {
    margin-top: 3px;
}
.signup-form .btn {
    font-size: 16px;
    font-weight: bold;
    min-width: 140px;
    outline: none !important;
}
.signup-form .row div:first-child {
    padding-right: 10px;
}
.signup-form .row div:last-child {
    padding-left: 10px;
}
.signup-form a {
    color: #fff;
    text-decoration: underline;
}
.signup-form a:hover {
    text-decoration: none;
}
.signup-form form a {
    color: #5cb85c;
    text-decoration: none;
}
.signup-form form a:hover {
    text-decoration: underline;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}
