html {
  font-size: 15px;
  height: 100%;
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #74787d;
  background-color: #f0f0f0;
  height: 100%;
  margin: 0;
  padding: 0;
}
main {
  background-color: #f0f0f0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #c4c7c8;
}
.c-container {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 2rem;
}
.block {
  background-color: #fff;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
.block-padding {
  padding: 1rem;
}
.link {
  text-decoration: none;
  color: #74787d;
  transition: color 0.1s linear;
}
.link:hover {
  color: #242424;
  text-decoration: none;
}
.sidebar-collapsed .nav__link--home {
  display: none;
}
.sidebar-collapsed .sidebar__item-text {
  display: none;
}
.sidebar-collapsed .sidebar {
  width: 70px;
}
.sidebar-collapsed main {
  padding-left: 105px;
}
.sidebar-collapsed .nav__left {
  width: 70px;
}
.button {
  display: block;
  text-decoration: none;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 1.06rem;
  color: #fff;
  background-color: #7d8792;
  border: 1px solid #7d8792;
  border-radius: 0.6em;
  width: 100%;
  padding: 0.5em 1em;
  cursor: pointer;
  transition: all 0.2s linear;
}
.button:hover {
  text-decoration: none;
  background-color: #53595f;
  border: 1px solid #53595f;
  color: #fff;
}
.button:focus {
  outline: none;
}
.button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
  color: #74787d;
  background-color: #fff;
  border: 1px solid #74787d;
}
.button:disabled:hover {
  color: #fff;
  background-color: #74787d;
  border: 1px solid #fff;
}
.button--green {
  background-color: #fff;
  border-color: #5ed8ab;
  color: #5ed8ab;
}
.button--green:hover {
  background-color: #5ed8ab;
  border-color: transparent;
  color: #fff;
}
.button--blue {
  background-color: #fff;
  border-color: #5399fc;
  color: #5399fc;
}
.button--blue:hover {
  background-color: #5399fc;
  border-color: transparent;
  color: #fff;
}
.button--red {
  background-color: #fff;
  border-color: #eb5859;
  color: #eb5859;
}
.button--red:hover {
  background-color: #eb5859;
  color: #fff;
}
.button--full-green {
  background-color: #5ed8ab;
  border-color: transparent;
  color: #fff !important;
  width: 100%;
}
.button--full-green:hover {
  background-color: transparent;
  border-color: #5ed8ab;
  color: #5ed8ab !important;
}
.button--full-blue {
  background-color: #5399fc;
  border-color: transparent;
  color: #fff !important;
  width: 100%;
}
.button--full-blue:hover {
  background-color: transparent;
  border-color: #5399fc;
  color: #5399fc !important;
}
.button--full-red {
  background-color: #eb5859;
  border-color: transparent;
  color: #fff !important;
  padding: 0.25em 0.2em;
  width: 100%;
}
.button--full-red:hover {
  background-color: transparent;
  border-color: #eb5859;
  color: #eb5859 !important;
}
.button + .button {
  margin-top: 1rem;
}
.green {
  background-color: #179b35;
}
.btn {
  font-weight: 400;
  color: #495057;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.5s, background-color 0.5s, border-color 0.5s, box-shadow 0.5s;
  box-shadow: 0 0.125rem 0.625rem rgba(52, 58, 64, 0.4), 0 0.0625rem 0.125rem rgba(52, 58, 64, 0.5);
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
  border-radius: 0.5rem;
}
.btn:hover {
  color: #fff;
  background-color: #151719;
  border-color: #151719;
  box-shadow: 0 0.125rem 0.625rem rgba(52, 58, 64, 0.8), 0 0.0625rem 0.125rem rgba(52, 58, 64, 0.9);
}
.btn:focus {
  box-shadow: 0 0.125rem 0.625rem rgba(52, 58, 64, 0.8), 0 0.0625rem 0.125rem rgba(52, 58, 64, 0.9);
}
.btn--green {
  background-color: #179b35;
  border-color: #179b35;
}
.btn--green:hover {
  background-color: #0a7723;
  border-color: #0a7723;
}
.btn--blue {
  background-color: #156ec6;
  border-color: #156ec6;
  color: #fff !important;
}
.btn--blue:hover {
  background-color: #0f487f;
  border-color: #0f487f;
}
.btn--red {
  background-color: #ac0919;
  border-color: #ac0919;
  color: #fff !important;
}
.btn--red:hover {
  background-color: #8c010f;
  border-color: #8c010f;
}
.btn--grey {
  background-color: #787878;
  border-color: #787878;
}
.btn--grey:hover {
  background-color: #424242;
  border-color: #424242;
}
.header {
  position: fixed;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  top: 0;
  padding: 1.2rem 0;
  z-index: 1001;
  height: 60px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}
.text-mid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav {
  align-items: center;
}
.nav__left {
  display: flex;
  align-items: center;
  padding-left: 23px;
  width: 200px;
}
.nav__right {
  margin-left: 3.193rem;
}
.nav__link {
  position: relative;
  color: #74787d;
  text-decoration: none;
  margin-right: 3rem;
  transition: color 0.1s linear;
}
.nav__link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #242424;
  transition: width 0.2s linear;
}
.nav__link:last-child {
  margin-right: 0;
}
.nav__link:hover {
  color: #242424;
  text-decoration: none;
}
.nav__link--active {
  color: #242424;
}
.nav__link--home {
  font-size: 1.5rem;
  font-weight: 700;
  color: #242424;
}
.nav__link--home:hover:after {
  width: 0;
}
.nav__link--no-link {
  text-decoration: none;
}
.nav__link--no-link:hover {
  text-decoration: none;
}
.nav-link {
  position: relative;
  color: #74787d;
  text-decoration: none;
  transition: color 0.1s linear;
  padding: 0;
  margin-left: 0;
  margin-right: 2.9rem;
}
.nav-link:hover {
  color: #242424;
}
.sidebar {
  background-color: #fff;
  height: 100vh;
  position: fixed;
  width: 200px;
  z-index: 1000;
  box-shadow: 7px 0 60px rgba(0, 0, 0, 0.05);
  transition: width 0.1s linear;
}
main {
  padding-left: 235px;
}
.sidebar__inner {
  padding: 1.5rem;
  padding-right: 3rem;
}
.sidebar__item {
  position: relative;
  color: #74787d;
  transition: color 0.105s linear;
  display: flex;
  align-items: center;
  font-size: 1.07rem;
  margin-bottom: 0.7rem;
}
.sidebar__item:hover {
  text-decoration: none;
  color: #242424;
}
.sidebar__item-icon {
  margin-right: 0.3rem;
  font-size: 1.7rem;
  opacity: 0.7;
  padding-bottom: 0.15rem;
  width: 25.5px;
}
.sidebar-toggle {
  background: none;
  border: none;
  color: #74787d;
  cursor: pointer;
  opacity: 0.7;
  padding-left: 3px;
  transition: color 0.105s linear, opacity 0.5s linear;
}
.sidebar-toggle:hover {
  color: #242424;
  opacity: 1;
}
.sidebar-toggle:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.sidebar-toggle i:focus {
  box-shadow: none;
}
.dropdown-item {
  color: #74787d;
  text-decoration: none;
  transition: all 0.1s linear;
}
.drop-down2 {
  position: relative;
}
.drop-down2 .dropdown-toggle {
  padding: 0.25rem 1.5rem !important;
  cursor: pointer;
}
.drop-down2 .sub-menu2 {
  position: absolute;
  top: 0;
  left: 100%;
}
@media screen and (max-width: 767px) {
  .drop-down2 .sub-menu2 {
    position: static;
  }
}
.section-title {
  font-size: 2.3rem;
}
.section-header {
  margin: 2rem 0 1.7rem 0.6rem;
}
.login-form {
  width: 25rem;
  padding: 2rem 2rem;
}
.login__input {
  margin-bottom: 1.7rem;
}
.settings {
  padding: 2rem;
}
.settings .form-control {
  margin-bottom: 1.5rem;
}
.form-control {
  margin: 0;
}
.filters-wrap {
  display: inline-block;
}
.filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.2rem;
  padding: 1.5rem;
}
.filters__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: row;
}
.filters__row {
  display: flex;
  margin-bottom: 0.8rem;
}
.filters__row:last-child {
  margin-bottom: 0;
}
.filters__group {
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.filters__group label {
  white-space: nowrap;
}
.filters__item {
  display: flex;
  align-items: center;
}
.filters__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.messages {
  margin-bottom: 2.4em;
}
.text-success {
  font-size: 1.1rem;
  font-weight: 400;
  color: #5ed8ab;
  text-shadow: 0px 0px 5px rgba(94, 216, 171, 0.5);
}
.text-error {
  font-size: 1.1rem;
  font-weight: 400;
  color: #eb5859;
  text-shadow: 0px 0px 5px rgba(235, 88, 89, 0.5);
}
.vscomp-toggle-button {
  border: 1px solid #ced4da;
  border-radius: 0.25rem !important;
}
.vscomp-wrapper.focused .vscomp-toggle-button,
.vscomp-wrapper:focus .vscomp-toggle-button {
  box-shadow: none;
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.hiden {
  display: none;
}
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: url(../img/loader.gif) center no-repeat #ffffff;
}
.disabled {
  pointer-events: none;
}
.button.disabled {
  opacity: 0.7;
}
.offer-group-set {
  margin-bottom: 1rem;
}
.offer-group-set:last-child {
  margin-bottom: 0;
}
.offer-group-set__header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.offer-group-set__header-item {
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
}
.offer-group-set td {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
.hidden {
  height: 0px;
  width: 0px;
  overflow: hidden;
  display: none;
}
