*,
*::before,
*::after {
    box-sizing: border-box;
}


ul[class],
ol[class] {
    padding: 0;
}


body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

body {
    font-family: "Open Sans", sans-serif;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}


ul[class],
ol[class] {
    list-style: none;
}


a:not([class]) {
    text-decoration-skip-ink: auto;
}


img {
    max-width: 100%;
    display: block;
}


article > * + * {
    margin-top: 1em;
}


input,
button,
textarea,
select {
    font: inherit;
}


@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.main-background {
    width: 100%;
    background: #CED4DA;
}

.header-container {
    width: 100%;
    padding-bottom: 20px;
}

.body-container {
    width: 100%;
    max-width: calc(100% - 310px);
    padding: 20px 20px 20px 0;
}

.sidebar-container {
    position: relative;
    padding: 20px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 88px;
    border-radius: 4px;
    background: #495057;
}

.sidebar {
    display: flex;
    flex-direction: column;
    background: #495057;
    border-radius: 4px;
    width: 270px;
    height: 100%;
}

.sidebar.sidebar-filter {
    height: calc(100% - 40px);
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.8s ease-in-out;
    position: absolute;
    left: 20px;
    top: 20px;
}

.sidebar.sidebar-filter.active {
    opacity: 1;
    display: flex;
    background: #FFF;
    color: #1E2225;
    z-index: 1;
    transform: translateX(0px);
}

.logo-text.filter {
    color: #495057;
    border-bottom: 1px solid #E9EBEC;
}

.navigation {
    display: flex;
}

.sidebar-logo {
    display: block;
}

.logo-text {
    text-align: end;
    font-size: 14px;
    color: #FFF;
    font-weight: 700;
}


.logo {
    display: flex;
    height: 88px;
    justify-content: center;
    align-items: center;
}

.search-block {
    width: 640px;
    padding: 20px;
}

.dropdown-content__profile.search-block {
    background: #FFF;
    width: 600px;
    padding: 16px 12px 0 12px;

}

.btn-navbar-search.active {
    border: 1px solid #0679E3;
}

.dropdown-content__profile.search-block.active {
    display: block;
}

.img-search-chevron {
    position: relative;
    width: 28px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.img-search-chevron:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-search-chevron:before {
    background-image: url('/img/shewron-down.svg');
}

.img-search-chevron.active:before {
    background-image: url('/img/shewron-up.svg');
}

.img-search-chevron.icon-search:before {
    transition: all 0.3s ease-in-out;
    background-image: url('/img/search.svg');
}

.img-search-chevron.icon-search.active:before {
    background-image: url('/img/search-active.svg');
}

.img-search-chevron.icon-search {
    border-right: 1px solid #939A9E;
}

.navbar-search-input {
    width: 100%;
    height: 26px;
    border: 0 solid transparent;
}

.navbar-search-input:focus {
    outline: none;
    caret-color: #0679E3;
}

.btn-navbar-search {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    border: 1px solid #5F666D;
    border-radius: 2px;
    background: #FFF;
    color: #495057;
}

.svg-search {
    padding: 12px 4px 12px 8px;
}

.svg-chevron-search {
    padding: 12px 8px 12px 0;
}

.navbar-search-text {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    color: #939A9E;
    font-size: 14px;
    font-weight: 400;
}


.profile {
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    display: flex;
    color: #FFF;
}

.profile.active {
    background: #FFFFFF14;
    border: 1px solid #0679E3;
}

.position {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.profile-info {
    display: flex;
    padding: 3px 4px 3px 12px;
}

.profile-fio {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.profile-icon {
    padding: 0 4px 0 12px;
}

.img-profile {
    width: 48px;
    height: 48px;
    border-radius: 2px;
}

.sidebar-menu {
    padding: 0 12px;
}

.header-menu-sidebar {
    padding: 8px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
}

.sidebar-block {
    padding: 20px 0;
    border-top: 1px solid #5F666D;
}

.sidebar-item {
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    height: 36px;
    padding: 4px 8px;
}

.sidebar-item:hover {
    background: #FFFFFF14;
}

.sidebar-item.disabled {
    opacity: 0.5;
}

.navigation {
    min-height: 100vh;
}

.sidebar-item.active {
    padding: 4px;
    border-left: 4px solid #E30613;
    background: #FFFFFF14;
}

.sidebar-item-text {
    padding-left: 8px;
}

.btn-apply-filter {
    width: 100%;
    background: #0561B6;
    padding: 12px 24px;
    border: none;
    border-radius: 2px;
    color: #FFF;
    margin-top: 16px;
}

.blue-hvr {
    transition: all 0.3s ease-in-out;
}

.blue-hvr:hover {
    cursor: pointer;
    background: #044988;
}

.blue-hvr:active {
    background: #0679E3;
}

.red-hvr {
    transition: all 0.3s ease-in-out;
}

.red-hvr:hover {
    cursor: pointer;
    background: #E30613;
    outline: 1px solid #0679E3;
}

.red-hvr:active {
    background: #B6050F;
}

.sidebar-bottom {
    margin-top: auto;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 20px 20px;
}

.btn-filter {
    display: flex;
    background: #0561B6;
    color: #FFF;
    border: none;
    padding: 12px 32px;
    border-radius: 2px;
    font-size: 16px;
}

.btn-filter img {
    padding-right: 8px;
}

.card-header {
    padding: 12px 20px;
    border-radius: 4px;
    background: #FFF;
}

.card-container {
    overflow: hidden;
    padding: 8px 0 20px 0;
}

.main-card {
    background: #ffffff;
    border-radius: 4px;
}

.table-head tr th {
    cursor: pointer;
    padding: 0 10px;
    white-space: nowrap;
    background: #E9EBEC;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
}

.table-head tr th p {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-head tr th p img {
    margin-top: 2px;
    height: 14px;
    padding-left: 2px;
}

.table-body tr td {
    min-width: 120px;
    border-bottom: 1px solid #E9EBEC;
    font-size: 14px;
    height: 50px;
    font-weight: 400;
    padding: 0 10px;
    color: #495057;
    overflow: hidden;
    position: relative;
}

.signed_status_cel {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.table-body tr td:first-child {
    min-width: 0;
}

.table-body tr td p {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cutoff-text p {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: start !important;
}

.cutoff-text p {
    text-align: start !important;
}

.table-body tr:hover {
    background: #F5F6F7;
}

.table-active-row {
    background: #F5F6F7;
}

.table-active-row td:first-child {
    padding: 0 10px 0 7px;
    border-left: 3px solid #E30613;
    border-bottom: none;
}

.table-body tr:last-child td {
    border-bottom: 0 solid #E9EBEC;
}

table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #E9EBEC;
    border-radius: 4px;
}

.table-main.custom-scrollbar {
    overflow: auto;
    padding-bottom: 18px;
}

.custom-scrollbar::-webkit-scrollbar {
    background: #F5F6F7;
    height: 8px;
    border-radius: 100px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #0679E3;
    border-radius: 100px;
}

.table-main.action {
    width: auto;
    background: #FFF;
    padding: 0 0 0 6px;
}

.table-main.action table .table-head tr th {
    padding: 0 20px;
}

.table-action {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-card-wrapper {
    padding: 20px;
    display: grid;
    grid-template-columns: calc(100% - 60px) 60px;
}

.dropdown-content__profile {
    width: calc(100% - 40px);
    display: none;
    position: absolute;
    margin: 8px 0 0 0;
    border: 1px solid #0679E3;
    z-index: 1;
}

.dropdown-content__profile.active {
    display: block;
}

.profile-info__dd {
    background: #ECF4FF;
}

.dd__fib {
    padding: 16px 16px 0 16px;
    color: #1E2225;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.dd__position {
    padding: 0 76px 12px 16px;
    color: #495057;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.dropdown__profile {
    padding: 20px;
    max-width: 450px;
    position: relative;
}

.button-wrapper {
    background: #FFF;
    padding: 12px 16px 16px 16px;
}

.button-wrapper.search__button {
    display: flex;
    justify-content: end;
    padding: 5px 0 16px 0;
}

.btn-logout {
    padding: 12px 24px;
    display: flex;
    justify-content: center;
    background: #0561B6;
    color: #FFF;
    border: none;
    width: 100%;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 600;
}

.pagination {
    display: flex;
    justify-content: space-between;
    padding: 24px 0 0 0;
}

.pagination-text {
    color: #495057;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.btn-next-page {
    text-decoration: unset;
    background: #0561B6;
    color: #FFF;
    border: none;
    padding: 8px 16px 8px 20px;
    height: 40px;
    width: 100%;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
}

.white_hvr:hover {
    cursor: pointer;
    background: #E6F2FC;
}

.white_hvr:active {
    background: #0679E3 ;
}

.pagination_btn_block{
    display: flex;
    gap: 12px;
}

.btn-next-page i {
    margin-left: 3px;
}

.btn-next-page i.left {
    margin-right: 6px;
}

.page-selector {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #495057;
    padding-right: 20px;
}

#page-selector {
    min-width: 70px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #CED4DA;
    padding: 8px 15px;
}

.card-header.file-select {
    padding: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.8s ease-in-out;
}

.card-header.file-select.active {
    padding: 12px 20px;
    max-height: 72px;
    margin-top: 8px;
    opacity: 1;
}






.checkbox-table {
    width: 17px;
    height: 17px;
    border-radius: 2px;
}

.sidebar-item-text__filter {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #1E2225;
}

.sidebar-item-text__filter.cross {
    cursor: pointer;
}

.sidebar-menu__filter {
    padding: 20px;
}

.sidebar-item__filter_main {
    display: flex;
    justify-content: space-between;
}

.sidebar-clear-filter {
    text-decoration: unset;
    color: #0561B6;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

.sidebar-clear-filter_empty {
    padding-bottom: 20px;
}

.sidebar__filter-wrapper {
    padding: 16px 0 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #1E2225;
}

.sidebar__filter-dd-content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    line-height: 18px;
    font-weight: 400;
}

.sidebar__filter-dd-content.active {
    opacity: 1;
    max-height: 400px;
}

.sidebar-filter__dropdown {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 12px 0;
    font-weight: 600;
    line-height: 24px;
}

.sidebar__filter-dd-wraper {
    border-bottom: 1px solid #E9EBEC;
    padding-bottom: 12px;
    margin: 0 0 8px 0;
}

.justify-sb {
    display: flex;
    justify-content: space-between;
}

#from_date {
    width: 202px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #CED4DA;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #495057;
    padding: 8px 12px;
}

.sidebar__filter-dd-content div {
    padding-bottom: 12px;
}

.sidebar__filter-dd-content div:last-child {
    padding-bottom: 0;
}

.align-c {
    display: flex;
    align-items: center;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.checkbox_from_date {
    width: 17px;
    height: 17px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #aaa;
}


.sidebar-sum__filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sum-filter-input {
    max-width: 107px;
    height: 32px;
    border: 1px solid #CED4DA;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #1E2225;
}


/* SELECT 2 */
.select2-selection--multiple {
    width: 230px !important;
    min-height: 32px;
    border-radius: 2px !important;
    border: 1px solid #CED4DA !important;
}

.select2-dropdown {
    border-radius: 0 !important;
    padding: 8px 4px 8px 8px !important;
    border: 1px solid #0679E3 !important;
    margin: 0 0 !important;
    width: 230px !important;
}

.select2-results__option {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #1E2225 !important;
    padding: 0 !important;
    font-family: "Open Sans", sans-serif !important
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ECF4FF !important;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    color: #495057 !important;
    font-family: "Open Sans", sans-serif !important;
}

.select2-selection__clear span {
    width: 8px !important;
    height: 8px !important;
    font-size: 20px !important;
    margin: 10px 7px 0 8px !important;
    color: #495057;
}

.select2-selection__clear {
    margin: 0 !important;
}

.select2-selection__choice {
    max-width: 198px !important;
    background: #F5F6F7 !important;
    border-radius: 2px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 15px !important;
    color: #1E2225 !important;
    font-family: "Open Sans", sans-serif !important;
    padding: 2px 4px !important;
    border: 1px solid #CED4DA !important;
}

.select2-selection__choice {
    padding: 0 10px 0 0 !important;
}

.select2-selection__choice button span {
    font-size: 15px !important;
}

.select2-selection__choice__remove {
    position: absolute !important;
    left: auto !important;
    right: 0 !important;
    border: 1px solid transparent !important;
    padding: 0 4px 0 0 !important;
}

.select2-selection__choice span {
    grid-column: 1;
    max-width: 178px;
    white-space: unset !important;
}

/* END SELECT 2 */

.signed {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 184px;
    height: 28px;
    border-radius: 4px;
}

.signed.client {
    background: #CCE8D8;
}

.signed.company {
    background: #F9CDD0;
}


/*LOGIN*/

.login__main {
    background: #FFF;
    display: flex;
    height: 100vh;
}

.login__body {
    width: 100%;
    background: #F5F6F7;
    margin: 40px 40px 40px 24px;
    display: grid;
    place-content: center;
}

.login__container {
    display: flex;
    align-items: center;
    margin: 40px 0 40px 40px;
    width: 100%;
    max-width: 595px;
}

.login__container form {
    width: 100%;
}

.login__text {
    font-weight: 800;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    padding: 20px;
    color: #1E2225;
}

.login__text_logo {
    color: #E30613;
}

.login__text_bottom {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.label__remember {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding-left: 6px;
}

.login__remember {
    display: flex;
    align-items: center;
}

.login__field {
    display: block;
    padding-bottom: 22px;
}

.login__input {
    width: 100%;
    border: 1px solid #CED4DA;
    height: 48px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border-radius: 2px;
    padding: 12px;
}

.login__label {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1E2225;
    padding-bottom: 8px;
}

.login__required {
    color: #E30613;
}

.login__header {
    color: #1E2225;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    padding-bottom: 40px;
}

.login__button {
    background: #E30613;
    border-radius: 2px;
    width: 287px;
    padding: 12px 24px;
    margin-top: 24px;
    border: none;
    color: #FFF;
}

.login__error {
    color: #E30613;
    padding-top: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.input__error {
    border: 1px solid #E30613;
}

.dd-search-name {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 19.6px;
    margin-right: 12px;
    width: 164px;
}

.dd-search-input input {
    border: 1px solid #CED4DA;
    border-radius: 2px;
    padding: 8px 60px 8px 8px;
    width: 100%;
    height: 40px;
}

.dd-search-input {
    position: relative;
    width: 100%;
    max-width: 398px;
}

.dd-search {
    padding-bottom: 12px;
    display: flex;
}

.btn-search {
    background: #E30613;
    border-radius: 2px;
    border: none;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    width: 132px;
    padding: 12px 24px;
    margin-left: 12px;
}

.btn-search-outline {
    background: #FFF;
    border-radius: 2px;
    border: 1px solid #0561B6;
    color: #0561B6;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    width: 132px;
    padding: 12px 24px;
}

.contragent-column {
    min-width: 250px !important;
}

.manager-column {
    min-width: 180px !important;
}

.tags_filters {
    padding: 4px 0;
    display: flex;
    flex-wrap: wrap;
}

.tags_filters > * {
    margin: 8px 8px 0 0;
}

.tags_filters__title {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 26px;
    padding: 4px 6px;
    border-radius: 2px;
    background: #F5F6F7;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1E2225;
}

#filter_delete {
    cursor: pointer;
}

.card-header__top {
    display: flex;
    justify-content: space-between;
}

.card-header__setting_table {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 2px;
    border: 1px solid #0561B6;
    cursor: pointer;
    padding: 0;
    background: none;
    transition: all 0.3s ease;
}

.card-header__setting_table svg path {
    transition: all 0.3s ease;
}

.card-header__setting_table:hover {
    background: #E6F2FC;
}

.card-header__setting_table:active {
    background: #0679E3;
}

.card-header__setting_table:active svg path {
    fill: #FFF;
}

.card-header__setting_wrapper {
    position: relative;
}

.dropdown-content__setting {
    display: none;
    z-index: 2;
    padding: 16px;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    color: #1E2225;
    border-radius: 4px;
    border: 1px solid #0679E3;
    background: #FFF;
    box-shadow: -1px 8px 17px 0px rgba(153, 153, 153, 0.10), -2px 31px 31px 0px rgba(153, 153, 153, 0.09), -5px 70px 42px 0px rgba(153, 153, 153, 0.05), -8px 124px 50px 0px rgba(153, 153, 153, 0.01), -13px 194px 54px 0px rgba(153, 153, 153, 0.00);
}

.dropdown-content__setting.active {
    display: block;
}

.dropdown-setting__title {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.dropdown-setting__title_bottom {
    color: #495057;
    padding: 4px 0 12px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.setting__dd-column {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.setting__dd-column div {
    display: flex;
    gap: 8px;
}

.btn-add_field-search, .btn-remove_field-search {
    border: none;
    padding: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.34375 12.75H19.3438' stroke='%230561B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.3438 5.75V19.75' stroke='%230561B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-remove_field-search {
    display: none;
    border-left: 1px solid #CED4DA;
    width: 23px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3438 6.75L6.34375 18.75' stroke='%23495057' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.34375 6.75L18.3438 18.75' stroke='%23495057' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.btn-remove_field-search.active {
    display: block;
}

.search_button_add_wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.password_wrapper {
    position: relative;
}

.eye_btn {
    position: absolute;
    top: 66%;
    right: 12px;
    transform: translateY(-50%);
    border: none;
    padding: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 6.77273C7.42135 6.77273 6.86639 7.0026 6.45722 7.41177C6.04805 7.82094 5.81818 8.37589 5.81818 8.95455C5.81818 9.5332 6.04805 10.0882 6.45722 10.4973C6.86639 10.9065 7.42135 11.1364 8 11.1364C8.57865 11.1364 9.13361 10.9065 9.54278 10.4973C9.95195 10.0882 10.1818 9.5332 10.1818 8.95455C10.1818 8.37589 9.95195 7.82094 9.54278 7.41177C9.13361 7.0026 8.57865 6.77273 8 6.77273ZM8 12.5909C7.03558 12.5909 6.11065 12.2078 5.4287 11.5258C4.74675 10.8439 4.36364 9.91897 4.36364 8.95455C4.36364 7.99012 4.74675 7.0652 5.4287 6.38325C6.11065 5.7013 7.03558 5.31818 8 5.31818C8.96442 5.31818 9.88935 5.7013 10.5713 6.38325C11.2532 7.0652 11.6364 7.99012 11.6364 8.95455C11.6364 9.91897 11.2532 10.8439 10.5713 11.5258C9.88935 12.2078 8.96442 12.5909 8 12.5909ZM8 3.5C4.36364 3.5 1.25818 5.76182 0 8.95455C1.25818 12.1473 4.36364 14.4091 8 14.4091C11.6364 14.4091 14.7418 12.1473 16 8.95455C14.7418 5.76182 11.6364 3.5 8 3.5Z' fill='%23939A9E'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


