.dashboard-icon, .sales-icon, .catalog-icon, .customer-icon, .configuration-icon, .settings-icon, .promotion-icon, .cms-icon, .active .cms-icon, .active.configuration-icon {
  width: 48px;
  height: 48px;
  display: inline-block;
  background-size: cover;
}

.icon {
  display: inline-block;
  background-size: cover;
}

.dashboard-icon {
  background-image: url("../images/Icon-Dashboard.svg");
}

.sales-icon {
  background-image: url("../images/Icon-Sales.svg");
}

.catalog-icon {
  background-image: url("../images/Icon-Catalog.svg");
}

.customer-icon {
  background-image: url("../images/Icon-Customers.svg");
}

.configuration-icon {
  background-image: url("../images/Icon-Configure.svg");
}

.settings-icon {
  background-image: url("../images/Icon-Settings.svg");
}

.promotion-icon {
  background-image: url("../images/icon-promotion.svg");
}

.cms-icon {
  background-image: url("../images/Icon-CMS.svg");
}

.angle-right-icon {
  background-image: url("../images/Angle-Right.svg");
  width: 17px;
  height: 17px;
}

.angle-left-icon {
  background-image: url("../images/Angle-Left.svg");
  width: 17px;
  height: 17px;
}

.arrow-down-icon {
  background-image: url("../images/Arrow-Down-Light.svg");
  width: 14px;
  height: 8px;
}

.arrow-right-icon {
  background-image: url("../images/Arrow-Right.svg");
  width: 18px;
  height: 18px;
}

.white-cross-sm-icon {
  background-image: url("../images/Icon-Sm-Cross-White.svg");
  width: 18px;
  height: 18px;
}

.accordian-up-icon {
  background-image: url("../images/Accordion-Arrow-Up.svg");
  width: 24px;
  height: 24px;
}

.accordian-down-icon {
  background-image: url("../images/Accordion-Arrow-Down.svg");
  width: 24px;
  height: 24px;
}

.cross-icon {
  background-image: url("../images/Icon-Crossed.svg");
  width: 18px;
  height: 18px;
}

.trash-icon {
  background-image: url("../images/Icon-Trash.svg");
  width: 24px;
  height: 24px;
}

.remove-icon {
  background-image: url("../images/Icon-remove.svg");
  width: 24px;
  height: 24px;
}

.pencil-lg-icon {
  background-image: url("../images/Icon-Pencil-Large.svg");
  width: 24px;
  height: 24px;
}

.eye-icon {
  background-image: url("../images/Icon-eye.svg");
  width: 24px;
  height: 24px;
}

.search-icon {
  background-image: url("../images/icon-search.svg");
  width: 24px;
  height: 24px;
}

.sortable-icon {
  background-image: url("../images/Icon-Sortable.svg");
  width: 24px;
  height: 24px;
}

.sort-down-icon {
  background-image: url("../images/Icon-Sort-Down.svg");
  width: 18px;
  height: 18px;
}

.sort-up-icon {
  background-image: url("../images/Icon-Sort-Down.svg");
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.primary-back-icon {
  background-image: url("../images/Icon-Back-Primary.svg");
  width: 24px;
  height: 24px;
}

.checkbox-dash-icon {
  background-image: url("../images/Checkbox-Dash.svg");
  width: 24px;
  height: 24px;
}

.account-icon {
  background-image: url("../images/icon-account.svg");
  width: 24px;
  height: 24px;
}

.expand-icon {
  background-image: url("../images/Expand-Light.svg");
  width: 18px;
  height: 18px;
}

.expand-on-icon {
  background-image: url("../images/Expand-Light-On.svg");
  width: 18px;
  height: 18px;
}

.dark-left-icon {
  background-image: url("../images/arrow-left-dark.svg");
  width: 18px;
  height: 18px;
}

.light-right-icon {
  background-image: url("../images/arrow-right-light.svg");
  width: 18px;
  height: 18px;
}

.folder-icon {
  background-image: url("../images/Folder-Icon.svg");
  width: 24px;
  height: 24px;
}

.star-icon {
  background-image: url("../images/Star-Icon.svg");
  width: 24px;
  height: 24px;
}

.arrow-down-white-icon {
  background-image: url("../images/down-arrow-white.svg");
  width: 17px;
  height: 13px;
}

.arrow-up-white-icon {
  background-image: url("../images/up-arrow-white.svg");
  width: 17px;
  height: 13px;
}

.arrow-left-white-icon {
  background-image: url("../images/left-arrow-white.svg");
  width: 9px;
  height: 16px;
}

.arrow-right-white-icon {
  background-image: url("../images/right-arrow-white.svg");
  width: 9px;
  height: 16px;
}

.profile-pic-icon {
  background-image: url("../images/Profile-Pic.svg");
  width: 60px;
  height: 60px;
}

.graph-up-icon {
  background-image: url("../images/Icon-Graph-Green.svg");
  width: 24px;
  height: 24px;
}

.graph-down-icon {
  background-image: url("../images/Icon-Graph-Red.svg");
  width: 24px;
  height: 24px;
}

.no-result-icon {
  background-image: url("../images/limited-icon.svg");
  width: 52px;
  height: 47px;
}

.note-icon {
  background-image: url("../images/icon-note.svg");
  width: 24px;
  height: 24px;
}

.active .dashboard-icon {
  background-image: url("../images/Icon-Dashboard-Active.svg");
}

.active .sales-icon {
  background-image: url("../images/Icon-Sales-Active.svg");
}

.active .catalog-icon {
  background-image: url("../images/Icon-Catalog-Active.svg");
}

.active .customer-icon {
  background-image: url("../images/Icon-Customers-Active.svg");
}

.active .settings-icon {
  background-image: url("../images/Icon-Settings-Active.svg");
}

.active .configuration-icon {
  background-image: url("../images/Icon-Configure-Active.svg");
}

.active .promotion-icon {
  background-image: url("../images/icon-promotion-active.svg");
}

.active .cms-icon {
  background-image: url("../images/Icon-CMS-Active.svg");
}

.active > .arrow-down-icon {
  background-image: url("../images/Arrow-Down.svg");
  width: 14px;
  height: 8px;
}

.active > .expand-icon {
  background-image: url("../images/Expand-Light-On.svg");
}

.active.dashboard-icon {
  background-image: url("../images/Icon-Dashboard-Active.svg");
}

.active.customer-icon {
  background-image: url("../images/Icon-Customers-Active.svg");
}

.active.sales-icon {
  background-image: url("../images/Icon-Sales-Active.svg");
}

.active.settings-icon {
  background-image: url("../images/Icon-Settings-Active.svg");
}

.active.configuration-icon {
  background-image: url("../images/Icon-Configure-Active.svg");
}

.active.arrow-down-icon {
  background-image: url("../images/Arrow-Down.svg");
  width: 14px;
  height: 8px;
}

.active.expand-icon {
  background-image: url("../images/Expand-Light-On.svg");
}

.icon-404 {
  background-image: url("../images/404-image.svg");
  width: 255px;
  height: 255px;
}

.export-icon {
  background-image: url("../images/Icon-Export.svg");
  width: 32px;
  height: 32px;
}

.import-icon {
  background-image: url("../images/Icon-Import.svg");
  width: 32px;
  height: 32px;
}

.star-blue-icon {
  width: 17px;
  height: 17px;
  background-image: url("../images/Icon-star.svg");
}

.grid-container {
  display: block;
  width: 100%;
}

.filter-row-one {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.filter-row-one .dropdown-filters {
  position: absolute;
  right: 25px;
}

.filter-row-two {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.search-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.search-filter .control {
  font-size: 15px;
  border: 2px solid #C7C7C7;
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-radius: 3px;
  height: 36px;
  width: 280px;
  padding-left: 10px;
}

.search-filter .contorl:focus {
  border-color: #24bf02;
}

.search-filter .icon-wrapper {
  border: 2px solid #C7C7C7;
  border-radius: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 36px;
  width: 36px;
  margin-left: -1px;
}

.search-filter .icon-wrapper .search-icon {
  margin-top: 3px;
  margin-left: 3px;
}

.grid-dropdown-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  width: 200px;
  border: 2px solid #C7C7C7;
  border-radius: 3px;
  color: #8E8E8E;
  padding: 0px 5px 0px 5px;
}

.grid-dropdown-header .arrow-icon-down {
  float: right;
}

.dropdown-list.dropdown-container {
  padding: 15px;
  width: 100%;
  top: 43px;
}

.dropdown-list.dropdown-container ul li .control-group {
  margin-bottom: 15px;
}

.dropdown-list.dropdown-container .apply-filter {
  padding: 10px;
  width: 100%;
}

.filter-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  height: 28px;
  border-radius: 2px;
  margin-right: 20px;
}

.filter-tag .wrapper {
  margin-left: 10px;
  padding: 5px 10px 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E7E7E7;
  font-size: 14px;
  height: 28px;
  color: #000311;
  letter-spacing: -0.22px;
  border-radius: 2px;
}

.filter-tag .wrapper .icon.cross-icon {
  margin-left: 10px;
  cursor: pointer;
}

@-webkit-keyframes jelly {
  0% {
    -webkit-transform: translateY(0px) scale(0.7);
            transform: translateY(0px) scale(0.7);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateY(5px) scale(1.05);
            transform: translateY(5px) scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
    opacity: 1;
  }
}

@keyframes jelly {
  0% {
    -webkit-transform: translateY(0px) scale(0.7);
            transform: translateY(0px) scale(0.7);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateY(5px) scale(1.05);
            transform: translateY(5px) scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes jelly-out {
  0% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(-5px) scale(1.05);
            transform: translateY(-5px) scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px) scale(0.7);
            transform: translateY(0px) scale(0.7);
    opacity: 0;
  }
}

@keyframes jelly-out {
  0% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(-5px) scale(1.05);
            transform: translateY(-5px) scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px) scale(0.7);
            transform: translateY(0px) scale(0.7);
    opacity: 0;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none;
}

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

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

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

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

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

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  letter-spacing: -0.26px;
  line-height: 19px;
}

a:link,
a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none;
  color: #24bf02;
}

::-moz-selection {
  background-color: rgba(71, 234, 96, 0.6);
  color: #ffffff;
}

::selection {
  background-color: rgba(71, 234, 96, 0.6);
  color: #ffffff;
}

textarea {
  resize: none;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1 {
  font-size: 28px;
  color: #3a3a3a;
  margin-top: 0;
  line-height: 1;
}

h2 {
  font-size: 24px;
  color: #3a3a3a;
}

h3 {
  font-size: 20px;
  color: #3a3a3a;
}

h4 {
  font-size: 16px;
  color: #3a3a3a;
}

h5 {
  font-size: 12px;
  color: #3a3a3a;
}

p {
  line-height: 30px;
}

.hide {
  display: none !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 0 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font: inherit;
  display: inline-block;
}

.btn:hover, .btn:active, .btn:focus {
  opacity: 0.75;
  border: none;
}

.btn.btn-sm {
  padding: 6px 12px;
}

.btn.btn-md {
  padding: 8px 16px;
}

.btn.btn-lg {
  padding: 10px 20px;
}

.btn.btn-xl {
  padding: 12px 24px;
  font-size: 16px;
}

.btn.btn-primary {
  background: #24bf02;
  color: #ffffff;
}

.btn.btn-black {
  background: #000;
  color: #ffffff;
}

.btn.btn-white {
  background: #ffffff;
  color: #000;
}

.btn:disabled, .btn[disabled="disabled"], .btn[disabled="disabled"]:hover, .btn[disabled="disabled"]:active {
  cursor: not-allowed;
  background: #b1b1ae;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

.dropdown-btn {
  min-width: 150px;
  text-align: left;
  background: #ffffff;
  border: 2px solid #C7C7C7;
  border-radius: 3px;
  font-size: 14px;
  padding: 8px 35px 8px 10px;
  cursor: pointer;
  position: relative;
}

.dropdown-btn:hover, .dropdown-btn:active, .dropdown-btn:focus {
  opacity: 0.75;
  border: 2px solid #C7C7C7;
}

.dropdown-btn .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-open {
  position: relative;
}

.dropdown-list {
  width: 200px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 0 9px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 0 9px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  display: none;
  z-index: 10;
  text-align: left;
}

.dropdown-list.bottom-left {
  top: 42px;
  left: 0px;
}

.dropdown-list.bottom-right {
  top: 42px;
  right: 0px;
}

.dropdown-list.top-left {
  bottom: 0px;
  left: 42px;
}

.dropdown-list.top-right {
  bottom: 0px;
  right: 42px;
}

.dropdown-list .search-box {
  padding: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.dropdown-list .search-box .control {
  background: #fff;
  border: 2px solid #C7C7C7;
  border-radius: 3px;
  width: 100%;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0px 10px;
  font-size: 15px;
}

.dropdown-list .search-box .control:focus {
  border-color: #24bf02;
}

.dropdown-list .dropdown-container {
  padding: 20px;
  overflow-y: auto;
}

.dropdown-list .dropdown-container label {
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #9e9e9e;
  font-weight: 700;
  padding-bottom: 5px;
}

.dropdown-list .dropdown-container ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.dropdown-list .dropdown-container ul li {
  padding: 5px 0px;
}

.dropdown-list .dropdown-container ul li a:link,
.dropdown-list .dropdown-container ul li a:active,
.dropdown-list .dropdown-container ul li a:visited,
.dropdown-list .dropdown-container ul li a:focus {
  color: #333333;
  display: block;
}

.dropdown-list .dropdown-container ul li a:hover {
  color: #24bf02;
}

.dropdown-list .dropdown-container ul li .checkbox {
  margin: 0;
}

.dropdown-list .dropdown-container ul li .control-group label {
  color: #3a3a3a;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  width: 100%;
}

.dropdown-list .dropdown-container .btn {
  width: 100%;
  margin-top: 10px;
}

.table {
  width: 100%;
  overflow-x: auto !important;
}

.table table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.table table thead th {
  font-weight: 700;
  padding: 12px 10px;
  background: #f8f9fa;
  color: #3a3a3a;
}

.table table tbody td {
  padding: 10px;
  border-bottom: solid 1px #d3d3d3;
  color: #3a3a3a;
  vertical-align: top;
}

.table table tbody td.actions .icon {
  cursor: pointer;
  vertical-align: middle;
}

.table table tbody td.empty {
  text-align: center;
}

.table table tbody tr:last-child td {
  border-bottom: none;
}

.table .control-group {
  width: 100%;
  margin-bottom: 0;
  min-width: 140px;
}

.table .control-group .control {
  width: 100%;
  margin: 0;
}

.pagination .page-item {
  background: #ffffff;
  border: 2px solid #C7C7C7;
  border-radius: 3px;
  padding: 7px 14px;
  margin-right: 5px;
  font-size: 16px;
  display: inline-block;
  color: #8e8e8e;
  vertical-align: middle;
  text-decoration: none;
}

.pagination .page-item.previous, .pagination .page-item.next {
  padding: 6px 9px;
}

.pagination .page-item.active {
  background: #24bf02;
  color: #fff;
  border-color: #24bf02;
}

.pagination .page-item .icon {
  vertical-align: middle;
  margin-bottom: 3px;
}

.checkbox {
  position: relative;
  display: block;
}

.checkbox input {
  display: none;
}

.checkbox .checkbox-view {
  height: 24px;
  width: 24px;
  margin: 0;
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 5px;
}

.checkbox .checkbox-view:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  border-radius: 3px;
  background-color: #24bf02;
}

.checkbox input:checked + .checkbox-view:before {
  content: "\2713";
  font-size: 23px;
  color: #fff;
  text-align: center;
  line-height: 21px;
}

.checkbox input:disabled + .checkbox-view {
  opacity: 0.5;
  cursor: not-allowed;
}

.radio {
  position: relative;
  display: block;
  margin: 10px 5px 5px 0px;
}

.radio input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 100;
}

.radio .radio-view {
  background-image: url("../images/controls.svg");
  background-position: -21px 0px;
  height: 20px;
  width: 20px;
  margin: 0;
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 5px;
}

.radio input:checked + .radio-view {
  background-position: -21px -21px;
}

.radio input:disabled + .radio-view {
  opacity: 0.5;
  cursor: not-allowed;
}

.control-group {
  display: block;
  margin-bottom: 25px;
  font-size: 15px;
  color: #333333;
  width: 750px;
  max-width: 100%;
  position: relative;
}

.control-group label {
  display: block;
  color: #3a3a3a;
}

.control-group label.required::after {
  content: "*";
  color: #FC6868;
  font-weight: 700;
  display: inline-block;
}

.control-group textarea.control {
  height: 100px;
  padding: 10px;
}

.control-group .control {
  background: #fff;
  border: 2px solid #C7C7C7;
  border-radius: 3px;
  width: 70%;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0px 10px;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.control-group .control:focus {
  border-color: #24bf02;
}

.control-group .control[disabled="disabled"] {
  border-color: #d3d3d3;
  background-color: #d3d3d3;
  cursor: not-allowed;
}

.control-group .control[multiple] {
  height: 100px;
}

.control-group.date::after, .control-group.datetime::after {
  background-image: url("../images/Icon-Calendar.svg");
  width: 24px;
  height: 24px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: -34px;
  margin-top: 2px;
  pointer-events: none;
}

.control-group .control-info {
  display: block;
  font-size: 14px;
  color: #6F6F6F;
  font-style: italic;
}

.control-group .control-error {
  display: none;
  color: #ff5656;
  margin-top: 5px;
}

.control-group.has-error .control {
  border-color: #FC6868;
}

.control-group.has-error .control-error {
  display: block;
}

.control-group.price .currency-code {
  vertical-align: middle;
  display: inline-block;
}

.control-group {
  /* Rounded sliders */
}

.control-group .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.control-group .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.control-group .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8e8e8e;
  -webkit-transition: .2s;
  transition: .2s;
}

.control-group .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: .2s;
  transition: .2s;
}

.control-group input:checked + .slider {
  background-color: #24bf02;
}

.control-group input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #24bf02;
          box-shadow: 0 0 1px #24bf02;
}

.control-group input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

.control-group .slider.round {
  border-radius: 34px;
}

.control-group .slider.round:before {
  border-radius: 50%;
}

.button-group {
  margin-top: 20px;
  margin-bottom: 20px;
}

.alert-wrapper {
  width: 300px;
  top: 10px;
  right: 10px;
  position: fixed;
  z-index: 100;
  text-align: left;
}

.alert-wrapper .alert {
  width: 300px;
  padding: 15px;
  border-radius: 3px;
  display: inline-block;
  -webkit-box-shadow: 0px 4px 15.36px 0.64px rgba(0, 0, 0, 0.1), 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 15.36px 0.64px rgba(0, 0, 0, 0.1), 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  -webkit-animation: jelly 0.5s ease-in-out;
          animation: jelly 0.5s ease-in-out;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  z-index: 500;
  margin-bottom: 10px;
}

.alert-wrapper .alert.alert-error {
  background: #FC6868;
}

.alert-wrapper .alert.alert-info {
  background: #204d74;
}

.alert-wrapper .alert.alert-success {
  background: #4CAF50;
}

.alert-wrapper .alert.alert-warning {
  background: #FFC107;
}

.alert-wrapper .alert .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.alert-wrapper .alert p {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
}

.tabs ul {
  border-bottom: solid 1px #e8e8e8;
}

.tabs ul li {
  display: inline-block;
}

.tabs ul li a {
  padding: 15px 20px;
  cursor: pointer;
  margin: 0px 2px;
  text-align: center;
  color: #000311;
  display: block;
}

.tabs ul li.active a {
  border-bottom: 3px solid #24bf02;
}

.accordian, accordian {
  display: inline-block;
  width: 100%;
}

.accordian .accordian-header, .accordian div[slot*="header"], accordian .accordian-header, accordian div[slot*="header"] {
  width: 100%;
  display: inline-block;
  font-size: 18px;
  color: #3a3a3a;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
  padding: 20px 15px;
  cursor: pointer;
  margin-top: -1px;
}

.accordian .accordian-header .expand-icon, .accordian div[slot*="header"] .expand-icon, accordian .accordian-header .expand-icon, accordian div[slot*="header"] .expand-icon {
  background-image: url("../images/Expand-Light.svg");
  margin-right: 10px;
  margin-top: 3px;
}

.accordian .accordian-header h1, .accordian div[slot*="header"] h1, accordian .accordian-header h1, accordian div[slot*="header"] h1 {
  margin: 0;
  font-size: 20px;
  display: inline-block;
}

.accordian .accordian-header .icon, .accordian div[slot*="header"] .icon, accordian .accordian-header .icon, accordian div[slot*="header"] .icon {
  float: right;
}

.accordian .accordian-header .icon.left, .accordian div[slot*="header"] .icon.left, accordian .accordian-header .icon.left, accordian div[slot*="header"] .icon.left {
  float: left;
}

.accordian .accordian-content, .accordian div[slot*="body"], accordian .accordian-content, accordian div[slot*="body"] {
  width: 100%;
  padding: 20px 15px;
  display: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.accordian.active > .accordian-content, accordian.active > .accordian-content {
  display: inline-block;
}

.accordian.active > .accordian-header .expand-icon, accordian.active > .accordian-header .expand-icon {
  background-image: url("../images/Expand-Light-On.svg");
}

.tree-container .tree-item {
  padding-left: 30px;
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}

.tree-container .tree-item > .tree-item {
  display: none;
}

.tree-container .tree-item.active > .tree-item {
  display: inline-block;
}

.tree-container .tree-item .checkbox {
  margin: 0;
  display: inline-block;
}

.tree-container .tree-item .radio {
  margin: 0;
  display: inline-block;
}

.tree-container .tree-item .expand-icon {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  background-image: url("../images/Expand-Light.svg");
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.tree-container .tree-item .folder-icon {
  vertical-align: middle;
  margin-right: 10px;
}

.tree-container .tree-item.active > .expand-icon {
  background-image: url("../images/Expand-Light-On.svg");
}

.tree-container > .tree-item {
  padding-left: 0;
}

.panel {
  -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background: #fff;
}

.panel .panel-content {
  padding: 20px;
}

modal {
  display: none;
}

.modal-open {
  overflow: hidden;
}

.modal-overlay {
  display: none;
  overflow-y: auto;
  z-index: 10;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: fixed;
  background: #000;
  opacity: 0.7;
}

.modal-open .modal-overlay {
  display: block;
}

.modal-container {
  background: #ffffff;
  top: 100px;
  width: 600px;
  max-width: 80%;
  left: 50%;
  margin-left: -300px;
  position: fixed;
  z-index: 11;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.03), 0px 20px 45px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.03), 0px 20px 45px 5px rgba(0, 0, 0, 0.2);
  -webkit-animation: fade-in-white 0.3s ease-in-out;
          animation: fade-in-white 0.3s ease-in-out;
  -webkit-animation: jelly 0.5s ease-in-out;
          animation: jelly 0.5s ease-in-out;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 80%;
}

.modal-container .modal-header {
  padding: 20px;
}

.modal-container .modal-header h3 {
  display: inline-block;
  font-size: 20px;
  color: #3a3a3a;
  margin: 0;
}

.modal-container .modal-header .icon {
  float: right;
  cursor: pointer;
}

.modal-container .modal-body {
  padding: 20px;
}

.modal-container .modal-body .control-group .control {
  width: 100%;
}

@media only screen and (max-width: 770px) {
  .modal-container {
    max-width: 80%;
    left: 10%;
    margin-left: 0px;
  }
}

.label {
  background: #E7E7E7;
  border-radius: 2px;
  padding: 8px;
  color: #000311;
  display: inline-block;
}

.label.label-sm {
  padding: 5px;
}

.label.label-md {
  padding: 8px;
}

.label.label-lg {
  padding: 11px;
}

.label.label-xl {
  padding: 14px;
}

.badge {
  border-radius: 50px;
  color: white;
  padding: 8px;
  white-space: nowrap;
}

.badge.badge-sm {
  padding: 5px;
}

.badge.badge-md {
  padding: 3px 10px;
}

.badge.badge-lg {
  padding: 11px;
}

.badge.badge-xl {
  padding: 14px;
}

.badge.badge-success {
  background-color: #4CAF50;
}

.badge.badge-info {
  background-color: #24bf02;
}

.badge.badge-danger {
  background-color: #FC6868;
}

.badge.badge-warning {
  background-color: #FFC107;
}

.image-wrapper {
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.image-wrapper .image-item {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  background: #F8F9FA;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  background-image: url("../images/placeholder-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

.image-wrapper .image-item img.preview {
  width: 100%;
  height: 100%;
}

.image-wrapper .image-item input {
  display: none;
}

.image-wrapper .image-item .remove-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0.24)));
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.24) 100%);
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-right: 20px;
  cursor: pointer;
}

.image-wrapper .image-item:hover .remove-image {
  display: block;
}

.image-wrapper .image-item.has-image {
  background-image: none;
}

.vue-swatches__trigger {
  border: 1px solid #d3d3d3;
}

.helper-container {
  display: block;
}

.helper-container .group code {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.nl-view p {
  margin-bottom: 30px;
}

.nl-view p span {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  color: #c0c0c0;
}

.btn-info {
  background: #1a73e8;
}

.btn-link {
  font-weight: 400;
  color: #24bf02;
  border-radius: 0;
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}

.align-right {
  text-align: right !important;
}

.notification-header h1 {
  font-size: 45px;
  text-align: center;
  font-weight: 900;
  font-family: "Ronde-B-Square";
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.notification-content {
  display: block;
}

.notification-content .noti-title {
  font-size: 28px;
  font-weight: 700;
  font-family: "Ronde-B-Square";
  line-height: 1.5;
}

.notification-content .noti-content {
  font-size: 25px;
  font-weight: 500;
  font-family: "Ronde-B-Square";
  line-height: 1.2;
}

/*==Responsive Css Start==*/
@media screen and (max-width: 767px) {
  .button-group {
    text-align: right;
  }
}

.margin-top-50 {
  margin-top: 50px !important;
}

#categoryAcBody input {
  -webkit-appearance: checkbox !important;
     -moz-appearance: checkbox !important;
          appearance: checkbox !important;
}

.pre-content-custom {
  width: 100%;
  display: inline-block;
  background-image: url(/images/subscriber_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.pre-content-custom .footer-small {
  padding: 0px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pre-content-custom .footer {
  background-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pre-content-custom .footer .left-part {
  width: auto;
}

@media (min-width: 976px) {
  .pre-content-custom .footer .left-part {
    margin-right: 100px;
  }
}

.pre-content-custom .footer .right-part {
  width: auto;
}

.subscriber-desc {
  font-family: 'Ronde-B-Square';
  font-size: 27px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0px;
}

.right-part {
  padding: 0 0 0 20px;
}

.right-part .control-group {
  margin: 0px;
  width: auto;
}

.right-part .control-group .control {
  width: 260px;
  margin: 0px;
}

.right-part .control-group button {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #24bf02;
  height: 36px;
  padding: 0 16px;
  line-height: 36px;
  margin: 0 0 0 -5px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.cus-footer {
  background-color: #F2F2F2;
  margin-top: -5px;
}

@media all and (max-width: 960px) {
  .pre-content-custom {
    padding: 40px 15px;
  }
  .pre-content-custom .footer {
    display: block;
    text-align: center;
    padding: 0px;
  }
  .pre-content-custom .footer-small {
    display: block;
    text-align: center;
    padding: 0px;
  }
  .left-part {
    width: 100%;
    padding: 0px;
    margin: 0 0 20px;
  }
  .right-part {
    width: 90%;
    margin: 0 auto;
    padding: 0px;
  }
  .right-part .control-group .control {
    width: 50%;
    font-size: 12px;
  }
  .right-part .control-group button {
    width: 25%;
    font-size: 12px;
    padding: 0px;
  }
  .subscriber-desc {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .left-part {
    margin: 0 0 14px;
  }
  .subscriber-desc {
    font-size: 18px;
  }
  .right-part {
    width: 100%;
  }
  .right-part .control-group .control {
    width: 65%;
  }
  .right-part .control-group button {
    width: 35%;
  }
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  padding-top: 150px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: #000000a8;
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 450px;
  height: 200px;
  -webkit-animation: jelly 0.5s ease-in-out;
          animation: jelly 0.5s ease-in-out;
  border-radius: 5px;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.03), 0px 20px 45px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.03), 0px 20px 45px 5px rgba(0, 0, 0, 0.2);
}

.modal-content .modal-header {
  display: block;
  height: 20%;
}

.modal-content .modal-body {
  display: block;
  height: 40%;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}

.modal-content .modal-footer {
  text-align: center;
  display: block;
  height: 20%;
}

.modal-content .modal-footer .custom-btn {
  color: #fff;
  font-size: 15px;
  margin: 0px 7px 0px 7px;
  width: 150px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
