@charset "UTF-8";
* {
  font-family: "Jost", sans-serif;
}

.safe-p {
  line-height: 0;
  margin: 0;
}

.container {
  width: 80vw;
  padding: 0;
}

.logo {
  width: 25px;
  margin-right: 5px;
  transition: all 0.3s ease;
}

.logo-container {
  display: flex;
  align-items: end;
  justify-content: center;
}
.logo-container:hover .logo {
  width: 29px;
}
.logo-container:hover .navbar-brand {
  color: #102C54;
  font-weight: bold;
  background-color: none;
}

.navigation {
  background-color: #FFFBF2;
  padding: 0;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='gray' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-brand {
  color: #102C54;
  text-decoration: none;
  padding-right: 25px;
  transition: all 0.3s;
  font-size: 1.5em;
  line-height: 0.3;
}

.navbar-nav .nav-link {
  color: #102C54;
  text-decoration: none;
  padding: 30px 40px;
  transition: all 0.3s ease;
}
.navbar-nav .nav-link:hover {
  color: #102C54;
  font-weight: bold;
  background-color: #FFE7E7;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-item:active {
  background-color: #577C8E;
  color: #f3f3f3;
}
.dropdown-item:focus {
  background-color: #577C8E;
  color: #f3f3f3;
}
.dropdown-item:hover .nav-link {
  color: #102C54;
  font-weight: bold;
  background-color: #FFE7E7;
}

.hello-box, .phrasebook-container-main {
  display: flex;
  align-items: center;
}

.hello-img {
  width: 30%;
  height: auto;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 0;
}

.phrasebook-main-img {
  width: 30%;
  height: auto;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 20px;
}

.menu-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

.menu-item {
  display: flex;
  gap: 20px;
  padding: 30px;
}
.menu-item p {
  line-height: 1.5;
}

.header-container {
  width: 140px;
}

.menu-header {
  line-height: 1;
}

.project-sections {
  position: relative;
  min-height: 100vh;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: url("../files/images/moroshka_background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px calc(50vw - 50%);
  box-sizing: border-box;
  margin-bottom: 50px;
  margin-top: calc(-50vh + 50%);
}

.welcome-box-grammar {
  position: relative;
  min-height: 100vh;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: url("../files/images/deer_background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px calc(50vw - 50%);
  box-sizing: border-box;
}

.phrasebook-container {
  position: relative;
  min-height: 100vh;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: url("../files/images/expedition_photo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px calc(50vw - 50%);
  box-sizing: border-box;
  color: white;
  font-size: 1.2em;
}

.button-with-desc {
  flex: 1 1;
  max-width: 100%;
  text-align: middle;
}

.button-desc {
  margin-top: 8px;
  font-size: 0.95em;
  font-weight: bold;
  font-size: 1.2em;
}

.buttons-box {
  display: flex;
  gap: 50px;
  margin-top: 100px;
}

/* .project-sections::before {
 * content: '';
 * position: absolute;
 * top: 0;
 * left: 0;
 * right: 0;
 * bottom: 0;
 * background-color: rgba(255, 255, 255, 0.85);
 * z-index: 1 */
.project-sections * {
  position: relative;
  z-index: 3;
}

.grant {
  font-weight: bold;
}

.welcome-box {
  width: 70%;
}

.welcom-box-dictionary {
  position: relative;
  min-height: 100vh;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: url("../files/images/chum_background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px calc(50vw - 50%);
  box-sizing: border-box;
}

.search-block {
  display: flex;
}

.search-input {
  outline: none;
  border: 0px;
  border-radius: 23px 0 0 23px;
  width: 230px;
  height: 46px;
  background-color: #e1e1e1;
  padding-left: 28px;
  padding-right: 28px;
}

.search-btn {
  background-color: #577C8E;
  color: #f3f3f3;
  display: flex;
  padding: 21px 18px;
  border: 1px solid #577C8E;
  width: 104px;
  height: 46px;
  border-radius: 0px 23px 23px 0px;
  align-items: center;
  outline: none;
  border: 1px solid #577C8E;
  border-radius: 0px 23px 23px 0px;
  outline: none;
  border: 0px solid #577C8E;
  border-radius: 0px 23px 23px 0px;
  border: 1px solid #577C8E;
  border-radius: 0px 23px 23px 0px;
  outline: none;
  border: 0px solid #577C8E;
  border-radius: 0px 23px 23px 0px;
}
.form-dictionary {
  display: flex;
  align-items: leflt;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 20px 0;
}

.flex-table {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 30px;
}

.show {
  display: block !important;
}

.category-link {
  font-size: 16px;
  color: #007bff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
}
.category-link:hover {
  background-color: #007bff;
  color: white;
  text-decoration: none;
}
.category-link:active {
  background-color: #0056b3;
  color: white;
}
.category-link:focus {
  outline: 2px solid #0056b3;
  outline-offset: 2px;
}

.constructionList {
  list-style-type: none;
  padding-left: 0;
}

.constructionList::-webkit-details-marker {
  display: none;
}

.dictionary-details {
  background-color: #FFFBF2;
  border-radius: 8px;
}
.dictionary-details[open] .highlight-construction-big::before {
  content: "▼";
  position: absolute;
  left: 1em;
  top: 30%;
}

.highlight-construction-big {
  width: 100%;
  position: relative;
  padding: 1em 1em 1em 1.2em;
}
.highlight-construction-big:hover {
  border-radius: 8px;
  background-color: #f3f2f2;
  color: #000000;
}
.highlight-construction-big::before {
  content: "▶";
  position: absolute;
  left: 1em;
  top: 30%;
}

.additional-info {
  margin-top: 40px;
}

.list-group-phrasebook {
  width: 70%;
}

.list-group-horizontal {
  display: flex;
  flex-wrap: wrap;
}
.list-group-horizontal .list-group-item:first-child {
  margin-left: -40px;
}

.hide {
  display: none;
}

.status-field {
  font-size: 1.5em;
  display: inline-block;
  width: 20px;
  text-align: center;
}

.clickable {
  cursor: pointer;
}

.checked {
  color: green;
}

.unchecked {
  color: red;
}

.alphabet {
  margin-bottom: 20px;
}
.alphabet a {
  margin-right: 5px;
}

.all-info {
  padding: 40px;
  padding-top: 0;
}

.meaning-list {
  color: #666;
  font-style: italic;
  font-size: 0.9em;
}

.construction-list ul {
  list-style-type: none;
  padding-left: 0;
}
.construction-list li {
  padding: 5px 0;
}

.construction-title {
  padding: 15px;
  font-size: 18px;
  color: #001c3d;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
}
.construction-title--link {
  transition: all 0.3s, 0.3s;
  color: #0056b3;
  text-decoration: underline;
}
.construction-title:hover {
  color: #001c3d;
  text-decoration: none;
}

.user-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
.user-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.user-link:active {
  color: #004085;
  text-decoration: none;
}

mark {
  background-color: #FFE7E7;
  color: #000;
  padding: 0.05em 0.05em;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.mark {
  background-color: #FFE7E7;
  color: #000;
  padding: 0.05em 0.3em;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.mark:hover {
  color: #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 0.3em 0.3em;
}

.constr-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.me-2 {
  padding-right: 5px;
}

.gloss-menu {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.gloss-item {
  padding: 8px;
  cursor: pointer;
}
.gloss-item:hover {
  background-color: #f0f0f0;
}

.readonly-text {
  background-color: transparent;
  border: none;
  color: inherit;
  width: auto;
  display: inline;
}

.btn-custom {
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  transition: all 0.5s ease;
  min-width: 100%;
  outline: none;
  text-decoration: none;
  display: block;
}
.btn-custom, .btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom:visited {
  text-decoration: none !important;
}
.btn-custom--yellow {
  background-color: #FFFBF2;
  color: #1b1b1b;
}
.btn-custom--yellow:hover {
  background-color: #FFE7E7;
  color: #1b1b1b;
  transform: scale(1.03);
}
.btn-custom--yellow:active, .btn-custom--yellow:focus {
  outline: none;
}
.btn-custom--dark {
  background-color: #577C8E;
  color: #f3f3f3;
}
.btn-custom--dark:hover {
  background-color: #FFE7E7;
  color: #1b1b1b;
  transform: scale(1.03);
  color: #1b1b1b;
}
.btn-custom--dark:active, .btn-custom--dark:focus {
  outline: none;
}
.btn-custom--light {
  background-color: #FFE7E7;
  color: #1b1b1b;
}
.btn-custom--light:hover {
  background-color: #577C8E;
  color: #f3f3f3;
  transform: scale(1.03);
  color: #f3f3f3;
}
.btn-custom--light:active, .btn-custom--light:focus {
  outline: none;
}
.btn-custom--disabled {
  background-color: #e9ecef;
  color: #6c757d;
  cursor: not-allowed;
}
.btn-custom--disabled:hover {
  background-color: #e9ecef;
  color: #6c757d;
  transform: none;
  cursor: not-allowed;
}
.btn-custom--disabled:active, .btn-custom--disabled:focus {
  outline: none;
}

.unaccepted {
  color: red;
  text-decoration: line-through;
}

.semi-accepted {
  color: orange;
  font-style: italic;
}

.custom-select {
  border-radius: 0.25rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  background: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"%3e%3cpath fill="none" stroke="%23343a40" d="M2 0L0 2h4zm0 5L0 3h4z"/%3e%3c/svg%3e') no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group-text.bg-primary {
  background-color: #007bff;
  border-color: #007bff;
}
.input-group-text.bg-primary i {
  color: white;
}

.label {
  display: inline-block;
  padding: 0.2em 0.5em;
  margin: 0.2em;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  background-color: #007bff;
  border-radius: 0.25em;
}

.semantic-field {
  display: inline-block;
  padding: 0.2em 0.5em;
  margin: 0.3em;
  font-size: 0.8em;
  background-color: #FFE7E7;
  color: #1b1b1b;
  border-radius: 0.25em;
}
.right-aligned {
  float: right;
}

#variantsSection {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#variantsList {
  margin: 0;
  padding: 0;
  list-style: none;
}
#variantsList .list-inline-item {
  margin-right: 10px;
}
#variantsList .badge {
  font-size: 14px;
  background-color: #6c757d;
  color: white;
  border-radius: 12px;
}
#variantsList .badge .btn {
  font-size: 10px;
  padding: 2px 5px;
  margin-left: 5px;
}
#variantsList .badge .btn.btn-warning {
  background-color: #ffc107;
  border: none;
}
#variantsList .badge .btn.btn-danger {
  background-color: #dc3545;
  border: none;
}

#variantsSection input {
  display: inline-block;
  width: auto;
}

#variantsSection button {
  display: inline-block;
}

.phrasebook-button-box {
  width: 40%;
  margin: 10px 0px;
}

.my-table-item {
  padding-left: 8vw;
}

.my-table-body td {
  vertical-align: middle !important;
  background: #FFFBF2 !important;
}

.phrasebook-imgbox {
  display: flex;
  gap: 100px;
  align-items: center;
}

.phrasebook-img {
  width: 30%;
  height: auto;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  width: 20%;
}

.page-item-custom .custom {
  background: #577C8E;
  color: #f3f3f3;
}

.page-item-custom .active {
  background: #577C8E;
  color: #f3f3f3;
}

.page-link {
  color: black;
  background: #FFE7E7;
}
.page-link:hover {
  color: black;
}
.page-link .active {
  background: #577C8E;
  color: #f3f3f3;
}

.footer {
  margin-top: 50px;
  background-color: #577C8E;
  color: #f3f3f3;
  font-size: 0.9em;
}
.footer p {
  margin: 9px;
}

.footer-link {
  background-color: #577C8E;
  color: #f3f3f3;
  text-decoration: underline;
  font-weight: bold;
}
.footer-link:hover {
  color: white;
  text-decoration: none;
  transition: all 0.3s;
}/*# sourceMappingURL=styles.css.map */