@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
    --border: 1px solid #eaeaef;

    --blue: #5d5fef;
    --dark: #32324d;
}
body {
    font-family: "Montserrat" !important;
}
html {
    scroll-behavior: smooth;
}
i {
    pointer-events: none;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:active,
:focus {
    outline: none;
}
a:active,
a:focus {
    outline: none;
}
aside,
footer,
header,
nav {
    display: block;
}
body,
html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
    font-family: inherit;
}
input::-ms-clear {
    display: none;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
p {
    padding: 0;
    margin: 0;
}
::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  background: #eaeaef;
  border-radius: 4px;
}
.back{
    cursor: pointer;
}
::-webkit-scrollbar-thumb {
  background: #5d5fefcf;
  border-radius: 4px;
}
.sampler{
    padding: 24px;
    background: white;
    box-shadow: 0px 1px 4px rgb(33 33 52 / 10%);
    border-radius: 0 0 4px 4px;
    min-width: unset !important;
/*    height: 100% !important;*/
    min-height: 1200px;
}
.ok__btn{
    background: var(--blue) !important;
    color: white;
}
.dropzone{
    border: 1px dashed var(--blue) !important;
}
.dropzone h3,
.dropzone span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 17px;
    color: var(--blue);
    margin-top: 10px;
}
.inner__input form{
    width: 100%;
}
.list__setting-body button,
.inner__input button{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    background: #5d5fef;
    border-radius: 2px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: none;
    justify-content: center;
}
.list__setting-body button:hover,
.inner__input button:hover{
    background: var(--blue);
}
.create__body input{
    padding: 11px;
}
.langers{
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
}
.sample__header {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
  border-radius: 4px 4px 0 0;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sample__header h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 4px;
}
.sample__header a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  background: #5d5fef;
  border-radius: 2px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 85px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: var(--border);
    background: white;
    transition: .3s;
    z-index: 999;
}
.brand{
    opacity: 0;
    visibility: hidden;
    transition: 0 !important;
}
.link__txt,
.rotater,
.langers,
.ninja__link{
    opacity: 0;
    visibility: hidden;
}
.sidebar.open{
    width: 15%;
}
.sidebar.open .link__txt,
.sidebar.open .brand,
.sidebar.open .langers,
.sidebar.open .rotater,
.sidebar.open .ninja__link{
    opacity: 1;
    visibility: visible;
}
.ninja{
    height: 0;
}
.sidebar.open .ninja{
    height: initial;
}
.sidebar__header {
    padding: 16px;
    border-bottom: var(--border);
}
.sidebar__header img{
    width: 100%;
    height: 52px;
    object-fit: contain;
}
.sidebar__body ul {
    padding: 0;
    margin: 0;
}
.right{
    padding-left: 85px;
}
.exit {
    border-top: var(--border);
}
.langer{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: black;
}
.sidebar__link {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #334d6e;
    background: white;
}
.sidebar__link:hover {
    color: #334d6e;
    background: #f7f7fe;
    border-right: 2px solid #5d5fef;
}
.sidebar__link i {
    font-size: 24px;
    color: #c2cfe0;
}
.navbar {
    padding: 24px;
    border-bottom: var(--border);
    position: fixed;
    top: 0;
    width: calc( 100% - 85px );
    background: white;
    z-index: 99;
}
.title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #32324d;
}
.background {
    height: 100%;
    min-height: 100vh;
    padding: 110px 32px 64px 32px;
    background: #f6f6f9;
}
.notifications {
    color: #c2cfe0;
    background: transparent;
    font-size: 32px;
}
.nav__right {
    display: flex;
    align-items: center;
    gap: 40px;
}
.question {
    font-weight: 700;
    color: #334d6e;
    background: transparent;
    font-size: 20px;
    padding: 6px 11px;
    border: 2px solid #334d6e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toolbar {
    background: white;
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 4px;
    position: relative;
}
.toolbar form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toolbar__filter {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fdfdfe;
    padding: 24px;
    align-items: flex-end;
    justify-content: space-between;
    box-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
    border-radius: 0px 0px 4px 4px;
    flex-wrap: wrap;
    gap: 1rem;
}
.toolbar__filter.show {
    display: flex;
    z-index: 9;
}
.filter__item-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #32324d;
    margin-bottom: 0.5rem;
}
.filter__input,
.filter__items select {
    padding: 14px;
    background: transparent;
    border: var(--border);
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    min-width: 200px;
}
.filter__input::placeholder{
    color: #90a0b7;
}
option{
    padding: 8px !important;
}
.filter__items {
    display: flex;
    align-items: center;
    gap: 18px;
}
.allow {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: white;
    padding: 14px 18px;
    background: var(--blue);
    border: var(--border);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 180px;
}
#search {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #32324d;
    padding: 14px 50px 14px 18px;
    border: var(--border);
    border-radius: 4px;
    width: 100%;
    min-width: 300px;
}
.search {
    position: relative;
}
.srch{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #32324d;
    padding: 14px 50px !important;
    border: var(--border);
    border-radius: 4px;
    width: 100%;
    min-width: 300px;
}
.search label {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 20px;
    color: #32324d;
}
.toolbar__right {
    display: flex;
    align-items: center;
    gap: 12px;
}
.reset,
.filter {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #32324d;
    padding: 14px 18px;
    background: transparent;
    border: var(--border);
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.reset i,
.filter i {
    font-size: 20px;
    color: #32324d;
}
.stick {
    font-size: 24px;
    opacity: 0.4;
    font-weight: 100;
}
.create {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: white;
    padding: 14px 18px;
    background: var(--blue);
    border: var(--border);
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.create i {
    font-size: 20px;
    color: white;
}
.filter.hide {
    display: none;
}
.list {
    padding: 24px 32px;
    background: white;
    /* box-shadow: 0px 1px 3px rgba(33, 33, 52, 0.1); */
    border-radius: 4px;
}
.list__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 20px;
}
.list__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #334d6e;
}
.list__settings {
    padding: 12px;
    background: transparent;
    border: var(--border);
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
}
.list__settings i {
    font-size: 24px;
}
.list__setting-body {
    padding: 16px 12px;
    background: white;
    border: 1px solid #dcdce4;
    box-shadow: 0px 0px 10px rgba(65, 65, 65, 0.15);
    border-radius: 4px;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    display: none;
    z-index: 9;
}
.list__setting-body form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.confirm {
    padding: 12px 0;
    background: var(--blue);
    border-radius: 4px;
    color: white;
}
.check label {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #32324d;
    cursor: pointer;
}
.check {
    display: flex;
    align-items: center;
    gap: 8px;
}
.list__setting-body.show {
    display: flex;
}
.list__sub {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(12, 1fr);
    padding: 24px;
    background: #f9f9f9;
    gap: 0.5rem;
}
.list__item-title {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: black;
}
.list__body {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(12, 1fr);
    padding: 24px;
    gap: 1rem;
}
.list__item-txt {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #666687;
}
.list__body:nth-child(2n) {
    background: #fdfdfe;
}
.list__item-txt.num {
    color: black;
}
.list__item-txt.name {
    color: var(--blue);
}
.list__item-txt.stadia {
    padding: 8px;
    background: #eafbe7;
    border: 1px solid #c6f0c2;
    border-radius: 2px;
    color: #2ed47a;
    text-align: center;
}
.list__item-txt.stadia.negative {
    background: #fff8fd;
    color: #e900a8;
    border-color: #e900a8;
    text-align: center;
    border-radius: 2px;
}
.list__item-btn {
    padding: 8px;
    background: transparent;
    border: var(--border);
    border-radius: 4px;
    color: black;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-wrap {
    overflow: auto;
}
.table {
    width: 100%;
/*    min-width: 1440px;*/
    overflow: scroll;
}
.table__header {
    background: #f9f9f9 !important;
    width: 100%;
    border: none;
}
.table th {
    padding: 0;
    border: none;
}
.table td {
    padding: 0;
    border-bottom: none;
    vertical-align: middle;
}
.list__item {
    padding: 24px 12px;
}
/* .table th:first-child {
  padding-left: 24px;
} */
.list__item {
    display: flex;
    align-items: center;
}
.table tr:nth-child(odd) {
    background: #fdfdfe;
}
.list__bottom {
    padding: 22px;
    background: #fdfdfd;
    /* box-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1); */
    border-radius: 0px 0px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list__select-wrap {
    padding: 12px 18px;
    border: var(--border);
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.list__select-wrap label {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.list__select,
.list__select option {
    color: var(--blue);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.create__modal {
    display: none;
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    overflow: auto;
}
.create__modal.show {
    display: block;
}
.create__wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    height: 100%;
}
.kreator {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: white;
    box-shadow: -40px 64px 120px rgba(0, 0, 0, 0.08);
}
.create__header,
.create__bottom {
    padding: 16px;
    background: #f6f6f9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.soojin .create__header{
    position: fixed;
    top: 0;
    width: -webkit-fill-available;
    z-index: 99;
}
.soojin .create__bottom{
    position: fixed;
    bottom: 0;
    width: -webkit-fill-available;
    z-index: 99;
}
.soojin form{
    padding-top: 80px;
}
.soojin .create__body{
    padding-bottom: 100px;
}
.soojin .create__x{
    padding: 8px;
}
.create__body {
    background: white;
    padding: 32px;
}
.radiohead {
    padding: 10px 24px !important;
    background: #f6f6f9;
}
.radio__txt {
    position: relative;
    z-index: 9;
}
.flexer__select {
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 40px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: black;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #dcdce4;
    border-radius: 0;
    background: transparent;
    color: #000 !important;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    border: 1px solid #dcdce4;
    top: 0;
    left: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #000 !important;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.create__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #32324d;
}
.create__x {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: white;
    border: 1px solid #dcdce4;
    border-radius: 4px;
    font-size: 24px;
}
.select__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #32324d;
    margin-bottom: 8px;
}
.info__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #334d6e;
    margin-bottom: 16px;
}
.info__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.info__flexer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}
.info__item label {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #32324d;
}
.info__item input,
.informer input {
    padding: 10px 12px;
    border: var(--border);
    border-radius: 4px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: var(--dark);
}
.info__item input:placeholder,
.informer input:placeholder{
    color: #8e8ea9;
}
.informer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin-bottom: 40px;
    gap: 24px;
}
.informer__left,
.informer__right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.area__item {
    margin-bottom: 32px;
}
.area__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #334d6e;
    margin-bottom: 16px;
}
.area__item-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #32324d;
    margin-bottom: 8px;
}
.area__item textarea {
    border: 1px solid #dcdce4;
    border-radius: 4px;
    min-height: 110px;
    width: 100%;
    padding: 14px;
}
.create__cancel {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 16px;
    border: var(--border);
    background: white;
    border-radius: 4px;
}
.create__confirm {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 16px;
    background: var(--blue);
    border-radius: 4px;
    color: white;
}
.user__photos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.user__pic {
    width: 37px;
    height: 37px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: -10px;
}
.user__pic:last-child {
    margin-right: 0;
}
.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 56px;
}
.cardo {
    padding: 24px;
    background: white;
    box-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
    border-radius: 4px;
    position: relative;
}
.cardo__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #32324d;
    margin-bottom: 24px;
}
.cardo__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #334d6e;
    margin-bottom: 16px;
}
.cardo__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f6f6f9;
    padding: 4px 0;
    margin-bottom: 10px;
}
.cardo__item {
    margin-bottom: 24px;
}
.flex__left {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #90a0b7;
}
.flex__right {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #32324d;
    text-align: end;
}
.cardo__sub {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #32324d;
    margin-bottom: 18px;
}
.second__cardo p {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #32324d;
    margin-bottom: 0.5rem;
    display: block;
}
.blue {
    color: var(--blue) !important;
}
.access__flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}
.access__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 10px;
}
.allow__access {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--blue);
    padding: 12px 24px;
    background: transparent;
    border: 1px solid #dcdce4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.access__bottom {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 24px;
    gap: 16px;
}
.allow__access i,
.edit__btn i,
.delete__btn i {
    font-size: 18px;
}
.edit__btn,
.delete__btn {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #32324d;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: var(--border);
    border-radius: 4px;
}
.doc__btns {
    display: flex;
    align-items: center;
}
.doc__btn {
    padding: 14px 72px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--dark);
    background: #f8fafc;
    border-right: 1px solid #dcdce4;
}
.doc__btn:last-child {
    border-right: none;
}
.doc__btn.active {
    background: white;
    color: var(--blue);
    box-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
}
.doc__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 20px 24px;
    border-radius: 4px;
}
.doc__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #334d6e;
}
.doc__header-right {
    display: flex;
    align-items: center;
    gap: 16px;
}
.doc__search {
    position: relative;
}
.doc__search input {
    padding-left: 48px !important;
    min-width: auto !important;
}
.doc__search label {
    font-size: 20px;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.doc__wrapper {
    align-items: flex-start;
    position: relative;
}
.doc__icon {
    width: 24px;
    height: auto;
    object-fit: contain;
}
.doc__list {
    overflow: auto;
}
.doc__list table {
    width: 100%;
    min-width: 840px;
}
.doc__list table tr:first-child {
    background: #f9f9f9;
}
.doc__list table tr {
    background: white;
    border-bottom: 1px solid #eeeeee33;
}
.doc__list th,
.doc__list td {
    padding: 16px;
    vertical-align: middle;
}
.doc__type {
    display: flex;
    align-items: center;
    gap: 8px;
}
.doc__card {
    background: white;
    padding: 16px;
    border-radius: 4px;
}
.doc__img {
    width: 100%;
    background: #f9f9f9;
    border-radius: 2px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.doc__pic {
    max-width: 100%;
    max-height: 100%;
    padding: 12px;
    /*width: 150px;
    height: auto;*/
    object-fit: contain;
}
.doc__name {
    font-weight: 600;
}
.doc__cardo-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    padding: 16px 0;
}
.doc__cardo-sub {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #32324d;
    margin-bottom: 20px;
}
.doc__cardo-bottom {
    display: flex;
    align-items: center;
/*    flex-direction: column;*/
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}
.download {
    padding: 10px 34px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid var(--blue);
    color: var(--blue);
}
.doc__item {
    display: none;
}
.doc__item.active {
    display: block;
}
.doc__title {
    cursor: pointer;
    color: #90a0b7;
}
.doc__right {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 370px;
}
.doc__right.active {
    display: block;
}
.inner__back {
    padding-bottom: 300px;
}
.add__modal-wrapper {
    height: 100%;
}
.add__body {
    width: 100%;
    min-width: 400px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.adder {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.add__modal {
    position: fixed;
}
/* .open__modal {
  display: block !important;
} */
.user__ava {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
.opener {
    width: 100%;
    max-width: 470px;
    background: white;
    height: 100%;
    padding: 24px;
    overflow: auto;
}
.open__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.open__search {
    position: relative;
    margin-bottom: 24px;
}
.open__search input {
    padding: 18px 56px 18px 40px;
    width: 100%;
    border: var(--border);
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.open-reset {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    font-size: 20px;
}
.open__search label {
    font-size: 20px;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-40%);
}
.type__item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    gap: 12px;
}
.type__item i {
    padding: 12px;
    border-radius: 50%;
    background: #eafbe7;
    font-size: 20px;
    color: #2ed47a;
}
.type__item.admin i {
    background: #fbe7e7;
    color: #d44c2e;
}
.type__item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.doughnut__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #32324d;
    margin-bottom: 12px;
}
.user__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: var(--border);
}
.user__item:last-child {
    border-bottom: none;
}
.user__right {
    display: flex;
    align-items: center;
    gap: 12px;
}
.user__name {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #32324d;
    margin-bottom: 4px;
}
.user__status {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #666687;
    opacity: 0.5;
}
.open__modal {
    position: fixed;
}
.user__btn {
    padding: 10px 40px;
    border-radius: 4px;
    background: #fcecea;
    border: 1px solid #f5c0b8;
    color: #d02b20;
}
.user__btn.allow__btn {
    color: #5d5fef;
    border: 1px solid #d3d5ff;
    background: #f5f6ff;
}
.projekts__list tr:nth-child(odd) {
    background: #fdfdfd;
}
.projekts__list tr {
    border-bottom: 1px solid #eeeeee33;
}
.projekts__list tr:hover {
    background: #f6f6f9;
}
.bolder {
    font-weight: 600 !important;
}
.stadia.orange {
    background: #fdf4dc;
    border: 1px solid #fae7b9;
    color: #d9822f;
}
.stadia.pink {
    background: #fff8fd;
    border: 1px solid #ff5fd2;
    color: #e900a8;
}
.stadia.blue {
    color: #0075ff;
    background: #eaf5ff;
    border: 1px solid #b8e1ff;
}
.stadia.red {
    color: #d02b20;
    background: #fcecea;
    border: 1px solid #f5c0b8;
}
.sidebar__link.active {
    color: rgb(51, 77, 110);
    background: rgb(247, 247, 254);
    border-right: 2px solid rgb(93, 95, 239);
}
.projecter {
    max-width: 652px;
    width: 100%;
    background: white;
    height: 100%;
}
.projecter form{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.crumbs {
    display: flex;
    align-items: center;
    gap: 14px;
}
.this__page {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--blue);
}
.last__page {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--dark);
}
.chevron {
    color: var(--dark);
    font-size: 18px;
}
.client__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #334d6e;
    margin-bottom: 12px;
}
.client__sub {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0.5rem;
    color: var(--dark);
}
.inputter {
    display: flex;
    align-items: center;
}
.inputter input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #dcdce4;
    border-radius: 4px;
    padding: 10px 12px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: var(--dark);
}
.inputter input::placeholder {
    color: #8e8ea9;
}
.input__plus button {
    color: var(--blue);
    background: #f2f4f8;
    border-radius: 2px;
    height: 42px;
    width: 42px;
    margin-left: 16px;
    font-size: 18px;
}
.list-search {
    background: #ffffff;
    border: 0.5px solid #eaeaef;
    box-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
    border-radius: 4px;
    margin-top: 8px;
    padding: 4px;
    display: none;
}
.list-search.show {
    display: block;
}
.list__item-search a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
}
.list__item-search:hover {
    background: #f9f9f9;
}
.list__name-search,
.list__num-search {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--dark);
}
.list-search ul {
    padding: 0;
    margin: 0;
}
.list-search.empty #myUL {
    display: none;
}
.cant__find {
    min-height: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    display: none;
}
.cant__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--dark);
}
.cant__btn {
    padding: 10px 24px;
    color: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 4px;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.list-search.empty .cant__find {
    display: flex;
}

.login {
    min-height: 100vh;
    overflow: hidden;
}
.login .left {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: url(../img/login.jpg) center no-repeat;
    background-size: cover;
}
.login .left img {
    width: 288px;
    height: auto;
    object-fit: contain;
}
.login .right {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue);
}
.login .form {
    width: 100%;
    max-width: 534px;
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0;
}
.login .form .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
}
.login label {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #334d6e;
    margin-bottom: 0.5rem;
}
.login input {
    background: #ffffff;
    border: 1px solid #dcdce4;
    border-radius: 4px;
    padding: 10px 12px;
    margin-bottom: 16px;
}
.login form div {
    display: flex;
    flex-direction: column;
}
.login form {
    width: 60%;
}
.login button {
    width: 100%;
    background: var(--blue);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: white;
    padding: 12px 0;
    border-radius: 4px;
    margin-top: 1rem;
}
.back {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid var(--blue);
    border-radius: 4px;
}
.flexer {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.stadia {
    padding: 10px;
    border-radius: 2px;
}
.inner__card {
    background: white;
    margin-bottom: 24px;
    box-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
    border-radius: 4px;
    padding: 24px;
}
.card__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--dark);
    margin-bottom: 0.5rem;
}
.card__sub {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #32324d;
    margin-bottom: 12px;
}
.card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.card__links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}
.card__link {
    padding: 12px;
    border: var(--border);
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #32324d;
}
.card__link i,
.client__btn i {
    font-size: 20px;
    color: var(--blue);
}
.client__btn {
    padding: 10px 12px;
    background: transparent;
    border: var(--border);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    width: 100%;
}
.c-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: var(--dark);
}
.c-num {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #8e8ea9;
    text-align: start;
}
.addon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    border: var(--border);
    border-radius: 4px;
    background: transparent;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.card__right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.addon i {
    font-size: 13px;
    padding: 4px;
    border: 1px solid #dcdce4;
    border-radius: 4px;
}
.comment__btn {
    background: transparent !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--dark) !important;
    border-bottom: none !important;
}
.comment__btn:focus {
    box-shadow: none !important;
    border-bottom: none !important;
}
.comment {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: var(--border);
}
.comment:last-child {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}
.com__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.com__name {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
}
.com__date {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #32324d;
    opacity: 0.5;
}
.com__txt {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}
.leave form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.leave textarea {
    border: var(--border);
    border-radius: 4px;
    min-height: 64px;
    padding: 10px;
}
.leave button {
    max-width: 100px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--blue);
    color: white;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.inner__header {
    margin-bottom: 24px;
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
    border-radius: 4px;
    padding: 24px;
    /* position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 999; */
}
.laravel {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #32324d;
}
.inner__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top__btns {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.type__btn {
    font-size: 20px;
    background: transparent;
}
.inner__btns {
    display: flex;
    align-items: center;
    border-radius: 4px;
}
.inner__btn {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    padding: 16px;
    color: #334d6e;
    background: white;
    border: 1px solid #d9d8ff;
    border-right: none;
}
.inner__btn:first-child {
    border-radius: 4px 0 0 4px;
}
.inner__btn:last-child {
    border-right: 1px solid #d9d8ff;
    border-radius: 0 4px 4px 0;
}
.inner__btn.active {
    background: #f9f9f9;
    color: var(--blue);
}
.inner__btn.disable {
    color: #334d6e86;
}
.accordion-button {
    background: transparent !important;
}
.accordion-button:focus,
.accordion-button:active,
.accordion-button:focus-within,
.accordion-button:focus-visible {
    background: #f9f9f9 !important;
    box-shadow: none !important;
}
.acc__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: #f9f9f9;
    border-bottom: 1px solid #f6f6f9;
    border-radius: 4px 4px 0px 0px;
    padding: 14px 24px;
}
.acc__title {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #333333;
    text-transform: uppercase;
}
.acc__count {
    color: #8e8ea9;
}
.acc__left,
.acc__right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.acc__color {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2ed47a;
}
.upload {
    background: white;
    border: var(--border);
    border-radius: 4px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: black !important;
}
.upload i {
    font-size: 20px;
}
.acc__btn {
    border-radius: 4px;
    font-size: 18px;
    padding: 9px;
    background: white;
    border: var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
}
.acc {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
    border-radius: 4px;
    margin-bottom: 24px;
    border-radius: 4px;
}
.acc__item {
    padding: 22px;
    background: white;
    border-bottom: var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.acc__logo {
    width: 24px;
    height: auto;
    object-fit: contain;
}
.acc__lefter,
.acc__righter {
    display: flex;
    align-items: center;
    gap: 8px;
}
.acc__name {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-transform: capitalize;
    color: #32324d;
}
.acc__date {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #666687;
}
.acc__color.blue {
    background: #003ad0;
}
.acc__color.pink {
    background: #ef5dbd;
}
.acc__color.red {
    background: #d02b20;
}
.acc__color.mint {
    background: #00d0ab;
}
.acc__color.orange {
    background: #ff8a00;
}
.acc__color.purple {
    background: #a346ff;
}
.acc__body {
    display: none;
}
.acc__body.active {
    display: block;
}
.sticker .doc__right {
    position: static;
    display: unset;
}
.sticker .doc__card {
    position: sticky;
    top: 24px;
    right: 0;
    display: none;
}
.sticker .doc__right.active .doc__card {
    display: block;
}
.acc.empty .acc__item {
    display: none;
}
.empty__body {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    display: none;
}
.empty__pic {
    width: 160px;
    height: auto;
    object-fit: contain;
}
.empty__txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #32324d;
    text-align: center;
}
.acc.empty .empty__body {
    display: flex;
}
.filer {
    display: none;
}
.filer-label {
    width: 100%;
    height: 128px;
    border: 1px dashed #5d5fef;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.file__icon {
    font-size: 20px;
    color: var(--blue);
}
.file__txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--blue);
}
.file__modal.active,
.delivery__modal.active {
    display: block;
}
.hidden__items {
    display: none;
}
 
.initial__select .nu__inputs{
    padding: 0 0 2px 0;
}
.initial__select .select2-selection {
    height: unset !important;
    display: initial !important;
    align-items: unset !important;
    border: initial !important;
}
.initial__select .select2 {
    width: initial !important;
}
.initial__select .select2-dropdown {
    border: initial !important;
}
.initial__select .select2-selection__arrow {
    top: initial !important;
    transform: initial !important;
}
.initial__select .select2-search__field{
    border: none !important;
}
.initial__select .select2-selection__choice{
    padding: 8px !important;
}
.select2-selection {
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    border: var(--border) !important;
}
.select2 {
    width: 100% !important;
}
.select2-dropdown {
    border: var(--border) !important;
}
.select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.section__card {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
    border-radius: 4px;
    padding: 24px;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.sec__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    position: relative;
}
.seeker__body {
    padding: 24px 16px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
    border-radius: 4px;
    width: 100%;
}
.seeker__body ul {
    padding: 0;
    margin: 0;
}
.seeker__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #32324d;
    border-bottom: var(--border);
    padding: 16px 0;
}
.seeker__body li:first-child .seeker__item {
    padding-top: 0;
}
.seeker__body li:last-child .seeker__item {
    border-bottom: 0;
    padding-bottom: 0;
}
.seeker__item i {
    font-size: 24px;
    font-weight: 500;
}
.header__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #32324d;
}
.header__btn {
    padding: 12px 18px;
    background: var(--blue);
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: white;
}
.sec__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #334d6e;
}
.sec__title-lil {
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    color: #334d6e;
    max-width: 50%;
}
.sec__btn {
    padding: 10px;
    border: var(--border);
    border-radius: 4px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.sec__btn i {
    font-size: 20px;
    font-weight: 500;
}
.sec__btns {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sec__list ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.sec__link {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #32324d;
    background: transparent;
    padding: 10px 16px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.seeker__x{
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    background: white;
    font-size: 32px;
}
.sec__link.active {
    background: #f0f0ff !important;
    border-radius: 2px;
}
.sec__link:hover {
    background: #f0f0ff54;
}
.sec__link-2 {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #32324d;
    border-bottom: 1px solid #eeeeee94;
    background: transparent;
    padding: 16px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec__list li:last-child .sec__link-2 {
    border: none;
}
.sec__link-2:hover {
    background: #f0f0ff54;
    border-radius: 4px;
}
.sec__link-2 i {
    font-size: 20px;
}
.sec__link-2.active {
    background: #f0f0ff;
    border-radius: 4px;
}
.sec__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px;
    border-bottom: 1px solid #eeeeee94;
}
.sec__item:last-child {
    border-bottom: none;
}
.sec__lefter,
.sec__righter {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sec__logo {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.sec__name {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #32324d;
    width : 140px;
  overflow:hidden;
  display:inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec__date {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #666687;
}
.sec__list {
    display: none;
}
.sec__list.active {
    display: block;
}
.modal1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow-x: auto;
    min-height: 100vh;
}
.modal1.show {
    display: block;
}
.modal-wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.178); 
}
.doc__modal {
    width: 700px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    box-shadow: -40px 64px 120px rgba(0, 0, 0, 0.08);
}
.doc__body {
    background: white;
    padding: 32px;
}
.doc__picture {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 16px;
}
.image__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #32324d;
    margin-bottom: 16px;
}
.document__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 16px;
}
.sec-flexer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
}
.download-1 {
    width: 100%;
    padding: 12px 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #32324d;
    background: transparent;
    border: var(--border);
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.create__div {
    margin-bottom: 24px;
}
.create__flexer {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
    margin-bottom: 32px;
}
.doc__lister {
    display: none;
}
.doc__lister.active {
    display: block;
}
.doc__title.active {
    color: var(--dark);
}
.main__flex {
    display: grid;
    grid-template-columns: 20% 60% 20%;
}
.sidebar__wrap {
    background: white;
    padding: 120px 32px 24px 32px;
    width: 100%;
}
.inner__input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
}
.sample__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}
.sample__sub {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #90a0b7;
}
.sample a,
.sample button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 16px;
    background: #ffffff;
    border: 1px solid #dcdce4;
    border-radius: 4px;
    width: 100%;
}
.samples {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 0;
}
.sample__pic {
    width: 50px;
    height: auto;
    object-fit: contain;
    margin-right: 12px;
}
.sample__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #32324d;
}
.sample__left {
    display: flex;
    align-items: center;
}
.mid {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
    border-radius: 4px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 16px;
}
.info__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #32324d;
}
.back.red {
    border-color: #e6353c;
    color: #e6353c;
}
.righto {
    padding: 120px 24px 32px 24px;
}
.about__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}
.about__flexer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* margin-bottom: 8px; */
    padding: 12px 0;
    border-bottom: var(--border);
}
.about__flexer:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.about__question {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #90a0b7;
}
.about__answer {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #32324d;
    text-align: end;
    max-width: 50%;
}
.mid__header {
    padding: 24px 32px;
    background: white;
    padding-bottom: 64px;
    box-shadow: 0px 1px 4px rgba(33, 33, 52, 0.1);
}
.opacity__sample {
    opacity: 0.7;
}
.tea {
    padding-top: 80px;
}
.mid__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}
.mid__sub {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 16px;
    color: #32324d;
}
.mid__btns {
    display: flex;
    align-items: center;
    gap: 28px;
}
.mid__item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.mid__item p {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #32324d;
    padding: 0;
    margin: 0;
}
.mid__input {
    background: #ffffff;
    border: 1px solid #dcdce4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    text-align: center;
    width: 90px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #32324d;
}
.mid__input.long {
    width: 240px;
    text-align: start;
    padding-left: 16px;
}
.new__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.new__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #32324d;
    margin-bottom: 0.5rem;
}
.new__input {
    background: #ffffff;
    border: 1px solid #dcdce4;
    border-radius: 4px;
    padding: 14px 16px;
    width: 100%;
    margin-bottom: 16px;
}
.new__textarea {
    background: #ffffff;
    border: 1px solid #dcdce4;
    border-radius: 4px;
    padding: 14px 16px;
    width: 100%;
    margin-bottom: 16px;
    min-height: 84px;
    resize: none;
}
.btn__flex {
    display: flex;
    align-items: center;
}
.long__btn {
    width: 90%;
    padding: 12px 0;
    border: 1px solid #dcdce4;
    border-radius: 4px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.short__btn {
    width: 10%;
    margin-left: 10px;
    padding: 12px 0;
    border: 1px solid #dcdce4;
    border-radius: 4px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.full__btn {
    padding: 12px 0;
    border: 1px solid #dcdce4;
    border-radius: 4px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}
.new__btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.mid__tab {
    display: none;
    height: 100%;
}
.mid__tab.active {
    display: block;
}
.ender {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 12px 0 0;
}
.tabler {
/*    min-width: 1440px !important;*/
}
.sodom {
    min-width: 500px;
    justify-content: space-between;
}
.exodus {
    display: flex;
    justify-content: space-between;
}
.pro__img {
    height: 146px;
    width: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #003ad0;
    position: relative;
    cursor: pointer;
    margin-bottom: 1rem;
}
.pro__img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.pro__img-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: #003ad0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro__img-btn input {
    background: transparent;
    color: white;
    width: 100%;
    height: 100%;
    font-size: 20px;
}
.pro__img-btn i {
    transform: translateY(2px);
}
.pro__img-delete {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 20%;
}
.pro__img-delete button {
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.56);
    color: white;
    font-size: 18px;
    transform: translateY(100%);
    transition: 0.3s;
}
.pro__pic {
    width: 125px;
    height: 125px;
    object-fit: cover;
    border-radius: 50%;
}
.pro__img:hover .pro__img-delete button {
    transform: translateY(0);
}
.ineedwrap {
    overflow: auto;
}
.paddinger {
    padding-top: 40px;
}
.lets {
    display: none;
}
.lets.active {
    display: block;
}
.doc__cardo-bottom .flexer {
    gap: 5px;
}
.delete__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.delete__header {
    border-radius: 8px 8px 0 0;
}
.deleter {
    width: 412px;
    height: 275px;
    filter: drop-shadow(0px 2px 15px rgba(33, 33, 52, 0.1));
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.delete__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #32324d;
    text-align: center;
}
.delete__body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}
.deleter form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.delete__header {
    display: flex;
    align-items: center;
    justify-content: center;
}
.delete__txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.delete__icon {
    font-size: 32px;
    color: #d02b20;
}
.delete__bottom {
    padding: 16px;
    border-top: var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.delete__btn-1 {
    width: 50%;
    margin-right: 10px;
    padding: 10px 0;
    border: 1px solid #dcdce4;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
.delete__btn-2 {
    background: #fcecea;
    border: 1px solid #f5c0b8;
    border-radius: 4px;
    padding: 10px 0;
    width: 50%;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;

    color: #d02b20;
}
.sec__seeker {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.seek__item:first-child {
    padding-top: 0;
}
.seek__item:last-child {
    padding-bottom: 0;
}
.seeker__body {
    display: none;
}
@media screen and (max-width: 1700px) {
    .documents {
        width: 68% !important;
    }
}
@media screen and (max-width: 1200px) {
    .documents {
        width: 100% !important;
    }
    .doc__right {
        position: static;
        max-width: 400px;
        margin-top: 2rem;
    }
}
.acc__wrap{
    position: relative;
}
.acc__wrap .upload{
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}
#create-body{
    overflow-x: hidden;
}
.create__body .inputter select{
    padding: 11px !important;
}
.kreator {
    min-width: 570px;
}
.kreator form,
.kreator .wrep,
.kreato.longer form{
    width: 100%;
    height: 100%;
}
.kreator.longer form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.projecter{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ninja{
    display: none;
}
.ninja ul{
    padding: 2rem 0 2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.ninja.show{
    display: block;
}
.ninja__link{
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #334D6E;
    width: 100%;
    display: block;
    position: relative;
}
.ninja__call .sidebar__link{
    justify-content: space-between;
}
.ninja__call span{
    display: flex;
    align-items: center;
    gap: 12px;
}
.rotater{
    transition: .3s;
}
.ninja__call.rotate .rotater{
    transform: rotate(90deg);
}
.select2-selection__arrow{
    display: none !important;
}
.no__margin .select2-dropdown{
    margin: 42px !important;
}
/*.select2-dropdown{
    margin-top: -42px;
    border-radius: 4px;
}*/
.select2-search__field,
.select2-search{
    padding: 0;
}
.select2-search__field{
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    padding: 8px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background:  #F9F9F9 !important;
    color: var(--dark) !important;
}
.select2-results__option{
    padding: 10px !important;
}
.pro__img-upload{
    display: none;
}
.pro__img-btn{
    color: white;
    cursor: pointer;
}
.filter__items{
    align-items: flex-end;
}
.delete__user .create__wrapper {
  align-items: center;
  justify-content: center;
}
.delete__user .kreator {
  width: 485px;
}
.delete__txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 8px;
}
.delete__sub {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 18px;
  text-align: center;
}
.delete__checkbox {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.delete__checkbox label {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
.filter__item .select2{
    width: 200px !important;
}
.filter__item .select2-selection{
    height: 48px !important;
}
.filter__item .select2-selection__arrow{
    display: block !important;
}
.sidebar__btn{
    position: absolute;
    top: 50%;
    right: -41px;
    transform: translateY(-50%);
    padding: 8px;
    font-size: 24px;
    background: #f7f7fe;
    color:rgba(0, 0, 0, 0.7);
}
.confirm__btn{
    background: #EAFBE7;
    border: 1px solid #C6F0C2;
    color: #2ED47A;
}
.confirm__icon{
    color: #2ED47A;
}
.select-one,
.select-two{
    font-weight: 600;
}
@media screen and (max-width: 1500px){
    /*.sampler{
        transform: scale(0.766);
        margin-top: -132px;
    }*/
    #document_data{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /*table{
        min-width: 1200px !important;
    }*/
}

.required:after {
    content: ' *';
    color: red;
}
.mint {
    background-color: #00d0ab26!important;
    color: #00D0AB!important;
    border: 1px solid #00D0AB!important;
}
.purple {
    color: #A346FF!important;
    background-color: #a346ff26!important;
    border: 1px solid #A346FF!important;
}
.list__bottom .dropdown .btn{
    background: #FFFFFF !important;
    border: 1px solid #DCDCE4 !important;
    border-radius: 4px !important;
    color: black !important;
}
.list__bottom .dropdown .btn span{
    color: var(--blue) !important;
    font-weight: 600 !important;
}
.list__bottom .dropdown-menu{
    width: 100% !important;
}
.list__bottom .page-link{
    border: none !important;
    height: 32px !important;
    width: 32px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black !important;
}
.list__bottom .page-link:focus{
    box-shadow: none !important;
}
.list__bottom .page-item.active .page-link{
    background: #5D5FEF !important;
    border-radius: 4px !important;
    color: white !important;
}
.pagination{
    gap: 6px;
}
.pagination .page-item:first-child,
.pagination .page-item:last-child{
    display: none;
}
.sticker{
    position: sticky;
    top: 100px;
}
.teacher{
    position: sticky;
    top: 100px;
}
/*.sidebar__wrap{
    position: sticky;
    top: 110px;
    display: unset;
}*/
.sidebar__wrap{
    top: 80px !important;
    bottom:0 !important;
    position:fixed !important;
    overflow-y: auto !important;
    overflow-x:hidden !important;
    width: inherit !important;
    padding: 24px !important;
}
.illust .sidebar__wrap::-webkit-scrollbar {
  display: none;
}
.sample__footer{
    margin-right: 24px !important;
    width: -webkit-fill-available !important;
    bottom: 32px !important;
}
.no__padding{
    padding: 32px 24px;
    position: sticky;
    top: 80px;
}
.no__padding .samples{
    padding: 0;
}

.teacher{
    top: 110px !important;
    bottom:0 !important;
    position:fixed !important;
    overflow-y: auto !important;
    overflow-x:hidden !important;
    width: inherit !important;
    padding: 0 24px 32px 24px;
}
/*.about{
    top: 110px !important;
    bottom:0 !important;
    position:fixed !important;
    overflow-y: auto !important;
    overflow-x:hidden !important;
    width: inherit !important;
    padding: 0 24px 32px 24px;
}*/
.mid__header{
    width: -webkit-fill-available !important;
}
.left{
    width: 20%;
    padding: 0 !important;
}
.width__back{
    width: 60%;
}
.righto{
    padding: 0;
    width: 20%;
}
.mid__btns{
    flex-wrap: wrap;
}
.main__flex{
    display: flex;
}
.about{
    padding: 0 24px 24px 24px !important;
    display: block !important;
}
.mid{
    padding: 32px 0 120px 0;
}
#doc-modal .doc__body{
    padding-bottom: 80px;
}
.right__long{

}
.flexer__between{
    justify-content: space-between;
    height: 36px;
}
.flexer__between:last-child{
    margin-bottom: 16px;
}
.list__item-cancel{
    position: relative;
}
.list__item-cancel:after{
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    background: red;
    transform: translateX(50%) rotate(-45deg);
}
.le{
    display: none;
}
.search i{
    pointer-events: all !important;
    cursor: pointer;
}
.toolbar{
    position: relative;
    z-index: 1;
}
.toolbar__left,
.toolbar__right{
    z-index: 99;
    position: relative;
}
.search__wrap{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transform: translateY(-50%);
}
.toolbar__wrep{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.yedit{
    background: var(--blue);
    color: white !important;
}
.delyete{
    background: #d02b20;
    color: white !important;
}
.langer{
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}
.langer:hover,
.langer.active{
    background: rgba(93, 95, 239, 0.08);
    border: 1px solid #5D5FEF;
    border-radius: 2px;
}
.sample__langs{
    display: flex;
    align-items: center;
    gap: 28px;
}
.sample__langs a{
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    background: transparent;
    color: #32324D;
}
.sample__langs a:hover,
.sample__langs a.active{
    background: rgba(93, 95, 239, 0.08);
    border: 1px solid #5D5FEF;
}
.acc__wrap .upload:hover{
    color: var(--blue) !important;
}
/*.acc__header.active .acc__btn i{
    transform: rotate(180deg);
}*/
.supplier-right{
    display: flex;
    align-items: center;
    gap:  8px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.supplier-right i{
    font-size: 20px;
}
.remove-supplier{
    cursor: pointer;
    height: 20px;
}
.remove-supplier i{
    color: red !important;
    display: none;
}
.client__btn-wrap{
    position: relative;
}
.client__btn-wrap:hover .remove-supplier i{
    display: block;
}
.req__card p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 4px;
    border-bottom: 1px solid #f6f6f9;
    margin-bottom: 0;
}
.req__card p:last-child{
    border-bottom: none;
}
.req__card p span{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #90a0b7;
}
.beer{
    align-items: center;
    gap:  6px;
}
.notification_badge {
    color: #ffffff;
    font-size: 14px;
    right: -4px;
    padding: 0;
    top: -8px;
    background-color: #5d5fef;
    width: 20px;
    height: 20px;
}