/*------------------------------------
- COLOR zc-success
------------------------------------*/
.alert-zc-success {
    color: #002c07;
    background-color: #74fe8b;
    border-color: #60fe7a;
}

    .alert-zc-success hr {
        border-top-color: #47fd65;
    }

    .alert-zc-success .alert-link {
        color: #000000;
    }

.badge-zc-success {
    color: #fff;
    background-color: #01a61c;
}

    .badge-zc-success[href]:hover,
    .badge-zc-success[href]:focus {
        color: #fff;
        background-color: #007313;
    }

.bg-zc-success {
    background-color: #01a61c !important;
}

a.bg-zc-success:hover,
a.bg-zc-success:focus,
button.bg-zc-success:hover,
button.bg-zc-success:focus {
    background-color: #007313 !important;
}

.border-zc-success {
    border-color: #01a61c !important;
}

.btn-zc-success {
    color: #fff;
    background-color: #01a61c;
    border-color: #01a61c;
}

    .btn-zc-success:hover {
        color: #fff;
        background-color: #008216;
        border-color: #007313;
    }

    .btn-zc-success:focus,
    .btn-zc-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(1, 166, 28, 0.5);
    }

    .btn-zc-success.disabled,
    .btn-zc-success:disabled {
        color: #fff;
        background-color: #01a61c;
        border-color: #01a61c;
    }

    .btn-zc-success:not(:disabled):not(.disabled):active,
    .btn-zc-success:not(:disabled):not(.disabled).active,
    .show > .btn-zc-success.dropdown-toggle {
        color: #fff;
        background-color: #007313;
        border-color: #006410;
    }

        .btn-zc-success:not(:disabled):not(.disabled):active:focus,
        .btn-zc-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-zc-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(1, 166, 28, 0.5);
        }

.btn-outline-zc-success {
    color: #01a61c;
    background-color: transparent;
    border-color: #01a61c;
}

    .btn-outline-zc-success:hover {
        color: #fff;
        background-color: #01a61c;
        border-color: #01a61c;
    }

    .btn-outline-zc-success:focus,
    .btn-outline-zc-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(1, 166, 28, 0.5);
    }

    .btn-outline-zc-success.disabled,
    .btn-outline-zc-success:disabled {
        color: #01a61c;
        background-color: transparent;
    }

    .btn-outline-zc-success:not(:disabled):not(.disabled):active,
    .btn-outline-zc-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-zc-success.dropdown-toggle {
        color: #fff;
        background-color: #01a61c;
        border-color: #01a61c;
    }

        .btn-outline-zc-success:not(:disabled):not(.disabled):active:focus,
        .btn-outline-zc-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-zc-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(1, 166, 28, 0.5);
        }

.list-group-item-zc-success {
    color: #002c07;
    background-color: #60fe7a;
}

    .list-group-item-zc-success.list-group-item-action:hover,
    .list-group-item-zc-success.list-group-item-action:focus {
        color: #002c07;
        background-color: #47fd65;
    }

    .list-group-item-zc-success.list-group-item-action.active {
        color: #fff;
        background-color: #002c07;
        border-color: #002c07;
    }

.table-zc-success,
.table-zc-success > th,
.table-zc-success > td {
    background-color: #60fe7a;
}

.table-hover .table-zc-success:hover {
    background-color: #47fd65;
}

    .table-hover .table-zc-success:hover > td,
    .table-hover .table-zc-success:hover > th {
        background-color: #47fd65;
    }

.text-zc-success {
    color: #01a61c !important;
}

a.text-zc-success:hover,
a.text-zc-success:focus {
    color: #007313 !important;
}

/*------------------------------------
- COLOR zc-warning
------------------------------------*/
.alert-zc-warning {
    color: #866c02;
    background-color: #fef5d1;
    border-color: #fdf0bd;
}

    .alert-zc-warning hr {
        border-top-color: #fdeba4;
    }

    .alert-zc-warning .alert-link {
        color: #544401;
    }

.badge-zc-warning {
    color: #212529;
    background-color: #faca0a;
}

    .badge-zc-warning[href]:hover,
    .badge-zc-warning[href]:focus {
        color: #212529;
        background-color: #cca404;
    }

.bg-zc-warning {
    background-color: #faca0a !important;
}

a.bg-zc-warning:hover,
a.bg-zc-warning:focus,
button.bg-zc-warning:hover,
button.bg-zc-warning:focus {
    background-color: #cca404 !important;
}

.border-zc-warning {
    border-color: #faca0a !important;
}

.btn-zc-warning {
    color: #212529;
    background-color: #faca0a;
    border-color: #faca0a;
}

    .btn-zc-warning:hover {
        color: #212529;
        background-color: #dbb004;
        border-color: #cca404;
    }

    .btn-zc-warning:focus,
    .btn-zc-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(250, 202, 10, 0.5);
    }

    .btn-zc-warning.disabled,
    .btn-zc-warning:disabled {
        color: #212529;
        background-color: #faca0a;
        border-color: #faca0a;
    }

    .btn-zc-warning:not(:disabled):not(.disabled):active,
    .btn-zc-warning:not(:disabled):not(.disabled).active,
    .show > .btn-zc-warning.dropdown-toggle {
        color: #212529;
        background-color: #cca404;
        border-color: #bd9803;
    }

        .btn-zc-warning:not(:disabled):not(.disabled):active:focus,
        .btn-zc-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-zc-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(250, 202, 10, 0.5);
        }

.btn-outline-zc-warning {
    color: #faca0a;
    background-color: transparent;
    border-color: #faca0a;
}

    .btn-outline-zc-warning:hover {
        color: #212529;
        background-color: #faca0a;
        border-color: #faca0a;
    }

    .btn-outline-zc-warning:focus,
    .btn-outline-zc-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(250, 202, 10, 0.5);
    }

    .btn-outline-zc-warning.disabled,
    .btn-outline-zc-warning:disabled {
        color: #faca0a;
        background-color: transparent;
    }

    .btn-outline-zc-warning:not(:disabled):not(.disabled):active,
    .btn-outline-zc-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-zc-warning.dropdown-toggle {
        color: #212529;
        background-color: #faca0a;
        border-color: #faca0a;
    }

        .btn-outline-zc-warning:not(:disabled):not(.disabled):active:focus,
        .btn-outline-zc-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-zc-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(250, 202, 10, 0.5);
        }

.list-group-item-zc-warning {
    color: #866c02;
    background-color: #fdf0bd;
}

    .list-group-item-zc-warning.list-group-item-action:hover,
    .list-group-item-zc-warning.list-group-item-action:focus {
        color: #866c02;
        background-color: #fdeba4;
    }

    .list-group-item-zc-warning.list-group-item-action.active {
        color: #212529;
        background-color: #866c02;
        border-color: #866c02;
    }

.table-zc-warning,
.table-zc-warning > th,
.table-zc-warning > td {
    background-color: #fdf0bd;
}

.table-hover .table-zc-warning:hover {
    background-color: #fdeba4;
}

    .table-hover .table-zc-warning:hover > td,
    .table-hover .table-zc-warning:hover > th {
        background-color: #fdeba4;
    }

.text-zc-warning {
    color: #faca0a !important;
}

a.text-zc-warning:hover,
a.text-zc-warning:focus {
    color: #cca404 !important;
}

.main-sub-header {
    background: url("../images/person-main-page.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.rounded-2 {
    border-radius: 2rem !important;
}

.rounded-3 {
    border-radius: 3rem !important;
}

.project-img-status-text {
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
}

.project-overlay-img-status-text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0.75rem;
}

.newsletter-overlay-img-status-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    left: 0;
    top: 0;
}

.newsletter-section-two-overlay-img-status-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.article-overlay-img-status-text {
    position: absolute;
    display: flex;
    align-items: flex-end;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.75rem;
}

.progress-bar-zc-success .progress-bar {
    background-color: #01a61c;
    box-shadow: 0 2px 6px 0 rgba(57, 218, 138, 0.6);
}

.custom-bg-two-line {
    background-image: url("../images/yellow-green-lines-left.svg"), url("../images/yellow-green-lines-right.svg");
    background-position: top 170px left 0px, top right;
    background-repeat: no-repeat, no-repeat;
}

.bg-custom-letter {
    background-image: url("../images/letter.svg");
    background-position: top 170px left 0px;
    background-repeat: no-repeat;
    height: 50%;
    width: 100%;
}

.bg-newsltter-button {
    background-color: #959597 !important;
}

.footer-img {
    height: 300px;
}

/* #DetailsTabs {
  background-color: #ececec;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
} */

.project-details-bg .nav-tabs .nav-link.active {
    color: #475f7b;
    background-color: white;
}

    .project-details-bg .nav-tabs .nav-link.active .tab-counter {
        color: white !important;
        background-color: #01a61c !important;
    }

    .project-details-bg .nav-tabs .nav-link.active:hover {
        color: #000000 !important;
    }

.project-details-bg .nav.nav-tabs .nav-item .nav-link {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.project-details-bg .tab-content .tab-pane p {
    margin-bottom: 0;
}

.project-details-bg .nav-pills .nav-link,
.nav-tabs .nav-link {
    background: #ececec;
    border-radius: 0;
}

.project-details-bg {
    background-color: #ececec;
    border-radius: 1.5rem;
    padding: 0;
}

    .project-details-bg .tab-content {
        background-color: white;
        border-radius: 1.5rem;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

#TimelineContainer {
    overflow-x: auto;
}

    #TimelineContainer .icons-border {
        border-top: 2px solid #394c62 !important;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-left: 3rem !important;
    }

#ProjectReportAccordion .collapse-header {
    margin-bottom: 0 !important;
}

    #ProjectReportAccordion .collapse-header .card-header {
        border: 0 !important;
        border-top: 2px solid #dfe3e7 !important;
    }

#ProjectReportAccordion .collapse-icon [data-toggle="collapse"]::before {
    font-size: 3rem !important;
}

.document-date-bg {
    background-color: #F0F0F0 !important;
}

.h_iframe-aparat_embed_frame {
    position: relative;
}

    .h_iframe-aparat_embed_frame .ratio {
        display: block;
        width: 100%;
        height: auto;
    }

    .h_iframe-aparat_embed_frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#ShowGuidanceVideoModal .modal-body {
    overflow-y: hidden;
}

.height-35 {
    height: 35px !important;
}

@media (max-width: 768px) {
    .main-sub-header {
        background: white no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .footer-img {
        height: 600px;
    }
}

.rule-box-height {
    height: 50vh;
}

.mt-n7 {
    margin-top: -7rem;
}

@media (max-width: 576px) {
    .newsletter-section-two-overlay-img-status-text {
        position: inherit;
    }

    .newsletter-overlay-img-status-text {
        position: inherit;
    }
}
