body {
  min-height: 100vh;
  overflow-x: hidden;
  min-height: 75rem;
  padding-top: 0.5rem;
  font-family: quicksand, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0px;
  color: #32424F;
  display: block !important;
}

.link {
  color: #de2c67;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.animate-on {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  visibility: hidden;
}

.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

.fadeHide {
  visibility: hidden;
}

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
header {
  font-family: quicksand, sans-serif;
}
header .banner-bg {
  background-image: url("../images/banner.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding: 0 !important;
  width: 100%;
  height: 280px;
  color: #FFFFFF;
  display: block;
}
@media screen and (max-width: 1600px) {
  header .banner-bg {
    background-image: url("../images/banner_responsive.svg");
  }
}
header .banner-bg-index {
  background-image: url("../images/index-header-bg-2.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding: 0 !important;
  width: 100%;
  height: 280px;
  color: #FFFFFF;
  display: block;
}
@media screen and (max-width: 1600px) {
  header .banner-bg-index {
    background-image: url("../images/index-header-bg-2.svg");
  }
}
header .inactiveLink {
  pointer-events: none;
  cursor: default;
}
header .soon-badge {
  margin-right: 10px;
  width: 30px;
}
header .top-nav {
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  box-shadow: 0 6px 3px -6px rgb(161, 160, 160);
}
@media screen and (max-width: 480px) {
  header .top-nav {
    height: 150px;
  }
}
header .top-nav .nav {
  float: right;
}
header .top-nav .bg-white {
  padding: 2px;
  background-color: #FFFFFF !important;
}
header .top-nav .main-li {
  padding: 0px 15px;
  margin: 20px 0px 12px;
}
header .top-nav .main-li .active {
  background-color: #FFFFFF;
  border-bottom: 5px solid #EB1562;
  padding-bottom: 16px;
}
header .top-nav .main-li a:hover {
  background-color: #FFFFFF;
  border-bottom: 5px solid #EB1562;
  padding-bottom: 10px;
}
header .top-nav .main-li .dropdown-menu {
  padding: 0px;
}
header .top-nav .main-li .dropdown-toggle::after {
  display: none;
}
header .top-nav .main-li .dropdown-menu.show {
  padding: 0px;
}
header .top-nav .main-menu {
  text-decoration: none;
  color: #32424F;
  font-size: 16px;
  font-weight: 800;
}
header .top-nav .child-menu a {
  width: 220px;
  display: inline-block;
  position: relative;
  color: #32424F;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  border-bottom: 1px solid #DCDDE0;
}
header .top-nav .child-menu a:hover {
  width: 100%;
  display: block;
  background-color: #EDEEEF;
  border-bottom: 1px solid #DCDDE0;
}
header .logo-wrapper {
  width: 100%;
  height: 50px;
  background-color: #FFFFFF;
  box-shadow: 0 6px 3px -6px rgb(161, 160, 160);
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 761px) {
  header .logo-wrapper .container {
    padding-left: 40px;
  }
}
header h1 {
  padding-top: 50px;
  font-size: 60px;
  line-height: 60px;
}
@media screen and (max-width: 761px) {
  header h1 {
    margin-left: 20px;
  }
}
header h2 {
  padding-top: 20px;
  font-size: 15px;
  line-height: 18px;
}
@media screen and (max-width: 761px) {
  header h2 {
    margin-left: 20px;
  }
}

Footer span {
  font-size: 12px;
}

.landing h1 {
  font-size: 30px;
  font-family: quicksand, sans-serif;
  font-weight: 600;
}
.landing span {
  font-size: 14px;
}
.landing .col-lg-4 {
  padding: 50px 0px;
}
.landing .image-section {
  text-align: center;
}
.landing .section {
  padding: 50px 40px;
}
.landing .btn-primary {
  background-color: #de2c67;
  border-radius: 8px;
  border: none;
  padding: 10px 40px;
}
.landing .btn-primary:hover {
  background-color: #EB1562;
}
.landing .btn.disabled {
  background-color: #de2c67;
}

.pzl-content {
  margin-top: 20px;
  color: #32424F;
}
.pzl-content h1 {
  color: #EB1562;
  font-size: 40px;
  font-family: quicksand, sans-serif;
  font-weight: 600;
}
.pzl-content h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
}
.pzl-content h3 {
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
}
.pzl-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.center {
  margin: auto;
}

.colours .colour-wrapper {
  font-family: "Open Sans", sans-serif;
  width: auto;
  height: 140px;
  border-radius: 6px;
  padding: 10px 20px;
  margin: 10px 0px;
  border: 1px #32424F solid;
}
.colours .color-name {
  width: 100%;
  font-size: 18px;
}
.colours .color-desc {
  float: left;
  width: 70%;
  text-align: left;
  margin-top: 35px;
  line-height: 20px;
}
.colours .rgb-name {
  float: right;
  width: 30%;
  text-align: right;
  margin-top: 15px;
  line-height: 20px;
}
.colours .copy {
  float: right;
  display: block;
}
.colours .copy button {
  background-color: #32424F;
  color: #FFFFFF;
  border-style: hidden;
}
.colours .copy button:hover {
  filter: brightness(0.85);
}
.colours .text-color-inverted {
  color: #FFFFFF;
}
.colours .obsidian {
  background-color: #32424F;
}
.colours .gravel {
  background-color: #515665;
}
.colours .ruby {
  background-color: #EB1562;
}
.colours .crimson {
  background-color: #de2c67;
}
.colours .electrified {
  background-color: #5872F0;
}
.colours .electrified50 {
  background-color: #ABB8F7;
}
.colours .carnelian {
  background-color: #AB0034;
}
.colours .ruby50 {
  background-color: #EE95B2;
}
.colours .ruby15 {
  background-color: #FCDCE7;
}
.colours .gravel60 {
  background-color: #9699A2;
}
.colours .gravel40 {
  background-color: #B9BBC1;
}
.colours .gravel20 {
  background-color: #DCDDE0;
}
.colours .gravel10 {
  background-color: #EDEEEF;
}
.colours .gravel5 {
  background-color: #F6F6F7;
}
.colours .snow {
  background-color: #FFFFFF;
}

.alert .cs-wrapper {
  margin: 0px;
}
.alert .alert-box {
  width: 520px;
  background-color: #D6E6CE;
  color: #257300;
  border-radius: 4px;
  padding: 15px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.alert .alert-box-red {
  width: 520px;
  background-color: #FEEAEA;
  color: #A60000;
  border-radius: 4px;
  padding: 15px 10px;
}
.alert .close {
  position: relative;
  top: -5px;
  float: right !important;
  font-size: 18px;
  float: left;
}

.foundation-wrapper {
  width: 240px !important;
  height: 240px !important;
  border-radius: 10px;
  border: 1px solid #B9BBC1;
  padding: 20px;
  float: left;
  margin: 10px;
}
.foundation-wrapper h2 {
  margin-top: 0px;
}
.foundation-wrapper .icon {
  color: #de2c67;
  font-size: 30px !important;
}
.foundation-wrapper .click {
  color: #AB0034;
  font-size: 20px !important;
  position: relative;
  top: 4px;
}

.form-elements .single-selection-dropdown .dropdown-toggle::after {
  display: none;
}
.form-elements .single-selection-dropdown .show {
  padding: 0px;
  border: 0;
  width: auto;
}
.form-elements .single-selection-dropdown .dropdown-menu {
  border-top: 2px solid #EB1562;
  border-radius: 0;
  background: #EDEEEF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.form-elements .single-selection-dropdown .dropdown-menu:focus {
  background-color: red;
}
.form-elements .single-selection-dropdown .menu-icon {
  float: left;
  margin-top: 5px;
}
.form-elements .single-selection-dropdown .default-dropdown {
  width: 100%;
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 100;
  color: #32424F;
  cursor: pointer;
  transition: 0.3s;
  background-color: #F6F6F7;
  height: 36px;
  display: inline-block;
  padding: 8px 10px;
}
.form-elements .single-selection-dropdown .focus {
  border: 2px solid #5872F0;
}
.form-elements .single-selection-dropdown .hover {
  border-bottom: 2px solid #EB1562;
}
.form-elements .single-selection-dropdown .active {
  color: #de2c67;
}
.form-elements .single-selection-dropdown .list-group {
  width: 100%;
}
.form-elements .single-selection-dropdown .list-group-item {
  background-color: #ffffff;
  color: #32424F;
  height: 36px;
  border: 0;
}
.form-elements .single-selection-dropdown a {
  color: #32424F;
  padding: 5px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
.form-elements .single-selection-dropdown a:hover {
  background-color: #DCDDE0;
}
.form-elements .single-selection-dropdown .sort-icon {
  float: right;
  position: relative;
  top: 2px;
}
.form-elements .basic-input-field {
  background-color: #F6F6F7;
}
.form-elements label {
  font-family: quicksand, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #32424F;
  margin-bottom: 8px;
}
.form-elements .form-group {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 15px;
}
.form-elements .form-group label {
  transition: all 0.3s ease;
  display: inline-block;
}
.form-elements .form-group .focus {
  border: 2px solid #5872F0;
}
.form-elements .form-group input, .form-elements .form-group select, .form-elements .form-group textarea {
  font-size: 14px;
  transition: all 0.3s ease;
  background-color: #F6F6F7;
  border-radius: 2px;
  border: none;
  display: block;
  padding: 8px 14px;
  width: 100%;
  font-size: 14px;
}
.form-elements .form-group input:focus, .form-elements .form-group select:focus, .form-elements .form-group textarea:focus {
  outline: none;
  border-bottom: 2px solid #EB1562;
}
.form-elements .form-group input:focus + label, .form-elements .form-group select:focus + label, .form-elements .form-group textarea:focus + label {
  color: #EB1562;
}
.form-elements .multi-selection-dropdown .dropdown-toggle::after {
  display: none;
}
.form-elements .multi-selection-dropdown .show {
  padding: 0px;
  border: 0;
  width: 400px;
}
.form-elements .multi-selection-dropdown .dropdown-menu {
  border-top: 2px solid #EB1562;
  border-radius: 0;
  background: #EDEEEF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.form-elements .multi-selection-dropdown .dropdown-menu:focus {
  background-color: red;
}
.form-elements .multi-selection-dropdown .menu-icon {
  float: left;
  margin-top: 5px;
}
.form-elements .multi-selection-dropdown .default-dropdown {
  width: 100%;
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 100;
  color: #32424F;
  cursor: pointer;
  transition: 0.3s;
  background-color: #F6F6F7;
  height: 36px;
  display: inline-block;
  padding: 8px 10px;
}
.form-elements .multi-selection-dropdown .focus {
  border: 2px solid #5872F0;
}
.form-elements .multi-selection-dropdown .hover {
  border-bottom: 2px solid #EB1562;
}
.form-elements .multi-selection-dropdown .active {
  color: #de2c67;
}
.form-elements .multi-selection-dropdown .list-group {
  width: 100%;
}
.form-elements .multi-selection-dropdown .list-group-item {
  background-color: #ffffff;
  color: #32424F;
  height: 36px;
  border: 0;
}
.form-elements .multi-selection-dropdown a {
  color: #32424F;
  padding: 5px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
.form-elements .multi-selection-dropdown a:hover {
  background-color: #DCDDE0;
}
.form-elements .multi-selection-dropdown .sort-icon {
  float: right;
  position: relative;
  top: 2px;
}
.form-elements .tags {
  width: 100%;
  height: 26px;
  background-color: #DCDDE0;
  padding: 2px 8px 2px 13px;
  border-radius: 16px;
}
.form-elements .count {
  width: 25px;
  height: 22px;
  background-color: #4e64ca;
  color: #FFFFFF;
  text-align: center;
  border-radius: 4px;
  float: right;
  position: relative;
  right: 15px;
  top: -1px;
}
.form-elements .search {
  float: left;
  position: relative;
  top: 3px;
  left: -3px;
}
.form-elements .color-picker-dropdown .dropdown-toggle::after {
  display: none;
}
.form-elements .color-picker-dropdown .show {
  padding: 0px;
  border: 0;
  width: 180px;
}
.form-elements .color-picker-dropdown .dropdown-menu {
  width: 195px;
  border-top: 2px solid #EB1562;
  border-radius: 0;
  background: #EDEEEF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.form-elements .color-picker-dropdown .dropdown-menu:focus {
  background-color: red;
}
.form-elements .color-picker-dropdown .menu-icon {
  float: left;
  margin-top: 5px;
}
.form-elements .color-picker-dropdown .default-dropdown {
  width: 100%;
  font-family: Quicksand;
  font-size: 14px;
  font-weight: 100;
  color: #32424F;
  cursor: pointer;
  transition: 0.3s;
  background-color: #F6F6F7;
  height: 36px;
  display: inline-block;
  padding: 8px 10px;
}
.form-elements .color-picker-dropdown .focus {
  border: 2px solid #5872F0;
}
.form-elements .color-picker-dropdown .hover {
  border-bottom: 2px solid #EB1562;
}
.form-elements .color-picker-dropdown .active {
  color: #de2c67;
}
.form-elements .color-picker-dropdown .list-group {
  width: 100%;
}
.form-elements .color-picker-dropdown .list-group-item {
  background-color: #ffffff;
  color: #32424F;
  height: 36px;
  border: 0;
}
.form-elements .color-picker-dropdown a {
  color: #32424F;
  padding: 5px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
.form-elements .color-picker-dropdown a:hover {
  background-color: #DCDDE0;
}
.form-elements .color-picker-dropdown .sort-icon {
  float: right;
  position: relative;
  top: 2px;
  right: -15px;
}
.form-elements .color-picker-dropdown .color-picked {
  float: right;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #32424F;
  position: relative;
  right: 20px;
  top: 2px;
}
.form-elements .color-picker-dropdown .ruby {
  background-color: #EB1562;
}

.visualisation .palette {
  float: left;
  width: 88px;
  height: 100px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 79px 0px 0px 5px;
}
.visualisation .row-palette {
  float: left;
  width: 30%;
  margin-top: 20px;
}
.visualisation .m-d.expand-list {
  margin: 0;
  padding: 0;
}
.visualisation .m-d.expand-list > li {
  list-style-type: none;
  font-family: quicksand, sans-serif;
  padding: 5px 0;
  position: relative;
  background-color: #EB1562;
  color: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 20px;
}
.visualisation .m-d label[class^=tab]:hover {
  cursor: pointer;
}
.visualisation .m-d input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.visualisation .m-d input[class^=tab] {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.visualisation .m-d input[class^=tab]:hover {
  cursor: pointer;
}
.visualisation .m-d label[class^=tab] {
  padding: 10px 25px;
  font-size: 24px;
  left: 18px;
  position: relative;
}
.visualisation .m-d .content {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition: all 180ms ease-in-out 0ms;
  background-color: #FFFFFF;
  color: #32424F;
}
.visualisation .m-d li[data-md-content=""] input[class^=tab]:checked ~ .content {
  max-height: 1840px;
  transition: all 250ms ease-in-out 0ms;
  padding: 20px 0px;
}
.visualisation .m-d input[class^=tab]:checked ~ .content {
  margin-bottom: 20px;
}
.visualisation .m-d .open-close-icon {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 20px;
  transform: translatey(2px);
}
.visualisation .m-d .open-close-icon i {
  position: absolute;
  left: 0;
}
.visualisation .m-d .open-close-icon .fa-minus {
  transform: rotate(-90deg);
  transition: transform 150ms ease-in-out 0ms;
}
.visualisation .m-d input[class^=tab]:checked ~ .open-close-icon .fa-minus {
  transform: rotate(0deg);
  transition: transform 150ms ease-in-out 0ms;
}
.visualisation .m-d .open-close-icon .fa-plus {
  opacity: 1;
  transform: rotate(-90deg);
  transition: opacity 50ms linear 0ms, transform 150ms ease-in-out 0ms;
}
.visualisation .m-d input[class^=tab]:checked ~ .open-close-icon .fa-plus {
  opacity: 0;
  transform: rotate(0deg);
  transition: opacity 50ms linear 0ms, transform 150ms ease-in-out 0ms;
}
.visualisation * {
  line-height: 1.4;
  font-family: quicksand, sans-serif;
  font-weight: 600;
}

.tables-elements .table-icon {
  color: #32424F;
  float: right;
}
.tables-elements .table-icon i {
  padding: 0px 5px;
}
.tables-elements .menu-list tbody tr:hover td {
  background: #dcdde0;
}
.tables-elements .container {
  background-color: #F6F6F7;
  padding: 20px;
}
.tables-elements .menu-list {
  width: 350px;
  background-color: #FFFFFF;
  border-radius: 12px;
}
.tables-elements .menu-list tr {
  padding: 10px;
  border-bottom: 1px solid #DCDDE0;
}
.tables-elements .menu-list tr:first-child {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.tables-elements .menu-list tr:last-child {
  border-bottom: 0px solid #DCDDE0;
}
.tables-elements .menu-list td {
  padding: 10px !important;
}
.tables-elements .menu-list-expanded {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 12px;
}
.tables-elements .menu-list-expanded tr {
  padding: 10px;
  border-top: 1px solid #DCDDE0;
}
.tables-elements .menu-list-expanded tr:first-child {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-top: 0px solid #DCDDE0;
}
.tables-elements .menu-list-expanded td {
  padding: 10px !important;
}
.tables-elements .menu-item {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 12px;
}
.tables-elements .menu-item tr {
  padding: 10px;
  border-top: 1px solid #DCDDE0;
}
.tables-elements .menu-item tr:first-child {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-top: 0px solid #DCDDE0;
}
.tables-elements .menu-item td {
  padding: 10px !important;
}
.tables-elements .main-item {
  color: #4e64ca;
}
.tables-elements .active {
  background: #fcdce7;
  border: 1px solid #EB1562;
  color: #EB1562;
  padding: 10px;
}
.tables-elements .hover {
  background: #dcdde0;
  padding: 10px;
}
.tables-elements .default {
  background: #FFFFFF;
  border: 1px solid #DCDDE0;
  padding: 10px;
}
.tables-elements .focus {
  background: #FFFFFF;
  border: 1px solid #5872F0 !important;
  padding: 10px;
}
.tables-elements tr.highlight {
  background: #fcdce7;
  border: 1px solid #EB1562;
  padding: 10px;
  border-top-right-radius: 6px !important;
  border-top-left-radius: 6px !important;
}

.buttons .selector-buttons .default-selector {
  background-color: #B9BBC1;
  height: 40px;
  color: #32424F;
  padding: 7px 30px 0px 30px;
  text-align: center;
  border-radius: 25px;
  width: auto;
  display: inline-block;
  font-family: quicksand, sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.buttons .selector-buttons .focus {
  box-shadow: 0 0 0 2px #f9f9d1, 0 0 0 4px #4e64ca, 0 0 4px 8px #f9f9d1;
  border: 2px transparent solid;
}
.buttons .selector-buttons .hover {
  background-color: #de2c67;
  color: #FFFFFF;
}
.buttons .selector-buttons .active {
  background-color: #515665;
  color: #FFFFFF;
}
.buttons .selector-buttons .disabled {
  opacity: 0.5;
}
.buttons .primary-buttons .default-primary-btn {
  background-color: #de2c67;
  height: 32px;
  color: #FFFFFF;
  padding: 4px 20px 0px 20px;
  text-align: center;
  border-radius: 6px;
  width: auto;
  display: inline-block;
  font-family: quicksand, sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.buttons .primary-buttons .focus {
  box-shadow: 0 0 0 2px #f9f9d1, 0 0 0 4px #4e64ca, 0 0 4px 8px #f9f9d1;
  border: 2px transparent solid;
}
.buttons .primary-buttons .hover {
  background-color: #AB0034;
  color: #FFFFFF;
}
.buttons .primary-buttons .active {
  background-color: #de2c67;
  color: #FFFFFF;
}
.buttons .primary-buttons .disabled {
  opacity: 0.5;
}
.buttons .secondary-buttons .default-secondary-btn {
  background-color: #515665;
  height: 32px;
  color: #FFFFFF;
  padding: 4px 20px 0px 20px;
  text-align: center;
  border-radius: 6px;
  width: auto;
  display: inline-block;
  font-family: quicksand, sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.buttons .secondary-buttons .focus {
  box-shadow: 0 0 0 2px #f9f9d1, 0 0 0 4px #4e64ca, 0 0 4px 8px #f9f9d1;
  border: 2px transparent solid;
}
.buttons .secondary-buttons .hover {
  background-color: #32424F;
  color: #FFFFFF;
}
.buttons .secondary-buttons .active {
  background-color: #de2c67;
  color: #FFFFFF;
}
.buttons .secondary-buttons .disabled {
  opacity: 0.3;
}
.buttons .functional-buttons .default-functional-btn {
  background-color: #32424F;
  width: 50px;
  height: 55px;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  padding-top: 10px;
}
.buttons .functional-buttons .focus {
  box-shadow: 0 0 0 2px #f9f9d1, 0 0 0 4px #4e64ca, 0 0 4px 8px #f9f9d1;
  border: 2px transparent solid;
}
.buttons .functional-buttons .hover {
  background-color: #5872F0;
  color: #FFFFFF;
}
.buttons .functional-buttons .active {
  background-color: #de2c67;
  color: #FFFFFF;
}
.buttons .functional-buttons .disabled {
  opacity: 0.3;
}

.menu-buttons .primary-buttons span {
  left: -20px;
  position: relative;
}
.menu-buttons .primary-buttons .menu-icon {
  float: left;
  margin-top: 4px;
}
.menu-buttons .primary-buttons .default-primary-btn {
  margin: 0 16px 8px;
  font-family: Quicksand;
  font-size: 17px;
  font-weight: 100;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.3s;
  width: 180px;
  background-color: #32424F;
  height: 52px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  padding: 13px 20px;
}
.menu-buttons .primary-buttons .focus {
  box-shadow: 0 0 0 2px #f9f9d1, 0 0 0 4px #4e64ca, 0 0 4px 8px #f9f9d1;
  border: 2px transparent solid;
}
.menu-buttons .primary-buttons .hover {
  background-color: #515665;
  color: #FFFFFF;
}
.menu-buttons .primary-buttons .active {
  background-color: #de2c67;
  color: #FFFFFF;
}
.menu-buttons .primary-buttons .disabled {
  opacity: 0.5;
}
.menu-buttons .submenu-buttons .default-primary-btn {
  font-family: Quicksand;
  font-size: 17px;
  font-weight: 100;
  color: #32424F;
  cursor: pointer;
  transition: 0.3s;
  width: 180px;
  background-color: #FFFFFF;
  height: 36px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  padding: 4px 18px;
}
.menu-buttons .submenu-buttons .focus {
  box-shadow: 0 0 0 2px #f9f9d1, 0 0 0 4px #4e64ca, 0 0 4px 8px #f9f9d1;
  border: 2px transparent solid;
}
.menu-buttons .submenu-buttons .hover {
  background-color: #DCDDE0;
  color: #32424F;
}
.menu-buttons .submenu-buttons .active {
  background-color: #de2c67;
  color: #FFFFFF;
}
.menu-buttons .expandable-menu .dropdown-toggle::after {
  display: none;
}
.menu-buttons .expandable-menu .show {
  padding: 0px;
  border: 0;
  width: 180px;
}
.menu-buttons .expandable-menu .menu-icon {
  float: left;
  margin-top: 5px;
}
.menu-buttons .expandable-menu .default-primary-btn {
  font-family: Quicksand;
  font-size: 17px;
  font-weight: 100;
  color: #32424F;
  cursor: pointer;
  transition: 0.3s;
  width: 180px;
  background-color: #FFFFFF;
  height: 36px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  padding: 4px 18px;
}
.menu-buttons .expandable-menu .default-primary-btn:hover {
  background-color: #DCDDE0;
}
.menu-buttons .expandable-menu .focus {
  box-shadow: 0 0 0 2px #f9f9d1, 0 0 0 4px #4e64ca, 0 0 4px 8px #f9f9d1;
  border: 2px transparent solid;
}
.menu-buttons .expandable-menu .hover {
  background-color: #DCDDE0;
  color: #32424F;
}
.menu-buttons .expandable-menu .active {
  background-color: #de2c67;
  color: #FFFFFF;
}
.menu-buttons .expandable-menu .active:hover {
  background-color: #de2c67;
}
.menu-buttons .expandable-menu .list-group {
  width: 180px;
}
.menu-buttons .expandable-menu .list-group-item-primary {
  background-color: #FCDCE7;
  color: #32424F;
  height: 36px;
  padding: 5px 15px;
  border: 0;
}
.menu-buttons .expandable-menu .list-group-item-secondary {
  background-color: #EE95B2;
  color: #32424F;
  height: 36px;
  padding: 5px 15px;
  border: 0;
}
.menu-buttons .quicklinks-buttons .default-functional-btn {
  background-color: #515665;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  padding-top: 10px;
}
.menu-buttons .quicklinks-buttons .focus {
  box-shadow: 0 0 0 2px #f9f9d1, 0 0 0 4px #4e64ca, 0 0 4px 8px #f9f9d1;
  border: 2px transparent solid;
}
.menu-buttons .quicklinks-buttons .hover {
  background-color: #9699A2;
  color: #FFFFFF;
}
.menu-buttons .quicklinks-buttons .active {
  background-color: #de2c67;
  color: #FFFFFF;
}
.menu-buttons .quicklinks-buttons .disabled {
  opacity: 0.3;
}

.radio .pzl-radio {
  height: 16px;
  width: 16px;
}

.widget .widget-wrapper {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  height: 120px;
  padding: 20px 5px 10px 20px;
  margin: 10px 0px;
  overflow: hidden;
}
.widget .content-icon {
  width: 60px;
  display: inline-block;
  position: relative;
  top: -20px;
}
.widget .content {
  width: 79%;
  display: inline-block;
  padding-left: 10px;
}
.widget .content p {
  font-size: 12px !important;
}
.widget button {
  float: right;
  padding: 10px;
  border: none;
  background-color: transparent;
}
.widget .btn-wrapper {
  position: relative;
  top: -35px;
  right: -20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .widget .content {
    width: 79%;
  }
}
@media screen and (min-width: 320px) and (max-width: 991px) {
  .widget .content {
    width: 75%;
  }
  .widget .content p {
    font-size: 11px !important;
  }
  .widget .content-icon {
    width: 60px;
    top: -20px;
  }
}
.widget .bg1 {
  background: url(/images/bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.widget .bg2 {
  background: url(/images/bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.widget .bg3 {
  background: url(/images/bg3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.widget .bg4 {
  background: url(/images/bg4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.widget .bg5 {
  background: url(/images/bg5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.widget .bg6 {
  background: url(/images/bg6.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.copy {
  background: none;
  float: right;
}

.cs-wrapper {
  max-width: 180px;
  background-color: #32424F;
  margin: 40px 0px 20px 0px;
  display: block;
  border-radius: 6px;
}
.cs-wrapper button {
  float: right;
  background: none;
  color: #ffffff;
  border-style: hidden;
}
.cs-wrapper button:hover {
  filter: brightness(0.75);
}
.cs-wrapper code {
  overflow: auto;
  display: inline-block;
  width: auto;
  height: 150px;
  font-size: 10px;
}
.cs-wrapper pre {
  margin-top: -15px;
  white-space: pre-line;
  padding: 7px;
  color: #FFFFFF;
  width: 100%;
}
.cs-wrapper span {
  color: #DAC57B;
  left: 0px !important;
}
.cs-wrapper .header {
  background-color: #515665;
  height: 40px;
  border-radius: 6px 6px 0px 0px;
  color: #FFFFFF;
  padding: 7px 8px;
}
.cs-wrapper i {
  font-size: 14px;
}
.cs-wrapper h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline;
  color: #FFFFFF;
}

.typography h1 {
  font-size: 48px;
  color: #EB1562;
}
.typography h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 43px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #EB1562;
}

@media all and (min-width: 420px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    margin-top: 13px;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */