*{
    box-sizing: border-box;
    font-family: 'Tajawal', sans-serif;
}
p{
    margin-bottom: 0 !important;
    font-weight:600;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.heading{
    font-size: 32px;
    color: #0f141f;
    font-weight: 500;
}
.sub-head{
    font-size: 22px;
    color: #0f141f;
    font-weight: 600;
}
.form-label{
    font-size: 18px;
    font-weight: 600;
    color: #828ba2;
}
.pt-5 {
    padding-top: 4rem !important;
}
.fw-4 {
    font-weight: 400;
}
.header{
    display: flex;
    margin-bottom: 20px;
}
.header .col{
    display: flex;
    justify-content: space-between;
}
.header p{
    display: inline-block;
}
.sticky{
    width: 100% !important;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    z-index: 5;
    padding: 10px 0;
}
.wizard-btn{
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.Wizard{
    background-color: #fff;
    transition: .2s linear;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.Wizard.active{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.q-mark-svg {
    fill: green;
}
.progress {
    height: 3px !important;
    background-color: rgb(239, 242, 249) !important;
    margin-top: 20px;
}

.progress-bar {
    background-color: red !important;
}
.text-over {
    width: 200px;
    height: 150px;
    background-color: aqua;
    opacity: 0;
}
.left {
    position: relative;
    left: 20px;
}
/* .left::after {
    position: absolute;
    content: "Add a title like ‘Senior Marketer’ or ‘Sales Executive’ that quickly describes your overall experience or the type of role you're applying to";
    width: 180px;
    height: 100px;
    background-color: #1b1d21;
    text-align: center;
    color: #fff;
    top: -100px;
    left: -70px;
    font-size: 12px;
    opacity: 0;
    z-index: 5;
} */
.left:hover::after {
    opacity: 1;
}
input[type="date" i]{
    color: transparent;
}
input[type="file"] {
    background: #fff;
}
.fileinput::-webkit-file-upload-button {
    visibility: hidden;
}

.fileinput {
    color: transparent;
    position: relative;
}
.fileinput::before {
    content: "Upload photo";
    color: #d7599c;
    display: inline-block;
    padding: 8px 20px;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 18px;
    font-weight:600;
}
.fileinput::after{
    position: absolute;
    content: "";
    left: 20px;
    top: 40px;
    cursor: pointer;
    font-size: 18px;
    color: red;
}
.person-svg {
    border-radius: 5px;
    height: 60px;
    width: 60px;
    background: #f0f0f0;
    fill: #bec4d5;
    padding: 0px 6px;
}
.mt-custom{
    margin-top:2rem;
}
.form-control{
    background-color: #f0f0f0 !important;
    height: 60px;
    font-weight:600;
    margin-bottom: 10px;
    font-size:18px;
    color:#000!important;
}
    .form-control:focus {
        color: #212529;
        background-color: #fff;
        border-color: #d7599c !important;
        outline: 0;
        box-shadow: 0 0 0.25rem 0.15rem rgb(196 47 126 / 35%);
    }
;
    }
.accordion-item{
    border: none !important;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 22px;
    color: #d7599c;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.accordion-button:focus{
    border: none !important;
    box-shadow: none !important;
}
.accordion-button:hover{
    background-color: #1a90f01c;
}
.accordion-button:not(.collapsed) {
    color: #d7599c;
    background-color: transparent;
    box-shadow: none;
    font-weight:600;
}
.skills-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.skill-button{
    width: auto;
    display: flex;
    align-items: center;
    margin: 0px 12px 12px 0px;
    padding: 6px 6px 6px 10px;
    border-radius: 4px;
    background-color: rgb(239, 242, 249);
    color: rgb(30, 37, 50);
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    transition: background-color 0.1s ease 0s, color 0.1s ease 0s;
    will-change: opacity, transform;
    cursor: pointer;
}
.skill-button>svg{
    fill: rgb(130 139 162);
    margin-left: 2px;
    transition:color 0.1s ease 0s;
}
.form-check-input{
    width: 40px !important;
    height: 25px;
    margin-right: 20px;
}
.form-check-input:checked {
    background-color: rgb(26 145 240);
    border-color: rgb(26 145 240);
}
.form-select{
    background-color: #f0f0f0 !important;
    height: 60px;
    font-size: 20px;
    color: #828ba2;
}
.hobbies{
    background-color: #f0f0f0;
    border: none;
    border-radius: 10px;
}
.hobbies::placeholder{
    color: #828ba2;
}
.add-btn{
    display: flex;
    margin-left: 30px;
}
    .add-btn .btn {
        position: relative;
        width: auto;
        color: #fff;
        background-color: #d7599c;
        margin-top: 20px;
        font-weight: 600;
        border: 3px solid #fff;
    }
    .add-btn .btn:hover {
        color: #d7599c;
        background-color: #fff;
        border: 3px solid #d7599c;
    }
/*-----------------PDF SECTION------------------------*/
.pdf-sec{
    box-shadow: 0 35px 55px rgba(0, 0, 0, 0.1);
    background-color: rgb(73 81 99);
}
.sheet{
    position: fixed;
    left: 60%;
    top: 5%;
    background-color: #fff;
    height: 90vh;
    width: 60vh;
    border-radius: 10px;
}
.profile{
    padding-top: 10px;
    border-radius: 10px 0 0 10px;
    background: #242362;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 90vh;
}
.profile h5 , .info h5{
    font-size: 13px;
    color: #fff;
}
.profile img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.profile .user , .profile .fullname{
    align-self: center;
    text-align: center;
}
.profile .fullname h2{
    border-bottom: 1px solid #CCCCCCDD;
}
.personal{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.profile .pdf-input , .profile span{
    color: #ccc;
    font-size: 10px;
}
.info{
    border-radius: 0 10px 10px 0;
    padding: 10px;
    background-color: #fff;
}
.info h5{
    font-size: 13px;
    color: #1b1d21;
}
.info .pdf-input{
    color: #1b1d21;
    font-size: 10px;
}
/*---------------- Media Query --------------------*/
@media screen and (max-width:768px) {
    .sub-head{
        font-size: 18px;
    }
    .paper{
        width: 400px;
    }
    input[type="date" i]{
        color: #828ba2;
    }
    .sheet{
        position: inherit;
        width: 30vh;
    }
    .sheet .row{
        flex-wrap: nowrap;
    }
}
