/* admin styles */
.settings-form h2{
  display:none;
}
/* Стили для контейнера переключателя */
.dits-checkbox-container {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Скрыть стандартный чекбокс */
.dits-checkbox-container input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Стили для ползунка переключателя */
.dits-checkbox-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}

/* Стили для ползунка при активном состоянии */
.dits-checkbox-container input:checked + .slider {
  background-color: #5a49f8;
}

/* Стили для ползунка в активном положении */
.dits-checkbox-container .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

/* Перемещение ползунка при активном состоянии */
.dits-checkbox-container input:checked + .slider:before {
  transform: translateX(26px);
}
.settings-form .form-table th, .form-wrap label{
  color: #1d2327 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.dits-settings-page {
  position: relative;
  background-color: #ffffff;
  overflow: hidden; /* Обеспечивает, что пузырьки не выходят за пределы контейнера */
}

/* Создание маски с большими и неровными пузырями */
.dits-settings-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 10% 10%, #5a49f8 20%, transparent 20%),
  radial-gradient(circle at 80% 80%, #5a49f8 20%, transparent 20%);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.1;
  pointer-events: none;
  z-index: 1;
}
.nav-tab-active{
  background-color:#ffffff !important;
  color: #000000 !important;
}
.dits-nav{
  background-color:#5a49f8;
  color: #ffffff;
}
.dits-nav:focus, .dits-nav:hover{
  background-color: #8f83f3;
}
.settings-form{
  padding:20px;
}
.nav-tab-wrapper{
  border:none !important;
}
.option.selected{
  background-color:#5a49f8 !important;
  color:#ffffff
}
.option.null:hover, .option.null:focus{
  background-color: #8f83f3;
}
.nice-select .list:hover .selected:not(:hover){
  background-color:#5a49f8 !important;
}

.dits-text{
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8 !important;
  border-top-color: rgb(232, 232, 232);
  border-right-color: rgb(232, 232, 232);
  border-bottom-color: rgb(232, 232, 232);
  border-left-color: rgb(232, 232, 232);
  box-sizing: border-box;
  clear: both;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all .2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.dits-submit {
  border-radius: .25rem !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  background-color: transparent !important;
  border-color: #5a49f8 !important;
  --tw-text-opacity: 1 !important;
  color: #5a49f8 !important;
  color: rgba(90, 73, 248, var(--tw-text-opacity)) !important;
  transition-duration: .25s !important;
  transition-property: all !important;
  transition-timing-function: ease-in-out !important;
}
.dits-submit:hover{
  --tw-bg-opacity: 1 !important;
  background-color: #5a49f8 !important;
  background-color: rgba(90, 73, 248, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.note{
  margin-left: 20px;
  text-align:center
}
.bold{
  font-weight: 800;
}
.note svg{
  margin-bottom:-7px;
  margin-right:10px
}
