@font-face {
    font-family: 'DIN Next LT Arabic';
    src: url(../../fonts/DINNextLTArabic-Light.ttf);
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: 'DIN Next LT Arabic';
    src: url(../../fonts/DINNextLTArabic-Regular.ttf);
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: 'DIN Next LT Arabic';
    src: url(../../fonts/DINNextLTArabic-Medium.ttf);
    font-weight: 500;
    font-display: swap
}

*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    direction: rtl;
    font-family: DIN Next LT Arabic;
    font-weight: 400;
}
a,input,button,select:not(.link-type),.swal2-modal{
    font-family: DIN Next LT Arabic !important;
    outline:none;
}
header {
    position: fixed;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 15px;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    z-index: 100 !important;
    box-shadow: 0 1px 2px rgba(16,16,17,.02), 0 3.4px 8px rgba(16,16,17,.007), 0 12px 30px rgba(16,16,17,.003);
}
header.introjs-fixParent{
    z-index: 100 !important;
}
header nav{
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #f4f7f8;
    border: 4px solid rgba(14, 79, 144, 0.05);
    margin: 0 auto;
    right: -100px;
    position: relative;
    overflow: hidden;
}
header nav a:not(.active)::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 79, 144, 0.06);
    border-radius: 16px;
    transition: all 0.5s ease;
}
header nav a:first-child::before{
    left: calc(-100% - 10px);
}
header nav a:last-child::before{
    right: calc(-100% - 10px);
}
header nav a{
    display: inline-block;
    padding: 10px 15px;
    box-sizing: border-box;
    text-decoration: none;
    color: #0c2847;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 16px;
    position: relative;
}
header nav a img{
    width: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px
}
header nav a:first-child{
    margin-left: 10px;
}

header nav a.active{
    background-color: #58a1d4;
    color:#fff;
    z-index: 10;
}
header nav a:first-child:hover::before,header nav a:first-child:focus::before{
    left: 0;
}
header nav a:last-child:hover::before,header nav a:last-child:focus::before{
    right: 0;
}
header h2{
    position: relative;
    font-size: 18px;
    margin-right: 20px;
    padding-right: 20px;
    font-weight: 500;
}
header h2 a{
    padding: 10px;
    color: #182945;
    text-decoration: none;
    background: #ebebeb;
    border-radius: 3px;
    transition: all 0.25s ease;
}
header h2 a:hover{
    background-color: #182945;
    color: #fff;
}
header h2:before{
    content: '';
    width: 1px;
    height: 40px;
    background: #e5e8e8;
    position: absolute;
    right: 0;
    top: -4px
}
header img {
    width: 200px;
}

header h4 {
    margin: 8px;
    text-align: center;
    color: #0e4f90;
}
.content{
    background-color: #f4f7f8;
    min-height: calc(100vh - 43px);
}
.container{
    position: relative;
    width: 85%;
    margin: 0 auto;
}
.wrapper{
    background-color: #fff;
    display: flex;
    min-height: calc(100vh - 43px);
}

.content .wel {
    padding: 10px 40px;
    font-size: 22px;
    margin: 0;
}

.content img {
    width: 100%;
}
.logo-section{
    background-color: #f4f7f8;
    width: 40%;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.content .logo {
    width: 200px;
    display: block;
    margin: 0 auto;
}
.bg{
    width: 60%;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    box-sizing: border-box;
}
.bg svg{
    width: 70%;
    display: block;
    margin: 0 auto;
    overflow: visible;
    height: 100%;
}
.p1,.p2,.p3{
    transform-origin: center;
    transition: all 0.5s ease;

}
.bg:hover .p1{
    transform: rotate(-2deg);
}
.bg:hover .p2{
    transform: rotate(2deg);
}

.bg:hover .p3{
    transform: rotate(1deg);
}
.cv_row .btn{
    border: 1px solid rgba(14, 79, 144, 0.6);
    padding: 8px 5px;
    border-radius: 2px;
    color: #0e4f90;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    background-color: #f4f7f8;
    margin-bottom: 0;
    text-align: center;
    width: 72px;
    cursor: pointer;
}
.cv_row .btn i{
    display: block;
    font-size: 32px;
    text-align: center;
}
.edit-date{
    position: absolute;
    left: 0;
    top: -15px;
    font-size: 14px;
    text-decoration: underline;
}
.profile .attach-cv{
    display: inline-block;
    position: absolute;
    left: 0;
}
.content .logo img {
    margin-top: 40px;
}
.logo-section h3{
    margin-bottom: 60px;
    color: #182945;
    font-weight: 500;
}
 .google-login-btn {
    width: 300px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #1a73e8;
    color:#fff;
    text-decoration: none;
    text-align: center;
    padding: 15px;
    border-radius: 3px;
    position: relative;
    font-size: 17px;
    font-weight: 400;
}
.google-login-btn  span{
    background: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    width: 50px;
    border: 2px solid #1a73e8;
    border-radius: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content h2 {
    text-align: center;
}

footer {
    background: #0c2847;
    padding: 10px 15px;
    font-weight: 400;
}
footer a{
    color: #fff;
    text-decoration: none;
}
footer p {
    text-align: center;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
}

.profile{
    margin: 20px auto 40px auto;
    text-align: center;
    font-weight: 500;
    position: relative;
}
.profile label{
    display: inline-block;
}
.image-container{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 5px auto;
    background-blend-mode: multiply;
    transition: all 0.5s ease;
    cursor: pointer;
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-container:hover{
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
    color: #fff;
}
.profile p, .profile h3{
    margin: 0;
}
.profile h3{
    margin-bottom: 10px;
}
.profile input[type="file"] {
    display: none;
}
.actions{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100 !important;
    direction: ltr;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}
.actions li{
    list-style: none;
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    position: relative;
    padding-right: 20px;
}
.actions li:first-child{
    margin-left: 0;
}
.actions li:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #e5e8e8;
    position: absolute;
    right: 0;
}
.actions li a{
    text-decoration: none;
    color: #333;
    font-weight: 500;
    display: block;
}
.introjs-bottom-left-aligned .introjs-arrow{
    left: 5px !important;
}
.introjs-skipbutton{
    float: left;
}
.introjs-tooltipbuttons{
    text-align: right;
}
.actions li i{
    display: block;
    transition: all 0.5s ease;
}
.actions a:hover i{
    color: #B681C8;
}
.actions a:hover .fa-search{
    transform: scale(1.1);
}
.actions a:hover .fa-sign-out-alt{
    transform: translateX(2px);
}
.content-wrap{
    padding: 100px 0 50px 0;
}
.cv-data{
    width: 60%;
    padding: 10px 20px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.cv-data .views-wrapper{
    position: absolute;
    right: -3px;
    top: -9px;
    z-index: 1;
}
.cv-data .views{
    background: #0e4f90;
    color: #fff;
    padding: 18px;
    border-radius: 0 0 0px 100%;
    transition: all 0.5s ease;
    width: 20px;
    overflow: hidden;
    white-space: nowrap;
}
.cv-data .views-wrapper:hover .views{
    border-bottom-left-radius: 33px;
    width: auto;
}

.cv-data .views i{
    position: relative;
    top: -1px;
    left: 4px;
    padding-left: 20px;
}
.cv-data fieldset{
    border: none;
    margin-bottom: 40px;
}
.cv-data .delete:hover{
    background: #f27474;
    color:#fff;

}
.cv_row{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.cv_row div{
    direction: ltr;
    margin: 0 10px;
    align-self: flex-start;
}
.cv_row h2{
    flex-shrink: 0;
    width: 135px;
}
.cv_row .filename{
    color: #0e4f90;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: bottom;
    margin: 0;
}
.cv_row .delete{
    position: relative;
}
.cke_screen_reader_only{
    height: 0 !important;
}
.cke_editable{
    border: 1px dashed rgba(0,0,0,0.3);
    outline: none;
    margin-top: 45px;
}
.cke_editable:focus{
    border-color: rgb(156, 154, 154);
    border-style: solid;
}
.cv-data h2{
    font-weight: 500;
    margin-bottom: 15px;
    text-align: right;
    font-size: 18px;
}
.delete{
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px 10px;
    color: #5f5f5f;
    font-size: 16px;
    border-radius: 3px;
    transition: all 0.5s ease;
}
.cv-data .form-group {
    display: inline-block;
    width: 49%;
    padding: 3px;
}
#cv_attach{
    display: none;
}
    label {
    display: block;
    margin-bottom: 8px;
    position: relative;
    font-size: 18px;
}
label .error {
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px;
    color: #f27474;
}
.cv-data textarea,
.cv-data select {
    width: 100%;
    border: none;
    border-radius: 2px;
    font-size: 15px;
    margin: 0;
    outline: 0;
    padding: 10px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #f1f1f1;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 10px;
}
.cv-data select{
    -webkit-appearance: menulist-button;
    color: #333;
    width: 80%;
    display: inline-block;
    padding: 8px 10px;
    margin: 0;
}
.cv-data select option{
    text-align: right;
    direction: ltr;
}
.sctn_name{
    display: inline-block;
    direction: ltr;
    font-weight: 500;
}
.sideset{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.sideset fieldset:nth-child(2){
    width: 65%;
}
#sctndatas{
    clear: both;
}
#add_sctn{
    vertical-align: top;
}
button:disabled{
    opacity: 0.7;
    cursor: not-allowed;
}
.cke_editable {
    padding: 0 10px;
}
.placeholder{
    padding: 15px;
}
.cv-data .number {
    background: #B681C8;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}
.introjs-helperNumberLayer{
    background: #B681C8 !important;

}
.actions input[type="submit"]
{
    display: block;
    color: #fff;
    margin: 0 auto;
    background: #9f5fb5;
    font-size: 18px;
    text-align: center;
    width: 100%;
    font-family: inherit;
    border:none;
    outline: none;
    cursor: pointer;
    padding: 12px 15px;
    min-width: 100px;
    line-height: 1;
    border-radius: 2px;
    transition: all 0.5s ease;
}
input[type="submit"]:disabled {
    background-color: #5f5f5f;
    opacity: 0.7;
    cursor: auto;
}
.actions input[type="submit"]:not([disabled]):hover{
    background-color: #c040ec;
}

button {
    padding: 6px;
    margin: 0 4px;
    background: #0e4f90;
    color: #fff;
    border: 0;
    cursor: pointer;
}

button i {
    padding: 6px;
}

.help-text {
    font-size: 12px;
    font-weight: bold;
    padding: 0 !important;
    font-size: 12px !important;
}

.cv_file_section {
    margin-top: 40px;
}

.alert {
    background: #3f82c5cc;
    padding: 14px 10px;
    font-size: 18px;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
}
.logo-section .alert{
    width: auto;
}
.hidden{
    display: none;
}
.introjs-helperLayer{
    background-color: rgba(255, 255, 255, 0.15) !important;
}
.swal2-title{
    font-size: 23px !important;
    font-weight: 500 !important;
}
.swal2-content{
    font-weight: 400 !important;
}
.swal2-modal .swal2-styled{
    border:none !important;
    box-shadow: none !important;
}
.social-links{
    font-size: 15px;
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
}
.social-links h2{
    margin-bottom: 30px;
}
.social-links div{
    margin-bottom: 10px;
}
.social-links .delete{
    position: relative;
    margin-right: 5px;
}
.social-links div > i{
    min-width: 54px;
    font-size: 26px;
    margin-right: 13px;
}
.social-links select{
    width: 75px;
    font-size: 26px;
    color: #3b579d;
}
.social-links select option{
    direction: rtl;
}
.account-row{
    display: flex;
    align-items: center;
}
.social-links input{
    font-size: 13px;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 3px;
    max-width: 250px;
    background: #fcfcfc;
    margin-right: 20px;
    direction: ltr;
    flex-grow: 1;
}
.add-account{
    color: #182945 !important;
    margin: 20px 0;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid;
}
.fa-behance-square{
    color:#1769ff !important;
}
.fa-linkedin-in{
    color:#007bb6 !important;
}
.fa-twitter-square{
    color:#2caae1 !important;
}
.fa-facebook-square{
    color:#3b579d !important;
}
.fa-youtube-square{
    color:#c41514 !important;
}
.fa-researchgate{
    color:#40ba9b !important;
}
.fa-mendeley{
    color:#a91b29 !important;
}
.fa-wikipedia-w{
    color: #000 !important;
}
.fa-globe{
    color: #093d70 !important;  
}
#credential_picker_container{
    left:0;
    right:auto !important;
    top:70px !important;
}
#g_a11y_announcement{
    display:none;
}
.filter{
    background: #fff;
    padding: 20px;
    border-radius: 2px;
    margin-bottom: 50px;
    box-shadow: 1px 1px 2px #e8e8e8;
}
.characters-list{
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}
.characters-list li{
    display: inline-block;
    list-style: none;
    margin:0 3px;
}
.characters-list li a{
    text-decoration: none;
    color: inherit;
    min-width: 15px;
    display: block;
    padding:0 5px;
    height:30px;
    transition: all 0.3s ease;
    border-radius: 2px;
}
.characters-list li a:hover,.characters-list .active{
    background-color: #B681C8;
    color: #fff;
    font-weight: 500;
}
.search_form{
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    margin: 0 auto;
    gap:20px;
}
.search_form .form-group label{
    display: inline-block;
    font-size: 16px;
    min-width: 60px;
}
.search_form input,.search_form select{
    padding: 7px;
    background:#f1f1f1;
    border:none;
    min-width: 300px;
    color:#333;
}
.cvs-cards ul{
    padding: 0;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.cvs-cards li{
    list-style: none;
    text-align: center;
    background: #fff;
    transition: all 0.3s ease;
}
.cvs-cards li:not(.disabled):hover{
    transform: scale(1.02);
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
}
.cvs-cards li:not(.disabled):hover .bg-usr{
    box-shadow: 0 0 0 2px #B681C8;
}
.cvs-cards li.disabled {
    background: transparent;
}
.cvs-cards li a{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 2px;
    padding: 20px;
    box-sizing: border-box;
    color:inherit;
    text-decoration: none;
}
.cvs-cards li.disabled a {
    opacity: 0.3;
    cursor: not-allowed;
}
.cvs-cards li h3{
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0;
}
.cvs-cards li p{
    font-size: 16px;
    margin: 0;
    word-wrap: break-word;
}
.cvs-cards li p:last-of-type{
    margin-top: 3px;
    font-size: 14px;
    color: #0e4f90;
}
.cvs-cards .bg-usr{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    box-shadow: 0 0 0 2px #4444441a;
    border: 5px solid #fff;
    transition: all 0.3s ease;
}

.pagination {
    display: block;
    text-align: center;
    list-style: none;
    font-weight: 400;
    margin-top: 40px;
    padding: 0;
}
.pagination li {
    display: inline-block;
    text-decoration: none;
    transition: all .3s;
    margin: 0 4px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    font-weight: 500;
}
.pagination li.disabled{
    opacity: 0.5;
}
.pagination li a{
    color: inherit;
    text-decoration: none;
}
.pagination li.current{
    color:#fff;
    background-color: #B681C8;
}
.statics{
    display: block;
    margin-top: 10px;
}
.no-results{
    font-weight: 500;
    text-align: center;
    background-image: url(../images/results.png);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 100px;
}
@media only screen and (max-width: 1450px) {
    .cv-data{
        width: 80%;
    }
    .search_form{
        flex-wrap: wrap;
    }
    .search_form .form-group label{
        min-width: 108px;
    }
}

@media only screen and (max-width: 1200px) {
    .logo-section{
        width: 60%;
    }

    .sideset{
        display: block;
    }
    .cv_row{
        justify-content: flex-start;
    }
    .sideset fieldset:nth-child(2){
        width: 100%;
    }
    header nav{
        right: auto;
        margin: 0 auto;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 900px) {
    .wrapper{
        align-items: center;
    }
    .bg{
        display: none;
    }
    .logo-section{
        width: 100%;
    }
    .actions{
        padding: 20px 0;
        width: 100%;
        top: 53px;
        background: #fff;
        box-shadow: 0 1px 2px rgba(16,16,17,.02), 0 3.4px 8px rgba(16,16,17,.007), 0 12px 30px rgba(16,16,17,.003);
    }
    .actions li:before{
        display: none;
    }
    #cv-form {
        padding-top: 160px;
    }
    header{
        justify-content: center;
    }
    .profile label{
        margin-top: 40px;
    }
}
@media only screen and (max-width: 630px) {
    .cvs-cards ul{
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    .search_form{
        max-width: 100%;
        display: block;
    }
    .filter{
        padding: 10px;
    }
    .search_form input, .search_form select{
        min-width: 100%;
    }
    header nav{
        margin: 10px auto 0 auto;
        display: inline-block;
    }
    header nav a{
        padding: 10px;
    }

}
@media only screen and (max-width: 565px) {
    header{
        display: block;
        text-align: center;
    }
    .actions{
        top: 97px;
    }
    #cv-form {
        padding-top: 220px;
    }
    .cv-data{
        width: 85%;
    }
    .cv-data fieldset{
        padding: 0;
    }
    .filter{
        margin-top: 50px;
    }
}


/*!
 * Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
 .fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-eye:before{content:"\f06e"}.fa-search:before{content:"\f002"}.fa-info-circle:before{content:"\f05a"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-plus:before{content:"\f067"}.fa-file:before{content:"\f15b"}.fa-trash:before{content:"\f1f8"}.fa-facebook-f:before {content: "\f39e";}.fa-twitter:before {content: "\f099";}.fa-globe:before {content: "\f0ac";}.fa-linkedin-in:before {content: "\f0e1";}.fa-times:before {content: "\f00d";}
 .fa-twitter-square::before{content: "\f081";} .fa-facebook-square::before{content: "\f082";}.fa-plus-square::before{content: "\f0fe";}.fa-behance-square:before{content: "\f1b5";}.fa-youtube-square::before{content: "\f431";}.fa-researchgate::before{content: "\f4f8";}.fa-mendeley::before{content: "\f7b3";}.fa-wikipedia-w::before{content: "\f266";}
 .sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/webfonts/fa-brands-400.woff) format("woff")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/webfonts/fa-regular-400.woff) format("woff")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:swap;src:url(../fonts/webfonts/fa-solid-900.woff) format("woff")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}