@import "notify.css";

body{
    height: auto;
    overflow: hidden;
    user-select: text;
    -webkit-user-select: text;
}
main{
    z-index: unset;
}

.ballance-item__icon img {
    max-width: 150px;
    width: 100%;
}

#homeemail::placeholder{
    font-size: 0.8em;
}

.login-info__dropdown.open{
    text-align: center;
}

@media (max-width: 1919px) {
    .top-info-container {
        padding-right: 30px!important;
        padding-left: 30px!important;
    }
}

@media (max-width: 767px) {
    main{
        z-index: 0;
    }
    main>.d-flex{
        min-height: 265vh;
    }
    .ballance-item {
        margin-bottom: 0;
    }
    .sidebar-on .dropdown-circle.mobile-dropdown-lang, .mobile-dropdown-cog{
        display: inline-block;
    }
    .sidebar-on .dropdown-circle.mobile-dropdown-lang{
        padding-left: 0;
        margin-left: 220px;
    }
    .sidebar-on .dropdown-sqr-list{
        top: 44px;
    }
    .sidebar-on .sidebar-block .active::before,.active::after{
        display: none;
    }
    #homeemail::placeholder{
        font-size: 0.66em;
    }
    .top-info-wrapper{
        padding: 10px 0;
        text-align: center;
    }
    .top-info-container
    {
        flex-wrap: wrap;
        padding:0 10px!important;
    }
    .top-info{
        margin-left: 0;
    }
    .top-info-button-finance{
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding-bottom: 4px;
        display: flex;
        justify-content: space-between;
    }
    .top-info-button-finance .button {
        width: 100%;
    }
    .block-info-item .item-desc{
        max-width:100%;
        margin:0 auto;
    }
    .user_balance_credit, .user_balance, .user_bonus_balance{
        color: #3fc;
    }
}

.breadcrumbs {
    padding: 5px 10px;
    font-size: 14px;
}

.breadcrumb-item.active {
    color: #f7f7f8;
}

.breadcrumb-item a {
    color: #3fc;
    font-size: 14px;
}

.text-green {
    color: #3fc;
}

.sidebar-wrapper .select2-container--krajee-bs4 .select2-selection {
    border-radius: 0 !important;
}

.dropdown-sqr-list {
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 57px;
    border: 0;
    background-color: #252d37;
    box-shadow: none;
}

.dropdown-sqr-item {
    padding: 18px 21px 18px;
}

a {
    color:#3fc;
    text-decoration:none;
}

a:hover,a:focus,a:active{
    color:#2dd9ae;
    text-decoration: none;
}

a.warning-link {
    color:#664d03;
    text-decoration:none;
}

a.warning-link:hover,a.warning-link:focus,a.warning-link:active{
    color: #362901;
    text-decoration: none;
}

ul.nav-block-tabs
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0;
}
li.nav-block-tab-item:not(:last-child)
{
    margin-right: 55px;
}
li.nav-block-tab-item a
{
    font-family: Opensans,sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px dashed #fff;
    cursor: pointer;
    text-decoration: none;
}
.tabs-link li.active a.tabs-link__item {
    color: #fff;
    border-color: #fff;
}

.tabs-link__item {
    font-size: 16px;
}

li.nav-block-tab-item.active a, li.nav-block-tab-item a:hover, li.nav-block-tab-item a:focus, li.nav-block-tab-item a:active,
.tabs-link li.active a.tabs-link__item.active, a.tabs-link__item.active, a.tabs-link__item:hover, a.tabs-link__item:focus, a.tabs-link__item:active
{
    color: #3fc;
    border-color: #3fc;
}
div.tab-content {
    border: none;
    padding-top: 0;
}
.input-line {
    border-radius: 10px;
}
li.pagination__item > a,
span.pagination__item > span {
    justify-content: inherit;
    display: flex;
    height: inherit;
    width: inherit;
    align-items: inherit;
    border-radius: inherit;
}

.form-control:disabled, .form-control[readonly] {
    background: none;
}

.top-info-container {
    padding-right: 10px!important;
    padding-left: 10px!important;
}

table td, table th {
    font-size: 14px !important;
}

table th a, table td a {
    color: #3fc;
}

.img-fluid {
    max-width: 100% !important;
}

.tbl {
    overflow-x: auto;
    width: 100%;
    /*position: relative;*/
}
.input-line {
    border-radius: 10px;
}

.custom-radio {
    padding: 5px 5px 5px 0;
    border-radius: 50px;
    display: inline-flex;
    cursor: pointer;
    transition: background 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}
.custom-radio:hover, .custom-radio:focus-within {
    background: rgba(159, 159, 159, 0.1);
}
.custom-radio input {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 1px #9F9F9F;
    box-shadow: inset 0 0 0 1.5px #9F9F9F;
    appearance: none;
    padding: 0;
    margin: 0;
    margin-right: 3px;
    transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    pointer-events: none;
}
.custom-radio input:focus {
    outline: none;
}
.custom-radio input:checked {
    box-shadow: inset 0 0 0 6px #33fecc;
}
.custom-radio span {
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    padding: 0 8px;
}
.col{
    position: unset;
    padding-right: 0;
    padding-left: 0;
}

.text-color-white {
    color: #fff;
}

.pagination__wrapper-top:empty {
    display: none;
}

.sidebar-submenu-item__link::after {
    content: none;
}

.sidebar-submenu-item__link {
    margin-left: 0;
    padding-left: 0;
    line-height: 35px;
    padding-right: 45px;
    display: flex;
    align-items: baseline;
    min-width: 100%;
}

.sidebar-submenu-item__link > i:first-child {
    margin-right: 10px;
}

.sidebar-submenu-item__link > i {
    margin-left: 5px;
    margin-right: 0;
}
.sidebar-block .item-name__link {
    padding-right: 10px;
}

/* BANNER */
.banner {
    color: #fff;
    margin-bottom: 15px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.banner img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.banner_empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    font-size: 11px;
    background: #00bc9c;
    padding: 3px;
    border-radius: .25rem;
    text-transform: uppercase;
    text-align: center;
}

.banner_empty:hover {
    background: #09816d;
    color: #fff;
}

.sidebar-banners {
    padding: 15px 5px;
}

.top-banners {
    /*margin: 20px 0 0;*/
    display: flex;
    columns: 6;
    column-gap: 15px;
}

.top-banners .banner {
    max-width: 250px;
    height: 50px;
}

@media (max-width: 992px) {
    .top-banners {
        display: block;
        columns: 3;
    }
    .sidebar-item .sidebar-subitem{
        top:0px!important;
    }
}

@media (max-width: 768px) {
    .top-banners {
        display: block;
        columns: 2;
    }
    .button-add-balance{
        margin-right:5px;
    }
    .button-add-donate{
        margin-left:5px;
    }

    .button-add-balance, .button-add-donate {
        width: 47%;
    }

    .button-enter{
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom:10px;
    }

    .button-reg{
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .pagination__item:nth-child(4), .pagination__item:nth-child(5){
        display: flex;
    }
}

.cke {
    border-radius: 10px;
    overflow: hidden;
}

.bootstrap-switch {
    border: none;
}

.bootstrap-switch-container .bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.file-caption-name{
    color: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.file-preview {
    border-radius: 10px;
}
.file-drop-zone {
    border-radius: 10px;
}

.file-caption .btn {
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.detail-view {
    color: #fff !important;
    margin-bottom: 0;
}

.btn {
    border-radius: 10px;
}

.alert {
    border-radius: 10px;
    width: fit-content;
    padding: 7px;
}

.alert-ideas {
    color: #262d37;
    background-color: #3fc;
    border-color: #3a404900;
}

.m-l-30 {
    margin-left: 30px;
}

.detail-view td, .detail-view th {
    color: #c1c1c1;
    font-size: 16px !important;
    letter-spacing: 0.5px;
}

.badge.bg-success {
    color: #fff !important;
}

.redactor-editor, .redactor-box {
    background-color: #2c313a;
    color: white;
}

.form-group {
    margin-bottom: 5px;
}

.form-group label {
    color: #ddd;
    margin-bottom: 5px;
}

.control-label .red, .label-input .red {
    color: red;
    margin-left: 5px;
}

.input-group-text {
    border-width: 2px;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #2c313a;
    color: #fff;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
    color: black;
}

.sidebar-wrapper .select2-container--krajee-bs4 .select2-selection {
    background-color: #26b597;
    border: 0;
}
.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-dropdown,
.select2-container--krajee-bs4.select2-container--open:not(.select2-container--disabled) .select2-selection, .select2-container--krajee-bs4:not(.select2-container--disabled) .select2-selection:focus
{
    box-shadow:none!important;
    border: 1px solid white!important;
}

.sidebar-wrapper .select2-search__field {
    color: #fff;
}

.page-links__list-notfull .swiper-wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .page-links__list-notfull .swiper-wrapper {
        justify-content: flex-start;
    }
}

.page-links__list-notfull .swiper-wrapper .button {
    width: 100%;
}
/*.page-links__list-notfull .swiper-wrapper .swiper-slide {*/
/*    padding-right: 15px;*/
/*    padding-left: 15px;*/
/*}*/

.swiper-container {
    overflow: inherit;
}

.random-block{
    min-height: 350px;
    max-height: 700px;
    height: auto;
}

.textarea-line__black{
    padding: 7px 10px!important
}

@media (max-width: 768px) {
    .sidebar-item.active .sidebar-subitem {
        position: relative;
        left: 0;
    }
    .banner_empty{
        font-size: 10px;
        border-radius: 10px;
    }
}
.button-red {
    color: #ffffff !important;
}
.button-red:hover,
.button-red:active,
.button-red:focus
{
    color: #262d37 !important;
}
.placeholder
{
    color: #67696d !important;
}
.input-line::-webkit-input-placeholder, .textarea-line::-webkit-input-placeholder
{
    color: #999 !important;
}
.input-line::-moz-placeholder, .textarea-line::-moz-placeholder
{
    color: #999 !important;
}
.input-line:-ms-input-placeholder, .textarea-line:-ms-input-placeholder
{
    color: #999 !important;
}
.input-line::-ms-input-placeholder, .textarea-line::-ms-input-placeholder
{
    color: #999 !important;
}
.input-line::placeholder, .textarea-line::placeholder
{
    color: #999 !important;
}
select option {
    color: #ffffff;
}

.w-200-px {
    width: 200px;
}

.w-100-px {
    width: 100px;
}

.copy-text {
    cursor: pointer;
    text-align: center;
}

.sip-absolute-div {
    position: absolute;
    left: 40%;
}

.sip-absolute-div-1 {
    top: 6%;
}

.sip-absolute-div-2 {
    top: 10.5%;
}

.sip-absolute-div-3 {
    top: 21.2%;
}

.sip-absolute-div-4 {
    top: 25.7%;
}

.sip-absolute-div-5 {
    top: 30.2%;
}

.sip-absolute-div-6 {
    top: 34.7%;
}

.sip-absolute-div input {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    width: 120px;
    border: 0;
    cursor: pointer;
    background-color: #3fc;
    padding: 2px 4px;
}

.datetimepicker{
    background: rgb(44, 49, 58);
    border: 1px solid rgb(255, 255, 255);
    color: white;
}

.datetimepicker td.active.active,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active
{
    background-color: #3fc!important;
    color:#777!important;
}

.datetimepicker .day:hover,
.datetimepicker .hour:hover,
.datetimepicker .minute:hover,
.datetimepicker .switch:hover,
.datetimepicker .prev:hover,
.datetimepicker .next:hover,
.datetimepicker .today:hover
{
    background-color: white !important;
    color: #777 !important;
}

.border-style {
    border-radius: 10px !important;
    border: solid white 1px !important;
}
.create-form-row {
    align-items: baseline;
}
.create-form-row .form-group {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.create-form-row .form-group > div {
    flex: 1;
}

select.table-filter{
    width: 100px;
}

.table-filter{
    background-color: #2c313a;
    border-radius: 10px;
    border: 1px solid #929292;
    padding: 0 6px;
    height: 30px;
    color: #fff;
    width:80%;
}

.sidebar-item .tooltip {
    font-size: 14px;
}

.label-new {
    color: #3fc;
}

@media (min-width: 768px) {
    .sidebar-block .sidebar-item.current .item-name__link {
        display: block;
        width: 100%;
    }
}
.login-info__dropdown {
    z-index: 9999;
}

.copy-item {
    border: none;
    background: none;
    cursor: pointer;
}

.copy-item:after {
    content: '\f0c5';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-left:5px;
    color:#3fc;
}

@media (max-width: 768px) {
    .sidebar-submenu-item__link {
        /*padding-left: 25px;*/
    }

    .sidebar-block .sidebar-submenu.grid {
        width: auto;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.recovery-error > ul {
    list-style-type: none;
}

.show-pass-recovery {
    color: #797979;
    right: 6px;
    margin-top: 5px;
    cursor: pointer;
    position: absolute;
}

element.style {
}
.stop-function .button {
    font-size: 18px;
    color: #252d37;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
/*.button-gold, .button-yellow  tr td{*/
/*    padding: 10px !important;*/
/*}*/

table .button-small {
    font-size: 12px;
    height: inherit;
    padding: 0 5px !important;
    min-height: inherit;
}

.credit-score-report-grid .card {
    background: transparent;
    border: 0;
}

.stop-function .button{
    font-size: 14px;
}

form .has-success input,
form .has-success select,
form .has-success textarea,
form .has-success .numbered-textarea-canvas,
form .has-success .select2-selection {
    border-color: #3fc !important;
}

form .has-error input,
form .has-error select,
form .has-error textarea,
form .has-error .numbered-textarea-canvas,
form .has-error .select2-selection {
    border-color: #cc6666 !important;
    border-width: 2px;
}

.button-happy-time{
    margin-bottom: 5px;
    height: 20px;
    line-height: 6px;
    font-size: 14px;
    color: black;
}

.finance-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.mob-display {
    display: none;
}

.mob-hide{
    display: block;
}

.show-pass-client {
    color: #797979;
    right: 25px;
    cursor: pointer;
    position: absolute;
    margin-top: 50px;
}

.p-t-5 {padding-top: 5px;}
.p-t-10 {padding-top: 10px;}
.p-t-35 {padding-top: 35px;}
.p-r-35 {padding-right: 35px;}
.p-t-25 {padding-top: 25px;}
.m-b-0 {margin-bottom: 0;}
.m-b-5 {margin-bottom: 5px;}
.m-b-10 {margin-bottom: 10px;}
.m-b-30 {margin-bottom: 30px;}
.m-t-5 {margin-top: 5px;}
.m-t-15 {margin-top: 15px;}
.m-t-10 {margin-top: 10px;}
.m-t-27 {margin-top: 27px;}
.m-t-28 {margin-top: 28px;}
.m-t-29 {margin-top: 29px;}
.m-t-30 {margin-top: 30px;}
.m-t-30-f {margin-top: 30px;}
.m-t-32 {margin-top: 32px;}
.m-t-40 {margin-top: 40px;}
.m-t-50 {margin-top: 50px;}
.m-t-50 {margin-top: 50px;}
.m-r-20 {margin-right: 20px;}
.m-r-30 {margin-right: 30px;}
.h-40 {height: 40px !important;}
.h-15 {height: 15px !important;}
.checkbox-mt-40 {
    margin-top: 40px;
}

.button-back {
    width: auto;
    padding: 0 30px;
    margin-right: 30px;
}

@media (max-width:1941px) {
    .m-t-50 {margin-top: 45px;}
}


@media (max-width:1650px) {
    .checkbox-mt-40 {
        margin-top: 30px;
    }
    .m-t-50 {margin-top: 45px;}
}
@media (max-width:1317px) {
    .checkbox-mt-40 {
        margin-top: 20px;
    }
    .m-t-50 {margin-top: 45px;}
}

@media (max-width:767px) {
    .checkbox-mt-40 {
        margin-top: 35px;
    }

    .ballance-item__icon {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .ballance-item__icon img{
        width: 100%;
        max-width: 140px;
    }

    .ballance-item__bottom {
        margin-top: 0px;
    }
    .mob-display {
        display: block;
    }

    .mob-hide {
        display: none;
    }

    .ballance-item__bottom .form-group {
        margin-bottom: 0px;
    }

    .m-t-35, .m-t-30, .m-t-32 {
        margin-top: 15px;
    }

    .mob-t-5 {margin-top: 5px;}

    .p-t-25 {
        padding-top: 15px;
    }
    .m-t-sm-0 {
        margin-top: 0 !important;
    }
    .m-sm-0 {
        margin-top: 0 !important;
        margin-bottom:  0 !important;
    }
    .m-t-sm-10 {
        margin-top: 10px !important;
    }
    .m-b-sm-10 {
        margin-bottom: 10px !important;
    }

}

@media (max-width:575px) {
    .m-t-28, .m-t-27 {
        margin-top: 15px;
    }
    .mt-xs-0 {
        margin-top: 0 !important;
    }
    .m-xs-0 {
        margin-top: 0 !important;
        margin-bottom:  0 !important;
    }
    .mt-xs-10 {
        margin-top: 10px !important;
    }
    .mb-xs-10 {
        margin-bottom: 10px !important;
    }
}

.login-main {
    z-index: 1;
}

@media (max-width: 567px) {
    .login-main {
        padding: 0 15px;
    }

    .ballance-item__icon img{
        width: 100%;
        max-width: 120px;
    }
}

.kv-panel-before {
    border: none !important;
}

.bg-light {
    background-color: #252d37 !important;
    border: 1px solid #3fc !important;
    border-radius: 10px !important;
    color: #fff !important;
}

@media (max-width: 767px) {
    .hidden-sm {
        display: none;
    }
}
@media (max-width: 567px) {
    .hidden-xs {
        display: none;
    }
}
.swiper-container{
    z-index: 0 !important;
}

.select2-results__group,
.select2-container--krajee-bs4 .select2-results__option[aria-selected],
.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice
{
    background-color:#262d37!important;
    color:white!important;
}

.select2-results__group,
.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice{
    border: 1px solid #494949!important;
}

.select2-results__group{
    text-shadow: none!important;
}
.kv-grid-table tbody tr td a.button-yellow,
.kv-grid-table tbody tr td a.button-gold,
.button-gold
{
    color: #252d37;
}
.custom-select {
    background: url(../img/icons/arrow-select.svg) calc(100% - 10px) center no-repeat #2c313a;
    padding: 0 30px 0 20px;
}
.custom-select:focus {
    box-shadow: none;
    border-color: #ffffff;
}

.page-links__list-grid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.reverse {
    flex-direction: row-reverse;
}

.page-links__list-grid .page-links__item {
    max-width: 150px;
    width: 100%;
}

.reg-form-error-text {
    display: inline;
    margin: 0 4px 0 4px;
}

.active-error-text-color, .reg-form-error-text {
    color: grey;
}

.noactive-error-text-color {
    color: #3fc;
}

@media (max-width: 567px) {
    .page-links__list-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .reg-form-error-text{
        display: inline-block;
    }
}

.custom-summary {
    color: #ffffff;
    align-self: end;
    line-height: 16px;
}
@media (max-width: 991px) {
    .pagination {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    #search-block-type-users-select2{
        height: 100px;
    }
    #search-block-type-users-select2 .select2-container--open {
        z-index: unset;
        margin-top: -200px;
    }
}
@media (max-width: 575px) {
    .custom-summary {
        text-align: center;
        margin-bottom: 10px;
    }
    .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.stop-function .button-middle {
    line-height: 14px;
}

.password-change-alert > .close-btn::before {
    background-color: black;
}

.password-change-alert > .close-btn::after {
    background-color: black;
}

.flex-240 {
    flex: 1 0 240px;
}
.flex-175 {
    flex: 0 0 175px;
}
.flex-175-auto {
    flex: 1 0 175px;
}
.flex-210-auto {
    flex: 1 1 210px;
}
.flex-210-fixed {
    flex: 0 0 210px;
}
.flex-240-fixed {
    flex: 0 0 240px;
}
.flex-320 {
    flex: 1 0 320px;
}

#sign-in-form .button {
    width: -webkit-fill-available;
}

#sign-in-form .btn-block {
    gap: 40px;
}

.button {
    width: fit-content;
    padding: 0 20px !important;
    display: inline-flex;
    align-items: center;
    min-width: auto;
}
.button > b, .button > strong, .button > span{
    margin: 0 3px;
}

.button > i {
    margin-left: 0;
    margin-right: 3px;
}

.alert-dismissible .close {
    padding: 0.5rem 0.5rem !important;
}

.button-balance{
    padding: 5px !important;
    width: 135px;
    height: 30px;
}

.button-tor {
    padding: 5px !important;
    width: 100px;
    height: 30px;
}

.button-donate {
    padding: 5px !important;
    width: 90px;
    height: 30px;
}

@media (max-width: 1620px) {
    .page-links__list-notfull .swiper-wrapper .swiper-slide {
        width: 160px;
    }
}

@media (max-width: 1450px) {
    .page-links__list-notfull .swiper-wrapper .swiper-slide {
        width: 140px;
    }
    .category-list__item .badge {
        position: absolute;
        right: 4px;
        top: 3px;
    }
}

/***** Min width for buttons *****/
.m-w-100 {
    min-width: 100px;
}
.m-w-120 {
    min-width: 120px;
}

.m-h-100 {
    min-height: 100px;
}

label span.red {
    color: #ff0000;
    margin-left: 5px;
}

.select2-search textarea.select2-search__field{
    color:white
}

.type-users .select2-dropdown--below {
    top: -4.5rem;
}

.type-users .select2-container{
    display: inline!important;
}

.hide-autofill-button::-webkit-credentials-auto-fill-button {
    width: 0;
}

.wwb {
    word-wrap: break-word
}

.parse-res-div {
    width: 482px;
    display: none;
}


/* Loaders different styles */
/* Extra class for parent block */
.loading-loader-parent-position {
    position: relative;
}
/* Image loader with cover background */
.loading-loader::before {
    content: '';
    display: block;
    background: rgba(10, 191, 170, 0.1) url("/theme/img/Spinner-1s-100px.svg") no-repeat center 50%;
    height: 100%;
    z-index: 10000;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* Stripes loader with cover background */
.loading-stripes:before {
    content: '';
    display: block;
    height: 100%;
    z-index: 10000;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: repeating-linear-gradient(-45deg, rgb(0, 0, 0), rgb(0, 0, 0) 25px, #3fc 25px, #3fc 50px);
    opacity: 0.2;
    -webkit-animation: stripes 2s linear infinite;
    -moz-animation: stripes 2s linear infinite;
    -ms-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite;
    background-size: 150% 100%;
}
@-webkit-keyframes stripes{ 0% {background-position: 0 0;} 100% {background-position: -75px 0px;} }
@-moz-keyframes stripes { 0% {background-position: 0 0;} 100% {background-position: -75px 0px;} }
@-ms-keyframes stripes { 0% {background-position: 0 0;} 100% {background-position: -75px 0px;} }
@keyframes stripes { 0% {background-position: 0 0;} 100% {background-position: -75px 0px;} }
/* Spinner loader with cover background */
.loading-spinner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(10, 191, 170, 0.1);
}
.loading-spinner::after {
    content: '';
    position: absolute;
    height: 3rem;
    width: 3rem;
    border: silver 5px solid;
    border-top: #3fc 5px solid;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@-webkit-keyframes spin { to { transform: rotate(360deg); }}
@-moz-keyframes spin { to { transform: rotate(360deg); }}
@-ms-keyframes spin { to { transform: rotate(360deg); }}
@keyframes spin { to { transform: rotate(360deg); }}
/* Loaders different styles end */


.loading::before {
    content: '';
    display: block;
    background: url(/theme/img/Spinner-1s-100px.svg) no-repeat 50%;
    background-size: contain;
    height: 100%;
    z-index: 10000;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.loading-small {
    content: '';
    display: inline-block;
    background: url(/theme/img/Spinner-1s-30px.svg) no-repeat center 50%;
    background-size: contain;
    height: 30px;
    width: 30px;
    position: relative;
    margin-bottom: -7px;
}

.loading-small-20 {
    content: '';
    display: inline-block;
    background: url(/theme/img/Spinner-1s-30px.svg) no-repeat center 50%;
    background-size: contain;
    height: 20px;
    width: 20px;
    margin-bottom: -4px;
    position: relative;
}
.kv-loader {
    position: absolute;
    content: '';
    display: none;
    background: url(/theme/img/Spinner-1s-30px.svg) no-repeat center 50% !important;
    background-size: contain;
    height: 30px;
    width: 30px;
    margin-bottom: -4px;
    z-index: 10000;

}
.kv-loader-overlay {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    opacity: 1 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10000;
    cursor: none;
}
.cursor-loader {
    position: absolute;
    content: '';
    display: none;
    background: url(/theme/img/Spinner-1s-30px.svg) no-repeat center 50% !important;
    background-size: contain;
    height: 30px;
    width: 30px;
    margin-bottom: -4px;
    z-index: 10000;
}
.loading-form-v1::before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0);
    height: 100%;
    z-index: 10000;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: none;
}

.loading:hover,
.loading-small :hover,
.loading-small-20:hover {
    cursor: wait !important;
}

.table hr {
    margin: 10px 0;
}

.rules-text {
    font-size: 15px;
}

#news-list-grid-pjax .block-item div:last-child {
    margin-bottom: 0 !important;
}

.info .block-item, #news-list-grid-pjax .block-item {
    font-size: 14px;
}

.sidebar-item .sidebar-subitem{
    top: -20px;
}

.block-item.height-auto{
    height: auto;
}
.block-item.active-border{
    border: solid 1px #3fc;
}
.select2-group-color-dark .select2-results__group {
    color: #ff4500 !important;
}

.checkbox.checkbox-md input + label::before {
    width: 18px;
    height: 18px;
}
.checkbox.checkbox-md input + label::after {
    left: 2px;
}
a.link-color-green {
    color: #116853;
}
a.link-color-green:hover,
a.link-color-green:focus,
a.link-color-green:active
{
    color: #116853;
    cursor: pointer;
}

/* Confirmation modal */
.modal-header.btn-warning {
    color: #262d37 !important;
    background-color: #3fc !important;
    border-color: #092738 !important;
}

.modal-content .btn {
    display: inline-block;
    background-color: #262d37;
    border: 1px solid #3fc;
    border-radius: 10px;
    width: 158px;
    line-height: 14px;
    height: 40px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #3fc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    /*display: inline-flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.modal-header {
    border-bottom: none !important;
}
.modal-header.btn-warning:hover {
    color: #262d37 !important;
    background-color: #3fc !important;
    border-color: #092738 !important;
}

.modal-content {
    background-color: #252d37 !important;
    color: #fff;

}

.modal-content .btn-warning {
    background-color: #3fc;
    font-family: Opensans, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #092738;
    -webkit-transition: .13s;
    -o-transition: .13s;
    transition: .13s;
    border-color: #3fc !important;
}

.modal-content .btn-warning:hover {
    background-color: #99ffe6;
}

.modal-content .btn-outline-secondary:hover {
    color: #092738;
    background-color: #3fc;
}
.modal-content .bootstrap-dialog-message {
    font-size: 1rem !important;
}

.settings-textarea {
    padding: 10px 20px;
    min-height: 70px;
}

#alert-disabled-drop {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 35%;
    right: 40%;
    max-width: 500px;
    min-width: 300px;
    background: #3a4049;
    padding: 10px;
    border: 1px solid #3fc;
    transform: translateX(103px);
    border-radius: 10px;
}

@media screen and (max-width: 900px) {
    #alert-disabled-drop {
        top: 50%;
        left: 54%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (min-width: 901px) and (max-width: 1260px) {
    #alert-disabled-drop {
        right: 35%;
    }
}

#alert-disabled-drop__btn {
    margin: 10px auto 0;
    display: block;
    padding: 0 12px;
}

#alert-disabled-drop__btn:focus {
    border-color: #00bc9c;
}
#alert-disabled-drop__discr {
    margin-bottom: 10px !important;
    display: block;
    line-height: 1.4 !important;
    font-size: 16px !important;
    color: #fff !important;
}
#alert-disabled-drop-overlay {
    z-index: 9999;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.cabinet_current_working_domains_wrapper {
    background: linear-gradient(205deg,rgba(51,255,204,0) 13.7%,#3fc 25.12%,#3fc 32%,#3fc 45.28%,rgba(51,255,204,.01) 89.18%);
    border-radius: 10px;
    padding: 1px !important;
    margin-bottom: 20px !important;
    height: 100%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    /*text-align: center;*/
}
.cabinet_current_working_domains_row {
    background: #262d37;
    border-radius: 10px;
    padding: 10px 30px;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cabinet_current_working_domains_row p {
    font-size: 14px;
}

.cabinet_current_working_domains_row b {
    font-weight: bold;
}

.cabinet_current_working_domains_row {

}

.current_working_domains_wrapper {
    background: linear-gradient(205deg,rgba(51,255,204,0) 13.7%,#3fc 25.12%,#3fc 32%,#3fc 45.28%,rgba(51,255,204,.01) 89.18%);
    border-radius: 30px;
    padding: 2px;
    height: 100%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-align: center;
    opacity: 0.8;
}
.current_working_domains_row {
    background: #262d37;
    border-radius: 29px;
    padding: 32px 12px;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.current_working_domains_login_page {
    padding-top: 20px;
}
@media (max-width: 1919px) {
    .current_working_domains_login_page {
        width: 574px;
    }
}
@media (max-width: 991px) {
    .current_working_domains_login_page {
        width: 100%;
    }
}
.login-main {
    display: grid;
    grid-template-rows: 1fr auto 1fr;
}
.input-group > .input-line {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .input-group-append .button {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #fff;
}
.has-error .input-group > .input-group-append .button {
    border-color: #cc6666 !important;
    border-width: 2px;
}
form .has-success .input-group > .input-group-append .button {
    border-color: #3fc !important;
}

.sidebar-block .sidebar-item__inner, .sidebar-block .sidebar-item__link {
    align-items: baseline;
}
.sidebar .fa, .sidebar .fab, .sidebar .fad, .sidebar .fal, .sidebar .far, .sidebar .fas {
    width: 25px;
}