.auth_layout {
  background-image: url("/images/crm-authentication.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.auth_layout .auth_header {
  background: #14141B;
  padding: 12px 32px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.auth_layout h2 span.auth_heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #152242;
}

.auth_layout form a {
  font-weight: 600;
}

.auth_layout form label {
  font-weight: 600;
}

.bg-black {
  background: #0A0C14;
}

.bg-dark {
  background: #1F1F21;
}

div.header-logo {
  padding-left: 35px;
}

.header-navigation .seller-name {
  color: #8F95A5;
}

.header-navigation .dropdown-trigger svg {
  margin-left: 30px;
}

.header-navigation .dropdown-trigger svg path {
  fill: white;
}

.sidebar-navigation h3.cursor-pointer:hover,
.sidebar-navigation h3.cursor-pointer.router-link-active,
.sidebar-navigation h4.cursor-pointer:hover,
.sidebar-navigation h4.cursor-pointer.router-link-active {
  color: white;
}

.sidebar-navigation h3.cursor-pointer:hover .sidebar-label-wrapper,
.sidebar-navigation h3.cursor-pointer.router-link-active .sidebar-label-wrapper,
.sidebar-navigation h4.cursor-pointer:hover .sidebar-label-wrapper,
.sidebar-navigation h4.cursor-pointer.router-link-active .sidebar-label-wrapper {
  background: #323232;
}

.sidebar-navigation h3,
.sidebar-navigation h4 {
  color: #C7C9D1;
  margin-bottom: 0;
  padding: 4px 12px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1 !important;
  font-size: 14px;
}

.sidebar-navigation h3 .sidebar-label-wrapper,
.sidebar-navigation h4 .sidebar-label-wrapper {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
}

.sidebar-navigation .cursor-pointer {
  position: relative;
}

.sidebar-navigation .cursor-pointer:after {
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 12px;
  width: 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M3.22.97a.75.75 0 0 0 0 1.06L7.19 6 3.22 9.97a.75.75 0 1 0 1.06 1.06l4.5-4.5a.75.75 0 0 0 0-1.06L4.28.97a.75.75 0 0 0-1.06 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.sidebar-navigation ul {
  margin-left: 35px;
}

@media screen and (max-width: 790px) {
  .sidebar-navigation {
    margin-bottom: 200px;
  }
}

.mr-40 {
  margin-right: 40px;
}

.w-sidebar {
  width: 280px;
}

.h-header {
  height: 64px;
}

.pt-header {
  padding-top: 64px;
}

.header-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-navigation .header-navigation-bar {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-navigation .header-navigation-bar .seller-money .seller-money-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2px;
  font-size: 12px;
}

.header-navigation .header-navigation-bar .seller-money .seller-money-head.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-navigation .header-navigation-bar .seller-money .seller-money-head .reserve-dropdown {
  display: inline;
}

.header-navigation .header-navigation-bar .seller-money .seller-money-head .reserve-dropdown .h-dropdown-trigger {
  height: initial;
}

.header-navigation .header-navigation-bar .seller-money .seller-money-info {
  font-size: 16px;
  line-height: 18px;
}

.header-navigation .header-navigation-bar .seller-money .seller-money-info .count {
  font-size: 24px;
  line-height: 26px;
}

.header-navigation .header-navigation-bar .seller-money .seller-money-info .refill-dropdown {
  display: inline;
  margin-right: 4px;
}

.header-navigation .header-navigation-bar .seller-money-separator {
  padding: 24px 24px 0;
}

.header-navigation .header-navigation-bar .shop_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.header-navigation .header-navigation-bar.header-actions {
  padding-right: 16px;
}

.header-navigation .header-navigation-bar.header-actions .header-actions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #abafbb;
}

.header-navigation .header-navigation-bar.header-actions .header-actions-item a {
  color: inherit;
}

.header-navigation .header-navigation-bar.header-actions .header-actions-item:hover {
  color: white;
}

.header-navigation .header-navigation-bar.header-actions .header-actions-item .open-notification-history {
  position: relative;
  width: 22px;
  height: 22px;
  display: block;
}

.header-navigation .header-navigation-bar.header-actions .header-actions-item .open-notification-history img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.header-navigation .header-navigation-bar.header-actions .header-actions-item .open-notification-history .notification-history-counter {
  position: absolute;
  top: -7px;
  left: -7px;
  background: #0c62d5;
  border-radius: 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  margin-left: auto;
  padding: 2px 6px;
  pointer-events: none;
}

.header-navigation .header-navigation-bar.header-actions .header-actions-item .open-notification-history .notification-history {
  position: absolute;
  right: -10px;
  top: calc(100% + 10px);
  padding: 8px 16px;
  background: white;
  border: 1px solid #30373d;
  color: black;
  width: 400px;
  border-radius: 16px;
  max-height: 50vh;
  overflow: auto;
  display: block;
  z-index: 2;
}

.header-navigation .header-navigation-bar.header-actions .header-actions-item .open-notification-history .notification-history.empty {
  width: 220px;
}

.header-navigation .header-navigation-bar.header-actions .header-actions-item .open-notification-history .notification-history .notification-history-item {
  padding: 6px 0;
  border-bottom: 1px solid #22292f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header-navigation .header-navigation-bar.header-actions .header-actions-item .open-notification-history .notification-history .notification-history-item .date {
  font-weight: bold;
  margin-right: 12px;
  min-width: 90px;
  max-width: 90px;
}

.header-navigation .header-navigation-bar.header-actions .header-actions-item .open-notification-history .notification-history .notification-history-item .text div {
  display: inline-block;
}

.header-navigation .text-grey {
  color: #abafbb;
}

.sidebar-group .accordion.open .accordion-head h3.cursor-pointer:after {
  content: "";
  right: 26px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.sidebar-group .accordion.open .accordion-head .sidebar-label-wrapper {
  background: #323232;
  color: white;
}

.sidebar-group .accordion .accordion-head {
  height: initial;
  display: block;
}

.sidebar-group .accordion .accordion-head h3.cursor-pointer:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidebar-group .accordion .accordion-body-wrapper .accordion-body {
  padding-left: 14px;
}

.tooltip-alert {
  position: absolute;
  top: 50px;
  background: #152242;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  height: 36px;
  left: -8px;
  line-height: 16px;
  min-width: 94px;
  z-index: 1;
}

.tooltip-alert .message-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  position: relative;
  width: 100%;
}

.tooltip-alert .message-container:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23fff' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Z'/%3E%3Cpath fill='%23F53643' fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0ZM8 3a1 1 0 0 1 1 1v5a1 1 0 0 1-2 0V4a1 1 0 0 1 1-1Zm0 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  content: "";
  height: 16px;
  left: 12px;
  position: absolute;
  top: 10px;
  width: 16px;
}

.tooltip-alert .message-container:after {
  background: #152242;
  border-radius: 3px;
  content: "";
  height: 16px;
  left: 20px;
  position: absolute;
  top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 16px;
}

.tooltip-alert .message-container .message {
  margin-left: 36px;
  margin-right: 12px;
}

.phone-field-wrapper .tooltip-alert {
  display: none;
}

.phone-field-wrapper input:focus + .tooltip-alert {
  display: block;
}

