@charset "UTF-8";

.myclass1
{
    color:red;
}

.loginBack {
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    align-items: stretch;
    margin: 0 auto;
}

.tmt-login-page-back {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.p-ab {
    position: absolute;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline;
            list-style: none;
            padding: 0
        }

        .select2-container .select2-selection--multiple .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em
        }

    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        margin-left: 5px;
        padding: 0
    }

        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        height: 26px;
        margin-right: 20px;
        padding-right: 0
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px
}

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        height: 20px;
        margin-right: 10px;
        margin-top: 5px;
        padding: 1px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-right: 1px solid #aaa;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #999;
        cursor: pointer;
        font-size: 1em;
        font-weight: 700;
        padding: 0 4px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            background-color: #f1f1f1;
            color: #333;
            outline: 0
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat: repeat-x
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        height: 26px;
        margin-right: 20px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%);
        background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);
        background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
        background-repeat: repeat-x
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: 0 0;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#fff 0,#eee 50%);
    background-image: -o-linear-gradient(top,#fff 0,#eee 50%);
    background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #888;
        cursor: pointer;
        font-size: 1em;
        font-weight: 700;
        padding: 0 4px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
            outline: 0
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-connect {
    height: 100%;
    width: 100%
}

.noUi-origin {
    height: 10%;
    width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

    .noUi-horizontal .noUi-handle {
        width: 34px;
        height: 28px;
        right: -17px;
        top: -6px
    }

.noUi-vertical {
    width: 18px
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        right: -6px;
        top: -17px
    }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-sub {
    background: #aaa
}

.noUi-marker-large {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%,50%);
    transform: translate(50%,50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0,50%);
    transform: translate(0,50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%,0);
    transform: translate(50%,0);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0,-18px);
    transform: translate(0,-18px);
    top: auto;
    right: 28px
}

@font-face {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/MontserratRegular/MontserratRegular.eot);
    src: url(../fonts/MontserratRegular/MontserratRegular.eot?#iefix) format("embedded-opentype"),url(../fonts/MontserratRegular/MontserratRegular.woff) format("woff"),url(../fonts/MontserratRegular/MontserratRegular.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/MontserratBold/MontserratBold.eot);
    src: url(../fonts/MontserratBold/MontserratBold.eot?#iefix) format("embedded-opentype"),url(../fonts/MontserratBold/MontserratBold.woff) format("woff"),url(../fonts/MontserratBold/MontserratBold.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/RobotoRegular/RobotoRegular.eot);
    src: url(../fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"),url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"),url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype")
}

@font-face {
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/RobotoBold/RobotoBold.eot);
    src: url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"),url(../fonts/RobotoBold/RobotoBold.woff) format("woff"),url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype")
}

@font-face {
    font-family: Inter;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/InterRegular/InterRegular.eot);
    src: url(../fonts/InterRegular/InterRegular.eot?#iefix) format("embedded-opentype"),url(../fonts/InterRegular/InterRegular.woff) format("woff"),url(../fonts/InterRegular/InterRegular.ttf) format("truetype")
}

@font-face {
    font-family: Inter;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/InterMedium/InterMedium.eot);
    src: url(../fonts/InterMedium/InterMedium.eot?#iefix) format("embedded-opentype"),url(../fonts/InterMedium/InterMedium.woff) format("woff"),url(../fonts/InterMedium/InterMedium.ttf) format("truetype")
}

@font-face {
    font-family: Inter;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/InterBold/InterBold.eot);
    src: url(../fonts/InterBold/InterBold.eot?#iefix) format("embedded-opentype"),url(../fonts/InterBold/InterBold.woff) format("woff"),url(../fonts/InterBold/InterBold.ttf) format("truetype")
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slideIn {
    from {
        opacity: 0;
        max-height: 0
    }

    to {
        opacity: 1;
        max-height: 500px
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        max-height: 0
    }

    to {
        opacity: 1;
        max-height: 500px
    }
}

@-webkit-keyframes topBottom {
    0% {
        -webkit-transform: scale(1) translate(0,0) rotate(0);
        transform: scale(1) translate(0,0) rotate(0)
    }

    50% {
        -webkit-transform: scale(1.1) translate(20px,40px) rotate(180deg);
        transform: scale(1.1) translate(20px,40px) rotate(180deg)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0) rotate(360deg);
        transform: scale(1) translate(0,0) rotate(360deg)
    }
}

@keyframes topBottom {
    0% {
        -webkit-transform: scale(1) translate(0,0) rotate(0);
        transform: scale(1) translate(0,0) rotate(0)
    }

    50% {
        -webkit-transform: scale(1.1) translate(20px,40px) rotate(180deg);
        transform: scale(1.1) translate(20px,40px) rotate(180deg)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0) rotate(360deg);
        transform: scale(1) translate(0,0) rotate(360deg)
    }
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }

    50% {
        -webkit-transform: scale(1.1) translate(30px,45px);
        transform: scale(1.1) translate(30px,45px)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }

    50% {
        -webkit-transform: scale(1.1) translate(30px,45px);
        transform: scale(1.1) translate(30px,45px)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

@-webkit-keyframes circleReverse {
    0% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }

    50% {
        -webkit-transform: scale(.9) translate(45px,20px);
        transform: scale(.9) translate(45px,20px)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

@keyframes circleReverse {
    0% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }

    50% {
        -webkit-transform: scale(.9) translate(45px,20px);
        transform: scale(.9) translate(45px,20px)
    }

    100% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0)
    }
}

@-webkit-keyframes fromRight {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fromRight {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: #1890ff;
    color: #fff
}

::selection {
    background-color: #1890ff;
    color: #fff
}

::-webkit-scrollbar {
    width: 7px;
    height: 8px
}

::-webkit-scrollbar-track {
    background: #b1daff
}

::-webkit-scrollbar-thumb {
    background: #4ba9ff;
    -webkit-transition: .2s all;
    transition: .2s all
}

    ::-webkit-scrollbar-thumb:hover {
        background: #1890ff
    }

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: Inter,sans-serif;
    overflow-x: hidden;
    color: #000;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .2s filter;
    -o-transition: .2s filter;
    transition: .2s filter
}

    body input, body textarea {
        border: #666 1px solid;
        outline: 0
    }

        body input:focus:required:invalid, body textarea:focus:required:invalid {
            border-color: #ff4d4f
        }

        body input:required:valid, body textarea:required:valid {
            border-color: #52c41a
        }

    body.dark {
        -webkit-filter: invert(1);
        filter: invert(1)
    }

        body.dark img {
            -webkit-filter: invert(1);
            filter: invert(1)
        }

    body.no-scroll {
        overflow: hidden
    }

.row-no-gap {
    margin-right: 0;
    margin-left: 0
}

.col-no-gap {
    padding-right: 0;
    padding-left: 0
}

h1, h2, h3, h4, h5, h6, label {
    margin: 0
}

.required-hint {
    color: #ff4d4f
}

.page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

    .img-responsive.img-width {
        width: 100%
    }

.map-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.map-styles {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fafafa;
    padding: 10px;
    z-index: 2
}

.cursor-pointer {
    cursor: pointer
}

.text-error {
    color: #ff4d4f
}

.text-certified {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #52c41a
}

    .text-certified::before {
        content: '';
        min-width: 20px;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        background: url(../img/icons/checked-mark.svg) center center no-repeat;
        background-size: contain
    }

.span-active {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .span-active::before {
        content: '';
        width: 10px;
        height: 10px;
        min-width: 10px;
        margin-right: 6px;
        border-radius: 50%;
        background: #52c41a;
        -webkit-box-shadow: 0 0 0 3px rgba(82,196,26,.4);
        box-shadow: 0 0 0 3px rgba(82,196,26,.4);
        -webkit-animation: activeShadow 1s ease-in-out infinite;
        animation: activeShadow 1s ease-in-out infinite
    }

.span-inactive {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .span-inactive::before {
        content: '';
        width: 10px;
        height: 10px;
        min-width: 10px;
        margin-right: 6px;
        border-radius: 50%;
        background: #ff4d4f;
        -webkit-box-shadow: 0 0 0 3px rgba(255,77,79,.4);
        box-shadow: 0 0 0 3px rgba(255,77,79,.4);
        -webkit-animation: inactiveShadow 1s ease-in-out infinite;
        animation: inactiveShadow 1s ease-in-out infinite
    }

@-webkit-keyframes activeShadow {
    0% {
        -webkit-box-shadow: 0 0 0 3px rgba(82,196,26,.4);
        box-shadow: 0 0 0 3px rgba(82,196,26,.4)
    }

    50% {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    100% {
        -webkit-box-shadow: 0 0 0 3px rgba(82,196,26,.4);
        box-shadow: 0 0 0 3px rgba(82,196,26,.4)
    }
}

@keyframes activeShadow {
    0% {
        -webkit-box-shadow: 0 0 0 3px rgba(82,196,26,.4);
        box-shadow: 0 0 0 3px rgba(82,196,26,.4)
    }

    50% {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    100% {
        -webkit-box-shadow: 0 0 0 3px rgba(82,196,26,.4);
        box-shadow: 0 0 0 3px rgba(82,196,26,.4)
    }
}

@-webkit-keyframes inactiveShadow {
    0% {
        -webkit-box-shadow: 0 0 0 3px rgba(255,77,79,.4);
        box-shadow: 0 0 0 3px rgba(255,77,79,.4)
    }

    50% {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    100% {
        -webkit-box-shadow: 0 0 0 3px rgba(255,77,79,.4);
        box-shadow: 0 0 0 3px rgba(255,77,79,.4)
    }
}

@keyframes inactiveShadow {
    0% {
        -webkit-box-shadow: 0 0 0 3px rgba(255,77,79,.4);
        box-shadow: 0 0 0 3px rgba(255,77,79,.4)
    }

    50% {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    100% {
        -webkit-box-shadow: 0 0 0 3px rgba(255,77,79,.4);
        box-shadow: 0 0 0 3px rgba(255,77,79,.4)
    }
}

.text-wrap {
    overflow-wrap: anywhere
}

.text-uncertified {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ff4d4f
}

    .text-uncertified::before {
        content: '';
        min-width: 20px;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        background: url(../img/icons/warning-icon.svg) center center no-repeat;
        background-size: contain
    }

.violation-text {
    color: #ff4d4f;
    line-height: 1.2;
    display: inline-block;
    border: 1px solid #ff4d4f;
    padding: 6px;
    border-radius: 4px
}

.text-center {
    text-align: center
}

.link {
    color: #1890ff
}

.text-bold {
    font-weight: 700
}

.visually-hidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.text-nowrap {
    white-space: nowrap
}

b, strong {
    font-weight: 700
}

.page--fade {
    -webkit-animation: fadeIn .4s ease-in;
    animation: fadeIn .4s ease-in
}

.online {
    width: 15px;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #28a745;
    -webkit-box-shadow: 0 0 0 4px rgba(40,167,69,.2);
    box-shadow: 0 0 0 4px rgba(40,167,69,.2);
    -webkit-animation: shadow 2s ease-in-out infinite;
    animation: shadow 2s ease-in-out infinite
}

@-webkit-keyframes shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(40,167,69,.2);
        box-shadow: 0 0 0 0 rgba(40,167,69,.2)
    }

    50% {
        -webkit-box-shadow: 0 0 0 4px rgba(40,167,69,.2);
        box-shadow: 0 0 0 4px rgba(40,167,69,.2)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(40,167,69,.2);
        box-shadow: 0 0 0 0 rgba(40,167,69,.2)
    }
}

@keyframes shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(40,167,69,.2);
        box-shadow: 0 0 0 0 rgba(40,167,69,.2)
    }

    50% {
        -webkit-box-shadow: 0 0 0 4px rgba(40,167,69,.2);
        box-shadow: 0 0 0 4px rgba(40,167,69,.2)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(40,167,69,.2);
        box-shadow: 0 0 0 0 rgba(40,167,69,.2)
    }
}

.priority {
    border-radius: 50px;
    color: #fff;
    background: #fec400;
    text-align: center;
    line-height: 1.2;
    padding: 5px 12px;
    font-size: .688rem;
    text-transform: uppercase
}

.priority--heigh {
    background: #f12b2c
}

.priority--medium {
    background: #29cc97
}

.see-all {
    color: #343a40;
    font-weight: 700;
    text-decoration: none
}

    .see-all:hover {
        color: #626d78;
        text-decoration: none
    }

.select2-container--default .select2-selection--multiple {
    border: none
}

.chart-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 250px;
    margin: 0 auto
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.table-wrapper-max-height {
    max-height: 594px
}

.info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(213,222,224,.7);
    border-radius: 10px;
    padding: 15px
}

.info-box-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .info-box-col .icon {
        width: 20px;
        height: 20px
    }

.info-box-heading {
    font-weight: 700;
    font-size: .688rem;
    color: #3f3f3f;
    margin-bottom: 5px
}

.info-box-detail {
    color: #000;
    font-size: .813rem
}

.loader {
    max-width: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .loader img {
        width: 100%;
        height: auto
    }

.loader__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(255,255,255,.75);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.header {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    -webkit-box-shadow: 0 -5px 9px 4px rgba(0,0,0,.25);
    box-shadow: 0 -5px 9px 4px rgba(0,0,0,.25)
}

.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6
}

.header__sidebar-btn {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border: none;
    background: 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    position: relative;
    z-index: 2
}

    .header__sidebar-btn.opened {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1)
    }

    .header__sidebar-btn .icon {
        width: 17px;
        height: 17px;
        fill: rgba(0,0,0,.85)
    }

    .header__sidebar-btn:focus, .header__sidebar-btn:hover {
        cursor: pointer;
        outline: 0
    }

        .header__sidebar-btn:focus .icon, .header__sidebar-btn:hover .icon {
            fill: #000
        }

.header__logo {
    margin-right: 25px
}

.header__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.header__custom-select {
    margin-left: 30px
}

.header__notification {
    margin-right: 30px
}

.dark-theme .header {
    background: #000
}

.dark-theme .header__sidebar-btn .icon {
    fill: rgba(255,255,255,.85)
}

@media (max-width:575.98px) {
    .header__notification {
        margin-right: 12px
    }

    .header__custom-select {
        margin-left: 15px
    }
}

.logo {
    font-size: 1.25rem;
    line-height: 1.2;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    color: #1890ff;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    text-align: center;
    max-width: 220px;
    width: 100%;
    white-space: nowrap
}

    .logo:focus, .logo:hover {
        outline: 0;
        text-decoration: none;
        color: #0076e4
    }

    .logo > * {
        -webkit-animation: fadeIn .2s ease-in-out;
        animation: fadeIn .2s ease-in-out;
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all
    }

        .logo > * span {
            width: 100%
        }

    .logo.sidebar-opened {
        max-width: 30px
    }

        .logo.sidebar-opened span {
            width: 0;
            display: none;
            opacity: 0
        }

.profile-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    border: none;
    background: 0 0;
    position: relative;
    padding: 0 6px;
    border-radius: 4px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

    .profile-info:focus, .profile-info:hover {
        outline: 0;
        cursor: pointer
    }

.profile-info__picture {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px
}

    .profile-info__picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.profile-info__window {
    position: absolute;
    right: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    top: calc(100% + 5px);
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    overflow: hidden
}

    .profile-info__window .langs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-bottom: 1px solid #f0f0f0
    }

        .profile-info__window .langs a {
            border-bottom: none;
            text-align: center;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            border-right: 1px solid #f0f0f0
        }

            .profile-info__window .langs a:last-child {
                border-right: none
            }

    .profile-info__window a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 15px;
        white-space: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: rgba(0,0,0,.65);
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all;
        border-bottom: 1px solid #f0f0f0
    }

        .profile-info__window a:last-child {
            border-bottom: none
        }

        .profile-info__window a.active, .profile-info__window a:focus, .profile-info__window a:hover {
            text-decoration: none;
            outline: 0;
            background: rgba(0,0,0,.05)
        }

        .profile-info__window a .icon {
            width: 18px;
            min-width: 18px;
            height: 18px;
            fill: rgba(0,0,0,.65);
            margin-right: 6px
        }

        .profile-info__window a.logout {
            color: #ff4d4f
        }

.profile-info__name {
    color: #1f1f1f;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.profile-info::after {
    content: '';
    min-width: 5px;
    height: 5px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

.profile-info-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 10px 15px
}

.profile-info-lg__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-info-lg__picture {
    min-width: 72px;
    height: 72px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 24px
}

    .profile-info-lg__picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.profile-info-lg__heading {
    color: rgba(0,0,0,.85);
    font-size: 1.25rem;
    margin-bottom: 12px;
    font-weight: 500;
    line-height: 1.2
}

.profile-info-lg__position {
    color: rgba(0,0,0,.65);
    line-height: 1.2;
    font-size: .875rem
}

.profile-info-lg__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.profile-info-lg__detail {
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    background: rgba(0,0,0,.4);
    padding: 10px 20px;
    border-radius: 8px;
    -webkit-box-shadow: 1.32394px 5.29577px 31.7746px -10.5915px rgba(21,70,160,.1);
    box-shadow: 1.32394px 5.29577px 31.7746px -10.5915px rgba(21,70,160,.1)
}

.profile-info-lg__detail--driving {
    background: #389e0d
}

.profile-info-lg__detail--on-duty {
    background: #096dd9
}

.profile-info-lg__detail--sleep {
    background: #d48806
}

.profile-info-lg__detail--off-duty {
    background: #d48806
}

.profile-info-lg__detail-heading {
    color: #fff;
    font-size: .875rem
}

.profile-info-lg__detail-num {
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: auto
}

.profile-info__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 50
}

.profile-info__wrapper--active .profile-info__window {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.profile-info__wrapper--active .profile-info::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

@media (max-width:767.98px) {
    .profile-info-lg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .profile-info-lg__main {
        width: 100%;
        margin-bottom: 20px
    }

    .profile-info-lg__details {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .profile-info-lg__detail {
        margin-right: 10px;
        margin-left: 10px;
        text-align: center
    }
}

@media (max-width:575.98px) {
    .profile-info__picture {
        margin-right: 0
    }

    .profile-info__name {
        display: none
    }

    .profile-info-lg__details {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .profile-info-lg__detail {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 15px
    }
}

.custom-select {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    line-height: 1.4;
    font-size: .875rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .custom-select::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-right: 1px solid #a6a6a6;
        border-bottom: 1px solid #a6a6a6;
        right: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 8px);
        pointer-events: none
    }

.custom-select__icon {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: rgba(0,0,0,.65);
    pointer-events: none
}

.custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 9px;
    padding-bottom: 9px;
    border: none;
    line-height: 1.2;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    padding-right: 30px;
    padding-left: 10px;
    color: rgba(0,0,0,.65);
    background: 0 0;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

    .custom-select select:focus, .custom-select select:hover {
        cursor: pointer;
        outline: 0;
        background: #f2f2f2
    }

    .custom-select select:disabled {
        cursor: not-allowed;
        background: #f5f5f5
    }

.custom-select--with-icon select {
    padding-left: 36px
}

    .custom-select--with-icon select * {
        padding-left: 10px
    }

.notification-bell {
    border: none;
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    cursor: pointer
}

    .notification-bell .icon {
        fill: rgba(0,0,0,.85);
        width: 20px;
        height: 20px;
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all
    }

    .notification-bell:focus, .notification-bell:hover {
        outline: 0
    }

        .notification-bell:focus .icon, .notification-bell:hover .icon {
            fill: #000
        }

.notification-bell__badge {
    background: #ff4d4f;
    border-radius: 10px;
    font-size: .75rem;
    padding-left: 6px;
    padding-right: 6px;
    color: #fff;
    position: absolute;
    top: -10px;
    right: -10px
}

.notification {
    position: relative
}

.notification__box {
    position: absolute;
    width: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    top: 30px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden
}

    .notification__box.opened {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible
    }

.notification__box-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 10px;
    font-weight: 500
}

.notification__box-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative
}

    .notification__box-inner::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-left: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        background: #fff;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        top: -6px;
        right: 10px
    }

    .notification__box-inner a {
        padding: 8px 10px;
        width: 100%;
        background: #fff;
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all;
        color: rgba(0,0,0,.85)
    }

        .notification__box-inner a:focus, .notification__box-inner a:hover {
            text-decoration: none;
            background: #e6e6e6
        }

@media (max-width:575.98px) {
    .notification__box {
        width: 200px
    }
}

.sidebar {
    background: #fff;
    border-right: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    max-width: 240px;
    width: 100%;
    position: fixed;
    bottom: 0;
    top: 67px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

.sidebar__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto
}

.sidebar .sublist-opened .sidebar__sublist {
    opacity: 1;
    max-height: 500px;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.sidebar .sublist-opened .sidebar__link--has-sublist::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-color: #1890ff
}

.sidebar .sublist-opened > .sidebar__link {
    color: #1890ff
}

    .sidebar .sublist-opened > .sidebar__link .icon {
        fill: #1890ff
    }

.sidebar__sublist {
    list-style: none;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    padding: 0;
    max-height: 0;
    opacity: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

    .sidebar__sublist a {
        padding-left: 40px
    }

.sidebar__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    padding: 15px;
    color: #5b6e88;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    position: relative
}

    .sidebar__link span {
        -webkit-animation: fadeIn .4s ease-in-out;
        animation: fadeIn .4s ease-in-out
    }

    .sidebar__link .icon {
        min-width: 18px;
        max-width: 18px;
        height: 18px;
        margin-right: 10px;
        fill: #5b6e88;
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all
    }

    .sidebar__link::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0;
        background: rgba(24,144,255,.15);
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all
    }

    .sidebar__link:focus, .sidebar__link:hover {
        outline: 0;
        text-decoration: none;
        color: #1890ff
    }

        .sidebar__link:focus::after, .sidebar__link:hover::after {
            width: 100%
        }

        .sidebar__link:focus .icon, .sidebar__link:hover .icon {
            fill: #1890ff
        }

.sidebar__link--has-sublist::before {
    content: '';
    position: absolute;
    right: 15px;
    width: 5px;
    height: 5px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px
}

.sidebar__link--active {
    border-left: 4px solid #1890ff;
    color: #1890ff
}

    .sidebar__link--active::after {
        width: 100%
    }

    .sidebar__link--active .icon {
        fill: #1890ff
    }

.sidebar__help {
    margin-top: auto;
    border-top: 1px solid #f0f0f0
}

.sidebar__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    z-index: 4;
    display: none;
    -webkit-animation: fadeIn .4s ease-in-out;
    animation: fadeIn .4s ease-in-out
}

.sidebar.opened {
    max-width: 70px
}

    .sidebar.opened .sidebar__link {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .sidebar.opened .sidebar__link span {
            display: none
        }

        .sidebar.opened .sidebar__link .icon {
            margin-right: 0
        }

    .sidebar.opened .sidebar__link--has-sublist::before {
        right: 8px;
        top: 20px
    }

    .sidebar.opened .sidebar__sublist a {
        padding-left: 16px
    }

@media (max-width:767.98px) {
    .sidebar {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .sidebar__overlay.sidebar-opened {
        display: block
    }

    .sidebar.opened {
        max-width: 220px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

        .sidebar.opened .sidebar__link {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

            .sidebar.opened .sidebar__link span {
                display: -webkit-inline-box;
                display: -webkit-inline-flex;
                display: -ms-inline-flexbox;
                display: inline-flex
            }

            .sidebar.opened .sidebar__link .icon {
                margin-right: 10px
            }

        .sidebar.opened .sidebar__link--has-sublist::before {
            right: 15px;
            top: 20px
        }

        .sidebar.opened .sidebar__sublist a {
            padding-left: 40px
        }
}

.content {
    padding-left: 240px;
    padding-top: 67px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

.content__filters-bottom {
    padding: 24px
}

    .content__filters-bottom .input {
        max-width: 400px;
        width: 100%
    }

.content__nav {
    padding-left: 24px;
    padding-right: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #f0f0f0
}

.content__nav-link {
    font-size: .875rem;
    line-height: 1.2;
    padding: 12px 0;
    margin-right: 30px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    color: rgba(0,0,0,.65);
    position: relative
}

    .content__nav-link::after {
        content: '';
        left: 0;
        right: 0;
        height: 2px;
        background: #1890ff;
        bottom: -1px;
        position: absolute;
        opacity: 0;
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all
    }

    .content__nav-link:last-child {
        margin-right: 0
    }

    .content__nav-link--active, .content__nav-link:hover {
        color: #1890ff;
        text-decoration: none
    }

        .content__nav-link--active::after, .content__nav-link:hover::after {
            opacity: 1
        }

.content.sidebar-opened {
    padding-left: 70px
}

.content__breadcrumbs {
    margin-bottom: 12px
}

.content__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #f0f0f0;
    padding: 10px 24px
}

.content__info-item {
    width: 33.33%;
    color: rgba(0,0,0,.65);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2
}

.content__info-item--link {
    color: #1890ff
}

.content__info-item--sm {
    width: auto;
    margin-right: 30px
}

.content__info-item .icon {
    margin-right: 8px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    fill: rgba(0,0,0,.65)
}

.content #vehicles-map {
    min-height: 300px
}

.content__back-btn {
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

    .content__back-btn .icon {
        min-width: 24px;
        max-width: 24px;
        height: 24px;
        fill: #000
    }

    .content__back-btn:focus, .content__back-btn:hover {
        outline: 0;
        background: #e6e6e6
    }

    .content__back-btn:active {
        background: #ccc
    }

.content__top {
    padding: 16px 24px
}

.content__top--sticky {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    right: 0;
    top: 67px;
    border-bottom: 1px solid #f0f0f0;
    z-index: 4;
    background-color: #fff
}

.content__top--sticky_logedite {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    right: 0;
    top: 380px;
    border-bottom: 1px solid #f0f0f0;
    z-index: 4;
    background-color: #fff
}

.content__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.content__btns-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .content__btns-row .button:not(:last-child) {
        margin-right: 15px
    }

.content__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #ecf0fa
}

    .content__body > .table-wrapper {
        margin: 14px;
        -webkit-box-shadow: -8px 12px 18px 0 #dadee8;
        box-shadow: -8px 12px 18px 0 #dadee8
    }

.content__footer {
    padding: 16px 24px;
    text-align: center;
    font-size: .875rem;
    line-height: 1.2;
    border-top: 1px solid #f0f0f0;
    background: #fff
}

.content__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .content__filters .custom-select {
        margin-left: 8px;
        max-width: 200px;
        width: 100%
    }

.content__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.content__left {
    width: 35%;
    min-width: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 67px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.content__left-about {
    background: #fafafa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 24px
}

    .content__left-about .info-text {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: 1px solid #f0f0f0
    }

        .content__left-about .info-text:last-child {
            border-right: none
        }

.content__left-error {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 40px 24px;
    margin-top: auto;
    margin-bottom: auto
}

    .content__left-error .icon {
        width: 60px;
        min-width: 60px;
        height: 60px;
        fill: rgba(0,0,0,.65);
        margin-bottom: 16px
    }

    .content__left-error .error-heading {
        font-weight: 700;
        font-size: 1rem
    }

    .content__left-error .error-subheading {
        color: rgba(0,0,0,.65);
        margin-top: 8px;
        font-size: .875rem;
        line-height: 1.2
    }

.content__left-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto
}

.content__left-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    border-bottom: 1px solid #f0f0f0
}

    .content__left-header .heading {
        margin-bottom: 24px
    }

.content__left-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .content__left-filters .input {
        margin-right: 8px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 220px;
        width: 100%
    }

.content__right {
    width: 65%
}

.content__timeline {
    padding: 16px 24px
}

@media (max-width:991.98px) {
    .content__left {
        min-width: 300px
    }

    .content__left-header {
        padding-top: 20px;
        padding-bottom: 20px
    }

        .content__left-header .heading {
            margin-bottom: 20px
        }

    .content__left-filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .content__left-filters .input {
            margin-right: 0;
            margin-bottom: 10px;
            max-width: 100%
        }
}

@media (max-width:767.98px) {
    .content__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content__left {
        min-width: 100%;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .content__right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:575.98px) {
    .content__top--sticky {
        position: static
    }
}

.button {
    border-radius: 4px;
    font-size: .875rem;
    line-height: 1.2;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 16px;
    font-family: Inter,sans-serif
}

    .button:focus, .button:hover {
        cursor: pointer;
        outline: 0;
        text-decoration: none
    }

    .button:disabled {
        cursor: not-allowed;
        background: #f5f5f5;
        border: 1px solid #d9d9d9;
        color: rgba(0,0,0,.25)
    }

        .button:disabled .button__icon path {
            fill: rgba(0,0,0,.25)
        }

        .button:disabled:focus, .button:disabled:hover {
            background: #f5f5f5;
            border: 1px solid #d9d9d9;
            color: rgba(0,0,0,.25)
        }

.button__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

    .button__icon path {
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all
    }

.button__icon--right {
    margin-left: 6px
}

.button__icon--left {
    margin-right: 6px
}

.button--back::before {
    content: '';
    width: 8px;
    min-width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 5px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    border-left: 1px solid rgba(0,0,0,.65);
    border-bottom: 1px solid rgba(0,0,0,.65)
}

.button--back:focus::before, .button--back:hover::before {
    margin-right: 8px
}

.button--next::after {
    content: '';
    width: 8px;
    min-width: 8px;
    height: 8px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-left: 5px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    border-left: 1px solid rgba(255,255,255,.8);
    border-bottom: 1px solid rgba(255,255,255,.8)
}

.button--next:focus::after, .button--next:hover::after {
    margin-left: 8px
}

.button--default {
    border: 1px solid #d9d9d9;
    color: rgba(0,0,0,.65);
    background: #fff
}

    .button--default:focus, .button--default:hover {
        background: #e6e6e6;
        color: rgba(0,0,0,.8);
        border-color: silver
    }

.button--link {
    border: none;
    background: 0 0;
    color: #1890ff;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

    .button--link:focus, .button--link:hover {
        background: rgba(24,144,255,.05)
    }

    .button--link:focus {
        background: rgba(24,144,255,.1)
    }

.button--primary {
    border: 1px solid #1890ff;
    color: #fff;
    background: #1890ff
}

    .button--primary:focus, .button--primary:hover {
        color: #fff;
        background: #0076e4;
        border-color: #0076e4
    }

.button--danger {
    border: 1px solid #ff4d4f;
    color: #ff4d4f;
    background: #fff
}

    .button--danger:focus, .button--danger:hover {
        color: #fff;
        background: #ff1a1d;
        border-color: #ff1a1d
    }

        .button--danger:focus .button__icon, .button--danger:hover .button__icon {
            fill: #fff
        }

            .button--danger:focus .button__icon path, .button--danger:hover .button__icon path {
                fill: #fff
            }

.button--success {
    border: 1px solid #52c41a;
    color: #52c41a;
    background: #fff
}

    .button--success:focus, .button--success:hover {
        color: #fff;
        background: #3f9714;
        border-color: #3f9714
    }

        .button--success:focus .button__icon, .button--success:hover .button__icon {
            fill: #fff
        }

            .button--success:focus .button__icon path, .button--success:hover .button__icon path {
                fill: #fff
            }

.heading {
    font-weight: 500;
    margin-bottom: 0
}

.heading--md {
    font-size: 1.25rem
}

.heading--sm {
    font-size: 1rem
}

.heading .icon {
    width: 22px;
    min-width: 22px;
    height: 22px
}

.heading small {
    color: rgba(0,0,0,.45);
    margin-left: 12px;
    font-size: .875rem
}

.card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    -webkit-box-shadow: -8px 12px 18px 0 #dadee8;
    box-shadow: -8px 12px 18px 0 #dadee8
}

.card--dark-shadow {
    -webkit-box-shadow: -8px 12px 18px 0 rgba(0,0,0,.2);
    box-shadow: -8px 12px 18px 0 rgba(0,0,0,.2)
}

.card__logs-graph {
    overflow: auto;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 177px;
    left: 0;
    right: 0;
    z-index: 3;
    border: 1px solid #f0f0f0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)
}

.card__logs-graph--no-sticky {
    position: static;
}

.card__date {
    margin-left: auto;
    font-size: .875rem;
    line-height: 1.2;
    color: rgba(0,0,0,.65)
}

.card__content {
    max-height: 550px;
    overflow: auto;
    border-top: 1px solid #f0f0f0
}

.card__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 24px;
    border-bottom: 1px solid #f0f0f0
}

    .card__header a {
        font-size: .875rem
    }

.card__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 24px;
    border-top: 1px solid #f0f0f0
}

.card__body {
    padding: 24px
}

.card__body--no-pd {
    padding: 0
}

@media (max-width:575.98px) {
    .card__logs-graph {
        top: 67px
    }
}

.search-card__refresh {
    margin-left: auto;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    background: 0 0
}

    .search-card__refresh .icon {
        width: 16px;
        height: 16px;
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all;
        fill: rgba(0,0,0,.65)
    }

    .search-card__refresh:focus, .search-card__refresh:hover {
        cursor: pointer;
        outline: 0
    }

        .search-card__refresh:focus .icon, .search-card__refresh:hover .icon {
            fill: #000
        }

.input {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 8px 12px;
    line-height: 1.2;
    font-size: .875rem;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

    .input:disabled {
        cursor: not-allowed;
        color: rgba(0,0,0,.65);
        background: #f5f5f5
    }

    .input::-webkit-input-placeholder {
        color: rgba(0,0,0,.45)
    }

    .input::-moz-placeholder {
        color: rgba(0,0,0,.45)
    }

    .input:-ms-input-placeholder {
        color: rgba(0,0,0,.45)
    }

    .input::-ms-input-placeholder {
        color: rgba(0,0,0,.45)
    }

    .input::placeholder {
        color: rgba(0,0,0,.45)
    }

    .input:hover {
        border-color: #a6a6a6
    }

    .input:focus {
        background-color: #f7f7f7
    }

.input--block {
    width: 100%
}

.input--search {
    background-image: url(../img/icons/search.svg);
    background-repeat: no-repeat;
    padding-right: 36px;
    background-position: calc(100% - 12px) center
}

.input--password {
    position: relative
}

    .input--password input {
        padding-right: 30px
    }

    .input--password .password-show {
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 1.2;
        border: none;
        padding: 0;
        width: 15px;
        height: 15px;
        opacity: .6;
        background: url(../img/icons/visibility.svg) no-repeat center center;
        background-size: contain;
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all
    }

        .input--password .password-show:focus, .input--password .password-show:hover {
            opacity: .8;
            cursor: pointer;
            outline: 0
        }

        .input--password .password-show.invisible {
            background: url(../img/icons/invisible.svg) no-repeat center center
        }

.calendar-card__selects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px
}

    .calendar-card__selects .custom-select {
        margin-left: 8px
    }

.calendar {
    font-family: Roboto,sans-serif;
    min-width: 500px
}

.calendar__days, .calendar__weeks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.calendar__wrapper {
    overflow-y: auto
}

.calendar__reminders {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

    .calendar__reminders::-webkit-scrollbar {
        width: 0;
        background: 0 0;
        height: 1px
    }

    .calendar__reminders::-webkit-scrollbar-thumb {
        background: 0 0;
        opacity: 0;
        height: 1px
    }

.calendar__col {
    width: 14.28%;
    padding: 0 4px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.calendar__week {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px 8px;
    font-size: .875rem;
    color: rgba(0,0,0,.65)
}

.calendar__day {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 0;
    background: #fff;
    border-top: 2px solid #f0f0f0;
    min-height: 90px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    padding: 5px 8px;
    height: 100%
}

.calendar__day-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    width: 100%;
    font-size: .875rem;
    color: rgba(0,0,0,.65)
}

.calendar__day--active, .calendar__day:hover {
    cursor: pointer;
    background: rgba(24,144,255,.3);
    border-color: #1890ff
}

.calendar__day--disabled {
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed
}

.reminder {
    font-size: .75rem;
    line-height: 1.4;
    color: rgba(0,0,0,.65);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 11px
}

    .reminder::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: rgba(0,0,0,.4);
        position: absolute;
        top: 5px;
        left: 0
    }

.reminder--success::before {
    background: #52c41a
}

.reminder--error::before {
    background: #ff4d4f
}

.reminder--warning::before {
    background: #faad14
}

.table {
    width: 100%;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0
}

    .table .text-wrap {
        white-space: normal;
        min-width: 250px
    }

.table--basic tr {
    display: none
}

    .table--basic tr:nth-child(1), .table--basic tr:nth-child(2), .table--basic tr:nth-child(3), .table--basic tr:nth-child(4) {
        display: table-row
    }

.table th {
    background: #fafafa;
    white-space: nowrap;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 16px 30px;
    font-weight: 500;
    color: rgba(0,0,0,.85);
    font-size: .813rem;
    text-transform: uppercase
}

.table td {
    background: #fff;
    padding: 20px 30px;
    font-size: .875rem;
    white-space: nowrap;
    color: rgba(0,0,0,.65);
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    border-bottom: 1px solid #f0f0f0
}

    .table td a {
        color: rgba(0,0,0,.65);
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all
    }

        .table td a:hover {
            color: #000;
            text-decoration: none
        }

    .table td .link {
        color: #1890ff
    }

        .table td .link:hover {
            color: #005cb1
        }

.table tr.highlighted td, .table tr:hover td {
    background: #fafafa;
    cursor: pointer
}

.table-wrapper {
    overflow: auto
}

.table__sort {
    cursor: pointer;
    position: relative
}

    .table__sort::after {
        content: '';
        height: 19px;
        position: absolute;
        width: 11px;
        margin-left: 8px;
        background: url(../img/icons/sort.svg) center center no-repeat
    }

.table--sm th {
    padding: 14px 16px
}

.table--sm td {
    padding: 14px 16px
}

.status {
    border-radius: 15px;
    width: 45px;
    padding: 6px 10px;
    line-height: 1.2;
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    background: #000;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.status--off-duty {
    background: #607587
}

.status--on-duty {
    background: #3c76b6
}

.status--driving {
    background: #35853b
}

.status--stopped {
    background: #59768c
}

.status--sleeper {
    background: #d48806
}

.status--int {
    background: #298df8
}

.status--epu {
    background: #00bb15
}

.status--epd {
    background: #5f5f5f
}

.status--in {
    background: #695bfe
}

.status--out {
    background: #fb5959
}

.connection {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .connection::before {
        content: '';
        min-width: 6px;
        height: 6px;
        margin-right: 8px;
        display: block;
        border-radius: 50%;
        background: #ff4d4f
    }

.connection--connected::before {
    background: #389e0d
}

.breadcrumbs {
    font-size: .875rem
}

.breadcrumbs__link {
    color: rgba(0,0,0,.45);
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

    .breadcrumbs__link::after {
        content: '/';
        margin-left: 5px
    }

    .breadcrumbs__link:focus, .breadcrumbs__link:hover {
        color: #000;
        text-decoration: none
    }

.breadcrumbs__link--current {
    color: rgba(0,0,0,.65)
}

    .breadcrumbs__link--current::after {
        display: none
    }

.info-table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.info-table-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.info-table-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.info-table-cell {
    color: rgba(0,0,0,.65);
    font-size: .875rem;
    padding: 18px 24px;
    width: 50%;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid #f0f0f0
}

.info-table-cell--dark {
    font-weight: 500;
    color: rgba(0,0,0,.85);
    background: #fafafa
}

.progress-circle {
    width: 96px;
    min-width: 96px;
    height: 96px;
    line-height: 96px;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative
}

    .progress-circle:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid #eee;
        position: absolute;
        top: 0;
        left: 0
    }

    .progress-circle > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1
    }

    .progress-circle .progress-circle-left {
        left: 0
    }

    .progress-circle .progress-circle-bar {
        width: 100%;
        height: 100%;
        background: 0 0;
        border-width: 2px;
        border-style: solid;
        position: absolute;
        top: 0;
        border-color: #1890ff
    }

    .progress-circle .progress-circle-left .progress-circle-bar {
        left: 100%;
        border-top-right-radius: 48px;
        border-bottom-right-radius: 48px;
        border-left: 0;
        -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
        transform-origin: center left
    }

    .progress-circle .progress-circle-right {
        right: 0
    }

        .progress-circle .progress-circle-right .progress-circle-bar {
            left: -100%;
            border-top-left-radius: 48px;
            border-bottom-left-radius: 48px;
            border-right: 0;
            -webkit-transform-origin: center right;
            -ms-transform-origin: center right;
            transform-origin: center right
        }

    .progress-circle .progress-circle-value {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-radius: 50%;
        font-size: .75rem;
        text-align: center;
        line-height: 1.2;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        font-weight: 500;
        text-transform: uppercase;
        color: #1890ff
    }

        .progress-circle .progress-circle-value span {
            font-size: 1.125rem;
            text-transform: uppercase
        }

.progress-circle--break .progress-circle-bar {
    border-color: #595959
}

.progress-circle--break .progress-circle-value {
    color: #595959
}

.progress-circle--drive .progress-circle-bar {
    border-color: #389e0d
}

.progress-circle--drive .progress-circle-value {
    color: #389e0d
}

.progress-circle--cycle .progress-circle-bar {
    border-color: #d48806
}

.progress-circle--cycle .progress-circle-value {
    color: #d48806
}

.progress-circle--error .progress-circle-bar {
    border-color: red
}

.progress-circle--error .progress-circle-value {
    color: red
}

.progress-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    border: 1px solid #f0f0f0
}

.progress-col {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px
}

.progress-circle[data-percentage="1"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-1 .5s ease-in-out forwards;
    animation: loading-1 .5s ease-in-out forwards
}

.progress-circle[data-percentage="1"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="2"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-2 .5s ease-in-out forwards;
    animation: loading-2 .5s ease-in-out forwards
}

.progress-circle[data-percentage="2"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="3"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-3 .5s ease-in-out forwards;
    animation: loading-3 .5s ease-in-out forwards
}

.progress-circle[data-percentage="3"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="4"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-4 .5s ease-in-out forwards;
    animation: loading-4 .5s ease-in-out forwards
}

.progress-circle[data-percentage="4"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="5"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-5 .5s ease-in-out forwards;
    animation: loading-5 .5s ease-in-out forwards
}

.progress-circle[data-percentage="5"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="6"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-6 .5s ease-in-out forwards;
    animation: loading-6 .5s ease-in-out forwards
}

.progress-circle[data-percentage="6"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="7"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-7 .5s ease-in-out forwards;
    animation: loading-7 .5s ease-in-out forwards
}

.progress-circle[data-percentage="7"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="8"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-8 .5s ease-in-out forwards;
    animation: loading-8 .5s ease-in-out forwards
}

.progress-circle[data-percentage="8"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="9"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-9 .5s ease-in-out forwards;
    animation: loading-9 .5s ease-in-out forwards
}

.progress-circle[data-percentage="9"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="10"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-10 .5s ease-in-out forwards;
    animation: loading-10 .5s ease-in-out forwards
}

.progress-circle[data-percentage="10"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="11"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-11 .5s ease-in-out forwards;
    animation: loading-11 .5s ease-in-out forwards
}

.progress-circle[data-percentage="11"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="12"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-12 .5s ease-in-out forwards;
    animation: loading-12 .5s ease-in-out forwards
}

.progress-circle[data-percentage="12"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="13"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-13 .5s ease-in-out forwards;
    animation: loading-13 .5s ease-in-out forwards
}

.progress-circle[data-percentage="13"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="14"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-14 .5s ease-in-out forwards;
    animation: loading-14 .5s ease-in-out forwards
}

.progress-circle[data-percentage="14"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="15"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-15 .5s ease-in-out forwards;
    animation: loading-15 .5s ease-in-out forwards
}

.progress-circle[data-percentage="15"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="16"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-16 .5s ease-in-out forwards;
    animation: loading-16 .5s ease-in-out forwards
}

.progress-circle[data-percentage="16"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="17"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-17 .5s ease-in-out forwards;
    animation: loading-17 .5s ease-in-out forwards
}

.progress-circle[data-percentage="17"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="18"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-18 .5s ease-in-out forwards;
    animation: loading-18 .5s ease-in-out forwards
}

.progress-circle[data-percentage="18"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="19"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-19 .5s ease-in-out forwards;
    animation: loading-19 .5s ease-in-out forwards
}

.progress-circle[data-percentage="19"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="20"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-20 .5s ease-in-out forwards;
    animation: loading-20 .5s ease-in-out forwards
}

.progress-circle[data-percentage="20"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="21"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-21 .5s ease-in-out forwards;
    animation: loading-21 .5s ease-in-out forwards
}

.progress-circle[data-percentage="21"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="22"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-22 .5s ease-in-out forwards;
    animation: loading-22 .5s ease-in-out forwards
}

.progress-circle[data-percentage="22"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="23"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-23 .5s ease-in-out forwards;
    animation: loading-23 .5s ease-in-out forwards
}

.progress-circle[data-percentage="23"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="24"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-24 .5s ease-in-out forwards;
    animation: loading-24 .5s ease-in-out forwards
}

.progress-circle[data-percentage="24"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="25"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-25 .5s ease-in-out forwards;
    animation: loading-25 .5s ease-in-out forwards
}

.progress-circle[data-percentage="25"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="26"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-26 .5s ease-in-out forwards;
    animation: loading-26 .5s ease-in-out forwards
}

.progress-circle[data-percentage="26"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="27"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-27 .5s ease-in-out forwards;
    animation: loading-27 .5s ease-in-out forwards
}

.progress-circle[data-percentage="27"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="28"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-28 .5s ease-in-out forwards;
    animation: loading-28 .5s ease-in-out forwards
}

.progress-circle[data-percentage="28"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="29"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-29 .5s ease-in-out forwards;
    animation: loading-29 .5s ease-in-out forwards
}

.progress-circle[data-percentage="29"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="30"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-30 .5s ease-in-out forwards;
    animation: loading-30 .5s ease-in-out forwards
}

.progress-circle[data-percentage="30"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="31"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-31 .5s ease-in-out forwards;
    animation: loading-31 .5s ease-in-out forwards
}

.progress-circle[data-percentage="31"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="32"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-32 .5s ease-in-out forwards;
    animation: loading-32 .5s ease-in-out forwards
}

.progress-circle[data-percentage="32"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="33"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-33 .5s ease-in-out forwards;
    animation: loading-33 .5s ease-in-out forwards
}

.progress-circle[data-percentage="33"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="34"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-34 .5s ease-in-out forwards;
    animation: loading-34 .5s ease-in-out forwards
}

.progress-circle[data-percentage="34"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="35"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-35 .5s ease-in-out forwards;
    animation: loading-35 .5s ease-in-out forwards
}

.progress-circle[data-percentage="35"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="36"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-36 .5s ease-in-out forwards;
    animation: loading-36 .5s ease-in-out forwards
}

.progress-circle[data-percentage="36"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="37"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-37 .5s ease-in-out forwards;
    animation: loading-37 .5s ease-in-out forwards
}

.progress-circle[data-percentage="37"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="38"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-38 .5s ease-in-out forwards;
    animation: loading-38 .5s ease-in-out forwards
}

.progress-circle[data-percentage="38"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="39"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-39 .5s ease-in-out forwards;
    animation: loading-39 .5s ease-in-out forwards
}

.progress-circle[data-percentage="39"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="40"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-40 .5s ease-in-out forwards;
    animation: loading-40 .5s ease-in-out forwards
}

.progress-circle[data-percentage="40"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="41"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-41 .5s ease-in-out forwards;
    animation: loading-41 .5s ease-in-out forwards
}

.progress-circle[data-percentage="41"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="42"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-42 .5s ease-in-out forwards;
    animation: loading-42 .5s ease-in-out forwards
}

.progress-circle[data-percentage="42"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="43"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-43 .5s ease-in-out forwards;
    animation: loading-43 .5s ease-in-out forwards
}

.progress-circle[data-percentage="43"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="44"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-44 .5s ease-in-out forwards;
    animation: loading-44 .5s ease-in-out forwards
}

.progress-circle[data-percentage="44"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="45"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-45 .5s ease-in-out forwards;
    animation: loading-45 .5s ease-in-out forwards
}

.progress-circle[data-percentage="45"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="46"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-46 .5s ease-in-out forwards;
    animation: loading-46 .5s ease-in-out forwards
}

.progress-circle[data-percentage="46"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="47"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-47 .5s ease-in-out forwards;
    animation: loading-47 .5s ease-in-out forwards
}

.progress-circle[data-percentage="47"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="48"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-48 .5s ease-in-out forwards;
    animation: loading-48 .5s ease-in-out forwards
}

.progress-circle[data-percentage="48"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="49"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-49 .5s ease-in-out forwards;
    animation: loading-49 .5s ease-in-out forwards
}

.progress-circle[data-percentage="49"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="50"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="50"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: 0;
    animation: 0
}

.progress-circle[data-percentage="51"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="51"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-1 .5s ease-in-out forwards .5s;
    animation: loading-1 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="52"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="52"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-2 .5s ease-in-out forwards .5s;
    animation: loading-2 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="53"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="53"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-3 .5s ease-in-out forwards .5s;
    animation: loading-3 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="54"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="54"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-4 .5s ease-in-out forwards .5s;
    animation: loading-4 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="55"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="55"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-5 .5s ease-in-out forwards .5s;
    animation: loading-5 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="56"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="56"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-6 .5s ease-in-out forwards .5s;
    animation: loading-6 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="57"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="57"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-7 .5s ease-in-out forwards .5s;
    animation: loading-7 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="58"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="58"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-8 .5s ease-in-out forwards .5s;
    animation: loading-8 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="59"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="59"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-9 .5s ease-in-out forwards .5s;
    animation: loading-9 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="60"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="60"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-10 .5s ease-in-out forwards .5s;
    animation: loading-10 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="61"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="61"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-11 .5s ease-in-out forwards .5s;
    animation: loading-11 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="62"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="62"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-12 .5s ease-in-out forwards .5s;
    animation: loading-12 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="63"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="63"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-13 .5s ease-in-out forwards .5s;
    animation: loading-13 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="64"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="64"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-14 .5s ease-in-out forwards .5s;
    animation: loading-14 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="65"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="65"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-15 .5s ease-in-out forwards .5s;
    animation: loading-15 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="66"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="66"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-16 .5s ease-in-out forwards .5s;
    animation: loading-16 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="67"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="67"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-17 .5s ease-in-out forwards .5s;
    animation: loading-17 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="68"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="68"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-18 .5s ease-in-out forwards .5s;
    animation: loading-18 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="69"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="69"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-19 .5s ease-in-out forwards .5s;
    animation: loading-19 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="70"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="70"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-20 .5s ease-in-out forwards .5s;
    animation: loading-20 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="71"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="71"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-21 .5s ease-in-out forwards .5s;
    animation: loading-21 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="72"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="72"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-22 .5s ease-in-out forwards .5s;
    animation: loading-22 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="73"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="73"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-23 .5s ease-in-out forwards .5s;
    animation: loading-23 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="74"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="74"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-24 .5s ease-in-out forwards .5s;
    animation: loading-24 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="75"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="75"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-25 .5s ease-in-out forwards .5s;
    animation: loading-25 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="76"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="76"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-26 .5s ease-in-out forwards .5s;
    animation: loading-26 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="77"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="77"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-27 .5s ease-in-out forwards .5s;
    animation: loading-27 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="78"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="78"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-28 .5s ease-in-out forwards .5s;
    animation: loading-28 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="79"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="79"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-29 .5s ease-in-out forwards .5s;
    animation: loading-29 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="80"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="80"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-30 .5s ease-in-out forwards .5s;
    animation: loading-30 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="81"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="81"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-31 .5s ease-in-out forwards .5s;
    animation: loading-31 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="82"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="82"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-32 .5s ease-in-out forwards .5s;
    animation: loading-32 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="83"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="83"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-33 .5s ease-in-out forwards .5s;
    animation: loading-33 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="84"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="84"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-34 .5s ease-in-out forwards .5s;
    animation: loading-34 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="85"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="85"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-35 .5s ease-in-out forwards .5s;
    animation: loading-35 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="86"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="86"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-36 .5s ease-in-out forwards .5s;
    animation: loading-36 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="87"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="87"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-37 .5s ease-in-out forwards .5s;
    animation: loading-37 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="88"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="88"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-38 .5s ease-in-out forwards .5s;
    animation: loading-38 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="89"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="89"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-39 .5s ease-in-out forwards .5s;
    animation: loading-39 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="90"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="90"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-40 .5s ease-in-out forwards .5s;
    animation: loading-40 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="91"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="91"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-41 .5s ease-in-out forwards .5s;
    animation: loading-41 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="92"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="92"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-42 .5s ease-in-out forwards .5s;
    animation: loading-42 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="93"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="93"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-43 .5s ease-in-out forwards .5s;
    animation: loading-43 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="94"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="94"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-44 .5s ease-in-out forwards .5s;
    animation: loading-44 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="95"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="95"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-45 .5s ease-in-out forwards .5s;
    animation: loading-45 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="96"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="96"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-46 .5s ease-in-out forwards .5s;
    animation: loading-46 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="97"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="97"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-47 .5s ease-in-out forwards .5s;
    animation: loading-47 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="98"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="98"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-48 .5s ease-in-out forwards .5s;
    animation: loading-48 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="99"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="99"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-49 .5s ease-in-out forwards .5s;
    animation: loading-49 .5s ease-in-out forwards .5s
}

.progress-circle[data-percentage="100"] .progress-circle-right .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards;
    animation: loading-50 .5s ease-in-out forwards
}

.progress-circle[data-percentage="100"] .progress-circle-left .progress-circle-bar {
    -webkit-animation: loading-50 .5s ease-in-out forwards .5s;
    animation: loading-50 .5s ease-in-out forwards .5s
}

@-webkit-keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(3.6);
        transform: rotate(3.6deg)
    }
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(3.6);
        transform: rotate(3.6deg)
    }
}

@-webkit-keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(7.2);
        transform: rotate(7.2deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(7.2);
        transform: rotate(7.2deg)
    }
}

@-webkit-keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(10.8);
        transform: rotate(10.8deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(10.8);
        transform: rotate(10.8deg)
    }
}

@-webkit-keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(14.4);
        transform: rotate(14.4deg)
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(14.4);
        transform: rotate(14.4deg)
    }
}

@-webkit-keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(18);
        transform: rotate(18deg)
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(18);
        transform: rotate(18deg)
    }
}

@-webkit-keyframes loading-6 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(21.6);
        transform: rotate(21.6deg)
    }
}

@keyframes loading-6 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(21.6);
        transform: rotate(21.6deg)
    }
}

@-webkit-keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(25.2);
        transform: rotate(25.2deg)
    }
}

@keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(25.2);
        transform: rotate(25.2deg)
    }
}

@-webkit-keyframes loading-8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(28.8);
        transform: rotate(28.8deg)
    }
}

@keyframes loading-8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(28.8);
        transform: rotate(28.8deg)
    }
}

@-webkit-keyframes loading-9 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(32.4);
        transform: rotate(32.4deg)
    }
}

@keyframes loading-9 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(32.4);
        transform: rotate(32.4deg)
    }
}

@-webkit-keyframes loading-10 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg)
    }
}

@keyframes loading-10 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg)
    }
}

@-webkit-keyframes loading-11 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(39.6);
        transform: rotate(39.6deg)
    }
}

@keyframes loading-11 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(39.6);
        transform: rotate(39.6deg)
    }
}

@-webkit-keyframes loading-12 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(43.2);
        transform: rotate(43.2deg)
    }
}

@keyframes loading-12 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(43.2);
        transform: rotate(43.2deg)
    }
}

@-webkit-keyframes loading-13 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(46.8);
        transform: rotate(46.8deg)
    }
}

@keyframes loading-13 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(46.8);
        transform: rotate(46.8deg)
    }
}

@-webkit-keyframes loading-14 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(50.4);
        transform: rotate(50.4deg)
    }
}

@keyframes loading-14 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(50.4);
        transform: rotate(50.4deg)
    }
}

@-webkit-keyframes loading-15 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(54);
        transform: rotate(54deg)
    }
}

@keyframes loading-15 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(54);
        transform: rotate(54deg)
    }
}

@-webkit-keyframes loading-16 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(57.6);
        transform: rotate(57.6deg)
    }
}

@keyframes loading-16 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(57.6);
        transform: rotate(57.6deg)
    }
}

@-webkit-keyframes loading-17 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(61.2);
        transform: rotate(61.2deg)
    }
}

@keyframes loading-17 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(61.2);
        transform: rotate(61.2deg)
    }
}

@-webkit-keyframes loading-18 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(64.8);
        transform: rotate(64.8deg)
    }
}

@keyframes loading-18 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(64.8);
        transform: rotate(64.8deg)
    }
}

@-webkit-keyframes loading-19 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(68.4);
        transform: rotate(68.4deg)
    }
}

@keyframes loading-19 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(68.4);
        transform: rotate(68.4deg)
    }
}

@-webkit-keyframes loading-20 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg)
    }
}

@keyframes loading-20 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg)
    }
}

@-webkit-keyframes loading-21 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(75.6);
        transform: rotate(75.6deg)
    }
}

@keyframes loading-21 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(75.6);
        transform: rotate(75.6deg)
    }
}

@-webkit-keyframes loading-22 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(79.2);
        transform: rotate(79.2deg)
    }
}

@keyframes loading-22 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(79.2);
        transform: rotate(79.2deg)
    }
}

@-webkit-keyframes loading-23 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(82.8);
        transform: rotate(82.8deg)
    }
}

@keyframes loading-23 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(82.8);
        transform: rotate(82.8deg)
    }
}

@-webkit-keyframes loading-24 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(86.4);
        transform: rotate(86.4deg)
    }
}

@keyframes loading-24 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(86.4);
        transform: rotate(86.4deg)
    }
}

@-webkit-keyframes loading-25 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg)
    }
}

@keyframes loading-25 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg)
    }
}

@-webkit-keyframes loading-26 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(93.6);
        transform: rotate(93.6deg)
    }
}

@keyframes loading-26 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(93.6);
        transform: rotate(93.6deg)
    }
}

@-webkit-keyframes loading-27 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(97.2);
        transform: rotate(97.2deg)
    }
}

@keyframes loading-27 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(97.2);
        transform: rotate(97.2deg)
    }
}

@-webkit-keyframes loading-28 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(100.8);
        transform: rotate(100.8deg)
    }
}

@keyframes loading-28 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(100.8);
        transform: rotate(100.8deg)
    }
}

@-webkit-keyframes loading-29 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(104.4);
        transform: rotate(104.4deg)
    }
}

@keyframes loading-29 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(104.4);
        transform: rotate(104.4deg)
    }
}

@-webkit-keyframes loading-30 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg)
    }
}

@keyframes loading-30 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg)
    }
}

@-webkit-keyframes loading-31 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(111.6);
        transform: rotate(111.6deg)
    }
}

@keyframes loading-31 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(111.6);
        transform: rotate(111.6deg)
    }
}

@-webkit-keyframes loading-32 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(115.2);
        transform: rotate(115.2deg)
    }
}

@keyframes loading-32 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(115.2);
        transform: rotate(115.2deg)
    }
}

@-webkit-keyframes loading-33 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(118.8);
        transform: rotate(118.8deg)
    }
}

@keyframes loading-33 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(118.8);
        transform: rotate(118.8deg)
    }
}

@-webkit-keyframes loading-34 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(122.4);
        transform: rotate(122.4deg)
    }
}

@keyframes loading-34 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(122.4);
        transform: rotate(122.4deg)
    }
}

@-webkit-keyframes loading-35 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(126);
        transform: rotate(126deg)
    }
}

@keyframes loading-35 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(126);
        transform: rotate(126deg)
    }
}

@-webkit-keyframes loading-36 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(129.6);
        transform: rotate(129.6deg)
    }
}

@keyframes loading-36 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(129.6);
        transform: rotate(129.6deg)
    }
}

@-webkit-keyframes loading-37 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(133.2);
        transform: rotate(133.2deg)
    }
}

@keyframes loading-37 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(133.2);
        transform: rotate(133.2deg)
    }
}

@-webkit-keyframes loading-38 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(136.8);
        transform: rotate(136.8deg)
    }
}

@keyframes loading-38 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(136.8);
        transform: rotate(136.8deg)
    }
}

@-webkit-keyframes loading-39 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(140.4);
        transform: rotate(140.4deg)
    }
}

@keyframes loading-39 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(140.4);
        transform: rotate(140.4deg)
    }
}

@-webkit-keyframes loading-40 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg)
    }
}

@keyframes loading-40 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg)
    }
}

@-webkit-keyframes loading-41 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(147.6);
        transform: rotate(147.6deg)
    }
}

@keyframes loading-41 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(147.6);
        transform: rotate(147.6deg)
    }
}

@-webkit-keyframes loading-42 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(151.2);
        transform: rotate(151.2deg)
    }
}

@keyframes loading-42 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(151.2);
        transform: rotate(151.2deg)
    }
}

@-webkit-keyframes loading-43 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(154.8);
        transform: rotate(154.8deg)
    }
}

@keyframes loading-43 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(154.8);
        transform: rotate(154.8deg)
    }
}

@-webkit-keyframes loading-44 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(158.4);
        transform: rotate(158.4deg)
    }
}

@keyframes loading-44 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(158.4);
        transform: rotate(158.4deg)
    }
}

@-webkit-keyframes loading-45 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(162);
        transform: rotate(162deg)
    }
}

@keyframes loading-45 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(162);
        transform: rotate(162deg)
    }
}

@-webkit-keyframes loading-46 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(165.6);
        transform: rotate(165.6deg)
    }
}

@keyframes loading-46 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(165.6);
        transform: rotate(165.6deg)
    }
}

@-webkit-keyframes loading-47 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(169.2);
        transform: rotate(169.2deg)
    }
}

@keyframes loading-47 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(169.2);
        transform: rotate(169.2deg)
    }
}

@-webkit-keyframes loading-48 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(172.8);
        transform: rotate(172.8deg)
    }
}

@keyframes loading-48 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(172.8);
        transform: rotate(172.8deg)
    }
}

@-webkit-keyframes loading-49 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(176.4);
        transform: rotate(176.4deg)
    }
}

@keyframes loading-49 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(176.4);
        transform: rotate(176.4deg)
    }
}

@-webkit-keyframes loading-50 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg)
    }
}

@keyframes loading-50 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg)
    }
}

.chat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.chat__search-box {
    position: -webkit-sticky;
    position: sticky;
    top: 67px;
    z-index: 2;
    left: 0;
    right: 0;
    padding: 16px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #fff
}

    .chat__search-box .input {
        width: 100%
    }

.chat-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 67px)
}

.chat-single__header {
    padding: 16px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f0f0f0
}

.chat-single__messages {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.chat-single__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.chat-single__person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.chat-single__person-picture {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    margin-left: 10px
}

    .chat-single__person-picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.chat-single__person-info {
    line-height: 1.2
}

.chat-single__person-name {
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 5px
}

.chat-single__person-last-visit {
    font-size: .875rem;
    color: rgba(0,0,0,.45)
}

.chat-single__person-last-visit--online {
    color: #52c41a
}

.chat-single__person:hover {
    text-decoration: none
}

.chat-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 1px solid #f0f0f0;
    padding-left: 6px;
    padding-right: 6px
}

.chat-field__file {
    min-width: 40px;
    width: 40px;
    margin: 10px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

    .chat-field__file:focus, .chat-field__file:hover {
        outline: 0;
        cursor: pointer;
        background: rgba(0,0,0,.1)
    }

    .chat-field__file:active {
        background: rgba(0,0,0,.2)
    }

    .chat-field__file::after {
        content: '';
        width: 24px;
        height: 24px;
        background: url(../img/icons/paper-clip.svg) center center no-repeat;
        background-size: contain
    }

.chat-field__audio, .chat-field__emoji, .chat-field__send {
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: 0 0;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    border-radius: 50%;
    -webkit-animation: fadeIn .2s ease-in-out;
    animation: fadeIn .2s ease-in-out
}

    .chat-field__audio:focus, .chat-field__audio:hover, .chat-field__emoji:focus, .chat-field__emoji:hover, .chat-field__send:focus, .chat-field__send:hover {
        cursor: pointer;
        outline: 0;
        background: rgba(0,0,0,.1)
    }

    .chat-field__audio:active, .chat-field__emoji:active, .chat-field__send:active {
        background: rgba(0,0,0,.2)
    }

    .chat-field__audio .icon, .chat-field__emoji .icon, .chat-field__send .icon {
        fill: rgba(0,0,0,.65);
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all;
        width: 24px;
        height: 24px
    }

.chat-field__send {
    display: none
}

    .chat-field__send .icon {
        fill: #1890ff
    }

    .chat-field__send:focus, .chat-field__send:hover {
        background: rgba(24,144,255,.1)
    }

    .chat-field__send:active {
        background: rgba(24,144,255,.2)
    }

.chat-field__emoji {
    margin-right: 5px
}

.chat-field__text {
    width: 100%;
    border: none
}

.chat-field__tools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.chat-field--typing .chat-field__send {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.chat-field--typing .chat-field__audio {
    display: none
}

.messages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    overflow: auto
}

.messages__date {
    color: rgba(0,0,0,.65);
    font-size: .875rem;
    text-align: center;
    margin-top: 24px
}

.message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 24px
}

.message__inner {
    background: #f0f0f0;
    border-radius: 4px;
    font-size: .875rem;
    padding: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 20px
}

    .message__inner .date {
        color: rgba(0,0,0,.4);
        font-size: .625rem;
        margin-left: 12px
    }

.message--self {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .message--self .message__inner {
        background: #cce4ff;
        margin-right: 0;
        margin-left: 20px
    }

.mini-chat {
    z-index: 99;
    position: relative
}

    .mini-chat.opened .mini-chat__overlay {
        opacity: 1;
        visibility: visible
    }

    .mini-chat.opened .mini-chat__drawer {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

.mini-chat__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
    opacity: 0;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    visibility: hidden;
    background: rgba(0,0,0,.35)
}

.mini-chat__drawer {
    position: fixed;
    right: 0;
    max-width: 460px;
    width: 100%;
    background: #fff;
    top: 0;
    bottom: 0;
    z-index: 16;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.mini-chat__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 24px;
    border-bottom: 1px solid #f0f0f0
}

.mini-chat__heading {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 500
}

.mini-chat__close {
    border: none;
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0
}

    .mini-chat__close .icon {
        width: 18px;
        height: 18px;
        fill: rgba(0,0,0,.65);
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all
    }

    .mini-chat__close:focus, .mini-chat__close:hover {
        outline: 0;
        cursor: pointer
    }

        .mini-chat__close:focus .icon, .mini-chat__close:hover .icon {
            fill: #000
        }

.mini-chat__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.mini-chat__messages {
    height: calc(100vh - 110px);
    overflow: auto
}

.chat-member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 16px 24px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    background: #fff;
    border-bottom: 1px solid #f0f0f0
}

.chat-member__picture {
    width: 50px;
    height: 50px;
    position: relative;
    margin-right: 20px
}

.chat-member__picture-container {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .chat-member__picture-container img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.chat-member__connection {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ccc;
    border: 2px solid #fff;
    position: absolute;
    bottom: 3px;
    right: 3px
}

.chat-member__connection--online {
    background: #52c41a
}

.chat-member__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.chat-member__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.2;
    margin-right: 20px
}

.chat-member__info-name {
    color: #000;
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: 10px
}

.chat-member__info-last-message {
    width: 100%;
    font-size: .8rem;
    color: rgba(0,0,0,.45)
}

.chat-member__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.chat-member__date {
    font-size: .75rem;
    color: rgba(0,0,0,.45)
}

.chat-member__unread {
    font-size: .75rem;
    color: #fff;
    background: #1890ff;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.chat-member:focus, .chat-member:hover {
    text-decoration: none;
    background: #e6e6e6;
    outline: 0
}

.input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: .875rem
}

.input-group__title {
    max-width: 200px;
    width: 100%;
    font-size: .875rem;
    line-height: 1.2;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px
}

.input-group__body {
    width: 100%
}

.input-group .input {
    width: 100%
}

.input-group__hint {
    font-size: .813rem;
    color: rgba(0,0,0,.45);
    line-height: 1.4;
    margin-top: 8px
}

.input-group--sm .input-group__title {
    max-width: 95px
}

.input-group--md .input-group__title {
    max-width: 120px
}

@media (max-width:991.98px) {
    .input-group__title {
        max-width: 150px
    }

    .input-group--sm .input-group__title {
        max-width: 95px
    }
}

@media (max-width:575.98px) {
    .input-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .input-group__title {
        max-width: 100%;
        padding-right: 0
    }
}

.custom-checkbox {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 8px
}

.custom-checkbox__checkmark {
    border: 1px solid rgba(0,0,0,.35);
    border-radius: 2px;
    background: #fff;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    width: 100%;
    height: 100%;
    position: relative
}

    .custom-checkbox__checkmark::after {
        content: '';
        width: 5px;
        height: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: absolute;
        left: 5px;
        top: 1px;
        opacity: 0;
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all
    }

input[type=checkbox]:checked ~ .custom-checkbox__checkmark {
    background: #1890ff;
    border-color: #1890ff
}

    input[type=checkbox]:checked ~ .custom-checkbox__checkmark::after {
        opacity: 1
    }

.custom-checkbox input[type=checkbox]:focus, input[type=checkbox]:hover ~ .custom-checkbox__checkmark {
    border-color: #1890ff
}

input[type=checkbox]:active ~ .custom-checkbox__checkmark {
    background: rgba(24,144,255,.65)
}

.custom-radio {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 8px
}

.custom-radio__icon {
    border: 1px solid rgba(0,0,0,.35);
    border-radius: 2px;
    background: #fff;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

    .custom-radio__icon::after {
        content: '';
        width: 8px;
        height: 8px;
        background: #1890ff;
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all;
        opacity: 0;
        border-radius: 50%
    }

input:checked ~ .custom-radio__icon {
    border-color: #1890ff
}

    input:checked ~ .custom-radio__icon::after {
        opacity: 1
    }

.custom-radio input:focus, input:hover ~ .custom-radio__icon {
    border-color: #1890ff
}

input:active ~ .custom-radio__icon {
    background: rgba(24,144,255,.25)
}

.toggle-checkbox {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 44px;
    min-width: 44px;
    height: 22px
}

.toggle-checkbox__checkmark {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    position: relative;
    background: #bfbfbf;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

    .toggle-checkbox__checkmark::after {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        background: #fff;
        border-radius: 50%;
        left: 2px;
        top: 2px;
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all;
        -webkit-box-shadow: 0 2px 4px rgba(0,35,11,.2);
        box-shadow: 0 2px 4px rgba(0,35,11,.2)
    }

input[type=checkbox]:checked ~ .toggle-checkbox__checkmark {
    background: #1890ff
}

    input[type=checkbox]:checked ~ .toggle-checkbox__checkmark::after {
        left: calc(100% - 20px)
    }

input[type=checkbox]:hover ~ .toggle-checkbox__checkmark {
    cursor: pointer
}

.vehicle-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .875rem;
    color: rgba(0,0,0,.85);
    background: #fff;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    line-height: 1.2;
    position: relative;
    border-bottom: 1px solid #f0f0f0
}

    .vehicle-item:focus, .vehicle-item:hover {
        outline: 0;
        cursor: pointer;
        text-decoration: none;
        background: #fafafa;
        color: rgba(0,0,0,.85)
    }

.vehicle-item__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 24px
}

.vehicle-item__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 10px
}

.vehicle-item__info-main {
    margin-bottom: 8px
}

    .vehicle-item__info-main .num {
        font-weight: 700
    }

.vehicle-item__info-address {
    font-size: .75rem;
    color: rgba(0,0,0,.45)
}

.vehicle-item__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.vehicle-item__details-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 5px
}

.vehicle-item__details-date {
    font-size: .75rem;
    color: rgba(0,0,0,.45);
    text-align: right
}

.vehicle-item__problems {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .vehicle-item__problems .icon {
        width: 18px;
        min-width: 18px;
        height: 18px;
        fill: #fa8c16
    }

.vehicle-item__footer {
    display: none;
    -webkit-animation: slideIn .4s ease-in-out;
    animation: slideIn .4s ease-in-out;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f0f0f0
}

.vehicle-item__footer-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(0,0,0,.65);
    width: 100%;
    padding: 16px;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    border-right: 1px solid #f0f0f0
}

    .vehicle-item__footer-link:last-child {
        border-right: none
    }

    .vehicle-item__footer-link:focus, .vehicle-item__footer-link:hover {
        outline: 0;
        color: rgba(0,0,0,.65);
        text-decoration: none;
        background: #e6e6e6
    }

    .vehicle-item__footer-link:active {
        background: #d9d9d9
    }

    .vehicle-item__footer-link .icon {
        width: 16px;
        height: 16px;
        fill: rgba(0,0,0,.65);
        margin-right: 8px
    }

.vehicle-item--active {
    background: #fafafa
}

    .vehicle-item--active .vehicle-item__footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

.info-text {
    font-size: .875rem;
    line-height: 1.2;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 5px
}

.info-text-title {
    color: rgba(0,0,0,.85);
    margin-right: 5px
}

.info-text-detail {
    color: rgba(0,0,0,.65)
}

.timeline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.timeline-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem;
    color: #434343;
    min-height: 60px
}

.timeline-item--success {
    color: #52c41a
}

    .timeline-item--success .timeline-item__time::after {
        background: #52c41a;
        -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15),0 0 0 2px rgba(82,196,26,.3);
        box-shadow: 0 1px 6px rgba(0,0,0,.15),0 0 0 2px rgba(82,196,26,.3)
    }

.timeline-item__time {
    min-width: 105px;
    width: 105px;
    position: relative;
    margin-right: 40px
}

    .timeline-item__time::before {
        content: '';
        position: absolute;
        top: 5px;
        bottom: 0;
        width: 1px;
        background: #f0f0f0;
        right: -20px
    }

    .timeline-item__time::after {
        content: '';
        position: absolute;
        background: #434343;
        min-width: 11px;
        width: 11px;
        height: 11px;
        border: 2px solid #fff;
        border-radius: 50%;
        right: -25px;
        top: 5px;
        -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15),0 0 0 2px rgba(67,67,67,.3);
        box-shadow: 0 1px 6px rgba(0,0,0,.15),0 0 0 2px rgba(67,67,67,.3)
    }

.custom-rect-checkbox {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 8px
}

.custom-rect-checkbox__checkmark {
    border: 1px solid rgba(0,0,0,.35);
    border-radius: 2px;
    background: #fff;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .custom-rect-checkbox__checkmark::after {
        content: '';
        width: 8px;
        height: 8px;
        background: #1890ff;
        -webkit-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all;
        opacity: 0
    }

input:checked ~ .custom-rect-checkbox__checkmark {
    border-color: #1890ff
}

    input:checked ~ .custom-rect-checkbox__checkmark::after {
        opacity: 1
    }

.custom-rect-checkbox input:focus, input:hover ~ .custom-rect-checkbox__checkmark {
    border-color: #1890ff
}

input:active ~ .custom-rect-checkbox__checkmark {
    background: rgba(24,144,255,.25)
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

.modal--show {
    opacity: 1;
    visibility: visible
}

.modal__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    background: rgba(0,0,0,.25)
}

.modal--blur .modal__overlay {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.modal--lg .modal__inner {
    max-width: 800px
}

.modal--lg .modal-window__body {
    overflow: auto;
    max-height: 400px
}

.modal--sm .modal__inner {
    max-width: 400px
}

.modal__inner {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 588px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.modal-window {
    border-radius: 10px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05)
}

.modal-window__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 16px 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal-window__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding: 11px 24px
}

.modal-window__body {
    padding: 16px 24px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
    font-size: .875rem
}

.modal-window__btns-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.modal-window__heading {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2
}

.modal-window__close {
    width: 16px;
    height: 16px;
    border: none;
    background: 0 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    opacity: .6
}

    .modal-window__close:focus, .modal-window__close:hover {
        opacity: 1;
        outline: 0;
        cursor: pointer
    }

    .modal-window__close .icon {
        width: 12px;
        height: 12px
    }

body.no-scroll .content__top--sticky,
body.no-scroll .card__logs-graph,
body.no-scroll .chat__search-box {
    z-index: 1
}

.app-version {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #d6e9ce;
    padding: 5px;
    border-radius: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .app-version::before {
        content: '';
        width: 22px;
        height: 22px;
        background-image: url(../img/icons/android.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        margin-right: 8px
    }

.app-version--ios::before {
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(../img/icons/apple.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 8px
}

.app-version--ios {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #e5f3f1;
    padding: 5px;
    border-radius: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .app-version--ios::before {
        background-image: url(../img/icons/apple.svg)
    }

.app-version--expired {
    color: #ff4d4f
}

    .app-version--expired::before {
        background-image: url(../img/icons/android-danger.svg)
    }

    .app-version--expired.app-version--ios::before {
        background-image: url(../img/icons/apple-danger.svg)
    }

.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.list__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.list__group-header {
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    padding: 16px 24px;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.2;
    color: rgba(0,0,0,.85)
}

.list-item {
    padding: 10px 30px;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-item__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 20px;
    line-height: 1.2
}

.list-item__info-name {
    font-size: .875rem;
    margin-bottom: 4px;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

    .list-item__info-name:hover {
        text-decoration: none;
        opacity: .8
    }

.list-item__info-details {
    font-size: .75rem;
    color: rgba(0,0,0,.45)
}

.list-item__action {
    border: none;
    background-color: transparent;
    width: 28px;
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

    .list-item__action:focus, .list-item__action:hover {
        cursor: pointer;
        outline: 0;
        background-color: #e6e6e6
    }

    .list-item__action:active {
        background-color: #d9d9d9
    }

    .list-item__action img {
        width: 22px;
        min-width: 22px;
        height: 22px
    }

.info-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    line-height: 1.2;
    font-size: .875rem;
    border: 1px solid #f0f0f0
}

.info-card__title {
    max-width: 300px;
    width: 100%;
    font-weight: 500;
    padding: 16px 24px;
    background: #fafafa;
    border-right: 1px solid #f0f0f0
}

.info-card__details {
    padding: 16px 24px;
    color: rgba(0,0,0,.65);
    background: #fff
}

@media (max-width:767.98px) {
    .info-card__title {
        max-width: 250px
    }
}

@media (max-width:575.98px) {
    .info-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px
    }

    .info-card__title {
        max-width: 100%;
        border-right: none
    }
}

.logs-graph {
    max-width: 100%;
    width: 100%;
    min-width: 800px
}

    .logs-graph g.grid rect.border {
        stroke: #bec8d1;
        fill: transparent
    }

    .logs-graph g.grid line {
        stroke: #bec8d1
    }

    .logs-graph text.label {
        stroke: #607587;
        font-size: 19px;
        font-weight: 400;
        text-rendering: optimizeLegibility
    }

    .logs-graph g.events line.horizontal {
        stroke-width: 10
    }

    .logs-graph g.events line.horizontal--drive, .logs-graph g.events circle.horizontal--drive {
        stroke: #35853b;
        fill: #35853b;
    }

    .logs-graph g.events line.horizontal--offduty, .logs-graph g.events circle.horizontal--offduty {
        stroke: #607587;
        fill: #607587;
    }

    .logs-graph g.events line.horizontal--onduty, .logs-graph g.events circle.horizontal--onduty {
        stroke: #3c76b6;
        fill: #3c76b6;
    }


    .logs-graph g.events line.horizontal--sleep, .logs-graph g.events circle.horizontal--sleep {
        stroke: #d48806;
        fill: #d48806;
    }

    .logs-graph g.events line.horizontal--violation, .logs-graph g.events circle.horizontal--violation {
        stroke: #ff4d4f;
        fill: #ff4d4f;
    }

    .logs-graph g.events line.horizontal--empty {
        stroke-dasharray: 5
    }

    .logs-graph g.events line.vertical {
        stroke-width: 1
    }

    .logs-graph g.events line {
        stroke: #607587
    }

        .logs-graph g.events line.violation-line {
            stroke: #ff4d4f;
            stroke-width: 5;
            stroke-opacity: .4
        }

    .logs-graph .hit-area {
        stroke-width: 0;
        fill: transparent;
        cursor: pointer;
        -webkit-transition: fill .3s ease;
        -o-transition: fill .3s ease;
        transition: fill .3s ease
    }

        .logs-graph .hit-area.highlighted, .logs-graph .hit-area:hover {
            fill: rgba(32,124,186,.1)
        }

.logs-graph-wrapper {
    position: relative;
    max-width: 1000px
}

.logs-graph__hit-area {
    position: absolute;
    bottom: 0;
    top: 16%;
    background: rgba(24,144,255,.2);
    opacity: 0;
    z-index: 2;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

    .logs-graph__hit-area:hover {
        cursor: pointer;
        opacity: 1
    }

.logs-edit-wrapper {
    position: relative;
    margin-bottom: 5px;
    margin-left: 25px;
    margin-right: 25px;
    max-width: 1000px
}

.logs-slider {
    position: absolute;
    left: 3.1847133757961785%;
    right: 5.2377115229653555%;
    top: 16%;
    bottom: 0;
    z-index: 3;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: auto
}

    .logs-slider .noUi-connect {
        background: rgba(225,225,255,.5)
    }

        .logs-slider .noUi-connect::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            display: none;
            height: 5%;
            background: #0050b3
        }

        .logs-slider .noUi-connect.off::after {
            display: block;
            top: 10.2%
        }

        .logs-slider .noUi-connect.sb::after {
            display: block;
            top: 34.4%
        }

        .logs-slider .noUi-connect.d::after {
            display: block;
            top: 59.5%
        }

        .logs-slider .noUi-connect.on::after {
            display: block;
            top: 83.7%
        }

    .logs-slider .noUi-origin {
        height: 100%
    }

    .logs-slider .noUi-tooltip {
        bottom: calc(100% - 2px);
        font-size: .7rem;
        border-radius: 0;
        border: none;
        padding: 2px;
        color: #fff;
        background: #207cba;
        width: 70px
    }

    .logs-slider .noUi-handle {
        cursor: e-resize;
        width: 4px;
        right: -2px;
        top: 0;
        height: 100%;
        bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        background: #207cba
    }

        .logs-slider .noUi-handle::before {
            width: 15px;
            min-width: 15px;
            height: 23px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            background-color: transparent;
            top: calc(100% - 7px)
        }

        .logs-slider .noUi-handle::after {
            display: none
        }

        .logs-slider .noUi-handle:focus {
            outline: 0
        }

    .logs-slider .noUi-handle-lower .noUi-tooltip {
        left: -31px;
    }

    .logs-slider .noUi-handle-lower::before {
        left: -11px;
        background-image: url(../img/icons/left-handle.svg)
    }

    .logs-slider .noUi-handle-upper .noUi-tooltip {
        left: 35px
    }

    .logs-slider .noUi-handle-upper::before {
        left: 0;
        background-image: url(../img/icons/right-handle.svg)
    }

.logs-slider--error .noUi-tooltip {
    background: #ff4d4f
}

.logs-slider--error .noUi-handle {
    background: #ff4d4f
}

.logs-slider--error .noUi-handle-lower::before {
    background-image: url(../img/icons/left-handle-error.svg)
}

.logs-slider--error .noUi-handle-upper::before {
    background-image: url(../img/icons/right-handle-error.svg)
}

.custom-text-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-text-select__text {
    font-size: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 5px;
    color: #1890ff;
    border: 1px solid #1890ff;
    background: #f5f7f8;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.custom-text-select:focus, .custom-text-select:hover {
    outline: 0
}

    .custom-text-select:focus .custom-text-select__text, .custom-text-select:hover .custom-text-select__text {
        cursor: pointer;
        background: #e6ebee;
        -webkit-box-shadow: 0 2px 10px rgba(32,124,186,.2);
        box-shadow: 0 2px 10px rgba(32,124,186,.2)
    }

.custom-text-select:active {
    outline: 0
}

    .custom-text-select:active .custom-text-select__text {
        cursor: pointer;
        background: #dde4e7
    }

input:checked ~ .custom-text-select__text {
    background: #1890ff !important;
    color: #fff
}

    input:checked ~ .custom-text-select__text.d {
        background: #35853b !important;
        border-color: #35853b !important
    }

    input:checked ~ .custom-text-select__text.off, input:checked ~ .custom-text-select__text.on, input:checked ~ .custom-text-select__text.sb {
        background: #607587 !important;
        border-color: #607587 !important
    }

.status-card {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.05);
    box-shadow: 0 4px 4px rgba(0,0,0,.05);
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.status-card__icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    /*background: #bdbdbd;*/
    background: #ece7e7d6;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px
}

    .status-card__icon:hover {
        background: #1890ff;
    }

.h_icon:hover {
    background: rgb(220 220 220 / 84%);
}

.status-card__icon .icon {
    width: 18px;
    height: 18px;
    fill: #fff
}

.status-card__icon--off {
    background: #434343
}

.status-card__icon--on {
    background: #096dd9
}

.status-card__icon--driving {
    background: #389e0d
}

.status-card__icon--sleeping {
    background: #f17f19
}

.status-card__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.2;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.status-card__name {
    font-weight: 500;
    font-size: 1.125rem;
    white-space: nowrap
}

.status-card__num {
    font-size: 2.25rem;
    font-weight: 500;
    color: #000
}

.tab__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.tab__link {
    color: #828f9c;
    font-size: 1.25rem;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    margin: 0 15px;
    padding: 8px 0;
    line-height: 1.2;
    font-weight: 500;
    border-bottom: 2px solid transparent
}

    .tab__link:hover {
        color: #000;
        text-decoration: none
    }

.tab__link--active {
    color: #000;
    border-bottom: 2px solid #1890ff
}

.tab__content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.tab__content--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeIn .2s ease-in;
    animation: fadeIn .2s ease-in
}

.login-page {
    background-color: #ecf0fa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.login-page__decoration-1 {
    position: absolute;
    left: 35px;
    top: 20%;
    -webkit-animation: 4s topBottom ease-in-out infinite;
    animation: 4s topBottom ease-in-out infinite
}

.login-page__decoration-2 {
    position: absolute;
    right: 35px;
    bottom: 20%;
    -webkit-animation: 3s topBottom 1s ease-in-out infinite;
    animation: 3s topBottom 1s ease-in-out infinite
}

.login-page__decoration-3 {
    position: absolute;
    top: 10%;
    right: 20px;
    -webkit-animation: 3s circleReverse 1s ease-in-out infinite;
    animation: 3s circleReverse 1s ease-in-out infinite
}

.login-page__decoration-4 {
    position: absolute;
    left: 20px;
    bottom: 10%;
    -webkit-animation: 4s circle ease-in-out infinite;
    animation: 4s circle ease-in-out infinite
}

.login-page__video-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    align-items: stretch;
    margin: 0 auto;
}

.login-page--bg {
    /*    background-image: url(../img/images/tmt_reg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed*/


    background-image: url(../img/images/tmt_reg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    align-items: stretch;
    margin: 0 auto;
    background-attachment: fixed;
}

    .login-page--bg::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(24,144,255,.6)
    }

.login-page--bg-dark {
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

    .login-page--bg-dark::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0,0,0,.1)
    }

    .login-page--bg-dark .container {
        position: absolute;
        z-index: 2
    }

.password-forgot {
    font-size: .9rem
}

.input-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.input-label__text {
    font-size: .9rem;
    color: gray;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px
}

.steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative
}

    .steps::after {
        content: '';
        position: absolute;
        background: #1890ff;
        height: 1px;
        left: 0;
        right: 0;
        top: 25px
    }

.step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

    .step:first-child {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }

    .step:last-child {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right
    }

.step__num {
    width: 50px;
    min-width: 50px;
    background: #fff;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #1890ff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    font-size: 1.2rem !important;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    color: #1890ff
}

    .step__num:hover {
        color: #fff;
        background: #1890ff;
        text-decoration: none
    }

.step--current .step__title {
    color: #1890ff
}

.step--current .step__num {
    color: #fff;
    background: #1890ff
}

.step--completed .step__title {
    color: #1890ff
}

.step--completed .step__num {
    overflow: hidden;
    position: relative
}

    .step--completed .step__num::after {
        content: '✓';
        background: #1890ff;
        position: absolute;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        color: #fff;
        font-size: 2rem !important;
        line-height: 1.5;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

.step__title {
    color: #4d4d4d;
    font-size: .9rem
}

.bill {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #bdbdbd;
    border-radius: 10px
}

.bill__body {
    padding: 15px
}

.bill__footer {
    padding: 15px;
    border-top: 1px solid #bdbdbd
}

.bill__text {
    font-size: .8rem;
    color: rgba(0,0,0,.8)
}

.bill__price {
    font-size: .8rem;
    color: #1890ff;
    font-weight: 700
}

.bill__heading {
    color: #1890ff;
    background-color: rgba(24,144,255,.2);
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 700
}

.toasts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 999;
    top: 20px;
    right: 20px;
    max-width: 400px;
    padding-left: 20px;
    width: 100%
}

.toast {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.05);
    box-shadow: 0 4px 4px rgba(0,0,0,.05);
    border-radius: 5px;
    padding: 25px 20px;
    position: relative;
    margin-bottom: 12px;
    color: rgba(0,0,0,.8);
    line-height: 1.2;
    -webkit-animation: fromRight .4s ease-in-out;
    animation: fromRight .4s ease-in-out
}

    .toast.hide {
        display: none
    }

.toast__icon {
    margin-right: 20px;
    opacity: .8
}

    .toast__icon .icon {
        width: 50px;
        min-width: 50px;
        height: 50px
    }

.toast__close {
    width: 20px;
    height: 20px;
    border: none;
    background: 0 0;
    padding: 0;
    position: absolute;
    top: 8px;
    right: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    opacity: .6;
    background: rgba(0,0,0,.2);
    border-radius: 50%
}

    .toast__close:focus, .toast__close:hover {
        opacity: 1;
        outline: 0;
        cursor: pointer
    }

    .toast__close .icon {
        width: 12px;
        height: 12px
    }

.toast--warning {
    background: #ffdd57
}

.toast--error {
    background: #ff4d4f;
    color: #fff
}

    .toast--error .icon {
        fill: #fff
    }

.toast--success {
    background-color: #52c41a;
    color: #fff
}

    .toast--success .icon {
        fill: #fff
    }

.confirmation {
    position: fixed;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

.confirmation--show {
    opacity: 1;
    visibility: visible
}

    .confirmation--show .confirmation__inner {
        top: 20px
    }

.confirmation__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    background: rgba(0,0,0,.25)
}

.confirmation--blur .confirmation__overlay {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.confirmation--lg .confirmation__inner {
    max-width: 800px
}

.confirmation--lg .confirmation-window__body {
    overflow: auto;
    max-height: 400px
}

.confirmation--sm .confirmation__inner {
    max-width: 400px
}

.confirmation__inner {
    position: fixed;
    top: -100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 400px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

.confirmation-window {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05);
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05)
}

.confirmation-window__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 16px 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.confirmation-window__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding: 11px 24px
}

.confirmation-window__body {
    padding: 16px 24px;
    font-size: .875rem
}

.confirmation-window__btns-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.confirmation-window__heading {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2
}

.confirmation-window__close {
    width: 16px;
    height: 16px;
    border: none;
    background: 0 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    opacity: .6
}

    .confirmation-window__close:focus, .confirmation-window__close:hover {
        opacity: 1;
        outline: 0;
        cursor: pointer
    }

    .confirmation-window__close .icon {
        width: 12px;
        height: 12px
    }

.not-found {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.not-found__status-code {
    font-size: 4rem;
    color: #1890ff;
    font-weight: 700;
    line-height: 1.2
}

.not-found h3 {
    color: #666;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 5px
}

.not-found p {
    color: #666
}

/*start new add css*/
.text--blue {
    color: #3D8AFF !important;
}

.span-active-border {
    border: 1px solid rgba(60, 193, 59, 0.37);
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
}

.span-inactive-border {
    border: 1px solid rgba(240, 55, 56, 0.38);
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
}
/*stop new add css*/

@media (max-width:1199.98px) {
    .progress-col {
        width: 25%
    }

    .info-table-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:991.98px) {
    .sidebar {
        max-width: 200px
    }

    .logo {
        max-width: 160px
    }

    .content {
        padding-left: 200px
    }
}

@media (max-width:767.98px) {
    .content, .content.sidebar-opened {
        padding-left: 0
    }

    .logo {
        max-width: 30px;
        white-space: nowrap
    }

        .logo span {
            display: none
        }
}

@media (max-width:575.98px) {
    .progress-col {
        width: 50%
    }

    .content__heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px
    }

    .content__btns-row {
        margin-top: 10px
    }

        .content__btns-row .button:not(:last-child) {
            margin-right: 5px
        }

    .content__info-item {
        width: 100%
    }

    .content__filters {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .content__filters .input {
            width: 100%
        }

        .content__filters .custom-select {
            margin-left: 0;
            max-width: 100%;
            margin-top: 10px
        }
}
