template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

svg:not(:root) {
    overflow: hidden
}

button,input,select,textarea {
    margin: 0
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

*,:after,:before,input[type=search] {
    box-sizing: border-box
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a.disabled,a.disabled:focus,a.disabled:hover,a[disabled],a[disabled]:focus,a[disabled]:hover {
    color: #aaa;
    text-decoration: none;
    cursor: default
}

audio,canvas,img,video {
    max-width: 100%;
    vertical-align: middle
}

textarea {
    resize: vertical
}

.btn {
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    line-height: 1.53846154;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: .4s cubic-bezier(.175,.885,.32,1);
    transition-property: background,border,box-shadow,outline,opacity;
    color: #353535;
    background-color: #f2f2f2;
    border-color: #bfbfbf
}

.btn:focus,.btn:hover {
    text-decoration: none
}

.btn.active,.btn:active {
    outline: 0
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    box-shadow: none;
    opacity: .65
}

.btn.active,.btn:active,.btn:focus,.btn:hover,.open .dropdown-toggle.btn {
    color: #353535;
    opacity: .8;
    box-shadow: 0 2px 1px rgba(0,0,0,.1)
}

.btn.active,.btn:active,.open .dropdown-toggle.btn {
    background-image: none;
    box-shadow: inset 0 4px 6px rgba(0,0,0,.15)
}

.btn.disabled,.btn.disabled.active,.btn.disabled:active,.btn.disabled:focus,.btn.disabled:hover,.btn[disabled],.btn[disabled].active,.btn[disabled]:active,.btn[disabled]:focus,.btn[disabled]:hover {
    background-color: #f2f2f2;
    border-color: #bfbfbf
}

.btn-primary {
    color: #fff;
    background-color: var(--dx-primary-color);
    border-color: var(--dx-primary-color)
}

.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: var(--dx-primary-color);
    border-color: var(--dx-primary-color);
    box-shadow: 0 2px 1px rgba(0,0,0,.1)
}

.btn-primary:hover {
    opacity: .8
}

.btn-primary.active,.btn-primary:active,.open .dropdown-toggle.btn-primary {
    background-color: var(--dx-primary-color);
    background-image: none;
    border-color: var(--dx-primary-color);
    box-shadow: inset 0 4px 6px rgba(0,0,0,.15)
}

.btn-warning {
    color: #fff;
    background-color: #f1a325;
    border-color: #ed980f
}

.btn-warning.active,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #df8f0e;
    border-color: #b4730c;
    box-shadow: 0 2px 1px rgba(0,0,0,.1)
}

.btn-warning.active,.btn-warning:active,.open .dropdown-toggle.btn-warning {
    background-color: #bd7a0c;
    background-image: none;
    border-color: #bd7a0c;
    box-shadow: inset 0 4px 6px rgba(0,0,0,.15)
}

.btn-danger {
    color: #fff;
    background-color: #ea644a;
    border-color: #e75033
}

.btn-danger.active,.btn-danger:active,.open .dropdown-toggle.btn-danger {
    background-color: #cf3618;
    background-image: none;
    border-color: #cf3618;
    box-shadow: inset 0 4px 6px rgba(0,0,0,.15)
}

.btn-success {
    color: #fff;
    background-color: #38b03f;
    border-color: #329d38
}

.btn-info {
    color: #fff;
    background-color: var(--dx-blue-color);
    border-color: var(--dx-blue-color)
}

.btn-info.active,.btn-info:active,.btn-info:focus,.btn-info:hover,.open .dropdown-toggle.btn-info {
    color: #fff;
    opacity: .8;
    box-shadow: 0 2px 1px rgba(0,0,0,.1)
}

.btn-info.active,.btn-info:active,.open .dropdown-toggle.btn-info {
    opacity: .8;
    background-image: none;
    box-shadow: inset 0 4px 6px rgba(0,0,0,.15)
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover {
    opacity: .8
}

.btn-link {
    font-weight: 400;
    color: #145ccd;
    text-shadow: none;
    cursor: pointer;
    background: 0 0;
    box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover,.btn-link[disabled],fieldset[disabled] .btn-link {
    border-color: transparent;
    box-shadow: none
}

.btn-link:focus,.btn-link:hover {
    color: #0d3d88
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #ddd;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 4px
}

.btn-mini {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px
}

.btn-sm {
    padding: 2px 8px
}

.btn-sm,.btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px
}

.btn-mini,.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=checkbox],input[type=radio] {
    margin: 0\9 0 0;
    line-height: normal
}

select[multiple],select[size] {
    height: auto
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit
}

.os-mac select.form-control {
    -webkit-appearance: none;
    padding-right: 18px;
    background-image: url(data:image/gif;base64,R0lGODlhBwAEAIAAAMvQ2////yH5BAEAAAEALAAAAAAHAAQAAAIIhA+BGWoNWSgAOw==);
    background-repeat: no-repeat;
    background-position: right 5px top 14px;
    -moz-appearance: none
}

.input-sm .os-mac select.form-control {
    background-position: right 5px top 9px
}

.input-lg .os-mac select.form-control {
    background-position: right 5px top 19px
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

@-moz-document url-prefix() {
    input[type=radio]:focus {
        outline: 2px solid #3280fc;
        -moz-outline-radius: 100%
    }
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.form-control::-moz-placeholder {
    color: gray
}

.form-control::placeholder {
    color: gray
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 8px;
    font-size: 13px;
    line-height: 1.53846154;
    color: #fff;
    background-color: var(--dx-base2-color);
    border: 1px solid var(--dx-input-border-color);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control.focus,.form-control:focus {
    border-color: var(--dx-primary-color);
    outline: 0;
    box-shadow: inset 0 1px 1px var(--dx-input-focus-boxshadow-start-color, rgba(0, 0, 0, .075)),0 0 8px var(--dx-input-focus-boxshadow-end-color, rgba(38, 43, 52, 0.6))
}

.form-control:focus::-moz-placeholder {
    color: #fff
}

.form-control.focus,.form-control:focus::placeholder {
    color: #fff
}

.form-control[disabled],.form-control[readonly] {
    cursor: not-allowed;
    background-color: #e5e5e5
}

.form-control[readonly] {
    cursor: default
}

fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #e5e5e5
}

textarea.form-control {
    height: auto;
    min-height: 32px
}

.form-group {
    margin-bottom: 15px
}

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,.checkbox-inline,.radio label,.radio-inline {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox label,.radio label {
    min-height: 20px
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 3px;
    margin-top: 4px\9;
    margin-left: -20px
}

.os-android .checkbox input[type=checkbox],.os-android .checkbox-inline input[type=checkbox],.os-android .radio input[type=radio],.os-android .radio-inline input[type=radio] {
    margin-top: 0
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed
}

.input-sm {
    height: 24px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 24px;
    line-height: 24px
}

textarea.input-lg,textarea.input-sm {
    height: auto
}

.input-lg {
    height: 42px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 6px
}

select.input-lg {
    height: 42px;
    line-height: 42px
}

.has-warning .help-block,.has-warning>label {
    color: #f1a325
}

.has-warning .form-control {
    border-color: #f1a325;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #d5890e;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f7cb85
}

.has-warning .input-group-addon {
    color: #f1a325;
    background-color: #fff0d5;
    border-color: #f1a325
}

.has-error .help-block,.has-error>label {
    color: #ea644a
}

.has-error .form-control {
    border-color: #ea644a;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #e53d1c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f5b2a5
}

.has-error .input-group-addon {
    color: #ea644a;
    background-color: #ffe5e0;
    border-color: #ea644a
}

.has-success .help-block,.has-success>label {
    color: #38b03f
}

.has-success .form-control {
    border-color: #38b03f;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #2c8931;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #79d57f
}

.has-success .input-group-addon {
    color: #38b03f;
    background-color: #ddf4df;
    border-color: #38b03f
}

.form-control-static {
    min-height: 33px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0
}

.help-block {
    display: block;
    margin: 5px 0;
    color: #757575
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .form-group>label,.form-horizontal .radio,.form-horizontal .radio-inline {
    padding-top: 6px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px
}

@media (min-width: 768px) {
    .form-horizontal .form-group>label {
        text-align:right
    }
}

.required,.switch {
    position: relative
}

.required:after {
    position: absolute;
    top: 0;
    right: -10px;
    display: inline-block;
    font-size: 16px;
    color: #ea644a;
    content: '*'
}

.form-horizontal .required:after {
    top: 5px;
    right: -1px
}

.switch>input {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0
}

.switch>label {
    display: block;
    padding: 5px 0 5px 35px;
    margin: 0;
    font-weight: 400;
    line-height: 20px
}

.switch>label:after,.switch>label:before {
    position: absolute;
    left: 0;
    display: block;
    pointer-events: none;
    content: ' ';
    background-color: #fff;
    border: 1px solid #ddd;
    transition: all .4s cubic-bezier(.175,.885,.32,1)
}

.switch>label:before {
    top: 5px;
    width: 30px;
    height: 20px;
    border-radius: 10px
}

.switch>label:after {
    top: 6px;
    width: 18px;
    height: 18px;
    border-color: #ccc;
    border-radius: 9px;
    box-shadow: rgba(0,0,0,.05) 0 1px 4px,rgba(0,0,0,.12) 0 1px 2px
}

.switch>input:checked+label:before {
    background-color: #3280fc;
    border-color: #3280fc
}

.switch>input:checked+label:after {
    left: 11px;
    border-color: #fff
}

.switch.text-left>label {
    padding: 5px 35px 5px 0
}

.switch.text-left>label:after {
    left: auto
}

.switch.text-left>label:before {
    right: 0;
    left: auto
}

.switch.text-left>label:after {
    right: 12px
}

.switch.text-left>input:checked+label:after {
    right: 1px;
    left: auto
}

.switch.disabled {
    pointer-events: none
}

.switch.disabled>label,.switch>input[disabled]+label {
    color: #ddd;
    pointer-events: none
}

.switch.disabled>label:before,.switch>input[disabled]+label:before {
    background-color: #fafafa
}

.switch.disabled>label:after,.switch>input[disabled]+label:after {
    opacity: .7
}

.switch.disabled>input:checked+label:before,.switch>input[disabled]:checked+label:before {
    background-color: #ccc;
    border-color: #ccc
}

.switch input:focus+label:before {
    border-color: #3280fc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #3280fc
}

.switch-inline {
    display: inline-block
}

.checkbox-primary,.radio-primary {
    position: relative;
    display: block
}

.checkbox-primary>input,.radio-primary>input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 20px;
    height: 100%;
    margin: 0;
    opacity: 0
}

.checkbox-primary>label,.radio-primary>label {
    padding-left: 25px;
    font-weight: 400;
    cursor: pointer
}

.checkbox-primary>label:after {
    top: 2px;
    line-height: 16px;
    content: ' '
}

.checkbox-primary>label:after,.checkbox-primary>label:before {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 2px
}

.radio-primary>label:after {
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    content: ' '
}

.radio-primary>label:after,.radio-primary>label:before {
    position: absolute;
    right: 0;
    display: block;
    text-align: center
}

.checkbox-primary>label:after,.radio-primary>label:after {
    z-index: 1;
    background: #fff;
    border: 1px solid gray;
    transition: .4s cubic-bezier(.175,.885,.32,1);
    transition-property: border,background-color
}

.checkbox-primary>label:before {
    top: 3px;
    content: '\e60d'
}

.checkbox-primary>label:before,.radio-primary>label:before {
    z-index: 2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    opacity: 0;
    transition: .2s cubic-bezier(.175,.885,.32,1);
    transition-property: opacity,transform;
    transform: scale(0);
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.checkbox-primary.checked>label:after,.checkbox-primary>input:checked+label:after {
    background-color: #3280fc;
    border-color: #3280fc;
    border-width: 4px
}

.checkbox-primary.checked>label:before,.checkbox-primary>input:checked+label:before,.radio-primary.checked>label:before,.radio-primary>input:checked+label:before {
    color: #fff;
    opacity: 1;
    transform: scale(1)
}

.checkbox-primary.focus>label:after,.checkbox-primary>input:focus+label:after,.radio-primary.focus>label:after,.radio-primary>input:focus+label:after {
    border-color: #3280fc;
    box-shadow: 0 0 8px #3280fc
}

.checkbox-primary input:disabled+label:after,.checkbox-primary.disabled>label:after,.radio-primary input:disabled+label:after,.radio-primary.disabled>label:after {
    background-color: #e5e5e5;
    border-color: #bbb
}

.checkbox-primary input:disabled:checked+label:after,.checkbox-primary.checked.disabled>label:after {
    background-color: #bbb
}

.radio-primary>label:after {
    border-radius: 50%
}

.radio-primary>label:before {
    top: 7px;
    left: 5px;
    width: 6px;
    height: 6px;
    content: ' ';
    border: 0;
    border-radius: 50%
}

.radio-primary.checked>label:after,.radio-primary>input:checked+label:after {
    background-color: #fff;
    border-color: #3280fc;
    border-width: 2px
}

.radio-primary.checked>label:before,.radio-primary>input:checked+label:before {
    background-color: #3280fc
}

.radio-primary input:disabled:checked+label:after,.radio-primary.checked.disabled>label:after {
    background-color: #fff;
    border-color: #bbb
}

.radio-primary input:disabled:checked+label:before,.radio-primary.checked.disabled>label:before {
    background-color: #bbb
}

.close {
    float: right;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20)
}

.close:focus,.close:hover {
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .8
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.scrollbar-hover::-webkit-scrollbar,.scrollbar-hover::-webkit-scrollbar-button,.scrollbar-hover::-webkit-scrollbar-thumb,.scrollbar-hover::-webkit-scrollbar-track {
    visibility: hidden
}

.scrollbar-hover:hover::-webkit-scrollbar,.scrollbar-hover:hover::-webkit-scrollbar-button,.scrollbar-hover:hover::-webkit-scrollbar-thumb,.scrollbar-hover:hover::-webkit-scrollbar-track {
    visibility: visible
}

.input-control-icon-left,.input-control-icon-right,.input-control-label-left,.input-control-label-right {
    position: absolute;
    top: 1px;
    z-index: 5;
    height: 30px;
    line-height: 30px;
    opacity: .5
}

.input-control-icon-left,.input-control-icon-right {
    width: 30px;
    text-align: center
}

.input-control-icon-left,.input-control-label-left {
    left: 1px
}

.input-control-icon-right,.input-control-label-right {
    right: 1px
}

.input-control-label-left,.input-control-label-right {
    width: 70px;
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis
}

.has-label-left-sm>.input-control-label-left,.has-label-left-sm>.input-control-label-right {
    width: 55px
}

.has-label-left-lg>.input-control-label-left,.has-label-left-lg>.input-control-label-right {
    width: 95px
}

.input-control {
    position: relative
}

.input-control.has-icon-left>.form-control {
    padding-left: 30px
}

.input-control.has-icon-right>.form-control {
    padding-right: 30px
}

.input-control.has-label-left>.form-control {
    padding-left: 70px
}

.input-control.has-label-right>.form-control {
    padding-right: 70px
}

.input-control.has-label-left-sm>.form-control {
    padding-left: 55px
}

.input-control.has-label-right-sm>.form-control {
    padding-right: 55px
}

.input-control.has-label-left-lg>.form-control {
    padding-left: 95px
}

.input-control.has-label-right-lg>.form-control {
    padding-right: 95px
}

.input-control>a:hover {
    background-color: #f1f1f1;
    opacity: 1
}

.form-control:focus+[class^=input-control-],.form-control:focus+[class^=input-control-]+[class^=input-control-] {
    opacity: 1
}

.form-control:focus+.input-control-label-left {
    color: #145ccd
}

.empty+.search-clear-btn,.empty+.search-icon+.search-clear-btn {
    opacity: 0!important
}

input:-moz-placeholder-shown+.search-clear-btn,input:-moz-placeholder-shown+.search-icon+.search-clear-btn {
    opacity: 0!important
}

input:-moz-placeholder+.search-clear-btn,input:-moz-placeholder+.search-icon+.search-clear-btn {
    opacity: 0!important
}

input:placeholder-shown+.search-clear-btn,input:placeholder-shown+.search-icon+.search-clear-btn {
    opacity: 0!important
}

.pager {
    padding-left: 0;
    margin: 12px 0;
    gap: 8px;
    list-style: none;
    overflow-x: auto
}

.pager,.pager>li {
    display: flex
}

.pager>li>a,.pager>li>span {
    position: relative;
    float: left;
    padding: 4px 12px;
    margin-left: -1px;
    line-height: 1.53846154;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid transparent
}

.pager .pager-item-left .pager-item,.pager .pager-item-right .pager-item {
    padding-top: 6px;
    padding-bottom: 6px;
    flex-shrink: 0
}

.pager .pager-item-left {
    left: 0
}

.pager .pager-item-right {
    right: 0
}

.pager .pager-item-left.disabled .pager-item,.pager .pager-item-right.disabled .pager-item {
    opacity: .5
}

.pager .pager-item-left img,.pager .pager-item-right img {
    width: 10px;
    -o-object-fit: contain;
    object-fit: contain
}

.pager>li:first-child>a,.pager>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pager>li:last-child>a,.pager>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pager>li>a:focus,.pager>li>a:hover,.pager>li>span:focus,.pager>li>span:hover {
    z-index: 2;
    opacity: .8
}

.pager>li.active>a,.pager>li.active>a:hover,.pager>li.active>span,.pager>li.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--dx-primary-color)!important;
    border-color: var(--dx-primary-color)!important
}

.pager>li.disabled>a,.pager>li.disabled>a:focus,.pager>li.disabled>a:hover,.pager>li.disabled>span,.pager>li.disabled>span:focus,.pager>li.disabled>span:hover {
    color: #fff;
    pointer-events: none;
    cursor: not-allowed;
    background-color: var(--dx-base2-color);
    border-color: var(--dx-base2-color)
}

.pager-justify {
    display: block
}

.pager-justify .next>a,.pager-justify .next>span {
    float: right;
    border-radius: 4px
}

.pager-justify .previous>a,.pager-justify .previous>span {
    float: left;
    border-radius: 4px
}

.pager-goto {
    width: 100px;
    text-align: center;
    display: flex;
    align-items: center
}

.pager-goto .btn,.pager-goto .form-control {
    height: 32px
}

.pager>li>div {
    float: left
}

.pager>li .pager-goto,.pager>li .pager-size-menu,.pager>li.space {
    margin: 0 5px
}

.pager-label {
    position: relative;
    float: left;
    padding: 5px 4px;
    margin-left: -1px;
    line-height: 1.53846154;
    text-decoration: none;
    border: 1px solid transparent
}

.pager-item-left>a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pager-item-right>a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.scale {
    transition: all .15s ease;
    transform: scale(.8)
}

.scale.in {
    transform: scale(1)
}

.modal,.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-25%)
}

.modal.in .modal-dialog {
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0 auto;
    pointer-events: initial;
    background-color: var(--dx-base1-color);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-dialog.modal-moveable {
    position: absolute;
    margin: 0
}

.modal-dialog.modal-moveable .modal-header {
    cursor: move
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.54px;
    padding: 15px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.53846154
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn,.modal-footer .btn-group-vertical .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.modal-fullscreen {
    position: relative;
    width: 100%!important;
    height: 100%!important;
    margin: 0;
    border-radius: 0
}

.modal-fullscreen .modal-body {
    position: absolute;
    top: 52px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto
}

.modal-scroll-inside {
    overflow: hidden!important
}

.body-modal-scroll-inside {
    overflow: auto
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 300px;
    text-align: left;
    white-space: normal;
    background-color: var(--dx-base3-color);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover.no-arrow.top {
    margin-top: 0
}

.popover.no-arrow.right {
    margin-left: 0
}

.popover.no-arrow.bottom {
    margin-top: 0
}

.popover.no-arrow.left {
    margin-left: 0
}

.modal .popover,.popover-in-modal {
    z-index: 1050
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    background-color: var(--dx-base3-color);
    border-bottom: 1px solid var(--dx-base2-color);
    border-radius: 4px 4px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow,.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    content: "";
    border-width: 10px
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: var(--dx-base3-color)
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-bottom: 2px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    opacity: .5
}

.messager {
    display: table;
    margin: 10px;
    overflow: hidden;
    color: #fff;
    pointer-events: auto;
    background-color: #353535;
    background-color: rgba(0,0,0,.8);
    border-radius: 20px;
    transition-property: opacity,transform!important
}

.messager-content,.messager-icon {
    display: table-cell;
    vertical-align: top
}

.messager-icon {
    padding: 10px 0 10px 15px;
    line-height: 20px;
    text-align: center
}

.messager-content {
    padding: 10px 15px
}

.messager-content a {
    font-weight: 700;
    color: inherit
}

.messager-title {
    font-size: 16px;
    font-weight: 700
}

.messager-title+.messager-text {
    margin-top: 10px
}

.messager-actions {
    display: table-cell;
    vertical-align: top
}

.messager-actions>.action {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    color: #fafafa;
    color: rgba(255,255,255,.6);
    text-align: center;
    text-shadow: none;
    background: 0 0;
    border: 0
}

.messager-actions>.action.close {
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    opacity: 1
}

.messager-actions>.action:hover {
    color: #fff;
    background: rgba(0,0,0,.1)
}

.messager-actions .action-icon+.action-text {
    margin-left: 8px
}

.messagers-holder {
    position: fixed;
    z-index: 99999;
    padding: 10px;
    pointer-events: none
}

.messagers-holder.top {
    top: 0
}

.messagers-holder.top-left {
    top: 0;
    left: 0
}

.messagers-holder.top-right {
    top: 0;
    right: 0
}

.messagers-holder.bottom {
    bottom: 0
}

.messagers-holder.bottom-left {
    bottom: 0;
    left: 0
}

.messagers-holder.bottom-right {
    right: 0;
    bottom: 0
}

.messagers-holder.bottom-right .messager,.messagers-holder.top-right .messager {
    margin-left: auto
}

.messagers-holder.center {
    top: 0
}

.messagers-holder.bottom,.messagers-holder.center,.messagers-holder.top {
    right: 0;
    left: 0
}

.messagers-holder.bottom .messager,.messagers-holder.center .messager,.messagers-holder.top .messager {
    margin: 10px auto
}

.messager-notification {
    min-width: 250px;
    max-width: 400px;
    border-radius: 4px
}

.messager-notification .messager-icon {
    width: 42px;
    vertical-align: middle
}

.messager-notification .messager-content {
    vertical-align: middle
}

.messager-text>p:last-child {
    margin: 0
}

.messager-primary {
    background-color: #3280fc
}

.messager-success {
    background-color: #38b03f
}

.messager-warning {
    background-color: #f1a325
}

.messager-danger {
    background-color: #ea644a
}

.ad-dialog .modal-dialog {
    background-color: transparent;
    box-shadow: none;
    border: 0
}

.ad-dialog .modal-dialog .close {
    width: 42px;
    height: 42px
}

.ad-dialog .modal-dialog .modal-header {
    border-bottom: 0;
    padding-bottom: 8px
}

.dx-modal .modal-content {
    background: transparent!important;
}

.dx-modal .modal-dialog .close {
    padding: 0px;
    margin: 0px;
    position: static;
}


.fixed-rb-container {
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    --fixed-rb-swiper-width: 10rem;
    width: var(--fixed-rb-swiper-width);
    height: var(--fixed-rb-swiper-width);
    z-index: 9999;
}

.fixed-rb-swiper {
    width: var(--fixed-rb-swiper-width);
    height: var(--fixed-rb-swiper-width);
    overflow: hidden;
    z-index: 999;
}

.fixed-rb-swiper-wrapper,
.fixed-rb-swiper-wrapper .swiper-slide,
.fixed-rb-swiper-wrapper img {
    width: var(--fixed-rb-swiper-width);
    height: var(--fixed-rb-swiper-width);
}

.fixed-rb-swiper-wrapper {
    display: flex;
    align-items: center;
}

.fixed-rb-swiper-close {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    z-index: 1080;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    overflow: hidden;
}

.fixed-rb-swiper-close img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.fixed-rb-container .swiper-pagination {
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1070;
    display: flex;
    justify-content: center;
    gap: 0.3rem;
}

.fixed-rb-container .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.fixed-rb-container .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) {
    .fixed-rb-container {
        --fixed-rb-swiper-width: 7rem;
        bottom: 1.5rem;
        right: 1.5rem;
    }

    .fixed-rb-swiper-close {
        position: absolute;
        top: -0.8rem;
        right: -0.8rem;
        width: 1.8rem;
        height: 1.8rem;
    }
}


#tip_modal .modal-header{
    flex-direction: row;
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
}

#tip_modal .modal-content{
    background:  #1c1c1c !important;
}

#tip_modal .modal-dialog .close {
    display: flex;
}

#tip_modal .modal-title{
    font-size: 16px;
}

#tip_modal .modal-body{
    color: #fff;
}
#tip_modal .modal-body a{
    color: #fff;
    font-size: 14px;
}

#tip_modal .btn-download{
    top: 0;
}

#tip_modal .btn-danger{
    margin-right: 2px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 3px 8px;
    height:30px;
}
#tip_modal .btn{
    color:#fff;
}
#tip_modal .btn-success{
    display:flex;
    align-items:center;
    justify-content:center;
    color: #fff;
}
#tip_modal .whitespace-pre-line{
    white-space: pre-line;
}
@media (max-width: 768px) {
    #tip_modal .modal-content {
        width: 90vw;
        margin: 0 auto;
    }
}