@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html,body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #ffffff;

}

.nav-link:hover {
  color: var(--bs-primary);
}
.bg-body-tertiary {
  --bs-bg-opacity: 0;
  background-color: white;
}



body {

    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-overflow-scrolling: touch;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;


    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    color: #4b4b4b;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14pt;
}
a {  color: #4b4b4b;
    text-decoration: none;

}

a:hover {
    color: #3e3e3e;
    text-decoration: none;

}

label {
font-size: 14px;
}

.tg-help-transition {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.tg-help-transition.show {
    max-height: 1000px; /* максимум, на который карточка может развернуться */
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Стили для модальных окон */
.modal .modal-header {
  border-bottom: none;
}

.modal .modal-title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.modal .form-label {
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
}

.modal .form-control {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0.75rem;
  border-radius: 0;
  border: 1px solid #ccc;
}

.modal .btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
  margin-top: 1rem;
  padding: 0.75rem 2rem;
  border-radius: 0;
}

.modal .btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.modal a.text-primary {
  display: block;
  text-align: center;
  margin-top: 1rem;
}

/* Добавьте в autosmm.css */
.modal-backdrop.show {
    opacity: 0.5 !important;
    z-index: 1040 !important;
}

.modal {
    z-index: 1050 !important;
}

.modal .form-control {
  padding: 0.5rem;
}

.invalid-feedback {
    display: none;
    color: #dc3545;
    font-size: 0.5em;
    margin-top: 0.25rem;
}

.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4'/%3e%3cpath stroke-linejoin='round' d='M5.5 8v.5M8 6H4'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.feed-item {
    transition: all 0.3s;
}

.feed-item:hover {
    background: #f8f9fa;
}

.collapsed .fa-plus {
    display: inline-block;
}

.collapsed .fa-minus {
    display: none;
}

.fa-plus, .fa-minus {
    margin-right: 8px;
}

.tbkp {
text-align: center
}

.tdkp {
    min-width: 80px;
    font-size: 14px;
    border: 3px white solid;
    cursor: pointer;
    }
.cardkp {
padding-top: 7px;
border: 1px #e6e6e6 solid;

}
.hidden-week { display: none; }

.kpok {
color: #59b759;
}

.kpno {
color: #d7d6d6;}

.text11 {
font-size: 11px;
}
.text12 {
font-size: 12px;
}
.text14 {
font-size: 14px;
}
.text16 {
font-size: 16px;
}
.text18 {
font-size: 18px;
}
.timekp {
padding:7px 15px;
font-size: 11px;
background: #717070;
  color: white;


}
.time-flash {
  background-color: #d4edda !important;
  box-shadow: 0 0 8px #28a745;
  transition: all 0.6s ease;
}
.datekp{
    padding: 7px 15px;
    background: #f7f7f7;
    font-size: 11px;
  }
.icon-flash {
    color: #28a745 !important;
    text-shadow: 0 0 8px #28a745;
    transition: all 0.6s ease;
  }

  .disabled {
  opacity: 0.5;
  cursor: not-allowed;

}

  .disabled-post {
    opacity: 0.5;
    cursor: not-allowed;

}

  .menuact {
    color: white;
  background-color: var(--bs-primary)
}