@font-face {
    font-family: DIN;
    src: url(../assets/din-next-lt-w23-regular.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'DIN', sans-serif;
}

:root {
    --main-color: #5487C6;
    --second-color: #F5D13D;
    --nav-width: 68px;
    --z-fixed: 100;
}

a {
    text-decoration: none;
}

/* --------------------------- */
/* register page  */

.register_sec {
    min-height: 100vh;
    position: relative;
}

.register_sec .right-shap,
.register_sec .bottom-shap {
    position: absolute;
}

.register_sec .right-shap {
    right: 0;
    top: 35%;
}

.register_sec .bottom-shap {
    left: 0;
    bottom: 0;
}


.register_sec h1 {
    font-size: 43px;
    font-weight: 700;
    line-height: 63.21px;
    color: #5E5F61;

}

.sign-links a {
    height: 60px;
    padding: 15px 40px 15px 40px;
    border-radius: 30px 0px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    font-size: 28px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #fff;
    border: 1px solid var(--main-color);
}

.sign-links a.advisor-link {
    border-color: var(--second-color);
    background-color: transparent;
    color: var(--second-color);
}

.inputform {
    border: 1px solid #767676;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    outline: none;
    box-shadow: none;
    padding: 16px;
}


.inputform:focus {
    outline: none;
    box-shadow: none;
}

.input-group.inputform {
    padding: 0;
}

.input-group.inputform input,
.input-group.inputform select {
    border-radius: 10px;
    border: none;
    outline: none;
    box-shadow: none;
    padding-right: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;

}

.input-group.inputform input::placeholder {
    color: #D9D9D9;
    font-size: 20px;
}

.input-group.inputform span {
    padding: 16px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
    background-color: transparent;
    color: var(--main-color);
}

.submit-btn {
    background-color: var(--main-color);
    color: #fff;
    height: 50px;
    border-radius: 16px;
    width: 300px;
    border: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
    justify-content: center;

}

.redirect-link {
    color: var(--main-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0em;
    text-decoration: underline;
}


.form-check {
    text-align: start;
}

.form-check-label {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    color: #ccc;
    display: flex;
    align-items: center;

}

.form-check-label a {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-decoration: underline;
    color: var(--main-color);
}

.form-check-input {
    cursor: pointer;
    outline: none;
    border-color: #ccc;
    width: 22px;
    height: 22px;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input[type=checkbox] {
    outline: none;
}

.form-check-input[type=checkbox]:checked {
    background-color: var(--second-color);
    border-color: var(--second-color);

}

textarea.form-control {
    border: 1px solid #767676;
    border-radius: 10px;
    resize: none;
    height: 180px;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
}

textarea.form-control::placeholder {
    color: #D9D9D9;
}

/* -------------------------------- */

.body-con {
    position: relative;
    margin: 100px 0 0 0;
    padding: 1rem;
    transition: .5s
}

a {
    text-decoration: none
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    z-index: var(--z-fixed);
    transition: .5s;
    border-bottom: 1px solid #E0E0E0;
    height: 100px;
    background-color: #fff;


}

.header_toggle {
    cursor: pointer;
    position: absolute;
    top: -10px;
    left: -15px;
    color: var(--main-color);
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-shadow: -3px 1px 1px 0 #cccccc22;
}

.page-top form {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}

.page-top form button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    padding: 10px;
    color: var(--second-color);
}

.page-top form input.form-control {
    outline: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    font-size: 21px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;

}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.header_img img {
    width: 40px
}

.l-navbar {
    position: fixed;
    top: 100px;
    right: -30%;
    width: var(--nav-width);
    height: calc(100vh - 100px);
    padding: 16px 14px;
    transition: .5s;
    z-index: var(--z-fixed);
    border-left: 1px solid rgba(224, 224, 224, 1);
}

.l-navbar .nav {
    height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 30px;
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
}

.nav_logo {
    margin-bottom: 2rem
}

.nav_logo img {
    width: 200px;
}

.nav_logo-icon {
    font-size: 1.25rem;
}

.nav_logo-name {
    font-weight: 700
}

.nav_link {
    transition: .3s;
    padding: 10px 0;
    border-radius: 6px;
    margin-bottom: 16px;
    color: #767676;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: right;

}

.nav_link:hover,
.nav_link.active,
.nav_link:active {
    background-color: var(--main-color);
    color: #fff;
}

.nav_link:hover svg,
.nav_link.active svg,
.nav_link:active svg {
    color: #fff;
}

.nav_link svg {
    color: var(--main-color);
}

.client-link img {
    width: 47px;
    height: 47px;
    border-radius: 50%;
}

.client-link:hover span {
    color: var(--main-color);
}

.body-con:not(.body-pd) .client-link span {
    display: none;
}

.body-con:not(.body-pd) .client-link img {
    width: 40px;
    height: 40px;
}

.client-link span {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    color: #767676;
}

.l-navbar.show {
    right: 0
}

.body-pd {
    padding-right: calc(var(--nav-width) + 1rem)
}

.samlllogo {
    width: 40px !important;
}

.l-navbar.show .mainlogo {
    display: none !important;
}

.header-left .dropdown > button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    color: var(--second-color);
}

.header-left .dropdown > button span {
    top: 4px;
    right: 5px;
    padding: 6px;

}

.header-left .notif-menu h3 {
    color: var(--main-color);
}

.header-left .notif-menu {
    width: 250px;
    transform: translate(0px, 42px) !important;
}

.header-left .notif-menu li {
    border-bottom: 1px solid #ccc;
}

.header-left .notif-menu li a {
    font-size: 14px;
}

.header-left .notif-menu li a p {
    color: var(--main-color);
}

.header-left .notif-menu .notfim-bottom a {
    color: var(--second-color);
    text-decoration: underline;
    font-weight: bold;

}

.header-left .user-data img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-left: 10px;
}

.header-left .a-lang {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
    margin-right: 16px;
}


@media screen and (min-width: 768px) {
    .body-con {
        padding-right: calc(var(--nav-width) + 1rem);
    }

    .header_img {
        width: 40px;
        height: 40px
    }

    .header_img img {
        width: 45px
    }

    .l-navbar {
        right: 0;
    }

    .l-navbar.show {
        width: calc(var(--nav-width) + 180px)
    }

    .l-navbar.show .samlllogo {
        display: none !important;
    }

    .l-navbar.show .mainlogo {
        display: block !important;
    }

    .body-pd {
        padding-right: calc(var(--nav-width) + 188px)
    }
}

.index-page .page-top h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0em;
    color: var(--main-color);
}

.index-page .page-top p {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    color: var(--main-color);
}

.index-page .projects-data .project-data {
    background: linear-gradient(120.02deg, #5283BF 0.71%, #303336 100%);
    border-radius: 13px;
}

.index-page .projects-data .project-data .project-data-img {
    border-radius: 13px;
    top: 0;
    right: 0;
}

.index-page .projects-data .project-data .project-data-img img {
    border-radius: 13px;
}

.index-page .projects-data .project-data-top p {
    font-size: 16px;
    line-height: 18.82px;
    color: #fff;
}

.index-page .projects-data .project-data .project-data-top h5 {
    white-space: nowrap;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0em;
    color: #fff;
}

.project-data-bottom p {
    font-weight: 500;
    line-height: 22.05px;
    color: #fff;
}

.project-data-bottom h5 {
    font-size: 34px;
    font-weight: 700;
    line-height: 49.98px;
    color: #fff;
}

.index-page .projects-data .project-data a {
    height: 47px;
    background-color: #fff;
    padding: 12px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*

.index-page .projects-data .project-data {
    background-color: var(--main-color);
    border-radius: 13px;
}

.index-page .projects-data .project-data .icon-con {
    width: 35px;
    height: 35px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.index-page .projects-data .project-data p {
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    color: #fff;
}

.index-page .projects-data .project-data h5 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0em;
    color: #fff;
}

.index-page .projects-data .project-data a {
    height: 47px;
    background-color: #fff;
    padding: 12px;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.box-con {
    border-radius: 24px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    margin-top: 16px;
    margin-bottom: 16px;
}


.index-page .user-balance {
    background: #3F71AB1A;
    color: var(--main-color);
    border-radius: 24px;
}

.index-page .user-balance h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: 0em;
}

.index-page .user-balance h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0em;

}

.index-page .current-orders h5 {
    font-size: 21px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0em;
    color: #303030;
}

.all-link {
    font-size: 17px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0em;
    text-decoration: underline;
    color: #3C6EA8;
}

.current-orders table thead th {
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    color: #828282;
    border: none;
}

.current-orders table tr td {
    vertical-align: middle;
    padding: 12px 8px;
    font-size: 17px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0em;
    color: var(--main-color);
}

.current-orders table tr td img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 auto;
}


.in-message {
    border-top: 1px solid #E0E0E0;
}

.in-message .in-m-con {
    position: relative;
    margin-left: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.in-message .in-m-con img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.in-message .in-m-con::after {
    width: 10px;
    display: block;
    content: "";
    position: absolute;
    height: 10px;
    border-radius: 50%;
    background-color: #D9D9D9;
    bottom: 8px;
    right: -3px;
    border: 1px solid #fff;
}

.in-message .in-m-con.on-line::after {
    background-color: #00de94;
}

.in-message h5 {
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0em;
    color: var(--main-color);
}

.in-message p {
    font-size: 16px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    color: #767676;
}

/* ---------------------- */

.formInput {
    height: 50px;
    width: 100%;
    padding: 16px;
    outline: none;
    box-shadow: none;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    color: #767676;
    font-size: 27px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;

}

.formInput::placeholder {
    color: #D9D9D9;
}

.formInput:focus,
.formInput:hover {
    outline: none;
    box-shadow: none;
}

textarea.formInput {
    height: 200px;
    resize: none;
}

.cvupload {
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #D9D9D9;
    padding: 20px;
    width: 100%;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0em;

}

.cvupload span {
    position: absolute;
    left: 20px;
    color: var(--main-color);
    flex-direction: row;
}


.fileupload input,
.cvupload input {
    width: 0;
    height: 0;
    opacity: 0
}

.form-label {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    color: #767676;
}

.form-check-label {
    cursor: pointer;
}

.form-check-input {
    cursor: pointer;
    outline: none;
    border-color: var(--main-color);
}

.form-check-input:focus {
    box-shadow: none;
    outline: none;
}

.form-check-input[type=checkbox],
.form-check-input[type=radio] {
    outline: none;
}

.form-check-input[type=checkbox]:checked,
.form-check-input[type=radio]:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.pay-text {
    font-size: 27px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    color: var(--main-color);
}

.form-submit {
    width: 285px;
    height: 56px;
    border-radius: 8px;
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    background-color: var(--main-color);
    color: #fff;
    border: none;
}

.create-modal .modal-header {
    border: none;
}

.create-modal .modal-header .btnClose {
    background-color: var(--second-color);
    background-color: var(--second-color);
    border-radius: 50%;
    opacity: 1;
    width: 32px;
    height: 32px;
    border: none;
}

.create-modal .modal-header .btnClose svg {
    color: #fff;
}

.create-modal .modal-header h4 {
    font-size: 27px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    color: var(--main-color);
    background-color: #4F80BB1A;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ------------------------------------------------------- */
/* allproject page  */
.allprojects .allprojects-header {
    padding: 16px 8px;
}

.project-count {
    background: #5485C71A;
    padding: 10px 16px;
    width: fit-content;
    color: var(--main-color);
    border-radius: 5px;
    font-size: 18px;
}

.create-pr {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff;
    border: none;
    width: 147px;
    height: 48px;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;

}

.create-pr span {
    background-color: #7676bf;
    border-radius: 5px;
}


.allprojects .allprojects-header .soption {
    font-size: 18px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    color: #909090;
    margin: 8px 5px;
    cursor: pointer;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.allprojects .allprojects-header .time-select > input:checked ~ .soption {
    color: #fff;
    background-color: var(--main-color);
}

.allprojects .allprojects-header .time-select > input:checked ~ .soption::after {
    content: "";
    position: absolute;
    top: -5px;
    right: 50%;
    transform: translateX(50%);
    width: 4px;
    height: 4px;
    background-color: var(--second-color);
    border-radius: 50%;
}

.allprojects .allprojects-header .nav-pills .nav-link {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    margin: 0 4px;
    height: 48px;
}

.allprojects .allprojects-header .nav-pills .nav-link.active {
    background-color: var(--main-color);
    color: #fff;
}

.prodject-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 12px 0px #0000001A;
    padding: 16px;
    color: #767676;
}

.prodject-card .prodject-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
}

.prodject-card .project-type {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
}

.projects-status {
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
    justify-content: center;
}


.projects-status.current {
    color: #12BDAF;
    background-color: #12BDAF1A;
}

.projects-status.incoming,
.projects-status.done {
    color: #5484BF;
    background: #5484BF1A;
}

.projects-status.canceled {
    color: #EE4451;
    background: #EE44511A;
}

.prodject-card p {
    font-size: 20px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
}

.prod-det h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;


}

.prodject-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 5px;
    height: 40px;
}

.borderd-table {
    border: 1px solid #E0E0E0;
    border-radius: 24px;
}

.current-orders.borderd-table table thead th {
    padding: 16px 8px;
}

.current-orders.borderd-table table tr td {
    border: none;
    border-top: 1px solid #E0E0E0;
}

.rating-form [data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]:before,
.rating-form [data-star-rating].gl-star-rating--rtl .gl-star-rating--stars[aria-label]:after {
    display: none !important;
}

.rating-form h5 {
    font-size: 48px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    color: #767676;
}


.rating-form textarea {
    border-radius: 9px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 16px;
    outline: none;
    resize: none;
    font-size: 22px;
    width: 100%;
    height: 200px;
}

.rating-form .submit-rate {
    width: 160px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    color: #fff;

}

.invoiceModal .modal-header,
.rateModal .modal-header {
    border: none;
    padding: 0;
}

.invoiceModal .modal-header button,
.rateModal .modal-header button {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: var(--second-color);
    color: #fff;

}

.rateModal .modal-dialog {
    max-width: 488px !important;
}


.rateModal h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #303030;
}


.rateModal .btn {
    border-radius: 5px;
    background-color: var(--main-color);
    width: 160px;
    height: 45px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;

}


/* --------------- */
.project-page {
    color: #767676;
}

.project-page .project-det h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
}

.project-page .project-det h5 {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
}

.project-page p {
    font-size: 20px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
}

.project-page .pay-link {
    text-decoration: underline;
}


.project-files a {
    font-size: 17px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    color: #767676;
    display: block;
    margin: 10px 0;
}

.project-deta {
    border: 1px solid #767676;
    font-size: 18px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    border-radius: 20px;
}

.project-buttons button,
.project-buttons a {
    height: 48px;
    border-radius: 5px;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    font-size: 21px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;

}

.project-buttons button.active-btn,
.project-buttons a.active-btn {
    background-color: var(--main-color);
    color: #fff;
}

.advisor-con {
    box-shadow: 0px 0px 12px 0px #0000001A;
    border-radius: 8px;
}

/*
.advisor-con img {
    width: 100px;
    height: 100px;
} */

.advisor-con button {
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 5px 30px;
    height: 40px;
    border-radius: 5px;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    border: none;
    margin: 4px;
    border: 1px solid var(--main-color);
}

.advisor-con button.refuse-btn {
    background-color: transparent;
    color: var(--main-color);
}

.advisor-con h4 {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
}

.advisor-con p {
    color: #5E5F61;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
}

.advisor-con h5 {
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    color: #767676;
}

.all-advisors-header h5 {
    font-size: 27px;
    height: 50px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    color: var(--main-color);
    background-color: #4F80BB1A;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ------------- */


.advisor-details-con {
    border-bottom: 1px solid #767676A6
}

.advisor-details-con .advisor-details-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: 16px;
    position: relative;
}

.advisor-details-con .advisor-details-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.advisor-details-con .advisor-details-img::after {
    content: "";
    position: absolute;
    background-color: #ddd;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    border: 2.87px solid #F2F2F2;
    right: -8px;
    bottom: 10px;
}

.advisor-details-con .advisor-details-img.active-adv::after {
    background-color: #00DE94;
}

.advisor-details-con button {
    background: linear-gradient(180deg, #5E8EC9 0%, #3366A0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 5px 50px;
    height: 40px;
    border-radius: 5px;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    border: none;
}

.advisor-details-con h4 {
    color: var(--main-color);
    font-size: 27px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
}

.advisor-details-con p {
    color: #303030;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
}

.advisor-details-con h5 {
    font-size: 27px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    color: #767676;
}

.advisor-work {
    box-shadow: 0px 0px 12px 0px #0000001A;
    border-radius: 8px;
}

.advisor-work .row {
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: right;
    color: #303030;
}

.advisor-work h5 {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    color: var(--main-color);
    background-color: #5E8EC91A;
    width: fit-content;
    padding: 4px 12px;
    border-radius: 5px;
}

.main-btn {
    background: linear-gradient(180deg, #5E8EC9 0%, #3366A0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 5px 50px;
    height: 40px;
    border-radius: 5px;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    border: none;
}

/* ------------------- */
.chat-list {
    box-shadow: 0px 0px 12px 0px #0000001A;
    border-radius: 8px;
    border: none;
}

/* chat page  */
.chat-list .in-chat {
    border-bottom: 1px solid #E0E0E0;
    margin: 16px 0;
}

.chat-list .in-chat .in-chat-con {
    position: relative;
    margin-left: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.chat-list .in-chat .in-chat-con img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.chat-list .in-chat .in-chat-con::after {
    width: 10px;
    display: block;
    content: "";
    position: absolute;
    height: 10px;
    border-radius: 50%;
    background-color: #D9D9D9;
    bottom: 8px;
    right: -3px;
    border: 1px solid #fff;
}

.chat-list .in-chat h5 {
    color: var(--main-color);
}

.chat-list .in-chat .in-chat-con.on-line::after {
    background-color: #00de94;
}

.chat-list .in-chat .message-coun {
    border-radius: 50%;
    background-color: #ccc;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-conv {
    box-shadow: 0px 0px 12px 0px #0000001A;
    border-radius: 8px;
    border: none;
}

.chat-conv .chat-message {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.chat-conv .chat-message.inbox-mes {
    justify-content: flex-end;
}

.chat-conv .chat-message img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.chat-conv .chat-message .message-content {
    border: 1px solid var(--main-color);
    border-radius: 16px 16px 0 16px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 20px;
}

.chat-conv .chat-message.inbox-mes .message-content {
    color: #000;
    background-color: #DEDEDE;
    border-radius: 16px 16px 16px 0;
    border-color: #DEDEDE;
}

.message-content.file-mess {
    display: flex;
    align-items: center;
}

.message-content.file-mess .download {
    color: var(--main-color);
    background-color: transparent;
    border: none;
}

.chat-conv .chat-messages {
    height: calc(100vh - 200px);
    overflow-y: auto;
}

.chat-conv .send-message {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid rgba(0, 47, 45, 0.10);
    display: flex;
    align-items: center;

}

.chat-conv .send-message input {
    height: 100%;
    border: none;
    width: 100%;
    outline: none;
    box-shadow: none;
    font-size: 21px;
}

.chat-conv .send-message .file-upload {
    background-color: transparent;
    border: none;
    margin: 0 16px;
    color: var(--second-color);
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-conv .send-message .sub-message {
    background-color: transparent;
    border: none;
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;

}


.img-btn {
    display: block;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    color: var(--main-color);
    text-decoration: underline;
}

.profile-page textarea.form-control,
.profile-page .input-group {
    border: 1px solid #D9D9D9
}

.profile-page .submit-btn {
    border-radius: 5px;
    background: linear-gradient(180deg, #5E8EC9 0%, #3366A0 100%);

}


.profile-page .cover-img {
    background: #5485C71A;
    border-radius: 16px;
    height: 200px;
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 130px;
}

.profile-page .cover-img .profile-image {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}

.profile-image img {
    width: 150px;
    height: 150px;

}


/* ------------------- */
.notific-title {
    background: #5484BF1A;
    display: flex;
    align-items: center;
    justify-self: center;
    width: fit-content;
    color: var(--main-color);
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
}

.notifaction-card {
    background: linear-gradient(180deg, #5E8EC9 0%, #3366A0 100%);
    border-radius: 15px;
}

.notifaction-card h5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    color: #fff;

}

.notifaction-card p {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    color: #fff;

}

.notifaction-card button {
    background-color: #fff;
    border: none;
    padding: 8px 20px;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: right;
    color: #4A7BB6;
    border-radius: 10px;
}

.invoiceModal .modal-header .btnClose {
    background-color: var(--main-color);
}

.invoiceModal h5 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: right;
    color: #303030;
}

.invoiceModal h4 {
    font-size: 35px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: right;
}

.warning-text {
    color: var(--main-color);
    font-size: 20px;
}

/* pay page  */
.payModal .form-check {
    border: 1px solid #C4C4C4;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;

}


.payModal .form-check-input[type=radio] {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.payModal .form-check label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: left;
    color: #222222;
}

.payModal .formInput {
    border-radius: 2px;
}

.project-page .img-btn {
    text-decoration: none;
    color: #fff;
    height: 48px;
}

/* club page  */
.club-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    color: var(--second-color);
}

.club-header {
    background-color: #5E5F611A;
}

.club-header .left-con {
    background-color: #5E5F61;
    color: #fff;
}

.club-header .left-con h1 {
    font-size: 43px;
    font-weight: 700;
    line-height: 63.21px;
    color: #fff;
}

.club-header .left-con h5 {
    font-size: 17px;
    font-weight: 700;
    line-height: 24.99px;
    color: #fff;
}

.latest-box {
    border-bottom: 1px solid #ccc;
}

.latest-box p {
    font-size: 17px;
    font-weight: 600;
    line-height: 24.99px;
    color: #535353;
}

.club-adv {
    color: #535353;
}

.club-adv .in-m-con img {
    width: 51px;
    height: 51px;
    min-width: 51px;
    min-height: 51px;
    border-radius: 50%;
}

.chat-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 6px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    border-radius: 5px;
    max-width: 48px;

}

.order-card {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 16px;
}

.order-card img {
    border: 1px solid #E0E0E0;
    width: 100px;
    height: 100px;
    border-radius: 50%;

}

.order-card h4 {
    font-size: 27px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    color: var(--main-color);
}

.order-card p {
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    color: #303030;
}

.order-card h5 {
    font-size: 27px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    color: #767676;
}

.abeer-link {
    text-decoration: underline !important;
}


::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #E4E4E4;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
}

.wait_accepted_div {
    width: 800px !important;
    height: 190px !important;
    padding: 10px 20px !important;
    font-size: 34px !important;
    text-align: center !important;
}

.danger_logout_btn {
    display: block !important;
    width: fit-content !important;
    padding: 10px 20px !important;
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 40px auto !important;
}
/* .level-mission-page */
.level-mission-page .accordion-button {
    background-color: #ccc;
}

.mission-levels-table th {
    border: none;
    color: #777;
}

.mission-levels-table td {
    border: none;
    font-weight: bold;
}

.mission-join {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 40px;
    border: 2px solid #000;
    width: fit-content;
    background-color: #a2cbff;
    color: #000;
}

.missons-top .form-select {
    border: none;
    width: fit-content;
    background-color: #eafffd;
    border-radius: 10px;
}


.mession-status {
    padding: 4px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.mession-status.active-status {
    border: 2px solid #37ff37;
    background-color: #38ff3847;
    color: #48b148;
}

.mession-status.unactive-status {
    border: 2px solid #fc8181;
    background-color: #ff1a1a42;
    color: #da5454;
}

.all-messions .nav-link {
    color: #777;
    font-weight: 600;
}

.all-messions .nav-link.active {
    background-color: transparent;
    color: var(--main-color);
    position: relative;
}

.all-messions .nav-link.active::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--main-color);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.mession-top {
    width: 100%;
    padding: 12px 20px;
    border-radius: 8px;
    background: #ccc;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.messions-con {
    border-radius: 10px;
    background-color: #ccc;
}

.mession-card {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
}

.mession-card h5 {
    color: #aaa;
}

.mission-status {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
    padding: 4px 8px;
    min-width: 60px;
}

th ,td{
    white-space: nowrap !important;
}

.chat-conv .chat-message img.mhw_50{
    min-height: 50px;
    min-width: 50px;
}

.in-chat .in-chat-con img.mhw_45{
    min-height: 45px;
    min-width: 45px;
}
