/*-----------------------
    Common CSS
-------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
    overflow-x: unset !important;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Noto Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.2;
    font-family: 'Noto Sans', sans-serif;
}

p {
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

textarea {
    resize: none !important;
}

button,
select {
    cursor: pointer;

}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button {
    border: none;
    outline: none;
}

/*-----------------------
    Common CSS
-------------------------*/
.profile__section h1,
.profile__section h2,
.profile__section h3,
.profile__section h4,
.profile__section h5,
.profile__section h6,
.profile__section p,
.profile__section div,
.profile__section span,
.profile__section ul li {
    font-family: "Noto Sans Bengali", sans-serif;

}

.profile__head {
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 15px;
}

.profile__head-main {
    display: flex;
    align-items: center;
    column-gap: 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.profile__avater {
    position: relative;
}

.profile__left-img {
    width: 120px;
    height: 120px;
    aspect-ratio: 2/2;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.profile__avater-edit-btn {
    top: 0;
    right: -5px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 50%;
    position: absolute;
    background-color: #009348;
}

.profile__head-name {
    font-size: 22px;
    font-weight: 500;
    color: #302d2d;
}

.profile__head-btns {
    display: flex;
    align-items: center;
    column-gap: 10px;
    top: -6px;
    right: -6px;
    position: absolute;
}

.profile__head-share-btn {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: #009348;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile__head-edit-btn {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: #009348;
}

.profile__head-text {
    font-size: 16px;
    color: #574b4b;
}

.profile__head-loca {
    font-size: 16px;
    color: #574b4b;
}

.profile__head-loca span {
    color: #302d2d;
    font-weight: 600;
    margin-right: 5px;
}

/* left add info */

.left__add-info {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 18px;
    margin-bottom: 15px;
}

.left__add-info-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-radius: 6px;
}

.left__add-info-btn .add {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 3px;
}

.left__add-info-btn .add span {
    padding-top: 3px;
}

.left__add-info-btn p {
    font-size: 16px;
    color: #574b4b;
    font-weight: 600;
    text-align: left;
    padding-top: 5px;
}

.left__add-info-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}


/* profile right */

.profile__right {
    border: 1px solid #ddd;
    padding: 25px 15px;
    border-radius: 6px;
}

.profile__right-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.profile__right-top .title {
    font-size: 18px;
    font-weight: 600;
}

.profile__right-top .parcentage {
    font-size: 18px;
    font-weight: 600;
}

.profile__right .progress {
    height: 8px;
    margin-bottom: 15px;
}

.add__info-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.add__info-right:last-child {
    margin-bottom: -5px;
}

.add__info-right .text {
    font-size: 17px;
    font-weight: 500;
}

.add__info-right .btn {
    padding: 0;
}

.add__info-right .btn span {
    font-size: 16px;
}

.profile__resume-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.profile__resume-desc {
    font-size: 14px;
    color: #574b4b;
    margin-bottom: 8px;
}

.profile__resume-btn {
    width: 100%;
    background-color: #009348;
    color: white;
    height: 44px;
    border-radius: 6px;
    margin-bottom: 14px;
}

.profile__resume-type {
    font-size: 14px;
    color: #574b4b;
    margin-bottom: 4px;
}

.profile__resume-size {
    font-size: 14px;
    color: #574b4b;
}

.profile__resume-size span {
    color: #302d2d;
    font-weight: 600;
}

/* info modal */
.info__modal {
    position: fixed;
    inset: 0;
    background-color: rgba(48, 45, 45, 0.788);
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
}

.info__modal-container {
    position: fixed;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 100%;
    border-radius: 6px;

}

.info__modal-head {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #ddd;
}

.info__modal-head .title {
    font-size: 22px;
    font-weight: 500;
}

.info__modal-close {
    background-color: transparent;
}

/* info modal */
.info__modal-content {
    height: 100%;
}

.info__modal-body {
    padding: 20px 25px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}


.modal__input-box .input-box__title {
    display: block;
    font-size: 14px;
    color: #302d2d;
    margin-bottom: 4px;
}

.modal__input-box .input-box__main {
    width: 100%;
    height: 40px;
    border: 1px solid #beaeae;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 14px;
    color: #302d2d;
}

.modal__input-box select {
    width: 100%;
    height: 40px;
    border: 1px solid #beaeae;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 14px;
    color: #302d2d;
    margin-bottom: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.modal__input-box .modal__input-radio {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.modal__input-box .modal__input-radio input {
    margin-right: 4px;
}

.modal__input-box .input-box__textarea {
    width: 100%;
    border: 1px solid #beaeae;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    color: #302d2d;
    margin-bottom: 5px;
}

.modal__input-checkbox {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.modal__input-checkbox label {
    font-size: 14px;
    margin-top: 2px;
    color: #302d2d;
}

.info__modal-footer {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 10px;
    height: 60px;
    border-top: 1px solid #ddd;
}

.info__modal-submit {
    background-color: #009348;
    height: 34px;
    padding: 0 20px;
    color: white;
    border-radius: 6px;
}

.info__modal-cancel {
    background-color: white;
    border: 1px solid #ddd;
    height: 34px;
    padding: 0 20px;
    color: #302d2d;
    border-radius: 6px;
}

/* ----------- */

.educa__info-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.educa__info {
    padding: 10px 10px 10px 10px;
    border: 1px solid #ddd;
    position: relative;
}

.educa__info-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #887f7f;
    font-family: "Noto Sans Bengali", sans-serif;
    margin-bottom: 4px;
}

.educa__info-title span {
    font-weight: 600;
    color: #302d2d;
}

.educa__info-text {
    font-size: 20px;
    color: #302d2d;
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    margin: 10px 0 5px;
    word-wrap: break-word;
}

.educa__info-date {
    font-size: 14px;
    color: #574b4b;
    font-family: "Noto Sans Bengali", sans-serif;
}

.educa__info-btns {
    position: absolute;
    top: 10px;
    right: 10px;
}

.educa__info-btns button {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: white;
}

/* ------------------------ */
.profile__head-basic {
    padding: 8px 15px;
    margin-top: 15px;
    position: relative;
    border: 1px solid #ddd;

}

.profile__head-basic::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ddd;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.profile__head-basic-itme {
    font-size: 16px;
    color: #574b4b;
    margin-top: 8px;
}

.profile__head-basic-itme span {
    color: #302d2d;
    font-weight: 600;
    margin-right: 5px;
}

.profile__head-basi-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.profile__head-basi-head .profile__head-edit-btn.summary {
    display: none;
}

.profile__head-basi-title {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    background: white;
    z-index: 4;
}

.info__modal-coppy {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.info__modal-coppy-input {
    width: 100%;
    height: 44px;
    border: 1px solid #009348;
    border-radius: 6px;
    padding: 0 10px;
    color: #009348;
    text-decoration: underline;
}

.info__modal-coppy-btn {
    width: 38px;
    height: 44px;
    border: 1px solid #009348;
    border-radius: 6px;
    background: transparent;
}

.share__CV__modal-coppy-btn {
    height: 44px;
    border: 1px solid #009348;
    border-radius: 6px;
    background: transparent;
}

.info__modal-coppy-btn.active {
    background: #009348;
}

.info__modal-coppy-btn.active svg path {
    fill: #fff;
}

.share__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
}

.share__list-item a {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #009348;
}

.share .info__modal-container {
    max-width: 660px;
}

.profile__right {
    display: none;
}

.profile__right.desktop {
    display: block;
}

/* ------------------------- */

@media only screen and (max-width: 991px) {
    .profile__right {
        display: block;
        margin-bottom: 15px;
    }

    .profile__right.desktop {
        display: none;
    }

    .add__info-right {
        display: none;
    }

    .profile__right .progress {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .profile__head-edit-btn.summary {
        display: none;
    }

    .profile__head-basi-head .profile__head-edit-btn.summary {
        display: block;
    }

    .profile__head-basic::after {
        display: none;
    }

    .profile__head-main {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 12px;
    }

    /* .profile__head-btns {
    display: flex;
    align-items: center;
    column-gap: 14px;
    top: -70px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  } */
    .profile__avater-edit-btn {
        top: unset;
        bottom: 0;
    }

    .profile__head-name {
        text-align: center;
    }

    .profile__head-text {
        text-align: center;
    }

    .profile__head-loca {
        text-align: center;
    }
}

/* ------------------------------------- */
.profile__section.employee .profile__head-basi-title {
    margin-top: 20px;
}
