
.layout-wrapper.layout-nav-type-vertical:not(.layout-navbar-sticky) .layout-navbar .navbar-content-container {
    margin-block-start: 1.3rem !important;
}
.Vue-Toastification__toast--success {
    background-color: #54c600 !important;
}
.marked {
    font-style: italic;
//border-bottom: 1px solid grey;
    /*border-bottom: 1px solid #fd6f66;*/
//background-color: rgba(253, 111, 102, 0.45);
//padding: 5px ;
}
.avatar_wrapper {
    background-color: #ffffff60;
    position: absolute;
    right: 7%;
    bottom: 15%;
    width: 150px;
    height: 150px;
//border-radius: 50%;
    border-radius: 50%;
//opacity: .4;
    padding: 40px;
    z-index: 10;
    box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.1);
}

.bobble_left {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: white;
    rotate: 40deg;
    opacity: .5;
    left: -80px;
    bottom: -110px;
    z-index: 1 !important;
    box-shadow: 3px 6px 14px 2px rgba(34, 60, 80, 0.9);
}
.bobble_right {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: white;
    opacity: .5;
    left: -80px;
    top: -125px;
    box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.6);
}

.card_title {
    font-size: 20px;
}
.card_subtitle {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
    padding: 0;
    line-height: 24px !important;
    color: #adb2b7 !important;
}

.v-icon {
    opacity: .5;
}

.creditor_text{
    color: #94a9f3 !important;
    font-size: 14px;
}

.creditor_background{
    /*background-color: #d1d8f7 !important;*/
    background-color: #94a9f3 !important;
    /*color: white !important;*/
}

.creditor_background > .form_header{
    color: white !important;
}

.debtor_text{
    color: #fd6f66 !important;
    font-size: 14px;
}

.debtor_background{
    background-color: #f6c4c5 !important;
    /*background-color: white !important;*/
    /*box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);*/
}

.debtor_header, .creditor_header {
    margin: 20px 0;
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
    background-color: white !important;
    box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
}

.debtor_header > h2,
.creditor_header > h2 {
    font-size: 20px;
}

.tour_block {
    display: none !important;
}
.layout-navbar {
    position: absolute;
    display: flex;
//background-color: #f0f0f3 !important;
    justify-content: flex-end;
    width: 100%;
}

.switch_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0;
}
.layout-content-wrapper {
    background-color: #e1e1e12b;
}
.navbar-content-container {
    /*background-color: #f0f0f3 !important;*/
    /*background-color: white !important;*/
    width: 30px;
    box-shadow: none !important;
}
.v-field__field {
    background-color: white !important;
}
.dp__outer_menu_wrap {
    z-index: 999 !important;
}
.created_documents_span {
    border: 2px solid #9054fb;
    color: #9054fb;
    padding: 5px;
    border-radius: 5px
}

.required_input_desc {
    width: 100%;
    text-align: right;
}

.ready_documents_block {
    /*border: 1px solid #55c800;*/
//background-color: rgba(208, 244, 190, 0.71);
    border-radius: 10px;
    padding: 20px;
    margin: 30px 0 !important;
//background-color: white;
//-webkit-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.1);
//-moz-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.1);
//box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.1);
}

.sub_title {
    font-size: 14px;
}

.document-block-description {
    font-size: 12px;
    padding: 10px 0 20px 10px;
}

.ready_documents_block_title {
    margin: 15px 0;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
}

.form_header {
    font-size: 20px;
}

.form_background {
    /*background-color: white;*/
    /*border-radius: 10px;*/
    /*padding: 20px 30px;*/
}
.doc_block {
    width: 100%;
    margin: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*height: 40px;*/
}

.step > p {
    font-size: 16px;
}

.step > p > b {
    padding: 10px;
    background-color: lightgrey;
    border-radius: 10px;
    margin-right: 10px;
}

.description_row {
    margin: 30px 0;
    display: flex;
    align-items: center;
}
.svg_block {
    width: 90px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.svg_block > svg {
    opacity: .4;
}
.description_block {
    width: 100%;
}

.instruction_title {
    min-height: 550px;
//padding-top: 30px;
    padding: 30px;
}
.instruction_header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.instruction_span {
    color: #9054fb;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #9054fb;
    border-radius: 10px;
    width: 150px;
}
#qr_span:hover, .instruction_span:hover {
    cursor: pointer;
}

.content_helper {
    display: none;
    margin: 10px;
    margin-left: 0;
    padding: 10px;
    font-size: 14px;
    background-color: rgba(135, 135, 135, 0.22);
    border-radius: 10px;
    color: grey;
    opacity: .5;
}

.error-text {
    font-size: 14px;
    color: red;
    font-weight: 300;
    padding: 10px;
    margin: 10px;
}

.tour_svg_span {
    width: 130px;
    position: absolute;
    bottom: -5px;
    left: -30px;
    background-color: #f56972;
    padding: 2px;
    border-radius: 10px;
}

.tour_block {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 14px;
    margin: 20px;
    color: white;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 3%;
    right: 5%;
    z-index: 1099;
    align-items: center;
}

.tour_block > button {
    width: 70px;
    height: 70px;
    border-radius: 50% !important;
}


.tour_block > button > div > svg {
    width: 2em;
    height: 2em;
}
.blue {
//background-image: linear-gradient(to right, #3c8de3 0%, #56cedd 100%);
}

.orange {
    background-image: linear-gradient(to right, #9847cd 0%, #df71f8 100%);
}

.clean_card {
    border: 2px solid green;
}

.red {
    color: white;
    background-image: linear-gradient(to right, #f77062 0%, #f85e9a 100%);
}

.action_btn {
    width: 250px;
}
.action_btn {
//background-color: #42bb91 !important;
    /*background-color: #4caf50 !important;*/
}




.green-border {
    border: 5px solid #3cba92;
}
.submit_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
}

.submit_btn > svg {
    margin-right: 10px;
}

.dashboard_title {
    font-size: 22px;
}

.dashboard_subtitle {
    font-size: 16px;
    font-weight: 300;
}

.filtered-chip {
    /*padding: 5px 15px;*/
//background-color: #d9d9d9a1;
    border-radius: 10px;
//margin: 0 10px;
//color: #434343;
}

.bordered-text {
    /*border: 2px solid #9054fb;*/
    color: #9054fb;
    padding: 0 5px;
    /*margin: 0 10px;*/
    border-radius: 5px;
}

.important_text {
    color: #9054fb;
}

.tour_description {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    color: dimgrey;
    background-color: #dff3fa;
    border: 1px solid #9abcff;
    border-radius: 10px;
    margin: 10px 0;
    font-size: 16px;
    line-height: 25px;
}
.tour_icon {
    width: 50px;
    height: inherit;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-bottom: 20px;
}

.tour_content > p {
    padding-bottom: 5px;
    margin-bottom: 20px !important;
}

.tour_description_title {
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0;
}

.system_info {
    padding: 15px;
    border: 1px solid #55c800;
    border-radius: 10px;
    font-size: 16px;
}

.tour_action_block {
    display: flex;
    justify-content: center;
    width: 100%;
}

.tour_action_block > button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tour_action_block > button > svg {
    padding-left: 10px;
}

.filtered_orders_amount {
    font-size: 20px;
    font-weight: 600;
    color: red;
}

.icon_block svg,
.document-type-content>i,
.department-title-content>i
{
    opacity: .4;
}

.document-type-content {
    display: flex;
    justify-content: space-between;
}
.content_block {
//background-color: #8d8d8d24;
    -webkit-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
    box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
    padding: 20px 10px 40px 10px;
    border-radius: 10px;
    margin: 30px 10px;
    /*margin-bottom: 20px;*/
    background-color: white;
}

.card_action_btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 20px;
}

.info_block_row {
//background-color: white;
    color: #595959;
    display: flex;
    justify-content: space-between;
//border: 1px solid #5a7fee4a;
    padding: 5px 0;
    margin: 0 20px;
    border-radius: 8px;
}

.block_title {
    text-align: center;
    margin-bottom: 10px;
}
.block_title > span {
    font-size: 16px;
    margin: 20px 25px;
}

.global_type_area_header {
    color: grey;
    position: relative;
//margin-top: 60px;
    -webkit-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
    box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
//border: 2px solid #4caf50;
    padding: 40px;
    position: relative;
    border-radius: 10px;
    height: 130px;
    margin-top: 20px;
//z-index: 900;
    background-color: white;
//color: white;
}
.layout-vertical-nav {
//z-index: 3001 !important;
}


.global_type_area_header p {
    width: 80%;
    font-size: 20px;
}

.global_type_area_header svg {
    position: absolute;
    right: 5%;
    bottom: 10%;
//opacity: .8;
    width:100px;
    height:100px
}
.bonus {
    /*background-color: #d5efc9; !** зеленый *!*/
    background-color: #eae7f5 !important; /** светло сиреневый */
    color: #333333 !important;
    width: inherit !important;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.page-action-form, .mirror_custom_field_block {
    -webkit-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
    box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
    background-color: white;
    border-radius: 15px;
}

.page-action-form {
    padding:  20px 0;
}

.debtor {
//background-image: linear-gradient(to right, #f77062 0%, #fe5196 100%);
//background-color: #fc8b80 !important;
}

.creditor {
//background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
//background-color: #787ff6 !important;
}

.statistic {
//background-image: linear-gradient(to left, #48c6ef 0%, #5d7de4 100%);
}

.registered_user {
//background-image: linear-gradient(to right, #3c8de3 0%, #56cedd 100%);
//margin: 10px;
}


.success_layout {
    background-color: #def7de !important;
    border: none !important;
}

.subjects_row_item {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

}
.subjects_row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;

}


.document-type-content, .department-title-content {
    margin: 10px 0;
    /*font-size: 16px;*/
    color: dimgrey;
}
.v-field__field {
    /**
    background-color: white;
     */
}

.orderData-item {
    border: 1px solid rgba(154, 151, 149, 0.25);
    border-radius: 15px;
    margin: 20px 0;
}

.orderData-item:hover {
    border-radius: 15px;
    background-color: rgba(151, 151, 151, 0.08);
}

.motivation_block, .v-overlay__scrim {
    filter: blur(5px); /* Размываем содержимое */
}
.overlay {
    position: absolute; /* Абсолютное позиционирование для перекрытия текста */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0); /* Невидимый фон */
    z-index: 2; /* Обертка будет поверх текста */
    pointer-events: none; /* Отключает взаимодействие для этого элемента */
}
.added_text {
    background-color: #d5efc9;
    padding: 3px;
    border-radius: 5px;
    line-height: 1.5;
}


.layout-page-content {
    padding-block: 0 !important;
    max-width: 1600px;
    margin: auto;
    width: 100%;
}

.v-card-item {
    padding-bottom: 5px !important;
}
.v-card-title {
    margin-top: 10px;
    white-space: wrap !important;
    padding: 0 !important;
}
.v-card-text {
    padding: 10px 30px !important;
    /*padding: 10px!important;*/
}
button {
    border-radius: 10px !important;
}
.v-btn {
    font-size: 14px;
    padding: 10px;
    line-height: 14px;
}

.modal-header {
    font-size: 20px;
    line-height: 25px;
}

p {
    margin-block-end: 0rem !important;
}


.icon_block {
    padding-left: 5px;
}

.icon_block {
    padding-right: 10px;

}

.page-title {
    font-size: 22px;
}


a {
    color: grey;
}
a:hover {
    color: grey;
}
.orderData-card {
    margin: 10px 0;
    padding: 0 !important;
}

.error_block, .new_info {
    background-color: rgba(255, 62, 29, 0.10) !important;
}

.success_block, .cancelled_info {
    background-color: rgba(113, 221, 55, 0.10) !important;
}

.subjects-type-block {
    position: absolute;
    top: -12px;
    right: -50px;
    padding: 5px 10px;
    border-radius: 15px;
}

.subject_block {
    display: none;
    margin: 10px;
    padding: 10px;
    background-color: rgba(234, 107, 107, 0.2);
    border-radius: 10px;
}

.order_type_block {
    margin: 10px;
    padding: 5px 20px;
    background-color: rgba(237, 0, 0, 0.55);
    color: white;
    border-radius: 10px;
}
.creditor_span {
    background-color: #93a8f1;
}

.enforcement-title {
    padding: 10px 24px;
    padding-top: 5px;
    margin-bottom: 0;
}

.subjects-sum {
    color: #888ef5;
    font-size: 25px;
    float: right;
}
.submit_btn {
    display: flex;
//background-image: linear-gradient(to right, #f77062 0%, #f85e9a 100%);
    font-weight: 400;
}

.bonus {
    margin-left: 10px;
    display: flex;
    width: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.tour_overlay, .v-overlay__scrim {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 48, 62, 0.48) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100; /* Высокий z-index, чтобы перекрыть другие элементы */
    backdrop-filter: blur(5px)
}

.relative {
    position: relative;
}
.v-overlay__content {
    z-index: 3000;
}

.tour_highlight {
    width: 100%;
    position: relative;
    background-color: white;
    padding: 10px 0;
    border-radius: 10px;
    z-index: 2000 !important; /* Чтобы выделенный блок был выше затемняющего фона */
    max-height: 100vh;
}

.tour_pre_highlight {
    width: 100%;
    padding: 0;
    margin: 0;
}

.set_content_message, .system_info_image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    width: 100%;
}

.area_span {
    padding: 5px;
    color: white;
    border-radius: 5px;
    margin: 0 10px;
    background-image: linear-gradient(to right, #0ba360b0 0%, #3cba92 100%);
}

.system_info_image {
    height: 50vh;
}

.system_info_image > svg {
    opacity: .8;
    width: 80%;
    max-width: 700px;
}

/** зеркало документа */
.mirror_content_main_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mirror_block_content {
    user-select: none
}

.mirror_order_form_wrapper {
    border-radius: 10px;
//margin-top: 40px;
    height: auto;
}

.step_control {
    position: fixed;
    top: 30%;
    left: 20px;
    height: 400px;
    width: 380px;
    background-color: transparent;

}


.mirror_order_form_card {
    min-height: 706px;
    /*background-color: rgba(178, 178, 178, 0.09)*/
    background-color: rgba(190, 190, 190, 0.1) !important;

}
input, .v-textarea, .v-select
{
    background-color: white !important;
}


.mirror-wrapper {
    display: flex;
    justify-content: center;
}

.mirror_order_form_wrapper h4 {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.mirror_custom_form_row {
    padding: 20px;
    border-radius: 10px;
    /*background-color: orange*/
}
.mirror_title {
    font-family: "DejaVu Serif";
    margin-bottom: 15px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    margin-top: 30px;
}
.mirror_order_content, .mirror-wrapper {
    width: 50%;
}
.mirror_block {
    position: relative;
    width: 635px;
    min-height: 926px;
    height: auto;
    background-color: white;
    border-radius: 10px;
    padding: 30px 45px;
    margin: 30px;
}

.form_row {
    display: flex;
    margin-top: 0 !important;
    margin-bottom:  0 !important;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

.mirror_attachments {
    margin-top: 15px;
}

.mirror_main_text p {
    font-family: "DejaVu Serif";
    text-indent: 2em;
    text-align: justify;
    font-size: 10px;
    padding-bottom: 10px;
    line-height: 15px;
    letter-spacing: -0.1px;
}
/** зеркало документа */

.v-btn {
    text-transform: none;
}

.creditor {
    background-color: #c8d2f8;
//border: 3px solid #babef8;
}

.debtor {
    background-color: #fbc3be;
}
.statistic_block_item {
//background-color: #a988eb;
//background-color: #7b5abe;
//background-color: #bfa1fc;
//background-color: #babef8;
    border-radius: 10px;
    padding: 25px;
    position: relative;
    overflow: hidden;
}
.statistic_title > span,
.statistic_subtitle > span
{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}
.statistic_title > span {
    font-size: 28px;
    margin: 10px 0;
    margin-bottom: 0;
    color: #494658;
}

.statistic_subtitle > span {
    font-size: 18px;
    margin: 10px 0;
    color: #6d6b8a;
}

.statistic_key {
    padding-left: 5%;
    font-size: 18px;
    color: #6d6b8a;
    z-index: 100 !important;
}

.statistic_value {
    padding-left: 5%;
    font-size: 38px;
    color: #494658;
    z-index: 100 !important;
//color: white;
}

.link_wrapper, .link_wrapper_court_order_info {
    margin: 20px 0;
    width: 130px;
    height: 50px;
    border-radius: 10px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
    box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
    cursor: pointer;
}
.link_wrapper_court_order_info {
    background-color: #9054fb;
    width: 280px;
    color: white;
}
.link_wrapper_svg {
    margin-right: 5px;
}

.tour_wrapper {
    width: 180px;
    background-color: pink;
}

.card_title {
    font-size: 18px;
}

.coordinate_link {
    display: flex;
    align-items: center;
    color: #9e69fb;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
//background-image: linear-gradient(to right, #3c8de3 0%, #56cedd 100%);
    background-color: transparent;
    border-radius: 10px;
    margin-left: auto;
    justify-content: center;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #9e69fb
}
.coordinate_link:hover{
    background-color: #9e69fb;
    color: white;
}
.coordinate_link svg{
    margin-right: 20px
}
.coordinate_link p{
    align-items: center;
    align-content: center;
    display: flex;
    font-size: 14px;
}

.status_span {
    margin-right: 10px;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}

.success {
    background-color: #56CA00;
}

.primary {
    background-color: cornflowerblue;
}

.success_text {
    color: #56CA00;
}
.primary_text {
    color: cornflowerblue;
}

.available_documents_count_span {

}

.logout {
//border: 2px solid #fd7269 !important;
//background-color: #fd7269 !important;
//color: white !important;
    color: #fd7269 !important;
}
.logout > i {
    color: #fd7269 !important;
}
.document-type-content-value {
    text-align: right;
}
.layout-blank .auth-wrapper {
    min-block-size: 78vh !important;
}
.v-dialog > .v-overlay__content > .v-card {
    box-shadow: none !important;
}
.category_button {
    background-color: white;
}
.v-card--variant-elevated {
    box-shadow: none !important;
}

.orderData-item {
    -webkit-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.1) !important;
    -moz-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.1) !important;
    box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.1) !important;
}
.document-block-title {
    padding: 20px;
    /*border: 1px solid grey;*/
    border-radius: 10px;
    background-color: white;
}
.document-block-title > h4 {
    display: flex;
    justify-content: flex-start;
    text-align: start;
    padding-left: 10px;
}

.category_button {
    padding: 10px !important;
    border:  1px solid #8f53f9;
}
button.active {
    background-color: #8f53f9;
    color: white;
}

.doc_block_instruction {
    display: flex;
    justify-content: space-between;
    padding: 15px 5px 15px 15px;
    /*color: #9054fb*/
}

.ipNumber_number, .ipNumber_year, .ipNumber_department_code, .ipNumber_type {
    margin: 10px;
}
.ipNumber_number {
    width: 100px;
}
.ipNumber_year {
    width: 50px;
}
.ipNumber_department_code {
    width: 100px;
}
.ipNumber_type {
    width: 120px;
}
.ipNumber_number_row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.v-btn {
    text-transform: none !important;
}
.v-card {
    border-radius: 15px !important;
}
.settings_img {
    width: 80%;
    max-width: 500px;
    opacity: .7;
}
.statistic_value_wrapper {
    padding-top: 0 !important;
    margin: 0;
}


.v-sheet {
    background-color: transparent !important;
}
.mirror_loader_block {
    width: 100%;
    text-align: center;
}

.character-count {
    margin: 10px;
    font-size: 12px;
}
.bread-crumb-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form_info_block {
    margin: 15px 0;
    display: flex;
    padding: 10px;
    border: 1px solid #55c800;
    border-radius: 10px;
}
.form_info_icon {
    width: 50px;
    margin-right: 20px;
    display: flex;
    justify-content: center;

}

.ready_span {
    border: 1px solid #56ca00;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 10px;
    /*color: #56ca00;*/
//color: #6ecd29;
}
.ready_span_time {
    margin-left: 15px;
}
.not_ready_span {
    /*border: 1px solid #7e7d7d;*/
    /*border-radius: 10px;*/
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 10px;
}

.close-modal-span {
    margin-left: auto;
    /*color: #9054fb;*/
    width: 40px;
    height: 40px;
    display: flex;
    font-weight: 300;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 22px;
}

.close-modal-span:hover {
    cursor: pointer;
    /*background-color: #9054fb;*/
    background-color: #8e52f7;
    color: white;
}

.quiz_question {
    padding: 10px;
    text-align: left;
}
.instruction_header_wrapper {
    padding: 30px !important;
}
.stop_reason_text {
    font-size: 16px;
    margin-left: 20px;
}
.last_seen_span_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.action_block {
    width: 80%;
    margin: 0 auto;
}
.action_inner_block {
    width: 80%;
    margin: 0 auto;
}
.leo_block_wrapper {
    border-radius: 10px;
    position: relative;
    width: 90%;
    background-color: #F9F4AB;
}
.leo_section_wrapper {
    height: 200px;
    width: 100%;
    max-width: 1452px;
    margin: 0 auto;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.leo_img_block {
    position: absolute;
    right: -250px;
    top: -30px;
}
.leo_img_block_img {
    height: 250px;
    width: auto;
}
.leo_action_block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 50%;
    margin:  0 auto;
}
.leo_section_wrapper_title {
    font-size: 24px;
}
.leo_action_inner_block {
    text-align: center;
}
@media (max-width: 1450px) {
    .leo_block_wrapper {
        width: 100%;
    }
    .leo_img_block_img {
        height: 180px;
        width: auto;
    }
    .leo_img_block {
        right: -50px;
        top: -40px;
    }
    .enforcement-title {
        padding-top: 25px;
    }

    .mirror_order_content {
        width: 80%;
        margin: auto;
    }
    .mirror-wrapper {
        width: 80%;
        margin: auto;
    }
    .mirror_block {
        margin: auto;
    }
}

.card-title {
    font-size: 16px;
}

.input-comment-block {
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
    /*background-color: #cddff3;*/
    background-color: #e1f3cd;
}
.input-comment-block-span {
    font-size: 14px;
    color: #8f53f9;
}

@media (max-width: 700px) {
    .leo_action_block {
        width: 100% !important;
        padding: 5%;
        margin: 0 auto;
    }
    .v-overlay__content {
        width: 90% !important;
    }
    .instruction_header_wrapper {
        padding: 20px !important;
    }
    .instruction_header {
        font-size: 15px;
    }
    .counter {
        margin-right: 10px;
    }
    .quiz_question {
        font-size: 13px !important;
    }
    .action_section_row_item_start p, .action_section_row_item_end p {
        padding: 40px 0 20px 0;
    }
    .system_info_image {
        display: none !important;
    }
    .doc_block > span {
        width: 63% !important;
    }
    .doc_block > a {
        width: 35% !important;
    }
    .not-filled-text {
        font-size: 16px !important;
    }
    .debtor_header > h2,
    .creditor_header > h2,
    .form_header
    {
        padding: 10px 20px;
        font-size: 16px !important;
    }

    .doc_block {
        flex-wrap: wrap;
        /*justify-content: center;*/
    }
    .doc_block > a{
        margin: 15px auto;
    }

    .card_title {
        font-size: 16px;
    }
    .document-type-content-text{
        font-size: 13px;
    }
    .right {
        text-align: right;
    }
    .subjects-sum {
        font-size: 18px;
    }
    .header {
        padding: 0 !important;
        margin-top: 10px !important;
        margin-left: 10px !important;
    }

    .mirror_order_content {
        width: 100%;
        margin: auto;
    }
    .mirror-wrapper {
        width: 100%;
    }
    .mirror_block {
        width: 400px;
        height: auto;
        min-height: 565px;
        padding: 20px 30px;
    }

    .mirror_order_content {
        width: 100%;
    }
    .mirror_title {
        text-align: center;
        font-size: 0.5em;
        font-weight: bold;
        margin-top: 20px;
    }

    .mirror_main_text p {
        text-indent: 2em;
        text-align: justify;
        font-size: 7px;
        padding-bottom: 5px;
        line-height: 10px;
        letter-spacing: -0.1px;
    }

    .mirror_attachments {
        margin-top: 10px;
    }

    .mirror_attachments p {
        font-size: 0.5em;
        margin-top: 10px;
    }


    .sm-hidden {
        display: none;
    }

    .v-card-title {
        font-size: 16px;
    }
}


.cancelled_info, .all_info, .new_info {
    padding: 10px;
    border-radius: 10%;
    margin-right: 10px;
}

.all_info {
    background-color: rgba(55, 167, 221, 0.1) !important
}



.no-orders-black {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
    max-height: 1500px;
}

.no-orders-black img {
    height: 300px;
}

h4 {
    font-weight: 400;
}
.modal-img-block {
    margin: 30px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-img {
    width: 150px;
}

.info-row {
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(250, 102, 96);
    color: white;
}

.order_detail_card p{
    font-size: 16px;
}

/*.order_main_data > h2 {*/
/*    font-size: 20px;*/
/*}*/

.order_document_data {
    /*margin-top: 15px;*/
}

h1 {
    font-size: 28px;
    font-weight: 500;
}
h2 {
    padding: 10px 0;
    font-weight: 300;
    text-align: center;
}

h3 {
    font-size: 22px;
    margin: 20px 0;
}

.align-items-center {
    align-items: center;
}

.avatar {
    width: 250px;
    height: 200px;
    text-align: center;
    border-radius: 10%;
    overflow: hidden;
}
.avatar img {
    min-height: 100%;
}
.action_section {
    border: 3px solid var(--p-tabs-tab-active-border-color);
    border-radius: 10px;
    padding: 10px 0;
    /*margin: 20px 0;*/
}

.action_section_row {
    width: 100%;
    min-height: 120px;
    margin: 10px 0 !important;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: white;
    -webkit-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
    box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
}

.action_section_row_item_start {
    display: flex;
    padding: 0;
    margin: 0;
    text-align: center;
    align-items: center;
    /*flex-wrap: wrap;*/
}
.category_title {
    text-align: center;
    padding: 20px;
    font-size: 20px;
    border-radius: 10px;
}


.action_section_row {
    display: flex;
    flex-wrap: wrap;
}
.action_section_row button {
    height: 40px !important;
    align-content: center;
}

.tab_row {
    margin-top: 30px;
}

.info_block {
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border: 1px solid forestgreen;
}

.sum_span {
    padding: 10px;
    border-radius: 10px;
    color: white;
    font-size: 25px;
    color: red;
    font-weight: 400;
    text-align: right;

}

.layout-page-content {
    width: 100% !important;
}

.page-content-container {
    width: 100%;
}
a:hover {
    color: grey;
}

.contract-sum-row {
    display: flex;
    justify-content: space-between;
}


.court_name_block {
    font-size: 20px;
    font-weight: 600;
    color: #309730;
}

.action_section_row_item_start {
    width: calc(100% - 300px);
    text-align: left;
}

.action_section_row_item_end {
    display: flex;
    justify-content: flex-end;
    width: 200px;
    text-align: right;
}


.court_location_block, .court_phone_block, .court_schedule_block {
    font-size: 16px;
}

.main_page_content {
// max-width: 1200px;
    margin: auto;
}
.statistic_row {
    margin-top: 30px;
}
.layout-wrapper.layout-nav-type-vertical .layout-navbar .navbar-content-container {
    background: none !important;
}
.not-filled-block {
    height: 40vh;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.not-filled-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.not-filled-img {
    width: 80%;
    max-width: 500px;
}


.fetching-current-data-container {
    height: 40vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.small-fetching-current-data-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1030px) {
    .leo_img_block_img {
        height: 120px;
        width: auto;
    }
    .leo_section_wrapper_title {
        font-size: 16px !important;
    }

    .instruction_header_wrapper {
        padding: 20px !important;
    }
    .instruction_header {
        font-size: 16px;
    }
    .counter {
        margin-right: 20px;
    }
    .quiz_question {
        font-size: 14px !important;
    }

    .icon_block {
        display: none;
    }
    .statistic_row {
        flex-wrap: wrap;
    }
    .action_section_row_item_start {
        width: calc(100% - 200px);
    }
}
@media (max-width: 576px) {
    .leo_action_inner_block {
        text-align: left;
    }
    .leo_img_block {
        right: -20px !important;
        top: -35px !important;
    }
    .leo_img_block_img {
        width: 180px;
        height: auto;
    }

    .action_block {
        width: 100%;
    }
    .dialog-content {
        padding: 0 !important;
    }
    .modal-li {
        font-size: 12px;
    }
    .instruction_header {
        font-size: 14px;
        padding: 10px 30px;
    }
    .v-input.v-input--density-comfortable .v-field .v-field__input {
        font-size: 12px !important;
    }

    .document-block-title {
        padding: 10px;
    }
    .content-wrapper {
        padding: 10px;
    }
    .document-block-title > h4 {
        font-size: 14px !important;
    }
    .form_info_icon {
        display: none;
    }
    .form_info_content p {
        font-size: 12px;
    }
    .ipNumber_number_row {
        padding: 0 20px;
    }
    .ready_span {
        width: 130px;
        text-align: center;
    }
    .ready_span_time {
        margin: 5px;
    }
    .ready_span-wrapper {
        padding: 5px !important;
        font-size: 11px !important;
    }
    .instruction_header, .modal-content-header {
        font-size: 12px !important;
    }

    .quiz_question {
        font-size: 12px !important;
    }
    .counter {
        margin: 0 !important;
        font-size: 25px !important;
    }
    .input-comment-block {
        font-size: 12px;
    }
    .document-type-content {
        flex-wrap: wrap;
    }
    .user_row {
        display: flex;
        flex-wrap: wrap;
    }
    .right, .left, .user_row_title, .user_row_content {
        /*text-align: center;*/
        width: 85% !important;
    }
    .user_row_content {
        margin-left: auto;
    }
    .left, .user_row_title {
        font-weight: 600;
        margin-right: auto;
    }
    .right {
        margin-left: auto;
    }
    .document-type-content-text {
        width: 100%;
    }
    .block_title > span {
        font-size: 13px;
    }

    .choose_row {
        padding: 10px;
    }
    .choose_block_image_block {
        width: 100%;
        text-align: center;
    }
    .choose_block_img {
        height: 100px !important;
    }
    .choose_block_image_block {
        width: 100% !important;
    }
    .choose_block {
        height: 250px !important;
    }

    .v-expansion-panels--variant-popout > .v-expansion-panel {
        max-width: 100% !important;
    }
    .accordion-title {
        padding: 5px !important;
        flex-wrap: wrap;
    }
    .category-span {
        font-size: 11px !important;
        padding: 5px !important;
    }
    .category-name {
        width: 100% !important;
        padding: 5px !important;
    }
    .action_section_row_item_start p, .action_section_row_item_end p {
        padding: 10px;
        font-size: 14px;
    }
    .action_section_row {
        padding: 10px;
    }
    .stop_reason_text {
        font-size: 13px;
        margin-left: 0;
    }

    .quiz_question {
        font-size: 14px;
    }
    .quiz_answer_row {
        padding: 5px !important;
    }
    .v-selection-control--inline .v-label {
        padding: 5px;
        font-size: 11px !important;
    }

    .aiHelper_title {
        font-size: 14px;
    }
    .document_status_row {
        height: 120px
    }
    .last_update_span {
        bottom: 5px;
    }

    .where_number_row {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .document_link {
        padding: 0;
    }

    .v-card-text, .v-card-item {
        padding: 10px !important;
        /*padding: 10px!important;*/
    }

    .debtor_header, .creditor_header {
        font-size: 16px;
    }
    .info_block_row_part {
        width: 80% !important;
    }
    .info_block_row {
        flex-wrap: wrap;
    }
    .page-action-form {
        padding: 10px ;
    }

    .statistic_row {
        margin-top: 0;
    }
    .v-btn--size-default {
        font-size: 14px !important;
    }
    .action_btn {
        width: 150px;
    }
    .card_title {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        text-align: center;
        font-size: 16px;
        width: 100%;
    }
    .card_subtitle {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 5px 0;
        padding: 0;
        line-height: 20px !important;
        color: #adb2b7 !important;
        text-align: center;
    }
    .ipNumber_number, .ipNumber_year, .ipNumber_department_code, .ipNumber_type {
        margin: 2px;
    }
    .ipNumber_number {
        width: 90px;
    }
    .ipNumber_year {
        width: 50px;
    }
    .ipNumber_department_code {
        width: 90px;
    }
    .ipNumber_type {
        width: 100px;
    }

    .ready_documents_block {
        padding: 5px;
    }
    .mirror_custom_form_row {
        padding: 15px;
        border-radius: 10px;
        /*background-color: orange*/
    }

    .document-block-title > h4 {
        font-size: 16px;
    }
    .document-block-input-span {
        font-size: 12px;
    }

    .link_wrapper_court_order_info {
        width: 200px !important;
        font-size: 12px !important;
    }
    .link_wrapper {
        margin-top: 0;
        width: 120px !important;
        font-size: 12px !important;
    }
    .link_wrapper > svg {
        width: 20px;
        height: 20px;
    }
    .link_wrapper_court_order_info {
        margin-top: 0;
    }

    .link_wrapper_svg {
        display: none;
    }
    .layout-page-content {
        padding-inline: 0 !important;
    }
    .global_type_area_header {
        border-radius: 0 0 10px 10px !important;
        margin-top: 0;
    }

    .layout-wrapper.layout-nav-type-vertical:not(.layout-navbar-sticky) .layout-navbar .navbar-content-container {
        margin-block-start: 0 !important;
        padding-inline: 0 !important;
    }

    .statistic {
        margin-top: 0 !important;
    }

    .base_content {
        padding: 10px;
    }

    .document-type-content {
        font-size: 11px !important;
    }
    .info_block_row {
        margin: 0;
    }
    .info_block_row_part {
        padding: 0;
    }

    .order_main_data > h2 {
        font-size: 16px;
    }
    .card_title {
        font-size: 14px;
    }
    .content_block {
        padding: 20px 20px 40px 20px;
        /*padding: 0;*/
        margin: 30px 0;
    }

    .card_sub_title {
        font-size: 16px;
        padding: 0;
    }
    .document-type-content {
        display: flex;
        align-items: center;
    }
    .document-type-content > i {
        padding-right: 20px;
    }

    /*.document-type-content-title {*/
    /*    display: none;*/
    /*}*/
    .document-type-content-value {
        padding-left: 20px;
    }

    .subjects-sum {
        margin-left: auto;
    }
    .enforcement-title {
        padding: 10px 24px;
        padding-top: 5px;
        margin-bottom: 0;
    }

    .global_type_area_header {
        padding: 30px;
    }
    .global_type_area_header > p {
        font-size:  18px;
    }

    .global_type_area_header > svg {
        width: 80px;
        height: 80px;
        right: 12%;
    }
    .link_wrapper, .link_wrapper_court_order_info {
        height: 40px;
        /*margin: 20px 10px;*/
    }

    /*.statistic {*/
    /*    margin-top: 20px !important;*/
    /*}*/

    .statistic_dashboard {
        padding: 0 !important;
        margin: 20px 0;
    }
    .statistic_block_item {
    //background-color: #a988eb;
    //background-color: #7b5abe;
    //background-color: #bfa1fc;
    //background-color: #babef8;
        border-radius: 10px;
        padding: 25px;
        position: relative;
        overflow: hidden;
    }
    .statistic_title > span,
    .statistic_subtitle > span
    {
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 0 10px;
    }
    .statistic_title > span {
        font-size: 20px;
        color: #494658;
    }

    .statistic_subtitle > span {
        font-size: 14px;
        margin: 10px 0;
        color: #6d6b8a;
    }

    .statistic_key {
        padding-left: 5%;
        font-size: 16px;
        color: #6d6b8a;
        z-index: 100 !important;
    }

    .statistic_value {
        padding-left: 5%;
        font-size: 30px;
        color: #494658;
        z-index: 100 !important;
    }
    .avatar_wrapper {
        width: 100px;
        height: 100px;
        padding: 25px;
    }

    .header_img {
        right: 8% !important;
        height: 120px !important;
    }
    .mirror_order_content {
        width: 100%;
        margin: auto;
    }

    .mirror-wrapper {
        width: 100% !important;
    }

    .mirror_block {
        width: 300px;
        height: auto;
        min-height: 425px;
        padding: 10px 20px;
    }


    .mirror_title {
        text-align: center;
        font-size: 5px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mirror_main_text p {
        text-indent: 2em;
        text-align: justify;
        font-size: 5px;
        padding-bottom: 0;
        line-height: 10px;
        letter-spacing: -0.1px;
    }

    .mirror_attachments {
        margin-top: 0;
    }
    .mirror_attachments p {
        font-size: 0.5em;
        margin-top: 0;
    }
}
.dialog_title {
    font-size: 20px;
    text-align: center;
}
.dialog_text {
    font-size: 14px;
}
.action_inner_block {
    width: 100%;
}
@media screen and (max-width: 600px) {

    .action_section_row_item_end p {
        padding: 10px 0;
    }
    h1 {
        font-size: 18px;
        font-weight: 500;
    }


    .avatar {
        width: 100px;
        height: 80px;
    }

    .action_section_row_item_start, .action_section_row_item_end {
        width: 100%;
        justify-content: center;
    }
    .action_section_row_item_start, .action_section_row_item_end{
        text-align: center;
    }


    .info_block_row_part {
        width: 50%;
    }

    .info_block_row_part p{
        font-size: 13px;
    }

    .info_block h2 {
        font-size: 16px;
        font-weight: 600;
    }

    .info_block_row_part p {
        font-size: 13px;
        text-align: right;
    }


    .court_name_block {
        font-size: 16px;
    }

    .court_location_block, .court_phone_block, .court_schedule_block {
        font-size: 14px;
    }
}



.address span {
    padding-right: 5px;
}

.grey{
//background-color: rgba(255, 234, 234, 0.95);
    align-items: center;
    padding: 8px 15px;
    color: grey
}


