@charset "UTF-8";
.dropdown-toggle span {
  padding-right: 10px;
}

.dropdown-toggle::after {
  border: solid rgba(43, 43, 43, 0.35);
  border-width: 0 2px 2px 0;
  top: 16px;
  content: "";
  width: 9px;
  height: 9px;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-gray {
  padding: 8px 25px 7px 20px;
  border-radius: 3px;
  background-color: #f6f6ff;
  border-color: #f6f6ff;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  height: 46px;
  color: rgba(43, 43, 43, 0.35);
}
.btn-gray:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 255, 0.5);
}

.btn-orange {
  padding: 8px 25px 7px 20px;
  border-radius: 3px;
  background: linear-gradient(90deg, #FF9270 0%, #FFB885 101.01%);
  border-color: #FF9270;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  height: 46px;
  color: #FFFFFF;
}
.btn-orange:hover, .btn-orange:active {
  background: linear-gradient(90deg, #FF9270 0%, #FFB885 101.01%);
  border-color: #FF9270;
  color: #000000;
}
.btn-orange:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 146, 112, 0.5);
}
.btn-orange::after {
  border-color: #fff;
}

.btn-gray:hover,
.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: rgba(43, 43, 43, 0.35);
  background-color: #f6f6fe;
  border-color: #f6f6fe;
}

/*.login-page {
  content {
    padding-top: 60px;
  }
}*/
.badge-tariff {
  border-radius: 54px;
  padding: 4px 18px;
  font-size: 13px;
  line-height: 17px;
  color: #FFFFFF;
  margin-left: 15px;
  margin-bottom: 0;
}

#yii-debug-toolbar {
  display: none !important;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 2px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  line-height: 1.42857;
}

.btn-blue {
  background-color: #40b3e0;
  color: #FFFFFF;
}

.btn-green {
  background-color: rgba(113, 224, 85, 0.3);
  color: #71e055;
}

.btn-yellow {
  background-color: rgba(255, 193, 7, 0.3);
  color: #ffc107;
  padding: 0;
}

.btn-red {
  background-color: rgba(238, 73, 73, 0.3);
  color: #ee4949;
}

.btn-smile {
  background: rgba(147, 96, 255, 0.3);
  color: #9360ff;
  font-size: 25px;
}
.btn-smile i {
  position: relative;
  top: -4px;
}

.fr-box a.logo, .fr-box a[href*=wysiwyg-editor] {
  display: none !important;
}

.editTd:hover:after {
  position: absolute;
  top: 15px;
  font-family: "Line Awesome Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 25px;
  content: "";
}

.color-black {
  color: #000;
}

.staff__connect td:first-child:before {
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  left: 5px;
  top: 24px;
  background: #71E055;
}

.post__tracked td:first-child:before {
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  left: 5px;
  top: 24px;
  background: #ee4949;
}

.to4cka-red {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.form-check-input:not(:checked), .form-check-input:checked {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  height: 1.5625rem;
  padding-left: 35px;
  line-height: 1.5625rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-check-input[type=checkbox] + label:before,
.form-check-input[type=checkbox]:not(.filled-in) + label:after,
label.btn input[type=checkbox] + label:before,
label.btn input[type=checkbox]:not(.filled-in) + label:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  content: "";
  border: 2px solid #8a8a8a;
  border-radius: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form-check-input[type=checkbox]:not(.filled-in) + label:after,
label.btn input[type=checkbox]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form-check-input[type=checkbox]:checked + label:before,
label.btn input[type=checkbox]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 1.375rem;
  border-top: 2px solid transparent;
  border-right: 2px solid #4285f4;
  border-bottom: 2px solid #4285f4;
  border-left: 2px solid transparent;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.multi-collapse {
  word-break: break-word;
}

.toast-message {
  font-size: 16px;
}

.iti__selected-flag {
  background-color: inherit !important;
}

.news-block {
  background: #FFFFFF;
  border-radius: 12px;
  width: 100%;
  max-width: 785px;
}
.news-block__info {
  padding: 20px;
}

.wrap-tabs {
  border-top-left-radius: 0;
}

.bg-purple {
  background-color: #9360FF;
}

.span-load {
  position: relative;
  top: -2px;
  left: -12px;
}

#main-nav {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  justify-content: center;
}

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