* {
  outline: 0 !important;
}

body, html {
  width: 100%;
}

.padding-0 {
  padding: 0 !important;
}

.pushbottom-10 {
  margin-bottom: 10px;
}

.pushbottom-30 {
  margin-bottom: 30px;
}

.center-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.bg-custom {
  background: linear-gradient(213.72deg, #854399 7.47%, #D7559F 92.35%);
  border-radius: 20px;
}

.main-logo {
  margin: 50px auto;
}

.sidebar-content {
  margin-left: auto;
  margin-right: 0;
}

.dropdown-main-li {
  margin: 30px 60px 30px 0;
  width: 100%;
}

.dropdown-content {
  align-items: center;
  display: flex;
  margin-left: 20px;
  margin-bottom: 10px;
}

.dropdown-link {
  padding-left: 10px;
}

.dropdown-link-item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}

.dropdown-items {
  background: #ffffff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.dropdown-second-li {
  display: flex;
  align-items: center;
  padding: 8px 0 8px 40px;
}

.dropdown-list-item {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #90469A;
}

.dropdown-price {
  margin-left: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #90469A;
}

.circle {
  margin-left: auto;
  margin-right: 10px;
  width: 26px;
  border-radius: 13px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
  text-align: center;
}

.plus {
  font-size: 14px;
  line-height: 19px;
  color: #90469A;
  text-decoration: none;
  text-align: center;
}

.header {
  padding: 10px;
  align-items: center;
  height: 170px;
}

.user-profile {
  display: flex;
  align-items: center;
}

.user-img {
  margin: 0 28px;
}

.notification-icon {
  width: 36px;
}

.flag-pic {
  margin-right: 5px;
}

.main-table {
  width: 100%;
  text-align: center;
  color: #000000;
}

.table-header-row {
  background-color: #D3B5D7;
  height: 62px;
}

.table-header-data {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.table-data {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

.table-odd-row {
  background-color: #FCE5FF;
  height: 45px;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
}

.table-even-row {
  background-color: #F9CAFF;
  height: 45px;
}

.btn-cancel {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #FF013E;
  border: 2px solid #FF013E;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 3px 20px;
}

.btn-positive {
  background: #90469A;
  border: none;
  color: #ffffff;
  padding: 8px 25px;
}

.btn-negative {
  background: none;
  border: 2px solid #90469A;
  color: #90469A;
  padding: 6px 23px;
}

.active-status {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

.status-on {
  background: #75E762;
}

.status-off {
  background: #959595;
}

.status-request {
  width: 106px;
  height: 24px;
  border-radius: 5px;
  margin: 0 auto;
}

.request-process {
  background: #4BB03A;
  color: #ffffff;
}

.request-completed {
  border: 2px solid #4BB03A;
  color: #4BB03A;
}

.main-form {
  background: #FFFFFF;
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.11);
}

.form-block {
  padding: 30px;
}

.form-content {
  align-items: center;
  padding: 22px 30px;
}

.form-element {
  display: flex;
}

.form-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #90469A;
  text-transform: uppercase;
}

.form-second-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.form-element-border {
  border: 2px solid #959595;
  background: none;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.placeholder-name {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #616161;
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  margin-right: 10px;
}

.placeholder-content {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
}

@media (max-width: 767px) {
  .custom-toggler {
    margin: 20px;
  }
  .main-logo {
    margin: 20px;
  }
  .dropdown-main-li {
    margin: 20px 0;
  }
  .user-img {
    margin: 0 20px;
  }
  .avatar {
    width: 52px;
  }
}
@media (max-width: 991px) {
  .form-element {
    display: inline;
    margin: 10px 0;
  }
  table, thead, tbody, th, td, tr {
    display: block;
  }
  .table-header-row {
    display: none;
  }
  .table-odd-row, .table-even-row {
    height: 100%;
  }
  .table-data {
    position: relative;
    padding-left: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .table-data:before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .navbar-container {
    position: sticky;
    top: 0;
    overflow-y: auto;
    height: 100vh;
  }
  .navbar-container .navbar {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100%;
  }
  .navbar-container .navbar-collapse {
    align-items: flex-start;
  }
  .navbar-container .nav {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .navbar-container .navbar-nav {
    flex-direction: column !important;
  }
}

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