.lsfw-tbl-loader-head {
    height: 26px;
    background: #eeeeee;
    display: block;
}

.lsfw-tbl-loader-body {
    background: #eeeeee;
    margin-top: 5px;
    display: block;
    height: 52px;
    -webkit-animation: tableLoader 5s infinite;
    animation: tableLoader 5s infinite;
}

.lsfw-tbl .lsfw-flag.lsfw-flag-sm:hover .hint.hint--arr {
    top: auto;
}

.lsfw-tbl tr:hover .lsfw-tbl__hov-icon {
    visibility: visible;
}

.lsfw-tbl .lsfw-tbl__abs-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    display: block;
}

.lsfw-tbl__cbx label::before {
    content: '\f00c';
    border: none;
    background: transparent !important;
    position: static;
}

.lsfw-tbl__cbx input {
    display: none;
}

.lsfw-tbl__cbx input:checked + label {
    color: #ffffff;
    background: #318cc6;
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(11, 83, 37, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(11, 83, 35, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(11, 83, 37, 0);
    }
}

.lsfw-tbl__cbx {
    display: inline-block;
}

.lsfw-tbl__cbx label {
    width: 25px;
    height: 25px;
    color: #cccccc;
    cursor: pointer;
    line-height: 25px;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
}

.lsfw-tbl__cbx input:disabled + label {
    background-color: #fbfbfb;
    cursor: initial;
    color: #dedede;
    animation: none;
}

.lsfw-tbl__cbx input:disabled:checked + label {
    background-color: #b6d3e5;
    cursor: initial;
    color: #ffffff;
    animation: none;
}

.lsfw-tbl .lsfw-tbl__hov-icon {
    visibility: hidden;
    display: inline-block;
    vertical-align: middle;
}

.lsfw-tbl + .lsfw-pager {
    margin-top: 0;
}

@-webkit-keyframes tableLoader {
    0% {
        background-color: #eeeeee;
    }
    50% {
        background-color: #d9d9d9;
    }
    100% {
        background-color: #eeeeee;
    }
}

@keyframes tableLoader {
    0% {
        background-color: #eeeeee;
    }
    50% {
        background-color: #d9d9d9;
    }
    100% {
        background-color: #eeeeee;
    }
}

/**/

.lsfw-tbl {
    width: 100%;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 12px;
    border-collapse: separate;
}

.lsfw-tbl tr a:not(.bth__btn) {
    color: #475669;
}

.lsfw-tbl tr a:not(.bth__btn):hover {
    color: #318cc6;
}

.lsfw-tbl tr {
    text-transform: uppercase;
    background: #eeeeee;
    position: relative;
}

.lsfw-tbl tr td {
    border-bottom: 5px solid #ffffff;
    padding: 9px 10px;
}

.lsfw-tbl tr th {
    text-align: left;
    color: #475669;
    font-weight: normal;
    border-bottom: 5px solid #ffffff;
    padding: 5px 10px;
    font-size: 10px;
}

.lsfw-tbl thead tr {
    background-color: #d2d2d2;
}

.lsfw-tbl thead tr.lsfw-tbl__action {
    background: #eeeeee;
    border-top: 5px solid #ffffff;
}


.lsfw-tbl .lsfw-tbl__bb:not(.fas).loader {
    background-image: url(/i/cog-loader.gif) !important;
    background-size: 15px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.lsfw-tbl tr td:not(:last-of-type) .bth__ava-square {
    margin-right: 10px;
}

.lsfw-tbl tr td.right .bth__ava-square {
    margin: 0;
}

.lsfw-tbl .bth__ava-square5,
.lsfw-tbl .bth__ava-square {
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}

.lsfw-tbl .bth__ava-square5:hover .hint, .lsfw-tbl .bth__ava-square:hover .hint {
    display: block;
}

.lsfw-tbl .lsfw-tbl__cut300, .lsfw-tbl .lsfw-tbl__cut250, .lsfw-tbl .lsfw-tbl__cut450, .lsfw-tbl .lsfw-tbl__cut160,
.lsfw-tbl .lsfw-tbl__cut200, .lsfw-tbl .lsfw-tbl__cut100, .lsfw-tbl .lsfw-tbl__cut {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lsfw-tbl .lsfw-tbl__cut300 {
    max-width: 300px;
}

.lsfw-tbl .lsfw-tbl__cut250 {
    max-width: 250px;
}

.lsfw-tbl .lsfw-tbl__cut450 {
    max-width: 450px;
}

.lsfw-tbl .lsfw-tbl__170 {
    width: 175px;
}

.lsfw-tbl .lsfw-tbl__310 {
    width: 310px;
}

.lsfw-tbl .lsfw-tbl__cut160 {
    max-width: 160px;
}

.lsfw-tbl .lsfw-tbl__cut200 {
    max-width: 200px;
}

.lsfw-tbl .lsfw-tbl__cut100 {
    max-width: 100px;
}

.lsfw-tbl .mt2 {
    margin-top: 2px !important;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--red-hov:hover, .lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--red {
    background-color: #e03a3a !important;
    color: #ffffff !important;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--red:hover {
    background-color: #a4252e !important;

}

.lsfw-tbl .lsfw-tbl__bb .lsfw-tbl__bb-abs {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--bardo {
    background-color: #a4252e !important;
    color: #ffffff !important;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--green-dark {
    background-color: #13653b !important;
    color: #ffffff !important;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--green-light {
    background-color: #7ec81d !important;
    color: #ffffff !important;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--green-light:hover {
    background-color: #68cd1f !important;
    color: #ffffff !important;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--green-color {
    color: #00a551;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--green-color:hover,
.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--green-hov:hover, .lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--green {
    background-color: #00a551 !important;
    color: #ffffff !important;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--green:hover {
    background-color: #008741 !important;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--grey-hov-orange:hover, .lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--orange {
    background-color: #ff8e41 !important;
    color: #ffffff !important;
}


.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--grey-hov-orange, .lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--grey-hov-blue,
.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--grey {
    background-color: #999999 !important;
    color: #ffffff !important;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--orange:hover {
    background-color: #d47535 !important;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--orange-hov:hover > *:not(.hint) {
    color: inherit !important;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--orange-color {
    color: #ff8e41;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--orange-color:hover,
.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--orange-hov:hover {
    background-color: #ff8e41 !important;
    color: #ffffff !important;
}

.lsfw-tbl .lsfw-tbl__bb:disabled {
    background-color: #cccccc !important;
    color: #ffffff !important;
    cursor: context-menu;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--grey-hov-blue:hover,
.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--blue-hov:hover,
.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--blue {
    background-color: #318cc6 !important;
    color: #ffffff !important;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--blue-hov:hover i {
    color: inherit !important;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--blue:hover {
    background-color: #215f86 !important;
}

.lsfw-tbl tr td .lsfw-tbl__bb.h40px > *:not(.hint) {
    line-height: 40px;
}

.lsfw-tbl tr td .lsfw-tbl__bb.h40px {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    min-width: 40px;
}

.lsfw-tbl tr td:not(:last-child) .hint {
    left: 0 !important;
    right: auto !important;
}

.lsfw-tbl .lsfw-tbl__300 {
    width: 300px;
}

.lsfw-tbl .lsfw-tbl__arrow {
    display: inline-block;
    vertical-align: middle;
    background: url(https://tophotels.ru/csstx/i/arrow-right-grey-dark.svg) center/6px no-repeat;
    width: 35px;
    height: 25px;
}

.lsfw-tbl .lsfw-tbl__arrow:hover {
    background-image: url(https://tophotels.ru/csstx/i/arrow-right.svg);
}

.lsfw-tbl .lsfw-tbl__350 {
    width: 350px;
}

.lsfw-tbl .lsfw-tbl__400 {
    width: 400px;
}

.lsfw-tbl .lsfw-tbl__450 {
    width: 450px;
}

.lsfw-tbl .lsfw-tbl__60 {
    width: 60px;
}

.lsfw-tbl .lsfw-tbl__40 {
    width: 40px;
}

.lsfw-tbl .lsfw-tbl__35 {
    width: 35px;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__35 {
    padding: 0;
}

.lsfw-tbl .lsfw-tbl__100 {
    width: 100px;
}

.lsfw-tbl .lsfw-tbl__130 {
    width: 130px;
}

.lsfw-tbl .lsfw-tbl__150 {
    width: 150px;
}

.lsfw-tbl .lsfw-tbl__90 {
    width: 90px;
}

.lsfw-tbl .lsfw-tbl__200 {
    width: 200px;
}

.lsfw-tbl .lsfw-tbl__250 {
    width: 250px;
}

.lsfw-tbl a.lsfw-tbl__bb:hover i {
    color: inherit !important;
}

.lsfw-tbl .lsfw-tbl__bb:hover > .hint {
    display: block;
}

.lsfw-tbl .lsfw-tbl__bb.fas {
    font-size: 14px;
    width: 30px;
    padding: 0;
}

.lsfw-tbl .lsfw-tbl__bb:not(.fas) {
    font-family: 'apercu_pro', sans-serif;
}

.lsfw-tbl .lsfw-tbl__bb.far {
    font-family: "Font Awesome 5 Free";
}

.lsfw-tbl .lsfw-tbl__bb.fab {
    font-family: "Font Awesome 5 Brands";
}

.lsfw-tbl .lsfw-flag {
    vertical-align: middle;
    margin-right: 5px;
}

.lsfw-tbl .lsfw-tbl__detail {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
}

.lsfw-tbl .lsfw-tbl__bb > *:not(.hint) {
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--circle {
    padding: 0;
    border-radius: 100%;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--20 {
    border-radius: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    min-width: 20px;
    font-size: 10px;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--25 {
    width: 25px;
    height: 25px;
    font-size: 11px;
    line-height: 25px;
    min-width: 25px;
    padding: 0;
}

.lsfw-tbl .lsfw-tbl__bb {
    padding: 0 8px;
    border: none;
    text-transform: uppercase;
    line-height: 25px;
    color: #475669;
    min-width: 30px;
    background: #ffffff center/18px no-repeat;
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    height: 25px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.lsfw-tbl-scroll {
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
}

.lsfw-tbl tr .lsfw-tbl__inline:not(:last-child) {
    margin-right: 5px;
}

.lsfw-tbl tr .lsfw-tbl__inline {
    display: inline-block;
    vertical-align: middle;
}

.lsfw-tbl__all-cbx:hover {
    color: #215f86;
}

.lsfw-tbl-scroll.lsfw-tbl-scroll--1023 {
    white-space: normal;
    overflow-x: visible;
    width: 100%;
}

.lsfw-tbl.lsfw-tbl--loader tbody td {
    height: 65px;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--loader {
    background: #999999 !important;
    cursor: inherit !important;
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--loader::after {
    content: '';
    width: 10px;
    height: 10px;
    border: solid 2px #ffffff;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name: progressBar;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    transition: all 0.5s ease-in;
    animation-name: progressBar;
    animation-duration: 1.0s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@-webkit-keyframes progressBar {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes progressBar {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lsfw-tbl .lsfw-tbl__bb.lsfw-tbl__bb--loader::before {
    display: none;
}

.lsfw-tbl .lsfw-tbl__bb.left:hover i:not(.grey) {
    color: inherit;
}

.lsfw-tbl .lsfw-tbl__bb.left i {
    margin-right: 5px;
    font-size: 10px;
}

.lsfw-tbl tfoot tr:hover, .lsfw-tbl tbody tr:hover {
    background: #e5e3e3;
}

.lsfw-tbl .lsfw-tbl__bb.left {
    padding-left: 10px;
}

.lsfw-tbl tfoot.lsfw-tbl__paginator tr td button {
    font-family: inherit;
    border: none;
    display: block;
    text-transform: inherit;
    width: 100%;
    font-size: inherit;
    font-weight: bold;
    text-align: left;
}

.lsfw-tbl tfoot.lsfw-tbl__paginator .lsfw-tbl__paginator-right > * {
    display: inline-block;
    vertical-align: middle;
}

.lsfw-tbl tfoot.lsfw-tbl__paginator .lsfw-tbl__flex .bth__loader {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.lsfw-tbl tfoot.lsfw-tbl__paginator .lsfw-tbl__paginator-right > *:not(:first-of-type)::before {
    content: '/';
    color: #ff8e41;
}

.lsfw-tbl tfoot.lsfw-tbl__paginator tr td * {
    color: #ff8e41;
}

.lsfw-tbl tfoot.lsfw-tbl__paginator tr td .link-blue * {
    color: inherit !important;
}

.lsfw-tbl tfoot.lsfw-tbl__paginator.lsfw-tbl__paginator--sm tr td {
    font-size: 13px;
}

.lsfw-tbl tfoot.lsfw-tbl__paginator.lsfw-tbl__paginator--sm tr td .bth__loader {
    line-height: 35px;
}

.lsfw-tbl tfoot.lsfw-tbl__paginator tr td .bth__loader {
    cursor: pointer;
    display: block;
    line-height: 55px;
}

.lsfw-tbl tfoot.lsfw-tbl__paginator tr td {
    font-weight: bold;
    font-size: 16px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.lsfw-tbl tfoot.lsfw-tbl__paginator tr td .link-blue:hover {
    color: #215f86 !important;
}

.lsfw-tbl tfoot.lsfw-tbl__paginator tr td *:hover {
    color: #e27c36;
}

.lsfw-tbl tfoot.lsfw-tbl__paginator tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.lsfw-tbl .lsfw-tbl__paginator .bth__loader-spin {
    display: inline-block !important;
}

.lsfw-tbl .lsfw-tbl__paginator .bth__loader-spin i {
    margin: 0;
    font-size: 3px;
}

.lsfw-tbl .lsfw-tbl__trash:disabled {
    color: #b4b4b4 !important;
    cursor: inherit;
}

.lsfw-tbl .lsfw-tbl__trash.lsfw-tbl__trash--grey-hov-orange {
    color: #999999;
}

.lsfw-tbl .lsfw-tbl__trash {
    color: #999999;
    font-size: 13px;
    background: transparent;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    border: none;
    width: 25px;
    position: relative;
    height: 25px;
    line-height: 25px;
}

.lsfw-tbl .lsfw-tbl__trash.fa-trash-alt:hover {
    color: #e03a3a;
}

.lsfw-tbl .lsfw-tbl__trash:hover .hint {
    display: block;
}

.lsfw-tbl tr td .lsfw-tbl__trash.lsfw-tbl__trash--grey-hov-orang:hover, .lsfw-tbl .lsfw-tbl__trash:hover {
    color: #e27c36;
}

.lsfw-tbl .lsfw-tbl__trash.fa-sync:hover {
    color: #00a551;
}

.lsfw-tbl tr td .lsfw-tbl__flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lsfw-tbl.lsfw-tbl--lower tr td {
    padding: 7px 10px;
}

@media screen and (max-width: 1279px) {
    .lsfw-tbl tr th {
        font-size: 10px;
    }

    .lsfw-tbl tr td {
        font-size: 13px;
    }

    .lsfw-tbl-scroll.lsfw-tbl-scroll--1023 .lsfw-tbl tfoot.lsfw-tbl__paginator tr td .lsfw-tbl__flex {
        text-align: left;
    }

    .lsfw-tbl-scroll.lsfw-tbl-scroll--1023 {
        white-space: nowrap;
        overflow-x: auto;
        width: 100%;
    }

    .lsfw-tbl tfoot.lsfw-tbl__paginator tr td {
        font-size: 14px
    }

    .lsfw-tbl tfoot.lsfw-tbl__paginator tr td .bth__loader {
        line-height: 45px;
    }

    .lsfw-tbl tfoot.lsfw-tbl__paginator tr td {
        border: none;
    }

    .lsfw-tbl .fz18, .lsfw-tbl .fz16 {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 767px) {
    .lsfw-tbl .lsfw-tbl__bb.fas, .lsfw-tbl .lsfw-tbl__trash,
    .lsfw-tbl .lsfw-tbl__bb.left > *:not(.hint),
    .lsfw-tbl .lsfw-tbl__bb {
        line-height: 20px;
        height: 20px;
        font-size: 10px;
    }

    .lsfw-tbl .lsfw-tbl__bb.fas, .lsfw-tbl .lsfw-tbl__bb {
        min-width: 25px;
    }

    .lsfw-tbl .lsfw-tbl__bb > *:not(.hint) {
        line-height: 20px;
    }

    .lsfw-tbl-loader-head, .lsfw-tbl:not(.lsfw-tbl--mob) thead {
        display: none;
    }

    .lsfw-tbl-loader-body {
        height: 100px;
    }

    .lsfw-tbl tfoot.lsfw-tbl__paginator tr td {
        font-size: 13px
    }

    .lsfw-tbl tfoot.lsfw-tbl__paginator tr td .bth__loader {
        line-height: normal !important;
        padding: 10px;
    }

    body .page .lsfw-tbl-scroll .lsfw-tbl thead th {
        border-bottom: 5px solid #ffffff;
    }

    body .page .lsfw-tbl-scroll .lsfw-tbl thead {
        display: table-header-group;
    }

    body .page .lsfw-tbl-scroll .lsfw-tbl tfoot {
        display: table-footer-group;
    }

    body .page .lsfw-tbl-scroll .lsfw-tbl tr td {
        border-bottom: 5px solid #ffffff;
        display: table-cell;
        padding: 5px !important;
        font-size: 10px;
    }

    .lsfw-tbl thead tr {
        padding: 5px 10px !important;
    }

    .lsfw-tbl tfoot.lsfw-tbl__paginator .lsfw-tbl__paginator-right > * {
        line-height: 35px;
    }

    body .page .lsfw-tbl-scroll .lsfw-tbl tr {
        display: table-row;
    }

    body .page .lsfw-tbl-scroll .lsfw-tbl tbody {
        display: table-row-group;
    }

    .lsfw-tbl .lsfw-tbl__bb:not(.fas).loader {
        background-size: 12px !important;
    }

    .lsfw-tbl-scroll.lsfw-tbl-scroll--1023 tr td {
        padding: 5px !important;
    }

    .lsfw-tbl:not(.lsfw-tbl--mob) tr td {
        padding: 0 !important;
        border: none;
    }

    .lsfw-tbl thead tr {
        padding: 5px 10px;
    }

    .lsfw-tbl tr th {
        border: none;
        padding: 0 !important;
        font-size: 10px;
        text-transform: uppercase;
    }

    .lsfw-tbl:not(.lsfw-tbl--mob), .lsfw-tbl:not(.lsfw-tbl--mob) > * {
        display: block;
    }

    .lsfw-tbl:not(.lsfw-tbl--mob) tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
        position: relative;
        gap: 5px 10px;
        margin-bottom: 5px;
    }

    .lsfw-tbl tfoot.lsfw-tbl__paginator td:empty {
        display: none;
    }

    .lsfw-tbl .lsfw-tbl__hint .lsfw-tbl__bb {
        width: 50px;
        font-size: 18px;
    }

    .lsfw-tbl tfoot.lsfw-tbl__paginator {
        text-align: center;
    }

    .lsfw-tbl tfoot.lsfw-tbl__paginator tr {
        padding: 0;
    }

    .lsfw-tbl tfoot.lsfw-tbl__paginator tr td {
        width: 100%;
    }

    .lsfw-tbl tfoot.lsfw-tbl__paginator tr td .lsfw-tbl__flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
        gap: 5px;
    }

    .lsfw-tbl tfoot.lsfw-tbl__paginator .lsfw-tbl__flex * {
        line-height: normal !important;
    }

    .lsfw-tbl tfoot.lsfw-tbl__paginator .lsfw-tbl__flex > * {
        width: 100%;
    }

    .lsfw-tbl .lsfw-tbl__action th, .lsfw-tbl .lsfw-tbl__action td {
        width: 100% !important;
        padding: 0 !important;
    }

    .lsfw-tbl .lsfw-tbl__action .lsfw-tbl__bb.lsfw-tbl__bb--blue {
        color: #318cc6 !important;
    }

    .lsfw-tbl .lsfw-tbl__action .lsfw-tbl__bb {
        line-height: 30px;
        height: 30px;
        padding-left: 40px;
        background: #ffff !important;
        color: #ff8e41 !important;
        width: 100% !important;
    }

    .lsfw-tbl .lsfw-tbl__action .lsfw-tbl__bb i {
        position: absolute;
        left: 15px;
        top: 0;
        line-height: inherit;
        font-size: 14px;
    }

    .lsfw-tbl .lsfw-tbl__action {
        background-color: #d0dce3 !important;
        padding: 10px !important;
    }

    .lsfw-tbl .lsfw-tbl__action .lsfw-tbl__bb > *:not(.hint) {
        line-height: 30px;
        height: 30px;
    }

    .lsfw-tbl .lsfw-flag {
        margin-right: 3px;
    }

    .lsfw-tbl .lsfw-tbl__bb.fas {
        width: 25px;
        min-width: 25px;
    }

    .lsfw-tbl .lsfw-tbl__cbx label {
        width: 30px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }
}

@media screen and (max-width: 374px) {
    .lsfw-tbl .lsfw-tbl__paginator .fz16 {
        font-size: 12px !important;
    }
}