@charset "UTF-8";
body {
  max-width: 1160px !important;
  margin: auto !important;
  background-color: 0;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
}

a {
  color: black;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

hr {
  margin: 5px 0;
}

.alerts-2-step > .container-buttons .btn-primary {
  --bs-btn-hover-bg: #ebebf0;
  --bs-btn-active-bg: #ebebf0;
}
.alerts-2-step > .container-buttons .btn-primary p {
  font-size: 16px !important;
}

.navbar {
  margin-top: 10px;
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tMainPage {
  background-color: #ebebf0;
  border-radius: 10px;
  width: 100%;
}
.tMainPage .material-symbols-outlined {
  font-size: 18px;
}
.tMainPage tr:nth-child(1) > td:nth-child(5) {
  width: 20px;
}
.tMainPage tr:nth-child(1) > td:nth-child(6) {
  width: 25px;
  padding-right: 20px;
}
.tMainPage tbody > tr:nth-child(1) > td:nth-child(1) {
  width: 20px;
}
.tMainPage tbody > tr > td:first-child {
  width: 40px;
}
.tMainPage tbody td:nth-child(2),
.tMainPage tbody td:nth-child(3) {
  width: 18%;
}
.tMainPage tbody td:nth-child(4) {
  width: 44%;
}
.tMainPage p {
  margin-top: 0;
  margin-bottom: 0;
}

.dictionary-word-cell {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dictionary-word-header {
  display: flex;
  align-items: center;
  gap: 6px;
}

.speak-word {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: inherit;
}

.speak-word:focus-visible {
  outline: 2px solid currentColor;
  border-radius: 4px;
}

.speak-word .material-symbols-outlined {
  font-size: 20px;
}

.speak-all {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: inherit;
}

.speak-all:focus-visible {
  outline: 2px solid currentColor;
  border-radius: 4px;
}

.speak-all .material-symbols-outlined {
  font-size: 20px;
}

.header-steps-time {
  text-align: center;
}
.header-steps-time p {
  display: inline;
  font-weight: 500;
}
.header-steps-time .time-count {
  display: inline;
}

.dictionaries {
  background-color: #ebebf0;
  border-radius: 10px;
  width: 100%;
  border-color: #ffffff;
}
.dictionaries .material-symbols-outlined {
  font-size: 14px;
}
.dictionaries tr:nth-child(1) > td:nth-child(1) {
  width: 10px;
}
.dictionaries tr:nth-child(2) > td:nth-child(2) {
  width: 270px;
}
.dictionaries tr:nth-child(3) > td:nth-child(3) {
  width: 270px;
}

.navbar .navbar-expand-lg .bg-light {
  -bs-bg-opacity: none !important;
  background-color: none !important;
}

body > table > tbody > tr:nth-child(1) > th {
  width: 10px;
}

div.container-fluid {
  padding-left: 0px !important;
}

.main-page-first-slide {
  padding-top: 40px;
  padding-bottom: 100px;
  max-width: 900px;
}
.main-page-first-slide h2 {
  font-weight: 700;
  font-size: 2.5rem;
}
.main-page-first-slide h5 {
  font-weight: 300;
}
.main-page-first-slide p {
  font-size: 20px;
  font-weight: 300;
}

.btn-first-slide {
  margin-top: 35px;
  font-size: 14px;
  width: 100%;
}

div.audio-controls-mp > audio {
  width: 90%;
}

.main-page-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  min-height: 600px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)), url(/html/img/words-mp.png);
}
.main-page-slide .btn {
  margin-top: 15px;
  width: 200px;
}
.main-page-slide .btn a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
}

.main-page-slide-text {
  padding: 360px 0 10px 0;
  width: 600px;
  text-align: center;
  margin: auto;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.mp-text {
  margin-bottom: 50px;
}

.mp-text-1,
.mp-text-2 {
  display: inline-block;
  min-width: 400px;
}

.mp-text-2 {
  padding-left: 25px;
}

.main-page-slide-text p:nth-of-type(2) {
  width: 600px;
  text-align: center;
  margin: auto;
  font-size: 18px;
}

.video-link {
  display: inline-block;
  font-size: 24px;
  padding-right: 25px;
}
.video-link p {
  display: inline-block;
}
.video-link a {
  text-decoration: none;
}

.mp-second-screen,
.mp-second-screen-2 {
  margin-top: 35px;
  position: relative;
  padding-bottom: 56.25%; /* Set the aspect ratio to 16:9 */
  height: 0;
  overflow: hidden;
}

.mp-second-screen iframe,
.mp-second-screen-2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.mp-third-screen {
  width: 90%;
  max-width: 800px;
}

.WordsToRepeat {
  display: inline;
  font-weight: 500;
  color: #0d6efd;
}

.personalacountpage .material-symbols-outlined {
  font-size: 14px;
}

.navbar-toggler {
  border: none;
  border-radius: 0;
}

.navbar-toggler-icon {
  background-position-x: right;
}

.navbar-toggler:focus {
  outline: 0;
  box-shadow: 0 0 0;
}

.navbar-nav {
  align-items: end;
  padding-right: 15px;
}

.container-fluid {
  --bs-gutter-x: 0rem;
}

.nav-link {
  color: #000000;
}

.video-praktik-1,
.video-praktik-2 {
  padding: 20px 0;
}

.alerts-first-step {
  text-align: center;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 210px 100px 100px 50px 50px;
  margin-top: 30px;
}

.alert-secondary-fstep-word {
  grid-row: 2;
  grid-column: 1;
  text-align: center;
  width: 500px;
  display: flex;
  align-items: center;
  justify-self: center;
  background-color: #ebebf0;
  margin-bottom: 10px;
  border-radius: 10px;
}
.alert-secondary-fstep-word p {
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  margin: auto 0;
  line-height: 1;
  padding: 0 10px;
}

.alert-secondary-fstep-translate {
  grid-row: 3;
  grid-column: 1;
  text-align: left;
  width: 500px;
  display: flex;
  align-items: center;
  justify-self: center;
  background-color: #ebebf0;
  margin-bottom: 10px;
  border-radius: 10px;
}
.alert-secondary-fstep-translate p {
  padding: 0 10px;
  line-height: 1;
  width: 90%;
  margin: auto 0;
  font-size: 18px;
}

.btn-next {
  display: inline-block;
  width: 500px;
  grid-row: 4;
  grid-column: 1;
  justify-self: center;
}

.btn-finish {
  display: inline-block;
  width: 500px;
  grid-row: 5;
  grid-column: 1;
  justify-self: center;
  margin-top: 10px;
}

.word-image {
  grid-row: 1;
  grid-column: 1;
}
.word-image img {
  max-width: 400px;
  border-radius: 10px;
  max-height: 200px;
}

.alerts-second-step {
  text-align: center;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100px 100px 50px;
  margin-top: 100px;
}

.alert-secondary-second-step-word {
  grid-row: 1;
  grid-column: 1;
  text-align: center;
  width: 400px;
  display: inline-block;
  justify-self: center;
  background-color: #ebebf0;
  margin-bottom: 10px;
  border-radius: 10px;
}
.alert-secondary-second-step-word p {
  padding-top: 30px;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}

.alert-secondary-second-step-translate {
  grid-row: 2;
  grid-column: 1;
  text-align: center;
  width: 300px;
  display: inline-block;
  justify-self: center;
  background-color: #ebebf0;
  margin-bottom: 10px;
  border-radius: 10px;
}
.alert-secondary-second-step-translate p {
  padding-top: 35px;
}

.btn-no {
  display: inline-block;
  width: 148px;
  height: 50px;
  grid-row: 3;
  grid-column: 1;
  justify-self: center;
}

.btn-yes {
  display: inline-block;
  width: 148px;
  height: 50px;
  grid-row: 3;
  grid-column: 2;
  justify-self: center;
}

.button-next-link {
  color: black;
}

.button-next {
  text-align: center;
}

.alerts-3-step,
.alerts-2-step {
  text-align: left;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 120px 60px 60px 60px 60px 60px 60px;
  margin-top: 50px;
  row-gap: 10px;
}
.alerts-3-step p,
.alerts-2-step p {
  line-height: 1;
  text-align: left;
}

.alert-3-step-word,
.alert-2-step-word {
  grid-row: 1;
  grid-column: 1;
  text-align: left;
  display: flex;
  align-items: center;
  justify-self: center;
  background-color: #ebebf0;
  border-radius: 10px;
  width: 500px;
}
.alert-3-step-word p,
.alert-2-step-word p {
  font-size: 24px;
  text-align: left;
  font-weight: 700;
  margin: auto 0;
  padding: 0 10px;
}

.container-buttons {
  justify-self: center;
}

.container-buttons .btn {
  margin-bottom: 10px;
}
.container-buttons .btn p {
  margin-bottom: 0rem;
  font-size: 18px;
}
.container-buttons .btn a:hover {
  color: white;
}

.container-buttons .btn-primary {
  --bs-btn-hover-bg: #d3e0fc;
  --bs-btn-active-bg: #d3e0fc;
}

.buttons-variant {
  width: 500px;
  height: 60px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #ebebf0;
  color: #000000;
  --bs-btn-border-color: none;
}

.input-4-step {
  width: 500px;
  grid-row: 2;
  grid-column: 1;
}
.input-4-step textarea {
  height: 80px;
}

#input-4-step-check {
  font-size: 18px;
  line-height: 1.2 !important;
}

.alerts-4-step {
  text-align: center;
  justify-content: center;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 120px 80px 10px 60px 60px 50px;
  margin-top: 100px;
  row-gap: 10px;
  justify-items: center;
}

.button-group {
  grid-row: 4;
  grid-column: 1;
}

.button-group {
  display: flex; /* Use flexbox for alignment */
  justify-content: space-between; /* Space buttons evenly */
  margin-top: 10px; /* Add space between the textarea and the buttons */
}

.button-group button {
  height: 2px; /* Set button height to 2px */
  flex: 1; /* Ensure equal width for both buttons */
  border: none; /* Remove border */
  cursor: pointer; /* Change cursor to pointer */
  margin-right: 5px; /* Add spacing between buttons */
}

.button-group button:last-child {
  margin-right: 0; /* Remove margin for the last button */
}

.button-group .btn-copy-text {
  background-color: green; /* Set green background */
}

.button-group .btn-copy-text:hover {
  background-color: darkgreen; /* Darker green on hover */
}

.button-group .btn-paste-text {
  background-color: blue; /* Set blue background */
}

.button-group .btn-paste-text:hover {
  background-color: darkblue; /* Darker blue on hover */
}

.btn-copy-text,
.btn-paste-text {
  position: relative;
  z-index: 1000; /* Ensure they are on top */
  pointer-events: auto;
}

.right-answer {
  width: 100%;
  max-width: 500px;
  grid-row: 5;
  grid-column: 1;
  text-align: left;
  line-height: 1;
  padding: 0 10px;
  background-color: #ebebf0;
  border-radius: 5px;
  display: flex;
  align-items: baseline; /* Align items to the baseline */
}
.right-answer p {
  margin: auto 0;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: baseline;
  align-items: baseline; /* Align text to the baseline within its line */
}

.answer-check {
  width: 100%;
  max-width: 500px;
  grid-row: 4;
  grid-column: 1;
  text-align: left;
  padding: 0 10px;
  border-radius: 5px;
  line-height: 1;
  display: flex;
  background: #ebebf0; /* Initially, no background */
}
.answer-check p {
  margin: auto 0;
}

.button:active + .answer-check,
.button:focus + .answer-check {
  background-color: #eeeecc !important; /* Force apply */
}

.alert-secondary-4step-word {
  grid-row: 1;
  grid-column: 1;
  text-align: center;
  width: 500px;
  display: flex;
  align-items: center;
  justify-self: center;
  background-color: #ebebf0;
  border-radius: 10px;
}
.alert-secondary-4step-word p {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin: auto 0;
  line-height: 1;
  padding: 0 10px;
  text-align: left;
}

.btn-next-4 {
  display: inline-block;
  width: 400px;
  grid-row: 3;
  grid-column: 1;
  justify-self: center;
}

.form-signin-addwords {
  max-width: 800px !important;
  padding: 15px;
  padding-top: 100px;
}
.form-signin-addwords textarea {
  color: black !important;
}

.form-signin {
  width: 95% !important;
  padding: 15px;
  padding-top: 100px;
}

.alert-login {
  padding: auto;
  width: 340px;
  padding: 10px 25px 10px 25px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

footer {
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: center;
  margin-top: auto;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
  .take-list-words {
    display: inline-block;
  }
}
.take-list-words {
  display: inline-block;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.logout {
  width: 200px;
  margin-top: 100px;
}
.logout a {
  color: white;
  text-decoration: none;
}

.add-dictionary-button {
  padding: 9px 0;
  margin-top: 10px;
  min-width: 295px;
}
.add-dictionary-button a {
  color: white;
  text-decoration: none;
}

.add-dictionary-button-personal-acc {
  min-width: 295px;
  height: 50px;
  width: 100%;
}
.add-dictionary-button-personal-acc a {
  color: white;
  text-decoration: none;
}

.user-info {
  background-color: #f0f8ff;
  border-radius: 8px;
  padding: 16px;
  margin-top: 20px;
  display: block; /* Раніше було flex */
}
.user-info p {
  font-weight: 600;
  display: inline;
}

.button-row {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.button-row .btn {
  flex: 1 1 200px;
  text-align: center;
  font-weight: 600;
  padding: 12px 0;
}

.countLines {
  counter-reset: trCount;
  overflow: auto;
  margin-top: 10px;
}

.countLines tr td:first-child:before {
  position: relative;
  counter-increment: trCount;
  content: counter(trCount);
  color: #1d1f21;
}

.w3 {
  width: 3%;
}

.chat-gtp-btn {
  display: inline-block;
}
.chat-gtp-btn .btn {
  min-width: 220px;
}

.line-buttons-all {
  display: inline-block;
}

.line-buttons-test {
  display: inline-block;
}

.btn-test {
  display: inline-block;
  border: none;
  margin-top: 10px;
  width: 145px;
  background-color: darkorange;
  padding: 9px 0;
}

.btn-test:hover {
  background-color: darkgreen;
}

.delete-dictionary-btn {
  background-color: red;
  border-color: red;
  width: 220px;
}

.delete-dictionary-btn-container {
  margin-top: 20px;
  width: 100%;
  text-align: right;
}

.text-right {
  text-align: right;
  margin-bottom: 20px;
  display: inline-block;
  float: right;
}
.text-right .btn {
  min-width: 220px;
}

.btn-repeat {
  background-color: green;
  padding: 9px 50px;
  border: none;
  min-width: 325px;
}

.error-message {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  background-color: red;
  padding: 15px 10px 1px 20px;
  color: white;
  border-radius: 10px;
  margin-bottom: 25px;
}

.login-page form > div:nth-child(2) {
  padding-bottom: 10px;
}
.login-page input#password {
  border-radius: 5px;
}

.forgotpw-link {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
}

.register-page form > div:nth-child(2),
.register-page form > div:nth-child(3) {
  padding-bottom: 10px;
}
.register-page input#password.form-control {
  border-radius: 5px;
}

.forgot-password {
  display: block;
  text-align: center;
  padding-top: 50px;
}
.forgot-password input#email {
  margin: auto;
  width: 300px;
}
.forgot-password .forgot-password-text {
  width: 300px;
  text-align: left;
  margin: auto;
  font-size: 14px;
}

.forgot-password-change {
  display: block;
  text-align: center;
  padding-top: 50px;
}
.forgot-password-change input#email,
.forgot-password-change input#newpassword,
.forgot-password-change input#confirmpassword,
.forgot-password-change input#token {
  margin: auto;
  width: 300px;
}

#messageTime {
  display: none;
  min-width: 350px;
  padding: 50px 120px 30px 120px;
  background-color: #fd7e14;
  border-radius: 5px;
  color: white;
  position: absolute;
  top: 220px;
  font-size: 16px;
}

.listwords p {
  display: inline;
}

.take-list-words .btn {
  min-width: 220px;
}

@media (max-width: 500px) {
  .take-list-words {
    display: block;
    margin-bottom: 10px;
  }
  .text-right {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    max-width: 1024px;
    min-width: 768px;
    width: 95%;
  }
  .dictionaries {
    width: 100%;
    margin: auto;
    margin-top: 10px;
  }
  .main-page-slide {
    min-height: 600px;
  }
  .main-page-slide-text p:first-of-type {
    padding: 250px 0 10px 0;
    width: 600px;
    font-size: 28px;
    line-height: 1.2;
  }
  .main-page-slide-text p:nth-of-type(2) {
    width: 600px;
    font-size: 18px;
  }
  .main-page-slide .btn {
    width: 200px;
  }
  .alerts-first-step {
    margin-top: 0px;
  }
}
@media (min-width: 325px) and (max-width: 768px) {
  body {
    max-width: 768px;
    width: 95%;
  }
  .mp-text-2 {
    padding-left: 0px;
  }
  .alerts-4-step {
    margin-top: 10px;
    grid-template-rows: 80px 80px 10px 60px 60px 50px;
  }
  .alert-secondary-4step-word p {
    font-size: 16px;
    font-weight: 600;
  }
  .alert-secondary-fstep-word.WordInRu,
  .alert-secondary-fstep-translate.Translation,
  .btn.btn-primary.btn-next,
  .btn.btn-outline-secondary.btn-finish {
    width: 100%;
    max-width: 400px;
  }
  .alert-3-step-word,
  .alert-2-step-word,
  .container-buttons,
  .buttons-variant {
    width: 100%;
    max-width: 400px;
  }
  .alert-secondary-4step-word,
  .input-4-step,
  .btn-next-4 {
    width: 100%;
    max-width: 500px;
  }
  .dictionaries {
    width: 100%;
    margin: auto;
    margin-top: 10px;
  }
  .main-page-slide {
    min-height: 400px;
  }
  .main-page-slide-text {
    padding: 350px 0 10px 0;
    width: 100%;
    font-size: 24px;
    line-height: 1.2;
  }
  .main-page-slide-text p:nth-of-type(2) {
    width: 100%;
    font-size: 16px;
  }
  .main-page-slide .btn {
    width: 150px;
  }
  .alerts-first-step {
    margin-top: 30px;
  }
  .mp-second-screen {
    padding-bottom: 75%; /* Set a different aspect ratio for smaller screens */
  }
  .mp-second-screen-2 {
    padding-bottom: 75%; /* Set a different aspect ratio for smaller screens */
  }
  .btn-input {
    margin-bottom: 10px;
    max-width: 240px;
  }
}
@media (min-width: 325px) and (max-width: 1028px) {
  .add-dictionary-button-personal-acc {
    margin-top: 8px;
  }
}
@media (max-width: 425px) {
  body {
    max-width: 425px;
    width: 90%;
  }
}
.material-symbols-outlined.user-logout {
  vertical-align: text-bottom;
  display: inline-block;
  line-height: 1;
  font-size: 24px;
}

.personalacountpage-title {
  font-weight: 500;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  letter-spacing: 5px;
}

.logout-link {
  display: inline-block;
}

.mb-3 {
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */
