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

    --black: #000;
    --white: #fff;
    --gray: #dee2e6;
    --btn-bg-default: #4a76a8;
    --btn-color-default: #ffffff;

    --color-danger: #ef5350;
    --color-warning:  #ffb22b;
    /*--color-info: #17a2b8;*/
    --color-info: #4a76a8;
    /*--color-success: #28a745;*/
    --color-success: #25c5be;

    --text-color-main: #495057;
    --text-color-menu-top: #808080;
    --text-color-menu-top-hover: #313131;
    --text-color-navbar: #c7c7c7;
    --text-color-notify: #464646;

    --sidebar-main-bg: #343a40;
    --sidebar-sub-main-bg: #5c5c5d;
    --sidebar-main-left-menu-bg-hover: rgba(255, 255, 255, .8);
    --sidebar-main-left-menu-bg-active:rgba(255, 255, 255, .9);

    --sidebar-right-bg: #343a40;
    --sidebar-right-bg-hover: rgba(255, 255, 255, .8);


    --defaul-border-radius: .3rem;

    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
}
::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 5px;
    background-color: rgba(210, 210, 210, 0);;
}

::-webkit-scrollbar
{
    width: 10px;
    background-color: rgba(210, 210, 210, 0);
}

::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: rgba(195, 195, 195, .6);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

object {
    height: auto;
}
body {
    margin: 0;
    /*font-family: "Poppins", sans-serif !important;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-color-main);
    text-align: left;
    background-color: transparent;
    font-family: -apple-system, BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";

}

button:not(:disabled) {
    cursor: pointer;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.hover-pointer:hover {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    text-decoration: none;
}

.wrapper {
    position: relative;
}

.relative {
    position: relative;
}


.wrapper, body, html {
    min-height: 100vh;
    width: 100%;
}

/*.btn {*/
/*    padding: 0.5rem 0.7rem;*/
/*    font-size: 1rem;*/
/*    background: none;*/
/*    margin: 0 0.2rem;*/
/*    outline: none !important;*/
/*    background: var(--btn-bg-default);*/
/*    color: var(--btn-color-default);*/
/*    border: none;*/
/*    -webkit-appearance: none;*/
/*    border-radius: 2px;*/
/*    transition: color 0.15s,background-color 0.15s,border-color 0.15s,box-shadow 0.15s;*/
/*}*/

.add {
    background: #28a745;
}

.danger-color {
    color: var(--color-danger);
}
.btn-docx {
    background: url("/src/img/DOCX.svg") no-repeat center center;
}
.btn-excel {
    background: url("/src/img/EXCEL.svg") no-repeat center center;
}

.btn-pdf {
    background: url("/src/img/PDF.svg") no-repeat center center;
}

.btn-zip {
    background: url("/src/img/ZIP.svg") no-repeat center center;
}

.btn-docx, .btn-pdf, .btn-zip, .btn-excel {
    margin: 0;
    outline: none !important;
    border: none;
    background-size: contain;
    height: 72px;
    width: 56px;
}




/*.btn:hover {*/
/*    !*background-color:#3e628c;*!*/
/*    !*opacity: .1;*!*/
/*    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20, .03), 0 0.9375rem 1.40625rem rgba(4, 9, 20,  .03), 0 0.25rem 0.53125rem rgba(4, 9, 20, .05), 0 0.125rem 0.1875rem rgba(4, 9, 20, .03);*/
/*}*/

.btn-info {
    background: var(--color-info);
    color: #ffffff;
}
.btn-warning {
    background: var(--color-warning);
    color: #ffffff;
}

.btn:not(:disabled) {
    cursor: pointer;
}

.btn a {
    color: #ffffff;
    text-decoration: none;
}

.btn-circle {
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-top-menu{
    font-size: .9rem;
    border: none;
    margin: 1px;
}

.btn-cancel {
    padding: 0.5rem 0.7rem;
    font-size: 1rem;
    margin: 0 0.2rem;
    outline: none;
    cursor: pointer;
    background: var(--color-warning);
    color: #fff;
    border: none;
}
.btn-success {
    padding: 0.5rem 0.7rem !important;
    font-size: 1rem !important;
    margin: 0 0.2rem !important;
    outline: none;
    cursor: pointer;
    /*border-radius: var(--defaul-border-radius);*/
    /*background: #18c2d7;*/
    border: none !important;
}

.btn-add {
    border: none;
    padding: 0 10px;
    outline: none;
    height: 50px;
    border-radius: 2px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 1px;
}

.btn-save {
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.btn-primary {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.no-scroll {
    overflow: hidden !important;
}

.b-none {
    border: none;
}

.mt-auto {margin-top: auto !important;}
.mt-0{margin-top: 0!important;}
.mt-1{margin-top: .25rem!important;}
.mt-2{margin-top: .50rem!important;}
.mt-3{margin-top: .75rem!important;}
.mt-4{margin-top: 1rem!important;}

.ml-0{margin-left: 0!important;}
.ml-1{margin-left: .25rem!important;}
.ml-2{margin-left: .50rem!important;}
.ml-3{margin-left: .75rem!important;}
.ml-4{margin-left: 1rem!important;}
.ml-auto{margin-left: auto}


.mr-auto{margin-right: auto!important;}
.mr-0{margin-right: 0!important;}
.mr-1{margin-right: .25rem!important;}
.mr-2{margin-right: .50rem!important;}
.mr-3{margin-right: .75rem!important;}
.mr-4{margin-right: 1rem!important;}

.mb-0{margin-bottom: 0!important;}
.mb-1{margin-bottom: .25rem!important;}
.mb-2{margin-bottom: .50rem!important;}
.mb-3{margin-bottom: .75rem!important;}
.mb-4{margin-bottom: 1rem!important;}

.m-0{margin: 0!important;}
.m-1{margin: .25rem!important;}
.m-2{margin: .50rem!important;}
.m-3{margin: .75rem!important;}
.m-4{margin: 1rem!important;}


.pt-0{padding-top: 0!important;}
.pt-1{padding-top: .25rem!important;}
.pt-2{padding-top: .50rem!important;}
.pt-3{padding-top: .75rem!important;}
.pt-4{padding-top: 1rem!important;}

.pl-0{padding-left: 0!important;}
.pl-1{padding-left: .25rem!important;}
.pl-2{padding-left: .50rem!important;}
.pl-3{padding-left: .75rem!important;}
.pl-4{padding-left: 1rem!important;}


.pr-0{padding-right: 0!important;}
.pr-1{padding-right: .25rem!important;}
.pr-2{padding-right: .50rem!important;}
.pr-3{padding-right: .75rem!important;}
.pr-4{padding-right: 1rem!important;}

.pb-0{padding-bottom: 0!important;}
.pb-1{padding-bottom: .25rem!important;}
.pb-2{padding-bottom: .50rem!important;}
.pb-3{padding-bottom: .75rem!important;}
.pb-4{padding-bottom: 1rem!important;}

.p-0{padding: 0!important;}
.p-1{padding: .25rem!important;}
.p-2{padding: .50rem!important;}
.p-3{padding: .75rem!important;}
.p-4{padding: 1rem!important;}

.w-25 {
    min-width: 25% !important;
}
.hr {
    border-bottom: 1px solid #d7d9da;
}

.d-none {
    display: none !important;
}
.o-none {
    opacity: 0 !important;
}

.no-wrap {
    white-space: nowrap;
}

/*.d-flex {*/
/*    display: flex;*/
/*}*/

.f-justify-content-end{
    -webkit-box-pack:end!important;
    -ms-flex-pack:end!important;
    justify-content:flex-end!important
}
.w-auto{
    width: auto !important;
}
.w-100{
    width: 100% !important;
}
.w-80{
    width: 80% !important;
}
.w-50{
    width: 50% !important;
}
.w-20{
    width: 20% !important;
}
.h-100{
    min-height: 100% !important;
}
.h-content{
    height: fit-content;
}
.f-align-center {
    align-items: center;
}
.f-justify-content-center {
    justify-content: center;
}
.bg-white{
    background: #ffffff !important;
}
.btn-danger{
    background: var(--color-danger) !important;
    color: #ffffff !important;
}

.ml-auto {
    margin-left:auto !important;
}

.info-block-title{
    width: 100%;
    border-top: 2px solid #a0a0a0;
    font-size: 0.9rem;
    padding-top: 10px;
    color: #363a40;
    font-weight: 500;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

.border-none {
    border: none;
}

/*-------form-------*/



.form-group-normal label{
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    position: relative;
}
.form-group-normal label input {
    border-radius: 2px;
    height: 32px;
    border: 1px solid #ccc;
    outline: 0;
}
.form-group-normal label .form-group-normal-group{
    display: flex;
}
.form-group-normal label .form-group-normal-group input{
  margin: 0;
}
.form-group-normal label .form-group-normal-group button{
    height: 32px;
    margin: 0;
}

form.form {padding: 10px 0px; border: none;font-size: 1rem; color: #757575; width: 100%; margin: 0 auto;}
form.form h6{font-size: 0.9rem; font-weight: 400}
form.form .form__title{text-align: center; width: 100%; font-size: 2.1rem;}
form.form .form-group:not(.form-group-select2) {position: relative;padding-top: 1.5rem;width: 100%;}
form.form .form-group.required::before {
    content: '*';
    position: absolute;
    color: #ef5855;
    bottom: calc(1rem/2);
    left: -6px;
}
form.form .form-group.required.top::before {
    top: 2px;
}
form.form .form-group.form-group-select2.required::before {
    left: 8px;
}

.form-group-select2.invalid .select2-container--material .select2-selection {
    border-bottom: 2px solid  #de4210;
}

form.form .form-group:not(.form-group-select2) label {overflow: hidden; max-width: 100%; white-space: nowrap; position: absolute;top: 0;left: 4px;font-size:  14px;opacity: 1;transform: translateY(0);transition: all 0.2s ease-out; color: rgb(113, 113, 113); text-overflow: ellipsis;}
form.form .form-group:not(.form-group-select2) input { width: 100%;font-size: 1.4rem;border: none;border-bottom: 2px solid rgba(51, 51, 51, 0.5);padding: 4px 5px;background-color: transparent; outline:none;}
form.form .form-group:not(.form-group-select2) input:disabled {opacity: .6}
form.form .form-group:not(.form-group-select2) .border{position: absolute;left: 0;bottom: 0;height: 2px;width: 0;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.5s;background: #6675df;}
form.form .form-group:not(.form-group-select2) input:focus + label + .border {width: 100%;}
form.form .form-group:not(.form-group-select2).valid .border{background: #00ad5f !important;width: 100% !important;}
form.form .form-group:not(.form-group-select2).invalid .border{background: #de4210 !important; border: 1px solid #de4210!important;width: 100% !important;}
form.form .form-group:not(.form-group-select2) input:placeholder-shown + label {opacity: 0;font-size: 1rem;transform: translateY(1rem);}
form.form .form-group:not(.form-group-select2) button:not(.ck) {border: 1px solid #a0a0a0; padding: 0 14px; outline: none; width: 100%;height: 50px;border-radius: 2px;background: #ececec;font-size: 1.2rem;color: #000;line-height: 1.2;text-transform: uppercase;letter-spacing: 1px;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
/*form.form .form-group:not(.form-group-select2) button:hover {background: #d4d4d4;cursor: pointer;}*/
form.form .form-group:not(.form-group-select2) button.processing {font-size: 0;  position: relative;}
form.form .form-group:not(.form-group-select2) button:after {content: "";opacity: 0;position: absolute;top: 50%;left: 50%;margin-left: -1rem;margin-top: -1rem;width: 2rem;height: 2rem;border: 2px dotted #0070ba;border-radius: 50%;border-left: none;border-bottom: none;transition: opacity 0.1s 0.4s;-webkit-animation: rotate 0.5s 0.4s infinite linear;animation: rotate 0.5s 0.4s infinite linear;}
form.form .form-group:not(.form-group-select2) button.processing:after {opacity: 1;}

form.form .form-group:not(. form-group-select2) textarea {width: 100%;     border: 2px solid #b4b4b4; padding: 10px;}


form.form  .form-group-select2 {
    padding-top: 0px;
}


.form_radio_group {display: inline-block;overflow: hidden;}
.form_radio_group-item {display: inline-block;float: left;}
.form_radio_group input[type=radio] {display: none;}
.form_radio_group label {display: inline-block;cursor: pointer;padding: 0 15px;line-height: 34px;border: 1px solid #4a76a8;border-right: none;user-select: none;   color: #4a76a8;}
.form_radio_group .form_radio_group-item:first-child label {border-radius: 6px 0 0 6px;}
.form_radio_group .form_radio_group-item:last-child label {border-radius: 0 6px 6px 0;border-right: 1px solid #4a76a8;  }

/* Checked */
.form_radio_group input[type=radio]:checked + label {background: #4a76a8;
    color: #fff;}

/* Hover */
.form_radio_group label:hover {
    color: #000;
}

/* Disabled */
.form_radio_group input[type=radio]:disabled + label {
    background: #efefef;
    color: #666;
}



/* select starting stylings ------------------------------*/
form.form .form-group .select {position: relative;width: 100%;}
form.form .form-group .select select {position: relative;font-family: inherit;background-color: transparent;width: 100%;    padding: 4px 5px;font-size: 1.4rem;border-radius: 0;border: none;border-bottom: 2px solid rgba(51, 51, 51, 0.5);}

form.form .form-group .select select:focus {outline: none;border-bottom: 2px solid #6675df;}
form.form .form-group .select select {appearance: none;-webkit-appearance:none}
form.form .form-group .select:after {position: absolute;top: 0.5rem;right:  0.9rem;width: 0;height: 0;padding: 0;content: '';border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid rgba(0, 0, 0, 0.12);pointer-events: none;}

form.form .form-group .select label {color: rgb(117, 117, 117);font-size: 1.4rem;font-weight: normal;position: absolute;pointer-events: none;left: 4px;top: 0;transition: 0.2s ease all;}
form.form .form-group .select select:focus ~ label, form.form .form-group .select select:valid ~  label, form.form .form-group .select select:disabled ~  label , form.form .form-group .select select:read-only ~  label {color: #3b3b3b;top: -20px;transition: 0.2s ease all; font-size: 14px;}
form.form .form-group .select select:focus ~.border {width: 100%;}

form.form .form-switch {padding-left: 2rem;display: flex;align-items: center;}
.form-switch input {position: absolute;z-index: -1;opacity: 0}
.form-switch  label {position: relative;margin-bottom: 0;vertical-align: top;font-size: 1rem; padding-left: 1rem;}
.form-switch input:disabled ~ label {opacity: .7}
.form-switch label:active::before, .form-switch label::before, .form-switch label:active::after, .form-switch label::after {position: absolute;content: "";}
.form-switch input:checked ~ label::after {background-color: #dee2e6;-webkit-transform: translateX(.75rem);transform: translateX(.75rem);}
.form-switch input:checked ~ label::before {color: #fff;border-color: #4a76a8;background-color: #4a76a8;box-shadow: none;}
.form-switch label::after {    cursor: pointer;top: calc(.25rem + 2px);left: calc(2rem - 12px);width: calc(1rem - 4px);height: calc(1rem - 4px);background-color: #adb5bd;border-radius: .5rem;transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;}
.form-switch label::before {    cursor: pointer;top: .25rem;display: block;content: "";background-color: #dee2e6;border: #adb5bd solid 1px;box-shadow: inset 0 0.25rem 0.25rem rgba(0,0,0,.1);width: 1.75rem;pointer-events: all;border-radius: .5rem;height: 1rem;}


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

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

form.form .form-link {padding: 20px 0;}
form.form .form-link a {text-decoration: none; font-size: 1rem; color: #0070ba;}
form.form .form-error { font-size: 1rem; padding: 10px; margin: 10px 0; min-height: 24px; color:  #de4210}
form.form .form-error.active {border: 1px solid #de4210}



/*------*/

.content-wrapper{
    transition: margin-left .3s ease-in-out;
    z-index: 3000;
    /*background: var(--white);*/
    margin: 0  4.0625rem 0 15.625rem;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.mini .content-wrapper {
    margin-left: 4.0625rem;
}


@media (max-width: 960px) {
    .content-wrapper {
        margin-left: 4.0625rem;
        margin-right: 1rem;
    }
}


.main-footer {
    display: flex;
    padding: 1.2rem;
    align-items: center;
    flex-wrap: wrap;
    margin-top: auto;
    background: var(--white);
}

.main-footer a {
    font-weight: 600;
    color: #000;
}

.main-footer .text-dev {
    font-size: 12px;
    display: inline-block;
    margin: auto 0 auto auto;
    line-height: 1;
}

.main-footer .text-dev a._link {
    font-weight: 200;
    font-size: 12px;
    line-height: 1;
    text-decoration:underline;
}


.main-footer  .social {
    display: flex;
}
.main-footer  .social .item{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;

}


    /*--   badge --- */
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.badge.badge-danger {
    color: var(--white);
    background-color: var(--color-danger);
}
.badge.badge-warning {
    color: var(--white);
    background-color:  var(--color-warning);
}

.badge.badge-info {
    color: var(--white);
    background-color: var(--color-info);
}


/*------.content-wrapper --------*/


.content-wrapper .container-main {
    padding-top: 4.4rem;
    margin-bottom: 1.4rem;
}

/*-------.card-------------*/

.card {

    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
    background:none;
    border: none;
}

.card .card-body{
    background: #fff;
    border-radius: var(--defaul-border-radius);
    /*box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);*/
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, .03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, .03), 0 0.25rem 0.53125rem rgba(4, 9, 20, .05), 0 0.125rem 0.1875rem rgba(4, 9, 20, .03);
}


.card .card-header, .card .card-body{
    padding: 2rem;
}

.card.card-iframe .card-header, .card.card-iframe .card-body{
    padding: 2rem;
}
.body-loading {
    position: relative;
}
.body-loading .card-body-loading {
    display: none;
}

.body-loading.loading {
    overflow: hidden;
}
.body-loading.loading .card-body-loading {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10002;
    /*align-items: center;*/
    /*justify-content: center;*/
}



.body-loading.loading .card-body-loading .progress {
    position: relative;
    height: 10px;
    display: block;
    width: 100%;
    background-color: #FFF;
    border-radius: 2px;
    margin: .5rem 0 1rem 0;
    overflow: hidden;
}


.body-loading.loading .card-body-loading .progress .loading {
    width: 0;
    height: 10px;
    background-color: #4a719d;
    z-index: 1;
    animation: barLoader 5s ease-out infinite;
}

.body-loading.loading .card-body-loading  .loading-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
}

@keyframes barLoader {
    from {width: 0;}
    to {width: 100%}
}


.card .card-header {
    border-bottom: 1px solid #f7f7f7;
}

.card .card-header .card-title {
    font-size: 1.2rem;
    padding: 0.2rem 0;
    margin: 0;
}

/*---mpdal-----*/

/*  ----  search ----- */

.search-filter {
    display: flex;
    flex-direction: column;
}

.search-filter select,
.search-filter input {
    padding: 6px 12px;
    border: 1px solid #e4e4e4;
    border-radius: var(--defaul-border-radius);
    width: 100%;
    background: none;
}

.search-filter .filter-item {
    /*font-size: 0;*/
    vertical-align: top;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.search-filter .filter-group  {

    border: 1px solid #e4e4e4;
    padding: 5px 0 5px 5px;
    margin-top: 5px;
    border-radius: 4px;
    display:  inline-flex;
    align-items: end;
}

.search-filter .filter-item label {
    width: 100%;
    color: #333;
}

.search-filter .city-only .from_strict,
.search-filter .city-only .to_strict {
    width: auto;
    font-size: 16px;
}

@media (min-width: 767px) {
    .search-filter .filter-item{
        display: inline-block;
        width: 200px;
    }

    .search-filter .filter-group .filter-item{
        width: 194px;
    }

    .search-filter .filter-item.double {
        width: 412px;
    }
}

.search-filter .filter-item .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    flex-direction: row;
}

.search-filter .filter-item .input-group .input-group-append {
    display: flex;
    padding: 4px;
}

.search-filter  .search-block__show {
      display: flex;
      width: 100%;
      position: relative;
      margin: 20px 0;
      text-align: center;
      align-items: center;
      justify-content: center;
  }
.search-filter  .search-block__show::before {
    position: absolute;
    content: ' ';
    height: 1px;
    width: 100%;
    background:  #e4e4e4;
    top: calc(50% - 1px);
}

.search-filter .search-block__show .search-block__show-title {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 101;
    line-height: 1;
    display: block;
    background: #ffffff;
    padding: 0 16px;
    cursor: pointer;
}

.search-filter .search-block__show .search-block__show-title::before,
.search-filter .search-block__show .search-block__show-title::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 2px;
}

.search-filter .search-block__show .search-block__show-title::after,
.search-filter .search-block__show .search-block__show-title::before {
    background-image: url(/src/img/angle-double-up-solid.svg);
    background-position: center center;
    background-size: 100% 100%;
    transform: rotate(
            0deg
    );
    transition: transform .4s ease;
    top: 0;
    left: 0;
}
.search-filter .search-block__show.show .search-block__show-title::after,
.search-filter .search-block__show.show .search-block__show-title::before {
    transform: rotate(-180deg);
}

.search-filter .search-block__show .search-block__show-title::after {
    right: 0;
    left: unset;
}

.search-filter .search-block__show .search-block__show-title .private-counter {
    position: absolute;
    background: #ffb22b;
    font-size: 10px;
    color: #ffffff;
    width: 14px;
    height: 14px;
    z-index: 1;
    padding: 2px;
    border-radius: 10px;
    top: -4px;
    right: -10px;
}

.search-filter .search-block__action {
    width: 100%;
    display: flex;
    margin-top: 0;
}
.search-filter .search-block__action .search-block__action-button{
    margin-left: auto;
}
.search-filter .search-block__action .search-block__action-button button {
    border: none;
    font-size: 1.2rem;
}

.search-filter .search-block__private {
    display: none;
}
.search-filter .search-block__show.show + .search-block__private {
    display: unset;
    margin-bottom: 20px;
}


    /*.search-block .search-block__public, .search-block__action .search-block__action-button, .search-block .search-block__private {*/
/*    margin: 5px 0;*/
/*    padding: 10px 0;*/
/*}*/

/*.search-block .search-block__public,*/
/*.search-block  .search-block__private {*/
/*    display: flex;*/
/*    !*padding: 10px 25px;*!*/
/*    background: var(--white);*/
/*    flex-wrap: wrap;*/
/*}*/
/*.search-block .search-block__public label,*/
/*.search-block  .search-block__private label{*/
/*    margin-bottom: .1rem;*/
/*    margin-top: .3rem;*/
/*    font-size: 1rem;*/
/*}*/

/*.search-block input[type=text],*/
/*.search-block input[type=number],*/
/*.search-block select{*/
/*    padding: 2px;*/
/*    border: 1px solid #ababab;*/
/*    height: 28px;*/
/*    min-width: 180px;*/
/*    max-width: 230px;*/
/*}*/

/*.search-block  input.double,*/
/*.search-block  select.double {*/
/*    min-width: 300px;*/
/*    max-width: 350px;*/
/*}*/


/*.search-block .search-block__item select {*/
/*    padding: 1px 2px;*/
/*}*/

/*.search-block .search-block__action  {*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*}*/
/*.search-block .search-block__action .search-block__action-button button{*/
/*    background: #ef5350;*/
/*    border: none;*/
/*    margin: 5px 0;*/
/*    padding: 6px 20px;*/
/*    text-transform: uppercase;*/
/*    color: #fff;*/
/*    font-size: 1.2rem;*/
/*    border-radius: 2px;*/
/*}*/
/*.search-block .search-block__show {*/
/*    text-align: center;*/
/*    padding: 10px;*/
/*    background: #c7c7c7;*/
/*}*/

/*.search-block .search-block__show + .search-block__private {*/
/*    display: none;*/
/*}*/

/*.search-block .search-block__show.show + .search-block__private {*/
/*    display: flex;*/
/*}*/

/*.search-block .search-block__show span {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    padding-left: 30px;*/
/*    padding-right: 30px;*/
/*    cursor: pointer;*/
/*}*/

/*.search-block .search-block__show span::after, .search-block .search-block__show span::before  {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    top: 2px;*/
/*}*/


/*.search-block .search-block__show span::after, .search-block .search-block__show span::before {*/
/*    background-image: url("/src/img/angle-double-up-solid.svg");*/
/*    background-position: center center;*/
/*    background-size: 100% 100%;*/
/*    transform: rotate( 0deg );*/
/*    transition: transform .4s ease;*/
/*}*/

/*.search-block .search-block__show.show span::after, .search-block .search-block__show.show span::before {*/
/*    transform: rotate( -180deg );*/
/*}*/

/*.search-block .search-block__show span::after{*/
/*    right: 0;*/
/*}*/
/*.search-block .search-block__show span::before {*/
/*    left: 0;*/
/*}*/

/*  ----  end search ----- */

table.table {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    /*width: 100%;*/
    text-align: left;
    border-collapse: collapse;
}
table.table td, table.table th {
    border: 1px solid #343a408a;
    padding: 4px 3px;
}
table.table tbody td {
    font-size: 1rem;
}
table.table tr:nth-child(even) {
    background: rgba(74, 118, 168, .47);
}
table.table thead {
    background: #4a76a8;
}
table.table thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
}
table.table thead th:first-child {
    border-left: none;
}

table.table tfoot {
    font-size: .9rem;
    background: #4a76a8;
    border-bottom: 2px solid #444444;
}
table.table tfoot td {
    font-size: .9rem;
}
table.table tfoot .links {
    text-align: right;
}
table.table tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

    /*  ---- end  search ----- */
.dataTables_filter {
    display: flex;
}
.dataTables_filter label {
    display: flex;
    margin-left: auto;
}
.dataTables_filter label input {
    font-size: 16px;
    display: block;
    max-width: 300px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.dataTables_filter label input:focus {
    outline: none;
}

.mdl-button--raised.mdl-button--colored {
    background: #4a76a8;
}

#users-field tbody tr {
    cursor: pointer;
}


.btn-group {
    display: flex;
}

.btn-group button{
    flex: 1;
    font-size: .9rem !important;
    height: auto  !important;
    position: relative;
    z-index: 10;
}

button:disabled, .btn-group button:disabled{
    opacity: .5;
}

.frame {
    position: relative;
}

.frame .save-fix {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #f6f6f6;
    z-index: 10003;
    border-top: 1px solid rgba(75, 84, 92, 0.2);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.frame .save-fix .save-fix__item{
    padding: 15px 10px;
}
.frame .save-fix .save-fix__item:last-child{
    padding-right: 60px;
}

.card-iframe{
    padding-bottom: 85px !important;
}
.card-iframe-mini{
    padding-bottom: 20px !important;
}

.select2-container--open {
    z-index: 100001;
}
.select2-dropdown.select2-dropdown--below {
    margin-bottom: 10px;
}

.holiday {
    background-color: rgb(247, 210, 201);;
}

.daterangepicker {
    z-index: 10004 !important;
}

.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.input-file + label {
    font-size: 1.2rem;
    padding: 10px 20px;
    font-weight: 700;
    color: white;
    background-color: #4a76a8;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.input-file:focus + label,
.input-file + label:hover {
    background-color: #ef534f;
    cursor: pointer;
}
.input-file:focus + label {
    background-color: #28a745;
}

.input-file:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.input-file + label * {
    pointer-events: none;
}


.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 25px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: var(--color-info); /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
    width: 25px; /* Set a specific slider handle width */
    height: 25px; /* Slider handle height */
    background: #4CAF50; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.w-form input{
    padding: 5px 4px;
    font-size: 1.2rem;
}


.bread-crumbs {
    display: flex;
    width: 100%;
    margin: 0 0 10px 0;
}
.bread-crumbs ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}


.custom-multiselect-input {
    /*display: flex;*/
    flex-direction: column;
    height: 110px;
    overflow: hidden;
    border: 1px solid #a0a0a0;
    border-bottom-width: 2px;
    position: relative;
    overflow-y: auto;
}

.custom-multiselect-input.invalid  {
    border-bottom: 2px solid #de4210!important;
}

.custom-multiselect-input-requared {
    position: relative;
    width: 100%;

}

.custom-multiselect-input-requared::after {
    content: '*';
    position: absolute;
    color: #ef5855;
    bottom: calc(1rem/2);
    left: -6px;
    top: 2px;
}

.custom-multiselect-input label {
    padding: 0 10px;
    display: flex;
    align-items: flex-start
}
.custom-multiselect-input label.title {
    font-size: 1.1rem;
    font-weight: 600;
    width: 100%;
}

.custom-multiselect-input label input{
    margin-right: 5px;
    margin-top: 4px;
}
.mdl-data-table td, .mdl-data-table th,
.table-left-text-align td,
.table-left-text-align th {
    text-align: left !important;
}

/*table*/
.table-container {
    margin: 0 -16px;
}
.dataTables_length select {
    padding: 1px 4px;
    border: 1px solid #e4e4e4;
    border-radius: var(--defaul-border-radius);
}


.action-button {
    margin-bottom: -35px;
    position: relative;
    z-index: 101;
    width: fit-content;
    margin-left: auto;
}

.action-button.border-l{
   border-left: 1px solid #e7e7e7;
}


.action-button.no-wrap {
    white-space: nowrap;
}

.action-button .btn-menu__container {
    display: flex;
    position: relative;
    min-height: 30px;
}

.action-button .btn-menu__container ul {
    display: none;
}
.action-button .btn-menu__container ul.open {
    position: absolute;
    display: block;
    top: calc(100% + 10px);
    list-style: none;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
}


.action-button .btn-menu__container ul.open.left {
    right: 0;
}

.action-button .btn-menu__container ul.open li span.icon {
    display: inline-block;
    width: 30px;
    text-align: center;
    font-size: 1rem;
}

.action-button .btn-menu__container ul.open li  {
    padding: 5px 10px;
    cursor: pointer;
}
.action-button .btn-menu__container ul.open li:not(:last-child) {
    border-bottom: 1px solid #f1eeee;
}
.action-button .btn-menu__container ul.open li:hover {
    background: rgba(74, 118, 168, .13);
}
.action-button .btn-menu__container ul.open li span.icon{
    width: 30px;
    text-align: left;
}
.action-button .btn-menu__container ul.open li span.icon.red {
    color: var(--color-danger);;
}

.action-button .btn-menu__container ul.open li span.icon.green {
    color: var(--color-success);;
}

.action-button .btn-menu__container ul.open li span.icon.default {
    color: var(--btn-bg-default);;
}

.action-button .btn-menu__container .btn-menu {
     display: flex;
     background: none;
     border: none;
    margin: 0 0.4rem 0 0.2rem;
    align-items: center;
    justify-content: center;
}

.action-button .btn-menu__container .btn-menu .btn-menu__point {
    display: block;
    width: 6px;
    height: 6px;
    background: #4a76a8;
    border-radius: 3px;
    margin: 2px;
}

.frame-container {
    background: none;
    position: relative;
}
.frame-container .card{
    background: none;
    border: none;
}

@media (max-width: 986px) {
    .card .card-header, .card .card-body {
        padding: 1rem;
    }
}

@media (max-width: 960px) {
    .content-wrapper .container-main {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .card.card-iframe .card-header, .card.card-iframe .card-body {
        padding: 1rem;
    }

    .frame .save-fix .save-fix__item:last-child{
        padding-right: 40px;
    }


}

@media (max-width: 480px) {
    .frame-container .container-fluid,
    .frame-container .container {
        padding-right: 5px;
        padding-left: 5px;
    }
    .frame-container .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .frame .save-fix .save-fix__item:last-child{
        padding-right: 20px;
    }
}

.dt-table .mdl-cell:first-child{position: relative}
.dt-table .mdl-cell:first-child #items-field_processing
{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    background: rgba(52, 58, 64, .4);
    color: #fff;
    font-size: 1.2rem;

}

.row-items.setting {
    display: flex;;
    flex-direction: column;
    padding-left: 5px;
}

.row-items.setting .header {
    background: #4a76a8;
    color: #fff;
    display: flex;
}


.row-items.setting .row-items__item {
    display: flex;
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
}



.row-items.setting .header  .items__item-name,
.row-items.setting .header  .items__item-action,
.row-items.setting .row-items__item .items__item-name,
.row-items.setting .row-items__item .items__item-action {
    padding: 2px 5px;
    width: 90px;

}


    .row-items__item .items__item-action input[type="checkbox"].toggle-setting {
    -webkit-appearance: none;
    outline: none;
    position: absolute;
    height: 20px;
    width: 80px;
    border: 2px solid #4a76a8;
    border-radius: 4px;
    cursor: pointer;
}

.row-items__item .items__item-action input[type="checkbox"].toggle-setting::before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #4a76a8;
    position: absolute;
    margin: auto;
    top: 0;
    left: 5px;
    bottom: 0;
    border-radius: 50%;
    transition: 0.15s;
}

.row-items__item .items__item-action input[type="checkbox"].toggle-setting::after {
    content: "скрыть";
    position: absolute;
    font-size: 12px;
    top: 1px;
    right: 2px;
    color: #474747;
    font-family: "SF Pro Text", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
    font-weight: 400;
    letter-spacing: 0.004em;
}

.row-items__item .items__item-action input[type="checkbox"].toggle-setting:checked {
    /*background: #0071e3;*/

}
.row-items__item .items__item-action input[type="checkbox"].toggle-setting:checked:before {
    left: 60px;
    box-shadow: none;
}

.row-items__item .items__item-action input[type="checkbox"].toggle-setting:checked::after {
    content: "показать";
    left: 5px;
    color: #228e3b;
}


.handle__r {
    padding: 0 10px 0 0 ;
}

.row-items.setting .header .items__item-name,
.row-items.setting .row-items__item .items__item-name {
    width: 230px;
    border-right: 1px solid #f1f1f1;
}
.row-items.setting .header .items__item-name {
    width: unset;
    flex: 1;
}

.row-items.setting .row-items__item .items__item-action {
    display: flex;
    align-items: center;
    justify-content: center;
}


.mdl-data-table thead th {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

}

.warning-container {
    padding: 10px 10px 10px 40px;
    border-radius: 4px;
    background:  #ffb22b2e url("/src/img/circle-exclamation.svg") no-repeat 5px 10px;
    background-size: 30px;
    opacity: .9;

}

.mdl-data-table.compact {
    font-size: 12px;
}
.mdl-data-table.compact thead th .compact {
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mdl-data-table.compact thead th .compact.min-w50 {
    width: 50px;
}
.mdl-data-table.compact thead th .compact.min-w80 {
    width: 80px;
}
.mdl-data-table.compact thead th .compact.min-w90 {
    width: 90px;
}
.mdl-data-table.compact tbody td{
    padding: 4px 5px;
}
/*.mdl-data-table.compact thead th,*/
/*.mdl-data-table.compact tbody td {*/
/*    padding: 5px;*/
/*}*/

.mdl-data-table.compact tbody td.routes.compact {
    white-space: normal !important;
}

.dataTables_scroll .dataTables_scrollBody,
.dataTables_scroll .dataTables_scrollHead {
    max-width: 100%;
}

/*.card-table__fullscreen header,*/
.card-table__fullscreen .right-sidebar,
.card-table__fullscreen .main-sidebar {
    display: none;
}

.card-table__fullscreen .top-nav  {
    left: 0;
    width: 100%;
}

.card-table__fullscreen .top-nav  #nav__menu--main{
    opacity: 0;
}

.card-table__fullscreen .content-wrapper {
    margin: 0;
}

.card-table__fullscreen .content-wrapper .container-main{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
}

.buttons-action {
    position: absolute;
    display: flex;
    background: #343a40;
    padding: 10px 14px;
    top: -5px;
    left: 20px;
    border-radius: var(--defaul-border-radius);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(64,64,64,.4)!important;
}

.fullscreen, .compact-mode-switcher {
    position: absolute;
    top: 10px;
    left: 26px;
}
.fullscreen, .compact-mode-switcher, .btn-legend  {

    border: none;

    color: #4a76a8;
    padding: 0;
    font-size: 1.5rem;
    outline: none;
    width: 25px;
    height: 25px;
    background-color: unset;

    background-repeat:  no-repeat;
    background-size: contain;
}

.buttons-action .fullscreen,
.buttons-action .compact-mode-switcher{
    position: relative;
    top: unset;
    left: unset;
}


.btn-legend {
    background-image: url("/src/img/paint-roller.svg");
}
.compact-mode-switcher {

    left: 58px;
    background-image: url("/src/img/minus-solid.svg");
}

.compact-mode-switcher.is {
    background-image: url("/src/img/plus-solid.svg");
}
.compact-mode-switcher.white {
    background-image: url("/src/img/minus-solid_w.svg");
}
.compact-mode-switcher.white.is {
    background-image: url("/src/img/plus-solid_w.svg");
}

.fullscreen {
    background-image: url("/src/img/fs.svg");
}

.fullscreen.white {
    background-image: url("/src/img/fs_w.svg");
}

.fullscreen.is {
    background-image: url("/src/img/nfs.svg");
}

.fullscreen.white.is {
    background-image: url("/src/img/nfs_w.svg");
}

.fullscreen:hover, .compact-mode-switcher:hover {
    box-shadow:none;
}


@media (max-width: 640px) {
    .buttons-action {
        display: none;
    }
}
.select2-container--material .select2-selection {
    margin-top: 3px !important;
     margin-bottom: 0 !important;
    padding: 0 !important;;
    min-height: 34px;
}

.select2-selection__rendered {
    font-size: 1.4rem;
    color: #161616;
}

.select2-container--material .select2-dropdown .select2-search__field {
    border: 1px solid #ccc;
}
.select2-container--material.select2-container--focus .select2-selection {
    border-bottom: 2px solid #4a76a8 !important;
}
.select2-container--material .select2-dropdown .select2-search__field:focus {
    border-bottom: 1px solid #4a76a8 !important;
    box-shadow: 0 1px 0 0 #4a76a8 !important;
    outline: none;
}

 .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--open .select2-selection__arrow b {
    border-color: transparent transparent #e0e0e0 transparent;
    border-width: 0 6px 7px 6px;
}

.select2-selection__arrow b {
    border-color: #e0e0e0 transparent transparent transparent;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 0;
    width: 0;
}




.select-ddl {
    position: relative;
    display: inline-block;
    min-width: 100%;
    text-align: left;
    min-height: 28px;
    border: 1px solid #e4e4e4;
    border-radius: var(--defaul-border-radius);
}

.select-ddl:not(.init)::before {
    content: 'Загружаю...';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 4px;
    width: 100%;
    height: 100%;
    color: #bababa;
    display: flex;
    align-items: center;
}
.select-ddl:not(.init) fieldset{
    display:none;
}

.select-ddl .select-ddl-clear {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 14px;
    height: 14px;
    color: #ef5350;
    line-height: 1;
    cursor:pointer;
    opacity:.6;
}
.select-ddl .select-ddl-clear:not(.hide):hover {
    opacity:1;
}

.select-ddl .select-ddl-clear.hide{
    opacity:0;
}
.select-ddl .select-ddl-clear svg {
    max-width: 100%;
    max-height: 100%;
}


.select-ddl input[type=checkbox] {
    width:13px;
    height: 13px;
}


.select-ddl-control {
    position: relative;
    padding: 0 !important;
    width: calc(100% - 24px);
}
.select-ddl-control select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding-left: 5px;
    border: none;
    outline: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select-ddl-control select:not(.full)  {
    color: #777777;
}

.select-ddl-over {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.select-ddl-popup {
    line-height: 1;
    display: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 10px 0;
    width: calc(100% + 2px);
    height: auto;
    max-height: 200px;
    position: absolute;
    top: calc(100% - 2px);
    left: -1px;
    border: 1px solid #e4e4e4;
    border-top: none;
    background: #fff;
    z-index: 9999;
    overflow: auto;
    user-select: none;
    border-bottom-right-radius: var(--defaul-border-radius);
    border-bottom-left-radius: var(--defaul-border-radius);
}
.select-ddl label {
    position: relative;
    display: none;
    margin: 0;
    padding: 5px 6px 4px 21px;
    font-weight: normal;

    line-height: 1.2;
    cursor: pointer;
}
.select-ddl-popup input {
    position: absolute;
    top: 6px;
    left: 4px;
    margin: 0 !important;
    padding: 0;
    width:13px;
    height: 13px;
}
.select-ddl-popup label {
 display:block;
    font-size: .95rem;
}
.select-ddl-popup label:hover {
    background: #4a76a8;
    color: #fff;
}
.select-ddl-popup fieldset {
    display: block;
    margin:  0;
    padding: 0;
    border: none;
}
.select-ddl-popup fieldset input {
    left: 10px;
}
.select-ddl-popup fieldset label {
    padding-left: 27px;
}
.select-ddl-popup legend {
    display: block;
    margin: 0;
    padding: 4px 8px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.1;
}

ul.menu-top {
    padding: 0;
    margin: 0;
    display: flex;
    background: rgba(57, 107, 156, .1);;
    list-style: none;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 #00000040;
    margin-top: 4px;
    margin-bottom: 14px;
    flex-wrap: wrap;

}

ul.menu-top li {
    position: relative;
    min-width: 200px;
}

ul.menu-top li:not(:hover)::before {
    position: absolute;
    content: '';
    width: 1px;
    background: #ADB5BD;
    height: 80%;
    top: 10%;
    right: 0;
}

ul.menu-top li a {
    color: #396B9C;
    font-weight: 400;
    text-align: center;
    display: block;
    width: 100%;
    padding: 8px 20px;
    text-decoration: none;
}
ul.menu-top li a.active,
ul.menu-top li a:hover {
    background: #FFFFFF;
    position: relative;
}

ul.menu-top li a.active::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    bottom: -8px;
    left: calc(50% - 8px);
    background: #FFFFFF;
    transform: rotate(45deg);

}