/* @font-face {
    font-family: 'Nucleo';
    src: url('../fonts/nucleo.eot');
    src: url('../fonts/nucleo.eot') format('embedded-opentype'), url('../fonts/nucleo.woff2') format('woff2'), url('../fonts/nucleo.woff') format('woff'), url('../fonts/nucleo.ttf') format('truetype'), url('../fonts/nucleo.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  } */

.system-region {
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin-left: 20px;
    word-spacing: 0.5em;
}

.login-overlay {
    position: fixed;
    /* Sit on top of the page content */
    /* display: none; */
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    /* Black background with opacity */
    /* z-index: 2; */
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.login-logo {
    width: 220px;
    height: 110px;
    z-index: 99;
}

.card.card-ts-login {
    background: #20292b91;
    border-radius: 10px;
    padding: 20px;
    /* background: transparent !important; */
}

.card-ts-login .card-header {
    /* height: 60px !important; */
    width: 100%;
    color: #000;
    text-align: center;
    background: transparent !important;
    /* background: rgb(61, 131, 145) !important;
    background: linear-gradient(342deg, rgb(1, 33, 138) 0%, rgb(61, 199, 226) 100%) !important; */
}

.card-ts-login .card-header .back-to-login {
    position: absolute;
    top: 200px;
    left: 20px;
    font-size: 18px;
}

.card-ts-login .card-header img.ts-card-img {
    margin-top: 20px;
    height: auto !important;
    width: 90% !important;
    max-height: 133px;
    max-width: 315px;
}

.card-ts-login .card-header .ts-card-title {
    height: 20% !important;
    font-family: 'Cyber', sans-serif;
    color: #36cdffb3;
    font-weight: 800;
    font-size: 34px;
    line-height: 60px;
    text-shadow: 0.1em 0.1em 0.1em #0808085c;
}

.login-page {
    overflow: hidden;
}

.login-page .main-panel>.content {
    padding: 78px 78px 30px 78px !important;
}

.btn-login {
    /* background-color: #5626aa !important;
    background-image: -moz-linear-gradient(to bottom left, #5626aa, #ae66ff) !important; */
    /* background-image: linear-gradient(to bottom left, #062e91, #1b6ab1, #00c8ff) !important;
    background-image: -webkit-linear-gradient(to bottom left, #062e91, #1b6ab1, #00c8ff) !important;
    background-image: -o-linear-gradient(to bottom left, #062e91, #1b6ab1, #00c8ff) !important;
    background-image: -moz-linear-gradient(to bottom left, #062e91, #1b6ab1, #00c8ff) !important; */
    background-size: 210% 210%;
    background-position: top right;
    transition: all 0.15s ease;
    box-shadow: none;
    color: #424242;
    background: #75e7ff;
    font-size: 16px;
}

.btn-login:hover {
    color: #75e7ff;
    background: #424242 !important;
    /* background-image: -moz-linear-gradient(to bottom left, #5626aa, #ae66ff) !important; */
}

@media screen and (max-width: 768px) {
    .login-page .main-panel>.content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.card {
    box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0);
    background: transparent;
}

.card.card-ts-login.card-title {
    color: #222a42;
}

.card.card-ts-login.card-category,
.card.card-ts-login.stats {
    color: #808080;
}

.card.card-ts-login.form-control::-moz-placeholder {
    color: rgba(34, 42, 66, 0.4);
    opacity: 1;
    filter: alpha(opacity=100);
}

.card.card-ts-login.form-control:-moz-placeholder {
    color: rgba(34, 42, 66, 0.4);
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-group .input-group-prepend .input-group-text,
.form-group .input-group-append .input-group-text,
.input-group .input-group-prepend .input-group-text,
.input-group .input-group-append .input-group-text {
    padding: 5px 10px !important;
}

.card.card-ts-login.form-control::-webkit-input-placeholder {
    color: rgba(34, 42, 66, 0.4);
    opacity: 1;
    filter: alpha(opacity=100);
}

.card.card-ts-login.form-control:-ms-input-placeholder {
    color: rgba(34, 42, 66, 0.4);
    opacity: 1;
    filter: alpha(opacity=100);
}

.card.card-ts-login.has-danger .form-control,
.card.card-ts-login.has-danger .input-group-prepend .input-group-text {
    border-color: #ec250d;
}

.card.card-ts-login.input-group-prepend .input-group-text {
    border-color: rgba(29, 37, 59, 0.2);
    color: #1d253b;
}

.card.card-ts-login.form-control {
    color: #222a42;
    border-color: rgba(29, 37, 59, 0.2);
}

.card.card-ts-login.form-control:focus {
    border-color: #e14eca;
}

.card.card-ts-loginlabel:not(.btn) {
    color: #344675;
}

.card.card-ts-login.form-group.no-border .form-control,
.card.card-ts-login.form-group.no-border .form-control+.input-group-prepend .input-group-text,
.card.card-ts-login.form-group.no-border .form-control+.input-group-append .input-group-text,
.card.card-ts-login.form-group.no-border .input-group-prepend .input-group-text,
.card.card-ts-login.form-group.no-border .input-group-append .input-group-text,
.card.card-ts-login.input-group.no-border .form-control,
.card.card-ts-login.input-group.no-border .form-control+.input-group-prepend .input-group-text,
.card.card-ts-login.input-group.no-border .form-control+.input-group-append .input-group-text,
.card.card-ts-login.input-group.no-border .input-group-prepend .input-group-text,
.card.card-ts-login.input-group.no-border .input-group-append .input-group-text {
    background-color: rgba(222, 222, 222, 0.3);
}

.card.card-ts-login.form-group.no-border .form-control:focus,
.card.card-ts-login.form-group.no-border .form-control:active,
.card.card-ts-login.form-group.no-border .form-control:active,
.card.card-ts-login.form-group.no-border .form-control+.input-group-prepend .input-group-text:focus,
.card.card-ts-login.form-group.no-border .form-control+.input-group-prepend .input-group-text:active,
.card.card-ts-login.form-group.no-border .form-control+.input-group-prepend .input-group-text:active,
.card.card-ts-login.form-group.no-border .form-control+.input-group-append .input-group-text:focus,
.card.card-ts-login.form-group.no-border .form-control+.input-group-append .input-group-text:active,
.card.card-ts-login.form-group.no-border .form-control+.input-group-append .input-group-text:active,
.card.card-ts-login.form-group.no-border .input-group-prepend .input-group-text:focus,
.card.card-ts-login.form-group.no-border .input-group-prepend .input-group-text:active,
.card.card-ts-login.form-group.no-border .input-group-prepend .input-group-text:active,
.card.card-ts-login.form-group.no-border .input-group-append .input-group-text:focus,
.card.card-ts-login.form-group.no-border .input-group-append .input-group-text:active,
.card.card-ts-login.form-group.no-border .input-group-append .input-group-text:active,
.card.card-ts-login.input-group.no-border .form-control:focus,
.card.card-ts-login.input-group.no-border .form-control:active,
.card.card-ts-login.input-group.no-border .form-control:active,
.card.card-ts-login.input-group.no-border .form-control+.input-group-prepend .input-group-text:focus,
.card.card-ts-login.input-group.no-border .form-control+.input-group-prepend .input-group-text:active,
.card.card-ts-login.input-group.no-border .form-control+.input-group-prepend .input-group-text:active,
.card.card-ts-login.input-group.no-border .form-control+.input-group-append .input-group-text:focus,
.card.card-ts-login.input-group.no-border .form-control+.input-group-append .input-group-text:active,
.card.card-ts-login.input-group.no-border .form-control+.input-group-append .input-group-text:active,
.card.card-ts-login.input-group.no-border .input-group-prepend .input-group-text:focus,
.card.card-ts-login.input-group.no-border .input-group-prepend .input-group-text:active,
.card.card-ts-login.input-group.no-border .input-group-prepend .input-group-text:active,
.card.card-ts-login.input-group.no-border .input-group-append .input-group-text:focus,
.card.card-ts-login.input-group.no-border .input-group-append .input-group-text:active,
.card.card-ts-login.input-group.no-border .input-group-append .input-group-text:active {
    background-color: rgba(222, 222, 222, 0.5);
}

.card.card-ts-login.form-group.no-border .form-control:focus+.input-group-prepend .input-group-text,
.card.card-ts-login.form-group.no-border .form-control:focus+.input-group-append .input-group-text,
.card.card-ts-login.input-group.no-border .form-control:focus+.input-group-prepend .input-group-text,
.card.card-ts-login.input-group.no-border .form-control:focus+.input-group-append .input-group-text {
    background-color: transparent;
}

.card.card-ts-login.input-group[disabled] .input-group-prepend .input-group-text,
.card.card-ts-login.input-group[disabled] .input-group-append .input-group-text {
    background-color: #222a42;
}

.card.card-ts-login.form-control[disabled],
.card.card-ts-login.form-control[readonly],
.card.card-ts-loginfieldset[disabled] .form-control {
    background: #E3E3E3;
    border-color: rgba(29, 37, 59, 0.3);
}

.card.card-ts-login.input-group-focus .input-group-prepend .input-group-text,
.card.card-ts-login.input-group-focus .input-group-append .input-group-text,
.card.card-ts-login.input-group-focus .form-control {
    background-color: #ffffff;
    border-color: #e14eca;
}

.card.card-ts-login.input-group-focus.no-border .input-group-prepend .input-group-text,
.card.card-ts-login.input-group-focus.no-border .input-group-append .input-group-text {
    background-color: rgba(222, 222, 222, 0.5);
}

.card.card-ts-login.input-group-prepend .input-group-text {
    border-right: none;
}

.card.card-ts-login.input-group-append .input-group-text {
    border-left: none;
}

.card.card-ts-login.has-danger .form-control:focus,
.card.card-ts-login.has-success.input-group-focus .input-group-append .input-group-text,
.card.card-ts-login.has-success.input-group-focus .input-group-prepend .input-group-text {
    border-color: #ec250d;
}

.card.card-ts-login.has-success .form-control:focus,
.card.card-ts-login.has-success.input-group-focus .input-group-append .input-group-text,
.card.card-ts-login.has-success.input-group-focus .input-group-prepend .input-group-text {
    border-color: #00bf9a;
}

.login-page a,
.register-page a {
    color: #fff;
    font-size: 14px;
}

.register-page .form-check .form-check-label {
    color: #fff;
    font-size: 14px;
}

.form-check input[type="checkbox"]:checked+.form-check-sign::before,
.form-check input[type="checkbox"]:checked+.form-check-sign::before {
    background-color: #75e7ff;
}

.login-page .card.card-ts-login .form-control,
.register-page .card.card-ts-login .form-control {
    /* border-color: #00427b;
    color: black; */
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px;
}

.login-page .card.card-ts-login .input-group-append,
.login-page .card.card-ts-login .input-group-prepend .input-group-text,
.login-page .card.card-ts-login .input-group-prepend .input-group-text,
.register-page .card.card-ts-login.card-ts-login .input-group-append,
.register-page .card.card-ts-login .input-group-prepend .input-group-text,
.register-page .card.card-ts-login .input-group-prepend .input-group-text {
    /* border-color: #000; */
    background: #114ea2;
    color: #fff;
}

.card-chart .card-header .card-title i {
    /* background: linear-gradient(to bottom, #ffc400, #f5c800, #ecc904, #ece20b, #ffea00); */
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-page .link.footer-link {
    display: block;
    font-family: 'Cyber', sans-serif;
    margin-top: 30px;
    font-size: 18px;
    text-decoration: none;
    color: #75e7ff;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus,
.btn:active:hover,
.btn.active:focus,
.btn.active:hover,
.navbar .navbar-nav>a.btn:hover,
.navbar .navbar-nav>a.btn:focus,
.navbar .navbar-nav>a.btn:active,
.navbar .navbar-nav>a.btn.active,
.navbar .navbar-nav>a.btn:active:focus,
.navbar .navbar-nav>a.btn:active:hover,
.navbar .navbar-nav>a.btn.active:focus,
.navbar .navbar-nav>a.btn.active:hover {
    background-color: #263148 !important;
    background-image: none;
    /* background-image: linear-gradient(to bottom left, #344675, #263148, #344675) !important;
    background-image: -webkit-linear-gradient(to bottom left, #344675, #263148, #344675) !important;
    background-image: -o-linear-gradient(to bottom left, #344675, #263148, #344675) !important;
    background-image: -moz-linear-gradient(to bottom left, #344675, #263148, #344675) !important; */
    color: #ffffff;
}


/* MEM */

.sidebar .sidebar-wrapper .nav span,
.sidebar .sidebar-wrapper .nav p,
.sidebar .sidebar-wrapper .nav i {
    color: #ffff;
}

.sidebar .sidebar-wrapper span {
    font-weight: bolder;
    font-size: 12px;
}

.sidebar .sidebar-wrapper p {
    font-weight: bolder;
    font-size: 14px;
}

.sidebar .sidebar-wrapper i {
    color: #004682;
}

.sidebar .nav li:hover:not(.active)>a p,
.sidebar .nav li:hover:not(.active)>a i,
.sidebar .nav li:focus:not(.active)>a p,
.sidebar .nav li:focus:not(.active)>a i,
.off-canvas-sidebar .nav li:hover:not(.active)>a p,
.off-canvas-sidebar .nav li:hover:not(.active)>a i,
.off-canvas-sidebar .nav li:focus:not(.active)>a p,
.off-canvas-sidebar .nav li:focus:not(.active)>a i,
.sidebar .nav li.active>a:not([data-toggle="collapse"]) i,
.sidebar .nav li.active>a:not([data-toggle="collapse"]) p,
.off-canvas-sidebar .nav li.active>a:not([data-toggle="collapse"]) i,
.off-canvas-sidebar .nav li.active>a:not([data-toggle="collapse"]) p {
    color: #fff !important;
}

.manager-sidebar .sidebar-wrapper .nav span,
.manager-sidebar .sidebar-wrapper .nav p,
.manager-sidebar .sidebar-wrapper .nav i {
    color: #ffffff !important;
}

.register-page .card-register .card-footer {
    margin-top: 0px;
}

.login-page .footer .copyright a,
.register-page .footer .copyright a {
    color: #fff;
}

.nav-item.dropdown-item.active {
    color: #ffd000;
}

.card-user .author .block.block-one {
    background: rgba(63, 81, 181, 0.6) !important;
    background: -webkit-linear-gradient(to right, rgba(63, 81, 181, 0.6) 0%, rgba(63, 81, 181, 0) 100%) !important;
    background: -o-linear-gradient(to right, rgba(63, 81, 181, 0.6) 0%, rgba(63, 81, 181, 0) 100%) !important;
    background: -moz-linear-gradient(to right, rgba(63, 81, 181, 0.6) 0%, rgba(63, 81, 181, 0) 100%) !important;
    background: linear-gradient(to right, rgba(63, 81, 181, 0.6) 0%, rgba(63, 81, 181, 0) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=10);
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg);
    margin-top: -90px;
    margin-left: -50px;
}

.card-user .author .block.block-two {
    background: rgba(63, 81, 181, 0.6) !important;
    background: -webkit-linear-gradient(to right, rgba(63, 81, 181, 0.6) 0%, rgba(63, 81, 181, 0) 100%) !important;
    background: -o-linear-gradient(to right, rgba(63, 81, 181, 0.6) 0%, rgba(63, 81, 181, 0) 100%) !important;
    background: -moz-linear-gradient(to right, rgba(63, 81, 181, 0.6) 0%, rgba(63, 81, 181, 0) 100%) !important;
    background: linear-gradient(to right, rgba(63, 81, 181, 0.6) 0%, rgba(63, 81, 181, 0) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=10);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    margin-top: -40px;
    margin-left: -100px;
}

.card-user .author .block.block-three {
    background: rgba(63, 81, 181, 0.6) !important;
    background: -webkit-linear-gradient(to right, rgba(63, 81, 181, 0.6) 0%, rgba(63, 81, 181, 0) 100%) !important;
    background: -o-linear-gradient(to right, rgba(63, 81, 181, 0.6) 0%, rgba(63, 81, 181, 0) 100%) !important;
    background: -moz-linear-gradient(to right, rgba(63, 81, 181, 0.6) 0%, rgba(63, 81, 181, 0) 100%) !important;
    background: linear-gradient(to right, rgba(63, 81, 181, 0.6) 0%, rgba(63, 81, 181, 0) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=10);
    -webkit-transform: rotate(170deg);
    -moz-transform: rotate(170deg);
    -ms-transform: rotate(170deg);
    -o-transform: rotate(170deg);
    transform: rotate(170deg);
    margin-top: -70px;
    right: -45px;
}

.card-user .author .block.block-four {
    background: rgba(63, 81, 181, 0.6) !important;
    background: -webkit-linear-gradient(to right, rgba(63, 81, 181, 0.6) 0%, rgba(63, 81, 181, 0) 100%) !important;
    background: -o-linear-gradient(to right, rgba(63, 81, 181, 0.6) 0%, rgba(63, 81, 181, 0) 100%) !important;
    background: -moz-linear-gradient(to right, rgba(63, 81, 181, 0.6) 0%, rgba(63, 81, 181, 0) 100%) !important;
    background: linear-gradient(to right, rgba(63, 81, 181, 0.6) 0%, rgba(63, 81, 181, 0) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=10);
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg);
    margin-top: -25px;
    right: -45px;
}

.card-user .avatar {
    width: 124px;
    height: 124px;
    border: transparent !important;
    border-bottom-color: transparent;
    background-color: transparent;
    position: relative;
}

.big-message-block {
    height: 100vh;
    padding-top: calc(40vh - 20px);
}

#navbar-guest-lang {
    height: 38px;
    line-height: 28px;
    font-size: 18px;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
}

#navbar-guest-lang .navbar-toggler {
    color: white;
}


/* .collapsed */


/* #navbar-guest-lang .navbar-toggler{
    color: #000;
} */


/* #navbar-guest-lang .navbar-toggler i{
    color:white;
    height: 38px;
    font-size: 18px;
} */

#navbar-guest-lang .navbar-nav li a {
    color: rgb(0, 0, 0);
    font-size: 1rem;
    line-height: 2rem;
}

#navbar-guest-lang .navbar-nav li a.dropdown-item.active,
.dropdown-item.active,
.dropdown-item:active {
    color: #ffd000;
    text-decoration: none;
    background-color: #00427b !important;
}

#navbar-guest-lang .navbar-collapse.collapse.show {}

.ts-error-page {
    z-index: 9999999;
    margin: 0 auto;
    padding: 50px 20px 20px 20px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: #011031;
    text-align: center;
    font-family: 'Noto Serif', serif;
}

.ts-error-page .logo img {
    width: 150px;
}

.ts-error-page .title {
    color: white;
    margin-top: 20px;
    line-height: 50px;
}

.ts-error-page .error-content {
    font-size: 16px;
    line-height: 28px;
}

.ts-error-page .copyright {
    position: fixed;
    bottom: 20px;
    z-index: 9999999;
    right: 20px;
    color: #bebebe;
    font-size: 12px;
}

.card label.ts-reg {
    color: #000 !important;
    font-size: 0.9rem;
    margin-bottom: 0px;
}

.membership-title {
    display: block;
    width: 100%;
    text-align: center;
    height: 120px;
    line-height: 120px;
    color: #0ff;
    font-weight: bolder;
    font-size: 28px;
    word-spacing: 0.2rem;
    text-align: center;
    text-shadow: 0.1em 0.1em 0.4em #fff;
}

.card .membership-type-title {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    display: block;
    color: #fff;
    font-family: 'Poppins';
    font-weight: bolder;
    /* text-decoration: underline;
}

@media screen {
    @media (min-device-width: 992px) {
        input:focus, textarea:focus {
            /* font-size: 14px !important; */
            /* 1078px */
        }
    }
    @media (min-width: 992px) {
        .login-page .footer .copyright,
        .register-page .footer .copyright {
            width: 100%;
            text-align: center;
            float: none;
            padding: 0;
        }
        .nav-email {
            line-height: 45px;
        }
        #navbar-guest-lang nav {
            right: 0 !important;
            position: fixed;
            width: 150px !important;
        }
        .membership-title {
            height: 100px;
            line-height: 100px;
        }
    }
    @media (min-device-width: 320px) and (max-device-width: 991px) {
        input:focus,
        textarea:focus {
            font-size: 16px !important;
        }
        .nav-email {
            /* line-height: 60px;
            color: black; */
            display: none;
        }
        .nav-menu-email {
            display: inline-block;
            line-height: 18px;
            max-width: 32vh;
            overflow: hidden !important;
            text-overflow: ellipsis;
        }
        #navbar-guest-lang nav {
            left: 0;
            position: fixed;
            width: 100%;
        }
    }
}

.dashboard-renewal-status {
    line-height: 50px !important;
    margin-bottom: 30px !important;
}

.dashboard-renewal-status-date {
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
    height: 16px;
    line-height: 22px;
}

#global_loader {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999999999 !important;
    background: #000c;
    position: fixed;
    top: 0;
    left: 0;
}

.spin {
    /* display: block;
    width: 100%;
    height: 150px;
    margin-top: 40px;
    position: absolute; */
    display: block;
    width: 100%;
    height: 150px;
    /* margin-top: 40vh; */
    position: fixed;
    top: calc(50vh - 75px);
    left: calc(50vw - 50%);
    z-index: 99999999;
}


/**/

.spin_dt {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    margin-top: 70px;
    background: #66666673;
    top: 0;
    left: 0;
    z-index: 99999999;
    min-height: 500px;
    padding-top: calc(50vh - 30px);
    margin-left: 300px;
}

.spin_dt center {
    margin-left: -15%;
    display: block;
}

@media screen and (max-device-width: 991px) {
    .spin_dt {
        margin-left: 0px;
    }
}


/**/

.loader {
    border: 3px solid #d6336c;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
}

#loader2 {
    border: 3px solid #3bc9db;
    width: 110px;
    /* 220 */
    height: 110px;
    position: relative;
    top: -106px;
    /* 4 */
    border-left-color: transparent;
    border-right-color: transparent;
    animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
}

#loader3 {
    border: 3px solid #d6336c;
    width: 120px;
    /* 240 */
    height: 120px;
    position: relative;
    top: -222px;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
}

#loader4 {
    border: 3px solid #3bc9db;
    width: 130px;
    height: 130px;
    position: relative;
    top: -348px;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
}

@keyframes rotate {
    0% {
        transform: rotateZ(-360deg)
    }
    100% {
        transform: rotateZ(0deg)
    }
}

@keyframes rotate2 {
    0% {
        transform: rotateZ(360deg)
    }
    100% {
        transform: rotateZ(0deg)
    }
}

#text {
    color: white;
    font-family: Arial;
    font-size: 10px;
    position: relative;
    top: -428px;
}

#fullloader {
    position: absolute;
    display: block;
    z-index: 99999999;
    height: 130vh;
    width: 100%;
    top: 50%;
    left: 50%;
    background: #00000063;
    transform: translate(-50%, -50%);
    padding-top: 50vh;
}


/* scrollbar width */

::-webkit-scrollbar {
    width: 6px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 10px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

/* *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  background: #FCBA7F;
} */

.coockie_wrapper {
    font-family: 'Poppins', sans-serif;
    position: fixed;
    bottom: 0px;
    /* left: 30px; */
    width: 100vw;
    max-width: 100vw;
    /* z-index: 9999999; */
    background: #000000c2;
    padding: 15px 15px 20px 15px;
    /* border-radius: 15px; */
    box-shadow: -1px -5px 14px 5px rgb(89 245 243 / 15%);
    /* 1px 7px 14px -5px rgb(0 0 0 / 15%); */
    text-align: center;
}

.coockie_wrapper.hide {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

::selection {
    color: #fff;
    background: #FCBA7F;
}

.coockie_wrapper img {
    max-width: 90px;
}

.coockie_content header {
    font-size: 25px;
    font-weight: 600;
    color: #4bd1f8;
}

.coockie_content {
    margin-top: 10px;
}

.coockie_content p {
    color: #fff;
    margin: 5px 0 20px 0;
    font-size: 14px;
}

.coockie_content .coockie_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.coockie_buttons button {
    padding: 10px 20px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #2c9fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.coockie_buttons button:hover {
    transform: scale(0.97);
}

.coockie_buttons .coockie_buttons_item {
    margin: 0 10px;
}

.coockie_buttons a {
    color: #02c9ff;
}

.cybr-btn {
    --primary: hsl(var(--primary-hue), 85%, calc(var(--primary-lightness, 50) * 1%));
    --shadow-primary: hsl(var(--shadow-primary-hue), 90%, 50%);
    --primary-hue: 0;
    --primary-lightness: 50;
    --color: hsl(0, 0%, 100%);
    --font-size: 26px;
    --shadow-primary-hue: 180;
    --label-size: 9px;
    --shadow-secondary-hue: 60;
    --shadow-secondary: hsl(var(--shadow-secondary-hue), 90%, 60%);
    --clip: polygon(0 0, 100% 0, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 70%);
    --border: 4px;
    --shimmy-distance: 5;
    --clip-one: polygon(0 2%, 100% 2%, 100% 95%, 95% 95%, 95% 90%, 85% 90%, 85% 95%, 8% 95%, 0 70%);
    --clip-two: polygon(0 78%, 100% 78%, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 78%);
    --clip-three: polygon(0 44%, 100% 44%, 100% 54%, 95% 54%, 95% 54%, 85% 54%, 85% 54%, 8% 54%, 0 54%);
    --clip-four: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
    --clip-five: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
    --clip-six: polygon(0 40%, 100% 40%, 100% 85%, 95% 85%, 95% 85%, 85% 85%, 85% 85%, 8% 85%, 0 70%);
    --clip-seven: polygon(0 63%, 100% 63%, 100% 80%, 95% 80%, 95% 80%, 85% 80%, 85% 80%, 8% 80%, 0 70%);
    font-family: 'Cyber', sans-serif;
    color: hsl(0, 0%, 100%);
    /* var(--color); */
    cursor: pointer;
    background: transparent;
    text-transform: uppercase;
    font-size: 24px;
    /* var(--font-size); */
    outline: transparent;
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    border: 0;
    /* min-width: 150px !important; */
    /* min-width: 300px; */
    height: 45px;
    line-height: 45px;
    transition: background 0.2s;
}

.cybr-btn:hover {
    --primary: hsl(var(--primary-hue), 85%, calc(var(--primary-lightness, 50) * 0.8%));
}

.cybr-btn:active {
    --primary: hsl(var(--primary-hue), 85%, calc(var(--primary-lightness, 50) * 0.6%));
}

.cybr-btn:after,
.cybr-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 70%);
    /* var(--clip); */
    z-index: 1;
}

.cybr-btn:before {
    background: hsl(180, 90%, 50%);
    /* var(--shadow-primary); */
    transform: translate(4px, 0);
    /* translate(var(--border), 0); */
}

.cybr-btn:after {
    background: hsl(200, 100%, calc(60 * 1%));
    /* hsl(0, 85%, calc(50 * 1%)); */
    /* var(--primary); */
}

.cybr-btn span {
    z-index: 2;
    position: absolute;
}

.cybr-btn__text {
    text-align: center;
    display: block;
    width: 100%;
}

.cybr-btn__text_dash {
    display: none;
}

.cybr-btn__tag {
    position: absolute;
    padding: 1px 4px;
    letter-spacing: 1px;
    line-height: 1;
    bottom: -5%;
    right: 5%;
    font-weight: normal;
    color: hsl(0, 0%, 0%);
    font-size: 9px;
    /* var(--label-size); */
}

.cybr-btn__glitch {
    position: absolute;
    top: calc(4px * -1);
    /* calc(var(--border) * -1); */
    left: calc(4px * -1);
    /* calc(var(--border) * -1); */
    right: calc(4px * -1);
    /* calc(var(--border) * -1); */
    bottom: calc(4px * -1);
    /* calc(var(--border) * -1); */
    background: hsl(180, 90%, 50%);
    /* background: var(--shadow-primary); */
    text-shadow: 2px 2px hsl(180, 90%, 50%), -2px -2px hsl(60, 90%, 60%);
    /* 2px 2px var(--shadow-primary), -2px -2px var(--shadow-secondary); */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 70%);
    /* var(--clip); */
    animation: glitch 2s infinite;
    display: none;
}

.cybr-btn:hover .cybr-btn__glitch {
    display: block;
}

.cybr-btn__glitch:before {
    content: '';
    position: absolute;
    top: calc(4px * -1);
    /* calc(var(--border) * -1); */
    left: calc(4px * -1);
    /* calc(var(--border) * -1); */
    right: calc(4px * -1);
    /* calc(var(--border) * -1); */
    bottom: calc(4px * -1);
    /* calc(var(--border) * -1); */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 70%);
    /* var(--clip); */
    background: hsl(195, 100%, calc(40 * 1%));
    /* var(--primary); */
    z-index: -1;
}

@keyframes glitch {
    0% {
        clip-path: polygon(0 2%, 100% 2%, 100% 95%, 95% 95%, 95% 90%, 85% 90%, 85% 95%, 8% 95%, 0 70%);
        /* var(--clip-one); */
    }
    2%,
    8% {
        clip-path: polygon(0 78%, 100% 78%, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 78%);
        /* var(--clip-two); */
        transform: translate(calc(var(--shimmy-distance) * -1%), 0);
    }
    6% {
        clip-path: polygon(0 78%, 100% 78%, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 78%);
        /* var(--clip-two); */
        transform: translate(calc(5 * 1%), 0);
        /* translate(calc(var(--shimmy-distance) * 1%), 0);*/
    }
    9% {
        clip-path: polygon(0 78%, 100% 78%, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 78%);
        /* var(--clip-two); */
        transform: translate(0, 0);
    }
    10% {
        clip-path: polygon(0 44%, 100% 44%, 100% 54%, 95% 54%, 95% 54%, 85% 54%, 85% 54%, 8% 54%, 0 54%);
        /* var(--clip-three); */
        transform: translate(calc(5 * 1%), 0);
        /* translate(calc(var(--shimmy-distance) * 1%), 0);*/
    }
    13% {
        clip-path: polygon(0 44%, 100% 44%, 100% 54%, 95% 54%, 95% 54%, 85% 54%, 85% 54%, 8% 54%, 0 54%);
        /* var(--clip-three); */
        transform: translate(0, 0);
    }
    14%,
    21% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
        /* var(--clip-four); */
        transform: translate(calc(5 * 1%), 0);
        /* translate(calc(var(--shimmy-distance) * 1%), 0);*/
    }
    25% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
        /* var(--clip-five); */
        transform: translate(calc(5 * 1%), 0);
        /* translate(calc(var(--shimmy-distance) * 1%), 0);*/
    }
    30% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
        /* var(--clip-five); */
        transform: translate(calc(var(--shimmy-distance) * -1%), 0);
    }
    35%,
    45% {
        clip-path: polygon(0 40%, 100% 40%, 100% 85%, 95% 85%, 95% 85%, 85% 85%, 85% 85%, 8% 85%, 0 70%);
        /* var(--clip-six); */
        transform: translate(calc(var(--shimmy-distance) * -1%));
    }
    40% {
        clip-path: polygon(0 40%, 100% 40%, 100% 85%, 95% 85%, 95% 85%, 85% 85%, 85% 85%, 8% 85%, 0 70%);
        /* var(--clip-six); */
        transform: translate(calc(var(--shimmy-distance) * 1%));
    }
    50% {
        clip-path: polygon(0 40%, 100% 40%, 100% 85%, 95% 85%, 95% 85%, 85% 85%, 85% 85%, 8% 85%, 0 70%);
        /* var(--clip-six); */
        transform: translate(0, 0);
    }
    55% {
        clip-path: polygon(0 63%, 100% 63%, 100% 80%, 95% 80%, 95% 80%, 85% 80%, 85% 80%, 8% 80%, 0 70%);
        /* var(--clip-seven); */
        transform: translate(calc(5 * 1%), 0);
        /* translate(calc(var(--shimmy-distance) * 1%), 0);*/
    }
    60% {
        clip-path: polygon(0 63%, 100% 63%, 100% 80%, 95% 80%, 95% 80%, 85% 80%, 85% 80%, 8% 80%, 0 70%);
        /* var(--clip-seven); */
        transform: translate(0, 0);
    }
    31%,
    61%,
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
        /* var(--clip-four); */
    }
}

.cybr-btn:nth-of-type(2) {
    --primary-hue: 260;
}

.captcha {}

.captcha span img {
    max-width: calc(100% - 40px);
    height: 36px;
}

.refresh-captcha {
    margin: 0 auto;
    margin-left: 0px;
    width: 30px !important;
    height: 30px !important;
    background: #0099cc;
    padding: 5px;
}

.login-btn{
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    width: 100%;
    text-align: center;
    /* margin: 40px 0; */
    color: #fff !important;
    background: #2c2b2857;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 4px;
    overflow: hidden;
    margin-right: 50px;
    border: 0.5px solid #fff;
}
.login-btn:hover{
    background: #03e9f4;
    color: #050801;
    box-shadow: 0 0 5px #03e9f4,
                0 0 25px #03e9f4,
                0 0 50px #03e9f4,
                0 0 200px #03e9f4;
     -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);
}

.login-btn span{
    position: absolute;
    display: block;
}
.login-btn span:nth-child(1){
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,transparent,#03e9f4);
    animation: animate1 2s linear infinite;
}
@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
.login-btn span:nth-child(2){
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#03e9f4);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}
@keyframes animate2{
    0%{
        top: -100%;
    }
    50%,100%{
        top: 100%;
    }
}
.login-btn span:nth-child(3){
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#03e9f4);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}


.login-btn span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#03e9f4);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4{
    0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}