/* line 1, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
::selection {
  background-color: #ffcc00;
}

/* line 6, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
#consultWIndow a {
  color: #9e5809;
  font-weight: bold;
  text-decoration: underline;
}

/* line 12, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
#consultWIndow a:hover {
  text-decoration: underline;
}

/* line 17, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] #consultWIndow a {
  color: #FF8C00;
  font-weight: bold;
  text-decoration: underline;
}

/* line 23, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] #consultWIndow a:hover {
  text-decoration: underline;
}

/* line 26, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.search-form {
  position: relative;
}

/* line 29, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
#suggestions-container {
  position: absolute;
  top: 100%;
  margin-top: 2px;
  width: 100%;
  height: max-content;
  max-height: 300px;
  border: 1px solid orange;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 200;
  display: none;
  overflow: auto;
}

/* line 44, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] #suggestions-container {
  background: rgba(0, 0, 0, 0.9);
  color: #ffcc00;
}

/* line 48, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.suggestion-item {
  padding: 4px 8px;
}

/* line 51, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.suggestion-item:hover {
  background-color: #f0f0f0;
}

/* line 54, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .suggestion-item:hover {
  background-color: #272323;
}

/* line 57, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] ::selection {
  color: black;
  background-color: #ffcc00;
}

/* line 61, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.logo-image {
  filter: grayscale(100%);
  transition: filter 0.5s;
}

/* line 64, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.logo-image:hover {
  transform: scale(1);
  filter: grayscale(0%);
}

/* line 69, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.navbar-expand-lg {
  padding-left: 10%;
  padding-right: 12%;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 1440px) {
  /* line 76, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .navbar-expand-lg {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }
}

/* line 84, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.container__login-registration {
  margin-top: 1%;
  margin-bottom: 1%;
}

/* line 88, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.nav-item {
  margin-right: 5rem;
  padding-left: 5px;
}

/* line 91, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.nav-item:last-child {
  margin-right: 0rem;
}

/* line 94, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.nav-link {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 99, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.carousel-item {
  position: relative;
}

/* line 101, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.carousel-item img {
  height: 770px;
  object-fit: cover;
}

/* line 106, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.me-5 a {
  padding-left: 40px;
}

/* line 112, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.navbar-brand__header-img {
  filter: grayscale(100%);
  transition: filter 0.5s;
}

/* line 115, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.navbar-brand__header-img:hover {
  filter: grayscale(0%);
  animation: pulse 2s infinite alternate;
}

/* line 118, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.navbar-brand__footer-img {
  filter: grayscale(100%);
  transition: filter 0.5s;
}

/* line 121, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.navbar-brand__footer-img:hover {
  filter: grayscale(0%);
}

/* line 123, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.navbar-brand__login-img {
  filter: grayscale(100%);
  transition: filter 0.2s;
}

/* line 126, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.navbar-brand__login-img:hover {
  animation: pulse 2s infinite alternate;
  filter: grayscale(0%);
}

/* line 130, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.btn-articles {
  margin-bottom: 20px;
}

/* line 134, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.card-title {
  margin-bottom: 10px;
}

/* line 137, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.list-group {
  margin-left: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
}

/* line 144, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.textbook-title {
  background-color: #ffcc00;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  color: black;
}

/* line 151, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.profile-card {
  transition: transform 0.5s;
  transition: box-shadow 0.5s;
}

/* line 155, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.profile-card__yellow:hover {
  transform: scale(1.01);
  box-shadow: 0 0 10px #ff8a01;
}

/* line 159, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.profile-card__green:hover {
  transform: scale(1.01);
  box-shadow: 0 0 10px #23ff01;
}

/* line 163, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.profile-card__red:hover {
  transform: scale(1.01);
  box-shadow: 0 0 10px #ff0101;
}

/* line 167, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.progress-bar {
  color: black;
}

/* line 170, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.offcanvas-body > .card-body > .list-group > .article-bg {
  background-color: #ffcc00;
}

/* line 173, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .offcanvas-body > .card-body > .list-group > .article-bg {
  color: black;
}

/* line 178, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.error-card {
  margin: 50px 0px 50px 0px;
}

/* line 183, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.nav-item > a:hover {
  background-color: #ffcc00;
  color: black;
}

/* line 187, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.navbar-nav > .nav-item > .nav-link.active {
  background-color: #ffa600;
  color: black;
}

/* line 190, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.nav-paginate > .pagination > .page-item > .page-link {
  color: black;
}

/* line 192, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.nav-paginate > .pagination > .page-item > .page-link:hover {
  background-color: #ffcc00;
}

/* line 195, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.nav-paginate > .pagination > .page-item.active > .page-link {
  background-color: #ffcc00;
  color: black;
  font-weight: bold;
  border-color: #ffa600;
}

/* line 201, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .nav-paginate > .pagination > .page-item > .page-link {
  color: #ffcc00;
}

/* line 203, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .nav-paginate > .pagination > .page-item > .page-link:hover {
  color: black;
  background-color: #ffcc00;
}

/* line 207, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .nav-paginate > .pagination > .page-item.active > .page-link {
  background-color: #ffcc00;
  color: black;
  font-weight: bold;
  border-color: #ffa600;
}

/* line 215, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.content__first {
  position: absolute;
  max-width: 600px;
  left: 55%;
  bottom: 60%;
  color: #000000;
  font-size: 18px;
}

/* line 222, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.content__second {
  position: absolute;
  max-width: 700px;
  left: 10%;
  bottom: 70%;
  color: #ffa600;
}

/* line 228, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.content__third {
  position: absolute;
  max-width: 900px;
  left: 15%;
  bottom: 40%;
  color: #ffa600;
  font-size: 18px;
}

/* line 235, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.content__fourth {
  position: absolute;
  max-width: 450px;
  left: 10%;
  bottom: 10%;
  color: #ffa600;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* line 246, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.content__fifth {
  position: absolute;
  max-width: 550px;
  left: 10%;
  bottom: 60%;
  color: #000000;
  font-size: 18px;
}

/* line 254, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.p-for-label {
  margin-bottom: 0px;
}

/* line 257, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.iti {
  width: 100%;
}

/* line 260, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.p-phone-special {
  padding-bottom: 20px;
}

/* line 263, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.card-header {
  background-color: #ffa600;
}

/* line 266, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .card-header {
  background-color: #17212c;
}

/* line 269, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.answer-card {
  background-color: #dcf8c6;
}

/* line 272, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .answer-card {
  background-color: #1a472a;
}

/* line 275, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.modal-header {
  background-color: #ffa600;
}

/* line 278, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .modal-header {
  color: black;
}

/* line 281, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.forgot-password {
  margin-top: 10px;
}

/* line 284, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.forgot-password-link {
  color: #1e00ff;
  text-decoration: none;
  font-weight: bold;
}

/* line 289, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .forgot-password-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

/* line 296, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.form-control:focus {
  background-color: #fffefb;
  border-color: #e89f18;
  box-shadow: 0 0 5px 0 	#ff8a01;
}

/* line 302, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .form-control:focus {
  color: white;
  background-color: #000000;
  border-color: #e89f18;
  box-shadow: 0 0 5px 0 	#ff8a01;
}

/* line 310, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.news-bg {
  border-color: #6fc7f9;
  transition: box-shadow 0.3s;
  transition: transform 0.3s;
  background-image: linear-gradient(45deg, #f7fbfd, #feffff);
}

/* line 315, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.news-bg:hover {
  box-shadow: 0 0 10px #6fc7f9;
  z-index: 1;
  transform: scale(1.02);
}

/* line 320, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .news-bg {
  border-color: transparent;
  color: white;
  background-image: linear-gradient(225deg, #251f21, #232e3e);
}

/* line 325, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.arcticles-bg {
  border-color: transparent;
  transition: box-shadow 0.3s;
  transition: transform 0.3s;
  background-color: #FAD961;
  background-image: linear-gradient(45deg, #fcfcfa 0%, #ffedcb 100%);
}

/* line 331, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.arcticles-bg:hover {
  box-shadow: 0 0 10px #ffa600;
  z-index: 1;
  transform: scale(1.02);
}

/* line 337, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .arcticles-bg {
  border-color: transparent;
  background-image: linear-gradient(50deg, #311d05 0%, #232e3e 100%);
}

@font-face {
  font-family: 'RobotoSlab';
  src: url("/static/fonts/RobotoSlab-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoSlab';
  src: url("/static/fonts/RobotoSlab-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

/* line 355, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .article-card h2 {
  color: black;
}

/* line 358, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.article-card {
  width: 50%;
  text-align: justify;
}

/* line 361, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.article-card h2 {
  font-family: 'RobotoSlab';
  font-weight: bold;
  text-align: center;
  padding: 15px;
  background-image: linear-gradient(#ffa600, #ffa600);
  background-size: 100% 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

/* line 370, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.article-card h3 {
  font-family: 'RobotoSlab';
  font-weight: bold;
  text-align: center;
  padding: 15px;
}

/* line 375, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.article-card p {
  font-family: 'RobotoSlab';
}

/* line 377, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.article-card p a {
  overflow-wrap: break-word;
  white-space: normal;
}

/* line 380, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.article-card p img {
  width: 50%;
  overflow: auto;
  cursor: pointer;
  object-fit: contain;
  transition: .2s linear;
  text-align: center;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* line 391, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.article-card p img:hover {
  transform: scale(1.02);
}

/* line 393, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.article-card p strong {
  color: #ff8a00;
}

/* line 395, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.article-card li::marker {
  color: #ff8a00;
}

/* line 397, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.article-card div {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (max-width: 2560px) {
  /* line 405, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card div iframe {
    width: 1165px;
    height: 710px;
  }
}

@media (max-width: 1920px) {
  /* line 412, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card div iframe {
    width: 1165px;
    height: 520px;
  }
}

@media (max-width: 1440px) {
  /* line 419, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card div iframe {
    width: 1165px;
    height: 520px;
  }
}

@media (max-width: 1280px) {
  /* line 424, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card {
    width: 80%;
  }
  /* line 427, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card div iframe {
    width: 1000px;
    height: 570px;
  }
}

@media (max-width: 1024px) {
  /* line 434, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card div iframe {
    width: 935px;
    height: 400px;
  }
}

@media (max-width: 768px) {
  /* line 441, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card div iframe {
    width: 695px;
    height: 380px;
  }
}

@media (max-width: 425px) {
  /* line 448, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card div iframe {
    width: 400px;
    height: 210px;
  }
}

@media (max-width: 375px) {
  /* line 455, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card div iframe {
    width: 350px;
    height: 177px;
  }
}

@media (max-width: 320px) {
  /* line 462, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card div iframe {
    width: 292px;
    height: 150px;
  }
}

@media (max-width: 1440px) {
  /* line 469, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card p img {
    max-height: 500px;
  }
  /* line 471, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-buttons {
    display: flex;
    flex-direction: column;
  }
  /* line 474, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-buttons .btn {
    margin-bottom: 8px;
  }
}

@media (max-width: 1024px) {
  /* line 479, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card {
    width: 85%;
  }
  /* line 481, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card h2 {
    width: 100%;
  }
  /* line 483, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-buttons {
    display: flex;
    flex-direction: column;
  }
  /* line 486, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-buttons .btn {
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  /* line 490, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card {
    width: 90%;
  }
  /* line 493, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card p img {
    max-height: 500px;
  }
  /* line 496, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-buttons .btn {
    margin-bottom: 8px;
  }
}

@media (max-width: 425px) {
  /* line 501, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card {
    width: 92%;
  }
  /* line 504, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card p img {
    max-height: 270px;
  }
  /* line 507, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-buttons .btn {
    margin-bottom: 10px;
  }
}

@media (max-width: 375px) {
  /* line 512, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card {
    width: 95%;
  }
  /* line 515, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-card p img {
    max-height: 220px;
  }
  /* line 518, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .article-buttons .btn {
    margin-bottom: 5px;
  }
}

/* line 522, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.popup-image {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.97);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
}

/* line 531, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.popup-image span {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 40px;
  font-weight: bolder;
  color: white;
  cursor: pointer;
  z-index: 100;
}

/* line 540, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.popup-image img {
  position: absolute;
  overflow: auto;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #ffa600;
  border-radius: 5px;
  border-radius: 5px;
  object-fit: cover;
}

/* line 553, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.article-buttons {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 20px;
  margin-bottom: 20px;
}

/* line 559, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 100px;
  color: white;
  font-size: 12px;
  background-color: #192733;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
}

/* line 570, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.accordion {
  display: flex;
  justify-content: center;
  padding-top: 3%;
  margin-bottom: 3%;
}

/* line 577, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.accordion-body {
  padding-left: 0px;
  padding-right: 10px;
  background-color: #fcfcf4;
}

/* line 582, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .accordion-body {
  background-color: #181c19;
}

/* line 585, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.accordion > .accordion-item > .accordion-header > .accordion-button {
  background-image: linear-gradient(45deg, #FAD961 0%, #ffa600 100%);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem 	#ffd001;
}

/* line 590, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .accordion > .accordion-item > .accordion-header > .accordion-button {
  background-image: linear-gradient(-45deg, #241034 0%, #0e0515 100%);
  color: white;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem 	#0a0b06;
}

/* line 596, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] #theme-switcher .form-check-input {
  transition: none;
}

/* line 600, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
#theme-switcher .form-check-input:checked {
  background-color: #021f3f;
}

/* line 604, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
#theme-switcher .form-check-input {
  --bs-form-switch-bg: url("/static/img/button/day.svg");
}

/* line 609, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
#theme-switcher .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("/static/img/button/night.svg");
}

/* line 614, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
#theme-switcher .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("/static/img/button/night.svg");
}

/* line 618, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
#theme-switcher .form-check-input {
  background-color: #ffefc5;
}

/* line 622, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
#theme-switcher .form-check-input:focus {
  border-color: black;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 192, 1, 0.25);
}

/* line 627, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
#flexCheckDefault:checked {
  background-color: #ffa600;
}

/* line 630, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
#flexCheckDefaultPer:checked {
  background-color: #ffa600;
}

/* line 633, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
#flexCheckDefaultLog:checked {
  background-color: #ffa600;
}

/* line 638, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.contact-card {
  border-color: transparent;
}

/* line 641, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.button-pos {
  margin-top: 5%;
  margin-bottom: 10%;
}

/* line 645, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* line 656, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.progress {
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}

/* line 661, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.diary-card {
  background-image: url("/static/img/diary-texture.webp");
  font-weight: bold;
}

/* line 665, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .diary-card {
  background-image: none;
  background-color: black;
  color: white;
}

/* line 670, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.recommendation-card {
  padding: 10px 10px 10px 10px;
  background-color: rgba(252, 252, 214, 0.801);
  border-radius: 10px;
}

/* line 674, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.recommendation-card a {
  text-align: center;
}

/* line 677, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .recommendation-card {
  background-color: #28172f;
}

@media (max-width: 768px) {
  /* line 682, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .popup-image img {
    width: 95%;
  }
  /* line 684, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .navbar-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 425px) {
  /* line 688, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .navbar {
    display: flex;
    flex-wrap: nowrap;
  }
  /* line 691, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .navbar-nav-scroll {
    min-height: 100%;
    max-height: 100%;
  }
  /* line 694, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .logo-social-container {
    display: flex;
    min-height: 60px;
  }
  /* line 698, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .navbar-toggler {
    width: 100%;
  }
  /* line 700, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .logo-image {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  /* line 705, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .content__first {
    max-width: 400px;
    left: 55%;
    bottom: 60%;
    color: #000000;
    font-size: 18px;
  }
  /* line 711, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .content__second {
    left: 5%;
    bottom: 75%;
  }
  /* line 714, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .content__third {
    left: 12%;
    bottom: 40%;
  }
}

@media (max-width: 768px) {
  /* line 720, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .content__first {
    max-width: 300px;
    left: 57%;
  }
  /* line 723, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .content__second {
    bottom: 80%;
  }
}

@media (max-width: 425px) {
  /* line 728, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .content__first {
    left: 15%;
    bottom: 36%;
    color: #ffa600;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  /* line 736, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .content__second {
    bottom: 73%;
  }
  /* line 738, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .content__third {
    bottom: 20%;
    max-width: 350px;
  }
  /* line 741, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .content__fourth {
    left: 0%;
  }
  /* line 743, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .content__fifth {
    left: 6%;
  }
}

@media (max-width: 320px) {
  /* line 748, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .content__first {
    left: 3%;
    bottom: 50%;
  }
  /* line 751, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .content__second {
    bottom: 77%;
  }
  /* line 753, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .content__third {
    bottom: 5%;
    max-width: 250px;
  }
}

@media (max-width: 1024px) {
  /* line 758, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .card {
    max-width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 763, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .img-fluid {
    height: 100%;
  }
}

@media (max-width: 425px) {
  /* line 767, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .img-fluid {
    width: 100%;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

/* line 778, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.error-center {
  margin-top: 10%;
  margin-bottom: 20%;
}

@media (max-width: 425px) {
  /* line 783, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .table {
    display: inline-block;
    overflow: auto;
  }
}

/* line 789, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.table thead {
  --bs-table-bg-type: #ffa600;
}

@media (max-width: 2560px) {
  /* line 793, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  table {
    width: 100%;
    border-collapse: collapse;
  }
  /* line 796, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
  }
  /* line 800, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  th {
    background-color: #f2f2f2;
  }
}

@media (max-width: 768px) {
  /* line 804, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .section-div {
    height: 0px;
    display: block;
  }
  /* line 807, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .p-4 {
    display: block;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
  }
  /* line 813, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .p-4 p {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 0px;
  }
}

/* line 820, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.green-string {
  color: black;
}

/* line 823, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.red-string {
  color: red;
}

/* line 826, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.orange-string {
  color: #a50a0a;
}

/* line 829, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
#textarea {
  height: 200px;
}

/* line 832, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
#counter {
  font-weight: bold;
  display: inline;
  background-color: #ffcc00;
  padding: 5px;
  border-radius: 5px;
}

/* line 839, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.modal-footer {
  margin-top: 15px;
}

/* line 842, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
#reg-label {
  display: inline;
}

/* line 846, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .card-source a {
  color: #ff8a01;
}

/* line 849, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.search-card {
  width: 70%;
}

/* line 852, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.switcher-search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

/* line 858, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.logo-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 767px) {
  /* line 858, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
  .logo-header-container {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
}

/* line 870, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.button-login-registratition {
  display: flex;
  margin-right: 1%;
  gap: 5px;
}

/*# sourceMappingURL=style.css.map */

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #ffa600;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1000;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    background-color: #FF8C00;
    color: white;
}

.light-theme-link {
  color: #9e5809;
  font-weight: bold;
  text-decoration: underline;
}

/* line 12, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
.light-theme-link:hover {
  text-decoration: underline;
}

/* line 17, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .light-theme-link {
  color: #FF8C00;
  font-weight: bold;
  text-decoration: underline;
}

/* line 23, D:/PETS/MCT-VPS/mct_app/static/sass/style.sass */
[data-bs-theme=dark] .light-theme-link:hover {
  text-decoration: underline;
}

