body {
    background-color: #ffffff;
}

h1 {
    font-size: 22px;
    font-weight: bold;
}
h2 {
    font-size: 20px;
    font-weight: bold;
}
h3 {
    font-size: 18px;
    font-weight: bold;
}
h4 {
    font-size: 16px;
    font-weight: bold;
}

.btn {
    text-transform: none;
    letter-spacing: 1.2px;
}
label.btn {
    letter-spacing: 0;
}

.btn.btn-success {
    background-color: #6CBE45;
}
.btn.btn-link {
    border: 1px solid #6CBE45;
    color: #6CBE45;
}

a {
    color: #6CBE45;
}

.form-group {
    margin: 0 0 20px 0;
}
.form-group .form-select-w {
    position: relative;
}
.form-group .form-select-w:after {
    position: absolute;
    z-index: 10;
    top: 12px;
    right: 0;
    pointer-events: none;
    font-family: "Material Icons";
    font-size: 20px;
    content: "\e5c5";
}

.bmd-form-group [class^="bmd-label"] {
    position: static;
}

.d-justify-sb-c {
    justify-content: space-between;
    align-items: center;
}

.is-focused .form-control {
    background-image: linear-gradient(to top, #6CBE45 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'] {
    color: #6CBE45;
}
.form-check .form-check-input:checked ~ .form-check-sign .check {
    background-color: #ffffff;
}
.form-check .form-check-input:checked ~ .form-check-sign .check:before {
    color: #6CBE45;
}
.form-check .form-check-sign .check {
    border: 1px solid #6CBE45;
}

.user-form {
    max-width: 305px;
    margin: 0 auto;
}

.user-form h2 {
    margin: 30px 0;
    font-weight: bold;
}

.user-form-ra {
    max-width: 390px;
    margin: 0 auto;
}

.user-form-ra h2 {
    margin: 30px 0;
    font-weight: bold;
}

.user-form-ra .card {
    background: rgba(108, 190, 69, 0.05);
    border: 1px solid #6CBE45;
    cursor: pointer;
}

.user-form-ra .card h4 {
    font-family: Roboto;
    letter-spacing: 1px;
}

.user-form-ra .card .material-icons {
    margin: 0 8px 0 0;
    vertical-align: text-top;
}

/* Sidebar */

.sidebar {
    background-color: #363740;
    box-shadow: none;
}
.sidebar.profile-empty:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    content: " ";
}

.sidebar-logo {
    padding: 22px 22px 0 22px;
}
.sidebar-logo a {
    color: #A4A6B3;
}
.sidebar-logo a img {
    max-width: 44px;
    margin: 0 15px 0 0;
}

.sidebar .nav li a {
    margin: 10px 0 0 0;
    color: #A4A6B3;
}
.sidebar .nav li:first-child > a {
    margin: 0;
}
.sidebar .nav li.active > a {
    background-color: rgba(200, 200, 200, 0.2);
    box-shadow: none;
}
.sidebar .nav li:hover > a {
    color: #ffffff;
}

.sidebar .nav li.bottom-one {
    position: absolute;
    width: 100%;
    bottom: 60px;
}
.sidebar .nav li.bottom-two {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.main-panel > .content {
    margin-top: 0;
}

/* PROFILE */

.profile-empty-notice {
    width: 100%;
    height: 50px;
    background-color: #FFEEDE;
    padding: 13px 30px;
    margin: 0 30px 0 0;
    border-radius: 7px;
    color: #353535;
}
.profile-empty-notice > span {
    vertical-align: middle;
}

.profile-photo-upload {
    margin: 20px 0 45px 0; 
}
.profile-photo-upload > span {
    vertical-align: top;    
}
.profile-photo-upload > span a {
    color: #6CBE45;
}

.profile-services {
    margin: 25px 0 0 0;
    font-size: 16px;
}
.profile-services > div {
    margin: 0 28px 20px 0;
}

.profile-services input {
    display: none;
}

.profile-services input:checked+label {
    background-color: #EE9F00;
    color: #ffffff;
}

.profile-services label.btn {
    margin: 0;
    padding: 11px 28px;
    text-transform: none;
    font-size: 16px;
}

/* DASHBOARD */

.dashboard-head {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.dashboard-head .blk-progress-title {
    position: absolute;
    left: 0;
}

.dashboard-head .blk-progress {
    display: flex;
    justify-content: space-between;
    padding: 20px 24px;
    width: 350px;
    border: 1px solid #DADADA;
    border-radius: 10px;
}

.dashboard-head .blk-progress .blk-progress-info h4 {
    margin: 0 0 25px 0;
}

.dashboard-head .blk-progress .blk-progress-info p {
    margin: 0;
}
.dashboard-head .blk-progress .blk-progress-info span {
    font-size: 25px;
    font-weight: bold;
}

.dashboard-head .blk-progress .blk-progress-diagram {
    position: relative;
}
.dashboard-head .blk-progress .blk-progress-diagram span {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
}

.cc-svg {
    display: block;
    max-width: 92px;
}
.cc-path {
    stroke: #EE9F00;
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

.list-rsp {
    margin: 20px 0 0 0;
}
.list-rsp tr td {
    padding: 6px 10px;
}
.list-rsp tr td:first-of-type {
    padding-left: 0;
} 
.list-rsp tr td:last-of-type {
    padding-right: 0;
}

.ss-details {
    padding: 20px 25px;
    margin: 25px 0 0 0;
    background-color: #F8F8F8;
    border-radius: 10px;    
}
.ss-details .ss-details-status span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #A4A6B3;
}
.ss-details .ss-details-status span.active {
    color: #EE9F00;
}
.ss-details h3 {
    margin: 0 0 10px 0;
}
.ss-details dl:last-of-type,
.ss-details dl:last-of-type dd {
    margin: 0;
}

.task-timeline-w {
    position: relative;
    display: flex;
    margin: 0 0 15px 0;
}

.task-timeline-status {
    position: relative;
    flex-basis: 25%;
    font-size: 14px;
    border-bottom: 3px solid #c9c9c9;
    padding: 0 0 30px 0;
}
.task-timeline-status:after {
    display: block;
    position: absolute;
    bottom: -10px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #C9C9C9;
    content: " ";
}
.task-timeline-status strong {
    display: block;
    font-weight: bold;
}

.task-timeline-status.complete {
    border-bottom: 3px solid #EE9F00;
}
.task-timeline-status.started:after {
    bottom: -12px;
    left: -5px;
    background-color: #ffffff;
    border: 4px solid #ee9f00;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    font-family: "Material Icons";
    font-size: 17px;
    line-height: 18px;
    content: "\e5ca";
    color: #ee9f00;
    text-align: center;
}
.task-timeline-status:last-of-type {
    border-bottom: 3px solid transparent;
}

.page-navigation {
    margin: 0 0 25px 0;
}
.page-navigation .breadcrumbs {
    margin: 0 0 20px 0;
}
.page-navigation strong {
    font-weight: bold;
}
.page-navigation a {
    font-size: 15px;
}

.profile-view-head {
    display: flex;
    justify-content: space-between;
}
.profile-name img {
    max-width: 66px;
    align-self: center;
    margin: 0 20px 0 0;
}


.profile-completeness {
    position: relative;
    width: 125px;
    padding: 0 0 3px 0;
    margin: 0 0 20px 0;
}
.profile-completeness:before,
.profile-completeness:after 
{
    display: block;
    position: absolute;
    bottom: -5px;
    height: 5px;
    border-radius: 5px;
    content: " ";
}
.profile-completeness:before {
    background-color: #E3E3E3;
    width: 100%;
}
.profile-completeness:after {
    background-color: #EE9F00;
    width: var(--profile-completeness);
}

.profile-info {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 20px 25px;
    margin: 25px 0 0 0;
}
.profile-info h3 {
    margin: 0 0 10px 0;
}
.profile-info dl:last-of-type,
.profile-info dl:last-of-type dd {
    margin: 0;
}

.profile-sidebar {
    background-color: #F0F0F0;
    padding: 30px 24px;
    margin: -30px -15px -30px 0;
}
.profile-sidebar h2 {
    margin: 0 0 20px 0;
}

.profile-sidebar .profile-sidebar-item {
    position: relative;
    background-color: #ffffff;
    padding: 16px 18px;
    margin: 0 0 17px 0;
    border-radius: 10px;
    font-size: 14px;
}

.profile-sidebar .profile-sidebar-item h3 {
    margin: 0 0 20px 0;
    font-size: 16px;
}

.profile-sidebar .profile-sidebar-item p {
    margin: 0;
}

.profile-sidebar .profile-section-filled {
    position: absolute;
    right: 18px;
    border: 1px solid #E19500;
    border-radius: 10px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #E19500;
}
.profile-sidebar .profile-section-filled span {
    vertical-align: text-bottom;
    font-size: 19px;
}

.profile-offence {
    padding: 20px 25px;
    margin: 25px 0 0 0;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.profile-certificate {
    float: left;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 20px 25px;
    margin: 0 20px 20px 0;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    width: 490px;
    min-height: 280px;
}

.profile-certificate-info {
    width: 70%;
}

.profile-certificate-new {
    justify-content: center;
    align-items: center;
}

.profile-certificate-upload {
    position: relative;
    display: inline-block;
}

.profile-certificate-delfile {
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid #C4C4C4;
    border-radius: 15px;
    background-color: #ffffff;
}
.profile-certificate-delfile span {
    display: block;
    position: absolute;
    top: 13px;
    left: 6px;
    width: 15px;
    height: 2px;
    background-color: #333333;
    transform: rotate(45deg);
}
.profile-certificate-delfile span+span {
    position: absolute;
    transform: rotate(135deg);
}

.profile-certificate-upload-btn {
    display: none;
}

