@charset "utf-8";
/* CSS Document */

body.post-type-archive-actions {
    padding-top: 150px;
}

.post-type-archive-actions .foundational-intro {
    margin-bottom: 71px;
}

.post-type-archive-actions h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 200;
    line-height: 50px;
    letter-spacing: -5px;
    text-transform: uppercase;
    font-family: 'Trend Slab One', sans-serif;
    margin: 0 0 40px;
}

.post-type-archive-actions .foundational-intro p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #000A2B;
}

.post-type-archive-actions .foundational-intro span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.48px;
    color: #FF3D14;
}

.post-type-archive-actions .foundational-intro .content, .post-type-archive-actions .foundational-intro h1 {
    max-width: 579px;
}

.company-completion {
    border-radius: 15px;
    background: #000A2B;
    margin: 0 0 24px;
    display: flex;
    max-width: 433px;
    padding: 16px;
    align-items: flex-start;
    gap: 18px;
}

.company-completion img {
    width: 41px;
    height: auto;
}

.completion-meta {
    width: 100%;
}

.post-type-archive-actions .foundational-intro .completion-meta p, .post-type-archive-actions .foundational-intro .completion-meta .percentage {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: white;
    margin: 0 0 8px;
}

.completion-meta > div:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.completion-meta .progress {
    height: 8px;
    background: #F0EDE8;
    border-radius: 4px;
}

.completion-meta .progress-bar {
    background: #FF3D14;
}

.post-type-archive-actions .foundational-intro span.useful-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.48px;
    color: #000A2B;
    margin: 0 0 12px;
	max-width: 433px;
}

.useful-links {
    max-width: 433px;
    border-radius: 15px;
    background: #D7ECFB;
    padding: 0px 20px 23px 19px;
}

.useful-links a {
    float: left;
    width: 100%;
    padding: 21px 61px 7px 27px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #000A2B;
    box-shadow: inset 0 -0.06rem 0 0 #000A2B;
}

.useful-links a:hover {
    padding: 14px 61px 14px 27px;
}

.useful-links a:after {
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    visibility: visible;
    color: #f43d14;
    position: absolute;
    right: 19px;
    top: 14px;
    transform: rotate(-45deg);
    opacity: 0;
}

.useful-links a:hover:after {
    opacity: 1;
}

.action-plan-container-block .container-fluid.action-plan-block {
    height: auto;
    padding-top: 37px;
    padding-bottom: 45px;
    min-height: 297px;
}

body.post-type-archive-actions .action-plan-block .action-plan-content-inner span.trend.main-title {
    color: #FF3D14;
}

body.post-type-archive-actions .action-plan-block .action-plan-content-inner .content {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    color: #000A2B;
}

body.post-type-archive-actions .action-plan-block .btn {
    color: white;
    min-width: 323px;
    text-align: center;
}

.notification {
    border: 1px solid #000A2B;
    border-radius: 10px;
    max-width: 433px;
    display: flex;
    padding: 17px 15px 18px 15px;
    gap: 10px;
    margin-top: 26px;
    position: relative;
}

.notification span.icon {
    color: #F0EDE8;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    background: #FF3D14;
    min-width: 35px;
    height: 35px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification p, .post-type-archive-actions .notification p {
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    color: #000A2B;
}

span.clear-noticiation {
    min-width: 15px;
    height: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

span.clear-noticiation:before, span.clear-noticiation:after {
    content: "";
    visibility: visible;
    width: 2px;
    height: 100%;
    background: #f43d14;
    position: absolute;
    transform: rotate(45deg);
}

span.clear-noticiation:after {
    transform: rotate(-45deg);
}

span.clear-noticiation:hover {
    opacity: 0.6;
}

.company-code {
    max-width: 433px;
    width: 100%;
}

/*When actions have been submitted*/
.submitted-action-status {
    color: #FF3D14;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    letter-spacing: 0.48px;
    position: absolute;
    right: 15px;
    top: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.submitted-action-status:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    visibility: visible;
    width: 24px;
    height: 24px;
    background: #FF3D14;
    border-radius: 100px;
    color: white;
    font-size: 10px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.action-plan-container-block.action-submitted .border-grey-style:before {
    opacity: 0.4;
}

.action-plan-container-block.action-submitted .action-plan-content-inner {
    opacity: 0.4;
}

body.post-type-archive-actions .action-plan-block .btn-secondary {
    color: #000A2B;
    border-color: #E8E1D7;
}

body.post-type-archive-actions .action-plan-block .btn-secondary:after {
    background: #E8E1D7;
    z-index: -2;
}