@media screen and (max-width: 767px) {

    .steparea a,
    .steparea button,
    .steparea input[type='submit'],
    .steparea input[type='button'] {
        margin-bottom: 10px;
        display: block;
        width: 100%;
        text-align: center;
    }

}


@media screen and (max-width: 991px) {
    .block-contract .arrow-down-svg {
        transform: rotate(90deg);
    }
}


body {
    font-size: 1rem;
    overflow-x: hidden;
}

.text-gray {color: #BFBFBF !important;}

/*#col_INSPECTION {display: none;}*/


h1 {
    color: #2C77D1;
    margin-bottom: 1rem !important;
}

a.client_detail {
    color: #2C77D1 !important;
}

img.logo {
    width: 300px;
}

textarea {
    width: 100%
}

a {
    color: #2C77D1;
    font-size: 1rem;
}

.button {
    padding: 1rem 2rem;
    color: #fff;
    border: 0;
    border-radius: 10px;
    background-color: #DC205E
}

.button-action {
    padding: 1rem 2rem;
    white-space: nowrap;
    border-radius: 3px;
    color: #fff;
    border: 0;
    background-color: #DC205E;
    text-decoration: none;
}

.button-action:hover {
    padding: 1rem 2rem;
    color: #fff;
    border: 0;
    background-color: #235fa8;
}

.button-action-small {
    padding: 0.5rem 1.25rem;
    white-space: nowrap;
    line-height: normal;
    border-radius: 5px;
    color: #fff;
    border: 0;
    background-color: #DC205E;
    text-decoration: none;
}

/* .button-action-small:hover {
    color: #fff;
    border: 0;
    background-color: #DC205E;
} */

.button-action-small-red {
    padding: 0.5rem 1rem;
    white-space: nowrap;
    border-radius: 3px;
    color: #fff;
    border: 0;
    background-color: #ff0000;
    text-decoration: none;
}

.button-action-small-red:hover {
    padding: 0.5rem 1rem;
    color: #fff;
    border: 0;
    background-color: #ff0000;
}

.msg-warning {
    text-align: center;
    font-weight: bold;
    color: #2C77D1;
}




div.lk_userpic {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    transition: opacity 0.2s ease 0s, color 0.2s ease 0s;
}

.lk_userpic:hover {
    opacity: 0.9;
}


div.lk_userpic_big {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-repeat: none;
    background-size: cover;
    background-position: center;
    margin-left: 30px;
}


.admin-panel .btn-admin-panel {
    background-color: #fff;
    color: #808080;
    font-size: .8rem;
    margin-right: 0.8rem;
    margin-bottom: 0.4rem
}

.admin-panel .btn-admin-panel:hover {
    background-color: #DCDCDC;
    color: #808080;
}

.admin-panel .btn-admin-panel i {
    font-size: .7rem;
    margin-right: 5px;
}

.admin-panel3 .btn-admin-panel {
    background-color: #fff;
    color: #808080;
    font-size: .8rem;
    margin-right: 0.8rem;
    margin-bottom: 0.4rem
}

.admin-panel3 .btn-admin-panel:hover {
    background-color: #DCDCDC;
    color: #808080;
}

.admin-panel3 .btn-admin-panel i {
    font-size: .7rem;
    margin-right: 5px;
}

.admin-panel2 a {
    color: #545454;
    text-decoration: none;
    margin-right: 1rem;
}

.admin-panel2 a:hover {
    color: #545454;
    text-decoration: underline;
}

.admin-burger .dropdown-toggle {
    font-size: 0.8rem;
}

.admin-burger ul.dropdown-menu {
    background-color: rgb(0 0 0 / 70%);
}

.admin-burger ul.dropdown-menu li a.dropdown-item:hover {
    background-color: rgb(0 0 0 / 50%);
}

.dropdown-menu.dropdown-menu-custom {
    background-color: rgb(0 0 0 / 80%);
}

.dropdown-menu-custom .dropdown-item {
    color: #fff;
}

.dropdown-menu.dropdown-menu-custom .dropdown-item:hover {
    background-color: rgb(0 0 0 / 30%);
    color: #fff;
}




.admin-burger ul.dropdown-menu li a {
    color: #fff;
    font-size: .8rem;
}

.admin-project-offcanvas-button a {
    font-size: 0.8rem;
}

.title_block ul.nav-tabs li button.nav-link {
    color: #808080 !important;
    font-size: 0.9rem !important;
    font-weight: normal !important;
    border-top: #fff !important;
    border-left: #fff !important;
    border-right: #fff !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.title_block ul.nav-tabs li button.active {
    background-color: #fff !important;
    color: #808080 !important;
    border-bottom: 2px solid #808080 !important;
}

.title_block .form-check .form-check-label {
    color: #BFBFBF
}

.form-check-label {
    cursor: pointer;
}

.markread {
    background-image: url('/images/unread.png');
    background-position: right top;
    background-repeat: no-repeat;
}

.projects-list .project-button a {
    width: 100%;
    display: block;
    height: 100%;
    border: 0px;
    background-color: #DC205E;
    padding: 2rem;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
}

.projects-list .project-button a:hover {
    text-decoration: none;
    color: #fff;
}

.projects-list .project-button-add a {
    width: 100%;
    display: block;
    height: 100%;
    border: 0px;
    background-color: #DBE990;
    padding: 2rem;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
}

.projects-list .project-button-add a:hover {
    text-decoration: none;
    color: #fff;
}

.projects-list ul.nav-tabs button.nav-link {
    color: #808080 !important;
    font-size: 0.9rem !important;
    font-weight: normal !important;
    border-top: #fff !important;
    border-left: #fff !important;
    border-right: #fff !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.projects-list ul.nav-tabs button.active {
    background-color: #fff !important;
    color: #808080 !important;
    border-bottom: 2px solid #808080 !important;
}

span.Zebra_DatePicker_Icon_Wrapper {
    width: 100%!important;
}

button.Zebra_DatePicker_Icon {
    top: 11px!important;
}

#addProject .genpass {
    border-bottom: 1px #000 dotted;
    cursor: pointer;
    margin-left: 10px;
    font-size: .8rem
}

#redoProject .redo_pass2 {
    display: none;
}

#redoProject .delete-action {
    color: #2C77D1;
    font-size: .9rem;
    cursor: pointer;
    margin-left: .4rem;
}

#redoProject .delete-action:hover {
    color: #ff0000;
}

#redoProject .genpass2 {
    border-bottom: 1px #000 dotted;
    cursor: pointer;
    margin-left: 10px;
    font-size: .8rem
}

.project .period {
    font-size: .8rem;
    color: #828282;
}

.project .project-title {
    font-size: 1rem;
}

.project .project-title .gray {
    color: #828282;
}

.project .files a {
    font-size: .9rem;
    color: #828282;
    text-decoration: none;
    margin-right: 30px;
}

.project .project-admin a {
    color: #BFBFBF;
    font-size: 1rem;
    text-decoration: none;
}

.project .project-admin a:hover {
    color: #BFBFBF;
}

.project .project-addtask a i {
    color: #2C77D1;
    font-size: 1.2rem;
}

.project .project-addtask a {
    color: #2C77D1;
    text-decoration: none;
}

.project .project-addtask {
    font-size: .9rem;
    color: #2C77D1;
    font-weight: 600;
    cursor: pointer;
}

.project .project-addsubtask {
    text-align: right;
}

.project .project-addsubtask a {
    color: #2C77D1;
    text-decoration: none;
}

.project .project-addsubtask a i {
    color: #2C77D1;
    font-size: 1.2rem;
}

.project .project-addsubtask {
    font-size: .9rem;
    color: #2C77D1;
    font-weight: 600;
    cursor: pointer;
}


.project .end-taskitem {
    border: solid 4px #006400 !important;
}

.project .task-item.task-item-admin {
    border: solid 1px #008000 !important;
}

.project .task-item .task-action {
    text-align: right;
}

.project .task-item .authortime {
    font-size: .8rem;
    color: #828282;
}

.project .task-item .task-action a i {
    color: #2C77D1;
    font-size: 1rem;
}

.project .task-item .images-gallery div {
    margin-right: 8px;
    width: 100px;
}


.project .leftarea {
    background: #F0F0F0;
    border-radius: 8px;
}

.project h5 {
    font-size: 1rem;
    font-weight: 600;
}

.project .step_ok,
.project .step_ok:hover {
    background-color: #F27400;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    padding: 0.1rem 0.6rem;
    border-radius: 0;
    margin-right: 0.5rem;
    width: 50px;
}

.project .step_vo,
.project .step_vo:hover {
    background-color: #00B607;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    padding: 0.1rem 0.6rem;
    border-radius: 0;
    margin-right: 0.5rem;
    width: 50px;
}

.project .reportprocent {
    font-weight: 700;
    margin-left: 10px;
    font-size: 1.4rem;
    color: #00F20A;
}

.project .step_complete_off,
.project .step_complete_off:hover {
    background-color: #F27400;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    padding: 0.4rem 1rem;
    border-radius: 0;
    margin-right: 0.5rem;
    width: 250px;
}

.project .step_complete_on,
.project .step_complete_on:hover {
    background-color: #00B607;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    padding: 0.4rem 1rem;
    border-radius: 0;
    margin-right: 0.5rem;
    width: 250px;
}


.project .access_email {
    width: 300px
}

.project #uploadScanDogovorFilesList span {
    margin-right: 15px;
    white-space: nowrap;
}

.project #uploadScanDogovorFilesList span i {
    cursor: pointer;
    margin-left: 6px;
    font-size: .8rem;
    color: #ff0000
}

.project #uploadScanSchetFilesList span {
    margin-right: 15px;
    white-space: nowrap;
}

.project #uploadScanSchetFilesList span i {
    cursor: pointer;
    margin-left: 6px;
    font-size: .8rem;
    color: #ff0000
}

.project #uploadScanActFilesList span {
    margin-right: 15px;
    white-space: nowrap;
}

.project #uploadScanActFilesList span i {
    cursor: pointer;
    margin-left: 6px;
    font-size: .8rem;
    color: #ff0000
}

.project #uploadScanTzFilesList span {
    margin-right: 15px;
    white-space: nowrap;
}

.project #uploadScanTzFilesList span i {
    cursor: pointer;
    margin-left: 6px;
    font-size: .8rem;
    color: #ff0000
}

.project #uploadScanDogovorEndFilesList span {
    margin-right: 15px;
    white-space: nowrap;
}

.project #uploadScanDogovorEndFilesList span i {
    cursor: pointer;
    margin-left: 6px;
    font-size: .8rem;
    color: #ff0000
}

.project .comment {
    font-size: .8rem;
    color: #808080
}

.project div.nav-tabs button.nav-link {
    color: #808080 !important;
    font-size: 0.9rem !important;
    font-weight: normal !important;
    border-top: #fff !important;
    border-left: #fff !important;
    border-right: #fff !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.project div.nav-tabs button.active {
    background-color: #fff !important;
    color: #808080 !important;
    border-bottom: 2px solid #808080 !important;
}

.project ul.nav-tabs button.nav-link {
    color: #808080 !important;
    font-size: 0.9rem !important;
    font-weight: normal !important;
    border-top: #fff !important;
    border-left: #fff !important;
    border-right: #fff !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.project ul.nav-tabs button.active {
    background-color: #fff !important;
    color: #808080 !important;
    border-bottom: 2px solid #808080 !important;
}


/*offcanvas сюда*/


.projectreport .task-item {
    border: solid 1px #2C77D1;
    border-radius: 10px;
}

.projectreport .end-taskitem {
    border: solid 4px #006400 !important;
}

.projectreport .task-item.task-item-admin {
    border: solid 1px #008000 !important;
}

.projectreport .task-item .task-action {
    text-align: right;
}

.projectreport .task-item .authortime {
    font-size: .8rem;
    color: #828282;
}

.projectreport .task-item .task-action a i {
    color: #2C77D1;
    font-size: 1rem;
}

.projectreport .task-item .images-gallery div {
    margin-right: 8px;
    width: 100px;
}

.project .end-task {
    color: #ff0000;
}

.project_item {
    background: #F8F9FA;
    border-radius: 8px;
}

.project_item .project_item_name a {
    text-decoration: none;
    font-weight: 700;
    font-size: 1.0rem;
    color: #000
}

.project_item .project_item_steps {
    border: 0.5px solid #B4B4B4;
    border-radius: 3px;
}

.project_item .project_item_steps div {
    font-size: .6rem;
}

.project_item .project_item_steps .project_item_steps_active {
    background: #00B607;
    border-radius: 3px;
}

.project_item .project_item_important {
    background: #F50000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    float: right;
}

.project_item .project_item_warning {
    background: #ff0000;
    color: #fff;
    padding: 3px;
    font-size: 0.6rem;
    border-radius: 5px;
}

.project_item .project_item_smalltext {
    font-size: .6rem;
    color: #808080
}

.project_item_complete {
    display: none;
}

.project_support_report .project-admin a {
    margin-right: 0.7rem;
}

.project_support_report .project-admin a i {
    color: #2C77D1;
    font-size: 1.5rem;
}

.project_support_report .project-admin a:hover i {
    color: #ff0000;
    font-size: 1.5rem;
}

.project_support_report .project-admin i {
    cursor: pointer;
    font-size: 1.5rem;
    color: #2C77D1;
    margin-right: 0.7rem;
}

.project_support_report .project-admin i:hover {
    color: #ff0000;
}

.devarea .project_item_warning {
    background: #ff0000;
    color: #fff;
    padding: 3px;
}

.devarea .reportprocent {
    font-weight: 700;
    margin-left: 10px;
    font-size: 1.4rem;
    color: #00F20A;
}

.devarea #settings-tab-pane div.settings_userpic {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 0px solid;
    background-repeat: none;
    background-size: cover;
    background-position: center;
}

.devarea #settings-tab-pane span {
    cursor: pointer;
}

.devarea #settings-tab-pane .input-file {
    position: relative;
    display: inline-block;
}

.devarea #settings-tab-pane .input-file span {
    position: relative;
    display: inline-block;
}

.devarea #settings-tab-pane .input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.project a.button-access {
    padding: .5rem 1rem;
    color: #fff;
    border: 0;
    background-color: #2C77D1;
    text-decoration: none;
    height: 20px;
}

.project button.button-access {
    padding: .5rem 1rem;
    color: #fff;
    border: 0;
    background-color: #2C77D1;
}

.brief .brief-addtask a i {
    color: #2C77D1;
    font-size: 1.2rem;
}

.brief .brief-addtask a {
    color: #2C77D1;
    text-decoration: none;
}

.brief .brief-addtask {
    font-size: .9rem;
    color: #2C77D1;
    font-weight: 600;
    cursor: pointer;
}

.brief .brieflist a {
    color: #2C77D1;
    text-decoration: underline;
}

.brief .brieflist i {
    color: #2C77D1;
    cursor: pointer;
}

.nav-tabs .nav-link {
    background-color: #fff !important;
    border-color: #dee2e6 !important;
    border: 1px solid #dee2e6 !important;
}

.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #2C77D1 !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

.docs-action-icon {
    width: 22px;
}

#schet-in-akt {
    display: none;
}

#addTask .img-thumbnail {
    width: 100px;
}

#addTask .divimage {
    display: none;
    margin-right: 10px;
}

#addTask .delete-action {
    color: #2C77D1;
    font-size: .9rem;
    cursor: pointer;
    margin-left: .4rem;
}

#addTask .delete-action:hover {
    color: #ff0000;
}

#addTask .deleteimage {
    font-size: .9rem;
    cursor: pointer
}

#addTask .hidden {
    display: none;
}

#redoTask .img-thumbnail {
    width: 100px;
}

#redoTask .divimage {
    display: none;
    margin-right: 10px;
}

#redoTask .divimage2 {
    margin-right: 10px;
}

#redoTask .delete-action {
    color: #2C77D1;
    font-size: .9rem;
    cursor: pointer;
    margin-left: .4rem;
}

#redoTask .delete-action:hover {
    color: #ff0000;
}

#redoTask .deleteimage {
    font-size: .9rem;
    cursor: pointer
}

#redoTask .deleteimage2 {
    font-size: .9rem;
    cursor: pointer
}

#redoTask .hidden {
    display: none;
}

#modalTaskFromBody .ffiles-reset,
#modalTaskFromBody .ffiles-del {
    cursor: pointer
}

.ffiles-reset i {
    font-size: 18px;
}


.alarm-list .project-admin a {
    margin-right: 0.7rem;
}

.alarm-list .project-admin a i {
    color: #2C77D1;
    font-size: 1.5rem;
}

.alarm-list .project-admin a:hover i {
    color: #ff0000;
    font-size: 1.5rem;
}

.alarm-item {
    background-color: #ff0000;
    color: #fff;
    border-radius: 10px;
    width: 100%
}

.alarm-item .text-right {
    text-align: right;
}

.pdf-list .project-admin a {
    margin-right: 0.7rem;
}

.pdf-list .project-admin a i {
    color: #2C77D1;
    font-size: 1.5rem;
}

.pdf-list .project-admin a:hover i {
    color: #ff0000;
    font-size: 1.5rem;
}

.pdf-list .img-thumbnail,
#addPDF .img-thumbnail,
#editPDF .img-thumbnail {
    max-width: 200px;
    max-height: 300px;
}

.button-i {}

.button-i i {
    color: #2C77D1;
    font-size: 1.5rem;
}

#dates {
    margin-top: 10px;
    position: absolute;
    right: 12px;
    top: 100px;
}


#dates_support {
    margin-top: 10px;
    position: absolute;
    right: 12px;
    top: 100px;
}

/*КАССА*/

.expenses-button-inactive {
    text-decoration: underline;
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    margin-right: 2rem;
}

.expenses-button-active {
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-right: 2rem;
}


#expenses-in {
    display: block;
    margin-top: -1.5rem;
}

#expenses-out {
    display: none;
    margin-top: -1.5rem;
}

.expenses-comment {
    text-align: justify;
    font-size: 12px;
}

.expenses-year {
    text-align: justify;
    font-size: 12px;
}

.expenses-minitext {
    font-size: 10px;
}

.expenses_textarea {
    width: 90%
}

.expenses_select {
    width: 300px !important;
}

.expenses-row {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 1px solid #C0C0C0;
}

.exp_itogo_main {
    font-size: 30px;
}

.exp_itogo_main_sum {
    font-size: 30px;
    color: #FF0000;
}

.exp_itogo_main_sum2 {
    font-size: 30px;
    color: #008000;
}


.exp_itogo_sub {
    font-size: 15px;
}

.exp_itogo_sub_sum {
    font-size: 15px;
    color: #FF0000;
}

.exp_itogo_sub_sum2 {
    font-size: 15px;
    color: #008000;
}

.addsubexpout,
.addsubexpin {
    cursor: pointer;
    width: 33px;
}

.isp-text {
    font-size: 13px;
    font-weight: 600;
}

.isp-text i {
    font-size: 12px;
}



.view_subpay,
.view_subpay2 {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

span.commenttext {
    cursor: pointer;
    border-bottom: 1px dotted black;
}

#form_expenses_add input,
#form_expenses_add select,
#form_expenses_add textarea {
    margin-bottom: 10px;
}

#form_expenses_add_2 input,
#form_expenses_add_2 select,
#form_expenses_add_2 textarea {
    margin-bottom: 10px;
}


.info-float-block {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    left: 0px;
    width: 100%;
}

.info-float-block-body {
    width: 500px;
    border-radius: 12px;
    background-image: url('/images/project-info-float-block-bg.png');
    padding: 0.1rem;
}

.info-float-block-body .info-float-block-button {
    border-radius: 12px;
    padding: .3rem .6rem;
    color: #d4d4d4;
    background-color: #3b3b3b;
    cursor: pointer;
    font-size: .7rem;
}

.info-float-block-body .info-float-block-button:hover {
    background-color: #545454;
}

.info-float-block-body .info-float-block-text {
    position: relative;
    color: #fff;
    border-radius: 12px;
    display: none;
}

.info-float-block-body .info-float-block-text .info-float-block-text-inner {
    background-color: #3b3b3b;
    color: #d4d4d4;
    border-radius: 12px;
    padding: 0.8rem;
    font-size: .8rem;
    display: none;
}

#tasks .task-item {
    background-color: #f0f2f3;
    border-radius: 10px;
}

.taskBoard .task__card.task-item-complete {
    display: none;
	background-color: #90EE90
}

#tasks .task-item.task-item-complete .settings_block div {
    color: #A9A9A9
}

#tasks .title a {
    font-size: 1.2rem;
    color: #000;
    text-decoration: none;
}

#tasks .edit-button {
    background-color: #CAAC11;
    color: #fff;
    padding: .5rem 1.5rem;
    margin-right: 1rem;
    cursor: pointer;
}

#tasks .edit-button:hover {
    background-color: #9c840c
}

#tasks .complete-button {
    background-color: #008000 !important;
    color: #fff;
    padding: .5rem 1.5rem;
    margin-right: 1rem;
    cursor: pointer;
}

#tasks .complete-button:hover {
    background-color: #004d00 !important
}

/* #tasks .del-button {
    background-color: #ff0000;
    color: #fff;
    padding: .5rem 1.5rem;
    cursor: pointer;
}

#tasks .del-button:hover {
    background-color: #cc0000
} */

/* #tasks .add-button {
    background-color: #008000;
    color: #fff;
    padding: .5rem 1.5rem;
    cursor: pointer;
    width: 200px;
    text-align: center;
}

#tasks .add-button:hover {
    background-color: #004d00
} */

#tasks .tasks-client-mode-button {
    background-color: #1E90FF !important;
    color: #fff;
    padding: .5rem 1.5rem;
    cursor: pointer;
    text-align: center;
}

#tasks .tasks-client-mode-button:hover {
    background-color: #005cb8 !important
}

#tasks .tasks-client-mode-button-ok {
    background-color: #fff !important;
    color: #005cb8 !important;
    padding: .5rem 1.5rem;
    text-align: center;
}

#modalTaskFrom textarea {
    width: 100%;
    height: 100px;
}


#tasks .task-item .button-action-small {
    height: 2rem;
    white-space: nowrap;
    line-height: normal;
    border-radius: 3px;
    color: #fff;
    border: 0;
    background-color: #DC205E;
    text-decoration: none;
    font-size: 0.8rem;
}

#tasks .task-item .button-action-small:hover {
    color: #fff;
    border: 0;
    background-color: #DC205E;
}

#tasks .task-item .button-action-small-red {
    height: 2rem;
    white-space: nowrap;
    border-radius: 3px;
    color: #fff;
    border: 0;
    background-color: #ff0000;
    text-decoration: none;
    font-size: 0.8rem;
}

#tasks .task-item .button-action-small-red:hover {
    color: #fff;
    border: 0;
    background-color: #cc0000;
}

#tasks .task-item .settings_block div {
    color: #C0C0C0;
    font-size: 0.8rem;
}

#tasks .task-item .settings_block div span.srok {
    color: #FFF;
    background-color: #FF0000;
    border-radius: 5px;
    padding: 0.2rem 0.3rem;
}

#tasks .global_tasks_file {
    text-decoration: none;
    margin-right: .5rem;
    color: #C0C0C0
}

#tasks .tasks-img-thumbnail {
    width: 130px;
    height: 130px;
}

#modalTask img.tasks-img-thumbnail {
    width: 60px;
    height: 60px;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

#part2 {
    display: none;
}

#part3 {
    display: none;
}

.select-part-selected {
    background-color: #555;
    border-color: #555;
}

.show-more {
    border: 0;
    background-color: #fff;
    color: #26426D;
    text-decoration: underline;
    cursor: pointer;
}



.task__row {
    display: grid;
    grid-template-columns: repeat(3, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}


/*.task__row {
    display: grid;
    grid-template-columns: 40% 50%;
    gap: 30px;
    margin-bottom: 40px;
}*/

@media screen and (max-width: 900px) {
	.task__row {
    display: grid;
    grid-template-columns: 100% 100%;
    gap: 30px;
    margin-bottom: 40px;
}
}


.task__button-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;

}

.task__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.task__column-wrap {
    padding: 20px;
    background: #F8F9FA;
    border-radius: 12px;
    height: 100%;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.04) 0px 0px 0px 1px;
}

.task__card {
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.04) 0px 0px 0px 1px;
    background: #FFF;
    border-radius: 12px;
    padding: 15px 15px;
    margin-bottom: 25px;
}


.task__card-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.task__card-link {
    text-decoration: none;
}

.task__card-row {
    display: flex;
    gap: 10px;
}

.task__card-text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.task__card-task-notify {
    font-size: 11px;
    color: #9F9F9F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


.task__card-text a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
}

.task__card-text b {
    font-weight: 300;
    margin-bottom: 10px;
}

.btn-play {
    background: none;
    border: 0;
    padding: 0;
}

.btn-play i {
    color: #D9D9D9;
    font-size: 25px;
}

.btn-completed i {
    color: #D9D9D9;
    font-size: 14px;
}

.btn-completed i,
.btn-play i {
    transition: color .15s ease;
}


.btn-completed i:hover,
.btn-play i:hover {
    color: #c8c8c8;
}

.card__btn-dropdown i {
    font-size: 15px;
    color: #413E54;
}


.btn-completed {
    background: none;
    border: 0;
    padding: 0;
}


.card__btn-dropdown {
    background: none;
    border: 0;
    padding: 0;
}

.card__dropdown i {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.card__dropdown .card__btn-dropdown::after {
    display: none;
}

.card__dropdown .dropdown-item {
    font-size: 14px;
    color: #fff;
    transition: background .15s ease;
}

.card__dropdown .dropdown-item:active {
    background: rgba(83, 83, 83, 0.9);
}

.card__dropdown .dropdown-item:hover {
    background: rgba(83, 83, 83, 0.9);
    color: #fff;
}

.card__dropdown .dropdown-menu {
    background: rgba(49, 49, 49, 0.9);
}

.task__date-item {
    font-size: 11px;
    font-weight: 600;
}

/* .task__date-item._deadline {
    background: #D1416B;
    border-radius: 8px;
    padding: 5px;
} */

.task__date-item._complete {
    background: #DC205E;
    border-radius: 8px;
    padding: 5px;
}

.task__date-item._complete span {
    color: #fff;
}

.task__date-item._deadline span {
    color: #D1416B;
}

.task__card-main {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 4px;
}

.task__card-body {
    flex: 1 1 auto;
}

/* .task__date-item:first-child::after {
    content: '';
    background: url('../images/arrow-down.svg') no-repeat;
    display: block;
    height: 35px;
    background-position: center;
    margin: 8px 0;
} */

.task__date-total {
    color: #DC205E;
}

.task__date-time {
    color: #656565;
}


.task__file {
    display: flex;
    align-items: center;
    gap: 5px;
}

.task__file-item {
    list-style: none;
}

.task__file-img {
    width: 25px;
    height: 25px;
    border-radius: 2px;
}

.task__count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #D9D9D9;
    font-weight: 600;
    font-size: 13px;
}

.task__file-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.task__card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
}

.task__info {
    display: flex;
}

.task__info-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #9F9F9F;
}

.task__info-item-noarrow {
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #9F9F9F;
}

.task__card-name {
    white-space: nowrap;
}

.task__card-name {
    color: #000;
    font-weight: 600;
}

.task__info-item:first-child::after {
    content: '';
    background: url('../images/arrow-right.svg') no-repeat;
    display: block;
    width: 35px;
    height: 10px;
    background-position: center;
    margin: 0 8px;
}

.drop-container {
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
}

.drop-container .bi-download {
    display: flex;
    justify-content: center;
    font-size: 25px;
    margin-bottom: 10px;
    color: #DC205E;
}

.drop-container p {
    font-size: 14px;
    margin: 0;
}

.drop-area {
    border: 2px dashed #dee2e6;
    padding: 20px 15px;
    cursor: pointer;
    transition: border-color .10s ease-in, background-color .10s ease-in;
    border-radius: 4px;
}

.drop-container .bi-trash {
    font-size: 15px;
}

.drop-area:hover {
    border-color: #6c757d;
}

.drop-area input {
    display: none;
}

.leads__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
}

.leads__btn-add {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 0;
    padding: 0;
    background: none;
    outline: none;
    font-size: 20px;
    color: #989898;
    transition: .15s ease;
}

.leads__btn-add i {
    margin-top: 4px;
}

.leads__btn-add:hover {
    color: #000;
}

.leads__block {
    padding: 40px 30px;
    background: #f3f6f9;
    border-radius: 30px;

}



.card-base {
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.04) 0px 0px 0px 1px;
    background: #FFF;
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeIn .15s ease-out forwards;
    height: 100%;
}

.card-base._gray {
    background: #F3F6F9;
}

.card-base__panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.card-base__wrap {
    display: flex;
    gap: 20px;
}


.card-base__title {
    font-size: 20px;
    margin-bottom: 8px;
}

.card-base__info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
    justify-content: space-between;
    color: #989898;
}

.card-base__service {
    margin: 0;
}

.card-base__text {
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
    margin: 0;
}

.card__date-item {
    font-size: 11px;
    text-align: start;
}

.card__date-total {
    color: #DC205E;
}


.clients__top {
    display: flex;
    margin-bottom: 20px;
}

.card-base__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.04) 0px 0px 0px 1px;
}

.card-base__logo img {
    width: 30px;
}

.card-base__list {
    margin: 0;
    list-style-type: disc;
    padding-left: 19px;
}

.card-base__item::marker {
    font-size: 12px;
    color: #989898;
}

.card-base__item a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    transition: color .15s ease;
}

.card-base__item a:hover {
    color: #4b4b4b;
}


.block-details {
    padding: 35px 30px;
    background-color: rgb(247, 247, 247);
    border-radius: 12px;
    transition: .15s ease;
}

.attach__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.attach__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    justify-content: space-between;
    transition: .15s ease;
}

.attach__item button {
    padding: 0;
    outline: none;
    border: 0;
    background: transparent;
}

.attach__item i:hover {
    color: #ff2e2e;
}

.attach__item:not(:last-child) {
    margin-bottom: 5px;
}

.attach__item-name {
    color: #666;
}

.block-details__title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.block-details__title i {
    color: #666;
    font-size: 17px;
}

.block-details__inner {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 0.5fr;
}




.form-switch.сustom-switch.lg .form-check-input {
    width: 5em;
}

.form-switch.сustom-switch .form-check-input {
    width: 2.8em;
}

.form-switch.сustom-switch.lg .form-check-input {
    height: 2.5em;
    margin-left: 0;
}

.form-switch.сustom-switch .form-check-input {
    height: 1.5em;
}

.form-switch.сustom-switch {
    padding-left: 0;
}

.form-switch.form-switch-small {
    padding-left: 0;
}

.form-switch.сustom-switch .form-check-input {
    margin-left: 0;
}


.form-switch.form-switch-small .form-check-input {
    margin-left: 0;
}

.сustom-switch {
    display: flex;
    align-items: center;
    gap: 15px;
}




.form-switch-small .form-check-input:checked,
.сustom-switch .form-check-input:checked {
    background-color: #DC205E;
    border-color: #DC205E;
}

.form-switch-small .form-check-input:focus,
.сustom-switch .form-check-input:focus {
    box-shadow: none;
    border-color: #DC205E;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}




.btn.btn-custom-primary {
    display: inline-flex;
    align-items: center;
    background-color: #DC205E;
    border-color: #DC205E;
    color: #fff;
}

.btn.btn-custom-secondary {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
}


.btn.btn-custom-secondary:hover {
    background-color: #cccccc;
    border-color: #cccccc;
}

.btn.btn-custom-secondary:focus,
.btn.btn-custom-secondary:active {
    background-color: #cccccc !important;
    border-color: #cccccc !important;
}



.btn.btn-custom-secondary {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-size: 16px;
}


.btn.btn-custom-light {
    border-color: #DC205E;
    background: rgb(238, 248, 237);
}


.btn-custom-primary.lg {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-size: 16px;
}

.btn.btn-custom-primary i {
    margin-right: 8px;
    font-size: 18px;
}

.btn.btn-custom-primary:hover {
    background-color: #0C142C;
    border-color: #0C142C;
    color: #fff;
}

::selection {
    color: #fff;
    background-color: #DC205E;
}



.btn.btn-custom-primary:focus,
.btn.btn-custom-primary:active {
    background-color: #9eb339 !important;
    border-color: #9eb339 !important;
    color: #fff !important;
}




.block-info {
    padding: 30px 20px;
    box-shadow: rgb(255, 165, 165) 0px 0px 0px 1px;
    border-radius: 15px;
}

.block-quote {
    display: flex;
}

.block-quote p {
    padding-left: 15px;
    font-size: 14px;
}

.block-quote i {
    font-size: 30px;
    color: #DC205E;
}

.arrow-down-svg path {
    fill: #ebebeb;
}


.notice-block {
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.text-custom {
    color: #DC205E;
}


.payment-info {
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.payment-info h5,
.payment-info span {
    font-weight: 600;
}

.payment-info__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.table.table-custom>:not(caption)>*>* {
    padding: 0.8rem 0.8rem;
    vertical-align: middle;
}

.table>:not(caption)>*>* {
    white-space: nowrap;
}


.table.table-custom .form-control {
    min-width: 7.5rem;
}

.form-check.form-check-custom .form-check-input:checked {
    background-color: #DC205E;
    border-color: #DC205E;
}


.form-check.form-check-custom .form-check-input:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

.form-check label {
    cursor: pointer;
}

.form-check-input {
    cursor: pointer;
}

.form-control.form-control-custom:focus {
    border-color: #DC205E;
    box-shadow: none;
}


.form-select.form-select-custom:focus {
    border-color: #DC205E;
    box-shadow: none;
}


.form-control-custom.form-control-lg {
    font-size: 16px;
    padding: .7rem 1rem;
}

.form-control.form-control-custom {
    resize: none;
}


.expenses-block {
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.block-outline {
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.block-success {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 25px;
    border-radius: 10px;
    font-size: 17px;
    color: #DC205E;
    background-color: rgba(185, 208, 67, 0.07);
}

.block-success i {
    font-size: 20px;
}

.card.custom-card {
    background: #F3F6F9;
    border-radius: 18px;
    border: 0;
    transition: background .15s ease-in;
}


.card-list {
    padding: 0;
    margin: 0;
}

.card-list li {
    list-style: none;
}

.card-list li:not(:last-child) {
    margin-bottom: 5px;
}

.card.custom-card .card-body {
    padding: 1.25em 2em;
}

.card.custom-card .card-footer {
    border: 0;
    background: transparent;
    border-radius: 18px;
    text-align: end;
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-bottom: 1.25em;
}

.card-body-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}

.card-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.btn.btn-close:focus {
    box-shadow: none;
}

.btn.btn__del {
    padding: 0;
    border: 0;
    color: #b1b1b1;
}

.btn-link.btn-custom-link {
    color: #DC205E;
    text-decoration: none;
    padding: 0;
}

.btn-link.btn-custom-link:active {
    color: #0C142C !important;
}

.btn-link.btn-custom-link:hover {
    color: #0C142C;
}

.tooltip-primary {
    display: inline-flex;
    color: #9e9e9e;
    cursor: pointer;
    transition: color .15s ease;
}

.tooltip-primary:hover {
    color: #000;
}

.title-main {
    display: flex;
    align-items: center;
    gap: 20px;
}

.block-contract {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.card .btn-custom-link {
    font-size: 14px;
}

.card .attach__item {
    font-size: 12px;
}

.card-text {
    margin-bottom: 8px
}


.menu-top {
    margin-bottom: 30px;
}

.menu-top__list {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
    margin: 0;
    overflow: auto;
    padding: 15px 0;
}

li.menu-top__item:not(:last-child)::after {
    content: "-";
    margin: 0 0 0 5px;
    color: #c7c7c7;
}

.menu-top__item {
    white-space: nowrap;
    list-style: none;
}

.menu-top__link {
    color: #747474;
    transition: opacity 0.2s ease 0s, color 0.2s ease 0s;
    text-decoration: none;
    font-size: 15px;
}


.menu-top__link._active {
    color: #DC205E;
}

.menu-top__link:hover {
    opacity: 0.8;
}


.navbar {
    box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px 0px;
}

.login-container {
    min-height: 100vh;
    background-color: #f9f9f9;
}

.login-wrap {
    padding: 45px 40px;
    border-radius: 15px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.login-logo {
    max-width: 250px;
    width: 100%;
}

.icon-arrow {
    background: url('./images/arrow-long.svg') no-repeat;
    background-size: contain;
    display: block;
    width: 45px;
    height: 10px;
}

.box-image {}

.box-image img {
    border-radius: 10px;
}

.box-image a {
    display: flex;
}

.gallery-container {
    margin-bottom: 120px;
}

.list-group-item-action {
    cursor: pointer;
}

.taskBoard {
    width: 100%;
    height: 100%;
    position: relative;
}

.taskBoard .ps__rail-x {
    height: 10px;
    bottom: 0;
}



.taskBoard .ps__thumb-x {
    height: 100%;
}

.task__date {
    display: flex;
    align-items: center;
    gap: 8px;
}

.list-group-item .img-preview {
    height: 50px;
}

.list-group-item h6 {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

.ffiles-del {
    cursor: pointer;
}



@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
* {
  padding: 0;
  margin: 0;
}
.app {
  /* display: flex;
  justify-content: center;
  padding: 70px; */
}
body {
  height: 100vh;
}
ol,
ul {
  padding-left: 0;
}
.client__container,
.container {
  margin-left: 0;
}
.panel__link,
.lead__button,
.client__button {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  gap: 30px;
  margin-top: 50px;
}
.head__panel,
.wrapper {
  display: flex;
  justify-content: space-between;
}
.wrapper {
  align-items: flex-start;
}
.panel__link {
    display: flex;
    align-items: center;
    color: #c5c5c5;
    font-size: 15px;
}
.panel__link-archive {
    background: #555;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    outline: none;
    border: 0;
}
.panel__link:hover {
    color: #000;
}

.panel__link a {
    font-size: 15px;
    color: #c5c5c5;
    text-decoration: none;
  }

  .panel__link a:hover {
    color: #000;
  }
.lead__title,
.lead__contact {
  margin-bottom: 18px;
}
.panel__title {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.leads {
  width: 30%;
}
.clients {
  width: 70%;
}
.leads__container {
    padding: 20px;
    background: #F8F9FA;
    border-radius: 12px;
    height: 100%;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.04) 0px 0px 0px 1px;
}
.content__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: calc(100% - 45px);
}
.lead__group,
.lead__all {
  display: flex;
}
.lead__group {
  gap: 20px;
}
.lead__card {
  border-radius: 18.449px;
  border: 1px solid #ececec;
  background: #fff;
  padding: 20px;
}
.lead__panel {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.lead__date {
  color: #DC205E;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.lead__time {
  color: #656565;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.lead__subtitle {
  color: #989898;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.lead__class,
.lead__number {
  color: #989898;
  font-size: 12px;
}
.lead__info {
  width: 100%;
}
.lead__contact {
  display: flex;
  justify-content: space-between;
}
.lead__fulldate,
.lead__panel {
  width: 35px;
}

.head__panel {
  align-items: center;
}

.head__panel-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.client__card {
  border-radius: 18px;
  background: #F8F9FA;
  padding: 10px 15px;
  display: flex;
  gap: 9px;
}
.client__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.client__info {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.logo__btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.logo__btn img {
    width: 100%;
}
.client__list {
  list-style: none;
  padding-left: 0;
}
.client__list__item {
  color: #000;
  font-size: 14px;
  list-style: none;
}

.client__list__item::after {
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  left: 0px;
  top: calc(50% - 1.5px);
  position: absolute;
}

.client__list__item a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
  }

  .client__list__item a:hover {
    font-size: 13px;
    color: #DC205E;
    text-decoration: none;
  }

.client__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.client__title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.client__title a {
    color: #000;
    text-decoration: none;
  }
.client__title a:hover {
    color: #DC205E;
    text-decoration: none;
  }
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .app {
    padding: 15px;
  }
  .wrapper {
    margin-top: 30px;
    gap: 20px;
  }
  .panel__title {
    font-size: 26px;
  }
  .content__container {
    gap: 20px;
    height: calc(100% - 20px);
  }
  .leads {
    width: 50%;
  }
  .clients {
    width: 50%;
  }
  .client__container {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0;
  }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  .app {
    padding: 15px;
  }
  .wrapper {
    margin-top: 30px;
    gap: 10px;
  }
  .panel__title {
    font-size: 26px;
  }
  .content__container {
    gap: 20px;
    height: calc(100% - 20px);
  }
  .leads {
    width: 50%;
  }
  .leads__container {
    border-radius: 15px;
    padding: 10px;
  }
  .clients {
    width: 50%;
  }
  .client__container {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 !important;
  }
  .lead__card {
    padding: 10px;
    padding-top: 15px;
    padding-left: 15px;
  }
  .lead__group {
    gap: 20px;
    align-items: baseline;
  }
  .lead__contact {
    margin-bottom: 10px;
    flex-direction: column;
  }
  .lead__contact p {
    margin-bottom: 3px;
  }
}

@media screen and (min-width: 300px) and (max-width: 600px) {
  .app {
    padding: 10px;
  }
  .wrapper {
    margin-top: 30px;
    gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .panel__title {
    font-size: 26px;
  }
  .content__container {
    gap: 20px;
    height: max-content;
  }
  .leads {
    width: 100%;
  }
  .leads__container {
    border-radius: 15px;
    padding: 10px;
  }
  .clients {
    width: 100%;
  }
  .client__container {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 !important;
  }
  .lead__card {
    padding: 10px;
    padding-top: 15px;
    padding-left: 15px;
  }
  .lead__group {
    gap: 20px;
    align-items: baseline;
  }
  .lead__contact {
    margin-bottom: 10px;
    flex-direction: column;
  }
  .lead__contact p {
    margin-bottom: 3px;
  }
}
.task-view {
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.04) 0px 0px 0px 1px;
    border-radius: 8px;
    padding: 15px 15px;
    background: #F8F9FA;
}

.task-view .task__info-item {
    font-size: 13px;
}

.timeline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.timeline__block {
    font-size: 13px;
}


.timeline__block .task__date-item {
    font-size: 13px;
}

.task-price {
    color: #fff;
    background: #DC205E;
    border-radius: 15px;
    padding: 5px 12px;
}


