﻿@font-face {
    font-family: "Sofia Sans";
    src: url("../fonts/SofiaSans-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Sofia Sans";
    src: url("../fonts/SofiaSans-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal
}

body {
    background: #F4F9FD;
    font-family: var(--font);
}

.flex {
    display: flex;
}

.h50 {
    height: 50px
}

.align-center {
    align-items: center !important;
}

.gap-5 {
    gap: 5px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.mh-auto {
    min-height: auto;
}

.ml-auto {
    margin-left: auto !important;
}

.hidden {
    display: none
}

label, label.empty {
    min-height: 27px;
    font: normal 14px / 1.4 var(--font) !important;
    color: rgba(0, 0, 0, 0.6) !important;
}

.privacy {
    display: none !important;
}

.w-auto {
    width: auto !important;
}

.form-input .bttn.w100 {
    width: 100px;
}

textarea {
    margin-bottom: 0;
    min-height: 130px !important;
    resize: vertical;
}

.bttn svg {
    width: 19px;
    height: 19px;
}

.owl-nav > *.blue, .bttn.blue {
    background: #2D68C4;
}

.user-container {
    margin-top: 0px !important;
    padding-bottom: 0 !important;
}

    .user-container .right {
        padding-left: 20px;
    }

.steps-body .step-box {
    margin: 10px;
    border-radius: 1.5rem;
    border: 1px solid #dadee5;
}

header .header-bottom {
    height: 48px;
}

@media screen and (max-width: 1500px) {
    .steps-footer .bttn .k-icon, .steps-footer .bttn .icon {
        display: block
    }
}

a.info-outdoc-js,
a.info-admact-js,
a.info-log-js,
a.info-request-js,
a.info-employee-js,
a.info-employeeAdmin-js,
a.info-log-js,
a.info-employeerole-js {
    color: var(--main);
    text-decoration: underline;
    cursor: pointer;
    color: #0060BA !important
}

.simplelink {
    color: var(--main) !important;
    text-decoration: underline !important;
    cursor: pointer;
    font-family: var(--font);
}

    .simplelink:hover {
        text-decoration: none !important;
    }

#application-div.flex {
    width: 1400px;
    margin: 0 auto;
    flex-direction: column;
}

#application-div > .k-window-split-wrap {
    background: none;
    border: none;
}

.control-menu {
    width: 100%;
    padding: 0;
    margin: 30px 0;
}

    .control-menu ul {
        display: flex;
    }

        .control-menu ul li a {
            padding-right: 10px;
            padding-left: 10px;
        }

.steps-footer {
    padding: 15px 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: auto;
    bottom: 0;
    left: auto;
    z-index: 9999;
    border-radius: 20px 20px 0 0;
    bottom: 0;
    width: 1360px;
    margin: 0 20px;
    border: 1px solid #dadee5;
}

    .steps-footer .bttn {
        margin: 0;
        height: auto;
        min-height: 0 !important;
        flex-flow: row;
        align-self: center;
        gap: 10px;
        padding: 10px;
        max-width: unset;
        width: auto;
        box-shadow: none;
        border-radius: 0;
        width: 200px;
        border-radius: 10px;
        border: none;
    }

        .steps-footer .bttn .icon {
            margin-bottom: 0;
            width: 22px;
            height: 18px;
            display: none;
        }

.control-menu ul li a .icon {
    margin-right: 10px;
}

@media screen and (max-width: 980px) {
    nav ul li > a > span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

nav ul li.home {
    display: none;
}

.control-menu {
    background: unset;
}

    .control-menu ul li {
        margin-bottom: 0;
        flex-grow: 1;
    }

        .control-menu ul li a {
            display: block;
            padding: 0 20px 6px;
            font: bold 20px / 1.2 var(--font);
            text-transform: none;
            color: var(--text);
            vertical-align: top;
            border-radius: 0;
            font: bold 16px / 1.2 Tahoma;
            padding: 10px 20px;
            cursor: context-menu;
        }

            .control-menu ul li a.done:hover {
                background: rgba(71, 128, 178, 0.1);
                cursor: pointer;
            }

            .control-menu ul li a span {
                cursor: pointer;
            }

            .control-menu ul li.active a:hover, .control-menu ul li.active a, .control-menu ul li a:hover {
                background: unset;
                text-decoration: none;
            }

            .control-menu ul li a.done:after {
                content: '\2713';
                display: inline-block;
                color: #0E8E47;
                padding: 0;
                font-size: 20px;
                position: absolute;
                left: 100%;
            }

/* start scrollbar */
/* start Chrome, Edge */
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 20px;
}

::-webkit-scrollbar {
    height: 7px;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background: #2E6DA4;
    border-radius: 20px;
}
/* endf Chrome, Edge */

/*start Mozilla*/
@-moz-document url-prefix() {
    html,
    body,
    div {
        scrollbar-width: thin;
        scroll-behavior: smooth;
        scrollbar-color: #2D68C4 #F5F5F5;
    }
}
/* end Mozilla*/
/* end scrollbar */

#application-div.flex {
    height: auto;
}

.step-box-head .step-box-title {
    color: rgba(0, 0, 0, 0.7) !important;
    font: 600 17px / 20px var(--font) !important;
    position: relative;
}

.step-box-head a.right {
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
}

.step-box-head .step-box-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    top: 30px;
    opacity: 1;
    background: linear-gradient(to right in oklab, oklch(62.3% 0.214 259.815) 0%, oklch(62.7% 0.265 303.9) 50%, oklch(65.6% 0.241 354.308) 100%) !important;
    border-radius: 30px;
    background: #2D68C4 !IMPORTANT;
}


.step-box-head label.step-box-title {
    padding: 4px;
}

#application-div .step-box {
    margin: 10px;
    background: #fff;
    border: 1px solid #dde1e6;
    border-radius: 4px;
    page-break-inside: avoid;
    border-radius: 20px;
}

nav .right {
    margin-top: 14px;
    height: 42px;
}

    nav .right.car {
        display: none;
    }

.header-bottom, header {
    box-shadow: none;
}


#searchClientForm {
    flex-wrap: nowrap !important;
}

    #searchClientForm .form-input {
        white-space: nowrap;
    }

nav ul li a {
    padding: 12px 2px;
}

nav ul li > a > span {
    text-transform: capitalize;
    padding: 5px 15px;
}

.header-bottom-submenu nav > ul {
    margin-left: 20px;
}

    .header-bottom-submenu nav > ul > li > a > span {
        color: white;
    }

.login .column-wrap {
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 400px;
}

    .login .column-wrap .column {
        width: 100%;
        padding: 10px 30px 0;
    }

.form-input + .form-input .bttn:only-child {
    margin-top: 0;
}

.user-container .right:hover ul {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    top: 42px;
    padding: 10px 15px;
}

.k-notification-wrap {
    display: flex;
    padding: 5px 10px;
}

.k-notification .k-notification-content {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    font: 200 14px/24px Tahoma;
    word-break: break-word;
}

.k-notification .k-icon:first-child {
    margin: 0 10px 0 0;
    font-size: 24px;
}

.k-notification .k-icon.k-i-close {
    cursor: pointer;
}

nav .right > a .icon, nav .right > a .icon.arrow, .personal-data .fonts-wrap {
    display: none;
}

@media screen and (max-width: 1420px) {
    nav .right > a .icon {
        display: block;
    }
}

.header-bottom-submenu .center {
    padding: 0;
}

.header-bottom-submenu nav > ul > li > a > span {
    color: #000;
}

header nav .right ul li a:hover, nav ul ul li a:hover {
    color: #2D68C4;
    color: #fff !important;
}

    header nav .right ul li a:hover span, nav ul ul li a:hover span {
    }

.user-container .right ul li a span {
    padding: 3px 15px;
}

header nav .right ul:before, nav ul ul:after, nav ul ul:before {
    display: none;
}

header nav .right ul, nav ul ul {
    min-width: fit-content;
    white-space: nowrap;
    background: #739bbe;
    border-radius: 0 !important;
    background: #fff;
    padding: 5px 0;
}

    header nav .right ul:after, header nav .right ul:before {
        display: none;
    }

.user-container .personal-data .restriction {
    margin-top: 10px;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 250px;
    font: bold 15px / 17px var(--font) !important;
    color: #2D68C4;
}

header nav .right ul li a, nav ul ul li a {
    padding: 0;
}

    header nav .right ul li a:hover, nav ul ul li a:hover {
        color: #2D68C4 !important;
    }

.user-container ul li a:hover, .user-container ul li a:hover {
    padding-left: 0px;
}

.user-container .right ul li a span {
    padding: 3px 10px;
}

#top-search .center .white-box, .top-search .center .white-box {
    background: #FEFEFE;
    border-radius: 1.5rem;
    padding: 15px 20px 10px 20px;
    border: 1px solid #dadee5;
    box-shadow: none;
    margin: 0px 4px 20px 5px;
}

.top-search .bttn.search {
    background: #2D68C4;
    color: white;
}

.top-search .bttn:hover {
    background: #173356;
}



.white-box .additional-buttons {
    margin-left: 10px;
    padding-right: 0 !important;
}

.k-calendar-container .k-calendar-view > div:first-child {
    width: 305px !important;
}

.k-calendar-container .k-calendar-view {
    width: 225px !important;
}


.center.fullwidth {
    background: inherit !important;
    padding: 0 25px;
}

#top-search .content-pre-wrap .center .white-box, .top-search .content-pre-wrap .center .white-box {
    margin: 0;
}

.page-top {
    padding: 5px 30px;
}

#top-search .center .form-input, .top-search .center .form-input {
    max-width: fit-content;
    max-width: none;
}

    #top-search .center .form-input:not(.nest, .autosize, .fullwidth), .top-search .center .form-input:not(.nest, .autosize, .fullwidth) {
        width: 250px;
    }

.content-pre-wrap > .center {
    box-shadow: none;
    padding: 0px 20px;
}

.content-pre-wrap {
    padding: 0px;
    margin: 0;
}


.table-wrapper .k-grid-toolbar > div a.k-small {
    border-radius: 6px;
    background: #F4F9FD;
    border: 1px solid #d6e0e7;
    border: none;
    background: none;
    padding: 0 !important;
}

    .table-wrapper .k-grid-toolbar > div a.k-small:hover {
        background: #D9E7F5;
    }

    .table-wrapper .k-grid-toolbar > div a.k-small:hover {
        background: #D9E7F5;
        transition: transform 0.3s ease;
        transform: scale(1.1);
    }

        .table-wrapper .k-grid-toolbar > div a.k-small:hover i {
            color: #0060BA;
        }

body.application footer {
    display: none;
}

.step-box-body .flex .left {
    width: 100%;
}

.info-row {
    padding: 10px;
    margin-top: 0px !important;
    border-radius: 10px;
    background: none;
}

    .info-row:hover {
        background: #D1ECF1;
    }

.step-box-body .info-row:not(:first-child) {
    margin-top: 0px;
}

.form-input.third {
    width: 33.33%;
}

.form-input.column {
    width: 50%;
}

.admact-object-addresses-js {
    margin-left: 33px;
}


    .admact-object-addresses-js .info-row {
        position: relative;
        min-height: 40px;
    }

        .admact-object-addresses-js .info-row .number {
            font-weight: normal;
        }

        .admact-object-addresses-js .info-row:first-child::before {
            content: '';
            display: block;
            position: absolute;
            top: -10px;
            left: -20px;
            width: 4px;
            height: 30px;
            background: lightgray;
            background: rgba(188, 215, 240, 0.25);
        }

        .admact-object-addresses-js .info-row::before {
            content: '';
            display: block;
            position: absolute;
            top: -40px;
            left: -20px;
            width: 4px;
            height: 60px;
            background: lightgray;
            background: rgba(188, 215, 240, 0.25);
        }

        .admact-object-addresses-js .info-row::after {
            content: '';
            display: block;
            position: absolute;
            top: 20px;
            right: calc(100% - 0px);
            width: 20px;
            height: 4px;
            background: lightgray;
            background: rgba(188, 215, 240, 0.25);
        }

.flex .number {
    margin-right: 5px;
    font: normal 14px / 1.4 var(--font) !important;
    color: #000;
}

.info-row .left > div {
    margin-bottom: 0 !important;
}

    .info-row .left > div.contact-data-js {
        margin-bottom: 5px !important;
    }

.adresses {
    margin: 0;
}

.ib {
    vertical-align: middle;
    padding: 5px 0px;
    font: normal 14px / 1.4 var(--font) !important;
}

.applicants-js .info-row .number {
    margin-top: 5px;
}

.steps-body {
    margin-top: 15px;
}

.step-box-body > div {
    margin-bottom: 0;
}

.no-wrap {
    flex-wrap: nowrap;
}

.arrow-icon {
    cursor: pointer;
    font-size: 20px;
    color: var(--secondary) !important;
}

.owl-nav > *.small.bttn-icon, .bttn.small.bttn-icon {
    padding: 0 6px;
    border: none;
}

.form-input .owl-nav > *.small.bttn-icon, .form-input .bttn.small.bttn-icon {
    margin-top: 2px;
}

.action-input {
    display: flex;
    border-radius: 6px;
    border: 1px solid #CED4DA;
}

    .action-input input {
        border: none;
    }

    .action-input .actions {
        display: inline-table;
        border-left: 1px solid #CED4DA;
        overflow: hidden;
        height: 30px;
    }

        .action-input .actions .k-button {
            border-radius: 0 !important;
            height: 100%;
        }

            .action-input .actions .k-button .k-icon {
                font-size: 15px;
            }

.form-input .bttn, .form-input .k-button.k-small, .bttn.small {
    border: none;
    min-width: 30px;
    min-height: 30px;
    line-height: 16px;
    padding: 5px;
    min-width: auto;
    vertical-align: bottom;
    margin-bottom: 0px;
    border-radius: 10px;
}

.form-input .bttn {
    line-height: 20px;
}

    .form-input .bttn.bttn-icon {
        border-radius: 50%;
    }

        .form-input .bttn.bttn-icon.w-auto {
            border-radius: 30px;
            font: bold 13px / 1.7 var(--font) !important;
        }

.egn-badge {
    position: absolute;
    top: 3px;
    right: 0;
    padding: 0 4px;
    font-size: 12px;
    border-radius: 4px;
    background: #009060;
    color: #fff;
}

.split-bttn-wrap {
    margin-top: 1px;
}

    .split-bttn-wrap .k-button-group .k-button:first-child.k-button-solid-base {
        min-height: 35px;
        background-color: #eaeaea;
        border-radius: 6px 0 0 6px;
    }

    .split-bttn-wrap.single .k-button-group > .k-button:first-child:not(:only-child) {
        border-radius: 0px;
    }

    .split-bttn-wrap.single .k-button-group > .k-button:last-child:not(:only-child) {
        display: none;
    }


    .split-bttn-wrap .k-button-group > .k-button:last-child:not(:only-child) {
        border-radius: 0 6px 6px 0;
        height: 35px;
    }

.step-box-body .flex .left {
    padding-right: 5px;
}

.remove-applicant-js {
    background: #F34040 !important;
    color: #fff !important;
}

    .remove-applicant-js:hover {
        background: #000 !important;
    }

.owl-nav > *.red:hover, .bttn.red:hover {
    background: #000 !important;
}

.owl-nav > *.cancel, .bttn.cancel {
    min-width: auto;
    border-radius: 10px;
}

.step-box-footer .text-right {
    text-align: center;
}

.attachment-group-wrapper:not(.main) {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .08);
    border-top: 0;
    padding: 10px;
    margin-bottom: 15px;
}

fieldset.open .attachment-group-wrapper:last-of-type {
    margin-bottom: 0px;
}

.attachment-group-wrapper .step-box-body {
    padding: 0;
}

.attachment-group-wrapper .step-box-footer {
}

.attachment-group-wrapper .column-wrap .column {
    width: calc(50% - 15px);
}

.step-box-body .mainGroup:first-of-type .steps-body {
    margin-top: 0;
}

fieldset {
    margin: 0;
    border: 1px solid var(--bgr);
    padding: 15px;
    border-color: rgba(0, 0, 0, .08);
}

    fieldset legend {
        font: normal 12px var(--font);
        padding: 5px 10px;
        position: relative;
        cursor: pointer;
        border: 1px solid rgba(0, 0, 0, .08);
        background: #F7F7F7;
        color: #424242;
    }

    fieldset > .attachments-wrap > label {
        color: #424242;
        background: #F7F7F7;
        border: 1px solid #F7F7F7;
        padding: 5px 10px;
        min-height: auto;
        border-color: rgba(0, 0, 0, .08);
        font: normal 12px var(--font);
    }

    fieldset fieldset label:not(:first-of-type) {
        margin-top: 15px;
    }


    fieldset fieldset:not(:first-of-type) {
        margin-top: 15px;
    }

.attachments-wrap fieldset {
    padding: 0 15px;
    border-color: white;
}

    .attachments-wrap fieldset legend:hover {
        background-color: rgba(0, 0, 0, .08);
    }

    .attachments-wrap fieldset legend::before {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        left: -31px;
        width: 30px;
        height: 1px;
        background: rgba(0, 0, 0, .08);
    }

fieldset.open {
    padding: 10px;
    border-color: rgba(0, 0, 0, .08);
}

    fieldset.open > legend::before {
        display: none
    }

    fieldset.open > .attachments-wrap {
        display: block;
    }

.attachments-wrap fieldset > .attachments-wrap {
    display: none;
}

.attachments-wrap fieldset.open > .attachments-wrap {
    border-color: var(--bgr);
}

.attachments-wrap fieldset.open > .attachments-wrap {
    display: block;
}

.mainGroup fieldset legend {
    pointer-events: none;
}

.doctitle .regnumber {
    background: #f4f4f4;
    padding: 3px 6px;
    width: fit-content;
    font: bold 12px Tahoma;
    margin-right: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    border: 1px solid #eaeaea;
}

    .doctitle .regnumber .k-i-copy {
        cursor: pointer;
    }

.step-box-body strong {
    font: bold 14px / 1.4 var(--font) !important;
}

.docinfo .step-box-body, .cases .step-box-body {
    font: normal 12px var(--font);
}

/*start media queries*/
@media screen and (max-width: 1500px) {
    .step-box.form-input.column {
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    .form-input.quad {
        width: 50%;
    }

    .form-input.third {
        width: 50%;
    }

    .form-input.column {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .form-input.quad {
        width: 100%;
    }

    .form-input.third {
        width: 100%;
    }
}

#genpop.warning .icon, .bttn.warning, .warning {
    background: #fcde8c;
}

.uuid-wrap {
    display: none;
}

.search-section-container {
    display: contents !important;
}

.register.search-form-wrapper, .register.search-form-wrapper > .form-input {
    display: contents;
}

.search-form-wrapper {
    border: 1px solid var(--main);
    padding: 5px 10px 0 10px;
    margin-top: 10px;
    width: 100%;
}

    .search-form-wrapper:hover {
        background: red;
        background-color: rgba(71, 128, 178, 0.15);
    }

    .search-form-wrapper > .group-title {
        position: relative;
        top: -5px;
        right: 10px;
        padding: 0 5px;
        width: fit-content;
        background: var(--main);
        color: #fff;
        font: bold 13px / 17px var(--font);
    }

.search-form-wrapper-single {
    display: contents
}

.section-group-name {
    height: 0;
}

    .section-group-name span {
        position: relative;
        top: -20px;
        background: var(--main);
        color: white;
        font-size: 12px;
        padding: 0 5px;
        right: 0px;
    }

.registration-wrap {
    width: 600px;
    margin: 100px auto;
}

.profile-wrap {
    display: flex;
    flex-wrap: nowrap;
}

    .registration-wrap .step-box, .profile-wrap .step-box {
        container: auto;
        overflow: auto;
    }

    .profile-wrap .step-box {
        height: 100%;
    }

        .profile-wrap .step-box.user-data {
            width: auto;
            max-width: 400px;
        }

        .registration-wrap .step-box .step-box-head strong,
        .profile-wrap .step-box .step-box-head strong {
            font: bold 15px / 17px var(--font) !important;
            color: #2d68c4;
        }

        .registration-wrap .step-box .step-box-head span,
        .profile-wrap .step-box .step-box-head span {
            font-size: 12px;
            font-weight: bold;
        }

.registration-wrap .step-box .proceedtoRequest-js {
    margin-top: 10px;
}

@media screen and (max-width: 980px) {
    .profile-wrap .step-box.user-data {
        width: 100%;
        max-width: 100%;
    }

    .profile-wrap {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px) {
    .registration-wrap .step-box .step-box-head strong, .profile-wrap .step-box .step-box-head strong {
        width: 100%;
    }
}

.eLoginText {
    color: #d50c20;
    text-align: center;
    margin-top: 10px;
    font: italic 12px / 1.3 var(--font);
}

#searchAdmAct {
    display: block;
}

#disputeContainer > * .form-input.fg-1.file {
    overflow: auto;
}

.required:after {
    color: #d51923;
    content: " *";
}

.remove-allobjects-js {
    height: 30px;
    padding: 5px 25px;
}

.white-box .additional-buttons {
    margin-right: 10px;
}

.step-box-head-unordered {
    border-radius: 0;
    color: #2D68C4;
    border-bottom: 2px solid #2D68C4;
    background: var(--bgr);
    box-shadow: none;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

    .step-box-head-unordered .step-box-title {
        font: bold 12px / 18px Tahoma;
        color: var(--secondary);
    }

.k-button.red {
    background: #c00;
    color: #fff;
}

    .k-button.red:hover {
        background: #000;
    }

#values-editor {
    border: 1px solid var(--main);
    padding: 10px;
    margin-bottom: 10px;
}

.wrapper.nomenclatures {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

.overwrite-table {
    margin-top: 20px;
}

.reg-status {
    padding: 0px 4px;
    border-radius: 2px;
    color: #424242;
}

    .reg-status.status2 {
        background: #009060;
        color: #fff;
    }

    .reg-status.status1 {
        background: #808080;
        color: #fff;
    }

    .reg-status.status3 {
        background: #c00;
        color: #fff;
    }

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.not-allowed {
    cursor: not-allowed;
}

.doc-basic-info .ib {
    width: 100%;
}

.form-input .k-checkbox-wrap {
    margin-top: 4px;
}

.no-data {
    font: bold 18px var(--font);
    color: var(--main);
    text-align: center;
    background: #F2F2F2;
    margin-top: 0;
    padding: 10px 20px;
}

.search-input-js label.empty {
    min-height: 26px;
}

.search-input-js .k-button {
    padding-top: 7px;
}

.floading-toolbar {
    position: fixed;
    top: 0%;
    width: calc(100% - 40px);
    z-index: 9999;
    padding: 5px 10px 18px !important;
    background: #fff !important;
    border: 1px solid var(--bgr) !important;
    border-top: 0 !important;
}

.cancelelement.allobjects {
    width: 210px;
}

.add-value-js {
    min-width: 160px !important;
}

nav ul li.threedots #threedots {
    top: 44px;
}

nav ul li.threedots ul ul {
    display: none;
}

header nav #threedots:before, header nav #threedots:after {
    right: 11px;
    left: auto;
}

.threedots > a {
    width: 46px;
    padding: 21px 10px;
    margin: 0;
}

.aa-shortname {
    padding: 15px 20px 0px;
    margin-bottom: -5px;
    font: bold 12px Tahoma;
    color: #000;
}

@media screen and (max-width: 746px) {
    .responsivenav nav ul ul li a:hover {
        padding-left: 16px;
    }
}

@media screen and (max-width: 600px) {
    #respbtn {
        margin-top: 4px;
    }

    .registration-wrap {
        width: 100%;
    }

        .registration-wrap .step-box .step-box-head, .profile-wrap .step-box .step-box-head {
            flex-wrap: nowrap;
            flex-direction: row;
        }

        .registration-wrap form {
            display: flex;
        }

        .registration-wrap .form-input.fullwidth {
            padding-right: 10px;
        }

    .user-container .right:hover ul {
        top: 48px;
        width: 90%;
        margin: 0 auto;
        min-width: unset;
    }

    .user-container .personal-data .restriction {
        white-space: normal;
        max-width: none;
    }

    nav .right {
        margin-top: 15px;
    }

    .responsivenav nav ul ul li a:hover {
        padding-left: 6px;
    }

    .form-input .bttn, .form-input .k-button.k-small {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    .form-input.fullwidth {
        padding-right: 10px;
    }
}

#respbtn:hover span + span {
    background: #fff;
}

.responsivenav.open {
    display: block;
    animation: comein .2s linear forwards;
}

.responsivenav nav ul ul li a {
    color: var(--main) !important;
    margin: 5px 0;
}

.responsivenav nav ul ul {
    margin-left: 30px;
    padding: 0;
    background: 0;
}

.responsivenav nav li a {
    padding: 2px 20px;
    color: var(--secondary);
}

.responsivenav {
    padding-top: 50px;
}

#respclose div {
    width: 35px;
    height: 40px;
    padding: 0;
    float: right;
    margin-right: 10px;
}

.responsivenav nav li.active > a span, .responsivenav nav li a.active span,
.responsivenav nav > ul > li:hover > a > span {
    background: var(--mainhover);
    color: var(--textmenu);
}

.home-message:first-of-type {
    margin-top: 0;
}

.form-row-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-right: -10px;
}

    .form-row-grid .form-input {
        width: auto;
        box-sizing: border-box;
    }


.wrapper.nomenclatures {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

/*new styles form Plovdiv map*/

.coords-control {
    font-family: Arial, sans-serif;
}


[data-tooltip] {
    position: relative;
    cursor: pointer;
}

    [data-tooltip]::after,
    [data-tooltip]::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s ease;
        z-index: 1000;
    }

    [data-tooltip]::after {
        content: attr(data-tooltip);
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 5px 8px;
        border-radius: 4px;
        white-space: nowrap;
        font-size: 12px;
        font-weight: bold;
    }

    [data-tooltip]::before {
        content: '';
        border-width: 5px;
        border-style: solid;
    }

    [data-tooltip]::after {
        left: 100%;
        margin-left: 8px;
    }

    [data-tooltip]::before {
        left: 100%;
        margin-left: 2px;
        border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
    }

    [data-tooltip]:hover::after,
    [data-tooltip]:hover::before {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }

    [data-tooltip][data-tooltip-position="left"]::after {
        right: 100%;
        margin-right: 8px;
        left: auto;
    }

    [data-tooltip][data-tooltip-position="left"]::before {
        right: 100%;
        margin-right: 2px;
        left: auto;
        border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
    }

    [data-tooltip][data-tooltip-position="top-right"]::after {
        left: 0;
        margin: 0;
        top: -20px;
    }

    [data-tooltip][data-tooltip-position="top-right"]::before {
        top: -10px;
        left: 13px;
        margin: 0;
        transform: rotate(90deg);
        border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
    }

#coordinate-btn {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    position: absolute;
    text-align: center;
    cursor: pointer;
    border: none;
    background-image: linear-gradient(180deg, #EAF6FF, #EAF6FF, #EAF6FF, #E0F2FF, #C6E7FF, #ADDCFF) !important;
    background-repeat: no-repeat;
    background-size: cover, 60%;
    background-position: center, center;
    transition: all 0.6s;
}

.icon-toggle .icon {
    color: #3085FF;
}

.icon-toggle:hover .icon,
.icon-toggle.active .icon {
    color: #fff;
}

.icon-non-toggle {
    color: #3085FF;
}

    .icon-non-toggle:hover,
    .icon-non-toggle.active {
        color: #fff;
    }

.icon-toggle:hover,
.icon-toggle.active {
    background-image: linear-gradient(180deg, #F26370, #D8537A, #B74086, #8E539B, #4F81BE, #1BA7DB) !important;
    background-repeat: no-repeat;
    background-size: cover, 60%;
    background-position: center, center;
}

.side-container {
    position: absolute;
    top: 70px;
    left: -410px;
    width: 400px;
    height: calc(100% - 80px);
    background: #fff;
    z-index: 7000;
    transition: all 0.6s;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-left: 0;
    overflow: hidden;
    padding: 10px 5px;
    box-shadow: 0px 0 5px 2px rgba(0, 0, 0, 0.2);
}

    .side-container.open {
        left: 0;
    }


.map-toolbar-left.open {
    left: 410px;
}

.side-content {
    height: 100%;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.nav-left-side-container,
.nav-right-side-container {
    display: flex;
    background: #fff;
    margin: 0 15px;
}

    .nav-left-side-container span,
    .nav-right-side-container span {
        border-bottom: 2px solid #ccc;
        flex: 1;
        text-align: center;
        padding: 15px 10px 10px;
        cursor: pointer;
        font-size: 17px;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.6);
    }

    .nav-left-side-container .active,
    .nav-right-side-container .active {
        color: #2E82C0;
        border-color: #2E82C0;
    }

    .nav-left-side-container span:hover,
    .nav-right-side-container span:hover {
        color: #2E82C0;
        transition: all 0.6s;
    }

.side-content,
#right-side-container .side-content {
    display: none;
    padding: 15px;
    overflow: auto;
}

    .side-content.active,
    #right-side-container .side-content.active {
        display: block;
    }

.coordinate-wrapper {
    z-index: 99999;
    height: 40px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    transition: all 0.6s;
}

#coordinate-btn {
    cursor: pointer;
    z-index: 999;
}

#coordinate-panel {
    max-width: 600px;
    height: inherit;
    opacity: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0;
}

    #coordinate-panel.open {
        opacity: 1;
        transform: translateX(10px);
        transition: all 0.6s;
        opacity: 1;
        padding: 0 15px 0 10px;
        background: #fff;
        border-radius: 20px;
    }

.coord-control {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: sans-serif;
    font-size: 12px;
    margin-left: 30px;
    color: rgba(0, 0, 0, 0.6) !important;
}

    .coord-control input,
    .coord-control select {
        font-size: 12px !important;
        height: 22px;
        color: rgba(0, 0, 0, 0.6) !important;
        border: 1px solid rgb(204, 204, 204);
        border-radius: 4px;
        background: transparent !important;
        padding: 2px 2px 2px 4px !important;
        width: 100px !important;
    }

    .coord-control input {
        height: 16px !important;
    }

        .coord-control input.scale-input {
            width: 80px !important;
        }

#coordinate-btn.active {
    transform: rotate(180deg);
}

.map-toolbar-left {
    transition: all 0.6s;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    left: 10px;
    top: 70px;
    z-index: 999;
}

    .map-toolbar-left.active {
        left: 400px;
    }

.map-toolbar-right {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    right: 10px;
    top: 70px;
    width: fit-content;
    height: max-content;
    z-index: 9999999;
}

    .map-toolbar-right button,
    .map-toolbar-left button,
    .map-coordinates-wrap > button,
    .icon-toggle {
        border-radius: 50%;
        height: 35px;
        width: 35px;
        border: none;
        cursor: pointer;
        transition: all 0.6s;
        background-image: linear-gradient(180deg, #EAF6FF, #EAF6FF, #EAF6FF, #E0F2FF, #C6E7FF, #ADDCFF);
        z-index: 999;
        box-shadow: 0px 0 5px 2px rgba(0, 0, 0, 0.2);
    }

        .map-toolbar-right button:hover,
        .map-toolbar-left button:hover,
        .map-coordinates-wrap > button:hover, .icon-toggle:hover {
            transform: scale(1.1);
            background-image: linear-gradient(180deg, #F26370, #D8537A, #B74086, #8E539B, #4F81BE, #1BA7DB);
        }

        .map-toolbar-right button svg,
        .map-toolbar-left button svg,
        .map-coordinates-wrap > button svg,
        .icon-toggle svg {
            height: 35px;
            width: 35px;
        }

/* Custom class for your overview map */
.ol-overview-minimap {
    bottom: 10px;
    right: 10px;
    left: auto;
    border-radius: 20px;
    background: none !important;
}

    /* Internal map area */
    .ol-overview-minimap .ol-overviewmap-map {
        width: 250px;
        border-radius: 20px;
        border: none;
        transform-origin: bottom right;
        transition: transform 0.6s ease, opacity 0.6s ease;
        opacity: 1;
        box-shadow: 0px 0 5px 2px rgba(0, 0, 0, 0.2);
    }


    /* Optional viewport corners */
    .ol-overview-minimap .ol-viewport {
        border-radius: 20px;
    }

    /* Toggle button */
    .ol-overview-minimap button {
        background-color: #fff;
        border-radius: 20px;
        right: 0 !important;
        left: auto !important;
        bottom: 0;
        height: 35px;
        width: 35px;
        outline: none;
        margin: 0;
        position: absolute;
    }

        .ol-overview-minimap button:focus,
        .ol-overview-minimap button.active,
        .ol-overview-minimap button:hover {
            outline: none;
        }

        .ol-overview-minimap button .icon {
            height: 25px;
        }

/* Overview map box */
.ol-overviewmap-box {
    border: 1px solid red;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map {
    display: unset;
}

.ol-overview-minimap.ol-collapsed .ol-overviewmap-map {
    transform: scale(0) translate(0%, 0%) !important;
    opacity: 0 !important;
    pointer-events: none;
}

.ol-overview-minimap:not(.ol-collapsed) .ol-overviewmap-map {
    transform: scale(1) translate(0, 0) !important;
    opacity: 1 !important;
    pointer-events: auto;
}

.ol-overviewmap-map .icon-toggle .icon {
    height: 25px !important;
}

/* Scale line */
.ol-scale-line {
    background: #fff;
    right: 200px;
    left: auto;
    width: 120px;
    padding: 10px;
    margin: 0 !important;
    border-radius: 20px;
    position: absolute;
    bottom: 10px;
    right: 270px;
    height: 35px;
    transition: all 0.6s;
    box-shadow: 0px 0 5px 2px rgba(0, 0, 0, 0.2);
}

    .ol-scale-line.collapsed {
        right: 60px;
    }

    .ol-scale-line .ol-scale-line-inner {
        height: 16px;
    }

.ol-scale-line-inner {
    width: 100% !important;
    border-color: #ced4da;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #424242;
}

.ol-attribution.ol-uncollapsible, .ol-mouse-position {
    display: none;
}

.map-control-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35px;
    color: #000;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 6px 15px 5px 50px;
    width: max-content;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
    box-shadow: 0px 0 5px 2px rgba(0, 0, 0, 0.2);
}

.map-coordinates-wrap {
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 35px;
    transition: left 0.6s ease;
}

    .map-coordinates-wrap.open {
        left: 410px;
    }

#map-coordinates.open .map-control-inner {
    transform: translateX(0);
    opacity: 1;
}

body {
    background: #F5F6FA;
    background: #FCFDFF;
    background: #F5F6FA;
    background: #F4F5F7;
}

.header-bottom {
    background: #2D68C4;
}

    .header-bottom nav > ul > li.active > a > span {
        background: none;
        border-radius: 20px;
        color: #F5F6F9 !IMPORTANT;
        text-transform: uppercase;
    }

nav > ul > li.active > a > span, nav > ul > li:hover > a > span {
    background: none;
}

.header-bottom nav > ul > li:hover > a,
.header-bottom nav > ul > li:hover > a > span {
    color: #fff !important;
}

nav ul {
    padding-top: 12px;
}

    nav ul li > a > span, .user-container .right ul li a span {
        padding: 7px 5px;
        font: 600 14px / 17px var(--font) !important;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.6);
    }

    nav ul li a {
        padding: 0;
    }

.header-bottom-submenu nav > ul {
    padding: 12px 0;
}

.threedots > a {
    padding: 12px 10px;
}

header {
    position: relative;
    left: 0px;
    width: calc(100vw - 20px);
}

    header .header-bottom {
        height: 56px;
        background: #2D68C4;
    }

header, .header-bottom {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

    .header-bottom nav > ul > li {
        height: 44px;
    }

        .header-bottom nav > ul > li > a,
        .header-bottom-submenu nav > ul > li > a,
        nav ul ul li a {
            position: relative;
        }

        .header-bottom nav > ul > li:not(.threedots) > a::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: #fff;
            opacity: 0;
            border-radius: 20px;
            transition: opacity .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
        }

.header-bottom-submenu nav > ul > li > a::before, nav ul ul li a::before, .user-container .right ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #2D68C4;
    opacity: 0;
    border-radius: 20px;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
}

.header-bottom nav > ul > li.active > a::before,
.header-bottom nav > ul > li:not(.threedots):hover > a::before,
.header-bottom-submenu nav > ul > li.active > a::before,
.header-bottom-submenu nav > ul > li:hover > a::before, nav ul ul li:hover a::before,
.user-container .right ul li:hover a::before {
    opacity: 1;
}

nav ul ul:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    border-radius: 4px;
    position: absolute;
    bottom: 100%;
    border-bottom-color: #fff;
    left: 10px;
}

header nav .right ul:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #ffffff transparent;
    border-radius: 4px;
    position: absolute;
    bottom: 100%;
    left: auto;
    right: 10px;
    margin-bottom: -1px;
}

.header-bottom-submenu nav > ul > li.active > a > span, .header-bottom-submenu nav > ul > li:hover > a > span, nav ul ul li:hover a span, .user-container .right ul li:hover a span {
    color: #2D68C4 !important;
}

header nav .right.opened > ul, .touch_false header nav .right:hover > ul, header nav ul li:hover ul {
    border-radius: 0 0 10px 10px !important
}

header nav ul li:hover ul {
    border-radius: 0 0 10px 10px !important;
    top: 44px;
    padding: 10px 15px;
}

nav ul li {
    padding-inline: 0px;
    margin: 0 5px;
}

    nav ul li.threedots {
        padding-bottom: 14px !important;
    }

nav ul ul li a span {
    margin: 5px 0;
}

nav ul ul li, header nav .right ul li {
    width: fit-content;
}



    .header-bottom-submenu nav > ul > li > a > span, nav ul ul li a span, .user-container .right ul li a span {
        color: rgba(0, 0, 0, 0.6) !important;
        text-transform: uppercase;
    }

.header-bottom-submenu {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}



.page-top.breadcrumbs-wrap {
    display: flex;
    justify-content: space-between;
    gap: 0;
    align-items: center;
    padding: 20px 20px 20px;
}

.page-top.breadcrumbs-wrap {
    padding: 10px 10px;
    color: #2D68C4;
}

    .page-top.breadcrumbs-wrap .pagetitle {
        padding: 0;
        margin-left: 10px;
        color: #2D68C4;
        font-style: italic;
        margin-right: 10px;
        font-size: 20px;
    }

.control-menu ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}


    .control-menu ul li a .icon {
        border-radius: 50%;
        margin: 0;
        margin-bottom: 5px;
        height: 50px;
        width: 50px;
        background: #F1F5FA;
        background: white;
        color: #424242;
        border: 1px solid #dadee5;
    }

        .control-menu ul li a .icon i {
            width: 16px;
            height: 16px;
            vertical-align: top;
            margin-top: 12px;
            margin-top: 16px;
            font-size: 24px;
        }


    .control-menu ul li a.done .icon {
        background: #2D68C4;
        color: white;
    }

.control-menu ul li a {
    opacity: 0.5;
}

.control-menu ul li.active a {
    opacity: 1;
    position: relative;
}

    .control-menu ul li.active a .icon {
        background: #2D68C4;
    }

        .control-menu ul li.active a .icon i {
            color: #fff;
        }

    .control-menu ul li.active a span {
        color: #2D68C4 !important;
    }

.control-menu ul li {
    position: relative;
    width: 220px
}

    .control-menu ul li a::before {
        content: "";
        position: absolute;
        left: 65%;
        bottom: 56px;
        width: 68%;
        height: 1px;
        background: #424242;
        color: #424242;
        opacity: 1;
    }

    .control-menu ul li:last-of-type a::before {
        display: none;
    }

.charts-wrap {
    margin: 0 20px;
}

    .charts-wrap .docs .name {
        display: inline-block;
        margin: 10px 0;
    }

    .charts-wrap .column .step-box {
        border: 1px solid #dadee5 !IMPORTANT;
    }

    .charts-wrap .step-box {
        margin-bottom: 30px !important;
    }

.steps-body {
    margin-top: 0;
}

.oval {
    min-height: 30px;
    min-width: 30px;
    background: white;
    color: #424242;
    border: 1px solid #dadee5;
}

.steps-body .step-box {
    margin: 0;
}


.indicator-content {
    background: #D1ECF1;
    border: none;
    border-radius: 10px;
    margin: 10px 0 !important
}

    .indicator-content .indicator {
        background: #fff;
        width: fit-content;
        border-radius: 50%;
        min-width: 30px;
        min-height: 30px;
        padding: 8px 10px;
        color: rgba(0, 0, 0, 0.8) !important;
        font: bold 13px / 13px var(--font) !important;
        margin-bottom: 3px;
    }

    .indicator-content.bg-grey {
        border-radius: 10px;
        padding: 10px 15px;
        margin-top: 30px !important;
        margin-bottom: 0;
        background: #F0F1F5;
    }

        .indicator-content.bg-grey label {
            color: #000 !important;
            display: none;
        }


.column.left .docs li .name {
    margin: 10px 0;
}

.column.left .docs .step-box-head {
    border-radius: 9px 9px 0 0;
}

.docs {
    margin-top: 5px;
}

    .docs li .oval {
        border: none;
        margin-right: 3px !important;
        color: rgba(0, 0, 0, 0.7) !important;
        font: bold 15px / 17px var(--font) !important;
        min-width: auto;
        min-height: auto;
        color: rgba(0, 0, 0, 0.8);
    }

    .docs li i {
        font-size: 20px;
        color: rgba(0, 0, 0, 0.7);
    }

#application-div .step-box {
    width: calc(100% - 40px);
    margin: 10px 20px;
    border: 1px solid #dadee5 !IMPORTANT;
}

.step-wrap .steps-body {
    display: flex;
    flex-wrap: wrap;
}

.content > .center {
    padding: 0;
}

.owl-nav > *.main, .bttn.main {
    background: #2D68C4;
}

.owl-nav > *.third, .bttn.third {
    background-color: #C7CFDC;
}

.step-wrap {
    width: 100%;
    margin-bottom: 150px;
}

.info-row .flex {
    align-items: center;
}

nav .right > .user span {
    font: bold 14px / 1.2 var(--font) !important;
}

.step-box-body {
    font: normal 14px / 1.4 var(--font) !important;
    padding: 20px 30px;
}

    .step-box-body .flex .left + *, .step-box-body .flex .button-wrap {
        width: auto;
    }

#contactData .flex > .fullwidth {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.other-recipient-js h5 {
    color: rgba(0, 0, 0, 0.6) !important;
    font: bold 15px / 2.6 var(--font) !important;
}

.serviceObjects.empty .results-pre-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}

    .serviceObjects.empty .results-pre-wrap .text-right {
        margin: 0;
    }

        .serviceObjects.empty .results-pre-wrap .text-right a {
            font: bold 14px / 1.8 var(--font) !important;
            padding: 5px 10px;
        }

    .serviceObjects.empty .results-pre-wrap h5 {
        color: rgba(0, 0, 0, 0.6) !important;
        font: bold 15px / 2.6 var(--font) !important;
    }

.indicator-content {
    position: relative;
}

    .indicator-content .cancelelement {
        position: absolute;
        left: auto;
        right: 10px;
        top: 10px;
    }

.form-input.service-objects-wrapper-js {
    width: 100%;
    font: bold 15px / 15px var(--font) !important;
}

.group-type-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.7) !important;
    padding: 7px 10px;
    background: #F1F6FF;
    border-radius: 6px;
    margin-bottom: 5px;
    position: relative;
}

    .group-type-wrap h2 {
        font: 600 15px / 20px var(--font) !important;
    }

.group-docs-wrap {
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
}

.step-box-body > .form-row,
.step-box-body > .flex:first-of-type {
    margin-block: 10px;
}

.step-box-body > .flex:first-of-type {
    margin: 5px 0px 0px;
}

input[type=checkbox], input[type=radio], .checkboxes .check {
    width: 18px;
    height: 18px;
}


.charts-wrap .indicator-content {
    background: none;
    padding: 0;
    margin: 40px 0 0 !important;
}

    .charts-wrap .indicator-content .form-input {
        padding: 0;
    }

.k-upload .k-dropzone .k-dropzone-hint, .k-upload .k-upload-dropzone .k-dropzone-hint {
    text-align: center;
}

.k-upload {
    border: 3px dashed rgb(224, 233, 248) !important;
    min-height: 120px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #FAFCFF, #F8F9FD, #F6FAFF, #F5F8FF, #F1F6FF);
}

    .k-upload .k-dropzone {
        padding: 0;
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
        margin: 30px 0 20px;
        background: none;
    }

    .k-upload .k-button.k-upload-button {
        border-radius: 10px;
        background: #5A74C6;
        color: #fff;
        font: normal 13px / 20px var(--font) !important;
    }

    .k-upload .k-file-icon-wrapper .k-i-file {
        font-size: 26px;
    }

    .k-upload .k-dropzone .k-dropzone-hint, .k-upload .k-upload-dropzone .k-dropzone-hint,
    .k-upload .k-dropzone .k-upload-status, .k-upload .k-upload-dropzone .k-upload-status {
        font: 600 14px / 20px var(--font) !important;
        color: #5a74c694 !important;
    }

    .k-upload .k-upload-files .k-file {
        padding: 10px 15px 10px;
    }

    .k-upload .k-upload-files {
        border-top: 3px dashed rgb(224, 233, 248) !important;
    }

.owl-nav > *.third, .bttn.third {
    background: #E4F1FA;
}

    .owl-nav > *.third:hover, .bttn.third:hover {
        background-color: #6C95D5;
    }

/*start media queries*/
@media screen and (max-width: 1600px) {
    #application-div.flex {
        width: auto;
    }

    .steps-footer {
        width: calc(100% - 50px);
    }
}

.attachments-group-wrap {
    flex-wrap: wrap;
    justify-content: flex-end;
}

    .attachments-group-wrap .fg-1 {
        width: 100%;
    }

.owl-nav > *, .bttn {
    background: #E4F1FA;
}

.ol-popup {
    position: absolute;
    background: white;
    padding: 15px;
    border-radius: 10px;
    min-width: 200px;
    width: 500px;
    max-height: 500px;
    bottom: 10px;
    left: -40px;
    overflow: hidden;
    border-radius: 1.5rem;
}

    .ol-popup:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent #ffffff transparent;
        border-radius: 4px;
        position: absolute;
        bottom: 0;
        border-bottom-color: #fff;
        left: -10px;
        position: fixed;
        border-width: 0 10px 12px 10px;
        transform: rotate(-180deg);
    }

.ol-popup-closer {
    position: absolute;
    top: 2px;
    right: 8px;
    text-decoration: none;
}


.k-grid {
    border-radius: 1.5rem;
    border: 1px solid #dadee5;
}

.k-pager {
    border-radius: 0 0 1.5rem 1.5rem;
}

footer {
    position: relative;
    margin-top: -30px;
    min-height: 30px;
    clear: both;
    background: #fff;
    font: normal 10px/1.2 "Sofia Sans";
    color: #707070;
    padding: 8px 0;
    border-top: 1px solid #dadee5;
    border-radius: 5px;
}


.owl-nav > *, .bttn {
    display: inline-block;
    vertical-align: top;
    padding: 11px 20px 9px;
    min-width: 160px;
    font: normal 12px/18px "Sofia Sans";
    background: #eaeaea;
    color: #000;
    border-radius: 5px;
    padding: 10px 10px;
    text-align: center;
    transition: all 0.2s linear;
    cursor: pointer;
    border: none;
}

.bttn-icon {
    min-width: 0;
    width: auto;
    padding: 0px 4px;
}

.k-breadcrumb-delimiter-icon {
    top: 8px
}

.bttn.bttn-icon {
    border-radius: 50%;
    border: none;
    width: 30px !important;
    height: 30px;
}

bttn.bttn-icon .icon {
    height: 22px;
    width: 22px;
}

#quickSearch {
    position: absolute;
    right: 10px;
    border: none;
    background: no-repeat;
    z-index: 2;
}

    #quickSearch.k-focus {
        outline: none;
        box-shadow: none;
    }


.no-header-grid .k-grid-header {
    display: none !important;
}

#popup-content {
    height: auto;
    max-height: 470px;
    overflow: auto;
    padding: 0 10px 0 0;
}

.feature-info-wrap .k-grid {
    border-radius: 0;
}

.feature-info-wrap .k-table-tbody .k-table-row:last-of-type .k-table-td {
    border: none;
}

.feature-info-row-btn {
    cursor: pointer;
    background-color: #2D68C4;
    color: white;
    border: none;
    border-width: 0px;
    z-index: 11;
    border-radius: 2px;
    margin: 2px;
    margin-left: 0px;
    min-width: 28px;
}

.ol-tooltip-measure,
.ol-tooltip-static {
    opacity: 1;
    font-weight: bold;
    background-color: rgba(45, 104, 196, 0.75);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    text-shadow: 0 0 3px black;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
    white-space: nowrap;
    pointer-events: none;
    z-index: 1000;
    text-shadow: 0 0 3px rgba(0,0,0,0.9), 0 0 1px rgba(0,0,0,1);
    box-shadow: 0 0 4px rgba(0,0,0,0.7);
    border: 1px solid rgba(0,0,0,0.5);
}

    .ol-tooltip-measure:before,
    .ol-tooltip-static:before {
        border-top: 6px solid rgba(0, 0, 0, 0.5);
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        content: "";
        position: absolute;
        bottom: -6px;
        margin-left: -7px;
        left: 50%;
    }

.ol-tooltip.ol-tooltip-help {
    background-color: rgba(45, 104, 196, 0.80);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    pointer-events: none;
    z-index: 1100;
    text-shadow: 0 0 4px rgba(0,0,0,0.9), 0 0 1px rgba(0,0,0,1);
    box-shadow: 0 0 6px rgba(0,0,0,0.7);
    border: 1px solid rgba(0,0,0,0.5);
}

.relative {
    position: relative;
}

.relative-search-input {
    padding-right: 7%;
}

.relative-search-btn {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2D68C4;
}

.docinfo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.base-map-panel .k-listview {
    padding: 1rem;
    user-select: none;
    height: 24rem;
}

.base-map-panel .k-listview-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow-y: auto;
}

.base-map-panel .k-listview-item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: border 0.1s, box-shadow 0.4s;
    margin: 0.2rem;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.25), 0 -1px 10px rgba(0, 0, 0, 0.22);
}

    .base-map-panel .k-listview-item:hover {
        border: 2px solid #2D68C4;
    }

    .base-map-panel .k-listview-item.k-selected {
        border: 3px solid #2D68C4;
    }

    .base-map-panel .k-listview-item img.k-image {
        max-width: 100%;
        height: auto;
        display: block;
    }

.base-map-panel .title{
    background-color: var(--main);
    color: white;
    text-align: center;
    font-size: large;
    font-family: sans-serif;
    padding: 0.5rem;
}

.base-map-panel .icon,
.legend-panel .icon {
    width: 20px;
    height: 20px;
}

.legend-panel {
    margin: 0.5rem;
}