﻿
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

*, :after, :before {
    box-sizing: border-box
}

body, html {
    height: 100%
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    color: #333;
}

h1, h2, h3 {
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}

label {
    font-weight: 500;
    color: #444;
    font-size: 14px;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    display: inline-flex;
    background-color: transparent;
    transition: .2s ease-in-out;
    text-decoration: none;
    color: inherit
}

    a:hover {
        text-decoration: underline
    }

code {
    font-family: monospace,monospace;
    font-size: 1em
}

img {
    max-width: 100%;
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    fill: currentColor;
    overflow: hidden
}

button, input, select {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=submit], button {
    -webkit-appearance: button
}

    [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.disabled, :disabled {
    opacity: .4;
    pointer-events: none
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.R {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.C, .C0, .C3, .C6, .C12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.C {
    flex-basis: 0;
    flex-grow: 1
}

.C, .C0 {
    max-width: 100%
}

.C0 {
    flex: 0 0 auto;
    width: auto
}

.C3 {
    flex: 0 0 25%;
    max-width: 25%
}

.C6 {
    flex: 0 0 50%;
    max-width: 50%
}

.C12 {
    flex: 0 0 100%;
    max-width: 100%
}

body {
    font-family: Lato,sans-serif;
    line-height: 1.5;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    color: #5e6985
}

    body, body .container {
        min-width: 1200px
    }

::-webkit-input-placeholder {
    color: #a1a1a1 !important
}

::-moz-placeholder {
    color: #a1a1a1 !important
}

:-ms-input-placeholder {
    color: #a1a1a1 !important
}

:-moz-placeholder {
    color: #a1a1a1 !important
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.sm-form-control {
    width: 50% !important;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem
}

.form-check-input.is-valid ~ .valid-tooltip, .is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-tooltip, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #28a745
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}

.form-check-input.is-invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #dc3545
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.75rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.25rem;
    height: 1.375rem;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label:before {
        color: #fff;
        border-color: #007bff;
        background-color: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label:before {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
        border-color: #80bdff
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label:before {
        color: #fff;
        background-color: #b3d7ff;
        border-color: #b3d7ff
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label:before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label:before {
        pointer-events: none;
        background-color: #fff;
        border: 1px solid #adb5bd
    }

    .custom-control-label:after, .custom-control-label:before {
        position: absolute;
        top: .125rem;
        left: -1.75rem;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        content: ""
    }

    .custom-control-label:after {
        background: no-repeat 50%/50% 50%
    }

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0,123,255,.5)
}



.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        display: none
    }

    .custom-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #495057
    }

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-control-label:before, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.modal-open {
    overflow: hidden
}

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

.modal.show .modal-dialog {
    transform: none
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow:before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0
    }

        .bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.collapsing, .dropdown {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 0;
    margin: 5px 0 0;
    font-size: 14px;
    color: #3d3d4f;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

    .dropdown-menu .nav-link {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        color: #3d3d4f;
        font-size: 14px;
        font-weight: 500;
        transition: all 0.2s ease-in-out;
    }

        .dropdown-menu .nav-link:hover {
            background-color: #f2f3fa;
            border-radius: 6px;
            color: #0092e4;
        }

        .dropdown-menu .nav-link svg {
            width: 18px;
            height: 18px;
            margin-right: 8px;
            fill: #3d3d4f;
        }

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-menu.show {
    display: block
}

.icon {
    flex: 0 0 auto
}

.button, .icon {
    display: inline-flex
}

.button {
    width: auto;
    color: inherit;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
    transition: .15s ease-in-out;
    font-family: inherit;
    white-space: nowrap;
    font-weight: 700;
    overflow: visible;
    line-height: 1
}

    .button:hover {
        text-decoration: none
    }

    .button:focus {
        outline: 0
    }

.button-lg {
    height: 60px;
    padding: 0 60px;
    font-size: 20px
}

.button-md {
    height: 48px;
    padding: 0 48px;
    font-size: 16px
}

.button-sm {
    height: 36px;
    padding: 0 36px;
    font-size: 14px
}

.table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    font-size: 13px;
    border: 1px solid #eeeef1
}

td, th {
    font-size: inherit;
    vertical-align: middle;
    border-top: 1px solid #eee;
    text-align: left
}

td, th {
    padding: 8px 16px
}

th {
    border-top: none;
    font-weight: 500;
    color: #3d3d4f
}

.table thead {
    background-color: #f2f3fa
}

.page-title {
    font-size: 32px;
    font-weight: 700;
    padding: 0;
    line-height: 1.2
}

.page-title, .sub-title {
    color: #3d3d4f;
    margin-top: 0
}

.sub-title {
    margin-bottom: 24px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px
}

.link {
    color: #0092e4
}

h1, h2, h3 {
    color: #3d3d4f;
    font-weight: 700
}

p {
    margin-bottom: 16px;
    margin-top: 0
}

.alert {
    padding: 16px;
    text-align: center;
    font-size: 16px
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24
}

.nav {
    display: flex;
    flex-direction: column;
    padding: 16px 0;
    margin: 0;
    list-style: none
}

.nav-item {
    margin: 0;
    padding: 0
}

.nav-link {
    display: flex;
    align-items: center;
    color: #5e6985;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    padding: 12px 24px;
    border-left: 3px solid transparent
}

    .nav-link:hover {
        text-decoration: none;
        color: #0092e4
    }

    .nav-link .icon {
        width: 20px;
        height: 20px;
        margin-right: 16px
    }

    .nav-link.active {
        color: #0092e4;
        font-weight: 500;
        border-left: 3px solid #0092e4
    }

.page-item {
    padding: 0 6px
}

    .page-item.active .page-link {
        background-color: #0092e4;
        color: #fff
    }

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 32px;
    height: 32px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    color: #5e6985
}

.page-link:hover {
        text-decoration: none;
        background-color: #eee
    }

.header {
    background-color: #fff;
    border-bottom: 1px solid #f3f3f3;
    padding: 16px 0;
    z-index: 10;
    position: relative
}

.footer {
    background-color: #3d3d4f;
    padding: 24px 0;
    color: #fff;
    font-size: 14px;
    margin-top: auto;
}

.content {
    padding: 16px 0;
    height: 100%
}

.main {
    flex-grow: 1
}

.logo {
    display: flex
}

    .logo img {
        height: 32px
    }

.header-menu {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.header-menu, .header-menu-item {
    display: flex;
    align-items: center
}

.header-menu-item {
    padding-right: 30px
}

    .header-menu-item:last-child {
        padding-right: 0
    }

.header-menu-link {
    font-size: 14px;
    line-height: 1
}

    .header-menu-link:hover {
        text-decoration: none;
        color: #0092e4
    }

    .header-menu-link.active {
        color: #0092e4
    }

.header-top {
    line-height: 1;
    height: 28px;
    background-color: #3d3d4f
}

    .header-top, .header-top .container {
        display: flex;
        align-items: center
    }

.form-control {
    height: 48px;
    background-color: #fff;
    font-size: 16px;
    border: 1px solid #e3e3e3
}

.form-control-lg {
    height: 60px;
    font-size: 18px
}

.custom-select {
    height: 48px;
    background-color: #fff;
    font-size: 16px
}

.custom-control-label:after, .custom-control-label:before {
    top: -1px
}

option {
    color: #5e6985 !important
}

.dropdown-menu {
    font-size: 14px;
    border: none;
    border-radius: 10px
}

.custom-select-sm, .form-control-sm {
    height: 36px;
    font-size: 14px
}

.custom-control {
    min-height: 20px
}

.form-gutters {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: -20px
}

    .form-gutters > * {
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 10px
    }

label {
    display: block
}

.custom-control-label {
    display: inline
}

.b {
    border: 1px solid #e5e5e5
}

.bb {
    border-bottom: 1px solid #e5e5e5
}

.brp {
    border-radius: 50rem
}

.br5 {
    border-radius: 5px
}

.br6 {
    border-radius: 6px
}

.br10 {
    border-radius: 10px
}

.bs2 {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15)
}

.dropdown-menu {
    box-shadow: 0 12px 18px 2px rgba(34,0,51,.04),0 6px 22px 4px rgba(7,48,114,.12),0 6px 10px -4px rgba(14,13,26,.12)
}

.bgcb {
    background-color: #0092e4
}

.button.bgcb {
    color: #fff
}

    .button.bgcb:hover {
        background-color: #007bc0
    }

    .button.bgcb:active {
        background-color: #0071b1
    }

.bgcr {
    background-color: #ff4e4e
}

.bgcs2 {
    background-color: #f9f9fa
}

.bbcb {
    border-bottom-color: #0092e4
}

.bcs6 {
    border-color: #eeeef1
}

.bbctt {
    border-bottom-color: transparent
}

.cb {
    color: #0092e4
}

a.cb:hover {
    color: #007bc0
}

.cb-h:hover {
    color: #0092e4 !important
}

.cg {
    color: #7ec147
}

.cli {
    color: #929eaf
}

.button.cli:hover, a.cli:hover {
    color: #7d8ca0
}

.ci {
    color: #5e6985
}

.button.ci:hover, a.ci:hover {
    color: #4f5870
}

.cdi {
    color: #3d3d4f
}

a.cdi:hover {
    color: #2d2d3b
}

.cr {
    color: #ff4e4e
}

.cw {
    color: #fff
}

.button.cw:hover, a.cw:hover {
    color: #ededed
}

.db {
    display: block
}

.df {
    display: flex
}

.fdc {
    flex-direction: column
}

.jcc {
    justify-content: center
}

.jcfe {
    justify-content: flex-end
}

.jcsb {
    justify-content: space-between
}

.aic {
    align-items: center
}

.aifs {
    align-items: flex-start
}

.fg1 {
    flex-grow: 1
}

.oh {
    overflow: hidden
}

.oya {
    overflow-y: auto
}

.psy {
    position: -webkit-sticky;
    position: sticky
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.wh12 {
    width: 12px;
    height: 12px
}

.wh13 {
    width: 13px;
    height: 13px
}

.wh14 {
    width: 14px;
    height: 14px
}

.wh32 {
    width: 32px;
    height: 32px
}

.wh92 {
    width: 92px;
    height: 92px
}

.w100p {
    width: 100%
}

.h100p {
    height: 100%
}

.w256 {
    width: 256px
}

.miw256 {
    min-width: 256px
}

.miw312 {
    min-width: 312px
}

.h100vh {
    height: 100vh
}

.fs12 {
    font-size: 12px
}

.fs13 {
    font-size: 13px
}

.fs14 {
    font-size: 14px
}

.fs16 {
    font-size: 16px
}

.fs18 {
    font-size: 18px
}

.fs24 {
    font-size: 24px
}

.fw4 {
    font-weight: 400
}

.fw5 {
    font-weight: 500
}

.fw6 {
    font-weight: 600
}

.fw7 {
    font-weight: 700
}

.fw9 {
    font-weight: 900
}

.lh1 {
    line-height: 1
}

.tac {
    text-align: center
}

.tar {
    text-align: right
}

.ttu {
    text-transform: uppercase
}

.tsr90 {
    transform: rotate(90deg)
}

.tsr180 {
    transform: rotate(180deg)
}

.tsr270 {
    transform: rotate(270deg)
}

.tsr270d[aria-expanded=true] .tsr270 {
    transform: rotate(90deg) !important
}

.mr8 {
    margin-right: 8px
}

.ml8 {
    margin-left: 8px
}

.mr10 {
    margin-right: 10px
}

.mr12 {
    margin-right: 12px
}

.mb12 {
    margin-bottom: 12px
}

.mb16 {
    margin-bottom: 16px
}

.ml20 {
    margin-left: 20px
}

.mt24 {
    margin-top: 24px
}

.mb24 {
    margin-bottom: 24px
}

.mb28 {
    margin-bottom: 28px
}

.mb32 {
    margin-bottom: 32px
}

.mb36 {
    margin-bottom: 36px
}

.mr40 {
    margin-right: 40px
}

.p0 {
    padding: 0
}

.pt4 {
    padding-top: 4px
}

.pb4 {
    padding-bottom: 4px
}

.py8 {
    padding-top: 8px;
    padding-bottom: 8px
}

.pb12 {
    padding-bottom: 12px
}

.p20 {
    padding: 20px
}

.p24 {
    padding: 24px
}

.px28 {
    padding-right: 28px;
    padding-left: 28px
}

.mt-1 {
    margin-top: -1px
}

.ma {
    margin: auto
}

.t12 {
    top: 12px
}

.r12 {
    right: 12px
}

.t16 {
    top: 16px
}

.t28 {
    top: 28px
}

.gx4 {
    margin-right: -2px;
    margin-left: -2px
}

    .gx4 > * {
        padding-right: 2px;
        padding-left: 2px
    }

.gy4 {
    margin-top: -4px
}

    .gy4 > * {
        padding-top: 4px
    }

.gx12 {
    margin-right: -6px;
    margin-left: -6px
}

    .gx12 > * {
        padding-right: 6px;
        padding-left: 6px
    }

.g24 {
    margin-right: -12px;
    margin-left: -12px;
    margin-top: -24px
}

    .g24 > * {
        padding-top: 24px;
        padding-right: 12px;
        padding-left: 12px
    }

.gx24 {
    margin-right: -12px;
    margin-left: -12px
}

    .gx24 > * {
        padding-right: 12px;
        padding-left: 12px
    }

.gx28 {
    margin-right: -14px;
    margin-left: -14px
}

    .gx28 > * {
        padding-right: 14px;
        padding-left: 14px
    }

.gy28 {
    margin-top: -28px
}

    .gy28 > * {
        padding-top: 28px
    }

@media (prefers-reduced-motion:reduce) {
    .collapsing, .custom-control-label:before, .custom-select, .form-control {
        transition: none
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }

    .content {
        padding: 32px 0
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1300px) {
    .container {
        max-width: 1200px
    }
}





.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.field-validation-error {
    color: red;
}

.r14 {
    right: 14px
}

.t10 {
    top: 10px
}

.wh16 {
    width: 16px;
    height: 16px
}

.c3, .cb {
    color: #0092e4
}

.form-control-bordered {
    border: 1px solid #dcdcdc;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.form-group {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}

.form-radio {
    margin-right: 5px;
}

.checkbox-inline {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .checkbox-inline input[type="checkbox"] {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }

    .checkbox-inline label {
        font-size: 16px;
        color: #333;
    }

.form-label {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.section-title {
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    display: block;
}

.field-validation-error::placeholder {
    color: red !important;
}

.field-validation-error:focus {
    outline: none;
    box-shadow: 0 0 5px red;
}

.custom-checkbox-group-v2 {
    display: flex;
    flex-direction: column;
}

.custom-checkbox-v2 {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.custom-control-input-v2 {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.custom-control-label-v2 {
    font-size: 16px;
    color: #5f6368;
    font-family: Arial, sans-serif;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 10px;
}

    #loader img {
        width: 80px;
        height: 80px;
    }

    #loader p {
        margin-top: 20px;
        font-size: 20px;
        color: #333;
    }

.icon use {
    fill: white;
}

.fancy-input {
    background-color: #f9f9fa;
    border: 1px solid #e3e3e3;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .fancy-input:focus {
        border-color: #0092e4;
        box-shadow: 0 0 0 3px rgba(0,146,228,.1);
        outline: none;
    }

.fancy-input {
    background-color: #f9f9fa;
    border: 1px solid #e3e6ea;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
    transition: all 0.2s ease;
}

    .fancy-input:focus {
        border-color: #0092e4;
        box-shadow: 0 0 0 3px rgba(0, 146, 228, 0.08);
        background-color: #fff;
        outline: none;
    }

.input-with-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

h2.section-title,
.fs20.fw6 {
    font-size: 20px;
    font-weight: 600;
    color: #1e2b3c;
}

.wh32 {
    width: 32px;
    height: 32px;
}

.stroke2 {
    stroke-width: 2;
}

.cbl {
    color: #2c3e50;
}

.btn-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    gap: 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

    .btn-modern:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 6px rgba(0,0,0,0.08);
    }

    .btn-modern:active {
        transform: scale(0.98);
    }

.btn-blue {
    background-color: #0092e4;
    color: #fff;
}

    .btn-blue:hover {
        background-color: #0077c2;
    }

.btn-green {
    background-color: #28a745;
    color: #fff;
}

    .btn-green:hover {
        background-color: #218838;
    }

.logo-divider {
    width: 100%;
    max-width: 320px;
    height: 1px;
    background-color: #e0e4ea;
    margin: 0 auto 24px auto;
    border-radius: 1px;
}

#submission-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
}

.overlay-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.overlay-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

    .spinner-border * {
        display: none !important;
    }

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}

.text-light {
    color: #f8f9fa !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.dealer-doc-table td,
.dealer-doc-table th {
    border: 1px solid #dee2e6;
    vertical-align: middle;
    padding: 12px;
}

.dealer-doc-table th {
    text-align: right;
}

    .dealer-doc-table th:first-child,
    .dealer-doc-table td:first-child {
        text-align: center;
    }

    .dealer-doc-table th:nth-child(2),
    .dealer-doc-table td:nth-child(2) {
        text-align: left;
    }

.dealer-doc-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 8px 12px;
}

.btn-remove {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
}

    .btn-remove:hover {
        background-color: #bb2d3b;
        color: white;
    }

.btn-download {
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
}

    .btn-download:hover {
        background-color: #0b5ed7;
        color: white;
    }

    .btn-remove i,
    .btn-download i {
        margin-right: 6px;
    }

.modal.show {
    display: block;
    opacity: 1;
}

.dealer-form .form-group {
    margin-bottom: 1.5rem;
}

.dealer-form .form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: #212529;
    font-size: 1rem;
}

.dealer-form .form-control {
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    border: 1px solid #ced4da;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.dealer-form .form-control:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.dealer-form .text-danger.small {
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.dealer-filter-link {
    text-decoration: none;
    color: #0d6efd;
}

.step-progress {
    padding: 30px 0 10px;
    display: flex;
    justify-content: center;
}

.step-indicator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    position: relative;
    list-style: none;
}

.step-item {
    flex: 1;
    position: relative;
    text-align: center;
    z-index: 2;
}

.step-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -50%;
    transform: translateY(-50%);
    height: 2px;
    background-color: #dee2e6;
    width: 100%;
    z-index: 1;
}

.step-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: background-color 0.3s;
}

.step-circle svg {
    width: 20px;
    height: 20px;
    stroke: #333;
}

.step-circle.active {
    background-color: #0d6efd;
}

.step-circle.active svg {
    stroke: #fff;
}

.step-circle.completed {
    background-color: #198754;
}

.step-circle.completed svg {
    stroke: #fff;
}

.step-item.completed:not(:last-child)::after {
    background-color: #198754;
}

.step-item.active:not(:last-child)::after {
    background-color: #0d6efd;
}

.management-menu {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.management-menu-item {
    position: relative;
}

.management-menu-link {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #334155;
    text-decoration: none;
    padding: 6px 10px;
    transition: color 0.2s ease-in-out;
}

.management-menu-link:hover {
    color: #0d6efd;
}

.management-menu-icon {
    font-size: 1rem;
    margin-right: 6px;
    color: #0d6efd;
}

.management-menu-link {
    cursor: pointer;
    text-decoration: none;
    color: #334155;
    transition: color 0.2s ease-in-out;
}

.management-menu-link:hover {
    color: #0d6efd;
}

.management-menu-link {
    display: inline-flex;
    align-items: center;
}

.management-menu .dropdown-menu .dropdown-item {
    cursor: pointer;
}

.hover-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 0.5rem;
}

.hover-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
