/* ОБНУЛЕНИЕ ВСЕГО НА СВЕТЕ */
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

li,
ol,
ul {
    list-style: none;
}

img {
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    height: 100%;
    line-height: 1;
    font-size: 16px;
    /* color: #314940; */
    color: #FFFFFF;
    /* background: #F4EDEA80; */
    background: #67AA6C;
    font-weight: 300;
    font-family: Fira Sans;
    min-height: 100vh;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
textarea:focus {
    outline: none;
    border: none; /* Remove default border */
  }
div {
    outline: none; /* Removes the square outline */
    -webkit-tap-highlight-color: transparent; /* No highlight on tap */
}
  

/* Исключение горизонтальной прокрутки */
.wrapper {
    min-height: 100%;
    /*margin: 6px;*/
}

/* Ограничивающий контейнер */
._container {
    max-width: 11046px;
    /* margin: 0px auto; */
    /*margin: 0 8px 0 8px;*/
}

/* по умолчанию запрещаем выделение текста */
body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /* touch-action: none;  */
}

/* разрешаем выделение текста для интерактивных элементов */
input, textarea, [contenteditable="true"] {
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}

/* ОБНУЛЕНИЕ ВСЕГО НА СВЕТЕ */

/* УНИВЕРСАЛЬНЫЕ */

/* Прячем + убираем так, чтобы не занимал место */
.absent{
    display: none;
}

.btn {
    display: inline-flex;
    height: 42px;
    border-radius: 6px;
    align-items: center;
    background: #314940;
    box-sizing: border-box;
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: 400;
    cursor: pointer;
}

.btn__text,
.btn__text_rare {
    margin: 6px 20px 6px 20px;
}

.btn:hover {
    background: #547e6e;
    opacity: 0.7;
}

.chapter-title {
    background-image: url('img/auth-page-background-top.png');
    background-size: 100% 180%;
    background-repeat: no-repeat;
    /* border: #1240AB solid; */
}

.chapter-title img {
    width: 50%;
    height: auto;
    max-height: 30svh;
    /* position: relative;
    top: 0px; */
}
/* @media (min-width: 1200px) {
    .chapter-title img {
        max-height: 50svh;
    }
}
@media (min-width: 800px) {
    .chapter-title img {
        max-height: 40svh;
    }
} */

.chapter-title__text,
.chapter-title__subtext {
    /* color: #314940; */
    font-weight: 400;
    font-size: 28px;
    margin-left: 50px;
    padding-top: 15px;
}
.chapter-title__subtext {
    font-weight: 300;
    font-size: 18px;
}

input::placeholder {
    color: #F1FCE6;
    font-size: 18px;
    width: 300;
    opacity: 0.7;
    padding-left: 15px;
}

.page-title__text {
    color: white;
    font-size: 18px;
    font-weight: 300;
}

.button-img {
    cursor: pointer;
}
.button-img:hover {
    opacity: 0.7;
}
#modal-menu-list-selection {
    display: none; 
    flex-direction: column; 
    position: relative; 
    width: 315px; 
    height: 195 px; 
    background-color: #559C63;
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    z-index: 2223; 
    border-radius: 6px;
}
#modal-menu-list-selection-title {
    display: flex; 
    font-weight: 400; 
    justify-content: center; 
    padding-top: 15px; 
    padding-bottom: 14px;
}
#modal-menu-list-selection-close-img {
    width: 20px; 
    position: fixed; 
    right: 8px; 
    top: 12px;
    cursor: pointer;
}
#modal-menu-list-selection-close-img:hover {
    opacity: 0.7;
}
.modal-menu-list-selection-option {
    display: flex; 
    font-weight: 300; 
    border-top: #447D4F solid 1px;
    padding-top: 10px; 
    padding-bottom: 10px; 
    position: relative; 
    padding-left: 42px;
    cursor: pointer;
}
.modal-menu-list-selection-option:hover {
    opacity: 0.7;
}
.modal-menu-list-selection-noted-img {
    width: 17; 
    position: absolute; 
    right:26px; 
    top: 12px
}
#back-dark-maker-for-modal-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2222;
}
.inactive {
    cursor: auto;
}
.inactive:hover {
    opacity: 1;
}
.active {
    cursor: pointer;
}
.active:hover {
    opacity: 0.7;
}
.search-field {
    width: 100%;
    height: 15px; 
    font-size: 14px; 
    font-weight: 400;
    color: #314940; 
    display: none; 
    align-items: center;
    margin-left: 15px;
}
.icon-img-frame {
    width: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* border: solid 1px red; */
    cursor: pointer;
}
.icon-img-frame:hover {
    opacity: 0.7;
}
/* УНИВЕРСАЛЬНЫЕ */

/* НАСТРОЙКА ЭДЛЕМЕНТОВ ФОРМЫ */
select {
    -webkit-appearance: none; /* For WebKit browsers */
    -moz-appearance: none;    /* For Firefox */
    appearance: none;
    background-image: url('img/list-narrow.svg'); /* Path to your custom icon */
    background-repeat: no-repeat;
    background-position: right 10px center; /* Adjust position */
    padding-right: 20px; /* Space for the custom icon */
    padding-left: 15px;
    font-size: 20px;
}
option {
    font-size: 20px;
}
input {
    font-size: 20px;
    padding-left: 15px;
    border: #314940 2px solid;
}
.btn-action,
.btn-action-study {
    height: 20px; 
    border-radius: 6px; 
    background-color: #EEF5EF;
    color: #559C63; 
    font-size: 14px; 
    padding: 10px;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-action-study {
    position: absolute; bottom: 40px; right: 8px; height: 47px;
            transition: transform 0.3s ease
}
/* НАСТРОЙКА ЭДЛЕМЕНТОВ ФОРМЫ */



/* ОКНА */
.service-info {
    color: #FEDA2F;
    border: #FEDA2F solid 4px;
    border-radius: 10px;
    padding: 5px;
    font-size: 30px;
    font-weight: bold; 

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(-26deg, #1240AB, #6C8CD5);
    padding: 20px;
    z-index: 1000;
    text-align: unset;
}
/* ОКНА */


/* АВТОРИЗАЦИЯ */
.reg-src__active {
    border-bottom: white solid 1px;
    flex-basis: 50%;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.reg-src__disactive {
    cursor: pointer;
    margin-bottom: 10px;
}
.reg-src__disactive:hover {
    color: #547e6e;
}

.reg-src__forgot_pass {
    font-size: 18px; 
    font-weight: 300;
    text-align: right;
    margin-top: 10px;
    cursor: pointer;
}
.reg-src__forgot_pass:hover {
    color: #547e6e;
}

.input-row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.input-row__label {
    margin: 18px 8px 8px 0px;
    color: #00000099;
    white-space: nowrap;
    /* flex-basis: 100px; */
}

.input-row__field,
.input-row__textarea {
    /* width: 200px; */
    /* margin: 8px 0 8px 8px; */
    height: 48px;
    background-color: #3E6E54;
    color: white;
    border-color:white;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;

    font-weight: 300;
    font-size: 18px;

    width: 100%;

    /* flex-grow: 1;
    box-sizing: border-box;
    outline: none; */
}
.input-row__field:focus,
.input-row__textarea:focus,
.input-row__field:valid,
.input-row__textarea:valid,
.input-row__field:invalid,
.input-row__textarea:invalid
 {
    background-color: #3E6E54;
    color: white;
    border-color:white;
    border-width: 1px;
    outline: none;
}
input:-webkit-autofill {
    font-weight: 300 !important;
    font-size: 18px !important;
    background-color: #3E6E54 !important; /* Force dark green background */
    color: white !important; /* Force white text */
    border: 1px solid white !important; /* Force red border */
    box-shadow: 0 0 0px 1000px #3E6E54 inset !important; /* Override autofill styling */
    -webkit-text-fill-color: white !important; /* Ensure white text in autofill */
  }

.input-row__textarea {
    /* width: 300px; */
    height: 100px;
}

.btn-row-auth-ref {
    margin-top: 8px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.social-auth-row img{
    cursor: pointer;
}
.social-auth-row img:hover{
    opacity: 0.7;
}
.eye {
    margin: 2px;
    border-radius: 20px; 
    width: 20px; 
    height: 40px;
    font-size: 24px; 
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 2px;
    /* color: #314940;
    opacity: 0.5; */
}
.enter-registration-row {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
    /* color: #314940; */
}
/* АВТОРИЗАЦИЯ*/


/* РЕГИСТРАЦИЯ */
/* РЕГИСТРАЦИЯ */

/* ДОСКА */
.dashboard-header-fixed {
    background-color: #67AA6C;
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
}
.dashboard-header,
.learning-page-header {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    margin: 10px 22px 10px 22px;
    font-size: 24px;
    /* height: 45px; */
}
.dashboard-header-top-button,
.dashboard-header-top-button-search {
    width: 45px; 
    height: 24px; 
    border-radius: 10px;
    background-color: #F4EDEA; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    margin-left: 0px;
    padding-left: 0px;
}
.dashboard-header-top-button:hover,
.dashboard-header-top-button-search:hover {
    opacity:0.7
}
.dashboard-header-top-button-search {
    width: 100%;
    margin-left: 13px;
    margin-right: 8px;
    justify-content: start;
    padding-left: 17px;
    height: 29px;
}
.burger-menu {
    width: 20px;
    height: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    margin: 15px;
}
.burger-menu span {
    display: block;
    height: 2px;
    background-color: white;
    border-radius: 3px;
}
.search-img,
.search-img-passive {
    height: 24px; 
    width: auto; 
    /* margin: 15px; 
    margin-right: 15px; */
    cursor: pointer;
}
.search-img-passive {
    cursor:auto;
}
.burger-menu:hover,
.search-img:hover {
    opacity: 0.7;
}


/* КАРТОЧКА */
.table-restriction-height {
    overflow-y: auto;
    scrollbar-width: none; 
    height: calc(100vh - 56px);
    margin-left: 8px; 
    margin-right: 4px;
    /* z-index: -100; */
}
.dashboard-cards-table {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, 170px); */
    grid-template-columns: repeat(auto-fit, 114px);
    row-gap: 24px;
    column-gap: 10px;
    justify-content: space-between;
    padding: 12px 7px 12px 2px;
    margin-top: 12px;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 44px;
    /* border: #1240AB solid 2px; */
}
.dashboard-card,
.dashboard-card-folder {
    display: flex; 
    flex-direction: column; 
    border-radius: 2px;
    background: #2A5649;
    /* width: 168px; 
    height: 284px; */
    width: 116px; 
    height: 200px;
    overflow: hidden; 
    justify-content: space-between;
    /* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); */
    cursor: pointer;
    /* border: #1240AB solid 2px; */
}
.dashboard-card-folder {
    box-shadow: 
        1px 0px 0px #67AA6C,
        4px 0px 0px #2A5649;
}
.dashboard-card-up {
    /* background: #314940; */
    /* flex: 1;  */
    display: flex;  
    overflow: hidden;
    height: 113px;
    /* border: #1240AB solid; */
    margin: 7px 7px 0px 7px;
}
.dashboard-card-up img {
    width: 100%; 
    height: auto; 
    object-fit: cover; 
}
.dashboard-card-separator {
    background-color: lightseagreen; 
    height: 4px; 
    opacity: 0;
}
.dashboard-card-bottom {
    /* background-color: #DCCECE;  */
    flex: 1; 
    display: flex; 
    overflow: hidden;
    flex-direction: column; 
    width: 100%;
    justify-content: start;
    position: relative;
    /* margin-bottom: 10px; */
}
.dashboard-card-bottom-top {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-right: 7px; 
    font-weight: 900;
    margin-top: 3px;
    /* border: #1240AB solid; */
}
.dashboard-card-bottom-top-points3 {
    /* font-size: 24px;  */
    /* font-size: 18px; */
    width: 4px;
    height: 4px;
    background-color: white;
    border-radius: 50%;
    margin-left: 2px;
}
.dashboard-card-bottom-name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    /* font-size: 18px; */
    font-size: 16px;
    margin: 5px;
    text-align: center;
    height: 60px;
    /* border: solid red; */
    overflow-y: auto;
    scrollbar-width: none;
    z-index: 1;
}
.dashboard-card-bottom-letter-back {
    color: #315C50;
    font-size: 100px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(0%, 30%);
    /* z-index: -1; */
}
.dashboard-card-bottom-translate {
    display: flex;
    justify-content: center;
    font-weight: 900;
    /* font-size: 10px; */
    font-size: 7px;
    color: black;
}

.dashboard-progressor-container {
    display: flex;
    height: 4px;
    margin: 4px;
    margin-top: 0px;
    border-radius: 10px;
    z-index: 1;
    /* border: blue solid; */
}

.progressor-container__passed {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5AAF60;
    border-radius: 0 5px 5px 0;
    width: 40%;
    z-index: 55;
    margin-right: -3px;
}

.progressor-container__rest {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CCE6E9;
    /* border-radius: 0 5px 5px 0; */
    width: 60%;
    margin-left: 2px;
}
.dashboard-card-bottom-menue {
    height: 56px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #2A5649;
    padding: 0 70px 0 70px;
    position: fixed;
    bottom: 0;
    z-index: 55;
}
.dashboard-card-bottom-menue img{
    cursor: pointer;
}
.dashboard-card-bottom-menue img:hover {
    opacity: 0.7;
}
.dashboard-progressor-values {
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    margin-left: 20px;
    margin-bottom: 4px;
    z-index: 2;
}
@font-face {
    font-family: 'hebrew';
    src: url('./fonts/hebrew-capital-letters-font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
/* КАРТОЧКА */

.dashboard-add-set {
    background-color:#314940; 
    width: 66px; 
    height: 66px;
    border-radius: 50%; 
    color: white; 
    display: flex;
    font-size: 92px; 
    font-weight: 100;
    justify-content: center; 
    align-items: center;
    position: absolute; 
    right: 20px; 
    bottom: 20px;
    cursor: pointer;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.dashboard-add-set:hover {
    opacity: 0.7;
}

/* ДОСКА */

/* НАСТРОЙКИ */
.settings__label {
    font-size: 18px;
    font-weight: 400;
    color: #314940;
}
.settings__language-list select {
    width: 100%;
    height: 35px;
    border: #314940 1px solid;
    border-radius: 5px;
    margin-top: 5px;
}
/* НАСТРОЙКИ */

/* ОБУЧЕНИЕ */
#learning-page {
    position: relative; 
    background-color: #2B574A; 
    /* border: #ED6161 solid; */
    height: 100vh; 
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
}
.learning-page-header {
    padding-top: 15px; 
    padding-bottom: 10px; 
    margin: 0px;
    /* background-color: #2B574A; */
}
.learning-page-word-top {
    font-size: 30px; 
    font-weight: 300;
    display: flex; 
    justify-content: center; 
    width: 100%; 
    align-items: start;
    max-height: 103px;
    padding: 10px;
    color: #15313B;
    /* border: #000000 solid; */
    scrollbar-width: none;
}

.learnig-page-countdown-back {
    background-color: #576E6E; 
    width: 242px; 
    height: 14px; 
    border-radius: 7px;
    /* position: absolute;
    bottom: 0px;  */
    /* top: calc(38% - 27px); 
    left: calc(50% - 27px);  */
    position: relative;
    display: flex;
    justify-content: center; 
    align-items: center;
    margin-bottom: 13px;
}
#learnig-page-countdown {
    background: linear-gradient(90deg, #15313B 29.4%, #3B8972 100%);
    height: 8px;
    width: 0px;
    position: absolute;
    left: 5px;
    top: 3px;
    border-radius: 8px;
}
.learnig-page-user-answer-field-group {
    position: relative;
    height: 96px;
    min-height: 36px; 
    border: 1px solid #2B574A66;
    border-radius: 6px;
    width: 90%; 
    color: #5AAF60;
    font-size: 28px;
    padding: 3px 10px 3px 10px;
    margin-bottom: 21px;
}

#learnig-page-user-answer-field {
    display: flex; 
    align-items: center;
}

.learning-page-bottom {
    display: flex; 
    flex-direction: column; 
    justify-content: space-between;
    align-items: center; 
    /* border: #C5D8D1 solid;  */
    height: 200px;
    width: calc(100vw - 36px);
    position: fixed; 
    bottom: 0px;
    padding-left: 14px; 
    padding-right: 14px;
    padding-top: 7px; 
    padding-bottom: 27px;
}

.learning-page-progressor-legend {
    display: flex; 
    justify-content: flex-end;
    align-self: flex-start; 
    font-size: 12px;
}

.learning-page-progressor-legend-cell {
    display: flex; 
    justify-content: left;
    align-items: center; 
    margin-top: 2px;
}

.learning-page-progressor-legend-color {
    width: 8px; 
    height: 8px; 
    background-color: #5AAF60; 
    margin-right: 8px;
}

.learning-page-progressor {
    display: flex; 
    width: 100%; 
    margin-top: 2px;
}

#learning-page-progressor-cell-1,
#learning-page-progressor-cell-2,
#learning-page-progressor-cell-3 {
    display: flex; 
    flex-direction: column; 
    align-items: start;
    width: 33%; 
    font-weight: 400; 
    margin-right: 4px; 
    border-radius: 2px;
}

.learning-page-progressor-bar-part {
    background-color: #5AAF60; 
    width: 100%; 
    height: 8px;
}

.learning-page-statistics {
    display: flex; 
    justify-content: flex-end; 
    width: 100%;
    margin-top: 2px; 
    font-size: 12px;
    font-weight: 100;
}
.learning-page-control-buttons {
    display: flex; 
    height: 50px; 
    justify-content: space-between;
    align-items: center;
    width: 188px; 
    padding-top: 5px;
}

.learning-page-control-buttons-main {
    display: flex; 
    width: 100%; 
    justify-content: center;
    font-weight: 300; 
    font-size: 20px; 
    align-items: center; 
    padding-top: 5px;
}

.learning-page-control-buttons-main-labels {
    display: flex; 
    justify-content: space-between;
    width: 260px;
}

.learning-page-control-buttons-main-label {
    flex: 1; 
    display: flex; 
    justify-content: center;
}

.state-speaking {
    animation: speaking 3s infinite;
}

@keyframes speaking {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.state-listening {
    animation: listening 3s infinite;
}
@keyframes listening {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.learning-page-study-direction {
    display: flex; 
    flex-direction: column; 
    width: 28px; 
    height: 28px;
    font-size: 8px; 
    font-weight: 600; 
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    border: 2px solid #F1FCE6;
    border-radius: 2px;
    padding: 2px;
}
.learning-page-study-direction:hover {
    opacity: 0.7;
}
.learning-page-study-direction-line-45 {
    position: absolute; 
    width: 1px; 
    height: 20px; 
    bottom: 2px; 
    left: 11px;
    transform: rotate(30deg);
    background-color: #F1FCE6;
}
/* ОБУЧЕНИЕ */

/* НАБОРЫ */
.set-editing {
    border: #00000080 1px solid;
    position: absolute; 
    bottom: 0; 
    height: 70%; 
    width: 100%;
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px;
    background-color: #F7F7F7; 
    display: flex;
    flex-direction: column;
    z-index: 500;
    padding-left: 43px;
    padding-right: 43px;
}

.set-editing-field {
    display: flex; 
    flex-direction: column; 
    margin-top: 25px;
}

.set-editing-label {
    color: #00000099;
    font-size: 16px;
}

.set-editing-input {
    border: #00000080 solid 1px; 
    height: 43px; 
    margin-top: 6px;
                
}
/* НАБОРЫ */

/* КАРТОЧКА СЛОВА */
.card-page-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    padding: 28px;
    padding-top: 20px;
    padding-bottom: 0px;
}
.card-page-header img {
    height: 18px;
    /* cursor: pointer; */
}
/* .card-page-header img:hover {
    opacity: 0.7;
} */
.card-page-content {
    display: flex;
    flex-direction: column;
    background-color: #F1FCE6;
    height: calc(100vh - 106px); 
    width: calc(100vw - 34px);
    margin-top: 50px; 
    margin-left: 17px; 
    margin-right: 17px;
    /* align-items: center; */
    /* margin-bottom: 74px; */
    /* border: #1240AB solid; */
    position: fixed;
    /* overflow-y: auto;
    scrollbar-width: none; */
}
.card-page-set-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-page-set-header img{
    cursor: pointer;
}
.card-page-set-header img:hover{
    opacity: 0.7;
}
.card-page-set-label,
.card-page-set-label-bold {
    color: #314940; 
    font-weight: 300; 
    font-size: 14px;
}
.card-page-set-label-bold {
    font-weight: 600;
    cursor: pointer;
}
.card-page-set-label-bold:hover {
    opacity: 0.7;
}
.card-page-item,
.card-page-item-noneditable {
    position: relative;
    margin: 12px;
    margin-top: 0px;
    border: solid 1px #2B574ACC; 
    border-radius: 6px; 
    height: 88px;
    background-color: white;
    width: calc(100% - 22px);
}
.card-page-item-noneditable {
    border: solid 0.5px #A2BAA8; 
    background-color: #F1FCE6;
}
.card-page-item textarea,
.card-page-item div,
.card-page-item-noneditable textarea,
.card-page-item-noneditable div {
    position: absolute;
    top: 0;
    left: 30px;
    width: calc(100% - 30px);
    height: 100%;
    border-radius: 6px;
    font-size: 20px; 
    font-weight: 300px; 
    font-family: Fira Sans;
    color: black;
    background-color: white;
    border: none;
    overflow-y: auto;
    scrollbar-width: none;
    padding-top: 5px;
    padding-bottom: 5px; 
    resize: none;
}
.card-page-item-noneditable textarea,
.card-page-item-noneditable div {
    background-color: #F1FCE6;
}
.card-page-item textarea::placeholder,
.card-page-item-noneditable textarea::placeholder,
#card-page-transcription-placeholder {
    color: #00000066;
    font-size: 12px;
    font-weight: 300;
}
#card-page-transcription-placeholder {
    left: 6px;
    width: calc(100% - 24px);
}
.card-page-img-mic {
    position: absolute;
    right: 5px;
    bottom: 7px;
    width: 20px; 
    height: auto;
    cursor: pointer; 
}
.card-page-img-play, 
.card-page-img-flag,
.card-page-img-attach {
    position:absolute;
    width: 20px;
    height: auto;
    left: 6px; 
    top: 9px;
    cursor: pointer;
    border-radius: 3px;
}
.card-page-img-flag,
.card-page-img-attach {
    top:auto;
    bottom: 7px;
}
.card-page-img-flag{
    cursor: pointer;}
.card-page-img-mic:hover,
.card-page-img-play:hover,
.card-page-img-attach:hover {
    opacity: 0.7;
}
#card-page-del-picture {
    position: absolute; 
    top: 8px; 
    right: 8px; 
    width: 39px;
    cursor: pointer;
}
#card-page-del-picture:hover {
    opacity: 0.7;
}
.user-mark {
    border-radius: 50%;
    border: #2A5649 solid 2px;
}
/* КАРТОЧКА СЛОВА */

/* НАСТРОЙКИ */
.bottom-submenu,
.center-submenu {
    /* border: #314940 solid 1px; */
    position: absolute; 
    background-color: #559C63; 
    width: 100%; 
    /* height: 100%; */
    display: flex;
    flex-direction: column; 
    font-weight: 300; 
    font-size: 14px; 
    color: #F1FCE6;
    max-width: 400px; 
    padding: 19px;
    padding-bottom: 26px;
    border-radius: 10px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2222;
}
.bottom-submenu {
    padding-top: 8px;
}
.center-submenu {
    bottom: 50%;
    transform: translateY(50%) translateX(-50%);
}
.bottom-submenu-top-close {
    display: flex; 
    justify-content: center; 
    align-items: center;
    cursor: pointer;
    height: 43px;
    /* border: red solid; */
}
.bottom-submenu-top-close:hover {
    opacity: 0.7;
}
.bottom-submenu-top-close-line {
    height: 4px; 
    width: 39px; 
    background-color: #314940;
    margin-bottom: 13px;
    border-radius: 2px;
}
.bottom-submenu-field-group,
.bottom-submenu-field-group-settings,
.center-submenu-top-group {
    /* border: red solid 1px; */
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    height: 23px;
    width: 100%;
    margin-top: 13px;
}
.center-submenu-top-group {
    margin-top: 13px; 
    height: auto;
}
.center-submenu-top-group span {
    font-size: 18px; 
    font-weight: 400;
    margin-left: 32px;
}
.bottom-submenu-field-group {
    justify-content: start;
    cursor: pointer;
    margin-top: 25px;
}
.center-submenu-buttons {
    display: flex;
    margin-top: 34px; 
    justify-content: flex-end;
}
.center-submenu-btn-by-defalult,
.center-submenu-btn-not-default {
    font-size: 16px; 
    width: 98px; 
    height: 35px; 
    border-radius: 6px;
    display: flex; 
    justify-content: center; 
    align-items: center;
    cursor: pointer;
}
.center-submenu-btn-by-defalult:hover,
.center-submenu-btn-not-default:hover{
    opacity: 0.7;
}

.center-submenu-btn-by-defalult {
    background-color: #EEF5EF; 
    color: #559C63;
}
.bottom-submenu-field-group:hover {
    opacity: 0.7;
}
.bottom-submenu-field-group img {
    margin-right: 25px; 
    margin-left: 27px;
    width: 21px;
}
.bottom-submenu-field-group-2-strings{
    display: flex;
    flex-direction: column;
}
.bottom-submenu-field-group-2-strings-bold{
    font-size: 18px; 
    font-weight: 400;
}
.bottom-submenu-field-group-2-strings-rare{
    font-size: 12px; 
    font-weight: 300; 
    margin-top: 3px;
}
.bottom-submenu-select-group {
    display: flex;
    justify-content: end;
    cursor: pointer;
}
.bottom-submenu-select-group:hover {
    opacity: 0.7;
}
.bottom-submenu-select-group img{
    margin-left: 14px;
}
.buttom-submenu-select-value {
    /* display: flex; */
    font-size: 14px; 
    font-weight: 400; 
    color: #314940;
    /* width: 150px; */
}
.settings-page-option {
    font-size: 12px;
    font-weight: 300;
    color: #000000CC;
}
.bottom-submenu-chekbox-group {
    display: flex; 
    width: 80px; 
    justify-content: space-between; 
    align-items: center;
}
.bottom-submenu-checkbox-yes,
.bottom-submenu-checkbox-no {
    width: 50px; 
    height: 22px; 
    border-radius: 11px; 
    background-color: #314940;
    display: flex; 
    justify-content: flex-end; 
    align-items: center;
    cursor: pointer;
}
.bottom-submenu-checkbox-no {
    justify-content: flex-start;
    background-color: #C5D8D1; 
}
.bottom-submenu-checkbox-yes:hover,
.bottom-submenu-checkbox-no:hover {
    opacity: 0.7;
}

.bottom-submenu-checkbox-pointer {
    width: 18px; 
    height: 18px; 
    border-radius: 50%; 
    background-color: #E1E5E0;
    margin-right: 2px;
}
.bottom-submenu-checkbox-value-label {
    color: #314940; 
    font-size: 14px; 
    font-weight: 400;
}
/* НАСТРОЙКИ */

/* СПИСОК НАБОРОВ */
#set-list {
    padding-left: 0px;
    padding-top: 69px;
    /* border: #1240AB solid 1px; */
}
.set-list-pattern,
.set-list-pattern-in-folder {
    position: relative;
    width: calc(100% - 10px);
    height: 90px;
    cursor: pointer;
    /* border: #1240AB solid 1px; */
    display: flex;
    justify-content: flex-end;
    /* border: green solid; */
}
.set-list-pattern-in-folder {
    justify-content: flex-end;
}
.set-list-shadow {
    position: absolute; 
    top: 0px; 
    left: 22px;
    width: calc(100% - 19px); 
    height: 90px;
    border: #F1FCE6 solid 0.3px;
    border-radius: 6px;
}
.set-list-content,
.set-list-content-checked,
.set-list-content-in-folder,
.set-list-content-checked-in-folder {
    display: flex; 
    flex-direction: column; 
    justify-content: space-between;
    border: #F1FCE6 solid 0.3px; 
    border-radius: 6px;
    background-color: #559F63; 
    width: calc(100% - 23px); 
    height: 90px;
    position: relative;
}
.set-list-content-checked,
.set-list-content-checked-in-folder {
    background-color: #478052E5;
}
.set-list-content-in-folder,
.set-list-content-checked-in-folder {
    width: 360px;
}
.set-list-content img:hover,
.set-list-content-checked img:hover,
.set-list-content-in-folder img:hover,
.set-list-content-checked-in-folder img:hover {
    opacity: 0.7;
}

.set-list-content-top {
    display: flex; 
    align-items: center;
    width: calc(100% - 50px); 
    /* justify-content: space-between;  */
    margin-left: 39px;
    margin-right: 11px; 
    height: 25px; 
    margin-top: 9px;
    gap: 10px;
    /* border: red solid; */
}
.set-list-content-top-name-amount {
    /* display: flex; */
    align-items: center;
    /* width: calc(100% - 80px); */
    max-height: 40px;
    overflow: hidden;
    /* border: #1240AB solid; */
}
.set-list-content-top-name-amount span {
    font-size: 16px; 
    font-weight: 400; 
    margin-right: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  /* показываем максимум 2 строки */
    overflow: hidden;
    text-overflow: ellipsis;
}
.set-list-content-top-amount {
    display: flex; 
    justify-content: center;
    background-color: #F1FCE6; 
    height: 13px;
    border-radius: 8px; 
    color: #478052;
    padding-left: 10px; 
    padding-right: 10px; 
    padding-top: 5px;
    padding-bottom: 5px; 
    padding-top: 1px; 
    font-size: 12px;
}
.set-list-content-top img {
    /* position: absolute;  */
    top:16px; 
    right: 11px;
    margin-left: auto;
}
.set-list-content-statistics {
    display: flex; 
    align-items: center; 
    margin-left: 39px
}
.set-list-content-statistics-point-green,
.set-list-content-statistics-point-red {
    width: 4px; 
    height: 4px; 
    border-radius: 2px; 
    margin-right: 3px;
}
.set-list-content-statistics-point-green {
    border: white solid 1px;
    background-color: #5AAF60;
}
.set-list-content-statistics-point-red {
    background-color: #ED6161; 
    margin-left: 11px;
}
.set-list-content-statistics span {
    font-size: 12px; 
    font-weight: 100;
    opacity: 0.9;
}
.set-list-content-bottom {
    display: flex; 
    justify-content: space-between;
    padding-left: 13px; 
    padding-right: 11px; 
    margin-bottom: 11px;
}
.set-list-content-bottom-amount-of-children {
    display: flex;
    font-size: 12px;
    font-weight: 300;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
}
.set-list-content-bottom-right {
    display: flex; 
    /* justify-content: space-between; */
    justify-content: end;
    margin-left: auto; 
    width: 41px;
    /* border: #1240AB solid;  */
}
/* СПИСОК НАБОРОВ */

/* ТАБЛИЦА СЛОВ */
.words-page-header-set-name-statistics {
    display: flex;
    flex-direction: column;
    font-size: 24px; 
    font-weight: 300;
}
.words-page-header-statistics {
    display: flex; 
    align-items: center;
    justify-content: center;
    font-size: 12px; 
    font-weight: 100;
    opacity: 0.9;
}
.words-page-header-statistics-total {
    margin-right: 9px;
}
.words-page-header-icons-right {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    width: 68px;
}
.words-page-pattern,
.words-page-pattern-checked {
    display: flex; 
    align-items: center; 
    justify-content: space-between;
    border: #314940 solid 1px;
    width: 100%; 
    height: 75px; 
    background-color: #F1FCE6;
    color: #314940; 
    font-size: 16px; 
    font-weight: 300;
    padding-left: 18px; 
    padding-right: 13px;
}
.words-page-pattern-checked {
    background-color: #DEFFBE;
}
.words-page-pattern-fault-point {
    background-color: #ED6161; 
    width: 4px; 
    height: 4px; 
    border-radius: 2px;
    margin-left: 13px; 
    margin-right: 11px; 
    margin-top: 5px;
}
.words-page-pattern-success-point {
    background-color: #5AAF60; 
    width: 4px; 
    height: 4px; 
    border-radius: 2px;
    margin-left: 13px; 
    margin-right: 11px; 
    margin-top: 5px;
}
.words-page-native-succes{
    display: flex;
    align-items: center;
    /* border: red solid; */
    width: 45%;
}
.words-page-pattern-foreign-transcription {
    display: flex; 
    flex-direction: column; 
    /* margin-left: 5px;
    margin-right: 5px;  */
    align-items: end;
    width: 45%;
    /* border: #1240AB solid; */
}
.words-page-pattern-chck-int {
    display: flex;
    margin-right: 4px;
    margin-left: 5px;
    justify-content: space-between;
    width: 51px;
    /* border: greenyellow solid; */
}
/* ТАБЛИЦА СЛОВ */