@import 'fontawesome-all.css';
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

:root {
    --primary: #4a88e3;
    --primary-dark: #0043ff;
    --secondary: #58595b;
    --dark: #333;
    --background: #dcdcdc;
    --success: #41ab49;
    --red: #e24646;
    --danger: #b76ba3;
    --white: #fff;
    --gray: #848484;
    --montserrat: Montserrat, sans-serif;

    --blue: #0179a8;
    --indigo: #346cb0;
    --purple: #5f4b8b;
    --pink: #b76ba3;
    --orange: #ec935e;
    --yellow: #f7c46c;
    --green: #a7c796;
    --cyan: #3686a0;
    --gray-dark: #222230;
    --info: #0179a8;
    --warning: #f7c46c;
    --light: #f6f7f9;
}

html, body {
    min-height: 100%;
    -webkit-backface-visibility: hidden;
    font-family: var(--montserrat);
    -webkit-font-smoothing: antialiased;
    appearance: none;
    -webkit-appearance: none;
}

*::selection {
    background: var(--primary);
    color: var(--white);
}

*::-moz-selection {
    background: var(--primary);
    color: var(--white);
}

*:focus {
    outline: none;
}

button,
input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
    font-size: 11pt;
    cursor: pointer;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    background-color: var(--background);
}

body {
    margin: 0;
    color: var(--dark);
    font-size: 1em;
    line-height: 1.5;
}

a {
    background-color: transparent;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
    text-decoration: none;
    position: relative;
    color: #274e82;
    cursor: pointer;
}

a:active, a:hover {
    outline: 0;
    color: #225e9f;
}

a:active, a:focus {
    color: #004aa4;
    outline: none;
}

ul, ol {
    margin: 0;
}



input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fa-inverse {
    margin-right: 0 !important;
}

.fa-lg {
    font-size: 0.7em;
    margin-right: 0.25em;
    color: var(--dark);
}

.wrapper {
    width: 1100px;
    margin: auto;
}

.hidden {
    display: none;
    position: absolute;
    z-index: -5;
}

/* Menu */
header {
    z-index: 1000;
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #252525;
}

.menu-nav {
    width: 1100px;
    height: 45px;
    margin: auto;
}

ul.menu {
    font-size: 0.85em;
    padding: 0;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    height: 100%;
}

ul.menu li {
    overflow: hidden;
    display: inline;
    transition: background 0.25s ease-in-out;
    padding: 13px 0;
    cursor: pointer;
}

ul.menu > ul {
    padding: 0;
    display: flex;
}

#mm-toggle {
    display: none;
}

#mm-toggle:hover, #mm-toggle:focus {
    background: none !important;
}

ul.menu li[data-active="true"] a,
ul.menu li.active {
    color: var(--white);
}

ul.menu li:not([data-active="true"]):not(.no-select):hover {
    background-color: rgba(0, 0, 0, 0.25)
}

ul.menu li:hover a, ul.menu li.active a {
    color: var(--white);
}

ul.menu li.right:hover i.exit {
    color: var(--white);
}

ul.menu a {
    color: #FFF;
    padding: 8pt;
}

ul.menu .exit {
    color: var(--red);
}

.menu-profile {
    color: #ffffff;
}

.mobile-menu {
    z-index: 1002;
    position: sticky;
    top: 45px;
}

.mobile-menu,
.mm-content,
.mobile-menu ol {
    display: none;
}

.mm-fade,
.mm-content {
    height: 100em;
}

.mm-fade {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #0000006e;
    position: absolute;
    z-index: 99;
}

.mm-header {
    font-size: 11pt;
    padding: 10px;
    color: var(--gray);
}

.mm-content {
    background-color: #252525;
    width: 70%;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.mm-list {
    display: none;
    list-style: none;
    padding: 0;
}

.mm-list li {
    border-bottom: 1px solid #7d7d7d14;
}

.mm-list li:last-child {
    border-bottom: none;
}

.mm-list li a {
    color: #dedede;
    font-size: 11pt;
    display: block;
}

.mm-list li a {
    padding: 10px 15px;
}

.mm-list .active a {
    background-color: var(--primary);
    color: var(--white);
    font-weight: 600;
}

/* Menu */

/* Logo */
.wrapper > .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    margin-bottom: 1.8em;
    transition: all 0.45s ease;
    opacity: 0.85;
}

.wrapper > .logo:hover {
    opacity: 1;
}

.wrapper.auth .logo-img {
    top: 0;
}

.logo-img {
    background-repeat: no-repeat;
    float: left;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
}


.menu-nav ._logo {
    display: flex;
    padding: 0;
    margin-right: 12px;
    transition: opacity linear 150ms;
    opacity: .8;
    align-items: center;
    justify-content: center;
}

.menu-nav ._logo:hover {
    opacity: 1;
}

.menu-nav ._logo .logo-img {
    background-image: url(../images/logo.png);
    background-size: 51px;
    width: 51px;
    height: 20px;
    top: 0;
}

.menu-nav ._logo--btn {
    padding: 8pt 0;
}

.menu-nav li.number {
    color: #fff;
    padding: 13px 8pt;
    transition: opacity linear 150ms;
    opacity: .8;
}

.menu-nav li.number:hover {
    opacity: 1;
}

.menu-nav > ._logo {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}


.profile-info {
    float: right;
    line-height: 1em;
    text-align: right;
}

.profile-info .ctn {
    font-size: 11.2pt;
    white-space: nowrap;
}

.refresh {
    margin-right: 12px;
    cursor: pointer;
}

.refresh:hover {
    color: var(--primary);
}

@-moz-keyframes rotate-360 {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-360 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate-360 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rotate-360 {
    -webkit-animation: rotate-360 1s ease-in-out;
    -moz-animation: rotate-360 1s ease-in-out;
    -ms-animation: rotate-360 1s ease-in-out;
    -o-animation: rotate-360 1s ease-in-out;
    animation: rotate-360 1s ease-in-out;
}

.subscriber {
    margin: 0 -10pt;
}

.subscriber .money > div {
    display: flex;
    align-items: center;
}

.subscriber .money .detail-link {
    color: var(--primary);
    border-bottom: 1px dashed var(--primary);
    transition: color 0.5s ease-in-out;
}

.subscriber .money .detail-link:hover {
    color: var(--primary-dark);
    border-bottom: 1px dashed var(--primary-dark);
}

.subscriber .money .detail-link > i {
    margin-right: 0;
}

.subscriber .money i {
    font-size: .85em;
}

.subscriber .money .fa-wallet {
    font-size: 1em;
}

.subscriber ._info {
    padding: 8px 0;
    margin-bottom: 14pt;
    background-color: #f0f0f0;
    text-align: center;
    font-size: 12.5pt;
    line-height: 1.2em;
}

.subscriber ._balance {
    padding: 1pt 9pt 0;
}

._balance ._bal {
    display: flex;
    align-items: baseline;
    margin: 0 .3em;
}

._balance ._bal > b {
    margin-right: .2em;
}

.data .row,
.data .detail-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.data .balance-icon {
    float: left;
    font-size: 18pt;
}

.data .balance-icon .fa-stack {
    color: var(--red);
}

.data .balance-icon .fa-stack.plus {
    color: var(--success);
}

.data .right {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
}

/* Logo */

/* Content */
.content {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 0.85em;
    display: flex;
    align-items: normal;
}

.block {
    display: inline-flex;
    flex-direction: row;
    flex: 0 1 auto;
    width: 367px;
}

.block:first-child {
    z-index: 1;
}

.block-inside, .wrapper > .banner, .authform {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.block-inside {
    width: 100%;
    position: relative;
    padding: 18pt 10pt 40px;
    line-height: 1em;
    background: var(--white);
    margin-right: 0.8em;
    transition: box-shadow 0.35s ease;
}

.block:nth-child(3n) .block-inside {
    margin-right: 0;
}

.table.block-inside {
    min-height: unset;
}

.block-inside h2 {
    line-height: 1;
    margin: 12px 0 0;
}



.banner {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    height: 439px;
    margin-top: 8px;
    border-radius: 10px;
}

.authform .title,
.block-inside .title {
    text-align: center;
    margin-bottom: 14pt;
    font-size: 14.5pt;
}

.authform .title {
    padding: 0;
    margin-bottom: 25px;
}

.block-inside.info .money {
    font-size: 16pt;
    color: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14pt;
}

.block-inside.info .money.minus {
    color: #bd2c2c;
}

.block-inside.info .money.minus i.fa {
    color: var(--dark);
}

.tariff {
    padding: 12px 0;
    margin-bottom: 14pt;
    background-color: var(--primary);
    text-align: center;
    font-size: 12pt;
    line-height: 1em;
}

.tariff > .__tariff-name {
    color: var(--white);
    font-weight: 600;
    margin: 5pt 0;
}

.tariff span {
    display: block;
    text-shadow: none;
    color: var(--dark);
    font-weight: 600;
}

.data {
    line-height: 1.65;
    font-size: 10.8pt;
    color: var(--gray);
}

.tf .data {
    line-height: 1.35;
}

.row .right {
    float: right;
}

.row .status.minus {
    color: #a00628;
}

.row .nothing {
    text-align: center;
    color: var(--gray);
    margin-bottom: 1em;
}

.rests {
    margin-top: 1em;
}

.rests .header {
    margin-top: 20px;
}

.rest-block .progress {
    position: relative;
    height: 6px;
    background-color: #d0d1d1;
    overflow: hidden;
    border-radius: 10px;
}

.rest-block .progress .filled {
    background-color: var(--primary);
    height: 100%;
    width: 0;
}

.rest-block {
    position: relative;
    margin: 40pt 0;
    color: var(--secondary);
}

.rest-block i {
    font-size: 15pt;
}

.rest-block span {
    position: absolute;
    bottom: -17px;
}

.rest-block span:first-child {
    left: 0;
    font-weight: 600;
}

.rest-block span:nth-child(2) {
    left: 0;
}

.rest-block span:nth-child(3) {
    right: 0;
}

.rest-block span:nth-child(4) {
    right: 0;
}

.rest-block span:nth-child(4),
.rest-block span:first-child {
    bottom: 9px;
}

.rest-block .rest-unit {
    font-size: 12pt;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.round {
    margin: 0.1em 0.25em 0 0.25em;
    display: inline-block;
    position: relative;
    height: 75px;
    width: 75px;
}

.round i {
    margin: 0 0 0.3em 0;
}

.round .circle-data {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.round .my {
    color: var(--primary);
    font-size: 11pt;
}

.round .all {
    color: var(--dark);
    font-size: 10pt;
}

.circle-shadow {
    height: 70px;
    position: absolute;
    width: 70px;
    right: 0;
    top: 1px;
    border-radius: 100%;
    border: 2px solid var(--white);
}

.circle-shadow-inside {
    height: 54px;
    position: absolute;
    width: 54px;
    top: 7px;
    left: 7px;
    border-radius: 100%;
    border: 4px solid var(--white);
    cursor: pointer;
}

.svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 5s linear;
    stroke: var(--primary);
    stroke-width: 6px;
}

.svg .bar {
    stroke: var(--dark);
}

.button-bot {
    color: var(--secondary);
    padding: 1em 0;
    font-size: 0.95em;
    cursor: pointer;
    transition: all 0.45s ease;
}

.button-bot:hover {
    color: var(--white);
    background-color: var(--dark);
}

.block-inside .header {
    border-bottom: 1px solid var(--primary);
    margin: 0.5em 0 1.5em 0;
}

.header:nth-child(2) {
    margin-top: 0;
}

.block-inside .header-text {
    display: inline-block;
    background: var(--white);
    position: relative;
    font-size: 0.9em;
    top: 0.5em;
    padding-right: 0.6em;
    color: var(--primary-dark);
}

.block-inside .header-text.right {
    padding: 0 0 0 0.75em;
    float: right;
}

.block-inside .header-text.center {
    padding: 0 0.6em;
}

.block-inside .tariff-link {
    color: var(--dark);
    border-bottom: 1px dashed transparent;
    transition: border 0.45s ease-in;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    display: inline-block;
}

.block-inside .tariff-link a {
    color: var(--dark);
}

.block-inside .tariff-link a:hover {
    color: var(--primary-dark);
    border-bottom: 1px dashed var(--primary-dark);
}

.data .detail-link {
    color: var(--gray);
    align-items: flex-start;
    border-bottom: 1px dashed transparent;
    transition: border 0.45s ease-in;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}

.data .detail-link.minus .sum {
    color: var(--red);
}

.data .detail-link .comment {
    color: var(--gray) !important;
    font-size: 9.5pt;
}

.data .detail-link > div {
    display: flex;
    flex-direction: column;
}

/* Content */

@media screen and (min-width: 679px) {
    .block-inside .tariff-link {
        width: 76%;
    }

    .mobile {
        display: none !important;
    }

    .swal2-popup {
        padding: 2em !important;
    }

    .menu-profile {
        border-bottom: 1px dashed #ffffff;
    }
}

/* Mobile Content */
@media screen and (max-width: 1024px) {
    .menu-nav {
        width: 100%
    }

    .menu .right.number {
        display: none;
    }

    .profile-info {
        width: 100%;
        box-sizing: border-box;
    }

    .auth .profile-info .info {
        text-align: center;
        margin-top: 1.8em;
    }

    .wrapper {
        width: 100%;
        box-sizing: border-box;
    }

    .wrapper > .logo {
        flex-direction: column;
    }

    .block {
        width: 100%;
        margin-bottom: 1em;
    }

    .content {
        display: block;
    }

    .block-inside {
        margin-right: 0 !important;
        min-height: 385pt;
    }

    .banner {
        background-size: cover;
        background-position: top left;
        height: 160px;
    }

    .spoiler-title {
        font-size: .8em !important;
    }

    .spoiler-content h3 {
        font-size: 1em !important;
    }

    .swal2-popup {
        padding: 1.5em !important;
    }
}

@media screen and (max-width: 835px) {
    ul.menu a {
        padding: 0 8.5pt;
    }

    ul.menu a:first-child {
        padding: 0 9pt;
    }

    ul.menu a:not(.exit) > i {
        display: none;
    }
}

@media screen and (max-width: 679px) {
    .desktop {
        display: none !important;
    }

    ul.menu li {
        display: none;
    }

    ul.menu > ul:first-child {
        width: 100%;
    }

    .menu li.right {
        font-size: 16.5pt;
        padding: 0 !important;
        height: 45px;
        display: flex;
        align-items: center;
    }

    .menu-nav ._logo {
        position: absolute;
        box-sizing: border-box;
        margin: 0;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
    }

    #mm-toggle {
        display: block;
        padding: 20px 9pt;
        width: 18pt;
        z-index: 1;
    }

    #mm-toggle i {
        background: #fff;
        display: block;
        height: 4px;
        position: relative;
        transition: background .2s ease-out;
        width: 24px;
        border-radius: 50px;
        z-index: 1;
    }

    #mm-toggle i::before,
    #mm-toggle i::after {
        background: #fff;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
        border-radius: 50px;
    }

    #mm-toggle i::before {
        top: 7px;
    }

    #mm-toggle i::after {
        top: -7px;
    }

    #mm-toggle.expanded i {
        background: transparent;
    }

    #mm-toggle.expanded i::before {
        transform: rotate(-40deg);
        top: 0
    }

    #mm-toggle.expanded i::after {
        transform: rotate(40deg);
        top: 0
    }

    .menu-nav ._logo--btn {
        padding: 0 !important;
    }

    .spoiler-title._centered {
        font-size: 9pt !important;
        margin-top: 10px;
        text-align: center;
    }

    .spoiler-content ol {
        padding-left: 22px;
        margin: unset !important;
    }
}

@media screen and (max-width: 468px) {
    .block-inside {
        padding: 15pt 9pt 40px;
    }

    .block-inside.info .money {
        font-size: 1.55em;
    }
}

/* Mobile Content */

/* Tables */
table {
    border-collapse: collapse;
    width: 100%;
}

table td, table th {
    padding: 1em;
    font-size: 0.95em;
    position: relative;
    border: 1px solid #efefef;
    border-left: 0;
    border-top: 0;
    color: #656565;
}

table th {
    text-align: left;
}

table tr:first-child th {
    border-top: 0;
    font-weight: 600;
}

table tr:last-child td {
    border-bottom: 0;
}

table tr td:first-child, table tr th:first-child {
    border-left: 0;
}

table tr td:last-child, table tr th:last-child {
    border-right: 0;
}

table tr {
    transition: background 0.1s ease-in-out;
}

table tr:not(:first-child):hover {
    background: #fbfbfb;
    cursor: pointer;
}

table tr:not(:first-child) {
    font-size: 1em;
    cursor: pointer;
}

table td a, table td a:active, table td a:visited {
    color: #10646b;
}

table td a:hover {
    color: var(--primary);
}

table.balance tr td:not(:last-child), table.balance tr th:not(:last-child) {
    width: 20%;
}

table.balance tr td:last-child, table.balance tr th:last-child {
    width: 60%;
}

table.detail th {
    width: auto !important;
}

table.services tr td:not(:last-child), table.services tr th:not(:last-child) {
    width: 20%;
}

table.services tr td:last-child, table.services tr th:last-child {
    width: 60%;
}

td.nothing {
    text-align: center;
    padding: 2em 0 0.5em 0;
    background: var(--white) !important;
    font-size: 1.25em;
}

.balance-in-table.minus {
    color: #bd2828;
}

.balance-in-table.plus,
.balance-status .plus,
.data .detail-link.plus .sum,
.row .status {
    color: var(--success);
}

.balance-history .row {
    opacity: 0;
}

.balance-status {
    margin-top: 2em;
    text-align: center;
    font-size: 1.1em;
    color: #464646;
    line-height: 1.6em;
}

.balance-status .minus {
    color: #bd2828;
    border-bottom: 1px dashed;
    margin-right: 0.5em;
}

.balance-status .min {
    display: inline-block;
    font-size: 0.75em;
}

.balance-status .plus {
    border-bottom: 1px dashed;
    margin-right: 0.5em;
}

.balance-status .all {
    color: #212121;
    border-bottom: 1px dashed;
}

.detail-in-table {
    color: var(--primary);
    font-weight: bold;
}

.table {
    width: 100%;
    margin-top: 50px;
    font-size: 0.85em;
    position: relative;
    padding: 16px;
    line-height: 1em;
    background: var(--white);
    margin-right: 0.8em;
    transition: box-shadow 0.35s ease;
    box-sizing: border-box;
    margin-bottom: 2em;
}

.table-title {
    font-size: 17pt;
    margin-bottom: 16px;
}

.table-title i {
    margin-right: .4em;
}

.table .filt {
    position: absolute;
    right: 2px;
    cursor: pointer;
}

.table-mini-shown {
    display: none;
}

.excel-but {
    background: transparent;
    border: none;
    color: var(--primary);
    cursor: pointer;
}

.excel-but:hover {
    color: var(--primary-dark);
}

.excel-form {
    display: inline-block;
}

.btn {
    padding: 0.5em 1.5em;
    border: 1px solid var(--primary);
    border-radius: 8px;
    background: var(--primary);
    color: var(--white) !important;
    transition: background,filter 200ms ease;
    text-align: center;
    box-sizing: border-box;
}

.btn:hover {
    background: var(--primary-dark);
    border: 1px solid var(--primary-dark);
    cursor: pointer;
}

.btn:focus {
    color: var(--white);
}

.btn[disabled] {
    color: #fff;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    pointer-events: none;
}

.btn.btn-lg {
    font-size: 13pt;
    padding: .65em 1.65em;
    font-weight: 600;
}

.btn.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn.link {
    background: unset;
    border: 0;
    border-bottom: 1px dashed var(--primary);
    color: var(--primary) !important;
    display: inline-block;
    line-height: 1.2;
    border-radius: 0;
    padding: 0;
}

.btn.link:hover {
    opacity: .6;
}

.btn.red {
    border: 1px solid var(--red);
    background: var(--red);
}

.link-back {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.link-back > a {
    display: flex;
    align-items: center;
    color: var(--primary);
    font-size: .55em;
}

.link-back > a:hover {
    color: var(--primary-dark);
}

.link-back > a > i {
    margin-left: 0;
}

.link-back > a > span {
    line-height: 1.1em;
    font-weight: 600;
}

.excel-form input {
    padding: 6pt 10pt;
    border-radius: 8px;
    border: 1px solid #d6d6d6;
    color: #565656;
}

.excel-form .header {
    border-color: transparent;
    margin: 1.8em 0 1.5em;
}

.pages {
    float: right;
    padding-top: 2.85em;
}

.pages span {
    margin: 0 0.25em;
    font-size: 0.95em;
}

.pages span a {
    color: #303030;
}

.pages span.active {
    margin: 0 2px;
    background: var(--white);
    border-bottom: 2px solid var(--primary);
    font-weight: 600;
    padding: 0 2.5px;
}

.pages span.active.big {
    padding: 2px 5px;
}

._orinationRight_25 .button_1O {
    margin: 0 8px 8px 0 !important;
}

/* Mobile Tables */
@media screen and (max-width: 468px) {
    .content, .table {
        margin-top: 8px !important;
    }

    table th i:first-child {
        display: none;
    }

    table td, table th {
        width: 32%;
        padding: 6px;
    }

    .filt i {
        display: block !important;
    }

    .excel-form {
        text-align: center;
        width: 100%;
    }

    .excel-form button {
        margin-top: .5em;
        width: 100%;
        margin-left: 0em;
    }

    .pages {
        text-align: center;
        padding-top: 1.65em;
        float: none;
    }

    .tire {
        display: none;
    }

    .excel-form input {
        width: 49%;
        box-sizing: border-box;
        margin: 0em;
    }

    .excel-form .header {
        border-color: var(--primary);
    }

    .table-mini th,
    .table-mini td {
        width: 60%;
        text-align: center;
    }

    .table-mini .filt {
        display: none;
    }

    .table-mini-shown,
    .table-mini th i:first-child {
        display: inline;
    }

    .filt {
        right: 0px;
    }

    .table-mini-hidden {
        display: none !important;
    }
}

/* Mobile Tables */

/* Auth */
.wrapper.auth {
    width: 485px;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wrapper.auth .ctn .tel {
    font-size: 0.95em;
    font-weight: 600;
}

.input-group {
    position: relative;
    display: block;
    clear: both;
}

.input-group textarea,
.input-group input,
.input-group select {
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    font-size: 0.9em;
    margin-bottom: 1em;
    width: 100%;
    padding: 0.7em 2.4em 0.7em 0.9em;
    appearance: none;
    -webkit-appearance: none;
}

.input-group *[disabled]:not(label) {
    background-color: #f1f1f1;
    cursor: not-allowed
}

.input-group input[disabled]~label,
.input-group select[disabled]~label {
    background-image: linear-gradient(0deg, #f1f1f1, white);
}

.input-group *:focus {
    outline: none;
    border-color: #b5b5b5;
}

.input-group *:focus~label,
.input-group textarea:focus::placeholder {
    color: var(--dark);
}

.input-group .input-label {
    background-color: var(--white);
    font-size: .8em !important;
    padding: 0 .3em;
    color: #777777;
    border-radius: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: top linear 50ms;
    -o-transition: top linear 50ms;
    -ms-transition: top linear 50ms;
    -moz-transition: top linear 50ms;
    -webkit-transition: top linear 50ms;
    position: absolute;
    top: 35%;
    left: 1em;
}

.input-group input:focus~.input-label,
.input-group input:not(:placeholder-shown)~.input-label,
.input-group select~.input-label {
    top: 0
}

.input-group input.error,
.input-group textarea.error,
.input-group select.error {
    border: 1px dashed #ff0101;
    box-shadow: inset 0 1px 3px rgba(255, 2, 2, 0.06);
}

.input-group input.error,
.input-group textarea.error,
.input-group select.error,
.input-group label.error {
    color: #ff0101 !important;
}

.input-group input.success,
.input-group textarea.success,
.input-group select.success {
    border: 1px dashed var(--success);
    box-shadow: inset 0 1px 3px rgba(2, 255, 2, 0.06);
}

.input-group input.success,
.input-group textarea.success,
.input-group select.success,
.input-group label.success {
    color: var(--success) !important;
}

.input-group select::-ms-expand {
    display: none;
}

.input-group select {
    background-image:
            linear-gradient(45deg, transparent 50%, gray 50%),
            linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px);
    background-size:
            5px 5px,
            5px 5px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-group select:focus {
    background-image:
            linear-gradient(45deg, gray 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, gray 50%);
    background-position:
            calc(100% - 15px) 1em,
            calc(100% - 20px) 1em;
    background-size:
            5px 5px,
            5px 5px;
    background-repeat: no-repeat;
}

.input-group select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.input-group .input-right-text {
    position: absolute;
    right: 0.9em;
    top: 1.2em;
    color: var(--gray);
    font-size: 10pt;
}

.col {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.col.col-100 {
    width: 100%;
}

.col.col-50 {
    width: 50%;
}

.col.col-70 {
    width: 70%;
}

.col.col-30 {
    width: 30%;
}

.col.col-25 {
    width: 25%;
}

.col.col-14 {
    width: 14.2%;
}

.col.col-12 {
    width: 12.5%;
}

.authform {
    background: var(--white);
    width: 100%;
    padding: 1.5em 1.8em;
    position: relative;
    box-sizing: border-box;
}

.authname {
    position: relative;
    padding: 0.65em;
    margin: 0 -1.2em 2.25em -1.2em;
    color: var(--white);
    background-color: var(--primary);
    text-align: center;
    font-weight: normal;
    font-size: 14px;
}

.authname::after {
    display: none;
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 100%;
    border-width: 5px 9px;
    border-style: solid;
    border-color: var(--gray) var(--gray) transparent transparent;
}

.btnform {
    padding: 0.75em 1.5em;
    background: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 3px;
    color: var(--white);
    float: right;
    cursor: pointer;
    transition: background 0.35s ease;
}

.btnform:hover {
    background: var(--primary);
}

.btnform.js-login {
    padding: 0.55em 1.75em;
}

.restore-password {
    font-size: 0.9em;
    transition: color 0.35s ease;
    display: inline;
    border-bottom: 1px dashed #a2a2a2;
    padding-bottom: 1px;
}

.restore-password:not(.disabled):hover {
    cursor: pointer;
    color: var(--primary);
}

.restore-password.disabled {
    cursor: default;
    opacity: .8;
}

/* Auth */

/* Auth Mobile */
@media screen and (max-width: 1024px) {
    .wrapper.auth .profile-info {
        width: 100%;
        box-sizing: border-box;
    }

    .profile-info,
    .profile-info .ctn {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .wrapper.auth {
        width: 100%;
    }

}

@media screen and (max-width: 468px) {
    .authname {
        margin: 0 -1.4em 2.0em -1.4em;
        border: none;
    }

    .authname::after {
        border-color: var(--white) var(--white);
        left: 5px;
    }
}

/* Auth Mobile */

/* Modal styles */
.box-modal {
    padding: 35pt 20pt;
}

.box-modal .title {
    text-align: center;
    font-size: 15pt;
    padding-bottom: 0.75em;
}

.box-modal .success {
    text-align: center;
    color: #2aa6b1;
}

.box-modal .error {
    text-align: center;
    color: #de4f4f;
}

.box-modal input {
    padding: 8pt 15pt;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    color: #565656;
    width: 100%;
    box-sizing: border-box;
    font-size: 13.5pt;
}

.box-modal button {
    padding: 6pt 15pt;
    border: 1px solid var(--primary);
    border-radius: 8px;
    background: var(--primary);
    color: var(--white);
    font-size: 13.5pt;
    transition: background 0.2s ease;
    width: 100%;
    margin-top: 8px;
}

.box-modal button:hover {
    color: var(--white);
    background: var(--primary);
    border: 1px solid var(--primary);
    cursor: pointer;
}

.box-modal button:disabled {
    opacity: .8;
    filter: grayscale(.7);
    cursor: default;
}

.box-modal .formdata {
    text-align: center;
}

/* Modal styles */

.clear {
    clear: both;
}

.swal2-confirm.swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(255, 71, 0, 0.4) !important;
}

.swal2-confirm.swal2-styled {
    background-color: var(--primary) !important;
}

.swal2-content h5 {
    margin: 20pt 0 5pt;
    font-size: 12.8pt;
}

.swal2-content h5:first-child {
    margin-top: 5pt;
}

.swal2-header, .swal2-content {
    padding: 0 !important;
}

.swal2-modal .socket-error {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f27474;
    color: #fff;
    padding: 7px 10px;
    border-radius: .3125em .3125em 0 0;
    line-height: 1;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hint {
    text-align: left;
    font-size: 11.5pt;
}

.hint.center {
    text-align: center;
}

a.link {
    border-bottom: 1px dashed;
    cursor: pointer;
    line-height: 1.25;
}

.spoiler-title {
    margin: 6px 0 3px;
    line-height: 2;
    font-size: .925em;
}

.spoiler-content {
    background-color: whitesmoke;
    font-size: 1.15em;
    border-radius: 8px;
    padding: 8px;
}

.spoiler-content p {
    line-height: 1.2;
    margin-top: 0;
}

.spoiler-content ol {
    line-height: 1.45;
}

.spoiler-content:not(._shown) {
    display: none;
}

.spoiler-title .spoiler {
    display: inline;
    cursor: pointer;
}

.spoiler-title[disabled] .spoiler {
    cursor: default;
}

.spoiler-title:not([disabled]) .spoiler > span {
    border-bottom: 1px dashed;
}

.spoiler-title .spoiler > .fa-spoiler {
    transition: transform 200ms linear;
    -webkit-transition: transform 200ms linear;
}

.progress {
    font-size: 38pt;
    font-weight: bold;
    margin-bottom: 10px;
}

.progress ._bar {
    width: 100%;
    border-radius: 8px;
    height: 10px;
    background-color: #e7ecf1;
}

.progress ._bar > div {
    background-color: var(--primary);
    height: 100%;
    border-radius: 8px;
    transition: width 250ms linear;
}

.input-group > .required,
.input-group > .result {
    display: block;
    font-size: 10pt;
    color: var(--red);
}

.input-group > .required {
    margin: -8px 0 11px;
}

.input-group > .result {
    margin: -10px 0 12px;
}

.input-group > .result:empty {
    display: none;
}

.input-group.error > input {
    border: 1px dashed var(--red);
    color: var(--red);
}

.form-profile {
    font-size: 12pt;
    margin-top: 20px;
}

.form-profile > .btn.link {
    margin-bottom: 11px;
    font-size: 1em;
}
