﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.btn-success {
    background: #156a00;
    border-radius: 5px;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: #ffffff;
}

.btn-danger {
    background: #9e0000;
    border-radius: 5px;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: #ffffff;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

input:is(:hover, :focus, :active),
textarea:is(:hover, :focus, :active),
select:is(:hover, :focus, :active) {
    box-shadow: 0px 0px !important;
    border: 0.4px solid #145389 !important;
    resize: none;
}

body {
    background-color: #eeeeee;
    padding: 10px 0px;
    font-family: "Poppins", sans-serif !important;
    position: relative;
}

.empty-routine-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-height: 62vh;
    padding: 1rem;
}

.empty-routine-card > img {
    width: 100%;
    height: 100%;
    margin-top: 4rem;
}

.empty-routine-card > p {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    font-weight: 300;
    font-style: italic;
    color: white;
    font-size: 0.75rem;
    margin-top: 1rem;
    text-align: center;
}

.fs-7 {
    font-size: 0.75rem !important;
}

.gray__span {
    font-style: italic;
    font-weight: 600;
    font-size: 11px;
    color: #959595;
}

.gray__span.opened__color {
    color: #a3a3a3;
    font-size: 10px;
    font-weight: 400;
}

.team__info {
    background: #ffffff;
    border-radius: 5px;
    padding: 15px;
}

.team__info .detail {
    margin-top: 10px;
}

.team__info .detail p {
    font-weight: 500;
    font-size: 12px;
    color: #565656;
}

.team__info .detail span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #565656;
}

.team__info .actions {
    margin-left: auto;
    position: relative;
}

.team__info .actions img {
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.team__info .head {
    display: flex;
    align-items: center;
}

.team__info .head > img {
    background: #ffffff;
    border: 0.5px solid #145389;
    border-radius: 3px;
    width: 50px;
    height: 50px;
}

.team__info .head > .info {
    margin-left: 15px;
}

.team__info .head > .info span {
    display: block;
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    color: #b7b7b7;
}

.team__info .head > .info .name {
    font-weight: 500;
    font-size: 14px;
    color: #145389;
}

.team__info .head > .info .motto {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    color: #565656;
}

.team__info .head > .actions {
    align-self: flex-start;
}

.team__info .detail .detail-description {
    width: 93%;
}

.team__info .detail .detail-description .description.shrink {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team__info .detail .expanded-detail {
    height: 0;
    opacity: 0;
    display: none;
}

.team__info .detail .expanded-detail.expanded {
    max-height: 70vh;
    overflow-y: scroll;
    height: auto;
    display: flex;
    transition: all 1s linear;
    opacity: 1;
}

.team__info .detail .expanded-detail .talents {
    margin-top: 10px;
}

.team__info .detail .expanded-detail .talents .header {
    margin-left: -10px;
}

.team__info .detail .expanded-detail .talents .item {
    margin: 3px;
    background: #ffffff;
    border: 2px solid #145389;
    border-radius: 49px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 4px 15px;
}

.team__info .detail .expanded-detail .talents .item > p {
    font-size: 9px;
}

.team__info .detail .expanded-detail .talents .item .level {
    display: flex;
    justify-content: center;
    margin-top: 2.5px;
}

.team__info .detail .expanded-detail .talents .item .level span {
    margin-left: 1px;
    margin-right: 1px;
    width: 6px;
    border-radius: 50%;
    height: 6px;
    border: 2px solid #145389;
}

.team__info .detail .expanded-detail .talents .item .level span.active__level {
    background: #145389;
}

.team__info .detail .detail-expand-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.team__info .detail .detail-expand-btn img {
    transition-duration: 0.4s;
    transition-property: transform;
    width: 1rem;
}

.team__info .detail .detail-expand-btn img.rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.meet__detail.detail__row {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
    padding: 30px;
}

.meet__detail.detail__row > .more {
    position: absolute;
    top: 30px;
    right: 30px;
}

.meet__detail.detail__row > .more > i {
    cursor: pointer;
}

.meet__detail.detail__row .attachments {
    margin-top: 40px;
    flex-direction: column;
    gap: 15px;
}

.meet__detail.detail__row .attachments .status {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.meet__detail.detail__row .attachments .status.add-border {
    background: #ffffff;
    border: 0.5px solid #bcbcbc;
    border-radius: 5px;
    padding: 5px 12px;
    margin: 0px 18px;
}

.meet__detail.detail__row .attachments .status.add-border span {
    border: 1px solid #145389;
}

.meet__detail.detail__row .attachments .status.active label {
    color: #08570b;
}

.meet__detail.detail__row .attachments .status.active i {
    display: block;
}

.meet__detail.detail__row .attachments .status.active span {
    border: 1px solid #a4a4a4;
}

.meet__detail.detail__row .attachments .status span {
    position: relative;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #a4a4a4;
}

.meet__detail.detail__row .attachments .status span > i {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #17861b;
}

.meet__detail.detail__row .attachments .status label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    color: #4a4a4a;
}

.meet__detail.detail__row .attachments > .new__attach {
    display: none;
    transition: opacity 500ms;
}

.meet__detail.detail__row .attachments > .new__attach.show {
    display: block;
}

.meet__detail.detail__row .attachments > .new__attach textarea {
    margin-bottom: 20px;
    resize: none;
    background: #ffffff;
    border: 0.5px solid #bcbcbc;
    border-radius: 5px;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #545454;
    padding: 15px;
    width: 100%;
}

.meet__detail.detail__row .attachments > .new__attach > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 33px;
}

.meet__detail.detail__row .attachments > .new__attach > div .dead-line {
    display: flex;
    align-items: center;
    height: 100%;
}

.meet__detail.detail__row
    .attachments
    > .new__attach
    > div
    .dead-line
    .dead-line-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    background: #ffffff;
    border: 0.5px solid #bcbcbc;
    border-radius: 5px;
    padding: 0px 10px;
}

.meet__detail.detail__row
    .attachments
    > .new__attach
    > div
    .dead-line
    .dead-line-wrap
    button {
    border: 0px;
    background-color: transparent;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.meet__detail.detail__row .attachments > .new__attach > div .dead-line input {
    margin-left: 15px;
    height: 100%;
    display: none;
    border: 0px;
    background-color: transparent;
    outline: 0px;
    background: #145389;
    border-radius: 5px;
    font-weight: 400;
    padding: 5px 20px !important;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #145389;
    color: #ffffff !important;
}

.meet__detail.detail__row
    .attachments
    > .new__attach
    > div
    .dead-line
    input.show__input {
    display: block;
}

.meet__detail.detail__row .attachments > div {
    width: 100%;
    background: #ffffff;
    border: 0.5px solid #145389;
    border-radius: 5px;
    padding: 20px 25px;
}

.meet__detail.detail__row .attachments > div > .footer {
    margin-top: 5px;
    align-items: center;
}

.meet__detail.detail__row .attachments > div > .footer i {
    color: #145389;
    font-size: 18px;
    margin-right: 10px;
}

.meet__detail.detail__row .attachments > div > .footer p {
    font-weight: 400;
    font-size: 14px;
    color: #020000;
}

.meet__detail.detail__row .attachments > div > .footer span {
    margin-left: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    color: #737373;
}

.meet__detail.detail__row .attachments > div > p {
    font-weight: 400;
    padding: 10px 12.5px;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}

.meet__detail.detail__row .attachments > div > .head {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.meet__detail.detail__row .attachments > div > .head > span {
    margin-left: auto;
    margin-right: 15px;
}

.meet__detail.detail__row .attachments > div > .head .more {
    position: relative;
}

.meet__detail.detail__row .attachments > div > .head .more > i {
    cursor: pointer;
}

.meet__detail > div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12.5px;
}

.meet__detail > div.divider {
    padding-bottom: 12.5px;
    border-bottom: 0.3px solid rgba(29, 40, 74, 0.2);
}

.meet__detail > div > span {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    color: #898989;
}

.meet__detail > div > span.dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #145389;
}

.meet__detail > div > i {
    font-size: 15px;
    color: #145389;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meet__detail > div > p {
    font-weight: 400;
    font-size: 13px;
    color: #535353;
}

.meet__detail > div > p.show_two_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.meet__detail > div > p.black {
    font-weight: 500;
    color: #020000;
}

.meet__status__bar {
    border-radius: 5px;
    padding: 4px 8px;
    font-weight: 400;
    font-size: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 14px;
    color: #ffffff !important;
}

.meet__status__bar.wide__status {
    padding: 6px 25px;
    font-size: 15px;
}

.meet__status__bar.client {
    background-color: #d69637;
}

.meet__status__bar.team {
    background-color: #917fc3;
}

.meet__status__bar.sprint {
    background-color: #66acde;
}

.meet__status__bar.standup {
    background-color: #de7b66;
}

.karga__button {
    outline: 0px;
    background: #145389;
    border-radius: 5px;
    font-weight: 400;
    padding: 5px 20px;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #145389;
    color: #ffffff;
    transition: all 500ms;
}

.karga__button:hover {
    background: white;
    color: #145389;
}

.karga__button.outline {
    background: white;
    color: #145389;
}

.karga__button.outline:hover {
    background: #145389;
    color: #ffffff;
}

.dropdown__karga {
    position: absolute;
    top: 100%;
    right: 0px;
    min-width: 200px;
    background-color: #ffffff;
    padding: 10px 0px;
    z-index: -9999;
    border-radius: 5px;
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
    transition: all 250ms ease;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.dropdown__karga.showed__action {
    transition: all 300ms ease-in-out;
    opacity: 1;
    z-index: 99999;
    transform: scale(1);
    pointer-events: all;
}

.dropdown__karga p {
    text-align: right;
    font-weight: 700;
    font-size: 15px;
    padding: 0px 20px;
    color: #535353;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(83, 83, 83, 0.25);
}

.dropdown__karga ul {
    list-style: none;
}

.dropdown__karga ul li {
    width: 100%;
    text-align: right;
}

.dropdown__karga ul li[disabled] {
    opacity: 0.5;
    cursor: no-drop;
}

.dropdown__karga ul li[disabled] > div {
    background-color: #535353;
    pointer-events: none;
    cursor: no-drop !important;
}

.dropdown__karga ul li[disabled] > div i,
.dropdown__karga ul li[disabled] > div span {
    color: white;
}

.dropdown__karga ul li div {
    cursor: pointer;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    gap: 7.5px;
    justify-content: flex-end;
}

.dropdown__karga ul li div:hover {
    background-color: #535353;
}

.dropdown__karga ul li div:hover i,
.dropdown__karga ul li div:hover span {
    color: white;
}

.dropdown__karga ul li div i {
    color: #535353;
    width: 15px;
    font-size: 12px;
}

.dropdown__karga ul li div span {
    text-align: right;
    font-weight: 500;
    font-size: 13px;
    color: #535353;
}

.dropdown__karga.split_li_border li:not(:first-child) {
    border-top: 1px solid rgba(83, 83, 83, 0.25);
}

.status-color-not_done {
    background-color: #b02020;
}

.status-color-done {
    background-color: #047a10;
}

.status-color-continue {
    background-color: #d47403;
}

.status-color-not_start {
    background-color: #af9370;
}

.status-color-new {
    background-color: #145389;
}

.status-color-routine {
    background-color: #6f98d0;
}

.draggable__wrapper {
    position: relative;
}

.draggable__wrapper .info__cart {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.draggable__wrapper .info__cart .alert {
    background-color: #d4d4d4;
    border-color: #adadad;
}

.draggable__wrapper
    .info__cart
    .alert
    button:is(:focus, :active, :focus-visible) {
    box-shadow: unset;
}

.draggable__wrapper .info__cart code {
    padding: 5px;
    border-radius: 5px;
    background-color: rgba(249, 250, 251, 0.7960784314);
    color: black;
}

.draggable__area {
    height: calc(100vh - 110px);
    display: grid;
    place-content: flex-start;
    overflow-y: hidden;
    overflow-x: scroll;
    grid-auto-flow: column;
    gap: 30px;
    padding: 5px 30px 30px 5px;
}

.draggable__area::-webkit-scrollbar {
    height: 5px;
    background-color: rgba(0, 0, 0, 0.16);
    width: 4px;
    border-radius: 12px;
}

.draggable__area::-webkit-scrollbar-thumb {
    width: 4px;
    background: #145389;
    border-radius: 4px;
}

.draggable__area::-webkit-scrollbar-thumb:active {
    background: #22517b;
}

.draggable__area button {
    border: 1.5px dashed #ffffff;
    border-radius: 5px;
    background-color: transparent;
    text-align: center;
    padding: 5px 0px;
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    transition: background 350ms;
}

.draggable__area button:hover {
    background-color: #ffffff;
    color: #535353;
}

.draggable__area .new_item_form {
    background: #ffffff;
    border-radius: 5px;
    padding: 15px;
}

.draggable__area .new_item_form > .icons {
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: right;
}

.draggable__area .new_item_form > .icons > img {
    cursor: pointer;
    width: 1rem;
    margin-left: 10px;
    margin-bottom: 5px;
}

.draggable__area .new_item_form textarea {
    padding: 10px;
    background: rgba(184, 184, 184, 0.1764705882);
    border: 1px solid rgba(184, 184, 184, 0.1764705882);
    border-radius: 5px;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    resize: none;
    width: 100%;
    outline: 0px;
}

.draggable__area .new_item_form textarea:focus,
.draggable__area .new_item_form textarea:hover {
    border: 1px solid rgba(184, 184, 184, 0.1764705882) !important;
}

.draggable__area .new_item_form div {
    margin-top: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.draggable__area .new_item_form div a {
    background: #145389;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    padding: 5px 20px;
}

.draggable__area .new_item_form div a.outline {
    color: #000000;
    background-color: transparent;
}

.draggable__area .new_item_form div a.outline:hover {
    background-color: rgba(184, 184, 184, 0.1764705882);
}

.draggable__area > div {
    border-radius: 7.5px;
    width: 280px;
    padding: 14px;
    margin-bottom: 20px;
    height: calc(100vh - 160px);
    cursor:grab;
}

.draggable__area > div.ui-sortable-helper {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px, rgb(51, 51, 51) 0px 0px 0px 2px;
}

.draggable__area > div.new-item {
    padding: 0px;
}

.draggable__area > div.new-item button {
    border-color: #828283;
    color: #828283;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 45px;
}

.draggable__area > div.new-item button:hover {
    background-color: #828283;
    color: #ffffff;
}

.draggable__area > div.new-item .new_item_form {
    position: absolute;
    margin-top: 0px;
    background: #ebecf0;
}

.draggable__area > div.new-item .new_item_form textarea {
    background: #ffffff;
    border: 1px solid #ffffff;
}

.draggable__area > div .drag__items {
    min-height: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
    max-height: calc(100vh - 295px);
}

.draggable__area > div .drag__items.more__items {
    max-height: calc(62vh - 160px);
}

.draggable__area > div .drag__items::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
    border-radius: 12px;
}

.draggable__area > div .drag__items::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 12px;
}

.draggable__area > div .drag__items::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}

.draggable__area > div .drag__action {
    margin-top: 10px;
    overflow: visible;
    height: 100%;
}

.draggable__area > div .drag__action button {
    border-color: white;
    color: white;
}

.draggable__area > div .drag__action button:hover {
    color: #535353;
}

.draggable__area > div .draggable__head {
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
}

.draggable__area > div .draggable__head .status {
    width: 15px;
    height: 15px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.draggable__area > div .draggable__head .info {
    margin-left: 10px;
}

.draggable__area .draggable__head .info textarea#name {
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    line-height: 13px;
    border: none;
    height: auto;
    resize: none;
    background: none;
    font-weight: 400;
    white-space: normal;
    outline: none;
    overflow: hidden;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
}

.draggable__area > div .draggable__head .info span {
    display: block;
    font-style: italic;
    margin-top: 3px;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
}

.draggable__area > div .draggable__head .actions {
    margin-left: auto;
    position: relative;
}

.draggable__area > div .draggable__head .actions > i {
    cursor: pointer;
    color: #ffffff;
    vertical-align: top;
}
.draggable__area > div .draggable__item {
    background: #ffffff;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 12.5px;
    cursor: -webkit-grab;
    cursor: grab;
    margin: 10px 0px;
}
.draggable__area > div .draggable__item .body {
    margin: 5px 0px;
}

.draggable__area > div .draggable__item .body p {
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    word-break: break-all;
    color: #a3a3a3;
}

.draggable__area > div .draggable__item .body span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #535353;
}

.draggable__area > div .draggable__item .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.draggable__area > div .draggable__item .footer > p {
    font-style: italic;
    font-weight: 400;
    font-size: 10px;
    color: #145389;
    width: 45%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.draggable__area > div .draggable__item .footer > ul {
    width: 65%;
    list-style: none;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.draggable__area > div .draggable__item .footer > ul i {
    font-size: 10px;
    color: #145389;
}

.draggable__area > div .draggable__item .footer > ul span {
    font-weight: 400;
    font-size: 10px;
    color: #565656;
}

.draggable__area > div .draggable__item .head {
    display: flex;
    align-items: center;
}

.draggable__area > div .draggable__item .head img {
    width: 22px;
    height: 22px;
}

.draggable__area > div .draggable__item .head p {
    margin-left: 10px;
    font-style: italic;
    font-weight: 500;
    font-size: 13px;
    color: #565656;
}

.draggable__area > div .draggable__item .head .actions {
    position: relative;
    align-self: flex-start;
    margin-left: auto;
}

.draggable__area > div .draggable__item .head .actions > i {
    font-size: 1.1rem;
    cursor: pointer;
    color: #757576;
}

.draggable__area > div .draggable__item:last-child {
    margin-bottom: 0px;
}

.draggable__area > div .draggable__item:first-child {
    margin-top: 0px;
}

.draggable__area > div .draggable__item.ui-sortable-helper {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px, rgb(51, 51, 51) 0px 0px 0px 2px;
}

.status__select {
    border-radius: 4px;
    color: #ffffff;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    border: 0px;
    padding: 4px 5px;
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1em;
    font-size: 14px;
}

.status__select.not_done {
    background-color: #b02020;
}

.status__select.done {
    background-color: #047a10;
}

.status__select.continue {
    background-color: #d47403;
}

.status__select.not_start {
    background-color: #af9370;
}

.status__select.new {
    background-color: #145389;
}

.status__select.routine {
    background-color: #6f98d0;
}

.status__select option {
    background: white;
    color: black;
    text-shadow: 0 1px 0 white;
}

.status__select:is(:hover, :active, :focus) {
    border: 0px !important;
    outline: none;
}

.custom-select {
    border: 1px solid #145389;
    border-radius: 4px;
    padding: 3px 8px;
}

html,
body {
    touch-action: pan-x pan-y;
    scroll-behavior: smooth;
}

.team__user.lisans {
    border: 2px solid #759de4;
}

.team__user.lisans .badge {
    background-color: #759de4;
}

.team__user.doktora {
    border: 2px solid rgba(112, 26, 117, 0.5);
}

.team__user.doktora .badge {
    background-color: rgba(112, 26, 117, 0.5);
}

.team__user.yuksek__lisans {
    border: 2px solid #47a18e;
}

.team__user.yuksek__lisans .badge {
    background-color: #47a18e;
}

.team__user.on__lisans {
    border: 2px solid #78b4f9;
}

.team__user.on__lisans .badge {
    background-color: #78b4f9;
}

.degreeBadge__on__lisans {
    background-color: #78b4f9;
}
.showed__more__item > i.fa-angle-down::before {
    content: "\f077";
}

.modal__image__modal {
    text-align: center;
    width: 100%;
}

.save__button {
    border: 0px;
    background: #1d284a;
    border: 1px solid #1d284a;
    border-radius: 5px;
    outline: 0px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    padding: 2.5px 25px;
    transition: all 0.5s;
}

.save__button:hover {
    background-color: #fff;
    color: #1d284a;
}

.save__button.outline {
    background-color: #fff;
    color: #000000;
}

.save__button.outline:hover {
    background: #1d284a;
    color: #fff;
}

.btn__outline {
    border: 0px;
    background: #fff;
    border: 1px solid #145389;
    border-radius: 5px;
    outline: 0px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #000000;
    padding: 2.5px 35px;
    transition: all 0.5s;
}

.btn__outline:hover {
    background-color: #145389;
    color: white;
}

.confirm__modal {
    text-align: center;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 1060;
}

.confirm__modal .modal-content {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.confirm__modal .modal-body {
    padding: 45px 50px !important;
}

.confirm__modal .modal-body p {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #505050;
    margin-bottom: 30px;
}

.confirm__modal .modal-body .confirm__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm__modal .modal-body .confirm__buttons > button:last-child {
    margin-left: 20px;
}

.modal__big__info {
    border-radius: 5px;
}

.modal__big__info .modal-content {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    border: 0px;
}

.modal__big__info .modal-body {
    padding: 70px 60px 35px 60px;
    position: relative;
}

.modal__big__info .modal-body .to__back {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 2rem;
    color: #989898;
    cursor: pointer;
}

.modal__big__info .modal-body .to__more__item {
    position: absolute;
    bottom: 50px;
    right: 20px;
    font-size: 1.5rem;
    color: #000000;
    cursor: pointer;
}

.modal__big__info .modal-body .roles {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 2px;
}

.modal__big__info .modal-body .roles img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.modal__big__info .modal-body .user__detail {
    margin-top: 30px;
}

.modal__big__info .modal-body .user__detail section:nth-child(n + 4) {
    display: none;
}

.modal__big__info .modal-body .user__detail section > .head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.modal__big__info .modal-body .user__detail section > .head span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #145389;
    margin-right: 15px;
}

.modal__big__info .modal-body .user__detail section > .showAllItem div {
    display: unset !important;
}

.modal__big__info
    .modal-body
    .user__detail
    section
    > .showAllItem
    + i.fa-plus::before {
    content: "\f068";
}

.modal__big__info
    .modal-body
    .user__detail
    section
    > .detail
    div:nth-child(n + 2) {
    display: none;
}

.modal__big__info .modal-body .user__detail section > .detail div.show {
    display: unset;
}

.modal__big__info .modal-body .user__detail section > .detail p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #565656;
    margin-top: 5px;
}

.modal__big__info .modal-body .user__detail section > .detail p .black {
    font-weight: 500;
    color: #000000;
}

.modal__big__info .modal-body .user__detail section > .detail small {
    font-style: italic;
    margin-top: 5px;
    display: block;
    font-weight: 300;
    font-size: 12px;
    max-width: 70%;
    line-height: 18px;
    color: #6f6f6f;
}

.modal__big__info .modal-body .user__detail section i {
    margin-top: 15px;
    color: #989898;
    font-size: 1.2rem;
    cursor: pointer;
}

.modal__big__info .modal-body .user__detail section:nth-child(2n + 2) {
    padding-top: 2.5%;
    margin-top: 1.25%;
    padding-bottom: 2.5%;
    margin-bottom: 1.25%;
    border-top: 0.7px solid rgba(29, 40, 74, 0.5);
    border-bottom: 0.7px solid rgba(29, 40, 74, 0.5);
}

.modal__big__info .modal-body .user__detail section:last-child {
    border-bottom: 0px;
}

.modal__big__info .modal-body.showed__more__item .user__detail section {
    display: block;
}

.modal__big__info .modal-body .user__modal {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.modal__big__info .modal-body .user__modal .user__ab {
    margin-left: 5%;
    padding-left: 5%;
    border-left: 0.7px solid rgba(29, 40, 74, 0.5);
    width: 60%;
}

.modal__big__info .modal-body .user__modal .user__ab .user__skills {
    margin-top: 0px;
}

.modal__big__info .modal-body .user__modal .user__ab .user__skills > p {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #145389;
    margin-bottom: 5px;
}

.modal__big__info .modal-body .user__modal .user__ab .user__skills .skill {
    display: unset;
    margin-top: 15px;
    margin-right: 10px;
}

.modal__big__info
    .modal-body
    .user__modal
    .user__ab
    .user__skills
    .skill:nth-child(9n + 9) {
    display: none;
}

.modal__big__info .modal-body .user__modal .user__ex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 40%;
}

.modal__big__info .modal-body .user__modal .user__ex img {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    margin-right: 30px;
}

.modal__big__info .modal-body .user__modal .user__ex .user__info {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 120px;
}

.modal__big__info
    .modal-body
    .user__modal
    .user__ex
    .user__info
    > div:last-child {
    margin-top: 10px;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}

.modal__big__info .modal-body .user__modal .user__ex .user__info p {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #145389;
}

.modal__big__info .modal-body .user__modal .user__ex .user__info span {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #6f6f6f;
}

.modal__big__info .modal-body .user__modal .user__ex .user__info > div > span {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #565656;
}

.modal__big__info .modal-body .user__modal .user__ex .user__info a {
    margin-top: auto;
    padding: 2.5px 15px;
}

.modal__small__info {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 5px;
    z-index: 1061;
}

.modal__small__info .modal-content {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    border: 0px;
}

.modal__small__info .modal-body {
    padding: 25px 20px 15px 20px;
    position: inherit;
    min-height: 260px;
}

.modal__small__info .modal-body.send__successful {
    border-radius: 5px;
    border: 2px solid #048002;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modal__small__info .modal-body.send__successful i {
    font-size: 5rem;
    color: #048002;
}

.modal__small__info .modal-body.send__successful p {
    margin-top: 15px;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #4b4b4b;
}

.modal__small__info .modal-body .roles {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal__small__info .modal-body .roles img {
    width: 15px;
    height: 15px;
}

.modal__small__info .modal-body .roles img:not(:last-child) {
    margin-right: 10px;
}

.modal__small__info .modal-body .user__card {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.modal__small__info .modal-body .user__card img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 10px;
}

.modal__small__info .modal-body .user__card > div p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #145389;
}

.modal__small__info .modal-body .user__card > div span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #6f6f6f;
}

.modal__small__info .modal-body > textarea {
    resize: none;
    border: 0px;
    outline: 0px;
    background: #ffffff;
    border: 0.5px solid #898989;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #898989;
}

.modal__small__info .modal-body .confirm__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.switch__parent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.switch__parent label:last-child {
    font-weight: 300;
    font-size: 9px;
    color: #505050;
    margin-left: 5px;
}

.switch__parent .custom__switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 25px;
}

.switch__parent .custom__switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch__parent .custom__switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    border: 1px solid #145389;
    border-radius: 5px;
    transition: 0.4s;
}

.switch__parent .custom__switch .slider::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 40px;
    left: 4px;
    bottom: 4px;
    background: #c4c4c4;
    border-radius: 2px;
    transition: 0.4s;
}

.switch__parent .custom__switch input:checked + .slider:before {
    background: #1d284a;
    transform: translateX(49px);
}

.stackItems {
    position: relative;
    width: 100%;
    transition: all 0.01s;
}

.user__profile {
    /* position: relative; */
    #margin-right: -24px;
    background: #ffffff;
    border-radius: 5px 0 0 5px;
    padding: 17px 20px 16px 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: flex-start;
    gap: 9px;
    #position: relative;
}
.user__profile:after {
    content: "";
    height: 80%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(216, 91, 0, 0.5);
}
.user__profile > img {
    width: 53px;
    height: 53px;
    #border: 1px solid rgba(29, 40, 74, 0.2);
    object-fit: cover;
    #border-radius: 3px;
}
/*
.user__profile > img {
    position: absolute;
    top: 0%;
    left: 0px;
    width: 100%;
    height: 80px;
    z-index: 0;
} */
/*
.user__profile > div {
    position: relative;
    z-index: 1;
} */

.user__profile .user__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

/* .user__profile .user__info img {
    width: 90px;
    height: 90px;
} */

.user__profile .user__info .user__bio {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.user__profile .user__info .user__bio > p {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
}

.user__profile .user__info .user__bio > span {
    display: block;
    font-style: italic;
    font-weight: 400;
    font-size: 10px;
    color: #646464;
}

.user__profile .user__info .user__bio > a {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user__profile .user__info .user__bio > a span {
    font-weight: 400;
    font-size: 12px;
    color: #044474;
}

.user__profile .user__info .user__bio > a span:first-child {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 0.5px solid #000000;
}

.user__profile .user__sources {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 0.3px solid rgba(29, 40, 74, 0.4);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 10px;
}

.user__profile .user__sources a {
    margin-left: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.user__profile .user__sources a img {
    width: 18px;
}

.user__profile .user__sources a span {
    margin-left: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #1d284a;
}

.user__profile .user__sources a:not(:first-child) {
    margin-top: 8px;
}

.user__profile .user__sources a:nth-child(n + 4) {
    display: none;
}

.user__profile .user__sources a:last-child {
    margin-bottom: 0px;
}

.user__profile.showed__more__item .user__sources a {
    display: flex;
}

.user__profile .more__item {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.user__profile .more__item i {
    cursor: pointer;
    font-size: 0.9rem;
    color: #989898;
}

.specialScroll {
    padding-right: 10px;
}

.specialScroll::-webkit-scrollbar {
    width: 4px;
    background-color: ghostwhite;
    border-radius: 12px;
}

.specialScroll::-webkit-scrollbar-thumb {
    background: #145389;
    border-radius: 12px;
}

.specialScroll::-webkit-scrollbar-thumb:active {
    background: #22517b;
}

.modal {
    z-index: 99999;
}

#detailTaskModal .modal-content {
    border: 0px;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

#detailTaskModal .task__row {
    padding-bottom: 20px;
}

#detailTaskModal .task__row > div:first-child {
    border-right: 0.3px solid #145389;
}

#detailTaskModal .task__row > div:first-child > .tasks_files .files {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
}

#detailTaskModal .task__row > div:first-child > .tasks_files .files .file {
    position: relative;
    padding: 15px;
}

#detailTaskModal .task__row > div:first-child > .tasks_files .files .file img {
    width: 25px;
    height: 30px;
}

#detailTaskModal
    .task__row
    > div:first-child
    > .tasks_files
    .files
    .file
    .actions {
    position: absolute;
    top: 0px;
    right: 0px;
}

#detailTaskModal
    .task__row
    > div:first-child
    > .tasks_files
    .files
    .file
    .actions
    i {
    cursor: pointer;
}

#detailTaskModal .task__row > div:first-child .new__item {
    margin-top: 15px;
    display: none;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 10px;
}

#detailTaskModal .task__row > div:first-child .new__item.showen__item {
    display: block;
}

#detailTaskModal .task__row > div:first-child .new__item textarea {
    width: 100%;
    resize: none;
    background-color: transparent;
    color: #524c4c;
    font-style: italic;
    font-weight: 400;
    border: 0px;
    outline: 0px;
    font-size: 11px;
}

#detailTaskModal .task__row > div:first-child .new__item textarea:hover,
#detailTaskModal .task__row > div:first-child .new__item textarea:focus {
    border: 0px !important;
    outline: 0px;
}

#detailTaskModal .task__row > div:first-child .new__item .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#detailTaskModal .task__row > div:first-child .new__item .actions button {
    border-radius: 5px;
    padding: 3px 10px;
    border: 0px;
    outline: 0px;
    font-weight: 400;
    font-size: 11px;
}

#detailTaskModal .task__row > div:first-child .new__item .actions button.save {
    background: #145389;
    color: #ffffff;
}

#detailTaskModal
    .task__row
    > div:first-child
    .new__item
    .actions
    button.cancel {
    background-color: transparent;
    color: #000000;
    margin-left: 2.5px;
}

#detailTaskModal .task__row > div:first-child .new__item .actions .icons {
    display: flex;
    align-items: center;
}

#detailTaskModal .task__row > div:first-child .new__item .actions .icons > div {
    margin-left: 6px;
}

#detailTaskModal .task__row > div:first-child .new__item .actions .icons img {
    cursor: pointer;
    width: 15px;
}

#detailTaskModal .task__row > div:first-child > .tasks_comments,
#detailTaskModal .task__row > div:first-child > .tasks_files {
    margin-top: 20px;
}

#detailTaskModal
    .task__row
    > div:first-child
    > .tasks_comments
    > div:first-child,
#detailTaskModal .task__row > div:first-child > .tasks_files > div:first-child {
    display: flex;
    align-items: center;
}

#detailTaskModal
    .task__row
    > div:first-child
    > .tasks_comments
    > div:first-child
    img,
#detailTaskModal
    .task__row
    > div:first-child
    > .tasks_files
    > div:first-child
    img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

#detailTaskModal
    .task__row
    > div:first-child
    > .tasks_comments
    > div:first-child
    span,
#detailTaskModal
    .task__row
    > div:first-child
    > .tasks_files
    > div:first-child
    span {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    color: #145389;
}

#detailTaskModal .task__row > div:first-child > .tasks_comments .comments,
#detailTaskModal .task__row > div:first-child > .tasks_files .comments {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
}

#detailTaskModal
    .task__row
    > div:first-child
    > .tasks_comments
    .comments
    .comment,
#detailTaskModal
    .task__row
    > div:first-child
    > .tasks_files
    .comments
    .comment {
    display: flex;
    align-items: flex-start;
    width: 100%;
    border: 0.5px solid #e6e6e6;
    border-radius: 5px;
    padding: 5px 10px;
    position: relative;
}

#detailTaskModal
    .task__row
    > div:first-child
    > .tasks_comments
    .comments
    .comment
    p,
#detailTaskModal
    .task__row
    > div:first-child
    > .tasks_files
    .comments
    .comment
    p {
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    color: #145389;
    width: 10%;
    text-overflow: ellipsis;
}

#detailTaskModal
    .task__row
    > div:first-child
    > .tasks_comments
    .comments
    .comment
    .actions,
#detailTaskModal
    .task__row
    > div:first-child
    > .tasks_files
    .comments
    .comment
    .actions {
    position: absolute;
    top: 0px;
    right: 5px;
}

#detailTaskModal
    .task__row
    > div:first-child
    > .tasks_comments
    .comments
    .comment
    .actions
    i,
#detailTaskModal
    .task__row
    > div:first-child
    > .tasks_files
    .comments
    .comment
    .actions
    i {
    cursor: pointer;
    color: #757575;
}

#detailTaskModal
    .task__row
    > div:first-child
    > .tasks_comments
    .comments
    .comment
    span,
#detailTaskModal
    .task__row
    > div:first-child
    > .tasks_files
    .comments
    .comment
    span {
    padding-right: 15px;
    width: 90%;
    font-weight: 400;
    font-size: 11px;
    color: #000000;
}

#detailTaskModal .task__row > div:first-child > .head {
    display: flex;
    align-items: center;
}

#detailTaskModal .task__row > div:first-child > .head p {
    font-weight: 700;
    font-size: 13px;
    color: #535353;
}

#detailTaskModal .task__row > div:first-child > .head img {
    width: 20px;
    height: 20px;
    margin: 0px 12.5px;
}

#detailTaskModal .task__row > div:first-child > .head span {
    font-style: italic;
    font-weight: 500;
    font-size: 11px;
    padding: 2px 10px;
    background: #ffffff;
    border: 0.3px solid #145389;
    border-radius: 5px;
    color: #565656;
}

#detailTaskModal .task__row > div:first-child > .task {
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 14px;
    color: #535353;
}

#detailTaskModal .task__row > div:first-child > .date,
#detailTaskModal .task__row > div:first-child > .users {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#detailTaskModal .task__row > div:first-child > .date img,
#detailTaskModal .task__row > div:first-child > .users img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

#detailTaskModal .task__row > div:first-child > .date span,
#detailTaskModal .task__row > div:first-child > .users span {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    color: #535353;
}

#detailTaskModal .task__row > div:first-child > .tasks_details {
    margin-top: 20px;
}

#detailTaskModal .task__row > div:first-child > .tasks_details > p {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    color: #535353;
}

#detailTaskModal .task__row > div:first-child > .sub__task .subs {
    margin-top: 15px;
}

#detailTaskModal .task__row > div:first-child > .sub__task .sub__list {
    margin-top: 10px;
}

#detailTaskModal .task__row > div:first-child > .sub__task .progress__bar {
    width: 100%;
}

#detailTaskModal .task__row > div:first-child > .sub__task .task {
    padding: 5px 10px;
    border: 0.5px solid #e6e6e6;
    border-radius: 5px;
}

#detailTaskModal
    .task__row
    > div:first-child
    > .sub__task
    .task:not(:first-child) {
    margin-top: 10px;
}

#detailTaskModal .task__row > div:first-child > .sub__task .task > p {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    margin-top: 0px;
}

#detailTaskModal .task__row > div:first-child > .sub__task .task .head {
    position: relative;
}

#detailTaskModal .task__row > div:first-child > .sub__task .task .head > i {
    margin-left: 7.5px;
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    color: #145389;
}

#detailTaskModal
    .task__row
    > div:first-child
    > .sub__task
    .task
    .head
    .options {
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

#detailTaskModal
    .task__row
    > div:first-child
    > .sub__task
    .task
    .head
    .options
    i {
    color: #757575;
}

#detailTaskModal .task__row > div:first-child > .sub__task .task .head > span {
    border: 0.5px solid #145389;
    width: 15px;
    height: 15px;
    border-radius: 3px;
}

#detailTaskModal .task__row > div:first-child > .sub__task .task .head > p {
    padding: 0px;
    border: 0px;
    color: #565656;
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    margin-right: 40px;
    margin-left: auto;
}

#detailTaskModal .task__row > div:first-child > .sub__task .task.done__task > p,
#detailTaskModal
    .task__row
    > div:first-child
    > .sub__task
    .task.done__task
    > textarea,
#detailTaskModal
    .task__row
    > div:first-child
    > .sub__task
    .task.done__task
    .head
    > i {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

#detailTaskModal
    .task__row
    > div:first-child
    > .sub__task
    .task.done__task
    .head
    > span {
    background-color: #145389;
}

#detailTaskModal .task__row > div:first-child > .sub__task .new__task__button {
    display: flex;
    align-items: center;
}

#detailTaskModal
    .task__row
    > div:first-child
    > .sub__task
    .new__task__button
    img {
    width: 30px;
    height: 10px;
}

#detailTaskModal
    .task__row
    > div:first-child
    > .sub__task
    .new__task__button
    span {
    font-size: 12px;
    color: #535353;
    margin: 0px 5px;
}

#detailTaskModal
    .task__row
    > div:first-child
    > .sub__task
    .new__task__button
    button {
    margin-left: 5px;
    border: 0.5px solid #145389;
    border-radius: 5px;
    font-weight: 400;
    font-size: 11px;
    color: #145389;
    background-color: #fff;
    padding: 2px 10px;
}

#detailTaskModal .task__row > div:first-child > .users {
    margin-top: 10px;
}

#detailTaskModal .task__row > div:first-child > .users span {
    color: #145389;
}

#detailTaskModal .task__row > .task__actions > .tasks_details {
    margin-top: 20px;
}

#detailTaskModal .task__row > .task__actions > .tasks_details > .task__details {
    overflow-y: scroll;
    height: 35vh;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}

#detailTaskModal
    .task__row
    > .task__actions
    > .tasks_details
    > .task__details::-webkit-scrollbar {
    height: 5px;
    background-color: rgba(0, 0, 0, 0.16);
    width: 4px;
    border-radius: 12px;
}

#detailTaskModal
    .task__row
    > .task__actions
    > .tasks_details
    > .task__details::-webkit-scrollbar-thumb {
    width: 4px;
    background: #145389;
    border-radius: 4px;
}

#detailTaskModal
    .task__row
    > .task__actions
    > .tasks_details
    > .task__details::-webkit-scrollbar-thumb:active {
    background: #22517b;
}

#detailTaskModal
    .task__row
    > .task__actions
    > .tasks_details
    > .task__details
    p {
    display: block;
    font-weight: 400;
    font-size: 11px;
    color: #535353;
}

#detailTaskModal
    .task__row
    > .task__actions
    > .tasks_details
    > .task__details
    p
    span {
    font-weight: 500;
}

#detailTaskModal .task__row > .task__actions button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 14px;
    width: 100%;
    border: 0px;
    outline: 0px;
}

#detailTaskModal .task__row > .task__actions button img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

#detailTaskModal .task__row > .task__actions button span {
    font-weight: 400;
    font-size: 12px;
    color: #535353;
}

#detailTaskModal .task__row > .task__actions button:not(:first-child) {
    margin-top: 10px;
}

#detailTaskModal .modal-header {
    border-bottom: 0px;
}

#detailTaskModal .modal-header .modal-date {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    color: #424242;
    opacity: 0.5;
    margin-left: auto;
}

#detailTaskModal .modal-header .close-modal {
    color: #c40000;
    font-size: 15px;
    margin-left: 20px;
}

.user__teams,
.user__matches {
    background: #ffffff;
    width: 100%;
    margin: 15px 0px;
    padding: 20px;
    position: relative;
    /* border: 1px solid rgba(216, 91, 0, 1); */
    border-radius: 5px;
}

.user__teams.user__gundem .task_title,
.user__matches.user__gundem .task_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user__teams.user__gundem .task_title > a,
.user__matches.user__gundem .task_title > a {
    font-weight: 400;
    font-size: 13px;
    color: #545454;
}

.user__teams.user__gundem .task__more,
.user__matches.user__gundem .task__more {
    max-height: 550px !important;
}

.user__teams.user__gundem .task__more p,
.user__matches.user__gundem .task__more p {
    color: #020000;
    font-weight: 400;
    font-size: 11px;
}

.user__teams.user__gundem .task__more time,
.user__matches.user__gundem .task__more time {
    font-size: 10px;
}

.user__teams.user__gundem.active__item .task__more,
.user__matches.user__gundem.active__item .task__more {
    max-height: unset !important;
}

.user__teams.user__projects,
.user__matches.user__projects {
    padding: 12px 20px;
}

.user__teams.user__projects .teams__title,
.user__matches.user__projects .teams__title {
    justify-content: space-between;
    margin-bottom: 20px;
}

.user__teams.user__projects .teams__title .title,
.user__matches.user__projects .teams__title .title {
    margin-left: 0;
}

.user__teams.user__projects .more__item__table,
.user__matches.user__projects .more__item__table {
    font-size: 12px;
}

.user__teams.user__projects .buttons,
.user__matches.user__projects .buttons {
    margin-right: 20px;
    margin-left: auto;
}

.user__teams.user__projects .buttons button,
.user__matches.user__projects .buttons button {
    border: 0.5px solid #145389;
    border-radius: 4px;
    font-weight: 400;
    padding: 3px 9px;
    font-size: 11px;
    background-color: white;
    color: #2b2b2b;
}

.user__teams.user__projects .more__item__table,
.user__matches.user__projects .more__item__table {
    display: unset;
}

.user__teams.user__projects .swiper__projects__left__more,
.user__matches.user__projects .swiper__projects__left__more {
    display: none;
}

.user__teams.user__projects.showed__more__items .buttons,
.user__matches.user__projects.showed__more__items .buttons {
    display: none;
}

.user__teams.user__projects.showed__more__items .more__item__table,
.user__matches.user__projects.showed__more__items .more__item__table {
    display: none;
}

.user__teams.user__projects.showed__more__items .swiper__projects__left__more,
.user__matches.user__projects.showed__more__items
    .swiper__projects__left__more {
    display: flex;
}

.user__teams.user__projects.showed__more__items .swiper__projects__left,
.user__matches.user__projects.showed__more__items .swiper__projects__left {
    display: none;
}

.user__teams.user__projects .project__more,
.user__matches.user__projects .project__more {
    overflow-y: scroll;
    max-height: 40vh;
}

.user__teams.user__projects .project__more::-webkit-scrollbar,
.user__matches.user__projects .project__more::-webkit-scrollbar {
    height: 5px;
    background-color: transparent;
    width: 4px;
    border-radius: 12px;
}

.user__teams.user__projects .project__more::-webkit-scrollbar-thumb,
.user__matches.user__projects .project__more::-webkit-scrollbar-thumb {
    width: 4px;
    background: #145389;
    border-radius: 4px;
}

.user__teams.user__projects .project__more::-webkit-scrollbar-thumb:active,
.user__matches.user__projects .project__more::-webkit-scrollbar-thumb:active {
    background: #22517b;
}

.user__teams.user__projects .project__more > div:hover,
.user__matches.user__projects .project__more > div:hover {
    cursor: pointer;
}

.user__teams.user__projects .project__more > div:not(:first-child),
.user__matches.user__projects .project__more > div:not(:first-child) {
    border-top: 0.3px solid rgba(29, 40, 74, 0.2);
    margin-top: 12.5px;
    padding-top: 12.5px;
}

.user__teams.user__projects .project__row,
.user__matches.user__projects .project__row {
    color: #535455;
    padding: 12px;
    margin: 4px;
}

.user__teams.user__projects .project__row.clicked,
.user__matches.user__projects .project__row.clicked {
    background-color: #024d81;
    color: white;
    border-radius: 6px;
}

.user__teams.user__projects .project__row > p,
.user__matches.user__projects .project__row > p {
    display: block;
    width: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
}

.user__teams.user__projects .project__row > span,
.user__matches.user__projects .project__row > span {
    display: block;
    width: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
}

.user__teams.user__projects .project__row .project__detail,
.user__matches.user__projects .project__row .project__detail {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 0.3px solid rgba(29, 40, 74, 0.2);
    word-break: break-word;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.user__teams.user__projects .project__row > span,
.user__matches.user__projects .project__row > span {
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    display: block;
}

.user__teams.user__projects.active__item .project__row .project__detail,
.user__matches.user__projects.active__item .project__row .project__detail {
    display: block;
}

.user__teams.user__team__user,
.user__matches.user__team__user {
    padding: 15px 20px;
    padding-bottom: 50px;
}

.user__teams.user__team__user.equal__padding,
.user__matches.user__team__user.equal__padding {
    padding: 15px 20px;
}

.user__teams.user__team__user .more__item__table,
.user__matches.user__team__user .more__item__table {
    font-size: 12px;
}

.user__teams.user__team__user .teams__title,
.user__matches.user__team__user .teams__title {
    justify-content: space-between;
    margin-bottom: 10px;
}

.user__teams.user__team__user .teams__title .title,
.user__matches.user__team__user .teams__title .title {
    margin-left: 0;
}

.user__teams.user__team__user .teams__title .buttons,
.user__matches.user__team__user .teams__title .buttons {
    margin-right: 20px;
    margin-left: auto;
}

.user__teams.user__team__user .teams__title .buttons button,
.user__matches.user__team__user .teams__title .buttons button {
    border: 0.5px solid #145389;
    border-radius: 4px;
    font-weight: 400;
    padding: 3px 9px;
    font-size: 11px;
    background-color: white;
    color: #2b2b2b;
}

.user__teams.user__team__user.active__item .team__row,
.user__matches.user__team__user.active__item .team__row {
    max-height: unset;
}

.user__teams.user__team__user .team__row,
.user__matches.user__team__user .team__row {
    overflow-y: scroll;
    padding-right: 10px;
    max-height: 350px;
}

.user__teams.user__team__user .team__row > div,
.user__matches.user__team__user .team__row > div {
    position: relative;
    min-height: 62px;
    display: flex;
    background: #ffffff;
    border: 0.5px solid #145389;
    border-radius: 5px;
    padding: 12.5px;
    align-items: center;
}

.user__teams.user__team__user .team__row > div.user__not__active img,
.user__matches.user__team__user .team__row > div.user__not__active img {
    opacity: 0.4;
}

.user__teams.user__team__user .team__row > div.user__not__active::before,
.user__matches.user__team__user .team__row > div.user__not__active::before {
    position: absolute;
    top: -8px;
    right: -5px;
    content: "";
    background: #efd911;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    z-index: 9;
    transform: translate(-12.5px, 12.5px);
}

.user__teams.user__team__user
    .team__row
    > div.user__not__active
    .user__invite__cancel,
.user__matches.user__team__user
    .team__row
    > div.user__not__active
    .user__invite__cancel {
    position: absolute;
    display: block;
    right: 4px;
    bottom: 4px;
    font-weight: 300;
    font-size: 11px;
    background: #145389;
    border-radius: 5px;
    color: #ffffff;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 1px 8px;
    z-index: 999;
}

.user__teams.user__team__user .team__row > div > button,
.user__matches.user__team__user .team__row > div > button {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0px;
    font-weight: 500;
    background-color: transparent;
    font-size: 18px;
    color: #145389;
    border-radius: 1px;
    transition: all 500ms;
}

.user__teams.user__team__user .team__row > div > button:hover,
.user__matches.user__team__user .team__row > div > button:hover {
    background-color: #145389;
    color: white;
}

.user__teams.user__team__user .team__row > div:not(:first-child),
.user__matches.user__team__user .team__row > div:not(:first-child) {
    margin-top: 10px;
}

.user__teams.user__team__user .team__row > div img,
.user__matches.user__team__user .team__row > div img {
    border-radius: 5px;
    border: 1px solid rgba(29, 40, 74, 0.2);
    margin-right: 10px;
    width: 35px;
    height: 35px;
}

.user__teams.user__team__user .team__row > div p,
.user__matches.user__team__user .team__row > div p {
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    color: #145389;
}

.user__teams > *,
.user__matches > * {
    width: 100%;
}

.user__teams .updates__more,
.user__matches .updates__more {
    margin-top: 15px;
    max-height: 500px;
    height: 100%;
    overflow-y: scroll;
}

.user__teams .updates__more.task__more,
.user__matches .updates__more.task__more {
    max-height: 300px;
}

.user__teams .updates__more.task__more time,
.user__matches .updates__more.task__more time {
    margin-bottom: 2.5px;
    font-size: 11px;
}

.user__teams .updates__more.task__more p,
.user__matches .updates__more.task__more p {
    font-size: 12px;
}

.user__teams .updates__more > div,
.user__matches .updates__more > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin: 10px 0px;
    padding: 10px 0px;
    margin-top: 0px;
    padding-top: 0px;
}

.user__teams .updates__more > div:not(:last-child),
.user__matches .updates__more > div:not(:last-child) {
    border-bottom: 0.3px solid rgba(29, 40, 74, 0.25);
}

.user__teams .updates__more > div p,
.user__matches .updates__more > div p {
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #020000;
}

.user__teams .updates__more > div time,
.user__matches .updates__more > div time {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #a8a8a8;
}

.user__teams.not__message,
.user__matches.not__message {
    min-height: calc(100vh - 405.3px);
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
}

.user__teams.not__message .not__message__div,
.user__matches.not__message .not__message__div {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.user__teams.not__message .not__message__div img,
.user__matches.not__message .not__message__div img {
    width: 140px;
}

.user__teams.not__message .not__message__div p,
.user__matches.not__message .not__message__div p {
    margin-top: 30px;
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    color: #565656;
}

.user__teams.user__meets,
.user__matches.user__meets {
    padding: 20px 20px 20px 20px;
}

.user__teams.user__meets.active__item .swiper__meets .slide__lists,
.user__matches.user__meets.active__item .swiper__meets .slide__lists {
    overflow-y: scroll;
}

.user__teams.user__meets .swiper__meets,
.user__matches.user__meets .swiper__meets {
    margin-top: 15px;
}

.user__teams.user__meets .swiper__meets .slide__info,
.user__matches.user__meets .swiper__meets .slide__info {
    font-weight: 400;
    font-size: 15px;
    color: #7a7a7a;
    padding-bottom: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-bottom: 0.3px solid rgba(29, 40, 74, 0.2);
}

.user__teams.user__meets .swiper__meets .slide__lists,
.user__matches.user__meets .swiper__meets .slide__lists {
    max-height: 310px;
    overflow-y: scroll;
    margin-top: 25px;
}

.user__teams.user__meets .swiper__meets .slide__lists > div:not(:last-child),
.user__matches.user__meets .swiper__meets .slide__lists > div:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 0.3px solid rgba(29, 40, 74, 0.2);
}

.user__teams.user__meets .swiper__meets .slide__lists > div time,
.user__matches.user__meets .swiper__meets .slide__lists > div time {
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    color: #535353;
    display: block;
    margin-top: 7px;
}

.user__teams.user__meets .swiper__meets .slide__lists > div span,
.user__matches.user__meets .swiper__meets .slide__lists > div span {
    font-weight: 500;
    font-size: 12px;
    color: #020000;
}

.user__teams.user__meets .swiper__meets .slide__tabs,
.user__matches.user__meets .swiper__meets .slide__tabs {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.user__teams.user__meets .swiper__meets .slide__tabs span,
.user__matches.user__meets .swiper__meets .slide__tabs span {
    cursor: pointer;
    width: 50%;
    font-weight: 400;
    font-size: 14px;
    color: #7a7a7a;
}

.user__teams.user__meets .swiper__meets .slide__tabs span.active__item,
.user__matches.user__meets .swiper__meets .slide__tabs span.active__item {
    font-weight: 500;
    color: #145389;
}

.user__teams.user__meets .swiper__meets .slide__tabs span:first-child,
.user__matches.user__meets .swiper__meets .slide__tabs span:first-child {
    margin-right: 15px;
    border-right: 0.3px solid rgba(29, 40, 74, 0.2);
}

.user__teams.user__meets .swiper__meets .slide__tabs span:last-child,
.user__matches.user__meets .swiper__meets .slide__tabs span:last-child {
    padding-left: 15px;
}

.user__teams.user__meets .meets__title .title,
.user__matches.user__meets .meets__title .title {
    margin-right: auto;
    margin-left: 0px;
}

.user__teams.user__meets .title > span,
.user__matches.user__meets .title > span {
    font-weight: 400;
    font-size: 20px;
    color: #1d284a;
    display: flex;
    line-height: 20px;
    align-items: flex-end;
}

.user__teams.user__meets .title > span > a,
.user__matches.user__meets .title > span > a {
    font-weight: 400;
    font-size: 13px;
    margin-left: 15px;
    color: #545454;
    line-height: 16px;
}

.user__teams.user__task,
.user__matches.user__task {
    transition: all 500ms;
    padding-bottom: 40px;
}

.user__teams.user__task .task_title > span,
.user__matches.user__task .task_title > span {
    font-weight: 400;
    font-size: 20px;
    color: #1d284a;
}

.user__teams.user__task.more__item .task__more,
.user__matches.user__task.more__item .task__more {
    max-height: 600px;
    transition: all 500ms;
}

.user__teams.user__task.more__item .more__task i::before,
.user__matches.user__task.more__item .more__task i::before {
    content: "\f077";
}

.user__teams .more__item__table,
.user__matches .more__item__table {
    font-size: 12px;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    bottom: 15px;
}

.user__teams .matches__title,
.user__teams .teams__title,
.user__matches .matches__title,
.user__matches .teams__title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user__teams .matches__title .title,
.user__teams .teams__title .title,
.user__matches .matches__title .title,
.user__matches .teams__title .title {
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.user__teams .matches__title .title img,
.user__teams .teams__title .title img,
.user__matches .matches__title .title img,
.user__matches .teams__title .title img {
    width: 25px;
    height: 25px;
}

.user__teams .matches__title .title span,
.user__teams .teams__title .title span,
.user__matches .matches__title .title span,
.user__matches .teams__title .title span {
    margin-left: 7px;
    font-weight: 400;
    font-size: 18px;
    color: #1d284a;
}

.user__teams .matches__title .slide i,
.user__teams .teams__title .slide i,
.user__matches .matches__title .slide i,
.user__matches .teams__title .slide i {
    color: #989898;
    font-size: 0.9rem;
}

.user__teams .matches__title .slide i:last-child,
.user__teams .teams__title .slide i:last-child,
.user__matches .matches__title .slide i:last-child,
.user__matches .teams__title .slide i:last-child {
    margin-left: 10px;
}

.user__teams .matches__title > img,
.user__teams .teams__title > img,
.user__matches .matches__title > img,
.user__matches .teams__title > img {
    width: 25px;
    height: 23px;
    cursor: pointer;
    transition: all 1s;
    border-radius: 50%;
}

.user__teams .matches__title > img:hover,
.user__teams .teams__title > img:hover,
.user__matches .matches__title > img:hover,
.user__matches .teams__title > img:hover {
    transform: rotate(180deg);
}

.user__teams .swiper-slide {
    height: unset;
}

.user__teams .swiper-slide .not__found__team {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.user__teams .swiper-slide .not__found__team img {
    height: 150px;
}

.user__teams .swiper-slide .not__found__team p {
    margin: 20px 0px;
    font-weight: 400;
    font-size: 14px;
    color: #15548a;
}

.user__teams .teams__body {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.user__teams .teams__body.__partial {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0px;
}
.user__teams .teams__body.__partial .__team:not(:last-child){
    padding: 0;
    margin:0;
}

.user__teams .teams__body .__team {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-basis: 100%;
}

.user__teams .teams__body .__team .team__progress {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user__teams .teams__body .__team .team__progress span {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    color: #bebebe;
}

.user__teams .teams__body .__team .team__progress div {
    height: 14px;
    background-color: #bebebe;
    margin-left: 10px;
    margin-right: 10px;
}

.user__teams .teams__body .__team .team__users {
    margin-top: 5px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;

}
.user__teams .teams__body .team_members-divider {
    width: 1px;
    height: 40px;
    position: absolute;
    left:50%;
    top:50%;
    background-color: rgba(216, 91, 0, 0.5);
    transform: translate(50%, -64%);
}
.user__teams .teams__body .__team .team__users.new__team-users {
    /* position: relative; */
    margin-top: 0;
    flex-direction: row-reverse;
}
.user__teams .teams__body .__team .team__users.new__team-users .user.user__photo.user__first__photo {
    z-index: 3;
}
.user__teams .teams__body .__team .team__users.new__team-users .user.user__photo.user__second__photo {
    z-index: 2;
    position: absolute;
    margin-right: 15px;
}
.user__teams .teams__body .__team .team__users.new__team-users .user.user__photo.user__third__photo {
    z-index: 1;
    transform:translateX(-15px);
}
.user__teams .teams__body .__team .team__users.new__team-users .user.user__photo img{
    border-radius: 50%;
    border: 1px solid #D85B00;
    border-radius: 29px;
    width: 35px;
    height: 35px;
    display:inline-block;
    font-size:5px;
}


.user__teams .teams__body .__team .team__users .user__photo__not img {
    border: 0.5px solid #1d284a;
    border-radius: 5px;
}

.user__teams .teams__body .__team .team__users .user {
    position: relative;
}

.user__teams .teams__body .__team .team__users .user.user__fill {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border: 1px solid #145389;
    border-radius: 5px;
    background-color: #fff;
}

.user__teams .teams__body .__team .team__users .user.user__fill p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    width: 20px;
    height: 20px;
    background: #145389;
    color: white;
    padding: 5px;
    border-radius: 50%;
}

.user__teams .teams__body .__team .team__users .user.user__not__active img {
    opacity: 0.4;
}

.user__teams .teams__body .__team .team__users .user.user__not__active::before {
    position: absolute;
    bottom: 100%;
    left: 100%;
    content: "";
    background: #efd911;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    z-index: 9;
    transform: translate(-10.5px, 10.5px);
}

.user__teams .teams__body .__team .team__users .user img {
    border-radius: 5px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(29, 40, 74, 0.2);
}

.user__teams .teams__body .__team .team__users .user span {
    display: block;
    font-weight: 500;
    font-size: 11px;
    color: #1d284a;
    text-align: center;
}

.user__teams .teams__body .__team .team__users .user p {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
    color: #1d284a;
}

.user__teams
    .teams__body
    .__team
    .team__users
    .user.user__photo:nth-child(n + 4) {
    display: none;
}

/* .user__teams .teams__body .__team .team__users .user:nth-of-type(even) {
    margin-left: 15px;
    margin-right: 15px;
} */

.user__teams .teams__body .__team:not(:last-child) {
    padding: 10px 0px;
    margin: 10px 0px;
    position: relative;
}

.user__teams .teams__body .__team:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    height: 0.5px;
    opacity: 0.5;
    background: #bebebe;
}

.user__applies {
    background: #ffffff;
    border-radius: 5px;
    margin-top: 20px;
    padding: 25px 20px;
}

.user__applies.absolute__item {
    position: absolute;
    top: 100%;
    right: 0px;
    margin-top: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transform: opacity 500ms;
    opacity: 0;
    visibility: hidden;
}

.user__applies.absolute__item.visible__div {
    -webkit-animation: shine 500ms;
    animation: shine 500ms;
    visibility: visible;
    transform: opacity 500ms;
    opacity: 1;
}

@-webkit-keyframes shine {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes shine {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.user__applies .apply__title {
    margin-bottom: 35px;
}

.user__applies .apply__title .title span {
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    color: #1d284a;
}

.user__applies .matches__body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.user__applies .matches__body .divider {
    height: 1px;
    width: 90%;
    background-color: #bebebe;
    margin: 10px 0px;
}

.user__applies .matches__body .match__user {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 0.5px solid #bebebe;
    padding-bottom: 12.5px;
}

.user__applies .matches__body .match__user:not(:first-child) {
    margin-top: 12.5px;
}

.user__applies .matches__body .match__user img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border-radius: 3px;
}

.user__applies .matches__body .match__user .math__user__detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
}

.user__applies .matches__body .match__user .math__user__detail p {
    font-weight: 500;
    font-size: 13px;
    color: #1d284a;
}
.account__index-main
    .user__matches-applicant
    .matches__body-user
    .match__user
    .math__user__detail
    #no-skills
    > p,
.account__index-main
    .user__matches-applicant
    .matches__body-user
    .match__user
    .math__user__detail
    .user__skills
    > p {
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    color: #646464;
}

.user__applies .matches__body .match__user .math__user__detail span {
    font-weight: 500;
    font-size: 12px;
    color: rgba(29, 40, 74, 0.4);
}

.user__applies .matches__body .match__user:last-child {
    border: 0px;
}

.user__applies.user__menu .apply__title {
    margin-bottom: 30px;
}

.user__applies.user__menu .apply__title .title img {
    width: 40px;
    height: 40px;
}

.user__applies.user__menu .match__user {
    padding: 0px 10px;
    padding-bottom: 15px;
}

.user__applies.user__menu .match__user:not(:first-child) {
    margin-top: 15px;
}

.user__applies.user__menu .match__user:last-child {
    padding-bottom: 0px;
}

.user__applies.user__menu .match__user.disabled__link {
    opacity: 0.5;
    pointer-events: none;
}

.user__applies.user__menu .match__user.disabled__link .math__user__detail p {
    color: #c9c6c6;
}

.user__applies.user__menu .match__user img {
    width: 20px;
    height: 20px;
    transition: all 0.5s;
}

.user__applies.user__menu .match__user .math__user__detail {
    height: auto;
}

.user__applies.user__menu .match__user .math__user__detail p {
    font-weight: 500;
    font-size: 13px;
    color: #1d284a;
}

.user__applies.user__menu .match__user:hover img {
    transition: all 0.3s;
    transform: rotate(90deg);
}

.dashboard__messages {
    padding: 30px 20px;
    margin-top: 15px;
    background: #ffffff;
    border-radius: 5px;
    flex-direction: column;
    display: flex;
}

.dashboard__messages.not__message {
    min-height: calc(100vh - 126px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard__messages.not__message .not__message__div {
    height: 100%;
    text-align: center;
    width: 100%;
}

.dashboard__messages.not__message .not__message__div img {
    width: 280px;
}

.dashboard__messages.not__message .not__message__div p {
    margin-top: 30px;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #565656;
}

.dashboard__messages .messages {
    margin-right: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.dashboard__messages .messages .message {
    width: 100%;
    background: #ffffff;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.dashboard__messages .messages .message:not(:last-child) {
    margin-right: 10px;
}

.dashboard__messages .messages .message .footer {
    border-top: 1px solid #145389;
    margin-top: 10px;
    width: 100%;
    padding-top: 10px;
    text-align: right;
}

.dashboard__messages .messages .message .footer textarea {
    resize: none;
    border: 0px;
    width: 100%;
    outline: 0px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #848484;
}

.dashboard__messages .messages .message .footer textarea:is(:hover, :focus) {
    border: 0px !important;
    outline: 0px;
}

.dashboard__messages .messages .message .footer button {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    padding: 5px 15px;
    border: 0px;
    color: #ffffff;
    background: #145389;
    border-radius: 5px;
}

.dashboard__messages .messages .message .body {
    width: 100%;
    text-align: center;
}

.dashboard__messages .messages .message .body > time {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #808080;
    margin: 5px 0px;
}

.dashboard__messages .messages .message .body .text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    word-break: break-all;
}

.dashboard__messages .messages .message .body .text:not(:first-child) {
    margin: 10px 0px;
}

.dashboard__messages .messages .message .body .text.text__right {
    flex-direction: row-reverse;
}

.dashboard__messages .messages .message .body .text.text__right > div {
    margin: 0px;
    margin-top: 5px;
    margin-right: 10px;
}

.dashboard__messages .messages .message .body .text.text__right > div > div {
    flex-direction: row-reverse;
}

.dashboard__messages
    .messages
    .message
    .body
    .text.text__right
    > div
    > div
    time {
    margin: 0px;
    margin-right: 10px;
}

.dashboard__messages .messages .message .body .text.text__right > div p {
    text-align: right;
}

.dashboard__messages .messages .message .body .text img {
    border-radius: 3px;
    width: 30px;
    height: 30px;
}

.dashboard__messages .messages .message .body .text > div {
    margin-left: 10px;
    margin-top: 5px;
}

.dashboard__messages .messages .message .body .text > div > div {
    display: flex;
    align-items: center;
}

.dashboard__messages .messages .message .body .text > div > div time {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #aeaeae;
    margin-left: 10px;
}

.dashboard__messages .messages .message .body .text > div > div span {
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    color: #000000;
}

.dashboard__messages .messages .message .body .text > div p {
    font-size: 13px;
    line-height: 14px;
    color: #6f6f6f;
    text-align: left;
}

.dashboard__messages .messages .message .body .text > div p:first-child {
    margin-top: 5px;
}

.dashboard__messages .messages .message .body .text > div p:not(:first-child) {
    margin-top: 2.5px;
}

.dashboard__messages .messages .message .head {
    display: flex;
    height: 61px;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 0.5px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.dashboard__messages .messages .message .head img {
    width: 50px;
    height: 50px;
    border-radius: 3px;
}

.dashboard__messages .messages .message .head .more__user {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.dashboard__messages .messages .message .head .more__user span {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
    margin-right: 10px;
}

.dashboard__messages .messages .message .head .more__user div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard__messages .messages .message .head .more__user div span {
    cursor: pointer;
}

.dashboard__messages .messages .message .head .more__user img {
    width: 40px;
    height: 40px;
    border-radius: 3px;
}

.dashboard__messages .messages .message .head .about {
    margin-left: 10px;
    display: flex;
    margin-right: auto;
    align-items: flex-start;
    flex-direction: column;
}

.dashboard__messages .messages .message .head .about p {
    font-size: 15px;
    color: #000000;
    line-height: 13px;
    font-weight: 600;
}

.dashboard__messages .messages .message .head .about span {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    color: #6f6f6f;
}

.dashboard__messages .messages .message .head > div:last-child {
    margin-left: 50px;
    position: relative;
    min-height: 38px;
    display: flex;
    align-items: center;
}

.dashboard__messages .messages .message .head > div:last-child .search__area {
    display: inline-flex;
    position: relative;
    margin-right: 10px;
}

.dashboard__messages
    .messages
    .message
    .head
    > div:last-child
    .search__area
    input {
    display: none;
}

.dashboard__messages .messages .message .head > div:last-child .search__area i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.dashboard__messages
    .messages
    .message
    .head
    > div:last-child
    .search__area.openedInput
    input {
    display: block;
    padding-right: 40px;
}

.dashboard__messages .messages .message .head > div:last-child i {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #000000;
}

.dashboard__follows {
    padding: 30px 50px 30px 50px !important;
    margin-top: 15px;
    background: #ffffff;
    border-radius: 5px;
    flex-direction: column;
    display: flex;
}

.dashboard__follows .followers__area > div {
    display: none;
}

.dashboard__follows .followers__area > div.active__section__tab__div {
    display: block;
}

.dashboard__follows
    .followers__area
    > div.active__section__tab__div
    .team__user {
    border-color: #145389;
    padding: 25px 20px 20px 20px !important;
}

.dashboard__follows
    .followers__area
    > div.active__section__tab__div
    .team__users
    .users__list
    > .team__user
    .user__info
    .user__detail
    p {
    margin-bottom: auto;
}

.dashboard__follows
    .followers__area
    > div.active__section__tab__div
    .user__status {
    top: 15px;
    right: 15px;
}

.dashboard__follows
    .followers__area
    > div.active__section__tab__div
    .user__actions {
    margin-top: 0px;
}

.dashboard__follows
    .followers__area
    > div.active__section__tab__div
    .user__actions
    button.action__follow,
.dashboard__follows
    .followers__area
    > div.active__section__tab__div
    .user__actions
    button.action__join {
    background: #ffffff;
    border: 0.8px solid #1d284a;
}

.dashboard__follows
    .followers__area
    > div.active__section__tab__div
    .user__actions
    button.action__follow:hover,
.dashboard__follows
    .followers__area
    > div.active__section__tab__div
    .user__actions
    button.action__join:hover {
    background-color: #1d284a;
    color: white;
}

.dashboard__follows
    .followers__area
    > div.active__section__tab__div
    .user__actions
    button.action__follow__back,
.dashboard__follows
    .followers__area
    > div.active__section__tab__div
    .user__actions
    button.action__join__back {
    background-color: #1d284a;
    border: 0.8px solid #1d284a;
    color: white;
}

.dashboard__follows
    .followers__area
    > div.active__section__tab__div
    .user__actions
    button.action__join,
.dashboard__follows
    .followers__area
    > div.active__section__tab__div
    .user__actions
    button.action__join__back {
    margin-left: auto;
}

.dashboard__follows .team__user {
    padding: 25px 20px !important;
}

.dashboard__follows .team__user .user__info {
    cursor: default !important;
}

.dashboard__follows .team__user .user__detail img {
    margin-bottom: auto;
}

.dashboard__follows .sections__area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.dashboard__follows .sections__area p {
    font-weight: 500;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #565656;
    cursor: pointer;
}

.dashboard__follows .sections__area p:nth-child(2n + 2) {
    padding: 0px 20px;
    margin: 0px 20px;
    border-left: 1px solid #565656;
}

.dashboard__follows .sections__area p:last-child {
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

.dashboard__follows .sections__area p.active__section__tab {
    color: #145389;
}

.dashboard__follows .sections__search {
    margin-top: 20px;
    max-width: 400px;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 20px;
}

.dashboard__follows .sections__search input {
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    color: #565656;
    border: 0.4px solid #145389;
}

.dashboard__picks {
    padding: 40px 45px 30px 45px !important;
    margin-top: 15px;
    background: #ffffff;
    border-radius: 5px;
    flex-direction: column;
    min-height: calc(100% - 91px - 15px - 20px);
    display: flex;
}

.dashboard__picks > h2 {
    font-weight: 600;
    font-size: 22px;
    color: #1d284a;
}

.dashboard__picks > p {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-top: 2.5px;
}

.dashboard__picks .data__progress__a {
    text-align: right;
    position: absolute;
    right: 0px;
    top: 100%;
    transform: translateY(30px);
}

.dashboard__picks .data__progress__a .data__progress__button {
    text-align: right;
    margin-left: auto;
    display: none;
}

.dashboard__picks .data__progress__a .data__progress__button p {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #000000;
    margin-bottom: 5px;
    margin-right: 10px;
}

.dashboard__picks .data__progress__a .data__progress__button p span:last-child {
    margin-left: 5px;
}

.dashboard__picks .data__progress__a .data__progress__button a {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    background: #bdbdbd;
    border-radius: 5px;
    padding: 5px 20px;
    pointer-events: none;
}

.dashboard__picks .data__progress__a .data__progress__button a.done__picks {
    background: #1d284a;
    pointer-events: unset;
}

.dashboard__picks .data__progress {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}

.dashboard__picks .data__progress .picked__more {
    flex: 50%;
    max-width: 50%;
    text-align: right;
    margin-right: 2.5%;
    padding-right: 2.5%;
}

.dashboard__picks .data__progress .picked__more i {
    cursor: pointer;
    color: #000000;
}

.dashboard__picks .data__progress .picked__more.showed__more__item i::before {
    content: "\f077";
}

.dashboard__picks .data__progress > div {
    flex: 50%;
}

.dashboard__picks .pick__area {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
}

.dashboard__picks .pick__area > div {
    width: 50%;
}

.dashboard__picks .pick__area .data__area,
.dashboard__picks .pick__area .picked__area {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, auto);
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
}

.dashboard__picks .pick__area .data__area > span,
.dashboard__picks .pick__area .picked__area > span {
    border: 2px solid #1d284a;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    color: #1d284a;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
}

.dashboard__picks .pick__area .data__area {
    margin-right: 2.5%;
    padding-right: 2.5%;
    border-right: 0.5px solid #bebebe;
}

.dashboard__picks .pick__area .data__area span {
    cursor: pointer;
}

.dashboard__picks .pick__area .data__area span:hover {
    background: #1d284a;
    color: white;
}

.dashboard__picks .pick__area .data__area span:nth-child(n + 21) {
    display: none;
}

.dashboard__picks .pick__area .data__area.showed__more__item span {
    display: unset;
}

.dashboard__picks .pick__area .picked__area > span {
    counter-increment: pick__up;
    text-align: left;
    min-width: calc(25% - 15px);
    padding: 5px;
    position: relative;
}

.dashboard__picks .pick__area .picked__area > span::before {
    content: counter(pick__up) ". ";
}

.dashboard__picks .pick__area .picked__area > span.picked__item {
    background-color: #1d284a;
    color: white;
}

.dashboard__picks .pick__area .picked__area > span.picked__item i {
    position: absolute;
    transform: translateY(-2px);
    bottom: 100%;
    right: 0%;
    color: #c30000;
    cursor: pointer;
}

.user__matches .matches__body {
    margin-top: 10px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}

.user__matches .matches__body .not__match {
    text-align: center;
}

.user__matches .matches__body .not__match img {
    height: 180px;
}

.user__matches .matches__body .not__match p {
    margin: 30px 0px;
    margin-top: 15px;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #15548a;
}

.user__matches .matches__body .match__user {
    background-color: #ffffff;
    background-image: url("../images/matchbar_bg.svg");
    background-repeat: no-repeat;
    background-position: right top;
    /* background-position: 100% 5%;*/
    background-size: 54px 54px;
    /* min-height: 64px;
    max-height: 64px; */
    cursor: pointer;
}
.user__matches .matches__body .match__user .match_profile-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    cursor: pointer;
    gap: 1%;
}
.user__matches
    .matches__body
    .match__user
    .match_profile-container
    p:first-child {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.user__matches
    .matches__body
    .match__user
    .match_profile-container
    p:nth-child(2) {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    color: #646464;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.user__matches .matches__body .match__user img {
    border-radius: 5px;
    width: 49px;
    height: 49px;
    border-radius: 5px;
    border: 1px solid rgba(29, 40, 74, 0.2);
    background: #ffffff;
}


/* .user__matches .matches__body .match__user img + div {
    margin-left: 20px;
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 8px;
    justify-content: end;
} */

.user__matches .matches__body .match__user > p {
    margin-top: 7px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    color: #000000;
    word-wrap: break-word;
}

.user__matches .matches__body .match__user .roles {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: auto;
    margin-bottom: 10px;
}

.user__matches .matches__body .match__user .roles img {
    width: 13.3333333333%;
    height: 22px;
}

.user__matches .matches__body .match__user .roles img:not(:first-child) {
    margin-left: 5px;
}

.user__matches .matches__body .match__user a {
    background: white;
    border-radius: 10px;
    font-weight: 500;
    font-size: 10px;
    width: 100%;
    padding: 2.5px 20px;
    text-align: center;
    color: #000000;
    border: 0.5px solid #145389;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    align-self: end;
    justify-self: end;
    display: block;
}

.user__matches .matches__body .match__user a.followed {
    background: #1d284a;
    color: white;
}

.user__matches .matches__body .match__user .math__user__detail {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    align-self: end;
    padding-top: 9px;
}

.user__matches .matches__body .match__user .math__user__detail p {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}

.user__matches .matches__body .match__user .math__user__detail span {
    margin-top: -2px;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    color: #9b9b9b;
}

.show__display__mobile {
    display: none !important;
}
.dashboard__routes .search__input{
    position: relative;
    padding:5px 15px;
    border: 1px solid #145389;
    border-radius: 10px;
    margin-left:7px;
    width: 20%;
    min-width: 150px;
    height:26px;
}
.dashboard__routes .search__input input{
    border: none;
    outline: none;
    border-width:0px;
    border-image-width: 0px;
    width: 100%;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    background: transparent;
    outline-offset: 0px !important;
    display:flex;
    font-size: 8px;
    line-height: 12px;
}
.dashboard__routes .search__input input:focus,
.dashboard__routes .search__input input:active,
.dashboard__routes .search__input input:hover{
    border: none !important;
    outline: none !important;
}
.dashboard__routes .search__input input::placeholder{
    font-size: 8px;
    line-height: 12px;
    color: #CCCCCC;
}
.dashboard__routes .search__input .search__icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 12px;
    cursor: pointer;
}
.search__input__result {
    padding: 17px 20px;
    visibility: hidden;
    position: absolute;
    left: 0%;
    width: 500px;
    background: #ffffff;
    border: 0.5px solid #145389;
    border-radius: 10px;
    transform: translateY(15px);
    z-index: 99999999;
}

.search__input__result .result .not__found__result {
    display: flex;
    align-items: center;
    padding: 15px 10px;
}

.search__input__result .result .not__found__result i {
    color: #1d284a;
    font-size: 11px;
}

.search__input__result .result .not__found__result p {
    margin-left: 20px;
    font-size: 13px;
    color: #000000;
}

.search__input__result .result ul {
    display: flex;
    flex-direction: column;
    list-style: none;
}

.search__input__result .result ul li {
    border-radius: 5px;
}

.search__input__result .result ul li:not(:last-child) {
    border-bottom: 1px solid rgba(29, 40, 74, 0.1);
}

.search__input__result .result ul li a {
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
}

.search__input__result .result ul li a:hover {
    background: #eeebeb;
}

.search__input__result .result ul li a > div {
    display: flex;
}

.search__input__result .result ul li a > i {
    color: #1d284a;
    font-size: 10px;
}

.search__input__result .result ul li a .div__search {
    flex-direction: column;
    margin-left: 15px;
}

.search__input__result .result ul li a .div__search p {
    font-size: 13px;
    color: #000000;
}

.search__input__result .result ul li a .div__search p > span.active__char {
    background-color: rgba(254, 206, 81, 0.55);
}

.search__input__result .result ul li a .div__search > span {
    font-style: italic;
    font-weight: 300;
    font-size: 11px;
    color: #262626;
}

.search__input__result .result ul li a div:last-child {
    margin-left: auto;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 0.3px solid #145389;
    border-radius: 5px;
}

.search__input__result .result ul li a div:last-child img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.search__input__result.showing__result {
    visibility: visible;
}

.not__have__project {
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    padding: 15px;
    height: 80%;
}

.not__have__project > div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.not__have__project > div img {
    height: 200px;
}

.not__have__project > div p {
    text-align: center;
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #565656;
    width: 70%;
}

.meet__rows {
    display: grid;
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 25px;
}

.meet__rows > div {
    position: relative;
    background: #ffffff;
    border: 0.5px solid #145389;
    border-radius: 5px;
    padding: 15px 20px;
}

.meet__rows > div > span {
    display: block;
}

.meet__rows > div .meet__status__bar {
    margin: 9px 0px;
}

.meet__rows > div > .more {
    position: absolute;
    top: 0px;
    right: 20px;
}

.meet__rows > div > .more > i {
    cursor: pointer;
}

.meet__rows > div > time {
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #535353;
}

.meet__rows > div > p {
    font-style: italic;
    font-weight: 700;
    font-size: 13px;
    color: #145389;
}

.meet__rows > div > p.black {
    margin-top: 7px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    color: #020000;
}

.meet__rows > div > div {
    margin: 8px 0px 8px 0px;
    gap: 10px;
    align-items: center;
}

.meet__rows > div > div span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #145389;
}

.meet__rows > div > div p {
    font-weight: 400;
    font-size: 13px;
    color: #535353;
}

.user__sources__left {
    background: #ffffff;
    border-radius: 5px;
    padding: 20px 30px;
    margin: 15px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    /* border: 1px solid rgba(216, 91, 0, 1); */
}
.user__sources__left-divider{
    background: rgba(216, 91, 0, 0.5);
    width: 100%;
    height: 1px;
}
.user__sources__left a {
    font-weight: 400;
    font-size: 18px;
    color: #145389;
    display: flex;
    align-items: center;
    gap: 10px;
    /* padding: 3,5px 0; */
}

.user__sources__left a img {
    width: 30px;
}

.user__project__man {
    padding: 15px 40px;
}

.user__project__man .teams__title {
    border-bottom: 0.3px solid rgba(29, 40, 74, 0.2);
    padding-bottom: 10px;
    margin-bottom: 10px;
    justify-content: flex-start;
}

.user__project__man .teams__title .title {
    margin-left: 0px;
}

.user__project__man .teams__title img {
    width: auto !important;
}

.user__project__man .swiper-slide > .head {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #145389;
}

.user__project__man .swiper-slide .sub__head {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #565656;
    display: block;
    margin: 5px 0px;
}

.dashboard__routes {
    background: #ffffff;
    border-radius: 0 5px 5px 0;
    width: 100%;
    padding: 30px 40px;
    max-height: 91px;
    /* position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    z-index: 9999999;
    border-radius: 0px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    padding: 30px 20px 30px 20px;
    max-height: 91px;
    background: #ffffff; */
}

.dashboard__routes > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* .dashboard__routes > div .mobile__search {
    margin-right: 30px;
    font-size: 1.2rem;
    margin-bottom: 5px;
    cursor: pointer;
    color: #bebebe;
} */

/* .dashboard__routes .search__input {
    max-width: 20%;
    width: 100%;
    position: relative;
} */

/* .dashboard__routes .search__input input {
    padding: 5px 20px;
    color: #868686;
    font-weight: 400;
    font-size: 13px;
} */

.dashboard__routes ul.__navmenu {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: auto; */
}

.dashboard__routes ul.__navmenu li:not(:last-child) {
    padding: 0px 10px;
}
.dashboard__routes ul.__navmenu li:last-child {
    padding-left: 10px;
}

.dashboard__routes ul.__navmenu li.active a {
    color: #145389;
}

.dashboard__routes ul.__navmenu li > a {
    font-weight: 400;
    font-size: 13px;
    color: #868686;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:2px;
}
.dashboard__routes ul.__navmenu li > a span {
    font-size: 10px;
    color: #034473;
    align-self: flex-start;
}

.dashboard__routes ul.__navmenu > a:hover {
    color: #145389;
}

.dashboard__routes .navbar-right-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.dashboard__routes .navbar-right-section > img {
    height: 25px;
    /* margin-right: 30px; */
}

.dashboard__routes .navbar-right-section .routes__dropdownmenu-container {
    position: relative;
}

.dashboard__routes .navbar-right-section .routes__dropdownmenu-container i {
    color: #bebebe;
    font-size: 1.3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown__filter {
    min-width: 250px;
}

.dropdown__filter .filter__area {
    text-align: right;
}

.dropdown__filter .filter__area:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 0.3px solid rgba(29, 40, 74, 0.2);
}

.dropdown__filter .filter__area > div:nth-child(n + 7) {
    display: none;
}

.dropdown__filter .filter__area.more__filtered__field > div {
    display: flex !important;
}

.dropdown__filter .filter__area > span {
    cursor: pointer;
    display: block;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 9px;
    margin-top: 5px;
    color: #145389;
    text-align: right;
    margin-left: auto;
    margin-right: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.dropdown__filter .filter__area p {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #145389;
    margin-bottom: 5px;
}

.dropdown__filter .filter__area > div {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.dropdown__filter .filter__area > div label {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    color: #565656;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown__filter .filter__area > div input {
    border-radius: 50%;
    -webkit-appearance: unset;
    -moz-appearance: unset;
    appearance: unset;
    width: 12.5px;
    height: 12.5px;
    border: 0.5px solid #145389;
}

.dropdown__filter .filter__area > div input:checked {
    background-color: #145389;
}

.dropdown__filter .filter__area.filter__status > div input.not_done {
    border-color: #b02020 !important;
}

.dropdown__filter .filter__area.filter__status > div input.not_done:checked {
    border-color: #b02020 !important;
    background-color: #b02020;
}

.dropdown__filter .filter__area.filter__status > div input.done {
    border-color: #047a10 !important;
}

.dropdown__filter .filter__area.filter__status > div input.done:checked {
    border-color: #047a10 !important;
    background-color: #047a10;
}

.dropdown__filter .filter__area.filter__status > div input.continue {
    border-color: #d47403 !important;
}

.dropdown__filter .filter__area.filter__status > div input.continue:checked {
    border-color: #d47403 !important;
    background-color: #d47403;
}

.dropdown__filter .filter__area.filter__status > div input.not_start {
    border-color: #af9370 !important;
}

.dropdown__filter .filter__area.filter__status > div input.not_start:checked {
    border-color: #af9370 !important;
    background-color: #af9370;
}

.dropdown__filter .filter__area.filter__status > div input.new {
    border-color: #145389 !important;
}

.dropdown__filter .filter__area.filter__status > div input.new:checked {
    border-color: #145389 !important;
    background-color: #145389;
}

.dropdown__filter .filter__area.filter__status > div input.routine {
    border-color: #6f98d0 !important;
}

.dropdown__filter .filter__area.filter__status > div input.routine:checked {
    border-color: #6f98d0 !important;
    background-color: #6f98d0;
}

.routes__dropdownmenu,
.dropdownmenu__karga {
    position: absolute;
    display: none;
    top: 100%;
    right: calc(100% - 18px);
    transform: translateY(20px);
    z-index: 9999;
    background: #ffffff;
    border: 1px solid #145389;
    border-radius: 5px;
    padding: 6px 8px;
}

.routes__dropdownmenu.right,
.dropdownmenu__karga.right {
    transform: translateY(10px);
    right: 0px;
}

.routes__dropdownmenu.showen__dropdown__menu,
.dropdownmenu__karga.showen__dropdown__menu {
    display: block;
}

.routes__dropdownmenu.showen__dropdown__menu ul,
.dropdownmenu__karga.showen__dropdown__menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: right;
    flex-direction: column;
    list-style-type: none;
}

.routes__dropdownmenu.showen__dropdown__menu ul li,
.dropdownmenu__karga.showen__dropdown__menu ul li {
    padding: 5px 0px;
    width: 100%;
}

.routes__dropdownmenu.showen__dropdown__menu ul li:not(:last-child),
.dropdownmenu__karga.showen__dropdown__menu ul li:not(:last-child) {
    border-bottom: 1px solid rgba(29, 40, 74, 0.1);
}

.routes__dropdownmenu.showen__dropdown__menu ul li a,
.dropdownmenu__karga.showen__dropdown__menu ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    white-space: pre;
    padding: 5px 10px;
}

.routes__dropdownmenu.showen__dropdown__menu ul li a.active,
.routes__dropdownmenu.showen__dropdown__menu ul li a:hover,
.dropdownmenu__karga.showen__dropdown__menu ul li a.active,
.dropdownmenu__karga.showen__dropdown__menu ul li a:hover {
    background-color: #eeebeb;
    border-radius: 5px;
}

.routes__dropdownmenu.showen__dropdown__menu ul li a img,
.dropdownmenu__karga.showen__dropdown__menu ul li a img {
    width: 22px;
    height: 22px;
    margin-left: 10px;
}

.routes__dropdownmenu.showen__dropdown__menu ul li a span,
.dropdownmenu__karga.showen__dropdown__menu ul li a span {
    font-weight: 300;
    font-size: 15px;
    text-align: right;
    color: #1d284a;
}

.edit__photo {
    background: white;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #024d81;
}

.dashboard__notification {
    margin-top: 15px;
    background: #ffffff;
    border-radius: 5px;
    padding: 30px 70px 60px 70px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    min-height: calc(100% - 91px - 35px);
}

.dashboard__notification > div:first-child {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.dashboard__notification > div:first-child img {
    width: 30px;
    height: 30px;
}

.dashboard__notification > div:first-child span {
    margin-left: 10px;
}

.dashboard__notification .not__notif {
    display: none;
}

.dashboard__notification .notification__list {
    margin-top: 20px;
    width: 100%;
}

.dashboard__notification .notification__list .notification {
    width: 100%;
    margin-top: 20px;
    padding: 20px 0px;
    border-top: 0.7px solid #bebebe;
}

.dashboard__notification .notification__list .notification:first-child {
    border: 0px;
}

.dashboard__notification .notification__list .notification.__info .title {
    margin-bottom: -15px;
}

.dashboard__notification .notification__list .notification.__info .detail__who {
    display: flex;
    align-items: center;
    padding-right: 15px;
    border-right: 0.2px solid rgba(29, 40, 74, 0.3);
    text-align: center;
    width: 100%;
}

.dashboard__notification
    .notification__list
    .notification.__info
    .detail__who
    p,
.dashboard__notification
    .notification__list
    .notification.__info
    .detail__who
    h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

.dashboard__notification
    .notification__list
    .notification.__info
    .detail__img.__company {
    width: 120px !important;
    height: auto !important;
}

.dashboard__notification
    .notification__list
    .notification.__info
    .detail__img.__company
    img {
    width: 100%;
    height: 100%;
}

.dashboard__notification
    .notification__list
    .notification.__info
    .detail__img.__ozgelecek {
    width: 100% !important;
    height: 50px !important;
}

.dashboard__notification
    .notification__list
    .notification.__info
    .detail__img.__ozgelecek
    img {
    width: 100%;
    height: 100%;
}

.dashboard__notification
    .notification__list
    .notification.__info
    .detail__user
    .detail__text {
    height: 38px;
    display: flex;
    justify-content: center;
}

.dashboard__notification
    .notification__list
    .notification.__info
    .detail__info {
    margin-left: 20px;
}

.dashboard__notification
    .notification__list
    .notification.__info
    .detail__info
    span {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #2c2929;
}

.dashboard__notification .notification__list .notification .title {
    display: flex;
    align-items: center;
}

.dashboard__notification .notification__list .notification .title p {
    min-width: 80%;
    font-size: 18px;
    line-height: 24px;
    color: #145389;
}

.dashboard__notification .notification__list .notification .title time {
    margin-left: auto;
    width: 20%;
    text-align: right;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #6f6f6f;
}

.dashboard__notification .notification__list .notification .detail__message {
    display: flex;
    margin-top: 15px;
    align-items: flex-start;
    justify-content: flex-start;
}

.dashboard__notification .notification__list .notification .detail__message p {
    white-space: nowrap;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}

.dashboard__notification
    .notification__list
    .notification
    .detail__message
    span {
    margin-left: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #6f6f6f;
}

.dashboard__notification .notification__list .notification .detail__user {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.dashboard__notification
    .notification__list
    .notification
    .detail__user
    .detail__img {
    width: 60px;
    height: 60px;
}

.dashboard__notification
    .notification__list
    .notification
    .detail__user
    .detail__img
    img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}

.dashboard__notification
    .notification__list
    .notification
    .detail__user
    .detail__action {
    margin-left: auto;
    width: 18%;
    text-align: right;
}

.dashboard__notification
    .notification__list
    .notification
    .detail__user
    .detail__action
    button {
    width: 100%;
}

.dashboard__notification
    .notification__list
    .notification
    .detail__user
    .detail__text {
    margin-left: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}

.dashboard__notification
    .notification__list
    .notification
    .detail__user
    .detail__text
    h3 {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.dashboard__notification
    .notification__list
    .notification
    .detail__user
    .detail__text
    p {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6f6f6f;
}

.dashboard__notification
    .notification__list
    .notification
    .detail__user
    .detail__text
    span {
    font-size: 14px;
    line-height: 20px;
    color: #2c2929;
}

.dashboard__notification.none__notification {
    align-items: center;
    justify-content: center;
}

.dashboard__notification.none__notification > div:first-child {
    margin-bottom: 30px;
    color: #1d284a;
}

.dashboard__notification.none__notification > .not__notif {
    display: unset;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

.dashboard__notification.none__notification > .not__notif img {
    height: 280px;
}

.dashboard__notification.none__notification > .not__notif p {
    margin-top: 30px;
    font-weight: 500;
    font-size: 20px;
    color: #616266;
}

.dashboard__projects {
    margin-top: 15px;
    background: #ffffff;
    border-radius: 5px;
    padding: 25px 0px 25px 0px;
}

.dashboard__projects > .title {
    width: 100%;
    text-align: right;
    position: relative;
}

.dashboard__projects > .title::after {
    content: "";
    top: 0%;
    right: 0%;
    width: 10px;
    height: 100%;
    background-color: #1d284a;
    position: absolute;
    border-radius: 1px;
}

.dashboard__projects > .title span {
    font-weight: 500;
    line-height: 22px;
    font-size: 28px;
    padding-right: 30px;
    color: #1d284a;
}

.dashboard__projects .projects__body {
    margin-top: 30px;
}

.dashboard__projects .projects__body .swiper__parent {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    position: relative;
}

.dashboard__projects .projects__body .swiper__parent .swiper-custom-nav {
    transform: translateY(calc(-50% - 10px)) !important;
}

.dashboard__projects .projects__body .swiper .swiper-pagination {
    bottom: 0px;
}

.dashboard__projects .projects__body .swiper .swiper-wrapper {
    justify-content: flex-start;
    gap: 40px;
}

.dashboard__projects .projects__body .swiper .wrapper__projects {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.dashboard__projects .projects__body .swiper .wrapper__projects > div {
    margin-top: 30px;
    flex: 50%;
    max-width: calc(50% - 15px);
    max-height: 300px !important;
    height: 300px;
    overflow-y: scroll;
}

.dashboard__projects
    .projects__body
    .swiper
    .wrapper__projects
    > div:nth-child(2n + 2) {
    margin-left: 30px;
}

.dashboard__projects
    .projects__body
    .swiper
    .wrapper__projects
    > div
    .slide-custom-field {
    overflow: unset !important;
}

.dashboard__projects
    .projects__body
    .swiper
    .wrapper__projects
    > div
    .slide-custom-field
    .slide__custom__photos {
    overflow-x: scroll !important;
}

.dashboard__projects .projects__body .special__projects__body .swiper-slide {
    border: 0px !important;
}

.dashboard__projects .projects__body .swiper-slide-fourth {
    border: 0px !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
}

.dashboard__projects .projects__body .swiper-slide-fourth > div {
    max-height: 300px;
    overflow-y: scroll;
}

.dashboard__projects .projects__body .swiper-slide,
.dashboard__projects .projects__body .swiper-project {
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    padding: 20px 20px;
    overflow: hidden;
    position: relative;
}

.dashboard__projects .projects__body .swiper-slide .vertical__text,
.dashboard__projects .projects__body .swiper-project .vertical__text {
    font-weight: 600;
    font-size: 40px;
    color: #f4f4f4;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(180deg);
}

.dashboard__projects .projects__body .swiper-slide .vertical,
.dashboard__projects .projects__body .swiper-project .vertical {
    height: 186.6666666667px;
    margin: auto;
}

.dashboard__projects .projects__body .swiper-slide .slide-custom-field.active,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field.active {
    display: flex;
    width: 100%;
}

.dashboard__projects .projects__body .swiper-slide .slide-custom-field,
.dashboard__projects .projects__body .swiper-project .slide-custom-field {
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide-custom-field
    .company__info,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field
    .company__info {
    border-top: 0.1px solid #bebebe;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide-custom-field
    .company__info
    > img,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field
    .company__info
    > img {
    width: 90px;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide-custom-field
    .company__info
    .users,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field
    .company__info
    .users {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide-custom-field
    .company__info
    .users
    .user,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field
    .company__info
    .users
    .user {
    font-weight: 600;
    font-size: 11px;
    color: #949494;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide-custom-field
    .company__info
    .users
    .user
    img,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field
    .company__info
    .users
    .user
    img {
    border-radius: 5px;
    width: 50px;
    height: 50px;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide-custom-field
    .company__info
    .users
    .user.user__photo:nth-child(n + 5),
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field
    .company__info
    .users
    .user.user__photo:nth-child(n + 5) {
    display: none;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide-custom-field
    .company__info
    .users
    .user:nth-child(2n + 2),
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field
    .company__info
    .users
    .user:nth-child(2n + 2) {
    margin: 0px 10px;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide-custom-field
    .company__logo__self,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field
    .company__logo__self {
    width: 150px;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide-custom-field
    .slide__custom__photos,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field
    .slide__custom__photos {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0px 30px 20px 15px;
    margin-left: 20px;
    max-width: 540px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow-x: scroll;
    justify-content: flex-start;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide-custom-field
    .slide__custom__photos
    div,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field
    .slide__custom__photos
    div {
    flex: 200px;
    height: 150px;
    width: 100%;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide-custom-field
    .slide__custom__photos
    div
    img,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field
    .slide__custom__photos
    div
    img {
    height: 100%;
    border-radius: 10px;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide-custom-field
    .slide__custom__photos
    div.verticalPhoto,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field
    .slide__custom__photos
    div.verticalPhoto {
    height: 245px;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide-custom-field
    .slide__custom__photos
    div:nth-child(even),
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field
    .slide__custom__photos
    div:nth-child(even) {
    margin: 0px 30px;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide-custom-field
    .slide__custom__photos::-webkit-scrollbar,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field
    .slide__custom__photos::-webkit-scrollbar {
    height: 10px;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide-custom-field
    .slide__custom__photos::-webkit-scrollbar-track,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field
    .slide__custom__photos::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide-custom-field
    .slide__custom__photos::-webkit-scrollbar-thumb,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field
    .slide__custom__photos::-webkit-scrollbar-thumb {
    background: #888;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide-custom-field
    .slide__custom__photos::-webkit-scrollbar-thumb:hover,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide-custom-field
    .slide__custom__photos::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dashboard__projects .projects__body .swiper-slide .slide,
.dashboard__projects .projects__body .swiper-project .slide {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard__projects .projects__body .swiper-slide .slide i,
.dashboard__projects .projects__body .swiper-project .slide i {
    cursor: pointer;
    opacity: 0.5;
    color: #1d284a;
    font-size: 1.3rem;
}

.dashboard__projects .projects__body .swiper-slide .slide i.prev__Slide,
.dashboard__projects .projects__body .swiper-project .slide i.prev__Slide {
    display: none;
}

.dashboard__projects .projects__body .swiper-slide .slide i:first-child,
.dashboard__projects .projects__body .swiper-project .slide i:first-child {
    margin-right: 25px;
}

.dashboard__projects .projects__body .swiper-slide .project__info.flex__end,
.dashboard__projects .projects__body .swiper-project .project__info.flex__end {
    display: flex;
    padding: 0px 0px 0px 20px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    min-height: 30px;
}

.dashboard__projects .projects__body .swiper-slide .project__info .title,
.dashboard__projects .projects__body .swiper-project .project__info .title {
    font-weight: 600;
    font-size: 19px;
    color: #1d284a;
}

.dashboard__projects .projects__body .swiper-slide .slide__project__detail,
.dashboard__projects .projects__body .swiper-project .slide__project__detail {
    padding: 0px 10px 0px 20px;
    margin-top: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide__project__detail
    .divider,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide__project__detail
    .divider {
    border: 0.25px solid rgba(190, 190, 190, 0.4156862745);
    margin: 20px 0px;
    margin-bottom: 5px;
    width: 100%;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide__project__detail
    .users__list,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide__project__detail
    .users__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    padding-bottom: 30px;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide__project__detail
    .users__list
    .user,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide__project__detail
    .users__list
    .user {
    display: flex;
    border: 1px solid #024d81;
    border-radius: 10px;
    padding: 10px;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide__project__detail
    .users__list
    .user
    img,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide__project__detail
    .users__list
    .user
    img {
    border-radius: 5px;
    width: 65px;
    height: 65px;
    margin-right: 10px;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide__project__detail
    .users__list
    .user
    img
    + div,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide__project__detail
    .users__list
    .user
    img
    + div {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide__project__detail
    .users__list
    .user
    img
    + div
    p,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide__project__detail
    .users__list
    .user
    img
    + div
    p {
    margin-top: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #1d284a;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide__project__detail
    .users__list
    .user
    img
    + div
    span,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide__project__detail
    .users__list
    .user
    img
    + div
    span {
    font-size: 12px;
    line-height: 14px;
    color: rgba(29, 40, 74, 0.4);
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide__project__detail
    .users__list
    .user
    img
    + div
    a,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide__project__detail
    .users__list
    .user
    img
    + div
    a {
    margin-top: auto;
    background: white;
    border-radius: 5px;
    font-weight: 500;
    font-size: 10px;
    width: 100%;
    padding: 2.5px 20px;
    text-align: center;
    color: #000000;
    border: 0.5px solid #145389;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
}

.dashboard__projects .projects__body .swiper-slide .slide__project__detail > a,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide__project__detail
    > a {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    background: #1d284a;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px 25px;
    margin-top: 15px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide__project__detail
    .sub__title,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide__project__detail
    .sub__title {
    font-weight: 300;
    font-size: 14px;
    color: #000000;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide__project__detail
    .achievements,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide__project__detail
    .achievements {
    margin-top: 15px;
    margin-bottom: 20px;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide__project__detail
    .achievements
    ul,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide__project__detail
    .achievements
    ul {
    padding-left: 15px;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide__project__detail
    .achievements
    ul
    li,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide__project__detail
    .achievements
    ul
    li {
    font-weight: 300;
    font-size: 14px;
    color: #000000;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide__project__detail
    .achievements
    ul
    li.moreItem,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide__project__detail
    .achievements
    ul
    li.moreItem {
    margin-top: 5px;
    list-style-type: none;
    position: relative;
    margin-left: -17px;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide__project__detail
    .achievements
    ul
    li.moreItem::before,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide__project__detail
    .achievements
    ul
    li.moreItem::before {
    content: "+";
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    color: #a0a2a6;
}

.dashboard__projects
    .projects__body
    .swiper-slide
    .slide__project__detail
    .achievements
    span,
.dashboard__projects
    .projects__body
    .swiper-project
    .slide__project__detail
    .achievements
    span {
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    color: #1d284a;
}

.right__auto {
    max-height: calc(100vh - 91px - 15px - 20px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right__auto > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.right__auto > div .insidePadding {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}

.right__auto > div .main__detail {
    width: 100%;
}

.dashboard__chose {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.dashboard__chose > div {
    text-align: center;
    flex: 1;
}

.dashboard__chose > div > h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #868686;
}

.dashboard__chose > div > p {
    margin-top: 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #868686;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.dashboard__chose > div > img.choose__one_img {
    transition: all 0.5s;
    filter: grayscale(1);
    height: 220px;
}

.dashboard__chose > div:hover {
    cursor: pointer;
}

.dashboard__chose > div:hover h3,
.dashboard__chose > div:hover p{
    color: #145389;
}
.dashboard__chose > div:hover li.notOkay {
    color: #AB0304;
}
.dashboard__chose > div:hover li.isOkay {
    color: #145389;
}

.dashboard__chose > div:hover img {
    transition: all 0.5s;
    filter: none;
}

.dashboard__chose > div.active__chose img {
    filter: none;
}

.dashboard__chose > div.active__chose h3,
.dashboard__chose > div.active__chose p {
    color: #145389;
}
.dashboard__chose > div.active__chose li.notOkay {
    color: #AB0304;
}
.dashboard__chose > div.active__chose li.isOkay {
    color: #145389;
}

.dashboard__chose .choose__one {
    border-right: 0.5px solid #bebebe;
    padding-right: 50px;
    margin-right: 50px;
}
.dashboard__chose ul {
    margin-top:10px;
    text-align: center;
    color: #868686;
    font-size: 13px;
    font-weight: 500;
    list-style-position: inside;
}

.dashboard__teams {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
    place-content: center;
    place-items: center;
    row-gap: 20px;
}

@media (max-width: 768px) {
    .dashboard__teams {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.dashboard__teams > div {
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dashboard__teams > div .team__info {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 98px;
    flex-direction: column;
}

.dashboard__teams > div .team__info > p {
    font-weight: 500;
    font-size: 17px;
    color: #145389;
}

.dashboard__teams > div .team__info > span {
    font-weight: 400;
    font-size: 15px;
    color: #565656;
}

.dashboard__teams > div .team__info > div {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dashboard__teams > div .team__info > div > p {
    font-weight: 400;
    font-size: 14px;
    color: #565656;
}

.dashboard__teams > div .team__info > div img {
    width: 41px;
    height: 41px;
    border: 1px solid #2278b8;
    border-radius: 5px;
}

.dashboard__teams > div .team__info > div img:not(:last-child) {
    margin-right: 10px;
}

.dashboard__teams > div .image__holder {
    width: 98px;
    height: 98px;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    margin-right: 15px;
}

.dashboard__teams > div .image__holder img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}

.dashboard__competitions {
    margin-top: 15px;
    background: #ffffff;
    border-radius: 5px;
    padding: 25px 0px 40px 0px;
}

.dashboard__competitions.not__found__competitions {
    height: calc(100% - 91px - 35px);
}

.dashboard__competitions > .not__found {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: auto;
}

.dashboard__competitions > .not__found img {
    width: 100%;
    height: 400px;
}

.dashboard__competitions > .not__found p {
    font-size: 18px;
    color: #868686;
}

.dashboard__competitions .companies_logos-container {
    width: 100%;
    padding: 15px 10px 0px 40px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap:7px;
    row-gap: 20px;
}

.dashboard__competitions .companies_logos-container > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px 0px 0px;
    row-gap: 20px;
    column-gap: 5px;
    flex-wrap: nowrap;
    height: 35px;
    /* max-width: 75px; */
    max-width: unset;
    max-height: 35px;
    width: 120px;
}
.dashboard__competitions .companies_logos-container > div {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 35px;
    height: 35px;
    min-width: 200px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}
/* .dashboard__competitions .companies_logos-container > div:first-child {

} */
.dashboard__competitions .companies_logos-container > div:not(:last-child) {
    border-right: 1px solid rgba(216, 91, 0, 0.23);
}
.dashboard__competitions .companies_logos-container > div img {
    object-fit: cover;
    height: 100%;
}
.dashboard__competitions .companies_logos-container > div:first-child img {
    width: 17px;
    height: 17px;
}
.dashboard__competitions .companies_logos-container > div.active-company,
.dashboard__competitions .companies_logos-container > div:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    cursor: pointer;
}
.dashboard__competitions
    .companies_logos-container
    > div:first-child
    p {
    color: #d85b00;
}
.dashboard__competitions
    .companies_logos-container
    > div:first-child.active-company
    p {
    font-weight: 500;
    font-size: 15px;
    color: #d85b00;
}

.dashboard__competitions > .title {
    width: 100%;
    text-align: right;
    position: relative;
}

.dashboard__competitions > .title::after {
    content: "";
    top: 0%;
    right: 0%;
    width: 10px;
    height: 100%;
    background-color: #1d284a;
    position: absolute;
    border-radius: 1px;
}

.dashboard__competitions > .title span {
    font-weight: 500;
    line-height: 22px;
    font-size: 28px;
    padding-right: 30px;
    color: #1d284a;
}

.dashboard__competitions .competitions__body {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 5px solid #eeeeee;
}

.dashboard__competitions .competitions__body.competitions__twice {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 100px;
    column-gap: 100px;
    row-gap: 50px;
    place-items: center;
    width: 100%;
    padding: 20px 100px;
}

.dashboard__competitions .competitions__body.competitions__twice .swiper-slide {
    max-width: 100% !important;
    height: 100%;
}

.dashboard__competitions
    .competitions__body.competitions__twice
    .swiper-slide
    .logo__company {
    padding: 15px 20px !important;
}

.dashboard__competitions
    .competitions__body.competitions__twice
    .swiper-slide
    .competition__head {
    padding-top: 0px !important;
}

.dashboard__competitions
    .competitions__body.competitions__twice
    .swiper-slide
    .competitions__actions {
    width: 100%;
    margin-top: 30px;
    text-align: end;
}

.dashboard__competitions .competitions__body:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.dashboard__competitions .competitions__body .competitions__company {
    margin: 40px 0px;
    display: flex;
    padding-left: 60px;
    padding-right: 60px;
    align-items: center;
}

.dashboard__competitions .competitions__body .competitions__company img {
    width: 145px;
}

.dashboard__competitions .competitions__body .competitions__company span {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    color: #656565;
    margin-left: 2%;
    padding-left: 2%;
    border-left: 1px solid #bebebe;
}

.dashboard__competitions .competitions__body .swiper__parent {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 20px;
    position: relative;
}

.dashboard__competitions
    .competitions__body
    .swiper__parent
    .swiper-pagination {
    bottom: -5px;
}

.dashboard__competitions .competitions__body .swiper {
    padding: 7.5px;
}

.dashboard__competitions .competitions__body .swiper .swiper-wrapper {
    justify-content: flex-start;
    overflow: visible;
}

.dashboard__competitions .competitions__body .swiper-slide {
    background: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    height: auto;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 440px !important;
    transition: all 0.25s;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide.competitions__expire__time {
    position: relative;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide.competitions__expire__time::before {
    content: "";
    border-radius: 5px;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.dashboard__competitions .competitions__body .swiper-slide .absolute__team {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    background: #1d284a;
    border-radius: 5px;
    padding: 5px 20px;
}

.dashboard__competitions .competitions__body .swiper-slide > a:first-child {
    position: relative;
    width: 100%;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    > a:first-child
    .competition__head {
    padding: 50px 20px 25px 20px;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    > a:first-child
    .competition__head
    .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    > a:first-child
    .competition__head
    .sub__title {
    font-style: italic;
    font-weight: 300;
    font-size: 11px;
    line-height: 14px;
    color: #919191;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    > a:first-child
    .competitions__progress {
    position: absolute;
    top: 15px;
    right: 20px;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #0b6509;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide:not(.competitions__expire__time):hover {
    box-shadow: 0px 0px 5px rgb(0, 0, 0);
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    .competitions__expr_time {
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    .competitions__expr_time
    img {
    width: 50px;
    height: 50px;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    .competitions__expr_time
    span {
    margin-left: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #494949;
}

.dashboard__competitions .competitions__body .swiper-slide .logo__company {
    padding: 20px 10px;
    height: 70px;
}

.dashboard__competitions .competitions__body .swiper-slide .logo__bg {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 160px;
    min-height: 160px;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    .competitions__detail {
    padding: 20px 15px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    .competitions__detail
    .prices {
    margin-top: 20px;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    .competitions__detail
    .prices
    span {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #000000;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    .competitions__detail
    .prices
    ol {
    padding-left: 15px;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    .competitions__detail
    .prices
    ol
    li {
    font-weight: 300;
    font-size: 13px;
    color: #000000;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    .competitions__detail
    .applyAndTime {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    .competitions__detail
    .applyAndTime
    span {
    margin-left: auto;
    font-weight: 700;
    font-size: 11px;
    color: #6c6c6c;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    .competitions__detail
    .applyAndTime
    > a {
    background: #1d284a;
    border-radius: 5px;
    font-weight: 400;
    padding: 5px 20px;
    font-size: 15px;
    color: #ffffff;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    .competitions__detail
    .conditions {
    display: grid;
    grid-template-columns: repeat(auto-fill, auto);
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: auto;
    width: 100%;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    .competitions__detail
    .conditions
    span {
    margin-top: 10px;
    padding: 5px 18px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    .competitions__detail
    .conditions
    span:not(:last-child) {
    margin-right: 10px;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    .competitions__detail
    .head
    .title {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    .competitions__detail
    .head
    .sub__title {
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    color: #919191;
}

.dashboard__competitions
    .competitions__body
    .swiper-slide
    .competitions__detail
    .head
    .description {
    font-weight: 300;
    font-size: 15px;
    margin-top: 15px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dashboard__competitions .challenge__page-cards-divider{
    width:1px;
    height:500px;
    background: #D85B00;
}
.dashboard__applies {
    padding: 50px 35px 25px 35px !important;
}

.nextSlide {
    margin-left: auto;
}

.dashboard__main {
    background: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
    padding: 50px 40px 25px 80px;
}

.dashboard__main.padding__equal {
    padding: 50px 80px;
}

.dashboard__main.padding__half {
    padding: 50px 40px;
}

.dashboard__main .insidePadding {
    padding-right: 40px;
}

.dashboard__main .main__company {
    width: 150px;
}

.competitions_bg {
    margin-top: 20px;
    display: block;
    width: 100%;
    min-height: 0;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 440px;
}

/* .dashboard__main .mySlider {
    width:400px;
    height:400px;
 } */
.dashboard__main .swiper .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
/* .dashboard__main .swiper .swiper-slide {
    text-align: center;
    padding: 0px 20px;
    min-width: 1px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    width: 100% !important;
}
.dashboard__main .swiper .swiper-slide canvas {
  width: 360px !important;
    height: 360px !important;
    min-width: 1px !important;
    min-height: 1px !important;
=======
} */

/* .dashboard__main .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
} */
/* .anychart-credits {
   display: none;
} */

/* .dashboard__main .swiper .swiper-slide  .canvas-container{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width:1px !important;
    width:100% !important;
    height:100% !important;
} */

/* .dashboard__main .swiper-slide {
    max-width: 100%;
}
.dashboard__main .swiper-wrapper {
    max-width: 100%;
} */
/* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: #1d284a;
    opacity: 0.8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    border:1px solid red;
} */

.dashboard__main .main__detail {
    margin-bottom: 20px;
}

.dashboard__main .main__detail .main_title {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.dashboard__main .main__detail .main_title span {
    font-weight: 600;
    font-size: 17px;
    color: #000000;
    position: relative;
}

.dashboard__main .main__detail .main_title span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    display: inline-block;
    height: 20px;
    width: 0.5px;
    background-color: rgba(0, 0, 0, 0.4);
}

.dashboard__main .main__detail .main_title > a {
    margin-left: auto;
    background: #1d284a;
    border-radius: 5px;
    font-weight: 400;
    padding: 5px 20px;
    font-size: 15px;
    color: #ffffff;
}

.dashboard__main .main__detail .main_title p {
    margin-left: 20px;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    color: #919191;
}

.dashboard__main .main__detail .main__desc {
    margin-top: 20px;
    max-width: 100%;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.dashboard__main .main__detail .main__desc p {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.dashboard__main .main__detail .main__desc ol, .dashboard__main .main__detail .main__desc ul {
    list-style-position: inside;
}
.dashboard__main .main__detail .main__desc li {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}


/* .dashboard__main .main__detail .main__desc p:nth-child(2n + 2) {
    margin-top: 15px;
} */

.dashboard__main .main__detail .prices {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.dashboard__main .main__detail .prices ol {
    margin-top: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    padding-left: 20px;
}

.dashboard__main .main__detail .applyAndTime {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}

.dashboard__main .main__detail .applyAndTime span {
    font-weight: 700;
    font-size: 12px;
    font-style: italic;
    color: #6c6c6c;
}

.dashboard__main .main__detail .applyToButton {
    text-align: right;
}

.dashboard__main .main__detail .applyToButton > a {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    background: #1d284a;
    border-radius: 5px;
    padding: 5px 35px;
}

.dashboard__main .main__detail .conditions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0px;
    width: 100%;
}

.dashboard__main .main__detail .conditions span {
    padding: 5px 20px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

.dashboard__main .main__detail .conditions span:nth-child(2n + 2) {
    margin: 0px 10px;
}

.dashboard__main .main__detail .conditions span:last-child {
    margin-right: 0px;
}

.dashboard__team__head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: -20px;
    color: #145389;
    font-size: 16px;
}

.dashboard__team__head p {
    font-weight: 600;
}

.dashboard__team__head span {
    margin-left: 5px;
}

.dashboard__team {
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 281px;
}

.dashboard__team .team__id {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.dashboard__team .team__id > span {
    font-size: 12px;
    color: #b7b7b7;
}

.dashboard__team .team__id > div {
    margin-left: 30px;
    position: relative;
}

.dashboard__team .team__id > div img {
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: transform 1s;
}

.dashboard__team .team__id > div img:hover {
    transform: rotate(90deg);
}

.dashboard__team .team__desc {
    margin-top: 10px;
}

.dashboard__team .team__desc h3 {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 8px;
    line-height: 12px;
    color: #565656;
}

.dashboard__team .team__desc p {
    font-weight: 400;
    font-size: 8px;
    color: #565656;
}

.dashboard__team .team__info {
    margin-right: 40px;
}

.dashboard__team .team__info .team__skills .skills {
    position: relative;
}

.dashboard__team .team__info .team__skills .skills .skill {
    padding: 3px 20px;
    border: 1px solid #145389;
}

.dashboard__team .team__info .team__skills .skills .skill > p {
    font-size: 11px;
}

.dashboard__team .team__info .team__skills .skills .skill:nth-child(n + 5) {
    display: none;
}

.dashboard__team .team__info .team__skills .skills .level {
    margin-bottom: 1px;
}

.dashboard__team .team__info .team__skills .skills .level span {
    border-width: 2px;
}

.dashboard__team .team__info .team__logo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.dashboard__team .team__info .team__logo .team__logo__cop {
    width: 48px !important;
    height: 49px;
    min-width: 48px;
    background: #ffffff;
    border: 1px solid #145389;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard__team .team__info .team__logo .team__logo__cop img {
    width: 100%;
}

.dashboard__team .team__info .team__logo .team__head > h2 {
    font-weight: 500;
    font-size: 11px;
    color: #145389;
}

.dashboard__team .team__info .team__logo .team__head > p {
    margin-top: 5px;
    font-weight: 500;
    font-size: 9px;
    color: #565656;
    font-style: italic;
}

.dashboard__team.showed__more__item .more__data i::before {
    content: "\f077";
}

.dashboard__team.showed__more__item .team__info .team__skills .skills .skill {
    display: block;
}

.dashboard__team.empty__team .team__info .team__logo .team__logo__cop img {
    display: none;
}

.dashboard__team.custom__team .team__info .team__logo .team__logo__cop img {
    display: unset;
}

.dashboard__team.custom__team::before {
    display: none;
}

.dashboard__team.custom__team .team__desc {
    text-align: center;
}

.dashboard__team.custom__team .team__desc img {
    height: 100px;
}

.dashboard__team.custom__team .team__desc span {
    display: block;
    font-weight: 300;
    font-size: 18px;
    color: #333333;
}

.dashboard__team.custom__team .team__desc .progress {
    width: 75%;
    background-color: #6f98d0;
    margin: auto;
    margin-top: 10px;
    border-radius: 20px;
}

.dashboard__team.custom__team .team__desc .progress .progress-bar {
    background-color: #145389;
    border-radius: 20px;
}

.dashboard__team.empty__team,
.dashboard__team.custom__team {
    align-items: stretch;
}

.dashboard__team.empty__team .team__info .team__head p,
.dashboard__team.custom__team .team__info .team__head p {
    font-weight: 500;
    font-size: 12px;
    color: #b7b7b7;
}

.dashboard__team.empty__team .team__skills .skills,
.dashboard__team.custom__team .team__skills .skills {
    position: relative;
}

.dashboard__team.empty__team .team__skills .skills .skill:nth-child(n + 2),
.dashboard__team.custom__team .team__skills .skills .skill:nth-child(n + 2) {
    display: none;
}

.dashboard__team.empty__team .team__skills .skills > div,
.dashboard__team.custom__team .team__skills .skills > div {
    display: none;
}

.dashboard__team.empty__team .team__skills .skills::after,
.dashboard__team.custom__team .team__skills .skills::after {
    content: "Henüz takım yetkinlikleriniz yok";
    display: block;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    color: #565656;
}

.dashboard__team.empty__team .team__desc textarea,
.dashboard__team.custom__team .team__desc textarea {
    border: 0px;
    resize: none;
    width: 100%;
    height: 90%;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    color: #565656;
}

.dashboard__team.empty__team .team__desc textarea:focus,
.dashboard__team.custom__team .team__desc textarea:focus {
    border: 0px;
    outline: none;
}

.dashboard__team-continue {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    margin-top: 15px;
    padding: 25px 40px 25px 80px;
    border-bottom: 1px solid rgba(29, 40, 74, 0.5);
}

.dashboard__team-continue > p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.dashboard__team-continue > .progress__bar {
    position: relative;
    width: 30%;
    background: #d9d9d9;
    height: 20px;
    border-radius: 9px;
    min-width: 250px;
}

.dashboard__team-continue > .progress__bar .progress__value {
    border-radius: 9px;
    height: 20px;
    width: 0%;
    transition: width 5500ms;
    background-image: linear-gradient(
        45deg,
        rgba(20, 83, 137, 1) 25%,
        transparent 25%,
        transparent 50%,
        rgba(20, 83, 137, 1) 50%,
        rgba(20, 83, 137, 1) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}

.dashboard__team-continue > .progress__bar .progress__progres {
    position: absolute;
    bottom: 100%;
    right: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6f6f6f;
    transform: translateY(-10px);
}

.single-chart {
    width: 100px;
    height: 100px;
}

.single-chart .circular-chart {
    width: 100%;
    height: 100%;
    position: relative;
}

.single-chart .circle-bg {
    fill: none;
    stroke: #024d81;
    stroke-width: 2px;
    stroke-dasharray: 5;
}

.single-chart .circle {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke: #1d284a;
    transition: all 1s;
    -webkit-animation: progress 2s ease-out forwards;
    animation: progress 2s ease-out forwards;
}

.single-chart .percentage {
    fill: #1d284a;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 0.7rem;
}

@-webkit-keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.dashboard__main__lt {
    #margin-top: 15px;
    background: #ffffff;
    border-radius: 5px;
    padding: 25px 30px 40px 25px;
    display: flex;
    flex-direction: column;
}

.dashboard__main__lt p {
    font-weight: 500;
    font-size: 16px;
    color: #1d284a;
}

.dashboard__main__lt .next__chunk {
    width: 100%;
    text-align: right;
}

.dashboard__main__lt .next__chunk button {
    border: 0px;
    background: #1d284a;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.dashboard__main__lt .question__area {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0px 50px;
}

.dashboard__main__lt .question__area > .question__load,
.dashboard__main__lt .question__area > .question__finish {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard__main__lt .question__area > .question__load h1,
.dashboard__main__lt .question__area > .question__finish h1 {
    font-weight: 500;
    font-size: 18px;
    color: #1d284a;
}

.dashboard__main__lt .question__area .question {
    width: 100%;
    padding: 40px 0px;
}

.dashboard__main__lt .question__area .question.showen__question {
    transition: all cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0.2;
    filter: blur(0.5px);
}

.dashboard__main__lt .question__area .question.showen__question:hover {
    opacity: 0.5;
    filter: blur(0);
}

.dashboard__main__lt .question__area .question > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}

.dashboard__main__lt .question__area .question:not(:last-child) {
    border-bottom: 0.01px solid rgba(29, 40, 74, 0.1921568627);
}

.dashboard__main__lt .question__area .question .answers {
    margin-top: 20px;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.dashboard__main__lt .question__area .question .answers .answer {
    text-align: center;
    max-width: 100px;
    width: 100%;
    cursor: pointer;
}

.dashboard__main__lt
    .question__area
    .question
    .answers
    .answer.active__answer
    span {
    background-color: #145389;
    color: white;
}

.dashboard__main__lt .question__area .question .answers .answer:hover span {
    background-color: #145389;
    color: white;
}

.dashboard__main__lt .question__area .question .answers .answer span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    margin: auto;
    height: 25px;
    border: 1px solid #145389;
    border-radius: 50%;
}

.dashboard__main__lt .question__area .question .answers .answer p {
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dashboard__main__lt
    .question__area
    .question
    .answers
    .answer:not(:last-child) {
    margin-right: 20px;
}

.team__skills,
.user__skills {
    margin-top: 20px;
}

.team__skills > p,
.user__skills > p {
    font-weight: 400;
    font-size: 14px;
    color: #565656;
}

.skills,
.profile__item,
.active__competency {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    /* truncate */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.skills.empty__skills::after,
.profile__item.empty__skills::after,
.active__competency.empty__skills::after {
    content: "Yetkinliklerinizi profil sayfanızdan ekleyebilirsiniz.";
    display: block;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    color: #565656;
}

.skills.active__competency,
.profile__item.active__competency,
.active__competency.active__competency {
    flex-direction: column;
}

.skills .level,
.profile__item .level,
.active__competency .level {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5px;
}

.skills .level > span,
.profile__item .level > span,
.active__competency .level > span {
    width: 9px;
    border-radius: 50%;
    height: 9px;
    border: 1px solid #145389;
}

.skills .level > span:nth-child(2n + 2),
.profile__item .level > span:nth-child(2n + 2),
.active__competency .level > span:nth-child(2n + 2) {
    margin-left: 4px;
    margin-right: 4px;
}

.skills .level > span.active__level,
.profile__item .level > span.active__level,
.active__competency .level > span.active__level {
    background-color: #145389;
}

.skills .skill__more,
.profile__item .skill__more,
.active__competency .skill__more {
    margin-top: 10px;
}

.skills .skill__more p,
.profile__item .skill__more p,
.active__competency .skill__more p {
    font-weight: 400;
    font-size: 13px;
    color: #565656;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.skills .skill,
.profile__item .skill,
.active__competency .skill {
    margin-top: 10px;
    border: 0.5px solid #bcbcbc;
    border-radius: 50px;
    padding: 3px 15px;
    width: 137px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.skills .skill:not(:last-child),
.profile__item .skill:not(:last-child),
.active__competency .skill:not(:last-child) {
    margin-right: 5px;
}

.skills .skill p,
.profile__item .skill p,
.active__competency .skill p {
    text-align: center;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 11.5px;
    letter-spacing: 0.3px;
    color: #000000;
    border-radius: 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

/* .skills .skill:nth-child(n + 4), */
.profile__item .skill:nth-child(n + 4),
.active__competency .skill:nth-child(n + 4) {
    display: none;
}

.team__users + .more__user {
    width: 100%;
    text-align: center;
}

.team__users + .more__user span {
    cursor: pointer;
    font-weight: 400;
    font-size: 23px;
    color: #565656;
}

.team__users + .more__user + .divider__main {
    margin-top: 20px !important;
}

.team__users {
    width: 100%;
}

.team__users > p {
    font-weight: 500;
    font-size: 16px;
    color: #565656;
    margin-bottom: 20px;
}

.team__users .users__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.team__users .users__list.more__user__show .team__user {
    display: block !important;
}

.team__users .users__list > .team__user {
    counter-increment: users-counter;
    margin-bottom: 20px;
    max-width: calc(33% - 17px);
    width: 100%;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #6f6f6f;
    border-radius: 5px;
    position: relative;
}

.team__users .users__list > .team__user:nth-child(3n + 2) {
    margin-left: 30px;
    margin-right: 30px;
}

.team__users .users__list > .team__user:nth-child(4) {
    margin-left: 0px;
}

/* .team__users .users__list > .team__user:nth-child(n + 4) {
    display: none;
} */
#teamEditPersondropModal
    .team__users
    .users__list
    > .team__user:nth-child(n + 4) {
    display: inline-block !important;
}
#teamEditPersondropModal .team__users .users__list .settings {
    text-align: end;
}
#teamEditPersondropModal .team__users .users__list .settings > i {
    cursor: pointer;
}
#teamEditPersondropModal
    .team__users
    .users__list
    .settings
    > .dropdown__karga {
    top: 20%;
    right: 0;
}

.team__users .users__list > .team__user.team__user__myself {
    border: 2px solid #145389;
}

.team__users .users__list > .team__user .user__invite__cancel {
    display: none;
}

.team__users .users__list > .team__user > .add__user {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.team__users .users__list > .team__user > .add__user p {
    position: relative;
    font-weight: 400;
    font-size: 11px;
    color: #6f6f6f;
    margin-top: 5px;
}

.team__users .users__list > .team__user > .add__user p::before {
    content: counter(users-counter) ". ";
}

.team__users .users__list > .team__user > .add__user > div {
    margin: auto;
    border: 1px solid #145389;
    box-sizing: border-box;
    border-radius: 5px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.team__users .users__list > .team__user > .add__user > div img {
    width: 100%;
}

.team__users .users__list > .team__user > .add__user > div i {
    border-radius: 50%;
    background-color: #145389;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    justify-content: center;
}

.team__users .users__list > .team__user > .add__user > div:hover {
    cursor: pointer;
    background-color: #145389;
    transition: all 0.3s;
}

.team__users .users__list > .team__user.user__not__active {
    position: relative;
}

.team__users .users__list > .team__user.user__not__active::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #efd911;
}

.team__users
    .users__list
    > .team__user.user__not__active
    > *:not(.user__invite__cancel) {
    opacity: 0.5;
    filter: blur(1px);
}

.team__users
    .users__list
    > .team__user.user__not__active
    .user__invite__cancel {
    position: absolute;
    display: block;
    right: 15px;
    bottom: 15px;
    font-weight: 300;
    font-size: 14px;
    background: #1d284a;
    border-radius: 5px;
    color: #ffffff;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 5px 25px;
    z-index: 999;
}

.team__users .users__list > .team__user .user__stars {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
}

.team__users .users__list > .team__user .user__stars img {
    width: 22.5px;
    height: 22.5px;
}

.team__users .users__list > .team__user .user__stars img:not(:first-child) {
    margin-left: 5px;
}

.team__users .users__list > .team__user .user__info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    margin-top: 10px;
}

.team__users .users__list > .team__user .user__info .roles {
    display: flex;
}

.team__users .users__list > .team__user .user__info .roles img {
    width: 20px;
    height: 20px;
}

.team__users
    .users__list
    > .team__user
    .user__info
    .roles
    img:not(:last-child) {
    margin-right: 5px;
}

.team__users .users__list > .team__user .user__info .user__photo {
    width: 80px;
    height: 80px;
}

.team__users .users__list > .team__user .user__info .user__photo img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid rgba(29, 40, 74, 0.2);
}

.team__users .users__list > .team__user .user__info .user__detail {
    height: 80px;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.team__users .users__list > .team__user .user__info .user__detail h2 {
    margin-top: 20px;
    font-weight: 500;
    font-size: 15px;
    color: #145389;
}

.team__users .users__list > .team__user .user__info .user__detail p {
    font-weight: 500;
    font-size: 15px;
    margin-top: 1px;
    color: #6f6f6f;
}

.team__users .users__list > .team__user .user__info .user__detail span {
    font-style: italic;
    margin-top: 5px;
    font-weight: 500;
    font-size: 10px;
    color: #919191;
}

.__states {
    display: grid;
    grid-template-columns: 1fr;
}

.__states div {
    background: #ffffff;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    color: #000000;
    cursor: pointer;
    padding-left: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.__states div:nth-child(2n + 2) {
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
}

.__states div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e9ed2d;
}

.__states div.done::before {
    background: #04653c;
}

.__states div.cancel::before {
    background: #c51414;
}

.__states div.active {
    font-weight: 500;
}

.achieve__two__col {
    display: flex;
    -moz-column-gap: 30px;
    column-gap: 30px;
    position: relative;
}

.achieve__two__col > #routine-area {
    flex: 3;
}

.achieve__two__col > #announcement-area {
    flex: 1.5;
}

.achieve__two__col .achieve__custom > .flex {
    width: 100%;
}

.achieve__two__col .achieve__custom {
    margin: 0px;
}

.achieve__two__col .achieve__custom__filter {
    position: absolute;
    right: 0px;
    top: 0px;
}

.filter__achieve {
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
}

.filter__achieve > .input__filter {
    position: relative;
    margin-right: 20px;
}

.filter__achieve > .input__filter > i {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    color: #145389;
    font-size: 11px;
    transform: translateY(-50%);
}

.filter__achieve > .input__filter > input {
    background: #ffffff;
    border: 0.4px solid #145389;
    border-radius: 5px;
    font-size: 13px;
    padding: 4px 30px 4px 7px;
}

.filter__container span#clear {
    display: block;
}
.filter__achieve > span,
.filter__container span#clear {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
    color: #797979;
}

.filter__achieve > button {
    display: flex;
    align-items: center;
    background: none;
    border: 0px;
    gap: 5px;
}

.filter__achieve > button > p {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #565656;
}

.filter__achieve > button > i {
    margin-left: 5px;
    color: #565656;
}

.filter__achieve > button > span {
    width: 20px;
    height: 20px;
    background: #145389;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 10px;
    color: #ffffff;
}

.project__single__detail {
    background: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
    padding: 25px 50px 50px 50px;
}

.project__single__detail > p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #535455;
}

.project__single__detail .info {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 0.3px solid rgba(29, 40, 74, 0.2);
}

.project__single__detail .info > p {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #535455;
}

.project__single__detail .info > p:nth-child(2n + 2) {
    margin: 7.5px 0px;
}

.project__single__detail .info > p:last-child {
    margin-bottom: 0px;
}

.project__single__detail .info > p b {
    font-weight: 500;
}

.project__single__detail .head > div,
.project__single__detail .head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.project__single__detail .head > div img,
.project__single__detail .head img {
    width: 40px;
    height: 27px;
}

.project__single__detail .head > div p,
.project__single__detail .head p {
    margin-left: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #535455;
}

.project__single__detail .head span {
    margin-left: auto;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #535455;
    cursor: pointer;
}

.modal__big__info .modal-body .user__modal .user__ex img,
.messages__area .message__box div.showExpended > div img,
.messages__area .messages .message .head img,
.messages__area .messages .message.new__message .user-select .user img {
    border: 1px solid rgba(29, 40, 74, 0.2);
    border-radius: 5px;
}

.custom__announcement {
    padding: 20px 25px;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    position: relative;
    overflow-y: scroll;
    border-radius: 5px;
    padding-bottom: 40px;
    overflow-y: scroll;
}

.custom__announcement .more__item__table {
    font-size: 12px;
}

.custom__announcement.announcement__detail {
    border: 0px;
    padding: 40px 0px 20px 0px;
    max-height: unset;
}

.custom__announcement.announcement__detail .head {
    padding-right: 50px;
}

.custom__announcement .announcement {
    margin-right: 10px;
}

.custom__announcement .announcement:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 0.3px solid rgba(29, 40, 74, 0.2);
}

.custom__announcement .announcement > span {
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    margin: 5px 0px;
    color: #7a7a7a;
    display: block;
}

.custom__announcement .announcement > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.custom__announcement .announcement .head {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.custom__announcement .announcement .head > .edit__field {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #565656;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.custom__announcement .announcement .head img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid rgba(29, 40, 74, 0.2);
}

.custom__announcement .announcement .head > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.custom__announcement .announcement .head > div > span {
    cursor: pointer;
}

.custom__announcement .announcement .head > div > div {
    height: 40px;
}

.custom__announcement .announcement .head > div > div p {
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    color: #145389;
}

.custom__announcement .announcement .head > div > div span {
    margin-top: 2px;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    font-style: italic;
    color: #9b9b9b;
}

.achieve__custom {
    margin: 50px 0px;
}

.achieve__custom.achieve__tasks {
    margin: 0px;
    padding: 30px;
    background: #ffffff;
    border-radius: 5px;
}

.achieve__custom.achieve__tasks .custom__announcement {
    background: transparent;
    border: 0px;
    padding: 0px;
}

.achieve__custom .with__filtered {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.achieve__custom .with__filtered > div:last-child {
    margin-bottom: 10px;
}
.achieve__custom .with__filtered .flex .managing-container {
    margin-left: 1rem;
    border-left: 2px solid #145389;
    margin-bottom: 0px;
    position: relative;
    display: flex;
    align-items: center;
}
.achieve__custom .with__filtered .flex .managing-container button {
    background: #d9d9d9;
    outline: none;
    border: 1px solid #d9d9d9;
    padding: 2px 9px;
    font-size: 12px;
    color: #4c4d50;
    margin-left: 10px;
    border-radius: 3px;
    margin-right: 7px;
}
.achieve__custom .with__filtered .flex .managing-container .managing-select {
    visibility: hidden;
    background-color: white;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: scale(0);
    flex-direction: column;
    padding: 10px;
    margin: 10px;
    width: 270px;
    height: 0;
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 99;
    box-shadow: rgb(255 255 255 / 10%) 0px 1px 1px 0px inset,
        rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60;
}
.achieve__custom .with__filtered .flex .responsible_user_list-dropdown {
    visibility: hidden;
    background-color: white;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: scale(0);
    flex-direction: column;
    padding: 10px;
    margin: 10px;
    width: 270px;
    height: 0;
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 99;
    box-shadow: rgb(255 255 255 / 10%) 0px 1px 1px 0px inset,
        rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60;
}
.achieve__custom
    .with__filtered
    .flex
    .managing-container
    .managing-select.visible,
.achieve__custom .with__filtered .flex .responsible_user_list-dropdown.visible {
    overflow-y: scroll;
    /* height: calc(100vh - 400px); */
    height: max-content;
    max-height: calc(100vh - 300px);
    visibility: visible;
    pointer-events: all;
    width: 350px;
    -webkit-user-select: unset;
    -moz-user-select: unset;
    -ms-user-select: unset;
    user-select: unset;
    opacity: 1;
    transition: all 500ms;
    transform: scale(1);
}
.achieve__custom .with__filtered .managing-select::-webkit-scrollbar,
.achieve__custom
    .with__filtered
    .flex
    .responsible_user_list-dropdown::-webkit-scrollbar {
    height: 5px;
    background-color: rgba(0, 0, 0, 0.16);
    width: 4px;
    border-radius: 12px;
}

.achieve__custom .with__filtered .managing-select::-webkit-scrollbar-thumb,
.achieve__custom
    .with__filtered
    .flex
    .responsible_user_list-dropdown.visible::-webkit-scrollbar-thumb {
    width: 4px;
    background: #145389;
    border-radius: 4px;
}
.achieve__custom
    .with__filtered
    .flex
    .managing-container
    .managing-select
    .head,
.achieve__custom .with__filtered .flex .responsible_user_list-dropdown .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.achieve__custom
    .with__filtered
    .flex
    .managing-container
    .managing-select
    .head
    .close-btn,
.achieve__custom
    .with__filtered
    .flex
    .responsible_user_list-dropdown
    .head
    .close.btn {
    cursor: pointer;
}
.achieve__custom
    .with__filtered
    .flex
    .managing-container
    .managing-select
    .sorumlular,
.achieve__custom
    .with__filtered
    .flex
    .responsible_user_list-dropdown
    .sorumlulular {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 4px;
}
.achieve__custom
    .with__filtered
    .flex
    .managing-container
    .managing-select
    .responsible__user,
.achieve__custom
    .with__filtered
    .flex
    .responsible_user_list-dropdown
    .responsible__user {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 50px;
}
.achieve__custom
    .with__filtered
    .flex
    .managing-container
    .managing-select
    .responsible__user
    img,
.achieve__custom
    .with__filtered
    .flex
    .responsible_user_list-dropdown
    .responsible__user
    img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid rgba(29, 40, 74, 0.2);
}
.achieve__custom
    .with__filtered
    .flex
    .managing-container
    .managing-select
    .responsible__user
    label {
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    color: #145389;
}

.achieve__custom .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.achieve__custom .flex > a:first-child {
    font-weight: 600;
    font-size: 21px;
    color: #565656;
}

.achieve__custom .flex > a:last-child {
    margin-left: 20px;
    background: #ffffff;
    border: 0.5px solid #145389;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #565656;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 2.5px 10px;
    transition: all 500ms;
}

.achieve__custom .flex > a:last-child:hover {
    background-color: #565656;
    border-color: #565656;
    color: white;
}

.achieve__custom.grid__page__achieve {
    margin: 0px;
}

.achieve__custom.grid__page__achieve .flex > h1 {
    font-weight: 600;
    font-size: 30px;
    color: #1d284a;
}

.achieve__custom.grid__page__achieve .grid__achieve {
    border: 0px;
    padding: 20px 0px;
    padding-bottom: 30px;
    margin-top: 20px;
}

.achieve__custom.grid__page__achieve .grid__achieve .task__multi__item {
    cursor: pointer;
}

.detail__head {
    gap: 40px;
}

.detail__head > div,
.detail__head {
    display: flex;
    align-items: center;
}

.detail__head > div > div:nth-child(2n + 2),
.detail__head > div:nth-child(2n + 2) {
    border-right: 0.3px solid rgba(29, 40, 74, 0.2);
    border-left: 0.3px solid rgba(29, 40, 74, 0.2);
    padding: 10px 25px 10px 25px;
}

.detail__head > div > div:last-child,
.detail__head > div:last-child {
    border-right: 0px;
}

.detail__head > div > img,
.detail__head > img {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.detail__head > div > span,
.detail__head > span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #145389;
    margin-right: 20px;
}

.detail__head > div > p,
.detail__head > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #020000;
}

.comment__badge {
    background-color: #8cc777;
    width: 30px;
    height: 25px;
    border-radius: 5px;
    position: relative;
}

.comment__badge::before {
    content: "";
    width: 10px;
    height: 10px;
    transform: translateY(-1px);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    background-color: #8cc777;
    position: absolute;
    top: 100%;
    left: 10px;
}

.grid__achieve {
    padding: 20px 25px;
    max-height: 500px;
    height: 100%;
    overflow-y: scroll;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    position: relative;
    border-radius: 5px;
    --grid-column: 1fr;
    padding-bottom: 30px;
}

.grid__achieve.active__item .grid__row,
.grid__achieve.not__showed__grid .grid__row {
    display: grid !important;
}

.grid__achieve.active__item .grid__row.filtered__last,
.grid__achieve.not__showed__grid .grid__row.filtered__last {
    border-bottom: 0.3px solid rgba(29, 40, 74, 0.2) !important;
}

.grid__achieve .more__item__table {
    font-size: 12px;
}

.grid__achieve > .grid__row {
    display: grid;
    grid-template-columns: var(--grid-column);
    place-content: center;
}

.grid__achieve > .grid__row.filtered__last,
.grid__achieve > .grid__row.last__child {
    border-bottom: 0px !important;
}

.grid__achieve > .grid__row:not(:last-child) {
    border-bottom: 0.3px solid rgba(29, 40, 74, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.grid__achieve > .grid__row:nth-child(n + 6) {
    display: none;
}

.grid__achieve > .grid__row:first-child p {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #145389;
}

.grid__achieve > .grid__row:first-child p:nth-child(2n + 2) {
    border-left: 0.3px solid rgba(29, 40, 74, 0.2);
    border-right: 0.3px solid rgba(29, 40, 74, 0.2);
}

.grid__achieve > .grid__row:first-child p:last-child {
    border-right: 0px;
}

.grid__achieve > .grid__row > div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.grid__achieve > .grid__row > div:nth-child(2n + 2) {
    border-left: 0.3px solid rgba(29, 40, 74, 0.2);
    border-right: 0.3px solid rgba(29, 40, 74, 0.2);
}

.grid__achieve > .grid__row > div:last-child {
    border-right: 0px;
}

.grid__achieve > .grid__row > div > p {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #1d284a;
}

.grid__achieve > .grid__row .task__status {
    position: relative;
    gap: 9px;
}

.grid__achieve > .grid__row .task__status .trash__item {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: rgba(72, 72, 72, 0.5803921569);
}

.grid__achieve > .grid__row .task__status .badge__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 25px;
    position: relative;
}

.grid__achieve > .grid__row .task__status .badge__image.small__badge__image {
    width: 20px;
    height: 20px;
}

.grid__achieve > .grid__row .task__status .badge__image.comment__badge {
    background-color: #8cc777;
    width: 30px;
    height: 25px;
    border-radius: 5px;
    position: relative;
}

.grid__achieve > .grid__row .task__status .badge__image.comment__badge::before {
    content: "";
    width: 10px;
    height: 10px;
    transform: translateY(-1px);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    background-color: #8cc777;
    position: absolute;
    top: 100%;
    left: 10px;
}

.grid__achieve > .grid__row .task__status .badge__image img {
    width: 100%;
    height: 100%;
}

.grid__achieve > .grid__row .task__status .badge__image span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-weight: 400;
    font-size: 9px;
    line-height: 9px;
    color: #ffffff;
}

.grid__achieve > .grid__row .task__status .absolute__top {
    position: absolute;
    bottom: 90%;
    right: 0px;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    color: #424242;
    opacity: 0.5;
}

.grid__achieve > .grid__row .task__photo__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    position: relative;
}

.grid__achieve > .grid__row .task__photo__list > span {
    font-weight: 400;
    font-size: 14px;
    margin-right: 20px;
    color: #424242;
    opacity: 0.5;
}

.grid__achieve > .grid__row .task__photo__list.more__user::before {
    position: absolute;
    content: "-";
    z-index: 1;
    top: calc(50% - 25px);
    left: 50%;
    transform: translate(-50%, 50%);
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.grid__achieve > .grid__row .task__photo__list > div img {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid rgba(29, 40, 74, 0.2);
}

.grid__achieve > .grid__row .task__photo__list > div p {
    font-weight: 400;
    font-size: 13px;
    margin-top: 2.5px;
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 17px;
    color: #000000;
}

.grid__achieve > .grid__row .task__multi__item {
    padding-right: 10px !important;
}

.grid__achieve > .grid__row .task__multi__item > span {
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    display: block;
    color: #7a7a7a;
    position: relative;
}

.grid__achieve > .grid__row .task__multi__item > span > span {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #1d284a;
}

.grid__achieve > .grid__row .task__multi__item p {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    text-align: left;
}

.team__projects {
    padding: 20px 35px;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    position: relative;
}

.team__projects.project__empty {
    min-height: 140px;
    width: 100%;
}

.team__projects.project__empty::before {
    content: "Henüz projeniz bulunmamaktadır.";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: 13px;
    color: #7c7c7c;
}

.team__projects p {
    font-weight: 500;
    font-size: 16px;
    color: #1d284a;
    margin-bottom: 25px;
}

.team__projects .projects {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0px 15px 10px 15px;
}

.team__projects .projects .project {
    display: flex;
    align-items: center;
    width: 100%;
}

.team__projects .projects .project:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
}

.team__projects .projects .project:not(:first-child) {
    padding-top: 15px;
}

.team__projects .projects .project .project__status {
    width: 15px;
    height: 15px;
    background: #c4c4c4;
    border-radius: 50%;
    margin-right: 10px;
}

.team__projects .projects .project .project__status.active__project {
    background: #06592f;
}

.team__projects .projects .project.project__not__start {
    opacity: 0.5;
}

.team__projects .projects .project.project__not__start .project__status {
    background-color: #eae110 !important;
}

.team__projects .projects .project .project__company {
    max-width: 20%;
    width: 20%;
    border-right: 1px solid #e1e1e1;
}

.team__projects .projects .project .project__text {
    max-width: 45%;
    width: 45%;
    padding-left: 5%;
    border-right: 1px solid #e1e1e1;
}

.team__projects .projects .project .project__state {
    padding-left: 5%;
}

.more__item__table {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin: 10px 0px;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #424242;
    opacity: 0.6;
    transform: translateX(-50%);
}

.more__item__table.active__item i::before {
    content: "\f077";
}

.more__item__table i {
    margin-left: 2.5px;
    font-size: 11px;
}

.multiple__table {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
}

.multiple__table > div {
    flex: 50%;
}

.multiple__table > div:first-child {
    height: auto;
}

.multiple__table > div:first-child .projects__parent {
    height: calc(100% - 36px);
}

.project__title {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
}

.project__title span {
    font-weight: 500;
    font-size: 19px;
    line-height: 15px;
    color: #1d284a;
}

.project__title img {
    margin-right: 10px;
    height: 25px;
}

.specialAccordion .accordion-item {
    border: 0px;
}

.specialAccordion button:is(:focus, :active),
.specialAccordion .accordion-button:not(.collapsed) {
    box-shadow: unset !important;
    border: 0px !important;
    background-color: white;
}

.specialAccordion .projects__parent {
    border: 0px !important;
    border-radius: 0px !important;
}

.specialAccordion .accordion-button {
    padding-left: 30px;
    color: #000000;
    opacity: 0.5;
    font-size: 21px;
}

.specialAccordion .accordion-button::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.specialAccordion .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(-180deg);
}

.team__custom__project {
    margin-bottom: 20px;
}

.team__custom__project > p {
    font-size: 18px;
    line-height: 24px;
    color: #565656;
}

.team__custom__project > div:first-child > a {
    margin-left: auto;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #565656;
}

.team__custom__project .project {
    margin-top: 15px;
    position: relative;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    padding: 25px 30px 25px 15px;
}

.team__custom__project .project > span {
    position: absolute;
    top: 15px;
    right: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    cursor: pointer;
    color: #0c3705;
}

.team__custom__project .project > span.continue {
    color: #197c09;
}

.team__custom__project .project > div {
    display: flex;
    align-items: flex-start;
}

.team__custom__project .project > div > p {
    color: #565656;
    flex: 90%;
    font-size: 11px;
}

.team__custom__project .project > div > p:first-child {
    flex: 10%;
    font-size: 14px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 15px;
    color: #145389;
}

.team__custom__project .project > div:not(:first-child) {
    margin-top: 15px;
}

.modal-header-begin {
    display: flex;
    padding-top: 15px;
}

.modal-header-begin p {
    max-width: 70%;
    color: #565656;
    font-weight: 400;
    font-size: 15px;
}

.modal-header-begin button {
    border: 1px dashed #145389;
    border-radius: 5px;
    background-color: transparent;
    letter-spacing: 0.8px;
    color: #565656;
    font-size: 14px;
    padding: 12px 17px;
    margin-left: auto;
    transition: all 0.5s;
}

.modal-header-begin button:hover {
    background-color: #145389;
    color: white;
}

.modal-header-begin button:hover i {
    color: white;
}

.modal-header-begin button i {
    margin-left: 7.5px;
    color: #145389;
}

.modal-files .modal-file {
    background: #ffffff;
    border: 1px solid #bec1c4;
    border-radius: 5px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    transition: all 0.5s;
    position: relative;
}

.modal-files .modal-file:not(:first-child) {
    margin-top: 20px;
}

.modal-files .modal-file:hover {
    background: #f3f3f5;
}

.modal-files .modal-file > span {
    position: absolute;
    bottom: 100%;
    left: 0px;
    transform: translateY(-2.5px);
    font-size: 11px;
    text-transform: capitalize;
    color: #565656;
}

.modal-files .modal-file .modal-download {
    margin-left: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
}

.modal-files .modal-file .modal-download p {
    margin-left: auto;
    font-weight: 400;
    font-size: 15px;
    line-height: 12px;
    text-transform: capitalize;
    color: #8e8e8e;
}

.modal-files .modal-file .modal-download i {
    margin-left: 15px;
    font-size: 1.3rem;
    color: #145389;
}

.modal-files .modal-file .modal-download i.delete-item {
    color: #c30000;
}

.modal-files .modal-file .modal-info {
    width: 80%;
}

.modal-files .modal-file .modal-info i {
    width: 16px;
    height: 20px;
    font-size: 1.3rem;
    margin-right: 10px;
    color: #e4282b;
}

.modal-files .modal-file .modal-info span {
    font-size: 15px;
    line-height: 12px;
    text-transform: capitalize;
    color: #565656;
}

.project__menu {
    margin-top: 20px;
    padding: 15px;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
}

.project__menu h5 {
    font-size: 18px;
    line-height: 24px;
    color: #1d284a;
}

.project__menu a {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
    display: block;
    text-align: left;
    font-style: italic;
    font-weight: 600;
    color: #424242;
    margin-left: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.project__menu > span {
    margin-top: 20px;
    display: block;
    text-align: left;
    margin-left: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 15px;
    color: #1d284a;
    margin-bottom: 5px;
}

.project__menu .progress {
    margin-bottom: 15px;
    border-radius: 15px;
    background: #edeef0;
    position: relative;
    border: 0px;
}

.project__menu .progress > div {
    border-radius: 15px;
}

.sub__task {
    margin-top: 25px;
    padding-top: 25px;
}

.sub__task .sub__head {
    display: flex;
    justify-content: space-between;
}

.sub__task .sub__head > a {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 10px;
    color: #145389;
    display: flex;
    align-items: center;
}

.sub__task .sub__head > a > div {
    margin-right: 15px;
}

.sub__task .sub__head > a > div img {
    width: 22px;
    height: 14px;
}

.sub__task .sub__head > .progress__bar {
    position: relative;
    width: 60%;
    background: #ffffff;
    border: 0.5px solid #145389;
    height: 20px;
    border-radius: 50px;
}

.sub__task .sub__head > .progress__bar .progress__value {
    background: #145389;
    border-radius: 50px;
    height: 100%;
    width: 20%;
    transition: width 500ms;
}

.sub__task .sub__head > .progress__bar .progress__progres {
    position: absolute;
    bottom: 100%;
    right: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6f6f6f;
    transform: translateY(-10px);
}

.sub__task .sub__list {
    margin-top: 20px;
}

.sub__task .sub__list .new__task {
    display: none;
    background: #ffffff;
    border: 1px solid #145389;
    border-radius: 5px;
    padding: 20px 12px;
    margin-top: 20px;
}

.sub__task .sub__list .new__task textarea {
    background: #ffffff;
    border: 0.5px solid #bcbcbc;
    border-radius: 5px;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    resize: none;
    padding: 10px;
    color: #545454;
}

.sub__task .sub__list .new__task > div {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.sub__task .sub__list .new__task > div > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sub__task .sub__list .new__task > div .choosen__list {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    margin-right: 20px;
}

.sub__task .sub__list .new__task > div input {
    display: none;
    border: 0px;
    background-color: transparent;
    outline: 0px;
    background: #145389;
    border-radius: 5px;
    font-weight: 400;
    padding: 5px 20px !important;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #145389;
    color: #ffffff !important;
}

.sub__task .sub__list .new__task > div input.show__input {
    display: block;
}

.sub__task .sub__list .new__task > div button {
    border: 0px;
    background-color: transparent;
    outline: 0px;
    background: #145389;
    border-radius: 5px;
    font-weight: 400;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #145389;
    color: #ffffff;
}

.sub__task .sub__list .new__task > div button.outline {
    background: #ffffff;
    color: #145389;
}

.sub__task .sub__list .new__task > div button:nth-child(3) {
    margin-left: auto;
}

.sub__task .sub__list .task {
    background: #ffffff;
    border: 0.5px solid #145389;
    border-radius: 5px;
    padding: 20px;
    position: relative;
}

.sub__task .sub__list .task:not(:first-child) {
    margin-top: 20px;
}

.sub__task .sub__list .task > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-top: 10px;
}

.sub__task .sub__list .task .options {
    position: absolute;
    top: 10px;
    right: 10px;
}

.sub__task .sub__list .task .options i {
    cursor: pointer;
}

.sub__task .sub__list .task .head {
    display: flex;
    align-items: center;
    height: 30px;
}

.sub__task .sub__list .task .head > span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #145389;
    background: #ffffff;
    cursor: pointer;
    transition: background 500ms;
}

.sub__task .sub__list .task .head > span.active__head {
    background: #145389;
}

.sub__task .sub__list .task .head > p {
    height: 100%;
    border: 0.5px solid #6f6f6f;
    border-radius: 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #6f6f6f;
    padding: 0px 10px;
    margin: 0px 20px;
    display: flex;
    align-items: center;
}

.sub__task .sub__list .task .head > div {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 7px;
}

.sub__task .sub__list .task .head > div:not(:first-child) {
    margin-left: 15px;
}

.sub__task .sub__list .task .head > div img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.dashboard__ann {
    position: relative;
}

.dashboard__ann p {
    color: #145389;
}

.dashboard__ann .options__right {
    position: absolute;
    right: -10px;
    top: -25px;
}

.dashboard__ann .options__right > i {
    font-size: 1.5rem;
    cursor: pointer;
}

.dashboard__ann .add_item {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #545454;
    margin-left: 10px;
}

.dashboard__ann .addMore {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #145389;
    padding: 5px 20px;
    background: #ffffff;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
}

.dashboard__ann .permissionArea {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.dashboard__ann .permissionArea .users {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
    margin-top: 10px;
}

.dashboard__ann .permissionArea .users > div {
    width: 90%;
    display: flex;
    background: #ffffff;
    border: 0.5px solid #145389;
    border-radius: 5px;
    padding: 13px;
    position: relative;
    align-items: center;
}

.dashboard__ann .permissionArea .users > div i {
    position: absolute;
    top: 6px;
    right: 6px;
    color: #000000;
    cursor: pointer;
}

.dashboard__ann .permissionArea .users > div img {
    border-radius: 5px;
    margin-right: 12px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(29, 40, 74, 0.2);
}

.dashboard__ann .permissionArea .users > div span {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #145389;
    max-width: 20ch;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dashboard__ann .commentArea {
    margin-top: 25px;
    padding-top: 25px;
}

.dashboard__ann .comments {
    display: block;
    margin-top: 10px;
}

.dashboard__ann .comments > div {
    background: #ffffff;
    flex-direction: column;
}

.dashboard__ann .comments > div:not(:first-child) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 0.3px solid rgba(29, 40, 74, 0.2);
}

.dashboard__ann .comments > div .head {
    flex-direction: row;
    display: flex;
    gap: 15px;
    align-items: center;
    width: 100%;
}

.dashboard__ann .comments > div span {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.dashboard__ann .comments > div time {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-top: 9px;
    display: flex;
    align-items: center;
}

.dashboard__ann .comments > div .body {
    padding: 9px 40px 10px 0px;
    position: relative;
}

.dashboard__ann .comments > div .body p {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
}

.dashboard__ann .comments > div .body .comment__badge {
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.dashboard__ann .comments > div .body .comment__badge i {
    color: white;
    font-size: 0.9rem;
}

.dashboard__ann .comments img {
    border-radius: 3px;
    width: 35px;
    height: 35px;
}

.dashboard__ann .ann__div > p {
    display: flex;
    align-items: center;
}

.dashboard__ann .ann__div > p > a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #545454;
    margin-left: 10px;
}

.dashboard__ann > .ann__div p {
    font-size: 17px;
    line-height: 22px;
    color: #145389;
}

.dashboard__ann > .ann__div span {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}

.dashboard__ann > .ann__div div {
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dashboard__ann > .ann__div:not(:last-child) {
    border-bottom: 0.3px solid rgba(29, 40, 74, 0.2);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.add__border__right {
    border-right: 0.3px solid rgba(29, 40, 74, 0.5);
}

.add__border__left {
    border-left: 0.3px solid rgba(29, 40, 74, 0.5);
}

.form-label {
    position: relative;
    width: 100%;
}

.form-label .delete__button {
    position: absolute;
    top: 50%;
    right: 0%;
    color: #c30000;
    font-size: 1.2rem;
    transform: translateY(-50%);
}

.input__holder {
    background: #ffffff;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    padding: 3px 10px;
    padding-bottom: 5px;
}

.input__holder input,
.input__holder select {
    width: 100%;
    border: 0px;
    outline: 0px;
    box-shadow: unset !important;
    border: 0px !important;
    padding: 0px;
    border-bottom: 0.5px solid #bcbcbc !important;
    font-size: 14px;
}

.input__holder input::-moz-placeholder,
.input__holder select::-moz-placeholder {
    font-size: 11px;
    color: #b7b7b7;
}

.input__holder input:-ms-input-placeholder,
.input__holder select:-ms-input-placeholder {
    font-size: 11px;
    color: #b7b7b7;
}

.input__holder input::placeholder,
.input__holder select::placeholder {
    font-size: 11px;
    color: #b7b7b7;
}

.input__holder.iOSselect {
    padding: 0px;
    border: 0px;
}

.input__holder.iOSselect select {
    border-radius: 0px;
}

.input__holder textarea {
    border: 0px;
}

.border__radius {
    border-radius: 49px;
    padding: 3px 15px;
    padding-bottom: 5px;
}

.disabled__input {
    opacity: 0.3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.profile__textarea {
    display: block;
    resize: none;
    width: 100%;
    background: #ffffff;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    padding: 10px;
    outline: 0px;
    font-size: 14px;
}

.profile__textarea:hover,
.profile__textarea:focus {
    border: 0px !important;
}

.profile__textarea:hover {
    border: 0px !important;
}

.profile__textarea.haveBorder {
    border: 1px solid #bcbcbc !important;
}

.profile__textarea.haveBorder:is(:hover, :focus) {
    border: 1px solid #bcbcbc !important;
}

.profile__textarea::-moz-placeholder {
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    color: #505050;
}

.profile__textarea:-ms-input-placeholder {
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    color: #505050;
}

.profile__textarea::placeholder {
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    color: #505050;
}

.process__div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.process__div p {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    background: #ffffff;
    border: 1px solid #1d284a;
    border-radius: 5px;
    text-align: center;
    color: #1d284a;
}

.process__div p:hover,
.process__div p.active {
    background-color: #1d284a;
    color: #fff;
}

.special__project,
.special__achive {
    position: relative;
}

.special__project > a:not(:last-child),
.special__achive > a:not(:last-child) {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #565656;
}

.special__project > p,
.special__achive > p {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #565656;
}

.special__project .flex,
.special__achive .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.special__project .flex > a,
.special__achive .flex > a {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #565656;
}

.special__project .flex > a:first-child,
.special__achive .flex > a:first-child {
    font-size: 16px;
    font-weight: 500;
}

.special__project .projects__parent,
.special__achive .projects__parent {
    padding: 20px 35px;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    position: relative;
}

.special__project .projects__parent > p,
.special__achive .projects__parent > p {
    font-weight: 500;
    font-size: 16px;
    color: #1d284a;
    margin-bottom: 25px;
}

.special__project .projects__parent.not__have__project,
.special__achive .projects__parent.not__have__project {
    border: 0px;
    min-height: 300px;
    text-align: center;
}

.special__project .projects__parent.not__have__project.with__border,
.special__achive .projects__parent.not__have__project.with__border {
    border: 1px solid #aaaaaa;
}

.special__project .projects__parent.not__have__project img,
.special__achive .projects__parent.not__have__project img {
    height: 100px;
    width: 100%;
}

.special__project .projects__parent.not__have__project p,
.special__achive .projects__parent.not__have__project p {
    margin-top: 10px;
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #565656;
}

.special__project .projects__parent .projects,
.special__achive .projects__parent .projects {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0px;
    margin-bottom: 30px;
}

.special__project .projects__parent .projects .project,
.special__achive .projects__parent .projects .project {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
}

.special__project .projects__parent .projects .project.project__title,
.special__achive .projects__parent .projects .project.project__title {
    text-align: center;
}

.special__project .projects__parent .projects .project.project__title > div,
.special__achive .projects__parent .projects .project.project__title > div {
    font-size: 16px !important;
    text-align: center;
    justify-content: center;
    color: #145389 !important;
}

.special__project .projects__parent .projects .project > div,
.special__achive .projects__parent .projects .project > div {
    width: 100%;
    position: relative;
}

.special__project .projects__parent .projects .project:not(:last-child),
.special__achive .projects__parent .projects .project:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
}

.special__project .projects__parent .projects .project:not(:first-child),
.special__achive .projects__parent .projects .project:not(:first-child) {
    padding-top: 15px;
}

.special__project .projects__parent .projects .project .project__added,
.special__achive .projects__parent .projects .project .project__added {
    max-width: 20%;
}

.special__project .projects__parent .projects .project .project__added > i,
.special__achive .projects__parent .projects .project .project__added > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    color: #505050;
    cursor: pointer;
}

.special__project .projects__parent .projects .project .project__added span,
.special__achive .projects__parent .projects .project .project__added span {
    font-weight: 400;
    font-size: 14px;
    color: #1d284a;
}

.special__project .projects__parent .projects .project .project__added img,
.special__achive .projects__parent .projects .project .project__added img {
    width: 36px;
    height: 36px;
    border-radius: 3px;
}

.special__project .projects__parent .projects .project .project__ann,
.special__achive .projects__parent .projects .project .project__ann {
    max-width: 80%;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
}

.special__project .projects__parent .projects .project .project__ann > span,
.special__achive .projects__parent .projects .project .project__ann > span {
    font-style: italic;
    display: block;
    font-weight: 400;
    font-size: 10px;
    color: #7a7a7a;
}

.special__project .projects__parent .projects .project .project__ann > i,
.special__achive .projects__parent .projects .project .project__ann > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    color: #505050;
    cursor: pointer;
}

.special__project .projects__parent .projects .project .project__attach,
.special__achive .projects__parent .projects .project .project__attach {
    display: flex !important;
    justify-content: center;
    align-content: center;
}

.special__project .projects__parent .projects .project .project__attach span,
.special__achive .projects__parent .projects .project .project__attach span {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
}

.special__project
    .projects__parent
    .projects
    .project
    .project__attach
    span:nth-child(2),
.special__achive
    .projects__parent
    .projects
    .project
    .project__attach
    span:nth-child(2) {
    margin: 0px 20px;
}

.special__project .projects__parent .projects .project .project__state,
.special__achive .projects__parent .projects .project .project__state {
    text-align: center;
}

.special__project .projects__parent .projects .project .project__state span,
.special__achive .projects__parent .projects .project .project__state span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: block;
    margin: 0px auto;
    font-size: 18px;
    color: #484848;
}

.special__project
    .projects__parent
    .projects
    .project
    .project__state
    span.state__ready,
.special__achive
    .projects__parent
    .projects
    .project
    .project__state
    span.state__ready {
    background-color: #e9ed2d;
}

.special__project
    .projects__parent
    .projects
    .project
    .project__state
    span.state__done,
.special__achive
    .projects__parent
    .projects
    .project
    .project__state
    span.state__done {
    background-color: #04653c;
}

.special__project
    .projects__parent
    .projects
    .project
    .project__state
    span.state__cancel,
.special__achive
    .projects__parent
    .projects
    .project
    .project__state
    span.state__cancel {
    background-color: #c51414;
}

.special__project .projects__parent .projects .project .project__ach,
.special__achive .projects__parent .projects .project .project__ach {
    max-width: 22.5%;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.special__project .projects__parent .projects .project .project__ach > i,
.special__achive .projects__parent .projects .project .project__ach > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    color: #505050;
    cursor: pointer;
}

.special__project .projects__parent .projects .project .project__ach > span,
.special__achive .projects__parent .projects .project .project__ach > span {
    display: block;
    font-style: italic;
    font-weight: 400;
    font-size: 10px;
    color: #7a7a7a;
}

.special__project .projects__parent .projects .project .project__ach.big__ach,
.special__achive .projects__parent .projects .project .project__ach.big__ach {
    max-width: 65%;
}

.special__project
    .projects__parent
    .projects
    .project
    .project__ach.big__ach
    + div,
.special__achive
    .projects__parent
    .projects
    .project
    .project__ach.big__ach
    + div {
    max-width: 25%;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    gap: 5px;
}

.special__project
    .projects__parent
    .projects
    .project
    .project__ach.big__ach
    + div
    img,
.special__achive
    .projects__parent
    .projects
    .project
    .project__ach.big__ach
    + div
    img {
    width: 36px;
    height: 36px;
    border-radius: 3px;
}

.special__project
    .projects__parent
    .projects
    .project
    .project__ach.big__ach
    + div
    span,
.special__achive
    .projects__parent
    .projects
    .project
    .project__ach.big__ach
    + div
    span {
    font-weight: 400;
    font-size: 14px;
    color: #424242;
    opacity: 0.5;
    margin-left: 5px;
}

.special__project
    .projects__parent
    .projects
    .project
    .project__ach.big__ach
    + div
    + div,
.special__achive
    .projects__parent
    .projects
    .project
    .project__ach.big__ach
    + div
    + div {
    max-width: 10%;
    text-align: center;
}

.special__project
    .projects__parent
    .projects
    .project
    .project__ach.big__ach
    + div
    + div
    span,
.special__achive
    .projects__parent
    .projects
    .project
    .project__ach.big__ach
    + div
    + div
    span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: block;
    margin: 0px auto;
}

.special__project
    .projects__parent
    .projects
    .project
    .project__ach.big__ach
    + div
    + div
    span.state__ready,
.special__achive
    .projects__parent
    .projects
    .project
    .project__ach.big__ach
    + div
    + div
    span.state__ready {
    background-color: #e9ed2d;
}

.special__project
    .projects__parent
    .projects
    .project
    .project__ach.big__ach
    + div
    + div
    span.state__done,
.special__achive
    .projects__parent
    .projects
    .project
    .project__ach.big__ach
    + div
    + div
    span.state__done {
    background-color: #04653c;
}

.special__project
    .projects__parent
    .projects
    .project
    .project__ach.big__ach
    + div
    + div
    span.state__cancel,
.special__achive
    .projects__parent
    .projects
    .project
    .project__ach.big__ach
    + div
    + div
    span.state__cancel {
    background-color: #c51414;
}

.special__project .projects__parent .projects .project .project__days,
.special__achive .projects__parent .projects .project .project__days {
    max-width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.special__project .projects__parent .projects .project .project__days p,
.special__achive .projects__parent .projects .project .project__days p {
    font-size: 13px;
    line-height: 20px;
    color: #1d284a;
}

.special__project .projects__parent .projects .project .project__resp,
.special__achive .projects__parent .projects .project .project__resp {
    max-width: 14%;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.special__project .projects__parent .projects .project .project__resp img,
.special__achive .projects__parent .projects .project .project__resp img {
    width: 36px;
    height: 36px;
    border-radius: 3px;
}

.special__project .projects__parent .projects .project .project__resp span,
.special__achive .projects__parent .projects .project .project__resp span {
    font-size: 14px;
    color: #424242;
    opacity: 0.5;
    margin-left: 5px;
}

.special__project .projects__parent .projects .project .project__info,
.special__achive .projects__parent .projects .project .project__info {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 15%;
}

.special__project
    .projects__parent
    .projects
    .project
    .project__info
    .project__status,
.special__achive
    .projects__parent
    .projects
    .project
    .project__info
    .project__status {
    height: 16px;
    background: #145389;
    border-radius: 50%;
    width: 16px;
    margin-right: 10px;
}

.special__project .projects__parent .projects .project .project__info span,
.special__achive .projects__parent .projects .project .project__info span {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
}

.special__project .projects__parent .projects .project .project__name,
.special__achive .projects__parent .projects .project .project__name {
    text-align: center;
    width: 100%;
    max-width: 20%;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}

.special__project .projects__parent .projects .project .project__text,
.special__achive .projects__parent .projects .project .project__text {
    max-width: 25%;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}

.special__project .projects__parent .projects .project .project__photos,
.special__achive .projects__parent .projects .project .project__photos {
    width: 100%;
    margin-left: auto;
    max-width: 30%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.special__project .projects__parent .projects .project .project__photos p,
.special__achive .projects__parent .projects .project .project__photos p {
    font-weight: 400;
    font-size: 14px;
    color: #1d284a;
    opacity: 0.5;
}

.special__project .projects__parent .projects .project .project__photos img,
.special__achive .projects__parent .projects .project .project__photos img {
    width: 36px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #145389;
}

.special__project .projects__parent .projects .project .project__photos span,
.special__achive .projects__parent .projects .project .project__photos span {
    font-weight: 400;
    font-size: 14px;
    color: #424242;
    opacity: 0.5;
}

.special__achive {
    margin-top: 40px;
}

.divider__main {
    margin: 40px 0px;
    width: 100%;
    border: 0.2px solid rgba(29, 40, 74, 0.08);
}

.swiper,
.swiper__parent {
    width: 100%;
}

.swiper .swiper-wrapper,
.swiper__parent .swiper-wrapper {
    align-items: stretch;
    justify-content: stretch;
    height: 100%;
}

.swiper .swiper-pagination,
.swiper__parent .swiper-pagination {
    bottom: -10px;
}

.swiper .swiper-custom-nav,
.swiper__parent .swiper-custom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + 40px));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
}

.swiper .swiper-custom-nav.swiper-button-lock,
.swiper__parent .swiper-custom-nav.swiper-button-lock {
    display: none !important;
}

.swiper .swiper-custom-nav:hover,
.swiper__parent .swiper-custom-nav:hover {
    background-color: #1d284a;
    color: white;
    opacity: 1;
}

.swiper .swiper__prev,
.swiper__parent .swiper__prev {
    left: 20px;
}

.swiper .swiper__next,
.swiper__parent .swiper__next {
    right: 20px;
}

.chooseFiles {
    display: flex;
    align-items: center;
    gap: 15px;
}

.chooseFiles > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    width: 60px;
    height: 43px;
    padding-right: 20px;
}

.chooseFiles > div img {
    width: 20px;
    height: 26px;
}

.chooseFiles > div > .removeFile {
    position: absolute;
    top: 5px;
    cursor: pointer;
    right: 5px;
    color: #000000;
}

.chooseState > p {
    font-weight: 400;
    font-size: 13px;
    color: #505050;
    margin-bottom: 0.5rem;
}

.chooseState .states {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 12.5px;
    column-gap: 12.5px;
}

.chooseState .states div {
    background: #ffffff;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    text-align: center;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    position: relative;
    color: #000000;
    cursor: pointer;
    padding-left: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chooseState .states div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e9ed2d;
}

.chooseState .states div.done::before {
    background: #04653c;
}

.chooseState .states div.cancel::before {
    background: #c51414;
}

.chooseState .states div.active {
    border: 1px solid #1d284a;
}

.add__ann__parent p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #505050;
}

.add__ann__parent .choosenArea {
    background: #ffffff;
    position: relative;
    margin-top: 15px;
}

.add__ann__parent .choosenArea .choosenPicks {
    padding: 10px 15px;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    cursor: pointer;
}

.add__ann__parent .choosenArea .choosenPicks > span {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #505050;
}

.add__ann__parent .choosenArea .choosenPicks > i {
    color: #989898;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.add__ann__parent span {
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #505050;
}

.remove__overflow .modal-content,
.remove__overflow .modal-body {
    overflow: unset;
}

.custom__input__holder > div:first-child {
    background: #ffffff;
    border: 0.5px solid #bcbcbc;
    cursor: pointer;
    border-radius: 5px;
    padding: 7px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom__input__holder > div:first-child > span {
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    color: #505050;
}

.custom__input__holder > div:first-child > i {
    font-size: 11px;
    color: #989898;
    align-items: center;
}

.userList {
    position: absolute;
    top: 100%;
    z-index: 999;
    left: 0%;
    width: 100%;
    transform: translateY(10px);
    background: #ffffff;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    padding: 25px 20px;
    visibility: hidden;
}

.userList.add__min__width {
    min-width: 210px;
}

.userList.showDirectly {
    visibility: visible;
    position: relative;
    top: unset;
    left: unset;
    border: 0px;
    padding: 0px;
}

.userList.opened__more {
    visibility: visible;
}

.userList > div {
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
}

.userList > div img {
    width: 35px;
    height: 35px;
    margin-right: 15px;
}

.userList > div span {
    font-style: normal;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
}

.userList > div i {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    color: #17861b;
    font-size: 1.6em;
}

.userList > div:not(:first-child) {
    border-top: 0.3px solid rgba(29, 40, 74, 0.2);
    margin-top: 12.5px;
    padding-top: 12.5px;
}

.action__list {
    position: absolute;
    top: 100%;
    right: 0%;
    background-color: white;
    display: none;
    background: #eeeeee;
    border: 0.4px solid #848484;
    padding: 4px 7px;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 110px;
}

.action__list ul {
    list-style-type: none;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

.action__list ul li {
    text-align: end;
    border-bottom: 0.3px solid #848484;
}

.action__list ul li:last-child {
    border-bottom: 0px;
}

.action__list ul li a {
    white-space: nowrap;
    font-style: italic;
    font-weight: 400;
    font-size: 10px;
    color: #525252;
}

.action__list.top__special {
    top: 21px;
    right: 6px;
}

.action__list.action__list__active {
    display: block;
}

.profile__modal .modal__body__sections,
.followers__area .modal__body__sections {
    padding: 15px 30px 40px 30px !important;
}

.profile__modal .modal__body__sections > div:not(:first-child),
.followers__area .modal__body__sections > div:not(:first-child) {
    display: none;
}

.profile__modal .team__modal .users__list,
.followers__area .team__modal .users__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
}

.profile__modal .team__modal .users__list .team__user,
.followers__area .team__modal .users__list .team__user {
    max-width: 100%;
}

.profile__modal .team__modal .users__list .user__not__available,
.followers__area .team__modal .users__list .user__not__available {
    position: relative;
}

.profile__modal .team__modal .users__list .user__not__available::before,
.followers__area .team__modal .users__list .user__not__available::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #d80404;
    bottom: 100%;
    right: 100%;
    transform: translate(12.5px, 12.5px);
    z-index: 2;
}

.profile__modal .team__modal .users__list .user__not__available::after,
.followers__area .team__modal .users__list .user__not__available::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: -0.5%;
    left: -0.5%;
    width: 101%;
    height: 101%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}

.profile__modal .team__modal .users__list > .team__user:nth-child(2),
.followers__area .team__modal .users__list > .team__user:nth-child(2) {
    margin-left: 0px;
    margin-right: 0px;
}

.profile__modal .team__modal .user__status,
.followers__area .team__modal .user__status {
    position: absolute;
    top: 5px;
    right: 10px;
    font-style: italic;
    font-weight: 400;
    font-size: 10px;
    color: #6f6f6f;
    display: flex;
    align-items: center;
}

.profile__modal .team__modal .user__status .user__action__parent,
.followers__area .team__modal .user__status .user__action__parent {
    margin-left: 10px;
    position: relative;
    font-size: 14px;
    display: flex;
    z-index: 99999999999;
    align-items: center;
}

.profile__modal .team__modal .user__status .user__action__parent i,
.followers__area .team__modal .user__status .user__action__parent i {
    cursor: pointer;
}

.profile__modal .team__modal .user__info .user__detail,
.followers__area .team__modal .user__info .user__detail {
    width: calc(100% - 80px);
    margin-left: 10px !important;
}

.profile__modal .team__modal .user__info .user__detail img,
.followers__area .team__modal .user__info .user__detail img {
    width: 40%;
}

.profile__modal .team__modal .user__actions,
.followers__area .team__modal .user__actions {
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile__modal .team__modal .user__actions button,
.followers__area .team__modal .user__actions button {
    padding: 5px 20px;
    border-radius: 5px;
    border: 0.8px solid white;
    font-weight: 500;
    font-size: 12px;
    transition: all 0.5s;
}

.profile__modal .team__modal .user__actions button.action__follow,
.profile__modal .team__modal .user__actions button.action__join,
.followers__area .team__modal .user__actions button.action__follow,
.followers__area .team__modal .user__actions button.action__join {
    background: #ffffff;
    border: 0.8px solid #145389;
}

.profile__modal .team__modal .user__actions button.action__follow:hover,
.profile__modal .team__modal .user__actions button.action__join:hover,
.followers__area .team__modal .user__actions button.action__follow:hover,
.followers__area .team__modal .user__actions button.action__join:hover {
    background-color: #145389;
    color: white;
}

.profile__modal .team__modal .user__actions button.action__permission,
.followers__area .team__modal .user__actions button.action__permission {
    background: #1d284a;
    border: 0.8px solid #1d284a;
    color: white;
}

.profile__modal .team__modal .user__actions button.action__follow__back,
.profile__modal .team__modal .user__actions button.action__join__back,
.followers__area .team__modal .user__actions button.action__follow__back,
.followers__area .team__modal .user__actions button.action__join__back {
    background-color: #145389;
    border: 0.8px solid #145389;
    color: white;
}

.profile__modal .team__modal .user__actions button.action__follow__back:hover,
.profile__modal .team__modal .user__actions button.action__join__back:hover,
.followers__area .team__modal .user__actions button.action__follow__back:hover,
.followers__area .team__modal .user__actions button.action__join__back:hover {
    background: #ffffff;
    color: #145389;
}

.profile__modal .team__modal .user__actions button.action__join,
.profile__modal .team__modal .user__actions button.action__join__back,
.profile__modal .team__modal .user__actions button.action__permission,
.followers__area .team__modal .user__actions button.action__join,
.followers__area .team__modal .user__actions button.action__join__back,
.followers__area .team__modal .user__actions button.action__permission {
    margin-left: auto;
}

.profile__modal .team__modal .badge__container,
.followers__area .team__modal .badge__container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.profile__modal .team__modal .badge__container p,
.followers__area .team__modal .badge__container p {
    margin-left: 5px;
    font-weight: 600;
    font-size: 10px !important;
    text-align: center;
    color: #4d4d4d;
}

.profile__modal .team__modal .badge__container + h2,
.followers__area .team__modal .badge__container + h2 {
    margin-top: 5px !important;
}

.profile__modal .team__modal .badge,
.followers__area .team__modal .badge {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 2.5px 15px;
    margin-top: 0px !important;
    color: white !important;
    font-style: normal !important;
    font-weight: 600 !important;
    letter-spacing: 0.9px;
    border-radius: 5px;
}

.profile__modal .modal-content,
.followers__area .modal-content {
    border: 0px;
    background: #ffffff;
    border-radius: 5px;
}

.profile__modal .modal-content .modal-header,
.followers__area .modal-content .modal-header {
    padding: 25px 50px;
    border: 0px;
    flex-direction: column;
}

.profile__modal .modal-content .modal-header .modal-title,
.followers__area .modal-content .modal-header .modal-title {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: #145389;
}

.profile__modal .modal-content .modal-header .modal-title-left,
.followers__area .modal-content .modal-header .modal-title-left {
    margin-right: auto;
    margin-top: 10px;
    font-size: 17px;
    color: #1d284a;
}

.profile__modal .modal-content .modal-header .modal-title-left span,
.followers__area .modal-content .modal-header .modal-title-left span {
    margin-top: 10px;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #565656;
}

.profile__modal .modal-content .modal-search,
.followers__area .modal-content .modal-search {
    margin-top: 20px;
    max-width: 400px;
    width: 100%;
}

.profile__modal .modal-content .modal-search input,
.followers__area .modal-content .modal-search input {
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    color: #565656;
    border: 0.4px solid #145389;
}

.profile__modal .modal-content .modal-sections,
.followers__area .modal-content .modal-sections {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.profile__modal .modal-content .modal-sections p,
.followers__area .modal-content .modal-sections p {
    font-weight: 500;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #565656;
    cursor: pointer;
}

.profile__modal .modal-content .modal-sections p:nth-child(2n + 2),
.followers__area .modal-content .modal-sections p:nth-child(2n + 2) {
    padding: 0px 20px;
    margin: 0px 20px;
    border-left: 0.3px solid #565656;
    border-right: 0.3px solid #565656;
}

.profile__modal .modal-content .modal-sections p.active__section__tab,
.followers__area .modal-content .modal-sections p.active__section__tab {
    color: #145389;
}

.profile__modal .modal-content .modal-body,
.followers__area .modal-content .modal-body {
    padding: 15px 50px 40px 50px;
}

.profile__modal .modal-content .modal-body > .dashboard__form,
.followers__area .modal-content .modal-body > .dashboard__form {
    height: unset !important;
}

.profile__modal .modal-content .modal-body .modal__confirm__area,
.followers__area .modal-content .modal-body .modal__confirm__area {
    text-align: center;
}

.profile__modal .modal-content .modal-body .modal__confirm__area h5,
.followers__area .modal-content .modal-body .modal__confirm__area h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 39px;
    text-align: center;
    color: #02203c;
    margin-bottom: 30px;
}

.profile__modal .modal-content .modal-body .modal__confirm__area a,
.followers__area .modal-content .modal-body .modal__confirm__area a {
    background: #02203c;
    border-radius: 9px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding: 7.5px 40px;
    color: #ffffff;
    cursor: pointer;
}

.profile__modal .modal-content .modal-body .modal__confirm__area a.agree__block,
.followers__area
    .modal-content
    .modal-body
    .modal__confirm__area
    a.agree__block {
    opacity: 0.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.profile__modal .modal-content .modal-body .modal__confirm__area .form-check,
.followers__area .modal-content .modal-body .modal__confirm__area .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.profile__modal
    .modal-content
    .modal-body
    .modal__confirm__area
    .form-check
    .form-check-input,
.followers__area
    .modal-content
    .modal-body
    .modal__confirm__area
    .form-check
    .form-check-input {
    margin: 0px;
    margin-right: 10px;
}

.profile__modal .modal-content .modal-body .modal__confirm__area label,
.followers__area .modal-content .modal-body .modal__confirm__area label {
    font-weight: 500;
    font-size: 17px;
    line-height: 39px;
    color: #000000;
}

.profile__modal .modal-content.footer__sticky .modal__form,
.followers__area .modal-content.footer__sticky .modal__form {
    overflow-y: scroll;
    position: relative;
}

.profile__modal .modal-content.footer__sticky .modal__form .modal-body,
.followers__area .modal-content.footer__sticky .modal__form .modal-body {
    padding: 15px 50px 40px 50px;
}

.profile__modal .modal-content.footer__sticky .modal__form .modal-footer,
.followers__area .modal-content.footer__sticky .modal__form .modal-footer {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}

.profile__modal .modal-content .modal__form label,
.followers__area .modal-content .modal__form label {
    font-weight: 400;
    font-size: 13px;
    color: #505050;
}

.profile__modal .modal-content .modal__form .profile__img,
.followers__area .modal-content .modal__form .profile__img {
    width: 110px;
    height: 110px;
    border: 1px solid #bcbcbc;
}

.profile__modal .modal-content .modal__form .competency__list,
.followers__area .modal-content .modal__form .competency__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-height: 160px;
    overflow-y: scroll;
}

.profile__modal .modal-content .modal__form .competency__list .competency__item,
.followers__area
    .modal-content
    .modal__form
    .competency__list
    .competency__item {
    cursor: pointer;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px 30px;
    background: #ffffff;
    border: 0.5px solid #bcbcbc;
    border-radius: 49px;
    position: relative;
    transition: background 0.25s;
}

.profile__modal
    .modal-content
    .modal__form
    .competency__list
    .competency__item
    p,
.followers__area
    .modal-content
    .modal__form
    .competency__list
    .competency__item
    p {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.profile__modal
    .modal-content
    .modal__form
    .competency__list
    .competency__item:last-child,
.followers__area
    .modal-content
    .modal__form
    .competency__list
    .competency__item:last-child {
    margin-right: 0px;
}

.profile__modal
    .modal-content
    .modal__form
    .competency__list
    .competency__item:not(.active__competency)::hover,
.followers__area
    .modal-content
    .modal__form
    .competency__list
    .competency__item:not(.active__competency)::hover {
    background-color: #bcbcbc;
}

.profile__modal
    .modal-content
    .modal__form
    .competency__list
    .competency__item:not(.active__competency)::hover
    p,
.followers__area
    .modal-content
    .modal__form
    .competency__list
    .competency__item:not(.active__competency)::hover
    p {
    color: #1d284a;
}

.profile__modal
    .modal-content
    .modal__form
    .competency__list
    .competency__item.active__competency,
.followers__area
    .modal-content
    .modal__form
    .competency__list
    .competency__item.active__competency {
    position: relative;
}

.profile__modal
    .modal-content
    .modal__form
    .competency__list
    .competency__item.active__competency
    i,
.followers__area
    .modal-content
    .modal__form
    .competency__list
    .competency__item.active__competency
    i {
    width: 20px;
    height: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    justify-content: center;
    top: -20%;
    right: -5%;
    color: #c30000;
    border-radius: 50%;
    border: 1px solid #bcbcbc;
    background: #ffffff;
}

.profile__modal .close__modal,
.followers__area .close__modal {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #c30000;
}

.profile__modal .remove__item__modal,
.followers__area .remove__item__modal {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #484848;
    font-size: 1.4rem;
}

.project__div {
    width: 100%;
    background: #ffffff;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    position: relative;
    padding: 15px 15px;
    min-height: 38px;
    cursor: pointer;
}

.project__div .choosen__project {
    position: relative;
}

.project__div .choosen__project > i {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -65px;
    font-size: 1.6rem;
    background-color: white;
    transform: translateY(-50%);
}

.project__div .choosen__project .project {
    display: flex;
    align-items: center;
}

.project__div .choosen__project .project span {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    width: 70%;
}

.project__div .choosen__project .project div {
    display: flex;
    align-items: center;
}

.project__div .choosen__project .project div img {
    width: 38px;
    height: 38px;
    border: 1px solid #145389;
    border-radius: 5px;
    position: relative;
}

.project__div .choosen__project .project div img:nth-child(1) {
    z-index: 2;
}

.project__div .choosen__project .project div img:nth-child(2) {
    z-index: 1;
}

.project__div .choosen__project .project div img:nth-child(3) {
    z-index: 0;
}

.project__div .choosen__project .project div img:not(:first-child) {
    margin-left: -15px;
}

.project__div .choosen__project .project div span {
    margin-left: 5px;
    font-weight: 500;
    font-size: 15px;
    color: #1d284a;
    width: 20px;
}

.project__div .projects {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    background: #ffffff;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    padding: 12.5px 30px;
    transform: translateY(10px);
    max-height: 170px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    visibility: hidden;
}

.project__div .projects.opened_projects {
    visibility: visible;
}

.project__div .projects .project {
    display: flex;
    align-items: center;
}

.project__div .projects .project span {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    width: 70%;
}

.project__div .projects .project:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 0.3px solid rgba(29, 40, 74, 0.5);
}

.project__div .projects .project div {
    display: flex;
    align-items: center;
}

.project__div .projects .project div img {
    width: 38px;
    height: 38px;
    border: 1px solid #145389;
    border-radius: 5px;
    position: relative;
}

.project__div .projects .project div img:nth-child(1) {
    z-index: 2;
}

.project__div .projects .project div img:nth-child(2) {
    z-index: 1;
}

.project__div .projects .project div img:nth-child(3) {
    z-index: 0;
}

.project__div .projects .project div img:not(:first-child) {
    margin-left: -15px;
}

.project__div .projects .project div span {
    margin-left: 5px;
    font-weight: 500;
    font-size: 15px;
    color: #1d284a;
    width: 20px;
}

.project__div > i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

input {
    position: relative;
}

input:is(
        [type="datetime-local"],
        [type="datetime"],
        [type="date"]
    )::-webkit-calendar-picker-indicator {
    background-position: right;
    background-size: auto;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}

.dashboard__form {
    background: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
    min-height: calc(100vh - 126px);
    display: flex;
    align-items: center;
    padding: 25px 0px;
    justify-content: center;
    position: relative;
}

.dashboard__form > img:not(.not__absolute) {
    position: absolute;
    bottom: 40px;
    left: 60px;
    width: 270px;
    height: 220px;
}

.dashboard__form form {
    max-width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.dashboard__form form.not__centered {
    justify-content: unset;
}

.dashboard__form form.not__centered > h2 {
    margin-top: 30px;
    margin-bottom: auto;
    display: flex;
    align-items: flex-end;
    font-weight: 500;
    font-size: 17px;
    color: #1d284a;
}

.dashboard__form form.not__centered > h2 span {
    margin-left: 5px;
}

.dashboard__form form.not__centered h2 + div {
    margin-top: auto;
}

.dashboard__form form.not__centered > div:last-child {
    margin-bottom: auto;
}

.dashboard__form form > div {
    width: 100%;
}

.dashboard__form form h2 {
    font-size: 16px;
    text-align: right;
    color: #1d284a;
}

.dashboard__form form label {
    font-weight: 400;
    font-size: 15px;
    color: #505050;
}

.dashboard__form form select {
    border: 1px solid #bcbcbc;
    border-radius: 5px;
}

.dashboard__form form .textarea__border > div {
    padding: 18px 25px;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
}

.dashboard__form form .textarea__border > div textarea {
    resize: none;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #bcbcbc;
}

.dashboard__form form .textarea__border > div textarea:focus,
.dashboard__form form .textarea__border > div textarea:hover {
    border-radius: 0px;
    border: 0px !important;
    border-bottom: 1px solid #bcbcbc !important;
}

.profile__img {
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #145389;
    border-radius: 5px;
}

.profile__img img:first-child {
    width: 100%;
    height: 100%;
}

.profile__img .edit__photo {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 100%;
    right: 100%;
    transform: translate(17.5px, 17.5px);
    cursor: pointer;
}

.dashboard__profile {
    padding: 110px 110px;
}

.dashboard__profile .border__top {
    margin-top: 20px;
    padding: 30px 0px;
    padding-bottom: 0px;
    border-top: 0.7px solid rgba(29, 40, 74, 0.5);
}

.dashboard__profile
    .border__top.profile__education
    .profile__detail
    .item:nth-child(n + 3) {
    display: none;
}

.dashboard__profile
    .border__top.profile__competencies
    .profile__detail
    .profile__grid
    .item:nth-child(n + 6) {
    display: none;
}

.dashboard__profile .border__top.empty__detail {
    padding: 40px 0px;
    padding-bottom: 20px;
}

.dashboard__profile .border__top .profile__inside {
    text-align: center;
}

.dashboard__profile .border__top .profile__inside .profile__inside__head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard__profile .border__top .profile__inside .profile__inside__head p {
    font-weight: 500;
    font-size: 18px;
    color: #145389;
}

.dashboard__profile .border__top .profile__inside .profile__inside__head i {
    color: #505050;
    font-size: 15px;
    margin-left: 10px;
    cursor: pointer;
}

.dashboard__profile .border__top .profile__inside .profile__detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.dashboard__profile
    .border__top
    .profile__inside
    .profile__detail
    > .profile__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.dashboard__profile
    .border__top
    .profile__inside
    .profile__detail
    > .profile__grid
    .item {
    background: #ffffff;
    border: 0.5px solid #bcbcbc;
    border-radius: 49px;
    flex-direction: column;
    padding: 8px 30px;
    max-width: 137px;
    width: 137px;
}

.dashboard__profile
    .border__top
    .profile__inside
    .profile__detail
    > .profile__grid
    .item
    p {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.dashboard__profile
    .border__top
    .profile__inside
    .profile__detail
    > .profile__grid
    .item
    .level {
    margin-top: 2.5px;
}

.dashboard__profile
    .border__top
    .profile__inside
    .profile__detail.showed__more__item
    .item,
.dashboard__profile
    .border__top
    .profile__inside
    .profile__detail.showed__more__item
    .profile__grid
    .item {
    display: block;
}

.dashboard__profile
    .border__top
    .profile__inside
    .profile__detail.showed__more__item
    .more__item
    i::before {
    content: "\f077";
}

.dashboard__profile .border__top .profile__inside .profile__detail .more__item {
    border: 0px;
    background: transparent;
    margin-top: 20px;
    color: #989898;
}

.dashboard__profile .border__top .profile__inside .profile__detail .item {
    margin-top: 25px;
}

.dashboard__profile .border__top .profile__inside .profile__detail .item span {
    display: block;
}

.dashboard__profile .border__top .profile__inside .profile__detail .item p {
    color: #000000;
}

.dashboard__profile
    .border__top
    .profile__inside
    .profile__detail
    .item
    .italic {
    font-style: italic;
    color: #505050;
}

.dashboard__profile
    .border__top
    .profile__inside
    .profile__detail
    .item
    .small {
    font-size: 12px;
}

.dashboard__profile
    .border__top
    .profile__inside
    .profile__detail
    .item
    .medium {
    font-size: 15px;
    line-height: 21px;
}

.dashboard__profile .border__top .profile__inside .profile__detail .item .big {
    font-size: 16px;
    line-height: 22px;
}

.dashboard__profile .border__top .profile__inside .profile__detail .item .gray {
    color: #6f6f6f;
}

.dashboard__profile
    .border__top
    .profile__inside
    .profile__detail
    .item
    .black {
    color: #000000;
}

.dashboard__profile .profile__inside {
    padding: 0px 30px;
}

.dashboard__profile .profile__begin {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.dashboard__profile .profile__begin .profile__img {
    margin-right: 15px;
}

.dashboard__profile .profile__begin > div {
    flex: 50%;
    max-width: 50%;
}

.dashboard__profile .profile__bio {
    margin-top: 40px;
    margin-bottom: 20px;
}

.dashboard__profile .profile__bio span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #145389;
}

.dashboard__profile .profile__bio p {
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #565656;
}

.dashboard__profile .profile__info {
    margin-left: 2.5%;
    border-left: 0.5px solid rgba(29, 40, 74, 0.4);
    padding: 10px 2.5%;
}

.dashboard__profile .profile__info > p {
    font-weight: 500;
    font-size: 18px;
    color: #145389;
}

.dashboard__profile .profile__info > p i {
    font-size: 15px;
    color: #505050;
    margin-left: 5px;
    cursor: pointer;
}

.dashboard__profile .profile__info .infos {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 15px;
}

.dashboard__profile .profile__info .infos > div span {
    display: block;
    font-style: italic;
    font-weight: 300;
    font-size: 11px;
    color: #505050;
}

.dashboard__profile .profile__info .infos > div p {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}

.dashboard__profile .profile__head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.dashboard__profile .profile__head .roles span {
    margin-right: 10px;
}

.dashboard__profile .profile__head .roles img {
    margin-left: 5px !important;
}

.dashboard__profile .profile__head .profile__txt {
    margin-left: 20px;
    height: 140px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.dashboard__profile .profile__head .profile__txt .user {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 0.7px solid rgba(29, 40, 74, 0.5);
}

.dashboard__profile .profile__head .profile__txt .user p {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}

.dashboard__profile .profile__head .profile__txt .user span {
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    color: #505050;
}

.dashboard__profile .profile__head .profile__txt .roles span {
    font-weight: 400;
    font-size: 13px;
    color: #565656;
}

.dashboard__profile .profile__head .profile__txt .roles img {
    margin-left: 20px;
    height: 20px;
}

.dashboard__profile .profile__head .profile__txt .roles small {
    display: block;
    font-style: italic;
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    color: #565656;
}

.dashboard__profile .profile__head .profile__txt .follows {
    margin-top: auto;
}

.dashboard__profile .profile__head .profile__txt .follows p {
    padding: 8px 25px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #565656;
    border: 0.7px solid rgba(29, 40, 74, 0.5);
    border-radius: 5px;
}

.roles__item {
    text-align: center;
}

.roles__item img {
    margin-top: 30px;
    height: 150px;
}

.roles__item p {
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 40px;
    text-align: center;
    color: #000000;
}

.progress {
    height: 30px;
    background-color: transparent;
    border: 0.7px solid rgba(29, 40, 74, 0.5);
    border-radius: 5px;
}

.progress > div {
    width: var(--width);
    background: #1d284a;
    border: 0.7px solid rgba(29, 40, 74, 0.5);
    border-radius: 5px;
}

.dashboard__reports {
    padding: 50px 100px;
}

.dashboard__reports p {
    font-weight: 700;
    font-size: 23px;
    color: #145389;
}

.dashboard__reports .result__chart {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 50px;
}

.dashboard__reports .result__chart > div:first-child {
    width: 60%;
}

.dashboard__reports .result__chart > div:first-child .not__found {
    display: none;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.dashboard__reports
    .result__chart
    > div:first-child.not__found__match
    .not__found {
    display: flex !important;
}

.dashboard__reports
    .result__chart
    > div:first-child.not__found__match
    .not__found
    img {
    height: 200px;
}

.dashboard__reports
    .result__chart
    > div:first-child.not__found__match
    .not__found
    p {
    margin: 30px 0px;
    font-weight: 400;
    font-size: 19px;
    line-height: 20px;
    text-align: center;
    color: #15548a;
}

.dashboard__reports
    .result__chart
    > div:first-child.not__found__match
    .not__found
    a {
    background: #1d284a;
    border-radius: 5px;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    padding: 5px 20px;
    color: #ffffff;
}

.dashboard__reports
    .result__chart
    > div:first-child.not__found__match
    #resultChart {
    display: none !important;
}

.dashboard__reports .result__chart > .chart__text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
    width: 45%;
    margin-left: 10%;
}

.dashboard__reports .result__chart > .chart__text > div {
    width: 100%;
    position: relative;
    padding-left: 20px;
}

.dashboard__reports .result__chart > .chart__text > div:not(:first-child) {
    margin-top: 20px;
}

.dashboard__reports .result__chart > .chart__text > div p {
    font-weight: 500;
    font-size: 15px;
    color: #145389;
    margin-bottom: 10px;
}

.dashboard__reports .result__chart > .chart__text > div::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 10px;
    height: 100%;
    background: #1d284a;
    border-radius: 1px;
}

.dashboard__reports .result__chart__info {
    margin-top: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.dashboard__reports .result__chart__info .chart__info {
    width: 100%;
}

.dashboard__reports .result__chart__info .chart__info:nth-child(2n + 2) {
    border-bottom: 0.5px solid rgba(29, 40, 74, 0.25);
    border-top: 0.5px solid rgba(29, 40, 74, 0.25);
    padding: 50px 0px 50px 0px;
    margin: 50px 0px 50px 0px;
}

.dashboard__reports .result__chart__info .chart__info .chart__head {
    font-weight: 500;
    font-size: 19px;
    color: #145389;
    position: relative;
    padding-left: 20px;
}

.dashboard__reports .result__chart__info .chart__info .chart__head::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 10px;
    height: 100%;
    background: #1d284a;
    border-radius: 1px;
}

.dashboard__reports
    .result__chart__info
    .chart__info
    > .sub__chart__text:not(:first-child) {
    margin-top: 35px;
}

.dashboard__reports .result__chart__info .chart__info .sub__chart {
    font-weight: 500;
    font-size: 15px;
    margin: 20px 0px 10px 0px;
    color: #3f4041;
}

.dashboard__reports .result__chart__info .chart__info .sub__chart + div {
    max-width: 200px;
    margin-bottom: 10px;
}

.dashboard__reports .result__chart__info .chart__info .sub__chart + div + span {
    font-weight: 400;
    font-size: 12px;
    color: #565656;
}

.dashboard__reports .result__begin {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.dashboard__reports .result__begin .result__right {
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dashboard__reports .result__begin .result__right img {
    height: 38px;
}

.dashboard__reports .result__begin .result__left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.dashboard__reports .result__begin .result__left > img {
    width: 61px;
    height: 61px;
}

.dashboard__reports .result__begin .result__left > div {
    margin-left: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 61px;
}

.dashboard__reports .result__begin .result__left > div p {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}

.dashboard__reports .result__begin .result__left > div span {
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    color: #505050;
}

.dashboard__reports .result__begin > div {
    flex: 50%;
    width: 50%;
}

.divider__vertical {
    width: 1px;
    height: 100%;
    background-color: #000000;
}

.fixed__top {
    position: fixed;
    top: 0%;
}

.divider__horizontal {
    margin: 12.5px 0px;
    height: 1px;
    width: 100%;
    background-color: #bdbdbd;
}

.landing__competitions {
    margin-top: 0px !important;
}

.landing__competitions .area__bg__text {
    padding: 40px 140px 0px 140px;
}

.landing__competitions .info {
    margin-top: 50px;
    width: 300px;
    display: flex;
    flex-direction: column;
}

.landing__competitions .info > div {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    position: relative;
}

.landing__competitions .info > div:first-child::before {
    content: "";
    width: 107px;
    border-bottom: 1px solid #145389;
    position: absolute;
    height: 4px;
    bottom: 16px;
    right: 69%;
    transform: translateY(50%);
}
.landing__competitions .info > div img {
    height: 85%;
}

.landing__competitions .info > div p {
    margin-left: 20px;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #555555;
}

.landing__competitions .info > div:not(:first-child) {
    margin-top: 20px;
}

.landing__competitions .competitions {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.landing__competitions .competitions > div .__text {
    margin-top: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.landing__competitions .competitions > div .__text > img {
    height: 23px;
    width: 30px;
    object-fit: cover;
}

.landing__competitions .competitions > div .__text > p {
    margin-left: 10px;
    font-weight: 500;
    font-size: 21px;
    color: #1d284a;
}

.landing__competitions .competitions > div:first-child .login-capsule::before {
    content: "";
    width: 108px;
    height: 350px;
    border: 1px solid #145389;
    position: absolute;
    top: 72px;
    right: 69%;
    border-radius: 15px 0px 0px 15px;
    border-right: 0px;
}

.landing__competitions .competitions > div .capsule .arrow {
    position: absolute;
    width: 150px;
    bottom: -3px;
    padding: 10px;
    background-color: #fff;
    border-bottom: 3px solid #145389;
    right: -20px;
}

.landing__competitions .competitions > div .capsule .arrow > div {
    width: 100%;
    height: 100%;
    position: relative;
}

.landing__competitions .competitions > div .capsule .arrow > div::before {
    width: 20px;
    height: 3px;
    background-color: #145389;
    border-radius: 5px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    right: -14px;
    bottom: -7px;
}

.landing__competitions .competitions > div .capsule .arrow > div::after {
    width: 20px;
    height: 3px;
    background-color: #145389;
    border-radius: 5px;
    content: "";
    transform: rotate(-45deg);
    position: absolute;
    right: -14px;
    bottom: -19px;
}

.landing__competitions__prices {
    background: #1d284a;
    padding: 50px 70px;
    margin-top: 50px;
    border-radius: 1px;
    position: relative;
}

.landing__competitions__prices .controller {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    width: 97%;
    display: flex;
}

.landing__competitions__prices .controller i {
    font-size: 2rem;
    color: #ffffff;
    display: block;
    cursor: pointer;
}

.landing__competitions__prices .swiper {
    width: calc(100% - 50px);
    padding-bottom: 20px;
}

.landing__competitions__prices .swiper .swiper-slide {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    height: unset;
    position: relative;
}

.landing__competitions__prices .swiper .swiper-slide .more-slide {
    position: absolute;
    bottom: 0px;
    left: 50%;
    background: #ffffff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #1d284a;
    padding: 2.5px 40px;
    transform: translateX(-50%) translateY(16px);
}

.landing__competitions__prices .swiper .swiper-slide .slide-head {
    padding: 30px 40px;
    padding-bottom: 0px;
}

.landing__competitions__prices .swiper .swiper-slide .slide-head p {
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.landing__competitions__prices .swiper .swiper-slide ul {
    padding: 0px 40px;
    list-style-type: none;
    padding-bottom: 30px;
}

.landing__competitions__prices .swiper .swiper-slide ul li {
    counter-increment: price-counter;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    position: relative;
}

.landing__competitions__prices .swiper .swiper-slide ul li:not(:first-child) {
    margin-top: 10px;
}

.landing__competitions__prices .swiper .swiper-slide ul li span {
    margin-left: 30px;
}

.landing__competitions__prices .swiper .swiper-slide ul li::before {
    position: absolute;
    font-weight: 700;
    content: counter(price-counter) ". ";
}

.landing__competitions__prices .swiper .swiper-slide .slide-title {
    padding: 10px 40px;
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    color: #ffffff;
}

.add__border {
    position: relative;
}

.add__border::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background-color: #1d284a;
    border-radius: 15px;
}

.add__border.remove__border__bottom::after {
    display: none;
}

.add__border::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background-color: #1d284a;
    border-radius: 15px;
}

.add__border:last-child {
    display: none;
}

.section__landing {
    margin-top: 12.5vh;
    padding-top: 12.5vh;
    min-height: 100vh;
    position: relative;
}

.section__landing .area__left {
    position: absolute;
    bottom: 20px;
    left: 0%;
    height: 50vh;
}

.section__landing .competition_area__text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 17%;
    right: 0px;
    width: 50%;
}

.section__landing .competition_area__text p {
    font-weight: 400;
    font-size: 17px;
    text-align: right;
    color: #000000;
    margin-right: 15px;
}
.section__landing .competition_area__text img {
    height: 70px;
}

.section__landing .area__text.text__top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.section__landing .area__text p {
    width: 100%;
    font-weight: 400;
    font-size: 19px;
    text-align: right;
    color: #000000;
    margin-right: 15px;
}

.section__landing .area__text img {
    height: 70px;
}

.section__landing .area__right {
    position: absolute;
    top: -100px;
    right: 0%;
    height: 50vh;
    z-index: -1;
}

.section__landing .area__right.area__bottom {
    top: unset;
    bottom: -210px;
    height: 40vh;
}

.section__landing .area__right.area__bottom__last {
    top: unset;
    bottom: 0px;
    height: 50vh;
}

.section__landing .area__bg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 100px;
    row-gap: 30px;
    column-gap: 30px;
}

.section__landing .area__bg .full__text {
    display: flex;
    align-items: center;
}

.section__landing .area__bg .full__text img {
    height: 100px;
}

.section__landing .area__bg .full__text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: right;
    margin-right: 20px;
    color: #000000;
}

.section__landing .area__bg .teams,
.section__landing .area__bg .users {
    width: calc(100% - 40px);
}

.section__landing .area__bg .teams .team__user,
.section__landing .area__bg .users .team__user {
    max-width: calc(30% - 80px);
}

.section__landing .area__bg .teams .team__user .user__detail h2,
.section__landing .area__bg .users .team__user .user__detail h2 {
    margin-top: 10px;
}

.section__landing .area__bg .teams .team__user:last-child,
.section__landing .area__bg .users .team__user:last-child {
    background: rgba(29, 40, 74, 0.15);
    position: relative;
    max-width: 15%;
}

.section__landing .area__bg .teams .team__user:last-child .last__team,
.section__landing .area__bg .users .team__user:last-child .last__team {
    position: absolute;
    top: 50%;
    transform: translate(-30%, -50%);
    left: 100%;
    width: 300px;
}

.section__landing .area__bg .teams .team__user:last-child .last__team > div,
.section__landing .area__bg .users .team__user:last-child .last__team > div {
    background: #ffffff;
    border: 1px solid #6f6f6f;
    box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 20px 15px;
}

.section__landing
    .area__bg
    .teams
    .team__user:last-child
    .last__team
    > div:nth-child(2),
.section__landing
    .area__bg
    .users
    .team__user:last-child
    .last__team
    > div:nth-child(2) {
    margin-top: 20px;
}

.section__landing
    .area__bg
    .teams
    .team__user:last-child
    .last__team
    > div
    .action,
.section__landing
    .area__bg
    .users
    .team__user:last-child
    .last__team
    > div
    .action {
    margin-top: 5px;
    text-align: end;
}

.section__landing
    .area__bg
    .teams
    .team__user:last-child
    .last__team
    > div
    .action
    .save__button,
.section__landing
    .area__bg
    .users
    .team__user:last-child
    .last__team
    > div
    .action
    .save__button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    margin-left: auto;
}

.section__landing
    .area__bg
    .teams
    .team__user:last-child
    .last__team
    > div
    .flex,
.section__landing
    .area__bg
    .users
    .team__user:last-child
    .last__team
    > div
    .flex {
    display: flex;
    align-items: center;
}

.section__landing
    .area__bg
    .teams
    .team__user:last-child
    .last__team
    > div
    .flex
    > img,
.section__landing
    .area__bg
    .users
    .team__user:last-child
    .last__team
    > div
    .flex
    > img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

.section__landing
    .area__bg
    .teams
    .team__user:last-child
    .last__team
    > div
    .flex
    p,
.section__landing
    .area__bg
    .users
    .team__user:last-child
    .last__team
    > div
    .flex
    p {
    font-weight: 500;
    font-size: 13px;
    color: #145389;
    line-height: 5px;
}

.section__landing
    .area__bg
    .teams
    .team__user:last-child
    .last__team
    > div
    .flex
    span,
.section__landing
    .area__bg
    .users
    .team__user:last-child
    .last__team
    > div
    .flex
    span {
    font-weight: 500;
    font-size: 13px;
    line-height: 5px;
    color: #6f6f6f;
}

.section__landing
    .area__bg
    .teams
    .team__user:last-child
    .last__team
    > div
    .flex
    .roles,
.section__landing
    .area__bg
    .users
    .team__user:last-child
    .last__team
    > div
    .flex
    .roles {
    display: flex;
    gap: 5px;
}

.section__landing
    .area__bg
    .teams
    .team__user:last-child
    .last__team
    > div
    .flex
    .roles
    img,
.section__landing
    .area__bg
    .users
    .team__user:last-child
    .last__team
    > div
    .flex
    .roles
    img {
    width: 25px;
    height: 25px;
}

.section__landing .area__bg.start__area {
    align-items: flex-start;
    padding: 70px 70px;
}

.section__landing .area__bg.area__column {
    flex-direction: column;
}

.section__landing .area__bg > img {
    height: calc(100vh - 300px);
}

.section__landing .area__bg > img.up__to {
    margin-top: -100px;
    height: calc(100vh - 200px);
    width: unset;
}

.section__landing .area__bg .text {
    display: flex;
    align-items: flex-start;
    width: 60%;
    margin-right: 50px;
}

.section__landing .area__bg .text p {
    width: 70%;
    font-weight: 400;
    font-size: 22px;
    text-align: left;
    color: #000000;
    margin-left: 15px;
}

.section__landing .area__bg .text img {
    margin-top: -10px;
    height: 80px;
}

.section__landing .area__bg.special__area {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section__landing .area__bg.special__area > img {
    height: unset !important;
    width: 45%;
}

.landing__title {
    min-height: 180px;
    position: relative;
    display: flex;
    align-items: center;
}

.landing__title.title__right {
    justify-content: flex-end;
    margin-left: auto;
}

.landing__title.title__right::before {
    left: unset;
    right: 0;
}

.landing__title.title__right p {
    margin-left: 0px;
    margin-right: 70px;
    text-align: right;
}

.landing__title::before {
    content: "";
    height: 100%;
    width: 40px;
    background: #1d284a;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

.landing__title p {
    line-height: 50px;
    margin-left: 70px;
    font-weight: 500;
    font-size: 40px;
    color: #1d284a;
}

.landing__footer {
    padding: 50px 60px;
    margin-top: 60px;
    background-color: #1d284a;
}

.landing__footer .app__href {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.landing__footer .app__href a:first-child img {
    width: 80px;
    height: 80px;
}

.landing__footer .app__href a:not(:first-child) {
    margin-left: 15px;
}

.landing__footer .app__href a:not(:first-child) img {
    width: 170px;
}

.landing__footer .social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.landing__footer .social p {
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    color: #ffffff;
}

.landing__footer .social .apps {
    display: flex;
}

.landing__footer .social .apps a {
    background: #000000;
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.landing__footer .social .apps a i {
    font-size: 1.6rem;
    color: #ffffff;
}

.landing__footer .social .apps a:not(:first-child) {
    margin-left: 15px;
}

.dashboard__agree {
    background: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
    padding: 80px 90px;
}

.dashboard__agree > p:first-child {
    font-weight: 600;
    font-size: 22px;
    color: #1d284a;
}

.dashboard__agree .text {
    margin-top: 15px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    word-break: break-word;
}

.dashboard__agree .text p {
    margin-top: 15px;
}

.dashboard__password {
    background: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
    padding: 30px 90px 60px 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 126px);
    flex-direction: column;
}

.dashboard__password > p:first-child {
    font-weight: 600;
    font-size: 18px;
    color: #989898;
    margin-bottom: 50px;
}

.goToNextPage {
    position: fixed;
    z-index: 99999999999;
    bottom: 20px;
    right: 30px;
    background-color: #145389;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: box-shadow 0.5s;
    padding: 10px;
    font-size: 18px;
    overflow: hidden;
}

.goToNextPage:hover {
    box-shadow: unset;
    transition: box-shadow 0.5s;
}

.goToAnimation i {
    -webkit-animation: toGo 2s infinite;
    animation: toGo 2s infinite;
}

@-webkit-keyframes toGo {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0px) scale(1);
    }

    100% {
        transform: translateY(0px) scale(25);
    }
}

@keyframes toGo {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0px) scale(1);
    }

    100% {
        transform: translateY(0px) scale(25);
    }
}

.form__up__parent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.form__up__parent .form__parent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    margin: auto;
    margin-bottom: auto;
}

.form__up__parent .form__parent.password__actions {
    width: 50%;
}

.form__up__parent .form__parent.password__actions .form__toggle:first-child {
    margin-top: 0px !important;
}

.form__up__parent .form__parent.register__parent,
.form__up__parent .form__parent.password__actions {
    flex-direction: column;
}

.form__up__parent .form__parent.register__parent > div:first-child,
.form__up__parent .form__parent.password__actions > div:first-child {
    width: 100%;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 30px;
}

.form__up__parent .form__parent.register__parent > div:last-child,
.form__up__parent .form__parent.password__actions > div:last-child {
    width: 100%;
    text-align: center;
    margin-left: 0px;
}

.form__up__parent .form__parent > div:first-child {
    flex: 40%;
    margin-right: 10%;
}

.form__up__parent .form__parent > div:first-child img {
    width: 90px;
    height: 100px;
}

.form__up__parent .form__parent > div:first-child p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 26px;
    color: #145389;
}

.form__up__parent .form__parent > div:first-child div.divider {
    margin: 25px 0px;
    margin-top: 30px;
    border-bottom: 1px solid #bcbcbc;
}

.form__up__parent .form__parent > div:first-child span {
    display: block;
    font-weight: 400;
    font-size: 20px;
    color: #444b59;
}

.form__up__parent .form__parent > div:first-child span a {
    color: #2278b8;
}

.form__up__parent .form__parent .form__body {
    margin-left: 10%;
    flex: 40%;
}

.form__up__parent .form__parent .form__body > p {
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 27px;
    color: #145389;
}

.form__up__parent .form__parent .form__body .form__flex {
    display: flex;
    margin-top: 40px;
}

.form__up__parent .form__parent .form__body .form__flex > div {
    flex: 50%;
}

.form__up__parent .form__parent .form__body .form__flex > div:first-child {
    margin-right: 10%;
}

.form__up__parent .form__parent .form__body .form__flex .form__toggle {
    margin-top: 0px !important;
}

.form__up__parent .form__parent .form__body .form__flex .form__social {
    margin-top: 0px !important;
}

.form__up__parent .form__parent .form__body .form__agree {
    margin-top: 70px;
    width: 100%;
    text-align: left;
}

.form__up__parent .form__parent .form__body .form__agree .container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form__up__parent .form__parent .form__body .form__agree .container p {
    font-size: 19px;
}

.form__up__parent .form__parent .form__body .form__agree .container p span {
    color: #d00000;
}

.form__up__parent .form__parent .form__body .form__agree .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form__up__parent
    .form__parent
    .form__body
    .form__agree
    .container
    input:checked
    ~ .checkmark {
    background-color: #145389;
    box-shadow: inset 0px 0px 1px 4px white;
}

.form__up__parent
    .form__parent
    .form__body
    .form__agree
    .container
    input:checked
    ~ .checkmark:after {
    display: block;
}

.form__up__parent .form__parent .form__body .form__agree .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 25px;
    transform: translateY(-50%);
    width: 25px;
    background-color: transparent;
    border: 1px solid #145389;
    border-radius: 50%;
}

.form__up__parent .form__parent .form__body .form__agree .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.form__up__parent
    .form__parent
    .form__body
    .form__agree
    .container
    .checkmark:after {
    left: 10.5px;
    top: 9px;
    width: 2px;
    height: 5px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form__up__parent .form__parent .form__body .form_control {
    display: block;
    width: 100%;
    position: relative;
}

.form__up__parent .form__parent .form__body .form_control.form__toggle {
    margin-top: 40px;
}

.form__up__parent .form__parent .form__body .form_control .togglePassword {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.form__up__parent .form__parent .form__body .form_control input {
    width: 100%;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #bcbcbc;
    padding: 8px 0px;
    font-size: 19px;
    color: #7a7a7a;
}

.form__up__parent
    .form__parent
    .form__body
    .form_control
    input:is(:hover, :focus, :active, :focus-visible) {
    border: 0px !important;
    outline: 0px;
    border-bottom: 1px solid #bcbcbc !important;
}

.form__up__parent .form__parent .form__body .form__social {
    margin-top: 40px;
}

.form__up__parent .form__parent .form__body .form__social .social__divider {
    margin: 15px 0px;
    text-align: center;
    position: relative;
    height: 22px;
}

.form__up__parent
    .form__parent
    .form__body
    .form__social
    .social__divider::before {
    content: "";
    position: absolute;
    top: 58%;
    left: 0%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #bcbcbc;
    z-index: 0;
}

.form__up__parent
    .form__parent
    .form__body
    .form__social
    .social__divider
    span {
    position: relative;
    z-index: 1;
    padding: 0px 10px;
    background-color: #ffffff;
    font-style: italic;
    line-height: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #145389;
}

.form__up__parent .form__parent .form__body .form__social button {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    width: 100%;
    border: 0px;
    background: #145389;
    border: 1px solid #145389;
    border-radius: 5px;
    outline: 0px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 0px;
    transition: all 0.5s;
}

.form__up__parent .form__parent .form__body .form__social button:hover {
    background-color: #fff;
    color: #145389;
}

.form__up__parent .form__parent .form__body .form__social button.outline {
    background-color: #fff;
    color: #000000;
}

.form__up__parent .form__parent .form__body .form__social button.outline:hover {
    background: #145389;
    color: #fff;
}

.form__up__parent .form__parent .form__body .form__social button.social__btn {
    background-color: #fff;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form__up__parent
    .form__parent
    .form__body
    .form__social
    button.social__btn
    img {
    height: 25px;
    width: 25px;
}

.form__up__parent .form__parent .form__body .form__actions {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form__up__parent .form__parent .form__body .form__actions > a {
    font-style: italic;
    font-weight: 500;
    font-size: 13px;
    color: #7a7a7a;
}

.user__messages {
    display: flex;
    margin-top: 20px;
    max-height: 500px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: scroll;
    padding-right: 5px;
}

.user__messages > div {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.user__messages > div:nth-child(2n + 2) {
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.user__messages > div:last-child {
    border-bottom: 0px;
}

.user__messages > div img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.user__messages > div > div > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-style: italic;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #6f6f6f;
}

.user__messages > div .user_info {
    display: flex;
}

.user__messages > div .user_info p {
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    color: #000000;
    max-width: 20ch;
}

.user__messages > div .user_info span {
    margin-left: auto;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    color: #949494;
}

.messages__area {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99999;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.messages__area .messages {
    margin-right: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.messages__area .messages .message {
    max-height: 480px;
    min-width: 320px;
    max-width: 320px;
    background: #ffffff;
    border: 1px solid #145389;
    height: 100%;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.messages__area .messages .message.new__message input {
    width: 100%;
    background: #ffffff;
    border: 0.4px solid #145389;
    border-radius: 5px;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #868686;
    padding: 5px 10px;
}

.messages__area .messages .message.new__message .user-select {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.messages__area .messages .message.new__message .user-select .user {
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.4s;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.messages__area .messages .message.new__message .user-select .user:hover {
    background-color: rgba(111, 111, 111, 0.2);
}

.messages__area .messages .message.new__message .user-select .user img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}

.messages__area .messages .message.new__message .user-select .user div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.messages__area .messages .message.new__message .user-select .user div p {
    font-weight: 600;
    font-size: 13px;
}

.messages__area .messages .message.new__message .user-select .user div span {
    font-size: 12px;
}

.messages__area .messages .message.new__message .head p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}

.messages__area .messages .message:not(:last-child) {
    margin-right: 10px;
}

.messages__area .messages .message .footer {
    border-top: 1px solid #145389;
    margin-top: 10px;
    width: 100%;
    padding-top: 10px;
    text-align: right;
}

.messages__area .messages .message .footer textarea {
    resize: none;
    border: 0px;
    width: 100%;
    outline: 0px;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    color: #848484;
}

.messages__area .messages .message .footer textarea:is(:hover, :focus) {
    border: 0px !important;
    outline: 0px;
}

.messages__area .messages .message .footer button {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding: 5px 15px;
    border: 0px;
    color: #ffffff;
    background: #145389;
    border-radius: 5px;
}

.messages__area .messages .message .body {
    min-height: 290px;
    max-height: 290px;
    overflow-y: scroll;
    padding-right: 5px;
    width: 100%;
    text-align: center;
}

.messages__area .messages .message .body > time {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #808080;
    margin: 5px 0px;
}

.messages__area .messages .message .body .text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    word-break: break-all;
}

.messages__area .messages .message .body .text:not(:first-child) {
    margin: 10px 0px;
}

.messages__area .messages .message .body .text.text__right {
    flex-direction: row-reverse;
}

.messages__area .messages .message .body .text.text__right > div {
    margin: 0px;
    margin-top: 5px;
    margin-right: 10px;
}

.messages__area .messages .message .body .text.text__right > div > div {
    flex-direction: row-reverse;
}

.messages__area .messages .message .body .text.text__right > div > div time {
    margin: 0px;
    margin-right: 10px;
}

.messages__area .messages .message .body .text.text__right > div p {
    text-align: right;
}

.messages__area .messages .message .body .text img {
    border-radius: 3px;
    width: 25px;
    height: 25px;
}

.messages__area .messages .message .body .text > div {
    margin-left: 10px;
    margin-top: 5px;
}

.messages__area .messages .message .body .text > div > div {
    display: flex;
    align-items: center;
}

.messages__area .messages .message .body .text > div > div time {
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    color: #aeaeae;
    margin-left: 10px;
}

.messages__area .messages .message .body .text > div > div span {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    color: #000000;
}

.messages__area .messages .message .body .text > div p {
    font-size: 12px;
    line-height: 14px;
    color: #6f6f6f;
    text-align: left;
}

.messages__area .messages .message .body .text > div p:first-child {
    margin-top: 5px;
}

.messages__area .messages .message .body .text > div p:not(:first-child) {
    margin-top: 2.5px;
}

.messages__area .messages .message .head {
    display: flex;
    height: 51px;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 0.5px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.messages__area .messages .message .head img {
    width: 40px;
    height: 40px;
    border-radius: 3px;
}

.messages__area .messages .message .head .about {
    margin-left: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.messages__area .messages .message .head .about p {
    font-size: 13px;
    color: #000000;
    line-height: 13px;
    font-weight: 600;
}

.messages__area .messages .message .head .about span {
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    color: #6f6f6f;
}

.messages__area .messages .message .head > div:last-child {
    margin-left: auto;
    position: relative;
}

.messages__area .messages .message .head > div:last-child i {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #000000;
}

.messages__area .messages .message .head > div:last-child i:last-child {
    margin-left: 10px;
}

.messages__area .message__box {
    background: #145389;
    border-radius: 5px;
    height: 55px;
    width: 280px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: white;
    transition: all 0.5s;
}

.messages__area .message__box > div {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}

.messages__area .message__box > div > div {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.messages__area .message__box > div > div i {
    cursor: pointer;
}

.messages__area .message__box > div > div i:first-child {
    margin-right: 20px;
}

.messages__area .message__box .showExpended {
    display: none;
}

.messages__area .message__box input.showExpended {
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #868686;
}

.messages__area .message__box div.showExpended {
    margin-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: scroll;
    padding-right: 5px;
    height: 100%;
}

.messages__area .message__box div.showExpended > div {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.messages__area .message__box div.showExpended > div > div {
    width: 100%;
}

.messages__area .message__box div.showExpended > div:nth-child(2n + 2) {
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.messages__area .message__box div.showExpended > div:last-child {
    border-bottom: 0px;
}

.messages__area .message__box div.showExpended > div img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.messages__area .message__box div.showExpended > div > div > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-style: italic;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #6f6f6f;
}

.messages__area .message__box div.showExpended > div .user_info {
    display: flex;
}

.messages__area .message__box div.showExpended > div .user_info p {
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    color: #000000;
    max-width: 20ch;
}

.messages__area .message__box div.showExpended > div .user_info span {
    margin-left: auto;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    color: #949494;
}

.messages__area .message__box.opened__box {
    height: 85vh;
    background: #ffffff;
    border: 1px solid #145389;
    border-radius: 5px;
    color: #000000;
    align-items: flex-start;
}

.messages__area .message__box.opened__box div.showExpended {
    display: flex;
}

.messages__area .message__box.opened__box .showExpended {
    display: block;
}

.messages__area .message__box.opened__box > div i {
    color: #989898;
}

.messages__area .message__box.opened__box > div i:last-child:before {
    content: "\f078";
}

.tags_color_none {
    background-color: #fff;
    color: black !important;
}

.tags_color_1st {
    background-color: #a14848;
    color: #fff;
}

.tags_color_2nd {
    background-color: #e2c110;
    color: #fff;
}

.tags_color_3rd {
    background-color: #55973e;
    color: #fff;
}

.status_not_started {
    background-color: #af9370;
}

.status_ongoing {
    background-color: #d47403;
}

.status_completed {
    background-color: #307937;
}

.status_not_completed {
    background-color: #992a2a;
}

.filter__container {
    visibility: hidden;
    background-color: white;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: scale(0);
    flex-direction: column;
    padding: 10px;
    margin: 10px;
    width: 270px;
    height: 0;
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 99;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
        rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.filter__container.visible {
    overflow-y: scroll;
    height: calc(100vh - 100px);
    visibility: visible;
    pointer-events: all;
    -webkit-user-select: unset;
    -moz-user-select: unset;
    -ms-user-select: unset;
    user-select: unset;
    opacity: 1;
    transition: all 500ms;
    transform: scale(1);
}

.filter__container.visible::-webkit-scrollbar {
    height: 5px;
    background-color: transparent;
    width: 6px;
    border-radius: 12px;
}

.filter__container.visible::-webkit-scrollbar-thumb {
    width: 6px;
    background: #145389;
    border-radius: 4px;
}

.filter__container.visible::-webkit-scrollbar-thumb:active {
    background: #22517b;
}

.filter__container > .head > .close-btn {
    cursor: pointer;
}

.date_picker {
    position: relative;
}

.date_picker input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#ui-datepicker-div {
    z-index: 9999999999 !important;
}

.hide {
    visibility: hidden !important;
}

.filter__container > .head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 0 20px;
}

.filter__container > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding: 10px;
    margin-bottom: 20px;
}

.filter__container > .more-options > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #747272;
    font-size: 13px;
}

.filter__container > .more-options > div > p {
    margin-right: 15px;
}

.filter__container .conditional .checkboxes .colored-label {
    border-radius: 4px;
    padding: 5px;
    color: white;
}

.filter__container .tags .checkboxes .colored-label {
    border-radius: 4px;
    padding: 5px;
    color: white;
}

/* checkbox-rect */
.checkbox-rect {
    margin-bottom: 15px;
}

.checkbox-rect input[type="checkbox"] {
    display: none;
}

.checkbox-rect input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px "Open Sans", Arial, sans-serif;
    cursor: pointer;
}

.checkbox-rect input[type="checkbox"]:hover + label:hover {
    color: #145389;
}

.checkbox-rect input[type="checkbox"]:hover + label:before {
    background: #145389;
    box-shadow: inset 0px 0px 0px 2px #f7f2f2;
}

.checkbox-rect input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

.checkbox-rect input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    border: 3px solid #d9d9d9;
    border-radius: 0.2em;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s, 0.2s ease-in-out;
    background: #fff;
}

.checkbox-rect input[type="checkbox"]:checked + label:before {
    width: 1.3em;
    height: 1.3em;
    border-radius: 0.2em;
    border: 2px solid #fff;
    transform: rotate(90deg);
    background: #145389;
    box-shadow: 0 0 0 1px #000;
}

/* checkbox-rect end */
/* select-checkbox */
.select-box {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.select-box .options-container {
    background: #fff;
    max-height: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.4s;
    border-radius: 4px;
    overflow: hidden;
    order: 1;
}

.selected {
    background: #ededed;
    border-radius: 4px;
    margin-bottom: 8px;
    position: relative;
    order: 0;
}

.selected::after {
    content: "";
    background: url("/assets/images/arrow-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 20px;
    width: 20px;
    right: 10px;
    top: 60%;
    transform: translateY(-50%);
    transition: all 0.4s;
}

.select-box .options-container.active {
    max-height: 240px;
    opacity: 1;
    overflow-y: scroll;
    margin-top: 54px;
}

.select-box .options-container.active + .selected::after {
    transform: translateY(-50%) rotateX(180deg);
    top: 40%;
}

.select-box .options-container::-webkit-scrollbar {
    width: 8px;
    background: #f9f9f9;
    border-radius: 0 8px 8px 0;
}

.select-box .options-container::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 0 8px 8px 0;
}

.select-box .option,
.selected {
    padding: 12px 24px;
    cursor: pointer;
}

.select-box .option:hover {
    background: #ededed;
}

.select-box label {
    cursor: pointer;
}

.select-box .option .radio {
    display: none;
}

.select-box .options-container .option .option-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.select-box .options-container .option .option-content > .tick {
    width: 1rem;
}

.select-box .options-container .option .option-content > .tick.hidden {
    visibility: hidden;
}

.select-box .options-container .option .option-content img {
    margin-right: 10px;
    width: 30px;
}

.selected-people {
    color: #048002;
}

/* Searchbox */
.search-box input {
    width: 100%;
    padding: 12px 24px;
    position: absolute;
    border-radius: 4px;
    border: 1px solid #a0a0a0;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: ease-out 0.4s;
}

#gorevTextEditPopup {
    z-index: 999999999999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#gorevTextEditPopup > div > div {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#gorevSorumluEklePopup {
    z-index: 999999999999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#gorevSorumluEklePopup > div > div {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.search-box input:focus {
    outline: none;
}

.select-box .options-container.active ~ .search-box input {
    opacity: 1;
    pointer-events: auto;
}

/* Select-checkbox end */
/* Routine dropdown durum popup */
.routine__dropbtn {
    display: flex;
    align-items: center;
    cursor: pointer;
    min-width: 95px;
}

.routine__dropdown {
    position: relative;
    display: flex;
}

.routine__dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #145389;
    top: 20px;
    right: 100%;
    border-radius: 5px;
    width: 95px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.routine__dropdown-content div {
    cursor: pointer;
    color: red;
    font-size: 11px;
    color: #565656;
    padding: 6px 8px;
    border-bottom: 1px solid #145389;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.routine__dropdown-content div:hover {
    color: #145389;
}

.routine__dropdown-content div:last-child {
    border-bottom: none;
}

.routine__dropdown-show {
    display: block;
}

/*Routine dropdown durum popup end */
.header-like-input {
    font-weight: 400;
    font-size: 12px;
    border: none;
    white-space: normal;
    outline: none;
    overflow: hidden;
    box-shadow: none;
    resize: none;
    width: 100%;
    min-height: 27px;
    cursor: pointer;
}

.header-like-input.fit-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.header-like-input:hover {
    border: none !important;
}

.header-like-input:focus {
    border: 0.4px solid #145389 !important;
    border-radius: 5px;
    cursor: text;
}

.custompopup {
    padding: 2rem;
    background: gold;
    visibility: hidden;
    position: absolute;
}

.custompopup.isOpen {
    visibility: visible;
}

.tags-color-3rd {
    background-color: #56973e;
}

.tags-color-2nd {
    background-color: #e2c110;
}

.tags-color-1st {
    background-color: #a14848;
}

.tags-color-custom {
    background-color: #02203c;
}

.miniPopup {
    position: absolute;
    visibility: hidden;
}

.miniPopup.active {
    visibility: visible;
    z-index: 1;
}

.tagsPopupContent {
    font-size: 13px;
    background-color: #fff;
    border: solid 0.3px #145389;
    border-radius: 4px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    padding: 1rem;
    width: 250px;
    left: 525px;
}

.tagsPopupContent > .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.tagsPopupContent > .top > .red-cross {
    cursor: pointer;
}

.tagsPopupContent > .top > .red-cross > img {
    width: 1.2rem;
}

.tagsPopupContent > .bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tagsPopupContent > .bottom > .tag-card {
    color: #fff;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
}

.tagsPopupContent > .bottom > .tag-card > .tag-card-main {
    height: 10px;
    align-items: center;
    display: flex;
    width: 85%;
    border-radius: 4px;
    padding: 1rem;
}

.tagsPopupContent > .bottom > .tag-card > .tag-card-main p {
    font-size: 11px;
}

.tagsPopupContent > .bottom > .tag-card img {
    width: 1.2rem;
    margin-left: 1.2rem;
    cursor: pointer;
}

.tagsPopupContent > .add-new-tag-btn {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 81.5%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-style: dashed;
    border-radius: 4px;
}

.tagsPopupContent > .add-new-tag-btn > p {
    font-size: 11px;
    color: #535353;
    text-align: center;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.cp-custom-color-1 {
    background-color: #8f6c36;
}

.cp-custom-color-2 {
    background-color: #535353;
}

.cp-custom-color-3 {
    background-color: #77c2c7;
}

.cp-custom-color-4 {
    background-color: #7797c7;
}

.cp-custom-color-5 {
    background-color: #bc77c7;
}

.cp-custom-color-6 {
    background-color: #c77777;
}

.cp-custom-color-7 {
    background-color: #5e58a3;
}

.cp-custom-color-8 {
    background-color: #252990;
}

.cp-custom-color-9 {
    background-color: #145389;
}

.cp-custom-color-10 {
    background-color: #5c1b5e;
}

.cp-custom-color-11 {
    background-color: #dec38e;
}

.cp-custom-color-12 {
    background-color: #a3a8a2;
}

.cpPopupContent {
    background-color: #fff;
    border: solid 0.3px #145389;
    border-radius: 4px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    padding: 1rem;
    width: 260px;
    left: 800px;
}

.cpPopupContent > .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.cpPopupContent > .top p {
    font-size: 13px;
}

.cpPopupContent > .top > .red-cross {
    cursor: pointer;
}

.cpPopupContent > .top > .red-cross > img {
    width: 1.2rem;
}

.cpPopupContent > .bottom {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.cpPopupContent > .bottom > .color-display-item {
    height: 33px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    border-radius: 3px;
}

.cpPopupContent > .bottom > .color-display-item.selectedAttr {
    border: 4px solid rgb(115, 243, 115);
    border-style: dashed;
}

.cpPopupContent > .save-color-btn {
    margin-top: 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 33%;
    border-radius: 4px;
    background-color: #145389;
    color: white;
}

.cpPopupContent > .save-color-btn p {
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.selected-gorevli {
    color: #55973e !important;
}

/* Datepicker Styles Start*/
.datesPopupContent {
    font-size: 13px;
    background-color: #fff;
    border: solid 0.3px #145389;
    border-radius: 4px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    padding: 2rem;
    width: 250px;
    left: 525px;
}

.datesPopupContent > .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.datesPopupContent > .top > .red-cross {
    cursor: pointer;
}

.datesPopupContent > .top > .red-cross > img {
    width: 1.2rem;
}

.datesPopupContent > .bottom {
    color: #02203c;
    font-size: 11px;
}

/* Datepicker Styles End*/
.spinner-backdrop {
    background-color: rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#editGorevText {
    resize: both;
}

.tooltip {
    position: fixed;
}

p {
    font-family: "Poppins", sans-serif !important;
}

.karga-nomail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #fff;
    gap: 15px 15px;
}

.karga-nomail img {
    object-fit: contain;
    max-width: 609.67px;
    max-height: 323.11px;
}

.karga-nomail__p {
    font-size: 21px;
    font-family: "Futura";
    color: #00538c;
    font-weight: 500;
    text-align: center;
    max-width: 612px;
    height: auto;
}

.karga-nomail__p span {
    font-weight: 700;
}

.karga-nomail a button {
    font-size: 14px;
    color: white;
    background-color: #1d284a;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 7px 21px;
}

@media only screen and (max-width: 650px) {
    .karga-nomail img {
        object-fit: contain;
        max-width: 450px;
        max-height: 200px;
    }
}

@media only screen and (max-width: 400px) {
    .karga-nomail img {
        object-fit: contain;
        max-width: 350px;
        max-height: 150px;
    }
}

/* New competition detail styles */
.competition-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.competition-header div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.competition-header a {
    background: #1d284a;
    color: white;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
    border-radius: 5px;
    border: none;
}
.competition-header div span {
    font-size: 17px;
    font-weight: 600;
    color: #595454;
}
.competition-main {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    width: 100%;
    gap: 7px;
    min-height: 52vh;
    height: 50vh;
}
/* .competition-main div:first-child {
    text-align: center;
} */
/* .competition-main h5 {
    color: #145389;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
} */
.compettion-main__requireds {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-align: center;
    width: 50%;
    gap: 20px 0;
}
.compettion-main__requireds .edu-status-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}
.compettion-main__requireds .edu-status-div p {
    padding: 5px 0;
    /* max-width: 420px; */
    border-radius: 5px;
    color: white;
    width: 100%;
}

.compettion-main__requireds div:nth-child(2) p {
    text-align: center;
}
.compettion-main__requireds div:nth-child(2) p {
    font-size: 14px;
}

.degreeBadge__on__lisans {
    background: #78b4f9;
}
.degreeBadge__lisans {
    background: #759de4;
}
.degreeBadge__doktora {
    background: #aa7fac;
}
.degreeBadge__yuksek__lisans {
    background: #47a18e;
}
.degreeBadge__mezun {
    background: #d3975e;
}
.compettion-main__requireds .time-counter-styles {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 45px;
    width: 100%;
}
.compettion-main__requireds .time-counter-styles .timer-content {
    font-weight: 400;
    font-size: 12px;
    color: rgba(10, 55, 95, 0.7);
}
.compettion-main__requireds .time-counter-styles .timer-date {
    transform: perspective(200px);
    color: #0a375f;
    font-size: 26px;
    font-weight: 600;
}
.details-awards-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px 10px;
    background: white;
    padding: 15px 20px;
    width: 100%;
    border-radius: 5px;
    margin: 15px 0;
}
.details-awards-section ol,
.details-awards-section li {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.details-awards-section li {
    font-size: 13px;
    font-weight: 400;
    color: #0a375f;
}
.details-awards-section li::marker {
    font-weight: 500;
}
.details-awards-section div:first-child,
.details-awards-section div:nth-child(2) {
    border-bottom: 0.3px solid rgba(29, 40, 74, 0.5);
}
.details-awards-section div:first-child,
.details-awards-section div:nth-child(2),
.details-awards-section div:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 7px;
    width: 90%;
}
.details-awards-section div:first-child div:first-child,
.details-awards-section div:nth-child(2) div:first-child,
.details-awards-section div:nth-child(3) div:first-child {
    display: flex;
    gap: 10px;
    flex-direction: row;
    border: none;
    align-items: center;
    justify-content: center;
}
.details-awards-section h3 {
    font-size: 15px;
    font-weight: 400;
    color: #1d284a;
}
.details-awards-section p {
    font-size: 13px;
    font-weight: 300;
    margin-left: 7px;
}

.competition-slider {
    width: 70%;
    max-width: 70%;
    height: 100%;
}
.competition-slider iframe {
    width: 100%;
    height: 100%;
}
/* .competition-slider .swiper__prev {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 999;
}
.competition-slider .swiper__next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 999;
} */

/* account page styles */
.account__navbar-container {
    display: grid;
    grid-template-columns: 2fr 10fr;
    gap: 20px;
    margin: 0px 14px 18px 14px;
}
.account__navbar-router {
    background: #ffffff;
    border-radius: 5px;
    padding: 5px 20px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.account__navbar-router > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 60px;
    width: 100%;
}
.account__navbar-router > div > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.account__navbar-router > div > ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4%;
    font-size: 13px;
    width: 100%;
}
.account__navbar-router > div > ul li > a {
    font-weight: 400;
    font-size: 13px;
    color: #868686;
}
.account__navbar-router > div > ul li > a:hover,
.account__navbar-router > div > ul li.active a {
    color: #145389;
}
#account__navbar-mobile i {
    cursor: pointer;
}
.account__navbar-router .account__dropdown {
    display: none;
    z-index: 9999;
    background: #ffffff;
    border: 1px solid #145389;
    border-radius: 5px;
    padding: 10px;
}
.account__navbar-router .account__dropdown li {
    margin: 2px;
    width: 150px;
    text-align: right;
    padding: 5px;
}
.account__navbar-router .account__dropdown li:not(:last-child) {
    border-bottom: 1px solid rgba(29, 40, 74, 0.1);

}
.account__navbar-router .account__dropdown li a {
    font-weight: 300;
    font-size: 12px;
    text-align: right;
    color: #1d284a;
}
.account__navbar-router .account__dropdown li:hover {
    background: #e5e5e5;
}
.account__navbar-router .account__dropdown.showed__action {
    position: absolute;
    display: block;
}
.account__navbar-profile {
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
}
.account__navbar-profile img {
    width: 45px;
    height: 45px;
}
.account__navbar-profile > div {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 2px;
}
.account__navbar-profile > div h6 {
    font-size: 11px;
    font-weight: 500;
}
.account__navbar-profile > div p {
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    color: #646464;
}
.account__navbar-profile > div > ul + div > div i {
    color: #bebebe;
    font-size: 1.3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* account page index styles */
.account__index .hackathon-navs {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.account__index .hackathon-navs .hacathon-nav_slider .swiper__parent {
    position: relative;
}
.account__index .hackathon-navs .swiper-container-nav {
    /* text-align: center;
    height:100%; */
    /* border:1px solid red; */
    width: 50%;
    /* max-width: 600px;
    margin:auto;
    /* Center slide text vertically
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
}
.account__index .hackathon-navs .hackathon-swiper-custom-nav {
    position: absolute;
    top: 15%;
    color: #4e6f8c;
    font-size: 26px;
    width: 30px;
}
.account__index .hackathon-navs .hackathon-swiper-custom-nav.swiper__prev {
    left: 0px;
    /* transform: translateX(-50%); */
    z-index: 9999999;
}
.account__index .hackathon-navs .hackathon-swiper-custom-nav.swiper__next {
    /* transform: translateY(-50%);  */
    right: 0;
    z-index: 9999999;
}
.account__index .hackathon-navs .nav_item button {
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #595454;
    border: 1px solid #145389;
    border-radius: 16px;
    padding: 3px 16px;
    max-width: 480px;
}
.account__index .hackathon-navs .nav_item button:hover {
    color: white;
    background: #145389;
}
.account__index .hackathon-navs .nav_item button.active {
    color: white;
    background: #145389;
}
.account__index .hackathon-navs .nav_item p {
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    color: #595454;
}
.account__index-main {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
}

.account__category-select__dropdown .account__category-select__dropdown__header__title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 11px;
    border: 1px solid #145389;
    border-radius: 26px;
    cursor: pointer;
    background: #fff;
    /* margin-left:5px; */
    margin-bottom: 10px;

}
.account__category-select__dropdown__menu{
    position:relative;
}
.account__category-select__dropdown__menu .team-dropdown-container{
    display: none;
    background: #FFFFFF;
    border: 1px solid #145389;
    border-radius: 10px;
    padding: 10px 16px;
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 10;
}
.account__category-select__dropdown__menu .team-dropdown-container.active{
    display: block;
}
.account__category-select__dropdown__menu .team-dropdown-container .account__category-select__dropdown__menu__item:not(:last-child) {
    border-bottom:1px solid rgba(20, 83, 137, 0.5)
}
.account__category-select__dropdown__menu .team-dropdown-container .account__category-select__dropdown__menu__item {
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor:pointer;
}
.account__category-select__dropdown__header__title__icon.rotatearrow i{
    transform: rotate(180deg);
}

.account__index-button-container {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.account__index-button-container button {
    font-size: 15px;
    font-weight: 300;
    width: 50%;
    padding: 2px;
    display: inline-block;
    border: 1px solid #145389;
    background: white;
}
.account__index-button-container button:first-child {
    margin-right: -20px;
    border-radius: 26px 0px 0px 26px;
}
.account__index-button-container button:last-child {
    border-radius: 0px 26px 26px 0px;
}
.account__index-button-container button.active {
    background: #145389;
    color: white;
}

.user__matches-applicant {
    background: #ffffff;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding: 20px 0 20px 20px;
}
.user__matches-applicant > h5 {
    font-weight: 400;
    font-size: 18px;
    color: #145389;
    margin-bottom: 15px;
}
.user__matches-applicant .user__search-parent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 9px;
    width: 95%;
    padding-bottom: 4px;
    border-bottom: 1px solid #565656;
}
.user__matches-applicant .user__search-parent > input {
    border: none;
    font-size: 13px;
    width: 100%;
}
.user__matches-applicant .user__search-parent > input:focus,
.user__matches-applicant .user__search-parent > input:hover {
    outline: none;
    border: none !important;
}
/* .user__matches-applicant .matches__body-team .swiper-slide {
    border: 2px solid #145389;
} */
/* .user__matches-applicant .matches__body-team{ */
/* display: flex; */
/* } */
.user__matches-applicant .matches__body-user,
.user__matches-applicant .matches__body-team {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: scroll;
    max-height: 750px;
}

.user__matches-applicant .matches__body-user .match__user,
.user__matches-applicant .matches__body-team .applicant-user_container {
    margin-top: 3%;
    padding: 1rem 8px 8px 12px;
    display: flex;
    gap: 10px;
    margin-right: 5px;
    cursor: pointer;
    min-width: 460px;
    max-width: 460px;
}
.user__matches-applicant .matches__body-team .applicant-user_container {
    flex-direction: column;
    align-items: center;
    padding-bottom: 12px;
}
.user__matches-applicant .matches__body-user .match__user.active-user,
.user__matches-applicant
    .matches__body-team
    .applicant-user_container.active-team {
    border-radius: 5px;
    border: 2px solid #145389 !important;
}
.user__matches-applicant .matches__body-user .match__user:not(:last-child),
.user__matches-applicant
    .matches__body-team
    .applicant-user_container:not(:last-child) {
    border-bottom: 1px solid #c9c9c9;
}
.user__matches-applicant .matches__body-user .match__user img {
    border-radius: 5px;
    width: 49px;
    height: 49px;
    border-radius: 5px;
    border: 1px solid rgba(29, 40, 74, 0.2);
    background: #ffffff;
}
.user__matches-applicant .matches__body-user .match__user img + div {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
}
.account__index-main
    .user__matches-applicant
    .matches__body-user
    .match__user
    .math__user__detail {
    height: auto;
}
.account__index-main
    .user__matches-applicant
    .matches__body-user
    .match__user
    .math__user__detail
    p {
    /* margin-top: 7px; */
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}
.account__index-main
    .user__matches-applicant
    .matches__body-user
    .match__user
    .math__user__detail
    span {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    color: #646464;
    display: -webkit-box;
    max-width: 90%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.selected-content {
    background: white;
    padding: 22px;
    border-radius: 5px;
    margin-top: 52px;
    max-height: 100%;
    width: 100%;
    height: auto;
}
.selected-content h4 {
    font-weight: 500;
    font-size: 14px;
    color: #145389;
    margin-bottom: 8px;
}
.selected-content .subtitle-italic {
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    color: #505050;
}
.selected-content .sub-content {
    font-weight: 400;
    font-size: 14px;
    color: #151515;
}
.selected-content .willIndent {
    margin-left: 7px;
}
.selected-content .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selected-content .case-name {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    color: #646464;
    text-align: end;
}
.selected-content .team-ability {
    margin-bottom: 20px;
}

.selected-content .team-experience p {
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    color: #646464;
    margin-top: 8px;
}
.selected-content .main-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}
.selected-content .main-content .result-chart {
    max-width: 40%;
    width: 383px !important;
    height: 345px !important;
}
.selected-content .main-content .selected-team__user-section {
    width: 40%;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #c9c9c9;
    padding-left: 38px;
}

.selected-content .main-content .selected-team__user-section > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding: 19px 25px 41px 0;
}
.selected-content
    .main-content
    .selected-team__user-section
    > div:not(:last-child) {
    border-bottom: 1px solid #c9c9c9;
}
.selected-content .main-content .selected-team__user-section .user_name {
    font-weight: 500;
    font-size: 12px;
}
.selected-content .main-content .selected-team__user-section .user_edu {
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    color: #646464;
}
.selected-content .main-content .selected-team__user-section img {
    border-radius: 3px;
    width: 52px;
    height: 53px;
}
.selected-user__profile {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}

.selected-user__profile > div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.selected-user__profile div:first-child .left-section .user_img {
    width: 53px;
    height: 53px;
}
.selected-user__profile div:first-child .left-section span {
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
    font-size: 16px;
}
.selected-user__profile div:first-child .right-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px;
}
.selected-user__profile div:first-child .right-section .selected-user-guess p {
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    color: #898989;
}
.selected-user__profile div:first-child .right-section button {
    font-size: 13px;
    font-weight: 400;
    color: white;
    background: #145389;
    padding: 5px 10px;
    width: 160px;
    border-radius: 16px;
    border: none;
    max-height: 31px;
}
.selected-user__profile div:first-child .right-section button img {
    width: 12px;
    margin-left: 20px;
}
#selected-user__evaluate .dropdown-list {
    /* position: absolute;
    top: 100%;
    right: 0px; */
    display: none;
    min-width: 200px;
    background-color: #ffffff;
    /* padding: 10px 0px; */
    z-index: -9999;
    border-radius: 5px;
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
    transition: all 250ms ease;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
#selected-user__evaluate .dropdown-list.showed__action {
    transition: all 300ms ease-in-out;
    opacity: 1;
    z-index: 99999;
    transform: scale(1);
    transform: translate(-50px, 10px);
    pointer-events: all;
    display: block;
    color: #000;
}
#selected-user__evaluate .dropdown-list.showed__action ul {
    list-style: none;
}
#selected-user__evaluate .dropdown-list.showed__action ul li {
    padding: 5px 0;
}
#selected-user__evaluate .dropdown-list.showed__action ul li:hover {
    background-color: #e5e5e5;
}
.selected-user__profile div:last-child.selected-user__bio {
    display: grid;
    grid-template-columns: 2fr 8fr;
    gap: 20px;
}

.selected-user__info {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.team-ability .show__more-button,
.selected-user__info .show__more-button {
    border: none;
    background: none;
    color: #145389;
    font-weight: 400;
    font-size: 8px;
}
.account__index-case {
    background: white;
    margin-top: 20px;
    padding: 35px 10px 35px 45px;
}
.account__index-case h4 {
    font-weight: 500;
    font-size: 16px;
    color: #145389;
}
.account__index-case .subtitle {
    font-weight: 500;
    font-size: 15px;
    color: #145389;
}
.account__index-case .sub-description {
    font-weight: 400;
    font-size: 13px;
    color: #565656;
}
.account__index-case .account-slider__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
}
.account__index-case .account-slider__header > div:first-child {
    display: flex;
    gap: 12px;
}
.account__index-case .account-slider__header .account-swipers div {
    display: inline;
    margin-right: 10px;
}

.account__index-case .edit-button {
    background: none;
    border: none;
    font-weight: 400;
    font-size: 15px;
    color: #145389;
}
.account__index-case .account-slide-sub-content div .subtitle {
    margin: 20px 0 15px;
}
.account__index-case .accont-slide-content {
    display: flex;
    width: 100%;
    height: max-content;
    align-items: start;
    justify-content: space-between;
    padding-right: 80px;
}
.account__index-case .accont-slide-content ul li::marker {
    content: "";
}
.account__index-case .accont-slide-content ul li::before {
    content: "\25CF";
    margin-right: 3px;
}

.account__index-case .accont-slide-content .account-slide-sub-content {
    width: 50%;
}
.account__index-case .accont-slide-content .result-chart {
    max-width: 40%;
    width: 369px !important;
    height: 369px !important;
}
.account__index-case .swiper-container-2 {
    margin-top: 20px;
    padding: 0 20px;
    z-index: 99999;
}
.account__index-case .swiper-container-2 .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #145389;
    border-radius: 5px;
    padding: 15px 24px;
}
.possible-teams-slider h5 {
    font-weight: 500;
    font-size: 13px;
    color: #145389;
    margin-bottom: 5px;
}
.possible-teams__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.possible-teams__content img {
    width: 38px;
    height: 39px;
    border-radius: 3px;
}

.possible-teams__content > div {
    border: 0.5px solid #145389;
    border-radius: 5px;
    padding: 10px 7px;
    text-align: center;
    width: 30%;
    min-width: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.possible-teams__content > div >div{
    max-width: 75px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-direction:column;
    gap:1px;
    overflow: hidden;
}
.possible-teams__content .user_name {
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 65px;
}

.possible-teams__content .user_edu {
    font-weight: 300;
    font-size: 9px;
    color: #145389;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:65px;
}
/* .account__index-case
    .swiper-container-2
    .swiper-wrapper
    .swiper-slide */
.possible-teams__content .user_edu span {
    font-weight: 400;
    font-style: italic;
}
.account__index-case .swiper-container-2 .skills .skill {
    margin-top: 0;
}
.account__index-case .swiper-container-2 .pos-team-swiper-custom-nav {
    position: absolute;
    top: 50%;
    color: #4e6f8c;
    font-size: 26px;
}
.account__index-case
    .swiper-container-2
    .pos-team-swiper-custom-nav.swiper__prev {
    left: 0;
}
.account__index-case
    .swiper-container-2
    .pos-team-swiper-custom-nav.swiper__next {
    right: 0;
}
.hackathon__checklist {
    margin-top: 20px;
    background: white;
    padding: 35px 10px 35px 45px;
    display: flex;
    flex-direction: column;
}
.hackathon__checklist h3 {
    font-weight: 500;
    font-size: 20px;
    color: #145389;
}
.hackathon__checklist .sub__checklist .subs .subs__task-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.hackathon__checklist .sub__checklist .subs .subs__task-head p {
    font-weight: 500;
    font-size: 15px;
    color: #535353;
    margin-left: 10px;
}
.hackathon__checklist .sub__checklist .subs .subs__task-head button {
    background: none;
    border: none;
    font-weight: 400;
    font-size: 15px;
    color: #145389;
}
.hackathon__checklist .sub__checklist .subs > div:nth-child(1) {
    margin: 15px 0;
}
.hackathon__checklist .sub__checklist .subs .sub__list .new__item {
    background: #f2f2f2;
    border-radius: 5px;
    width: 60%;
    padding: 7px 19px;
}
.hackathon__checklist .sub__checklist .subs .sub__list .new__item textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    color: #524c4c;
    font-style: italic;
    font-weight: 400;
    border: 0px;
    outline: 0px;
    font-size: 14px;
    resize: none;
}
.hackathon__checklist
    .sub__checklist
    .subs
    .sub__list
    .new__item
    textarea:focus,
.hackathon__checklist
    .sub__checklist
    .subs
    .sub__list
    .new__item
    textarea:hover {
    outline: none !important;
    border: none !important;
}
.hackathon__checklist .sub__checklist .subs .sub__list .new__item .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hackathon__checklist .sub__checklist .subs .sub__list .new__item button.save {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    background: #145389;
    border-radius: 6px;
    padding: 6px 20px;
    border: none;
}
.hackathon__checklist
    .sub__checklist
    .subs
    .sub__list
    .new__item
    button.cancel {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    background: none;
    border: none;
}

.hackathon__checklist .sub__checklist-head {
    width: 60%;
    text-align: end;
}
.hackathon__checklist .sub__checklist-head .progress__progres {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    font-style: italic;
}
.hackathon__checklist .sub__checklist-head .progress__bar {
    width: 100%;
    background: transparent;
    height: 30px;
    border: 0.3px solid #145389;
    border-radius: 16px;
}
.hackathon__checklist .sub__checklist-head .progress__bar .progress__value {
    background: #145389;
    border-radius: 16px;
    height: 100%;
    width: 10%;
    transition: width 500ms;
}
.hackathon__checklist .sub__checklist .subs .sub__list {
    max-height: 300px;
    overflow-y: auto;
}
.hackathon__checklist .sub__checklist .subs .sub__list .task {
    border-bottom: 1px solid #c9c9c9;
}
.hackathon__checklist
    .sub__checklist
    .subs
    .sub__list
    .task
    .header-like-input {
    overflow-y: auto;
}
.hackathon__checklist .sub__checklist .subs .sub__list .task:not(:first-child) {
    padding-top: 20px;
}
.hackathon__checklist .sub__checklist .subs .sub__list .task .head i,
.hackathon__checklist .sub__checklist .subs .sub__list .task .head i {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    color: #145389;
}
.hackathon__checklist
    .sub__checklist
    .subs
    .sub__list
    .task
    .head
    .task-uncompleted,
.hackathon__checklist
    .sub__checklist
    .subs
    .sub__list
    .task
    .head
    .task-completed {
    display: inline-block;
    border: 0.5px solid #145389;
    width: 16.2px;
    height: 16.2px;
}
.hackathon__checklist
    .sub__checklist
    .subs
    .sub__list
    .task
    .head
    .task-completed {
    background: #145389;
}
.account__index-main .matches__body-team .user__skills .skills .skillsLeft,
.account__index-main
    .user__matches-applicant
    .match__user
    .user__skills
    .skills
    .skillsLeft {
    font-style: normal;
    font-size: 9px;
    color: #404040;
}
.possible-teams-slider .user__skills .skills {
    gap: 7px;
}
.possible-teams-slider .user__skills .skills .skill,
.account__index-main .user__skills .skills .skill {
    background: #ffffff;
    border: 1px solid rgba(166, 166, 166, 0.5);
    border-radius: 10px;
}
.account__index-main
    .math__user__detail
    .user__ab
    .user__skills
    .skills
    .skill
    p {
    font-weight: 400;
    font-size: 12px;
    color: #404040;
    margin-top: 4px;
}
.account__index .modal-content {
    padding: 25px;
}
.account__index .result__chart {
    display: flex;
    /* align-items: center; */
    align-items: stretch;
    justify-content: center;
    gap: 15px;
    width: 100%;
}

.account__index .result__chart > div:first-child {
    width: 60%;
}
.account__index .result__chart > .chart__text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
    width: 45%;
    margin-left: 10%;
    gap: 20px;
}
.account__index .result__chart > .chart__text > div.factor-element {
    /* border: 1px solid red; */
    width: 90%;
    padding-left: 20px;
    position: relative;
    /* border-left: 10px solid #1d284a; */
}
.account__index .result__chart > .chart__text > div.factor-element::before {
    content: "";
    position: absolute;
    width: 10px;
    top: 0;
    left: 0;
    height: 100%;
    background: #1d284a;
    border-radius: 1px;
}
.account__index .result__chart__info .chart__info .sub__chart {
    font-weight: 500;
    font-size: 15px;
    margin: 20px 0px 10px 0px;
    color: #3f4041;
}
.account__index .result__chart__info .chart__info .chart__head {
    font-weight: 500;
    font-size: 19px;
    color: #145389;
    position: relative;
    padding-left: 20px;
}
.account__index .result__chart__info .chart__info .chart__head::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 10px;
    height: 100%;
    background: #1d284a;
    border-radius: 1px;
}
.account__index .result__chart__info .chart__info .sub__chart + div + span {
    font-weight: 400;
    font-size: 12px;
    color: #565656;
}
.account__index .result__chart__info .chart__info .sub__chart + div {
    max-width: 200px;
    margin-bottom: 10px;
}
.account__index .result__chart__info .chart__info:nth-child(2n + 2) {
    border-bottom: 0.5px solid rgba(29, 40, 74, 0.25);
    border-top: 0.5px solid rgba(29, 40, 74, 0.25);
    padding: 50px 0px 50px 0px;
    margin: 50px 0px 50px 0px;
}
.competition-team-area .competition-team-area__header {
    display: flex;
    align-items: center;
    justify-content: start;
    color: #145389;
}
.competition-team-area .competition-team-area__header h2 {
    font-weight: 500;
    font-size: 25px;
    padding-right: 20px;
    border-right: 2px solid #145389;
}
.competition-team-area .competition-team-area__header p {
    font-size: 18px;
    padding-left: 20px;
}
.competition-team-area section .header,
.competition-team-area main .header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-top: 30px;
    gap: 15px;
}
.competition-team-area main .header h3,
.competition-team-area section .header h3 {
    font-size: 16px;
    color: #565656;
}

.competition-team-area main .team-members-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(29, 40, 74, 0.5);
}
.competition-team-area main .team-members-container .team-main-container,
.competition-team-area main .team-members-container .add-new-member_ozgelecek,
.competition-team-area main .team-members-container .add-new-member {
    border: 2px solid #145389;
    border-radius: 10px;
    padding: 15px;
    grid-column: span 2 / span 2;
    min-height: 100%;
}
.competition-team-area main .team-members-container .team-main-container {
    position: relative;
}
.competition-team-area main .team-members-container .team-main-container > * {
    opacity: 0.5;
}

.competition-team-area main .team-members-container .add-new-member_ozgelecek,
.competition-team-area main .team-members-container .add-new-member {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.competition-team-area main .team-members-container .team-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
.competition-team-area
    main
    .team-members-container
    .team-container
    p:first-child {
    font-size: 12px;
    color: #145389;
    font-weight: 500;
}
.competition-team-area
    main
    .team-members-container
    .team-container
    p:nth-child(2) {
    font-weight: 500;
    font-size: 12px;
    color: #6f6f6f;
}
.competition-team-area
    main
    .team-members-container
    .team-container
    p:nth-child(3) {
    font-style: italic;
    font-weight: 500;
    font-size: 9px;
    line-height: 10px;
    color: #919191;
}
.competition-team-area main .team-members-container h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #6f6f6f;
    margin-top: 10px;
}
.competition-team-area main .team-members-container .skills {
    max-height: 50px;
    overflow-y: hidden;
}
.competition-team-area main .team-members-container .add-new-member i {
    border-radius: 50%;
    background-color: #145389;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    justify-content: center;
}
.competition-team-area
    main
    .team-members-container
    .add-new-member_ozgelecek
    div {
    background: #145389;
    width: 70px;
    height: 70px;
}
.competition-team-area
    main
    .team-members-container
    .add-new-member_ozgelecek
    > p,
.competition-team-area main .team-members-container .add-new-member > p {
    font-weight: 400;
    font-size: 13px;
    color: #565656;
}
.competition-team-area
    main
    .team-members-container
    .add-new-member_ozgelecek
    div
    p {
    font-weight: 800;
    font-size: 30px;
    color: #ffffff;
}
.competition-team-area
    main
    .team-members-container
    .add-new-member_ozgelecek
    div,
.competition-team-area main .team-members-container .add-new-member div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #145389;
    border-radius: 5px;
    padding: 20px;
    cursor: pointer;
}
.competition-team-area main .team-members-container .yellow-circular {
    background: #efd911;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
}
.competition-team-area main .team-members-container button {
    font-weight: 300;
    font-size: 13px;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 5px;
    background: #1d284a;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.competition-team-area section .team_blue-bg {
    background: #145389;
    border-radius: 5px;
    padding: 15px;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 30px 50px 30px 30px;
    gap: 20px;
}
.competition-team-area section .team_blue-bg p {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}
.competition-team-area section .team_blue-bg img {
    width: 225px;
    height: 132px;
    object-fit: contain;
}
/* new dashboard styles */

.navbar-left-section {
    display: flex;
    gap: 25px;
}
.navbar-left-section > a {
    display: flex;
    align-items: center;
    gap: 8px;
}
.navbar-left-section a {
    font-weight: 500;
    font-size: 15px;
    color: #6f6f6f;
   /* grayscale */
    filter: grayscale(100%);
    transition: 0.3s;
    -webkit-filter: grayscale(100%)
}
.navbar-left-section a:hover {
    transform: scale(1.05);
    text-decoration: underline;
}

.navbar-left-section > a img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.navbar-left-section > a img:first-child {
    width: 17px;
    height: 17px;
}

/* challenge page cards */
.dashboard_competition-cards-container {
    padding: 50px 0 20px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 30px 0px;
}
.dashboard_competition-cards-container .dashboard-cardtr {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 11px;
    background-color: white;
    height: 500px;
    width: 350px;
}
.dashboard_competition-cards-container > div.dashboard-cardtr:last-child {
    border-right: none;
}
.dashboard_competition-cards-container
    .dashboard-cardtr
    .dashboard-card_header {
    align-self: center;
    text-align: center;
}
.dashboard_competition-cards-container .cards-container {
    position: relative;
}
.dashboard_competition-cards-container .dashboard-cat_card {
    width: 303px;
    height: 401px;
    background: #fff;
    transition: 0.2s;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.dashboard_competition-cards-container .cards-container .dashboard-cat_card {
    display: none;
}
.dashboard_competition-cards-container .cards-container .card1 {
    z-index: 9;
}
.dashboard_competition-cards-container .cards-container .card1:hover {
    box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, 0.40);
}
.dashboard_competition-cards-container .cards-container .card1,
.dashboard_competition-cards-container .cards-container .card2,
.dashboard_competition-cards-container .cards-container .card3 {
    display: flex;
}
.dashboard_competition-cards-container .cards-container .card3,
.dashboard_competition-cards-container .cards-container .card2 {
    cursor: pointer;
    overflow: hidden;
    z-index: 8;
    /* filter: blur(2px); */
    opacity: 0.85;
    height: 388px;
    top:6px;
}
.dashboard_competition-cards-container .cards-container .card2 {
    left: 54%;
}
.dashboard_competition-cards-container .cards-container .card3 {
    left: 46%;
}

.dashboard_competition-cards-container .dashboard-card_header h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #145389;
}
.dashboard_competition-cards-container .dashboard-card_header > div {
    max-height: 35px;
    height: 35px;
}
.dashboard_competition-cards-container .dashboard-card_header img {
    height: 100%;
    object-fit: contain;
}
.dashboard_competition-cards-container .dashboard-cat_header img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}
.dashboard_competition-cards-container .dashboard-cat_header button{
    position: absolute;
    top:19px;
    right: 25px;
    font-weight: 500;
    font-size: 12px;
    color: #145389;
    padding: 4px 15px;
    outline: none;
    border: 1px solid #145389;
    border-radius: 25px;
}
.dashboard_competition-cards-container .dashboard-cat_main {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    background-color: white;
    width: 100%;
    cursor: pointer;
    height: 100%;
    position: absolute;
    top:150px;
    height: 250px;
}
.dashboard_competition-cards-container .dashboard-cat_main > div:first-child{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1px;
}
.dashboard_competition-cards-container
    .dashboard-cat_main
    .dashboard-cat_card__title {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #145389;
}
.dashboard_competition-cards-container
    .dashboard-cat_main
    .dashboard-cat_card__desc {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.dashboard_competition-cards-container .dashboard-cat_main h4 {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #145389;
}
.dashboard_competition-cards-container
    .dashboard-cat_main
    ol.dashboard-cat_awards {
    list-style-position: inside;
    font-weight: 500;
    font-size: 12px;
    color: #145389;
    line-height: 15px;

}
.dashboard_competition-cards-container
    .dashboard-cat_main
    ol.dashboard-cat_awards
    li
    p {
    display: inline;
}
.dashboard_competition-cards-container
    .dashboard-cat_main
    .dashboard-cat-edu_container {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: auto;
}
.dashboard_competition-cards-container
    .dashboard-cat_main
    .dashboard-cat-edu_container
    button {
    border-radius: 10px;
    padding: 6px;
    font-weight: 500;
    font-size: 10px;
    color: #ffffff;
    cursor: unset;
    outline: none;
    border: none;
}
.dashboard_competition-cards-container .dashboard-cardtr .cards-indicator{
    align-self: center;
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    /* flex-direction: row-reverse; */
}
.dashboard_competition-cards-container .dashboard-cardtr .cards-indicator .indicator-dots{
    width: 8px;
    height: 8px;
    background: rgb(37, 33, 41);
    font-size: 16px;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.2;
}
.dashboard_competition-cards-container .dashboard-cardtr .cards-indicator .indicator-dots.active{
    background: #007AFE;
    opacity: 1;
}
.dashboard_competition-cards-container .dashboard-cardtr .cards-indicator .indicator-dots-mini{
    width: 5px;
    height: 5px;
    background: rgb(37, 33, 41);
    border-radius: 10px;
    cursor:pointer;
    opacity: 0.2;

}

.dashboard_competition-cards-container
    .dashboard-cat_main
    .dashboard-cat_lastdate {
    margin-top: auto;
}
.dashboard_competition-cards-container
    .dashboard-cat_main
    .dashboard-cat_lastdate
    p {
    font-style: italic;
    font-weight: 500;
    font-size: 10px;
    color: #1d284a;
}
/* .cards-container .animation-cards {
    animation: animation-card 0.5s ease-in-out 0.3s;
} */
/* personelAgenda styles */

.personel-agenda__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 13px 1rem;
    /* border: 1px solid rgba(216, 91, 0, 1); */
    border-radius: 5px;
    background: #FFFFFF;
}
.personel-agenda__container .title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 7px;
}
.personel-agenda__container .title span{
    font-weight: 400;
    font-size: 18px;
    color: #1d284a;
}
.personel-agenda__container .title img{
    width: 30px;
}
.personel-agenda__buttons {
    background: #145389;
    border-radius: 10px;
    width: 100%;
    padding: 3px 5px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.personel-agenda__buttons > button{
    color: #FFFFFF;
    /* flex: 50%; */
    font-weight: 500;
    font-size: 13px;
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.personel-agenda__buttons > button:first-child{
    flex:45%;
}
.personel-agenda__buttons > button:last-child{
    flex:55%;
}
.personel-agenda__buttons > button.active{
    color: #145389;
    background: #FFFFFF;
    border-radius: 10px;
}
.personel-agenda__container main.agenda__my-tasks,
.personel-agenda__container main.agenda__today-tasks{
    width: 100%;
    height: 409px;
    border-radius: 10px;
    overflow: hidden;
    background: #145389;
    padding: 16px 10px 16px 14px;
}

.personel-agenda__container main.agenda__today-tasks,
.personel-agenda__container main.agenda__my-tasks{
    display:none;
}
.personel-agenda__container main.agenda__today-tasks.active,
.personel-agenda__container main.agenda__my-tasks.active{
    display: block;
}
.personel-agenda__container main.agenda__my-tasks .agenda__main-header,
.personel-agenda__container main.agenda__today-tasks .agenda__main-header{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.personel-agenda__container main.agenda__today-tasks .agenda__main-header{
    justify-content: flex-end;
    line-height: 0;
}

.personel-agenda__container main.agenda__today-tasks .agenda__main-header .agenda__team-project__dropdown__menu{
    display: none;

}
.personel-agenda__container main.agenda__today-tasks .agenda__main-header .agenda__team-project__dropdown__menu >div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.personel-agenda__container main.agenda__today-tasks .agenda__main-header .agenda__team-project__dropdown__menu >div >div:not(:last-child){
    border-bottom: 1px solid rgba(194, 194, 194, 0.45);
}
.personel-agenda__container main.agenda__today-tasks .agenda__main-header .agenda__team-project__dropdown__menu h3{
    font-style: italic;
    font-weight: 600;
    font-size: 9px;
    color: #145389;
}
.personel-agenda__container main.agenda__today-tasks .agenda__main-header .agenda__team-project__dropdown__menu.active{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 16px;
    left: 0;
    width: calc(100% - 4px);
    background: #FFFFFF;
    border: 0.5px solid #145389;
    border-radius: 10px;
    z-index: 1;
    padding: 6px 8px;
}
.personel-agenda__container main.agenda__today-tasks .agenda__main-header .agenda__team-project__dropdown__header .agenda__team-project__dropdown__menu__item,
.personel-agenda__container main.agenda__today-tasks .agenda__main-header .agenda__team-project__dropdown__header img{
    cursor: pointer;
}
.personel-agenda__container main.agenda__today-tasks .agenda__main-header .agenda__team-project__dropdown__header img{
    width: 18px;
}
.personel-agenda__container main.agenda__today-tasks .agenda__main-header .agenda__team-project__dropdown__header .agenda__team-project__dropdown__menu__item{
    padding: 3px 2px;
    display: flex;
    justify-content: space-between;

}
.personel-agenda__container main.agenda__today-tasks .agenda__main-header .agenda__team-project__dropdown__header .agenda__team-project__dropdown__menu__item span{
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #145389;
}
.agenda__today-tasks__container,
.agenda__project-tasks__container {
    overflow-y: auto !important;
    overflow-x: hidden;
    margin-top: 10px;
}
.agenda__today-tasks__container > div,
.agenda__project-tasks__container > div{
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    max-height: 356px;
    position:relative;
}
.agenda__today-tasks__container > div{
    max-height: 320px;
}
.agenda__today-tasks__container > div::-webkit-scrollbar,
.agenda__project-tasks__container > div::-webkit-scrollbar {
    height: 5px;
    background-color: rgba(0, 0, 0, 0.16);
    width: 4px;
    border-radius: 12px;
}
.agenda__today-tasks__container > div::-webkit-scrollbar-thumb,
.agenda__project-tasks__container > div::-webkit-scrollbar-thumb {
    width: 4px;
    background: white;
    border-radius: 4px;
}
.agenda__today-tasks__container > div::-webkit-scrollbar-thumb:active,
.agenda__project-tasks__container > div::-webkit-scrollbar-thumb:active {
    background: #145389;
}
.agenda__project-tasks__container  .draggable__item{
    background: #ffffff;
    border-radius: 10px;
    padding: 13px 14px;
    cursor: pointer;
    display: flex;
    gap: 8px;
    margin-right: 4px;
}

.agenda__project-tasks__container  .draggable__item .body{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 5px;
    margin-bottom: 9px;
}
.agenda__project-tasks__container  .draggable__item > div:last-child{
    width: 100%;
}
.agenda__project-tasks__container  .draggable__item .body > div{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-bottom: 7px;
}
.agenda__project-tasks__container  .draggable__item .body > div > div:first-child{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.agenda__project-tasks__container  .draggable__item .body > div > div:last-child{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.agenda__project-tasks__container  .draggable__item .body > div:first-child p:first-child#end-date {
    font-weight: 500;
    font-size: 13px;
    color: #6F6F6F;
    line-height: 21px;
}
.agenda__project-tasks__container  .draggable__item .body > div:first-child img {
    width: 22px;
    height: 22px;
}
.agenda__project-tasks__container  .draggable__item .body > div > div:last-child > p:last-child {
    font-size: 8px;
    color: #D85B00;
    margin-top: 4px;

}
.agenda__project-tasks__container  .draggable__item .body .task-status{
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    color: #6F6F6F;
}
.agenda__project-tasks__container  .draggable__item .body .task-content{
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    word-wrap: break-word;
    word-break: break-word;
}
.agenda__project-tasks__container  .draggable__item .footer  {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 4px;
}
.agenda__project-tasks__container  .draggable__item .footer  > p{
    font-style: italic;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #145389;
}
.agenda__project-tasks__container  .draggable__item .footer  ul{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    list-style: none;
}
.agenda__project-tasks__container  .draggable__item .footer  ul li{
    line-height: 0;
}
.agenda__project-tasks__container  .draggable__item .footer  li >i{
    font-size: 9px;
}
.agenda__project-tasks__container  .draggable__item .footer  li >span{
    font-weight: 400;
    font-size: 10px;
    color: #565656;
}
.agenda__project-select__dropdown,
.agenda__team-select__dropdown{
    width: 100%;
    display:none;
}
.agenda__project-select__dropdown__header__title,
.agenda__team-select__dropdown__header__title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 11px;
    border: 1px solid #145389;
    border-radius: 10px;
    cursor: pointer;
}
.agenda__project-select__dropdown__header__title .agenda__selected-project-date,
.agenda__team-select__dropdown__header__title .agenda__selected-team{
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #145389;
}
.agenda__project-select__dropdown__header__title .agenda__project-select__dropdown__header__title__icon,
.agenda__team-select__dropdown__header__title .agenda__team-select__dropdown__header__title__icon{
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 1px;
}
.agenda__project-select__dropdown .project-dropdown-container,
.agenda__team-select__dropdown .team-dropdown-container{
    display: none;
    background: #FFFFFF;
    border: 1px solid #145389;
    border-radius: 10px;
    padding:10px 16px;
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 10;
}
.agenda__project-select__dropdown  .agenda__project-select__dropdown__menu,
.agenda__team-select__dropdown .agenda__team-select__dropdown__menu{
    position: relative;
}
.agenda__project-select__dropdown .project-dropdown-container.active,
.agenda__team-select__dropdown .team-dropdown-container.active{
    display: block;
}

.agenda__project-select__dropdown .project-dropdown-container .agenda__team-select__dropdown__menu__item:not(:last-child),
.agenda__team-select__dropdown .team-dropdown-container .agenda__team-select__dropdown__menu__item:not(:last-child) {
    border-bottom: 1px solid rgba(20, 83, 137, 0.5);
}
.agenda__project-select__dropdown .project-dropdown-container .agenda__team-select__dropdown__menu__item,
.agenda__team-select__dropdown .team-dropdown-container .agenda__team-select__dropdown__menu__item {
    padding:6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.agenda__project-select__dropdown .project-dropdown-container .agenda__team-select__dropdown__menu__item.active span,
.agenda__team-select__dropdown .team-dropdown-container .agenda__team-select__dropdown__menu__item.active span {
    font-weight: 700;
}
.agenda__project-select__dropdown .project-dropdown-container .agenda__team-select__dropdown__menu__item span,
.agenda__team-select__dropdown .team-dropdown-container .agenda__team-select__dropdown__menu__item span{
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #145389;
    cursor: pointer;
}
.personel-agenda__container main.agenda__my-tasks .agenda__today-tasks__container .agenda__project-notasks__item,
.agenda__project-tasks__container  .agenda__project-notasks__item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 75px;
    gap: 1rem;
}
.personel-agenda__container main.agenda__my-tasks .agenda__today-tasks__container .agenda__project-notasks__item p,
.agenda__project-tasks__container  .agenda__project-notasks__item p {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
}
.personel-agenda__container main.agenda__my-tasks{
    position: relative;
}
.personel-agenda__container main.agenda__my-tasks .agenda__today-tasks__add-new{
    position:absolute;
    right: 13px;
    bottom: 13px;
    width: calc(100% - 26px);
}
.personel-agenda__container main.agenda__my-tasks .agenda__today-tasks__add-new .new_item_form{
    display: none;
    width: calc(100% - 4px);
    background-color: white;
    border: 1px solid #145389;
    /* box-shadow: 3px 3px 3px 2px rgba(255, 255, 255, 1); */
    border-radius: 5px;
}
.personel-agenda__container main.agenda__my-tasks .agenda__today-tasks__add-new .new_item_form textarea{
    width: 100%;
    outline: none;
    border: none;
    font-size: 9px;
    height: 50px;
    resize: none;
}
.personel-agenda__container main.agenda__my-tasks .agenda__today-tasks__add-new .new_item_form textarea:focus,
.personel-agenda__container main.agenda__my-tasks .agenda__today-tasks__add-new .new_item_form textarea:active,
.personel-agenda__container main.agenda__my-tasks .agenda__today-tasks__add-new .new_item_form textarea:hover{
    outline: none !important;
    border: none !important;
}
.personel-agenda__container main.agenda__my-tasks .agenda__today-tasks__add-new .new_item_form >footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 5px 10px;

}
.personel-agenda__container main.agenda__my-tasks .agenda__today-tasks__add-new .new_item_form >footer>div {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;

}
.personel-agenda__container main.agenda__my-tasks .agenda__today-tasks__add-new .new_item_form >footer>div button:nth-child(1){
    background: #145389;
    border-radius: 5px;
    border:none;
    outline: none;
    padding: 2px 22px;
    color: white;
}
.personel-agenda__container main.agenda__my-tasks .agenda__today-tasks__add-new .new_item_form >footer>div button:nth-child(2){
    border:none;
    outline: none;
    padding: 0;
    background: none;
    font-style: normal;
    font-size: 9px;
    color: black;
}
.personel-agenda__container main.agenda__my-tasks .agenda__today-tasks__add-new button{
    background: #FFFFFF;
    border-radius: 5px;
    font-weight: 400;
    font-size: 13px;
    width: 100%;
    color: white;
    outline: none;
    border: dashed 1px white;
    border-radius: 10px;
    padding: 8px 22px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
}
.personel-agenda__container main.agenda__my-tasks .agenda__today-tasks__add-new button p.plus-icon{
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    border: 1px solid white;
    width: 13px;
    height: 13px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.personel-agenda__container main.agenda__my-tasks .agenda__main-header > div >img{
    cursor: pointer;
}
.personel-agenda__container main.agenda__my-tasks .agenda__main-header img{
    height: 12px;
}
.personel-agenda__container main.agenda__my-tasks .agenda__main-header span{
    font-style: italic;
    font-weight: 600;
    font-size: 8px;
    color: #FFFFFF;
}
.agenda__today-tasks__item{
    padding: 6px 11px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-right: 4px;
}
.agenda__today-tasks__item .header{
    gap: 0px 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.agenda__today-tasks__item .header .options{
    position: relative;
    display: flex;
}
.agenda__today-tasks__item .header .options i {
    cursor: pointer;
}
main.agenda__my-tasks .agenda__today-tasks__container .agenda__today-tasks__item .agenda__today-tasks__item__title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5px;
}
main.agenda__my-tasks .agenda__today-tasks__container .agenda__today-tasks__item .agenda__today-tasks__item__title>div {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex:70%;
}
main.agenda__my-tasks .agenda__today-tasks__container .agenda__today-tasks__item .agenda__today-tasks__item__title img {
    width:22px;
    height:22px;
}
main.agenda__my-tasks .agenda__today-tasks__container .agenda__today-tasks__item .agenda__today-tasks__item__title input[type='checkbox'] {
    display: none;
}
main.agenda__my-tasks .agenda__today-tasks__container .agenda__today-tasks__item .agenda__today-tasks__item__title input[type='checkbox'] + label{
    width: 13px;
    height: 13px;
    border: 1px solid #145389;
    outline: none;
    background: #FFFFFF;
    min-width: 13px;
    min-height:13px;
    cursor:pointer;
}
main.agenda__my-tasks .agenda__today-tasks__container .agenda__today-tasks__item .agenda__today-tasks__item__title input[type='checkbox']:checked + label{
    background: #145389;
}
main.agenda__my-tasks .agenda__today-tasks__container .agenda__today-tasks__item .agenda__today-tasks__item__title input[type='checkbox']:checked ~ span {
    text-decoration: line-through;
    color: #CCCCCC;
}
main.agenda__my-tasks .agenda__today-tasks__container .agenda__today-tasks__item .agenda__today-tasks__item__title span{
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: #000000;
    word-wrap: break-word;
    word-break: break-word;
    cursor:pointer;
}
main.agenda__my-tasks .agenda__today-tasks__container .agenda__today-tasks__item .agenda__today-tasks__item__time {
    margin-left: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
main.agenda__my-tasks .agenda__today-tasks__container .agenda__today-tasks__item .agenda__today-tasks__item__time span{
    font-style: italic;
    font-weight: 500;
    font-size: 8px;
    line-height: 12px;
    color: #CCCCCC;
}
/* matchbar new styles  */
.user__matches.matchbar{
    padding: 1rem;
    border-radius: 5px;
}
.user__matches.matchbar .matches__title{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.user__matches.matchbar .matches__title .title{
    margin: 0px;
    gap: 5px;
    align-items: center;
}
.user__matches.matchbar .matches__title .title span{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #145389;
    margin: 0;
}
.user__matches.matchbar .matches__body{
    gap: 16px;
}
.user__matches.matchbar .matches__body .match__user{
    margin: 0;
    padding: 12px 9px;
    border: 0.5px solid #145389;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 10px;
}
.user__matches.matchbar .matches__body .match__user .match_profile-container{
    gap:7px;
}
.user__matches.matchbar .matches__body .match__user .match_profile-container > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 60px);
}
.user__matches.matchbar .matches__body .match__user img{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: none;
    border: 1px solid rgba(29, 40, 74, 0.2);
}
.agenda__today-tasks__item .action__list.top__special{
    border-radius: 10px;
    background: #fff;
    top:100%;
    padding:4px 14px;
    min-width: unset;
}
.agenda__today-tasks__item .action__list.top__special.action__list ul{
    align-items: flex-start;
    padding:0;
}
.agenda__today-tasks__item .action__list.top__special.action__list ul  li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
/* .selected-task{
    border: 1px solid #145389;
    animation: selected-task1 infinite 1.5sn  ease-in-out;
}
@keyframes selected-task1 {
    0% {
        border: 1px solid #145389;
        transform: scale(1);
    }
    25% {
        border: 10px solid #145389;
        transform: scale(1.1);
    }
    50% {
        border: 20px solid #145389;
        transform: scale(1.2);
    }
    75% {
        border: 10px solid #145389;
        transform: scale(1.1);
    }
    100% {
        border: 1px solid #145389;
        transform: scale(1);
    }
} */
.drag__items .selected-task {
    border: 1px solid #145389;
    animation-name: selected-task;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }

  @keyframes selected-task {
    0%   {border: 1px solid #145389;}
    25%  {border: 2px solid #145389;}
    50%  {border: 3px solid #145389;}
    75%  {border: 2px solid #145389;}
    100% {border: 1px solid #145389;}
  }
