#logo{
    background-image:url('logo.svg');
    min-height:70px;
    width:100%;
    background-repeat:no-repeat;
    background-size:auto;
    }
.dd .ddChild li .ddlabel{
color:white;

}
}
.container-fluid{
    margin:0px;
    padding:0px;
    background-color: #14c4ff;
}
p,a,h1,h2,dd,dl,label{
    color:#051629
}
#button_a{
  text-decoration:none;
}
.flex_conteiner{
    display: flex;
    flex-direction: column;
}
header{
    background-color:#14c4ff;
}
.btn-block a:hover{
    color:black;
}
#webmenu_child > ul > li{
    background-color: black;
  }
  #webmenu_child > ul > li.enabled._msddli_.selected > span{
    color:white;
  }
  #webmenu_msdd > div.ddTitle.borderRadiusTp > span.ddArrow.arrowoff{
    background-image: url(select-icon-inisable.png);
    background-size: 75%;
  }
  #webmenu_child{
      width: 100%;
  }
  .dd .ddTitle .ddTitleText{
      padding:0;
      width:30%;
      height:100%;
  }
  }
  .input-group__custom{
      justify-content: center;
  }
  }
  #webmenu_title{
      padding: initial;
      width: 30%;
      height: 100%;
  }
  #webmenu_title img{
      width: 100%;
      height: 100%;
  }
  }
  #webmenu_msdd > div.ddTitle.borderRadiusTp > span.ddArrow.arrowoff{
      width: 44px;
      height: 52px;
      margin-top: -25px;
  }


  #webmenu_msdd > div.ddTitle.borderRadiusTp{
      min-width: 196px;

      height: 73px;
      padding: 6px 12px;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      color: white;
      border: 1px solid transparent;
    border-radius: 4px;
      background-color: black;
      border-color: #2e6da4;
  }
  @media(max-width:768px){
      #webmenu_msdd > div.ddTitle.borderRadiusTp{
           min-height: 108px;
      }
    #webmenu_msdd > div.ddTitle.borderRadiusTp > span.ddArrow.arrowoff {
    background-size: 60%;
    }
  }
  #webmenu_msdd > div.ddTitle.borderRadiusTp > span.divider{
      display:none;
  }
.dd .ddArrow{
    width: 30%;
    height: 100%;
}
.ddcommon .ddArrow {
    right:4px;
    top: 17%;
}
.dd .ddArrow{
    transition:all 0.2s;
}
.dd .ddArrow:hover{
    transform: scale(1.1);
    background-position: unset;
}

.dd{
    border:none;
}

body{
    background-color:#14c4ff;
}


@media (min-width: 576px) {
    #logo{
    min-height:100px;
    }
    .logo-div{
    padding-left: 5%;
}
}


@media (min-width: 768px) {
#logo{
    min-height:130px;
    }
}


@media (min-width: 992px) {
#logo{
    min-height:150px;
    }
.logo-div{
    padding-left: 25%;
}
}


@media (min-width: 1200px) {
 }

.logo-row{
    margin:0;
}


:root {
  --main-bg-color: #14c4ff;
	--main-padding:5px 10px;
	--main-height:64px;
	--main-text-color:#051629;
	--main-border-color:#0062cc;
}
.si_ul{
	list-style-type: none;
	width: 100%;
	max-height: 185px;
	overflow-y: scroll;
	display: block;
	opacity: 0;
	margin: 0;
	padding: 0;
	border: 1px solid var(--main-border-color);
	border-top: none;
	position: absolute;
}
.si_current img{
	width: 50px;
	height: auto;
}
.si_ul img{
	width: 50px;
}
.si_current{
	min-height: 30px;
	align-items: center;
	background-color: var(--main-bg-color);;
}
.si_ul li{
	border-bottom: 1px solid var(--main-border-color);
	padding: var(--main-padding);
	display: flex;
	background-color: var(--main-bg-color);
	min-height: var(--main-height);
	align-items: center;
	justify-content: center;
	color: var(--main-text-color);
}
.si_ul li:last-child{
	border-bottom: none;
}
.si_ul li:first-child{
	border-top: 1px solid var(--main-border-color);
}
.si_ul.open{
	display: block !important;
}

.si_current{
	border: 1px solid var(--main-border-color);
}
.si_current{
	min-height: var(--main-height);
	display: flex;
}
.si_current.open_hidden{
	border-top-color: transparent;
}
.si_current .current_element_content_wrapper,.si_current .current_element_arrow_wrapper{
	width:45%;
	background-color: var(--main-bg-color);
	padding: 5px 2.5%;
	color: var(--main-text-color);
	display: flex;
	justify-content: center;
}

.si_container{
	position: relative;
	width: 100%;
	z-index: 100;
}

.jscolor:focus{
    box-shadow:none;

}

.jscolor{
    min-height: 64px;

}
html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Занимаем всю высоту окна */
}

body > .container-fluid:first-child { /* или ваш основной контейнер с контентом */
    flex: 1 0 auto; /* Растягиваемся, занимая все свободное место */
}

footer {
    flex: 0 0 auto; /* Футер занимает только свою высоту */
}

/* ===== FOOTER MINIMAL ===== */
.footer-minimal {
    background: linear-gradient(135deg, #14a8ff 0%, #0d8bd9 100%);
    color: #ffffff;
    padding: 1.5rem 0;
    margin-top: 3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

/* Бейджи */
.footer-minimal .badge {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    margin: 0.2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-minimal .badge:hover {
    background-color: rgba(255, 255, 255, 0.35) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Ссылка email */
.footer-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
}

.footer-link:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.15);
    transform: scale(1.05);
}

/* Копирайт */
.footer-minimal small {
    opacity: 0.85;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .footer-minimal {
        padding: 1.2rem 0;
        text-align: center !important;
    }

    .footer-minimal .row > div {
        margin-bottom: 0.5rem;
    }

    .footer-minimal .row > div:last-child {
        margin-bottom: 0;
    }

    .footer-minimal .badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
        margin: 0.15rem;
    }

    .footer-link {
        font-size: 0.9rem;
    }

    .footer-minimal small {
        font-size: 0.8rem;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .footer-minimal .badge {
        display: inline-block;
        margin: 0.1rem;
    }
}
/* ============================================
   МИНИМАЛЬНЫЕ УЛУЧШЕНИЯ - БЕЗ ПОЛОМОК
   Добавьте это в КОНЕЦ вашего style.css
   ============================================ */

/* ===== 1. МЯГКИЙ ФОН ===== */
body {
}

/* ===== 2. КАРТОЧКА С ФОРМОЙ ===== */
.col-xl-6 {
    border-radius: 16px !important;
    padding: 2rem !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06) !important;
}

/* ===== 3. ЗАГОЛОВКИ ===== */


/* ===== 4. ПОЛЯ ВВОДА ===== */
.form-control {
    border-radius: 12px !important;
    border: 2px solid #e9ecef !important;
    transition: all 0.3s ease !important;
}

.form-control:focus {
    border-color: #14a8ff !important;
    box-shadow: 0 0 0 3px rgba(20, 168, 255, 0.1) !important;
}

/* ===== 5. КНОПКИ ===== */
.btn-primary {
    border-radius: 50px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    padding: 0.7rem 2rem !important;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(20, 168, 255, 0.3) !important;
}

/* ===== 6. ТРАФАРЕТЫ (SELECT) ===== */
#webmenu_msdd > div.ddTitle.borderRadiusTp {
    border-radius: 50px !important;
    min-height: 50px !important;
    transition: all 0.3s ease !important;
}

#webmenu_msdd > div.ddTitle.borderRadiusTp:hover {
    box-shadow: 0 4px 15px rgba(20, 168, 255, 0.2) !important;
}

/* ===== 7. ЦВЕТОВЫЕ ПИКЕРЫ ===== */
.jscolor {
    border-radius: 50px !important;
    min-height: 50px !important;
    border: 2px solid #e9ecef !important;
    transition: all 0.3s ease !important;
}

.jscolor:focus {
    border-color: #14a8ff !important;
    box-shadow: 0 0 0 3px rgba(20, 168, 255, 0.1) !important;
}

/* ===== 8. ИЗОБРАЖЕНИЯ ===== */
.img-thumbnail {
    border-radius: 16px !important;
    border: 2px solid #e9ecef !important;
    padding: 0.3rem !important;
}

.img-thumbnail:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

/* ===== 9. НАВИГАЦИЯ ===== */
.nav-item .nav-link {
    transition: all 0.3s ease !important;
    border-radius: 50px !important;
}

.nav-item .nav-link:hover {
    color: #14a8ff !important;
    background: rgba(4, 160, 250, 0.527) !important;
}

/* ===== 10. СЕКЦИЯ С ТЕКСТОМ ===== */
section {
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ===== 11. ФУТЕР (ВАШ СТИЛЬ, НЕ ТРОГАЕМ) ===== */
/* Ваш .footer-minimal остается без изменений */

/* ===== 12. АДАПТИВНОСТЬ ===== */
@media (max-width: 768px) {
    .col-xl-6 {
        padding: 1rem !important;
        margin: 0 5px !important;
    }
    
    h1 {
        font-size: 1.5rem !important;
    }
    
    section {
        padding: 1.2rem !important;
    }
}

@media (max-width: 480px) {
    .col-xl-6 {
        padding: 0.8rem !important;
    }
    
    .form-control {
        font-size: 0.9rem !important;
        padding: 0.6rem 0.8rem !important;
    }
    
    .jscolor {
        min-height: 42px !important;
    }
    
    #webmenu_msdd > div.ddTitle.borderRadiusTp {
        min-height: 42px !important;
    }
}

/* ===== 13. ДОПОЛНИТЕЛЬНО ===== */

/* Плавное появление */


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Стилизация скроллбара */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #14a8ff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0d8bd9;
}

/* Улучшение читаемости */
label {
    font-weight: 600 !important;
    color: #2d3436 !important;
}

::placeholder {
    color: #b2bec3 !important;
    opacity: 0.7;
}

.si_container {
    position: relative;
    width: 100%;
    z-index: 100;
}

/* ===== 2. ТЕКУЩИЙ ВЫБРАННЫЙ ЭЛЕМЕНТ ===== */
.si_current {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #14a8ff 0%, #0d8bd9 100%) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 0.3rem 1rem !important;
    box-shadow: 0 2px 10px rgba(20, 168, 255, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
    color: white !important;
}

.si_current:hover {
    box-shadow: 0 4px 20px rgba(20, 168, 255, 0.25);
    transform: translateY(-2px);
}

.si_current.open_hidden {
    border-radius: 50px 50px 0 0 !important;
    border-bottom: none !important;
}

/* ===== 3. ТЕКСТ В ТЕКУЩЕМ ЭЛЕМЕНТЕ ===== */
.si_current .current_element_content_wrapper {
    width: 80%;
    background: transparent !important;
    padding: 0 !important;
    color: white !important;
    font-weight: 500;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.si_current .current_element_content_wrapper img {
    width: 32px;
    height: auto;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    padding: 2px;
}

/* ===== 4. СТРЕЛКА ===== */
.si_current .current_element_arrow_wrapper {
    width: 20%;
    background: transparent !important;
    padding: 0 !important;
    color: white !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.si_current.open_hidden .current_element_arrow_wrapper {
    transform: rotate(180deg);
}

/* ===== 5. ВЫПАДАЮЩИЙ СПИСОК ===== */
.si_ul {
    list-style-type: none;
    width: 100%;
    max-height: 220px;
    overflow-y: auto;
    display: block;
    opacity: 0;
    margin: 0;
    padding: 0.5rem;
    border: none !important;
    border-radius: 0 0 16px 16px !important;
    background: white !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    position: absolute;
    transform-origin: top center;
    transform: scaleY(0.8);
    transition: all 0.3s ease;
    visibility: hidden;
}

.si_ul.open {
    opacity: 1 !important;
    transform: scaleY(1) !important;
    visibility: visible !important;
}

/* ===== 6. ЭЛЕМЕНТЫ СПИСКА ===== */
.si_ul li {
    border-bottom: 1px solid #f0f4f8 !important;
    padding: 0.6rem 0.8rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    min-height: 50px !important;
    color: #2d3436 !important;
    border-radius: 10px !important;
    margin: 0.2rem 0;
    transition: all 0.2s ease;
    cursor: pointer;
}

.si_ul li:last-child {
    border-bottom: none !important;
}

.si_ul li:first-child {
    border-top: none !important;
}

.si_ul li:hover {
    background: rgba(20, 168, 255, 0.9) !important;
    transform: translateX(1px);
}

.si_ul li.active {
    background: rgba(20, 168, 255, 0.1) !important;
    color: #14a8ff !important;
    font-weight: 600;
}

/* ===== 7. ИЗОБРАЖЕНИЯ В СПИСКЕ ===== */
.si_ul li img {
    width: 36px;
    height: auto;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px;
    flex-shrink: 0;
}

/* ===== 8. ТЕКСТ В ЭЛЕМЕНТАХ СПИСКА ===== */
.si_ul li span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #2d3436;
}

.si_ul li.active span {
    color: #14a8ff;
}

/* ===== 9. СКРОЛЛБАР ДЛЯ СПИСКА ===== */
.si_ul::-webkit-scrollbar {
    width: 4px;
}

.si_ul::-webkit-scrollbar-track {
    
    border-radius: 10px;
}

.si_ul::-webkit-scrollbar-thumb {
    background: #14a8ff;
    border-radius: 10px;
}

.si_ul::-webkit-scrollbar-thumb:hover {
    background: #0d8bd9;
}

/* ===== 10. СТИЛИ ДЛЯ ОПЦИИ "НЕ ВЫБРАН" ===== */
.si_ul li:first-child img {
    display: none;
}



.si_ul li:first-child:hover span {
    color: #2d3436;
}

/* ===== 11. АДАПТИВНОСТЬ ===== */
@media (max-width: 768px) {
    .si_current {
        min-height: 44px !important;
        padding: 0.3rem 0.8rem !important;
        font-size: 0.85rem;
    }
    
    .si_current .current_element_content_wrapper img {
        width: 28px;
    }
    
    .si_ul {
        max-height: 180px;
        padding: 0.3rem !important;
        border-radius: 0 0 12px 12px !important;
    }
    
    .si_ul li {
        min-height: 44px !important;
        padding: 0.4rem 0.6rem !important;
    }
    
    .si_ul li img {
        width: 30px;
    }
    
    .si_ul li span {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .si_current {
        min-height: 38px !important;
        padding: 0.2rem 0.6rem !important;
        font-size: 0.8rem;
        border-radius: 30px !important;
    }
    
    .si_current .current_element_content_wrapper img {
        width: 24px;
    }
    
    .si_ul {
        max-height: 150px;
        padding: 0.2rem !important;
        border-radius: 0 0 10px 10px !important;
    }
    
    .si_ul li {
        min-height: 38px !important;
        padding: 0.3rem 0.5rem !important;
        gap: 0.5rem !important;
    }
    
    .si_ul li img {
        width: 26px;
    }
    
    .si_ul li span {
        font-size: 0.8rem;
    }
}

/* ===== 12. ДОПОЛНИТЕЛЬНЫЕ ЭФФЕКТЫ ===== */

/* Анимация при открытии */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: scaleY(0.8) translateY(-10px);
    }
    to {
        opacity: 1;
        transform: scaleY(1) translateY(0);
    }
}

.si_ul.open {
    animation: slideDown 0.25s ease forwards;
}

/* Акцент при выборе */
.si_current::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    border-radius: 50px;
    opacity: 0;
    transition: all 0.3s ease;
}

.si_current:hover::after {
    opacity: 1;
}

/* Стиль для "Не выбран" */
.si_ul li:first-child {
    opacity: 0.7;
}

.si_ul li:first-child:hover {
    opacity: 1;
}

.btn.btn-danger.btn-block{
    border-radius: 50px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    padding: 0.7rem 2rem !important;
}
.form_text{
    margin: 10px auto;
}



.text-center.mb-0.d-none.d-sm-block {
    font-weight: 600 !important;
    font-size: 1rem !important;
    color: #2d3436 !important;
    letter-spacing: 0.5px !important;
    display: inline-block !important;
    padding: 0.3rem 1.5rem !important;
    background: rgba(20, 168, 255, 0.06) !important;
    border-radius: 50px !important;
    border: 1px solid rgba(20, 168, 255, 0.1) !important;
    margin-bottom: 0.5rem !important;
}

.text-center.mb-0.d-none.d-sm-block::before {
    content: '💬 ' !important;
    color: #14a8ff !important;
}

/* ============================================
   ТРАФАРЕТ SELECT - БЕЗ ВНЕШНИХ ЗАВИСИМОСТЕЙ
   ============================================ */

.trafaret-select {
    position: relative;
    width: 100%;
    z-index: 100;
}

/* ===== 1. ТРИГГЕР (видимая часть) ===== */
.trafaret-select-trigger {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #14a8ff 0%, #0d8bd9 100%);
    border: none;
    border-radius: 50px;
    padding: 0.3rem 1rem;
    box-shadow: 0 2px 10px rgba(20, 168, 255, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
    color: white;
    user-select: none;
}

.trafaret-select-trigger:hover {
    box-shadow: 0 4px 20px rgba(20, 168, 255, 0.25);
    transform: translateY(-2px);
}


.trafaret-select-text {
    font-weight: 500;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
}

.trafaret-select-text img {
    width: 32px;
    height: auto;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    padding: 2px;
}

.trafaret-select-arrow {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
    padding-left: 10px;
}

.trafaret-select-trigger.active .trafaret-select-arrow {
    transform: rotate(180deg);
}

/* ===== 2. ВЫПАДАЮЩИЙ СПИСОК ===== */
.trafaret-select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    max-height: 220px;
    overflow-y: auto;
    padding: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0.8);
    transform-origin: top center;
    transition: all 0.3s ease;
    z-index: 1000;
}

.trafaret-select-options.open {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

/* ===== 3. ЭЛЕМЕНТЫ СПИСКА ===== */
.trafaret-select-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.6rem 0.8rem;
    min-height: 50px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #ffffff;
    margin: 0.2rem 0;
    border-bottom: 1px solid #f0f4f8;
    background: #14a8ff;
}

.trafaret-select-option:last-child {
    border-bottom: none;
}

.trafaret-select-option:hover {
    background: rgba(20, 169, 255, 0.788);
    transform: translateX(4px);
}

.trafaret-select-option.selected {
    background: rgba(20, 169, 255, 0.836);
    color: #ffffff;
    font-weight: 600;
}

.trafaret-select-option img {
    width: 36px;
    height: auto;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.03);
    padding: 2px;
    flex-shrink: 0;
    margin: 0 auto;
}

.trafaret-select-option span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #2d3436;
}

.trafaret-select-option.selected span {
    color: #14a8ff;
}

/* ===== 4. СКРОЛЛБАР ===== */
.trafaret-select-options::-webkit-scrollbar {
    width: 4px;
}

.trafaret-select-options::-webkit-scrollbar-track {
    background: #f0f4f8;
    border-radius: 10px;
}

.trafaret-select-options::-webkit-scrollbar-thumb {
    background: #14a8ff;
    border-radius: 10px;
}

.trafaret-select-options::-webkit-scrollbar-thumb:hover {
    background: #0d8bd9;
}

/* ===== 5. АДАПТИВНОСТЬ ===== */
@media (max-width: 768px) {
    .trafaret-select-trigger {
        min-height: 44px;
        padding: 0.3rem 0.8rem;
        font-size: 0.85rem;
    }
    
    .trafaret-select-text img {
        width: 28px;
    }
    
    .trafaret-select-options {
        max-height: 180px;
        padding: 0.3rem;
        border-radius: 0 0 12px 12px;
    }
    
    .trafaret-select-option {
        min-height: 44px;
        padding: 0.4rem 0.6rem;
    }
    
    .trafaret-select-option img {
        width: 30px;
    }
    
    .trafaret-select-option span {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .trafaret-select-trigger {
        min-height: 38px;
        padding: 0.8rem 1rem;
        font-size: 0.8rem;
        border-radius: 30px;
    }
    
    .trafaret-select-text img {
        width: 24px;
    }
    
    .trafaret-select-options {
        max-height: 150px;
        padding: 0.2rem;
        border-radius: 0 0 10px 10px;
    }
    
    .trafaret-select-option {
        min-height: 38px;
        padding: 0.6rem 0.8rem;
        gap: 6px;
    }
    
    .trafaret-select-option img {
        width: 26px;
    }
    
    .trafaret-select-option span {
        font-size: 0.8rem;
    }
}

/* ===== 6. АНИМАЦИЯ ===== */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: scaleY(0.8) translateY(-10px);
    }
    to {
        opacity: 1;
        transform: scaleY(1) translateY(0);
    }
}

.trafaret-select-options.open {
    animation: slideDown 0.25s ease forwards;
}


/* ============================================
   ДОПОЛНИТЕЛЬНЫЕ СТИЛИ ДЛЯ СТРАНИЦЫ ПРИМЕРОВ
   ============================================ */

/* ===== 1. УЛУЧШЕНИЕ КАРТОЧЕК С ПРИМЕРАМИ ===== */
.col-md-5.mt-4 {
    transition: all 0.3s ease;
    border-radius: 16px;
    padding: 0.5rem !important;
}


.col-md-5.mt-4 .img-thumbnail {
    border-radius: 16px !important;
    border: 3px solid rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}



/* ===== 2. КНОПКИ "СОЗДАТЬ" В КАРТОЧКАХ ===== */
.col-md-5.mt-4 .btn-primary {
    border-radius: 50px !important;
    padding: 0.5rem 1.8rem !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    background: linear-gradient(135deg, #14a8ff 0%, #0d8bd9 100%) !important;
    border: none !important;
    box-shadow: 0 2px 10px rgba(20, 168, 255, 0.2);
    transition: all 0.3s ease !important;
    width: 100%;
}

.col-md-5.mt-4 .btn-primary:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 25px rgba(20, 168, 255, 0.35);
}

.col-md-5.mt-4 .btn-primary:active {
    transform: scale(0.98);
}

/* ===== 3. ЗАГОЛОВОК СТРАНИЦЫ ===== */
.row.ml-1.ml-md-0.logo-row.justify-content-center .col-8 .faq, .example{
    backdrop-filter: blur(10px);
    padding: 1.5rem 2rem;
    color: #051629;
    font-weight: 400;
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ===== 4. КОНТЕЙНЕР С КАРТОЧКАМИ ===== */
.row.text-center.mb-3.logo-row.justify-content-center {
    padding: 0.5rem;
}

/* ===== 5. РАЗДЕЛИТЕЛЬ МЕЖДУ КАРТОЧКАМИ ===== */
.col-md-5.mt-4::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(20, 168, 255, 0.2), transparent);
    margin: 1rem auto 0;
    border-radius: 10px;
}

/* ===== 6. СТИЛИ ДЛЯ ФОРМ ВНУТРИ КАРТОЧЕК ===== */
.col-md-5.mt-4 form {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    padding: 1rem;
    border-radius: 16px;
    margin-top: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* ===== 7. АНИМАЦИЯ ПОЯВЛЕНИЯ КАРТОЧЕК ===== */

@keyframes cardFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Задержки для каждой карточки (если нужно) */
.col-md-5.mt-4:nth-child(1) { animation-delay: 0.05s; }
.col-md-5.mt-4:nth-child(2) { animation-delay: 0.1s; }
.col-md-5.mt-4:nth-child(3) { animation-delay: 0.15s; }
.col-md-5.mt-4:nth-child(4) { animation-delay: 0.2s; }
.col-md-5.mt-4:nth-child(5) { animation-delay: 0.25s; }
.col-md-5.mt-4:nth-child(6) { animation-delay: 0.3s; }
.col-md-5.mt-4:nth-child(7) { animation-delay: 0.35s; }
.col-md-5.mt-4:nth-child(8) { animation-delay: 0.4s; }
.col-md-5.mt-4:nth-child(9) { animation-delay: 0.45s; }
.col-md-5.mt-4:nth-child(10) { animation-delay: 0.5s; }
.col-md-5.mt-4:nth-child(11) { animation-delay: 0.55s; }
.col-md-5.mt-4:nth-child(12) { animation-delay: 0.6s; }
.col-md-5.mt-4:nth-child(13) { animation-delay: 0.65s; }
.col-md-5.mt-4:nth-child(14) { animation-delay: 0.7s; }
.col-md-5.mt-4:nth-child(15) { animation-delay: 0.75s; }
.col-md-5.mt-4:nth-child(16) { animation-delay: 0.8s; }
.col-md-5.mt-4:nth-child(17) { animation-delay: 0.85s; }
.col-md-5.mt-4:nth-child(18) { animation-delay: 0.9s; }
.col-md-5.mt-4:nth-child(19) { animation-delay: 0.95s; }
.col-md-5.mt-4:nth-child(20) { animation-delay: 1s; }

/* ===== 8. УЛУЧШЕНИЕ ЦВЕТОВЫХ ПИКЕРОВ В КАРТОЧКАХ ===== */
.col-md-5.mt-4 .jscolor {
    min-height: 40px !important;
    font-size: 0.85rem !important;
    border-radius: 30px !important;
}

.col-md-5.mt-4 .form_text {
    font-size: 0.85rem !important;
    color: #1a2a3a !important;
    font-weight: 500 !important;
    margin: 5px auto !important;
}

/* ===== 9. СТИЛИ ДЛЯ SELECT В КАРТОЧКАХ ===== */
.col-md-5.mt-4 #webmenu_msdd > div.ddTitle.borderRadiusTp {
    min-height: 40px !important;
    height: auto !important;
    padding: 5px 10px !important;
    font-size: 0.85rem !important;
}

/* ===== 10. МЕДИА-ЗАПРОСЫ ДЛЯ ПЛАНШЕТОВ ===== */
@media (min-width: 768px) and (max-width: 991px) {
    .col-md-5.mt-4 {
        flex: 0 0 45%;
        max-width: 45%;
    }
    
    .col-md-5.mt-4 .img-thumbnail {
        aspect-ratio: 1/1;
    }
}

/* ===== 11. МЕДИА-ЗАПРОСЫ ДЛЯ МОБИЛЬНЫХ ===== */
@media (max-width: 767px) {
    .row.ml-1.ml-md-0.logo-row.justify-content-center .col-8 {
        flex: 0 0 95%;
        max-width: 95%;
        padding: 1.2rem !important;
    }
    
    .row.ml-1.ml-md-0.logo-row.justify-content-center .col-8 p {
        padding: 1rem 1.2rem !important;
        font-size: 0.95rem !important;
        border-radius: 12px !important;
    }
    
    .col-md-5.mt-4 {
        flex: 0 0 95%;
        max-width: 95%;
        margin: 0.5rem auto !important;
        padding: 0.3rem !important;
    }
    
    .col-md-5.mt-4 .img-thumbnail {
        aspect-ratio: 1/1;
        border-radius: 12px !important;
    }
    
    .col-md-5.mt-4 form {
        padding: 0.8rem !important;
        border-radius: 12px !important;
    }
    
    .col-md-5.mt-4 .btn-primary {
        font-size: 0.85rem !important;
        padding: 0.4rem 1.2rem !important;
    }
    
    .col-md-5.mt-4 .jscolor {
        min-height: 36px !important;
        font-size: 0.8rem !important;
    }
    
    .col-md-5.mt-4 .form_text {
        font-size: 0.8rem !important;
    }
}

/* ===== 12. ДЛЯ ОЧЕНЬ МАЛЕНЬКИХ ЭКРАНОВ ===== */
@media (max-width: 480px) {
    .row.ml-1.ml-md-0.logo-row.justify-content-center .col-8 p {
        padding: 0.8rem 1rem !important;
        font-size: 0.85rem !important;
        line-height: 1.6 !important;
    }
    
    .col-md-5.mt-4 {
        flex: 0 0 98%;
        max-width: 98%;
        padding: 0.2rem !important;
    }
    
    .col-md-5.mt-4 .img-thumbnail {
        border-radius: 10px !important;
        border-width: 2px !important;
    }
    
    .col-md-5.mt-4 form {
        padding: 0.5rem !important;
    }
    
    .col-md-5.mt-4 .btn-primary {
        font-size: 0.8rem !important;
        padding: 0.35rem 1rem !important;
        border-radius: 30px !important;
    }
}

/* ===== 13. ДОПОЛНИТЕЛЬНЫЕ ЭФФЕКТЫ ===== */

/* Свечение при наведении на карточку */


/* Улучшение читаемости текста в карточках */
.col-md-5.mt-4 label {
    color: #1a2a3a !important;
}

/* ===== 14. СТИЛИ ДЛЯ ОПЦИЙ "НЕ ВЫБРАН" ===== */
#text-option {
    font-weight: 600;
    color: #2d3436;
}

/* ===== 15. ФИКС ДЛЯ ВЫПАДАЮЩЕГО СПИСКА ===== */
#webmenu_child {
    border-radius: 0 0 12px 12px !important;
    overflow: hidden !important;
}

#webmenu_child ul li {
    background: white !important;
    border-bottom: 1px solid #f0f4f8 !important;
    padding: 0.6rem 1rem !important;
    transition: all 0.2s ease !important;
}

#webmenu_child ul li:hover {
    background: rgba(20, 168, 255, 0.08) !important;
}

/* ===== 16. ДЛЯ СКРЫТЫХ ПОЛЕЙ ===== */
.d-none {
    display: none !important;
}

/* ===== 17. УЛУЧШЕНИЕ ОТСТУПОВ ===== */
.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

/* ===== 18. СТИЛИ ДЛЯ КНОПКИ СОХРАНИТЬ/СКАЧАТЬ ===== */
#singlebutton {
    letter-spacing: 0.5px;
}

/* ===== 19. АДАПТИВНАЯ СЕТКА ===== */
@media (min-width: 992px) {
    .col-md-5.mt-4 {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (min-width: 1200px) {
    .col-md-5.mt-4 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

/* ===== 20. ПОДПИСЬ ПОД КАРТИНКАМИ (ЕСЛИ ЕСТЬ) ===== */
.col-md-5.mt-4 .img-thumbnail[title] {
    position: relative;
}

.col-md-5.mt-4 .img-thumbnail[title]:hover::after {
    content: attr(title);
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    white-space: nowrap;
    z-index: 10;
}

/* ===== 21. ФИКС ДЛЯ ФУТЕРА ===== */
/* Убедитесь, что футер прижат к низу */
body > .container-fluid:first-child {
    flex: 1 0 auto;
    padding-bottom: 0 !important;
}

footer {
    flex: 0 0 auto;
    width: 100%;
}

/* ===== 22. СТИЛЬ ДЛЯ ПУСТЫХ БЛОКОВ РЕКЛАМЫ ===== */
#left_block {
    display: none !important;
}

/* ===== 23. УЛУЧШЕНИЕ ВИДИМОСТИ ВЫПАДАЮЩЕГО СПИСКА ===== */
.ddChild {
    border-radius: 0 0 12px 12px !important;
    overflow: hidden !important;
}

.ddChild li {
    border-bottom: 1px solid #e9ecef !important;
}

.ddChild li:last-child {
    border-bottom: none !important;
}

/* ===== 24. ДЛЯ ТЕКСТА В КАРТОЧКАХ С ФОРМАМИ ===== */
.col-md-5.mt-4 .input-group {
    flex-wrap: wrap !important;
}

.col-md-5.mt-4 .input-group .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}



.logo-row .col-12.col-md-12.col-lg-8{
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
} 

/* ============================================
   СТИЛИЗАЦИЯ СПИСКА НА СТРАНИЦЕ ПРИМЕРОВ
   В СТИЛЕ FOOTER
   ============================================ */

/* ===== 1. КОНТЕЙНЕР СПИСКА ===== */
.example ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* ===== 2. ЭЛЕМЕНТЫ СПИСКА ===== */
.example ul li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.7rem 1.2rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 1rem;
    color: #051629;
    font-weight: 500;
    cursor: default;
}

/* ===== 3. ХОВЕР ЭФФЕКТ ===== */


/* ===== 4. НОМЕРА ШАГОВ ===== */
.example ul li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #14a8ff 0%, #0d8bd9 100%);
    color: #ffffff;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(20, 168, 255, 0.3);
}

/* ===== 5. АНИМАЦИЯ НОМЕРА ПРИ ХОВЕРЕ ===== */


/* ===== 6. ТЕКСТ В ЭЛЕМЕНТАХ ===== */
.example ul li .step-text {
    flex: 1;
}


/* ===== 8. СТИЛИ ДЛЯ МОБИЛЬНЫХ ===== */
@media (max-width: 768px) {
    .example ul li {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
        border-radius: 30px;
    }
    
    .example ul li span {
        min-width: 24px;
        height: 24px;
        font-size: 0.7rem;
    }
    
    .example ul li::after {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .example ul li {
        padding: 0.5rem 0.8rem;
        font-size: 0.85rem;
        gap: 0.5rem;
    }
    
    .example ul li span {
        min-width: 20px;
        height: 20px;
        font-size: 0.65rem;
    }
    
    .example ul li::after {
        font-size: 0.8rem;
    }
}

/* ===== 9. АЛЬТЕРНАТИВНЫЙ ВАРИАНТ С БЕЙДЖАМИ (КАК В FOOTER) ===== */
.example ul.badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
}

.example ul.badge-list li {
    background: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 0.5rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #051629;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.example ul.badge-list li:hover {
    background: rgba(255, 255, 255, 0.35) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.example ul.badge-list li span {
    background: rgba(20, 168, 255, 0.15);
    color: #14a8ff;
    min-width: 20px;
    height: 20px;
    font-size: 0.7rem;
    box-shadow: none;
}

/* ===== 10. СТИЛИ ДЛЯ ЗАГОЛОВКА СПИСКА ===== */
.example p strong {
    display: inline-block;
    margin-bottom: 0.3rem;
    color: #051629;
    font-size: 1.05rem;
}

/* ===== 11. АНИМАЦИЯ ПРИ ЗАГРУЗКЕ ===== */


.example ul li:nth-child(1) { animation-delay: 0.1s; }
.example ul li:nth-child(2) { animation-delay: 0.2s; }
.example ul li:nth-child(3) { animation-delay: 0.3s; }

@keyframes listItemFadeIn {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ============================================
   СТИЛИ НАВИГАЦИИ В СТИЛЕ FOOTER
   ============================================ */

/* ===== 1. ОСНОВНОЙ КОНТЕЙНЕР НАВИГАЦИИ ===== */
.navbar {
    background: transparent !important;
    padding: 0.5rem 0 !important;
}

.navbar-nav {
    gap: 0.5rem;
}

/* ===== 2. ЭЛЕМЕНТЫ НАВИГАЦИИ (КАК БЕЙДЖИ В ФУТЕРЕ) ===== */
.navbar-nav .nav-item .nav-link,
.navbar-nav .navbar-brand {
    display: inline-block;
    padding: 0.5rem 1.2rem !important;
    background: rgba(219, 13, 13, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px !important;
    color: #051629 !important;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* ===== 3. АКТИВНЫЙ ЭЛЕМЕНТ (ГЛАВНАЯ) ===== */
.navbar-nav .navbar-brand {
    background: linear-gradient(135deg, rgba(20, 168, 255, 0.2), rgba(13, 139, 217, 0.15));
    border-color: rgba(20, 168, 255, 0.25);
    font-weight: 600;
    color: #0d6efd !important;
}

/* ===== 4. ХОВЕР ЭФФЕКТ (КАК В ФУТЕРЕ) ===== */
.navbar-nav .nav-item .nav-link:hover {
    background:  rgba(238, 54, 9, 0.74);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(20, 168, 255, 0.12);
    border-color: rgb(84, 184, 241);
    color: #0a1a2a !important;
}

/* ===== 5. АКТИВНАЯ ССЫЛКА ===== */
.navbar-nav .nav-item .nav-link.active {
    background: linear-gradient(135deg, rgba(20, 168, 255, 0.25), rgba(13, 139, 217, 0.2));
    border-color: rgba(20, 168, 255, 0.3);
    font-weight: 600;
}

/* ===== 6. АНИМАЦИЯ ПРИ НАВЕДЕНИИ ===== */
.navbar-nav .nav-item .nav-link {
    position: relative;
    overflow: hidden;
}

.navbar-nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(20, 168, 255, 0.05), rgba(13, 139, 217, 0.03));
    border-radius: 50px;
    opacity: 0;
    transition: all 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover::before {
    opacity: 1;
}

/* ===== 7. ДЕКОРАТИВНАЯ ЛИНИЯ ПРИ НАВЕДЕНИИ ===== */
.navbar-nav .nav-item .nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #14a8ff, #0d8bd9);
    border-radius: 10px;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-item .nav-link:hover::after {
    width: 60%;
}

.navbar-nav .navbar-brand::after {
    display: none;
}

/* ===== 8. КОНТЕЙНЕР ДЛЯ ВЫРАВНИВАНИЯ ===== */
.navbar-expand-lg {
    justify-content: center !important;
}

/* ===== 9. АДАПТИВНОСТЬ ДЛЯ МОБИЛЬНЫХ ===== */
@media (max-width: 991px) {
    .navbar-nav {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.4rem;
    }
    
    .navbar-nav .nav-item .nav-link,
    .navbar-nav .navbar-brand {
        padding: 0.4rem 1rem !important;
        font-size: 0.85rem;
        border-radius: 30px !important;
    }
}

@media (max-width: 576px) {
    .navbar-nav .nav-item .nav-link,
    .navbar-nav .navbar-brand {
        padding: 0.35rem 0.8rem !important;
        font-size: 0.8rem;
        border-radius: 25px !important;
    }
    
    .navbar-nav {
        gap: 0.3rem;
    }
}

/* ===== 10. СТИЛИ ДЛЯ РЯДА С НАВИГАЦИЕЙ ===== */
.row.offset-lg-2 {
    padding: 0.5rem 0;
}

/* ===== 11. КНОПКА БУРГЕРА (ЕСЛИ ИСПОЛЬЗУЕТСЯ) ===== */
.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50px !important;
    padding: 0.4rem 0.8rem !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.navbar-toggler:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.05);
}

.navbar-toggler-icon {
    filter: brightness(0.3);
}

/* ===== 12. ДОПОЛНИТЕЛЬНО: БЕЙДЖИ В НАВИГАЦИИ ===== */
.navbar-nav .badge-nav {
    display: inline-block;
    padding: 0.35rem 1rem;
    background: rgba(20, 168, 255, 0.08);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 400;
    color: #051629;
    border: 1px solid rgba(20, 168, 255, 0.08);
    transition: all 0.3s ease;
}

.navbar-nav .badge-nav:hover {
    background: rgba(20, 168, 255, 0.15);
    transform: translateY(-1px);
}

/* ===== 13. ТЕНЬ ПРИ СКРОЛЛЕ ===== */
.navbar.scrolled {
    background: rgba(20, 196, 255, 0.85) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

/* ===== 14. ДЛЯ ТЕМНОЙ ТЕМЫ ===== */
@media (prefers-color-scheme: dark) {
    .navbar-nav .nav-item .nav-link,
    .navbar-nav .navbar-brand {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.06);
        color: #051629  !important;
    }
    
    .navbar-nav .nav-item .nav-link:hover {
        background:  rgba(255, 75, 20, 0.603);
        color: #051629 !important;
    }
    
    .navbar-nav .navbar-brand {
        background: linear-gradient(135deg, rgba(20, 168, 255, 0.15), rgba(13, 139, 217, 0.1));
        color: #14a8ff !important;
    }
    
    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.1) !important;
    }
    
    .navbar-toggler-icon {
        filter: brightness(0.8) invert(0.8);
    }
}