/* cv Edit Page Style */
/**********************/
/*****  hero section *******/
.cv-edit-page-hero-sction {
    background-image: linear-gradient(to bottom, #fcfcfc9c, #e6e7e7b3), url(/assets/images/background/cv-hero-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    position: relative;
    height: 290px;
}

.cv-edit-page-hero-sction .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cv-edit-page-hero-sction
.hero-section-text-box {
    width: 100%;
}

.cv-edit-page-hero-sction
.hero-section-text-box h1 {
    color: #313131;
    font-family: Tajawal;
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 46.8px */
}

.cv-edit-page-hero-sction,
.hero-section-breadcrumb ul {
    display: flex;
}

.cv-edit-page-hero-sction,
.hero-section-breadcrumb li:hover a {
    color: rgb(36, 29, 29) !important;
}

.cv-edit-page-hero-sction,
.hero-section-breadcrumb li:not(.current-page) a {
    color: rgba(49, 49, 49, 0.70);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    font-family: Tajawal;
}

.cv-edit-page-hero-sction,
.hero-section-breadcrumb .current-page a {
    color: #313131 !important;
    font-weight: 700 !important;
}
/* cv edit page container */
.cv-edit-page-container{
    width: 90%;
    display:flex;
    justify-content:center;
    gap:10px; 
    margin:40px auto 0 auto !important;
}
.cv-page-aside {
    display: flex;
    width: 342px;
    max-height: 1024px;
    padding: 48px 25px 40px 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 53px !important;
    height: 100vh !important;
    flex-shrink: 0;
    border-top: 0.8px solid #DDD;
    background: #009AE8;
    flex: 2;
    margin-top: 25px;
    position: sticky;
    top: 0px;
}
/* aside item link style */
.cv-page-aside .aside-item a {
    color: #ffffff8c;
    text-align: right;
    font-family: Tajawal;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    fill:#ffffff8c;
}

.cv-page-aside .aside-item a img{
    color: #ffffff8c;
    text-align: right;
    font-family: Tajawal;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    filter: opacity(0.5);
    background-color:white;
    border-radius: 20px;
}
/* aside item active style */
.cv-page-aside .aside-item.active:hover a,
.cv-page-aside .aside-item.active a {
    color: #ffffffff;
}

.cv-page-aside .aside-item.active:hover a > img,
.cv-page-aside .aside-item.active a > img {
    color: #ffffffff;
    filter: none;
}

/* cv form  style */
.ulockd-reg-form {
    flex: 1;
    background: #fff !important;
    width: 100% !important;
    flex: 7;
    padding: 0px 30px 40px !important;
}
.cv-edit-page-container .row{
    width: 100% !important;
}
.ulockd-team-two {
    margin: 0px !important;
    padding: 0px !important;
}
.ulockd-team-two .container{
    width:100% !important;
}
/* section titles style*/
.cv-edit-page-container .text-thm2 {
    color: #313131 !important;
    font-family: Tajawal !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 120% !important;
}
/* user image box style */
.cv-edit-page-container .user-image-box {
    width: 155px !important;
    height: 155px !important;
}
.cv-edit-page-container .user-image-box img {
    border-radius: 50% !important;
    aspect-ratio: 1/1 !important;
}
/* input, select fields style */
select.form-control,
input.form-control {
    border-radius: 10px !important;
    border: 1px solid #CCC !important;
    background: #FFF !important;
}
/* input fields disabled style */
select.form-control:disabled,
input[type=file].form-control:disabled,
input.form-control:read-only:not(input[type=file]) {
    background: #EEE !important;
}
/* style for file input */
input[type=file].form-control {
    padding-top: 12px;
}
/* add new section button style */
.cv-form-add-section {
    display: flex;
    height: 46px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid #009AE8;
    background: #FFF;
    color: #009AE8;
    width:100%;
    margin-bottom:10px;
}
/* submit button style */
.submit-action {
    display: flex;
    justify-content: flex-end !important;
}
.cv-form-submit-button {
    display: flex;
    width: 205px;
    height: 46px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    background: #009AE8;
    color: #FFF;
    border: none !important;
}
/**************************/
/* privacy-modal-body  style*/
#PrivacyPolicyLabel table {
    width: 100% !important;
}


/************************/
/*FOR REGISTRATION FORM*/

.reg-form{
    width:70%;
}