

/* Start:/tools/css/problem.css?17579307559081*/
.--bg-white {
  background: #ffffff;
}
@media (max-width: 780px) {
  .--bg-white {
    padding-top: 40px;
  }
}

.b-topic-wrap {
  font-family: Geometria;
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  padding: 24px;
}
@media (max-width: 575px) {
  .b-topic-wrap {
    border: none;
    padding: 0;
  }
}
.b-topic-wrap .b-topic-search {
  margin-bottom: 24px;
  margin-top: 24px;
  position: relative;
  border-radius: 16px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  padding: 16px;
}
@media (max-width: 575px) {
  .b-topic-wrap .b-topic-search {
    margin-bottom: 12px;
    margin-top: 12px;
    border: none;
    padding: 0;
  }
}
.b-topic-wrap .b-topic-search.--active {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.b-topic-wrap .b-topic-search.--active .__search_results {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 575px) {
  .b-topic-wrap .b-topic-search.--active {
    box-shadow: none;
    background: none;
  }
}
.b-topic-wrap .b-topic-search .__input {
  border-radius: 8px;
  border: 1px solid var(--Gray-02, #E9EDEF);
  height: 15px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  gap: 8px;
}
.b-topic-wrap .b-topic-search .__input input {
  background: none;
  border: none;
  width: 100%;
  height: 45px;
}
.b-topic-wrap .b-topic-search .__input input:focus {
  background: none;
  outline: none;
}
.b-topic-wrap .b-topic-search .__search_results {
  padding: 16px;
  margin-top: 8px;
  position: absolute;
  z-index: 100;
  left: 0;
  pointer-events: none;
  opacity: 0;
  top: 80px;
  border-radius: 11px;
  background: #ffffff;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.b-topic-wrap .b-topic-search .__search_results .__item {
  height: 46px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
  background: #ffffff;
  border-radius: 8px;
  color: #4F5C6C;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
.b-topic-wrap .b-topic-search .__search_results .__item.--active {
  color: #1D2A3A;
  background: #EEF8FB;
}
.b-topic-wrap .b-topic-search .__search_results .__item:hover {
  background: #F8F8F9;
}

.b-history-topic {
  margin-top: 24px;
  font-family: Geometria;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.b-history-topic.b-history-topic-selected {
  margin-bottom: 24px;
  margin-top: 4px;
}
.b-history-topic .__theme-group {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .b-history-topic .__theme-group {
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    padding: 8px 25px 8px 8px;
    position: relative;
  }
  .b-history-topic .__theme-group .__remove-theme {
    position: absolute;
    right: 4px;
    top: 6px;
  }
}
.b-history-topic .__item {
  border-radius: 8px;
  background: var(--Gray-01, #F8F8F9);
  color: #1D2A3A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding: 0 12px;
  display: flex;
  height: 33px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
@media (max-width: 575px) {
  .b-history-topic .__item {
    height: 40px;
    line-height: 1;
  }
}
.b-history-topic .__item:hover {
  background: #E9EDEF;
}
.b-history-topic .__item.--element {
  background: #EEF8FB;
  color: #128BB7;
}
.b-history-topic .__item.--element svg circle {
  fill: #00ADEC;
}

.b-topic-tree {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b-topic-tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
  display: none;
}
.b-topic-tree li {
  margin: 0;
  padding: 0;
}
.b-topic-tree .__section {
  position: relative;
  margin-bottom: 5px;
}
.b-topic-tree .__section.--open > span {
  background: #0e3c5b;
  color: #ffffff;
}
.b-topic-tree .__section.--open > span svg path {
  fill: #ffffff;
}
.b-topic-tree .__section.--open > span:hover {
  background: #0e3c5b;
  color: #ffffff;
}
.b-topic-tree .__section > span {
  display: flex;
  align-items: center;
  padding: 14px 8px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  user-select: none;
  background: #daf0fe;
  color: #1D2A3A;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #F0F0F0;
}
.b-topic-tree .__section > span:hover {
  background: #b8e0f9;
}
.b-topic-tree .__section > span svg {
  margin-right: 8px;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.b-topic-tree .__section.--open > span svg {
  transform: rotate(90deg);
}
.b-topic-tree .__section.--open > ul {
  display: block;
}
.b-topic-tree .__element {
  position: relative;
}
.b-topic-tree .__element > span {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 14px 13px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  color: #4F5C6C;
  font-size: 15px;
  font-weight: bold;
  border-radius: 8px;
  border-bottom: 1px solid #F0F0F0;
}
.b-topic-tree .__element > span:hover {
  background: #F8F8F9;
}
.b-topic-tree .__element > span svg {
  opacity: 0;
}
.b-topic-tree .__element.--selected > span {
  background: #EEF8FB;
  color: #1D2A3A;
  margin-top: 8px;
}
.b-topic-tree .__element.--selected > span svg {
  opacity: 1;
}
.b-topic-tree ul ul {
  margin-left: 20px;
}

.b-problem-form-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}

.b-success-message {
  padding: 60px 0;
  text-align: center;
}
.b-success-message p {
  font-size: 22px;
}

.b-problem-h1 {
  padding: 40px 0;
}

.success-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.success-popup.show {
  display: flex;
}

.success-popup__content {
  background: white;
  border-radius: 12px;
  padding: 40px 30px;
  max-width: 500px;
  width: 90%;
  font-family: Geometria;
  text-align: center;
  position: relative;
  animation: popupShow 0.3s ease-out;
}

@keyframes popupShow {
  from {
    opacity: 0;
    transform: scale(0.8) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.success-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  padding: 5px;
  line-height: 1;
}

.success-popup__close:hover {
  color: #333;
}

.success-popup__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: rgb(18, 139, 183);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-popup__icon svg {
  width: 30px;
  height: 30px;
  fill: white;
}

.success-popup__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.success-popup__message {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.5;
}

.success-popup__button {
  background: rgb(18, 139, 183);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.success-popup__button:hover {
  background: rgb(18, 139, 183);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.new-form__wrapper.b-problem-form-wraper {
  padding: 0px 1.875rem 2.875rem;
}
@media (max-width: 575px) {
  .new-form__wrapper.b-problem-form-wraper {
    padding: 0 0 40px 0;
  }
}

.b-problem-form-wraper .new-form__panel {
  margin-bottom: 0;
}

.--mt-10 {
  margin-top: 10px;
}

.--mb-15 {
  margin-bottom: 12px;
}

.b-problem-form .new-form__group-button {
  justify-content: end;
}
.b-problem-form .new-form__button {
  background: #daf0fe !important;
  color: #1D2A3A !important;
}
.b-problem-form .new-form__title {
  font-size: 1.7rem;
}
.b-problem-form .new-form__label {
  font-size: 1.2rem;
}

@media (max-width: 496px) {
  .b-problem-form-btns .new-form__group-button {
    width: 100%;
  }
  .b-problem-form-btns .new-form__button {
    width: 100%;
  }
}
.--jc-center {
  justify-content: center !important;
}

.--mt-16 {
  margin-top: 16px;
}

.b-right-btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

.b-clear-link {
  color: #66b1df;
  font-weight: bold;
  text-decoration: underline;
  font-family: Geometria;
}

.b-problem-form .new-form__input {
  font-size: 1rem !important;
}
.b-problem-form .new-form__input.--error {
  border: 1px solid #f16969 !important;
  color: #f16969;
}
.b-problem-form .new-form__agree {
  margin: 20px 0;
}
.b-problem-form .new-form__agree.--error {
  border: 1px solid #f16969 !important;
}
.b-problem-form .smart-captcha.--error {
  border: 1px solid #f16969 !important;
}

.b-problem-form .b-form-change-theme {
  background: #969494 !important;
  color: #ffffff !important;
}

.b-message-block {
  background: #daf0fe;
  padding: 16px;
  border-radius: 8px;
}
.b-message-block .new-form__label {
  color: #1D2A3A;
}
.b-message-block .new-form__input {
  background: #ffffff !important;
}

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

/* End */
/* /tools/css/problem.css?17579307559081 */
