.plato-ajax-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plato-ajax-loader.plato-hide {
  display: none;
}

/*body.plato-ajax-loader-open {
    > *:not(.jq-toast-wrap):not(.plato-ajax-loader) {
        filter: blur(5px);
        -webkit-filter: blur(5px);
    }
}*/
.lds-circle {
  display: inline-block;
  transform: translateZ(1px);
}

.lds-circle > div {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  background: #fff;
  animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0s;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.jq-toast-wrap,
.jq-toast-wrap * {
  margin: 0;
  padding: 0;
}

.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 300px;
  pointer-events: none !important;
  letter-spacing: normal;
  z-index: 999999 !important;
}

.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px;
}

.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px;
}

.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px;
}

.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px;
}

.jq-toast-single {
  display: block;
  width: 100%;
  padding: 15px 10px;
  margin: 0 0 5px;
  border-radius: 3px !important;
  line-height: 24px;
  position: relative;
  pointer-events: all !important;
  background-color: #444444;
  color: #fff;
  font-size: 13px;
  border: 1px solid #e5e5e5;
}

.jq-toast-single h2 {
  font-size: 15px;
  margin: 0 0 7px;
  background: 0 0;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.jq-toast-single a {
  text-decoration: none;
  font-weight: 500;
  color: inherit;
  border-bottom: none;
}

.jq-toast-single ul {
  margin: 0 0 0 15px;
  background: 0 0;
  padding: 0;
}

.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 24px;
  background: 0 0;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 18px;
  cursor: pointer;
}

.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0;
  left: 0;
  border-radius: 5px;
  background: #518541 !important;
}

.jq-toast-loaded {
  width: 100%;
}

.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px;
}

.jq-icon-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1;
}

.jq-icon-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc;
}

.jq-icon-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1;
}

.jq-icon-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
  color: #dff0d8;
  background-color: #3c763d;
  border-color: #d6e9c6;
}

.plato-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}
.plato-modal.plato-show {
  opacity: 1;
  visibility: visible;
}
.plato-modal .plato-modal-body {
  padding: 20px;
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  position: relative;
  max-height: 100%;
  overflow-y: auto;
  border-radius: 3px;
}
@media (min-width: 576px) {
  .plato-modal .plato-modal-body {
    max-width: 600px;
  }
}
.plato-modal .plato-modal-body .plato-close {
  fill: #c5c0d0;
  height: 24px;
  width: 24px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
.plato-modal .plato-modal-body .plato-close:hover {
  fill: #9790a5;
}

.plato-modal .plato-user-panel .plato-login-sidebar {
  display: none;
}
.plato-modal .plato-user-panel .plato-login-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: unset;
}
.plato-modal .plato-user-panel .plato-login-content > div {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

body.plato-modal-open {
  /*overflow-y: hidden !important;*/
  /*> *:not(.plato-modal):not(.jq-toast-wrap):not(.plato-ajax-loader) {
      filter: blur(5px);
      -webkit-filter: blur(5px);
  }*/
}

.plato-modal .plato-login-classic {
  background: #ffffff !important;
}
.plato-modal .plato-login-classic .plato-login-content > div {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.plato-modal .plato-login-classic .plato-login-content > div form {
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-top: 0 !important;
}

.plato-modal-avatar form {
  text-align: center;
  border: 1px dashed #d8d4e2;
  background: #f4f2f9;
  border-radius: 3px;
  padding: 20px;
  margin: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.plato-modal-avatar form #plato-select-avatar {
  display: none;
}
.plato-modal-avatar form button.plato-button {
  display: block;
  width: 100%;
}

.plato-modal-modal h3 {
  font-size: 20px;
  margin: 20px 0;
}
.plato-modal-modal p {
  text-align: justify;
}

.plato-overly {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
@media (max-width: 992px) {
  .plato-overly.plato-show {
    visibility: visible;
    opacity: 1;
  }
}

.plato-restrict-content {
  background-color: #f4f2f9;
  padding: 15px;
  border-left: 4px solid #e8e5ef;
}

.plato-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  line-height: 19px;
  min-width: 19px;
  height: 19px;
  background: #e8e5ef;
  font-size: 80%;
  padding: 0 7px;
}
.plato-badge.plato-badge-success {
  background: #2fbe6d;
  color: #ffffff;
}
.plato-badge.plato-badge-primary {
  background: #683ab7;
  color: #ffffff;
}
.plato-badge.plato-badge-danger {
  background: #D90429;
  color: #ffffff;
}
.plato-badge.plato-badge-warning {
  background: #ff9e00;
  color: #ffffff;
}

.plato-header-login {
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.plato-header-login:hover .plato-panel-nav {
  visibility: visible;
  opacity: 1;
  top: 42px;
}
.plato-header-login .plato-login,
.plato-header-login .plato-panel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #c5c0d0;
  background: #fff;
  padding: 0 15px;
  border-radius: 8px;
  height: 42px;
  text-decoration: none;
  color: #160c26;
  font-weight: normal;
  cursor: pointer;
}
.plato-header-login .plato-login svg,
.plato-header-login .plato-panel svg {
  fill: #160c26;
  height: 24px;
  width: 24px;
}
.plato-header-login .plato-login img,
.plato-header-login .plato-panel img {
  border-radius: 50%;
}
.plato-header-login .plato-login:hover, .plato-header-login .plato-login:active, .plato-header-login .plato-login:focus,
.plato-header-login .plato-panel:hover,
.plato-header-login .plato-panel:active,
.plato-header-login .plato-panel:focus {
  text-decoration: none;
  color: #160c26;
  font-weight: normal;
}
.plato-header-login .plato-panel-nav {
  width: 220px;
  position: absolute;
  left: 0;
  top: 60px;
  background: #fff;
  border: 1px solid #f4f2f9;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease-in-out;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  z-index: 9999999;
  border-radius: 3px;
  max-height: 400px;
  overflow-y: auto;
}
.plato-header-login .plato-panel-nav a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
}
.plato-header-login .plato-panel-nav a:hover {
  background: #f4f2f9;
}
.plato-header-login .plato-panel-nav .material-symbols-rounded {
  display: none !important;
}

.plato-user-panel {
  background: #ffffff;
  color: #160c26;
  font-size: 14px;
  line-height: 34px;
}
.plato-user-panel .plato-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.plato-user-panel .plato-col-1, .plato-user-panel .plato-col-2, .plato-user-panel .plato-col-3, .plato-user-panel .plato-col-4, .plato-user-panel .plato-col-5, .plato-user-panel .plato-col-6, .plato-user-panel .plato-col-7, .plato-user-panel .plato-col-8, .plato-user-panel .plato-col-9, .plato-user-panel .plato-col-10, .plato-user-panel .plato-col-11, .plato-user-panel .plato-col-12, .plato-user-panel .plato-col,
.plato-user-panel .plato-col-auto, .plato-user-panel .plato-col-sm-1, .plato-user-panel .plato-col-sm-2, .plato-user-panel .plato-col-sm-3, .plato-user-panel .plato-col-sm-4, .plato-user-panel .plato-col-sm-5, .plato-user-panel .plato-col-sm-6, .plato-user-panel .plato-col-sm-7, .plato-user-panel .plato-col-sm-8, .plato-user-panel .plato-col-sm-9, .plato-user-panel .plato-col-sm-10, .plato-user-panel .plato-col-sm-11, .plato-user-panel .plato-col-sm-12, .plato-user-panel .plato-col-sm,
.plato-user-panel .plato-col-sm-auto, .plato-user-panel .plato-col-md-1, .plato-user-panel .plato-col-md-2, .plato-user-panel .plato-col-md-3, .plato-user-panel .plato-col-md-4, .plato-user-panel .plato-col-md-5, .plato-user-panel .plato-col-md-6, .plato-user-panel .plato-col-md-7, .plato-user-panel .plato-col-md-8, .plato-user-panel .plato-col-md-9, .plato-user-panel .plato-col-md-10, .plato-user-panel .plato-col-md-11, .plato-user-panel .plato-col-md-12, .plato-user-panel .plato-col-md,
.plato-user-panel .plato-col-md-auto, .plato-user-panel .plato-col-lg-1, .plato-user-panel .plato-col-lg-2, .plato-user-panel .plato-col-lg-3, .plato-user-panel .plato-col-lg-4, .plato-user-panel .plato-col-lg-5, .plato-user-panel .plato-col-lg-6, .plato-user-panel .plato-col-lg-7, .plato-user-panel .plato-col-lg-8, .plato-user-panel .plato-col-lg-9, .plato-user-panel .plato-col-lg-10, .plato-user-panel .plato-col-lg-11, .plato-user-panel .plato-col-lg-12, .plato-user-panel .plato-col-lg,
.plato-user-panel .plato-col-lg-auto, .plato-user-panel .plato-col-xl-1, .plato-user-panel .plato-col-xl-2, .plato-user-panel .plato-col-xl-3, .plato-user-panel .plato-col-xl-4, .plato-user-panel .plato-col-xl-5, .plato-user-panel .plato-col-xl-6, .plato-user-panel .plato-col-xl-7, .plato-user-panel .plato-col-xl-8, .plato-user-panel .plato-col-xl-9, .plato-user-panel .plato-col-xl-10, .plato-user-panel .plato-col-xl-11, .plato-user-panel .plato-col-xl-12, .plato-user-panel .plato-col-xl,
.plato-user-panel .plato-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.plato-user-panel .plato-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.plato-user-panel .plato-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.plato-user-panel .plato-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.plato-user-panel .plato-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.plato-user-panel .plato-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.plato-user-panel .plato-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.plato-user-panel .plato-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.plato-user-panel .plato-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.plato-user-panel .plato-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.plato-user-panel .plato-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.plato-user-panel .plato-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.plato-user-panel .plato-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.plato-user-panel .plato-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.plato-user-panel .plato-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .plato-user-panel .plato-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .plato-user-panel .plato-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .plato-user-panel .plato-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .plato-user-panel .plato-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .plato-user-panel .plato-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .plato-user-panel .plato-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .plato-user-panel .plato-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .plato-user-panel .plato-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .plato-user-panel .plato-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .plato-user-panel .plato-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .plato-user-panel .plato-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .plato-user-panel .plato-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .plato-user-panel .plato-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .plato-user-panel .plato-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .plato-user-panel .plato-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .plato-user-panel .plato-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .plato-user-panel .plato-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .plato-user-panel .plato-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .plato-user-panel .plato-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .plato-user-panel .plato-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .plato-user-panel .plato-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .plato-user-panel .plato-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .plato-user-panel .plato-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .plato-user-panel .plato-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .plato-user-panel .plato-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .plato-user-panel .plato-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .plato-user-panel .plato-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .plato-user-panel .plato-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .plato-user-panel .plato-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .plato-user-panel .plato-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .plato-user-panel .plato-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .plato-user-panel .plato-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .plato-user-panel .plato-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .plato-user-panel .plato-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .plato-user-panel .plato-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .plato-user-panel .plato-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .plato-user-panel .plato-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .plato-user-panel .plato-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .plato-user-panel .plato-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .plato-user-panel .plato-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .plato-user-panel .plato-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .plato-user-panel .plato-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .plato-user-panel .plato-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .plato-user-panel .plato-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .plato-user-panel .plato-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .plato-user-panel .plato-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .plato-user-panel .plato-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .plato-user-panel .plato-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .plato-user-panel .plato-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .plato-user-panel .plato-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .plato-user-panel .plato-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .plato-user-panel .plato-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .plato-user-panel .plato-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .plato-user-panel .plato-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .plato-user-panel .plato-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .plato-user-panel .plato-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.plato-user-panel .plato-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .plato-user-panel .plato-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .plato-user-panel .plato-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .plato-user-panel .plato-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .plato-user-panel .plato-container {
    max-width: 1640px;
  }
}
.plato-user-panel .plato-icon-holder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: transparent;
  border-radius: 50%;
}
.plato-user-panel .plato-icon-holder .material-symbols-rounded {
  font-size: 24px;
  color: #9790a5;
}
.plato-user-panel .plato-icon-holder img {
  max-width: 24px;
  height: auto;
}
.plato-user-panel .plato-icon-holder:hover {
  background: #f4f2f9;
}
.plato-user-panel .plato-card {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}
.plato-user-panel .plato-scrollbar::-webkit-scrollbar-track {
  background-color: #f4f2f9;
  box-shadow: inset 0 0 5px #e8e5ef;
}
.plato-user-panel .plato-scrollbar::-webkit-scrollbar {
  width: 10px;
  background-color: #f4f2f9;
}
.plato-user-panel .plato-scrollbar::-webkit-scrollbar-thumb {
  background-color: #d8d4e2;
  border-radius: 4px;
}
.plato-user-panel h1, .plato-user-panel h2, .plato-user-panel h3, .plato-user-panel h4, .plato-user-panel h5, .plato-user-panel h6 {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 44px;
}
.plato-user-panel h1 {
  font-size: 26px;
}
.plato-user-panel h2 {
  font-size: 24px;
}
.plato-user-panel h3 {
  font-size: 22px;
}
.plato-user-panel h4 {
  font-size: 20px;
}
.plato-user-panel h5 {
  font-size: 18px;
}
.plato-user-panel h6 {
  font-size: 16px;
}
.plato-user-panel .plato-ripple {
  background-position: center;
  transition: background 500ms;
}
.plato-user-panel .plato-ripple:hover {
  background: #f4f2f9 radial-gradient(circle, transparent 1%, #f4f2f9 1%) center/15000%;
}
.plato-user-panel .plato-ripple:active {
  background-color: #d8d4e2;
  background-size: 100%;
  transition: background 0ms;
}
.plato-user-panel .plato-dropdown {
  display: inline-block;
}
@media (min-width: 992px) {
  .plato-user-panel .plato-dropdown {
    position: relative;
  }
}
.plato-user-panel .plato-dropdown .plato-dropdown-toggle {
  white-space: nowrap;
  cursor: pointer;
}
.plato-user-panel .plato-dropdown .plato-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 200px;
  max-height: 460px;
  overflow-y: auto;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(34, 41, 47, 0.05);
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  transform-origin: left top;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.75);
  transition: all 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 992px) {
  .plato-user-panel .plato-dropdown .plato-dropdown-menu {
    width: 100% !important;
    transform-origin: center top !important;
  }
}
.plato-user-panel .plato-dropdown .plato-dropdown-menu.plato-dropdown-menu-left {
  left: unset;
  right: 0;
  transform-origin: right top;
}
.plato-user-panel .plato-dropdown .plato-dropdown-menu li {
  display: block !important;
  margin: 0 !important;
  transition: all 300ms ease-in-out;
  padding: 5px 10px;
}
.plato-user-panel .plato-dropdown .plato-dropdown-menu li:hover {
  background: rgba(104, 58, 183, 0.1);
  color: #683ab7;
}
.plato-user-panel .plato-dropdown .plato-dropdown-menu li:hover a {
  color: #683ab7;
}
.plato-user-panel .plato-dropdown .plato-dropdown-menu li a {
  display: flex;
  align-items: center;
}
.plato-user-panel .plato-dropdown .plato-dropdown-menu li a .plato-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.plato-user-panel .plato-dropdown .plato-dropdown-menu .plato-divider {
  height: 1px;
  background: #f4f2f9;
  padding: 0;
}
.plato-user-panel .plato-dropdown-open .plato-icon-holder {
  background: #f4f2f9;
}
.plato-user-panel .plato-dropdown-open .plato-dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.plato-user-panel input[type=text],
.plato-user-panel input[type=number],
.plato-user-panel input[type=search],
.plato-user-panel input[type=url],
.plato-user-panel input[type=tel],
.plato-user-panel input[type=email],
.plato-user-panel input[type=password],
.plato-user-panel input[type=date],
.plato-user-panel input[type=time],
.plato-user-panel textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 52px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  color: #160c26;
  background-color: #f4f2f9;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 300ms ease-in-out;
}
.plato-user-panel input[type=text]:focus,
.plato-user-panel input[type=number]:focus,
.plato-user-panel input[type=search]:focus,
.plato-user-panel input[type=url]:focus,
.plato-user-panel input[type=tel]:focus,
.plato-user-panel input[type=email]:focus,
.plato-user-panel input[type=password]:focus,
.plato-user-panel input[type=date]:focus,
.plato-user-panel input[type=time]:focus,
.plato-user-panel textarea:focus {
  background-color: #ffffff;
  border-color: #c5c0d0;
  outline: 0;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.plato-user-panel input[type=text]::placeholder, .plato-user-panel input[type=text]::-ms-input-placeholder, .plato-user-panel input[type=text]::-moz-placeholder, .plato-user-panel input[type=text]::-webkit-input-placeholder, .plato-user-panel input[type=text]::-ms-input-placeholder,
.plato-user-panel input[type=number]::placeholder,
.plato-user-panel input[type=number]::-ms-input-placeholder,
.plato-user-panel input[type=number]::-moz-placeholder,
.plato-user-panel input[type=number]::-webkit-input-placeholder,
.plato-user-panel input[type=number]::-ms-input-placeholder,
.plato-user-panel input[type=search]::placeholder,
.plato-user-panel input[type=search]::-ms-input-placeholder,
.plato-user-panel input[type=search]::-moz-placeholder,
.plato-user-panel input[type=search]::-webkit-input-placeholder,
.plato-user-panel input[type=search]::-ms-input-placeholder,
.plato-user-panel input[type=url]::placeholder,
.plato-user-panel input[type=url]::-ms-input-placeholder,
.plato-user-panel input[type=url]::-moz-placeholder,
.plato-user-panel input[type=url]::-webkit-input-placeholder,
.plato-user-panel input[type=url]::-ms-input-placeholder,
.plato-user-panel input[type=tel]::placeholder,
.plato-user-panel input[type=tel]::-ms-input-placeholder,
.plato-user-panel input[type=tel]::-moz-placeholder,
.plato-user-panel input[type=tel]::-webkit-input-placeholder,
.plato-user-panel input[type=tel]::-ms-input-placeholder,
.plato-user-panel input[type=email]::placeholder,
.plato-user-panel input[type=email]::-ms-input-placeholder,
.plato-user-panel input[type=email]::-moz-placeholder,
.plato-user-panel input[type=email]::-webkit-input-placeholder,
.plato-user-panel input[type=email]::-ms-input-placeholder,
.plato-user-panel input[type=password]::placeholder,
.plato-user-panel input[type=password]::-ms-input-placeholder,
.plato-user-panel input[type=password]::-moz-placeholder,
.plato-user-panel input[type=password]::-webkit-input-placeholder,
.plato-user-panel input[type=password]::-ms-input-placeholder,
.plato-user-panel input[type=date]::placeholder,
.plato-user-panel input[type=date]::-ms-input-placeholder,
.plato-user-panel input[type=date]::-moz-placeholder,
.plato-user-panel input[type=date]::-webkit-input-placeholder,
.plato-user-panel input[type=date]::-ms-input-placeholder,
.plato-user-panel input[type=time]::placeholder,
.plato-user-panel input[type=time]::-ms-input-placeholder,
.plato-user-panel input[type=time]::-moz-placeholder,
.plato-user-panel input[type=time]::-webkit-input-placeholder,
.plato-user-panel input[type=time]::-ms-input-placeholder,
.plato-user-panel textarea::placeholder,
.plato-user-panel textarea::-ms-input-placeholder,
.plato-user-panel textarea::-moz-placeholder,
.plato-user-panel textarea::-webkit-input-placeholder,
.plato-user-panel textarea::-ms-input-placeholder {
  color: #46404f;
  opacity: 1;
}
.plato-user-panel input[type=text]:disabled, .plato-user-panel input[type=text][readonly],
.plato-user-panel input[type=number]:disabled,
.plato-user-panel input[type=number][readonly],
.plato-user-panel input[type=search]:disabled,
.plato-user-panel input[type=search][readonly],
.plato-user-panel input[type=url]:disabled,
.plato-user-panel input[type=url][readonly],
.plato-user-panel input[type=tel]:disabled,
.plato-user-panel input[type=tel][readonly],
.plato-user-panel input[type=email]:disabled,
.plato-user-panel input[type=email][readonly],
.plato-user-panel input[type=password]:disabled,
.plato-user-panel input[type=password][readonly],
.plato-user-panel input[type=date]:disabled,
.plato-user-panel input[type=date][readonly],
.plato-user-panel input[type=time]:disabled,
.plato-user-panel input[type=time][readonly],
.plato-user-panel textarea:disabled,
.plato-user-panel textarea[readonly] {
  opacity: 1;
  background-color: #f4f2f9;
}
.plato-user-panel input[type=text]:disabled:focus, .plato-user-panel input[type=text][readonly]:focus,
.plato-user-panel input[type=number]:disabled:focus,
.plato-user-panel input[type=number][readonly]:focus,
.plato-user-panel input[type=search]:disabled:focus,
.plato-user-panel input[type=search][readonly]:focus,
.plato-user-panel input[type=url]:disabled:focus,
.plato-user-panel input[type=url][readonly]:focus,
.plato-user-panel input[type=tel]:disabled:focus,
.plato-user-panel input[type=tel][readonly]:focus,
.plato-user-panel input[type=email]:disabled:focus,
.plato-user-panel input[type=email][readonly]:focus,
.plato-user-panel input[type=password]:disabled:focus,
.plato-user-panel input[type=password][readonly]:focus,
.plato-user-panel input[type=date]:disabled:focus,
.plato-user-panel input[type=date][readonly]:focus,
.plato-user-panel input[type=time]:disabled:focus,
.plato-user-panel input[type=time][readonly]:focus,
.plato-user-panel textarea:disabled:focus,
.plato-user-panel textarea[readonly]:focus {
  box-shadow: none;
  border-color: transparent;
}
.plato-user-panel textarea {
  height: auto;
}
.plato-user-panel select {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 52px;
  padding: 5px 10px;
  color: #160c26;
  vertical-align: middle;
  background: #f4f2f9 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23A8AEB2' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 10px center/8px 10px !important;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 300ms ease-in-out;
}
.plato-user-panel select:focus {
  outline: 0;
  background-color: #ffffff !important;
  border-color: #c5c0d0;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.plato-user-panel select:disabled, .plato-user-panel select[readonly] {
  opacity: 1;
  background-color: #f4f2f9;
}
.plato-user-panel select:disabled:focus, .plato-user-panel select[readonly]:focus {
  box-shadow: none;
  border-color: transparent;
}
.plato-user-panel input[type=radio],
.plato-user-panel input[type=checkbox] {
  margin: 0 5px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 5px;
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: #FFF;
  border-style: solid;
  border-width: 2px;
  border-color: #683ab7;
  box-shadow: none;
  cursor: pointer;
  border-radius: 2px;
}
.plato-user-panel input[type=radio]:checked,
.plato-user-panel input[type=checkbox]:checked {
  border-color: #59319c;
}
.plato-user-panel input[type=radio]:focus,
.plato-user-panel input[type=checkbox]:focus {
  box-shadow: none;
  outline: none;
}
.plato-user-panel input[type=radio]:checked:after,
.plato-user-panel input[type=checkbox]:checked:after {
  display: none;
}
.plato-user-panel input[type=radio] {
  border-radius: 50%;
}
.plato-user-panel input[type=radio]:checked:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #683ab7;
  border-radius: 50%;
  left: 3px;
  top: 3px;
}
.plato-user-panel input[type=checkbox] {
  border-radius: 2px;
}
.plato-user-panel input[type=checkbox]:checked {
  background: #683ab7;
}
.plato-user-panel input[type=checkbox]:checked:before {
  content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  display: inline-block;
  height: 18px;
  width: 18px;
  top: -5px;
  right: -1px;
}
.plato-user-panel label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
.plato-user-panel label span:not(.plato-required) {
  font-size: 85%;
  color: #b1abbe;
}
.plato-user-panel input[type=checkbox] + label,
.plato-user-panel input[type=radio] + label {
  display: inline-block;
}
.plato-user-panel .plato-required {
  color: #D90429;
}
.plato-user-panel .plato-form-row {
  margin-bottom: 20px;
}
.plato-user-panel .plato-form-description {
  color: #b1abbe;
  font-size: 90%;
  line-height: 26px;
  margin-top: 5px;
}
.plato-user-panel .plato-button,
.plato-user-panel input[type=submit],
.plato-user-panel button,
.plato-user-panel .button {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  color: #ffffff;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #2fbe6d;
  border: 1px solid transparent;
  padding: 5px 20px;
  height: 52px;
  font-size: 14px;
  border-radius: 4px;
  transition: all 300ms ease-in-out;
  line-height: 34px;
}
.plato-user-panel .plato-button:hover, .plato-user-panel .plato-button:active, .plato-user-panel .plato-button:focus,
.plato-user-panel input[type=submit]:hover,
.plato-user-panel input[type=submit]:active,
.plato-user-panel input[type=submit]:focus,
.plato-user-panel button:hover,
.plato-user-panel button:active,
.plato-user-panel button:focus,
.plato-user-panel .button:hover,
.plato-user-panel .button:active,
.plato-user-panel .button:focus {
  background-color: #2aaa61;
  border-color: transparent;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.plato-user-panel .plato-button.plato-button-primary,
.plato-user-panel input[type=submit].plato-button-primary,
.plato-user-panel button.plato-button-primary,
.plato-user-panel .button.plato-button-primary {
  background-color: #683ab7;
  color: #ffffff;
}
.plato-user-panel .plato-button.plato-button-primary:hover, .plato-user-panel .plato-button.plato-button-primary:active, .plato-user-panel .plato-button.plato-button-primary:focus,
.plato-user-panel input[type=submit].plato-button-primary:hover,
.plato-user-panel input[type=submit].plato-button-primary:active,
.plato-user-panel input[type=submit].plato-button-primary:focus,
.plato-user-panel button.plato-button-primary:hover,
.plato-user-panel button.plato-button-primary:active,
.plato-user-panel button.plato-button-primary:focus,
.plato-user-panel .button.plato-button-primary:hover,
.plato-user-panel .button.plato-button-primary:active,
.plato-user-panel .button.plato-button-primary:focus {
  background-color: #5d34a4;
}
.plato-user-panel .plato-button.plato-button-danger,
.plato-user-panel input[type=submit].plato-button-danger,
.plato-user-panel button.plato-button-danger,
.plato-user-panel .button.plato-button-danger {
  background-color: #D90429;
  color: #ffffff;
}
.plato-user-panel .plato-button.plato-button-danger:hover, .plato-user-panel .plato-button.plato-button-danger:active, .plato-user-panel .plato-button.plato-button-danger:focus,
.plato-user-panel input[type=submit].plato-button-danger:hover,
.plato-user-panel input[type=submit].plato-button-danger:active,
.plato-user-panel input[type=submit].plato-button-danger:focus,
.plato-user-panel button.plato-button-danger:hover,
.plato-user-panel button.plato-button-danger:active,
.plato-user-panel button.plato-button-danger:focus,
.plato-user-panel .button.plato-button-danger:hover,
.plato-user-panel .button.plato-button-danger:active,
.plato-user-panel .button.plato-button-danger:focus {
  background-color: #c00424;
}
.plato-user-panel .plato-button.plato-button-gray,
.plato-user-panel input[type=submit].plato-button-gray,
.plato-user-panel button.plato-button-gray,
.plato-user-panel .button.plato-button-gray {
  background-color: #d8d4e2;
  color: #9388af;
}
.plato-user-panel .plato-button.plato-button-gray:hover, .plato-user-panel .plato-button.plato-button-gray:active, .plato-user-panel .plato-button.plato-button-gray:focus,
.plato-user-panel input[type=submit].plato-button-gray:hover,
.plato-user-panel input[type=submit].plato-button-gray:active,
.plato-user-panel input[type=submit].plato-button-gray:focus,
.plato-user-panel button.plato-button-gray:hover,
.plato-user-panel button.plato-button-gray:active,
.plato-user-panel button.plato-button-gray:focus,
.plato-user-panel .button.plato-button-gray:hover,
.plato-user-panel .button.plato-button-gray:active,
.plato-user-panel .button.plato-button-gray:focus {
  background-color: #cac5d8;
}
.plato-user-panel .plato-button.plato-button-sm,
.plato-user-panel input[type=submit].plato-button-sm,
.plato-user-panel button.plato-button-sm,
.plato-user-panel .button.plato-button-sm {
  height: 34px;
  line-height: 20px;
}
.plato-user-panel .plato-table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #f4f2f9;
}
.plato-user-panel .plato-table th, .plato-user-panel .plato-table td {
  padding: 10px 15px;
}
.plato-user-panel .plato-table thead th {
  background-color: #f4f2f9;
  font-weight: bold;
  color: #9790a5;
}
.plato-user-panel .plato-table tbody tr:not(last-child) td {
  border-bottom: 1px solid #f4f2f9;
}
@media (max-width: 768px) {
  .plato-user-panel .plato-table thead {
    display: none;
  }
  .plato-user-panel .plato-table tbody tr td {
    display: block;
  }
  .plato-user-panel .plato-table tbody tr:nth-child(even) td {
    background-color: #f4f2f9;
  }
}
.plato-user-panel .uppy-size--md .uppy-Dashboard-AddFiles-title {
  font-size: 14px;
}
.plato-user-panel .uppy-size--md .uppy-Dashboard-AddFiles-title button {
  cursor: pointer;
  background: transparent;
  color: rgba(34, 117, 215, 0.9);
  padding: 0;
  height: auto;
}
.plato-user-panel .uppy-size--md .uppy-Dashboard-AddFiles-title button:hover, .plato-user-panel .uppy-size--md .uppy-Dashboard-AddFiles-title button:active, .plato-user-panel .uppy-size--md .uppy-Dashboard-AddFiles-title button:focus {
  background-color: transparent;
  box-shadow: none;
}
.plato-user-panel .uppy-size--md .uppy-DashboardContent-addMore,
.plato-user-panel .uppy-size--md .uppy-DashboardContent-back {
  background: transparent;
  color: #160c26;
  padding: 0;
  height: auto;
}
.plato-user-panel .uppy-size--md .uppy-DashboardContent-addMore:hover, .plato-user-panel .uppy-size--md .uppy-DashboardContent-addMore:active, .plato-user-panel .uppy-size--md .uppy-DashboardContent-addMore:focus,
.plato-user-panel .uppy-size--md .uppy-DashboardContent-back:hover,
.plato-user-panel .uppy-size--md .uppy-DashboardContent-back:active,
.plato-user-panel .uppy-size--md .uppy-DashboardContent-back:focus {
  background-color: transparent;
  box-shadow: none;
}
.plato-user-panel .uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
  height: auto;
}
.plato-user-panel .uppy-size--md .uppy-DashboardItem-action--remove {
  background-color: transparent;
  color: #1f1f1f;
}
.plato-user-panel .uppy-size--md .uppy-DashboardItem-action--remove:hover, .plato-user-panel .uppy-size--md .uppy-DashboardItem-action--remove:active, .plato-user-panel .uppy-size--md .uppy-DashboardItem-action--remove:focus {
  background-color: transparent;
  box-shadow: none;
}
.plato-user-panel .uppy-u-reset:not(.uppy-StatusBar-actionBtn--upload):not(.uppy-DashboardItem-action--remove) {
  height: auto;
  background-color: transparent;
  padding: 5px;
}
.plato-user-panel .uppy-u-reset:not(.uppy-StatusBar-actionBtn--upload):not(.uppy-DashboardItem-action--remove):hover, .plato-user-panel .uppy-u-reset:not(.uppy-StatusBar-actionBtn--upload):not(.uppy-DashboardItem-action--remove):active, .plato-user-panel .uppy-u-reset:not(.uppy-StatusBar-actionBtn--upload):not(.uppy-DashboardItem-action--remove):focus {
  background-color: transparent;
  box-shadow: none;
}
.plato-user-panel .uppy-StatusBar-actionBtn--retry {
  background-color: transparent;
  color: #160c26;
  height: 20px;
}
.plato-user-panel .plato-upload-limits div {
  display: inline-block;
  font-size: 90%;
  color: #b1abbe;
}
.plato-user-panel .plato-message {
  padding: 10px;
  line-height: 34px;
  border-radius: 3px;
  margin: 20px 0;
}
.plato-user-panel .plato-message.plato-message-alert {
  background-color: #FFFDE4;
  color: #A37731;
}
.plato-user-panel .plato-message.plato-message-error {
  background-color: #fff3f5;
  color: #ef5662;
}
.plato-user-panel .plato-message.plato-message-success {
  background-color: #eeffdf;
  color: #518541;
}
.plato-user-panel .plato-message.plato-message-info {
  background-color: rgba(0, 191, 214, 0.1);
  color: #00BFD6;
}
.plato-user-panel .plato-match-height > [class*=plato-col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.plato-user-panel .plato-match-height > [class*=plato-col] > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.plato-user-panel .plato-login-sidebar {
  background: #f4f2f9;
  text-align: center;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .plato-user-panel .plato-login-sidebar {
    display: none;
  }
}
.plato-user-panel .plato-login-sidebar .sidebar-title {
  color: #683ab7;
  padding-top: 50px;
  font-size: 28px;
  font-weight: bold;
}
.plato-user-panel .plato-login-content {
  display: flex;
  align-content: center;
  align-items: center;
  min-height: 100vh;
}
.plato-user-panel .plato-login-content > div {
  margin-left: auto;
  margin-right: auto;
}
.plato-user-panel .plato-login-content form {
  padding: 20px 0;
}
.plato-user-panel .plato-login-content form input[type=submit] {
  display: block;
  width: 100%;
}
.plato-user-panel .plato-login-content form #plato-recaptcha {
  margin-bottom: 20px;
}
.plato-user-panel .plato-login-content #plato-otp-form .plato-form-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.plato-user-panel .plato-login-content #plato-otp-form .plato-form-row .plato-otp-input {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  -moz-appearance: textfield;
}
.plato-user-panel .plato-login-content #plato-otp-form .plato-form-row .plato-otp-input:not(:last-child) {
  margin-right: 10px;
}
.plato-user-panel .plato-login-content #plato-otp-form .plato-form-row .plato-otp-input::-webkit-outer-spin-button,
.plato-user-panel .plato-login-content #plato-otp-form .plato-form-row .plato-otp-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.plato-user-panel .plato-login-content .plato-resend-otp {
  text-align: center;
  font-weight: bold;
}
.plato-user-panel .plato-login-content .plato-resend-otp #plato-otp-countdown {
  font-weight: normal;
  opacity: 0.75;
}
.plato-user-panel .plato-login-content .plato-or {
  position: relative;
  height: 1px;
  margin: 40px 0;
}
.plato-user-panel .plato-login-content .plato-or:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e8e5ef;
}
.plato-user-panel .plato-login-content .plato-or span {
  display: inline-block;
  padding: 0 20px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #c5c0d0;
}
.plato-user-panel .plato-login-content .plato-login-footer {
  text-align: center;
  padding: 40px 0;
}
.plato-user-panel .plato-login-content .plato-login-footer li {
  display: inline-block;
}
.plato-user-panel .plato-login-content .plato-login-footer .plato-delimiter {
  color: #c5c0d0;
  padding: 0 5px;
}
.plato-user-panel #plato-register-form .plato-show-if-vendor.plato-hide {
  display: none;
}
.plato-user-panel #plato-register-form .plato-show-if-vendor .plato-shopurl-schema {
  color: #9790a5;
  font-size: 90%;
}
.plato-user-panel.plato-login-classic .plato-form-title {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e5ef;
}
.plato-user-panel .plato-strength-message {
  margin-top: 10px;
  border-radius: 3px;
  width: 100%;
  line-height: 22px;
  font-size: 85%;
  display: none;
}
.plato-user-panel .plato-strength-message.plato-active {
  background: #f1f2f6;
  display: block;
}
.plato-user-panel .plato-strength-message span {
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  width: 0;
  transition: all 300ms ease-in-out;
  font-weight: bold;
}
.plato-user-panel .plato-strength-message.short span {
  color: #FFC312;
  background: rgba(255, 195, 18, 0.1);
  width: 25%;
}
.plato-user-panel .plato-strength-message.weak span {
  color: #C4E538;
  background: rgba(196, 229, 56, 0.1);
  width: 50%;
}
.plato-user-panel .plato-strength-message.good span {
  color: #A3CB38;
  background: rgba(163, 203, 56, 0.1);
  width: 75%;
}
.plato-user-panel .plato-strength-message.strong span {
  color: #009432;
  background: rgba(0, 148, 50, 0.1);
  width: 100%;
}
.plato-user-panel .plato-no-items {
  text-align: center;
  padding: 20px;
  margin-top: 50px;
}
.plato-user-panel .plato-pagination {
  margin-top: 20px;
  text-align: center;
}
.plato-user-panel .plato-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8e5ef;
  border-radius: 19px;
}
.plato-user-panel .plato-pagination .page-numbers li .page-numbers {
  background: #e8e5ef;
  padding: 2px 16px;
}
.plato-user-panel .plato-pagination .page-numbers li .page-numbers.current {
  background: #683ab7;
  color: #ffffff;
  border-radius: 19px;
}
.plato-user-panel .plato-pagination .page-numbers li:first-child * {
  border-radius: 19px 0 0 19px;
}
.plato-user-panel .plato-pagination .page-numbers li:last-child * {
  border-radius: 0 19px 19px 0;
}
.plato-user-panel #plato-jump-top {
  background: #683ab7;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  box-shadow: 0 0 10px 1px rgba(104, 58, 183, 0.7);
}
.plato-user-panel .plato-brand-logo {
  height: 74px;
  display: flex;
  align-items: center;
}
.plato-user-panel .plato-brand-logo .plato-sidenav-logo img {
  max-width: 36px;
  height: auto;
}
.plato-user-panel .plato-brand-logo span {
  margin-left: 20px;
  font-weight: bold;
  font-size: 17px;
  color: #683ab7;
}
.plato-user-panel .plato-topnav {
  height: 74px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0s;
  padding: 10px;
}
@media (max-width: 768px) {
  .plato-user-panel .plato-topnav .plato-brand-logo {
    display: none;
  }
}
.plato-user-panel .plato-topnav .plato-topnav-nav {
  display: flex;
  align-items: center;
}
.plato-user-panel .plato-topnav .plato-topnav-nav li {
  display: inline-block;
  margin-left: 5px;
}
.plato-user-panel .plato-topnav .plato-topnav-nav li .plato-icon-holder {
  position: relative;
}
.plato-user-panel .plato-topnav .plato-topnav-nav li .plato-badge {
  position: absolute;
  right: 5px;
  top: 5px;
  border: 2px solid #ffffff;
}
.plato-user-panel .plato-topnav .plato-topnav-nav li.plato-user-avatar {
  height: 42px;
}
.plato-user-panel .plato-topnav .plato-topnav-nav li.plato-user-avatar > a {
  position: relative;
  height: 42px;
}
.plato-user-panel .plato-topnav .plato-topnav-nav li.plato-user-avatar > a img {
  border-radius: 50%;
  border: 1px solid #f4f2f9;
  max-width: unset;
}
.plato-user-panel .plato-topnav .plato-topnav-nav li.plato-user-avatar > a .plato-avatar-badge {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #2fbe6d;
  border: 1px solid #ffffff;
  border-radius: 50%;
  right: 0;
  bottom: 0;
}
.plato-user-panel .plato-topnav .plato-topnav-nav li.plato-user-avatar .plato-dropdown-menu img {
  max-width: 20px;
  height: auto;
}
.plato-user-panel .plato-topnav .plato-topnav-nav li.plato-user-avatar .plato-dropdown-menu li:last-child .material-symbols-rounded {
  color: #D90429;
}
.plato-user-panel .plato-topnav .plato-minicart .plato-dropdown-menu {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 576px) {
  .plato-user-panel .plato-topnav .plato-minicart .plato-dropdown-menu {
    min-width: 380px;
  }
}
.plato-user-panel .plato-topnav .plato-minicart .plato-dropdown-menu .plato-minicart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f4f2f9;
  padding: 5px 0;
}
.plato-user-panel .plato-topnav .plato-minicart .plato-dropdown-menu .plato-minicart-header .plato-minicart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  line-height: 22px;
  border-radius: 11px;
  color: #2fbe6d;
  background: rgba(47, 190, 109, 0.1);
}
.plato-user-panel .plato-topnav .plato-minicart .plato-dropdown-menu .plato-minicart-content {
  overflow-y: auto;
}
.plato-user-panel .plato-topnav .plato-minicart .plato-dropdown-menu .plato-minicart-content table {
  font-size: 85%;
  line-height: 26px;
}
.plato-user-panel .plato-topnav .plato-minicart .plato-dropdown-menu .plato-minicart-content table tr td {
  padding: 5px;
  border: none;
}
.plato-user-panel .plato-topnav .plato-minicart .plato-dropdown-menu .plato-minicart-content table tr td:nth-child(1) img {
  max-width: 64px;
  height: auto;
}
.plato-user-panel .plato-topnav .plato-minicart .plato-dropdown-menu .plato-minicart-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f4f2f9;
  padding: 5px 0;
  flex-wrap: wrap;
}
.plato-user-panel .plato-topnav .plato-minicart .plato-dropdown-menu .plato-minicart-footer .plato-button {
  display: flex;
  width: 100%;
  margin-top: 5px;
}
.plato-user-panel .plato-topnav .plato-announcements .plato-dropdown-menu,
.plato-user-panel .plato-topnav .plato-personal-messages .plato-dropdown-menu {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 380px;
}
.plato-user-panel .plato-topnav .plato-announcements .plato-dropdown-menu li > a,
.plato-user-panel .plato-topnav .plato-personal-messages .plato-dropdown-menu li > a {
  display: flex;
  line-height: 26px;
  font-size: 85%;
}
.plato-user-panel .plato-topnav .plato-announcements .plato-dropdown-menu li > a img,
.plato-user-panel .plato-topnav .plato-personal-messages .plato-dropdown-menu li > a img {
  max-width: 22px;
  height: auto;
  background: #f4f2f9;
  padding: 5px;
  border-radius: 3px;
  box-sizing: content-box;
  margin-right: 10px;
}
.plato-user-panel .plato-topnav .plato-announcements .plato-dropdown-menu li:not(:last-child),
.plato-user-panel .plato-topnav .plato-personal-messages .plato-dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #e8e5ef;
}
.plato-user-panel .plato-content {
  padding: 20px;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0s;
  min-height: 100vh;
}
@media (min-width: 1200px) {
  .plato-user-panel .plato-content-inner.plato-container {
    max-width: 1140px;
  }
}
.plato-user-panel .plato-notice {
  position: relative;
  border: 1px solid #f3efbe;
  padding-right: 30px;
}
.plato-user-panel .plato-notice .plato-close {
  font-size: 26px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.plato-user-panel .plato-widget-panel {
  position: relative;
}
.plato-user-panel .plato-widget-panel .plato-widget-header {
  margin-bottom: 10px;
}
.plato-user-panel .plato-widget-panel .plato-widget-header .plato-widget-title {
  margin-bottom: 0;
}
.plato-user-panel .plato-widget-panel .plato-widget-header .plato-widget-title .plato-subtitle {
  font-size: 11.9px;
  font-weight: normal;
  display: inline-block;
  float: right;
  color: #9790a5;
}
.plato-user-panel .plato-widget-panel .plato-widget-header .plato-widget-title .plato-dropdown {
  float: right;
  font-size: 11.9px;
}
.plato-user-panel .plato-widget-panel .plato-widget-header .plato-widget-title .plato-dropdown .plato-dropdown-menu li {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .plato-user-panel .plato-widget-panel table.plato-table-responsive thead {
    display: none;
  }
  .plato-user-panel .plato-widget-panel table.plato-table-responsive tbody tr td {
    display: block;
    width: 100%;
    border: none;
    padding: 5px 10px;
  }
  .plato-user-panel .plato-widget-panel table.plato-table-responsive tbody tr:nth-child(odd) td {
    background: rgba(244, 242, 249, 0.8);
  }
}
.plato-user-panel .plato-widget-panel-coupon h5 {
  margin-bottom: 0;
}
.plato-user-panel .plato-widget-panel-coupon p {
  line-height: 22px;
  color: #9790a5;
}
.plato-user-panel .plato-widget-panel-coupon strong {
  display: inline-block;
  border: 1px solid #683ab7;
  border-radius: 4px;
  padding: 0 15px;
  color: #683ab7;
  margin-top: 35px;
}
.plato-user-panel .plato-widget-panel-coupon img.plato-coupon-image {
  position: absolute;
  top: 0;
  right: 30px;
  max-width: 128px;
  height: auto;
}
.plato-user-panel .plato-widget-panel-info {
  overflow: hidden;
}
.plato-user-panel .plato-widget-panel-info .plato-icon {
  position: absolute;
  left: -30px;
  bottom: -30px;
}
.plato-user-panel .plato-widget-panel-info .plato-icon .material-symbols-rounded {
  font-size: 120px;
  opacity: 0.25;
}
.plato-user-panel .plato-widget-panel-stats1,
.plato-user-panel .plato-widget-panel-stats2 {
  text-align: center;
}
.plato-user-panel .plato-widget-panel-stats1 p,
.plato-user-panel .plato-widget-panel-stats2 p {
  line-height: 22px;
  color: #9790a5;
}
.plato-user-panel .plato-widget-panel-stats1 h3,
.plato-user-panel .plato-widget-panel-stats2 h3 {
  margin: 10px 0 20px 0;
  line-height: 22px;
}
.plato-user-panel .plato-widget-panel-stats3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plato-user-panel .plato-widget-panel-stats3 > div h3 {
  margin-bottom: 0;
}
.plato-user-panel .plato-widget-panel-stats3 > div p {
  color: #9790a5;
  font-size: 90%;
}
.plato-user-panel .plato-widget-panel-stats1 .plato-icon,
.plato-user-panel .plato-widget-panel-stats2 .plato-icon {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.plato-user-panel .plato-widget-panel-stats1 .plato-icon .material-symbols-rounded,
.plato-user-panel .plato-widget-panel-stats2 .plato-icon .material-symbols-rounded {
  font-size: 24px;
}
.plato-user-panel .plato-widget-panel-stats1 .plato-icon img,
.plato-user-panel .plato-widget-panel-stats2 .plato-icon img {
  max-width: 24px;
  height: auto;
}
.plato-user-panel .plato-widget-panel-stats3 .plato-icon {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 86px;
  height: 86px;
}
.plato-user-panel .plato-widget-panel-stats3 .plato-icon .material-symbols-rounded {
  font-size: 48px;
}
.plato-user-panel .plato-widget-panel-stats3 .plato-icon img {
  max-width: 48px;
  height: auto;
}
.plato-user-panel .plato-widget-panel-stats > .plato-row {
  height: 100%;
}
@media (min-width: 768px) {
  .plato-user-panel .plato-widget-panel-stats .plato-stats-col + .plato-date-col {
    position: relative;
    border-left: 1px solid #e8e5ef;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .plato-user-panel .plato-widget-panel-stats .plato-stats-col + .plato-date-col .plato-date {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .plato-user-panel .plato-widget-panel-stats .plato-date-col {
    border-top: 1px solid #e8e5ef;
    padding-top: 20px;
    margin-top: 20px;
  }
}
.plato-user-panel .plato-widget-panel-stats .plato-stats-col table {
  border: none;
}
.plato-user-panel .plato-widget-panel-stats .plato-stats-col td {
  padding: 12px 0;
  border: none;
}
.plato-user-panel .plato-widget-panel-stats .plato-stats-col td .plato-icon {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 48px;
  height: 48px;
}
.plato-user-panel .plato-widget-panel-stats .plato-stats-col td .plato-icon .material-symbols-rounded {
  font-size: 24px;
}
.plato-user-panel .plato-widget-panel-stats .plato-stats-col td .plato-icon img {
  max-width: 24px;
  height: auto;
}
.plato-user-panel .plato-widget-panel-stats .plato-stats-col td h6 {
  margin-bottom: 0;
  line-height: 22px;
}
.plato-user-panel .plato-widget-panel-stats .plato-stats-col td p {
  font-size: 85%;
  line-height: 22px;
  color: #9790a5;
}
.plato-user-panel .plato-widget-panel-stats .plato-stats-col tr > td:first-child {
  width: 60px;
}
.plato-user-panel .plato-widget-panel-stats .plato-stats-col tr > td:last-child {
  text-align: right;
  padding-right: 10px;
}
.plato-user-panel .plato-widget-panel-stats .plato-date {
  text-align: center;
}
.plato-user-panel .plato-widget-panel-stats .plato-date .plato-week {
  font-size: 24px;
  font-weight: bold;
}
.plato-user-panel .plato-widget-panel-stats .plato-date a {
  height: auto;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .plato-user-panel .plato-widget-panel-announcements,
  .plato-user-panel .plato-widget-panel-posts,
  .plato-user-panel .plato-widget-panel-comments,
  .plato-user-panel .plato-widget-panel-tickets {
    padding: 0;
  }
  .plato-user-panel .plato-widget-panel-announcements .plato-widget-header,
  .plato-user-panel .plato-widget-panel-posts .plato-widget-header,
  .plato-user-panel .plato-widget-panel-comments .plato-widget-header,
  .plato-user-panel .plato-widget-panel-tickets .plato-widget-header {
    padding: 20px;
  }
}
.plato-user-panel .plato-widget-panel-announcements table,
.plato-user-panel .plato-widget-panel-posts table,
.plato-user-panel .plato-widget-panel-comments table,
.plato-user-panel .plato-widget-panel-tickets table {
  border: none;
}
.plato-user-panel .plato-widget-panel-announcements tr td,
.plato-user-panel .plato-widget-panel-posts tr td,
.plato-user-panel .plato-widget-panel-comments tr td,
.plato-user-panel .plato-widget-panel-tickets tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
  border: none;
}
.plato-user-panel .plato-widget-panel-announcements tr td a,
.plato-user-panel .plato-widget-panel-posts tr td a,
.plato-user-panel .plato-widget-panel-comments tr td a,
.plato-user-panel .plato-widget-panel-tickets tr td a {
  line-height: 34px;
  height: 34px;
  overflow: hidden;
}
.plato-user-panel .plato-widget-panel-announcements tr td:nth-child(1),
.plato-user-panel .plato-widget-panel-posts tr td:nth-child(1),
.plato-user-panel .plato-widget-panel-comments tr td:nth-child(1),
.plato-user-panel .plato-widget-panel-tickets tr td:nth-child(1) {
  width: 46px;
}
.plato-user-panel .plato-widget-panel-announcements tr td:nth-child(1) img,
.plato-user-panel .plato-widget-panel-posts tr td:nth-child(1) img,
.plato-user-panel .plato-widget-panel-comments tr td:nth-child(1) img,
.plato-user-panel .plato-widget-panel-tickets tr td:nth-child(1) img {
  max-width: 22px !important;
  height: auto !important;
  background: #f4f2f9;
  padding: 5px;
  border-radius: 6px;
  box-sizing: content-box;
}
.plato-user-panel .plato-widget-panel-announcements tr td:nth-child(3),
.plato-user-panel .plato-widget-panel-posts tr td:nth-child(3),
.plato-user-panel .plato-widget-panel-comments tr td:nth-child(3),
.plato-user-panel .plato-widget-panel-tickets tr td:nth-child(3) {
  text-align: right;
  color: #9790a5;
  font-size: 85%;
  width: 88px;
}
.plato-user-panel .plato-widget-panel-announcements tr.plato-is-viewed td:nth-child(2),
.plato-user-panel .plato-widget-panel-announcements tr.plato-is-viewed td:nth-child(3),
.plato-user-panel .plato-widget-panel-posts tr.plato-is-viewed td:nth-child(2),
.plato-user-panel .plato-widget-panel-posts tr.plato-is-viewed td:nth-child(3),
.plato-user-panel .plato-widget-panel-comments tr.plato-is-viewed td:nth-child(2),
.plato-user-panel .plato-widget-panel-comments tr.plato-is-viewed td:nth-child(3),
.plato-user-panel .plato-widget-panel-tickets tr.plato-is-viewed td:nth-child(2),
.plato-user-panel .plato-widget-panel-tickets tr.plato-is-viewed td:nth-child(3) {
  color: #c5c0d0;
}
.plato-user-panel .plato-widget-panel-contact {
  padding: 0;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-header {
  background: rgba(104, 58, 183, 0.1);
  text-align: center;
  padding: 50px 50px 0 50px;
  border-radius: 7px 7px 0 0;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-header img {
  max-width: 256px;
  height: auto;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body {
  padding: 20px;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body .plato-contact-title {
  display: flex;
  line-height: 24px;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body .plato-contact-title > div:nth-child(1) {
  text-align: center;
  margin-right: 10px;
  border-right: 1px solid #e8e5ef;
  padding-right: 15px;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body .plato-contact-title > div:nth-child(1) .plato-day {
  font-weight: bold;
  font-size: 24px;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body .plato-contact-title > div:nth-child(1) .plato-week {
  font-size: 85%;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body .plato-contact-title > div:nth-child(2) {
  padding-left: 15px;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body .plato-contact-title > div:nth-child(2) div:nth-child(1) {
  font-weight: bold;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body .plato-contact-title > div:nth-child(2) div:nth-child(2) {
  color: #9790a5;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body table {
  margin-top: 20px;
  border: none;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body table tr td {
  border: none;
  padding: 5px 0;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body table tr td .plato-icon {
  background: rgba(115, 103, 240, 0.1);
  color: #7367f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 42px;
  height: 42px;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body table tr td .plato-icon .material-symbols-rounded {
  font-size: 20px;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body table tr td .plato-icon img {
  max-width: 20px;
  height: auto;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body table tr td:first-child {
  width: 60px;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body table tr td:last-child {
  line-height: 24px;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body table tr td:last-child div:first-child {
  font-weight: bold;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body table tr td:last-child div:last-child {
  color: #9790a5;
}
.plato-user-panel .plato-widget-panel-contact .plato-contact-body table tr td:last-child div:last-child a {
  color: #9790a5;
}
.plato-user-panel .plato-widget-panel-products {
  padding: 0;
}
.plato-user-panel .plato-widget-panel-products table thead tr th {
  background: #f4f2f9;
  color: #9790a5;
  padding: 10px 20px;
  border: none;
}
.plato-user-panel .plato-widget-panel-products table thead tr th:first-child {
  border-top-left-radius: 7px;
}
.plato-user-panel .plato-widget-panel-products table thead tr th:last-child {
  border-top-right-radius: 7px;
}
.plato-user-panel .plato-widget-panel-products table tbody tr td {
  padding: 20px 10px;
  border: none;
  border-bottom: 1px solid #f4f2f9;
}
.plato-user-panel .plato-widget-panel-products table tbody tr td.plato-product-title div {
  display: flex;
  align-items: center;
}
.plato-user-panel .plato-widget-panel-products table tbody tr td.plato-product-title div img {
  max-width: 22px !important;
  height: auto !important;
  background: #f4f2f9;
  padding: 5px;
  border-radius: 6px;
  box-sizing: content-box;
  margin-right: 10px;
}
.plato-user-panel .plato-widget-panel-products table tbody tr td.plato-product-stock span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  line-height: 22px;
  height: 22px;
  border-radius: 11px;
  font-size: 85%;
}
.plato-user-panel .plato-widget-panel-products table tbody tr td.plato-product-stock .plato-instock {
  color: #166534;
  background: #bbf7d0;
}
.plato-user-panel .plato-widget-panel-products table tbody tr td.plato-product-stock .plato-outofstock {
  color: #991b1b;
  background: #fecaca;
}
.plato-user-panel .plato-footer {
  padding: 10px 20px;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0s;
  color: #9790a5;
  font-size: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plato-user-panel .plato-footer .socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.plato-user-panel .plato-footer .socials .material-symbols-rounded {
  font-size: 24px;
}
.plato-user-panel .plato-section-container img {
  max-width: 100%;
  height: auto;
}
.plato-user-panel .plato-section-container img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
.plato-user-panel .plato-section-container img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.plato-user-panel .plato-section-container img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.plato-user-panel .plato-section-container .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.plato-user-panel .plato-section-container .alignright {
  float: right;
}
.plato-user-panel .plato-section-container .alignleft {
  float: left;
}
.plato-user-panel .plato-section-container .wp-caption {
  max-width: 100%;
}
.plato-user-panel .plato-profile-avatar {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.plato-user-panel .plato-profile-avatar .avatar {
  border: 1px solid #f4f2f9;
}
.plato-user-panel .plato-profile-avatar > div:nth-child(1) {
  margin-right: 20px;
}
.plato-user-panel .plato-profile-avatar > div:nth-child(2) > div:nth-child(1) {
  font-weight: bold;
  font-size: 150%;
}
.plato-user-panel .plato-profile-avatar > div:nth-child(2) > div:nth-child(2) {
  color: #9790a5;
}
.plato-user-panel #destroy-sessions strong {
  cursor: pointer;
}
.plato-user-panel #destroy-sessions p {
  color: #9790a5;
}
.plato-user-panel .plato-files a {
  display: flex;
  background: rgba(244, 242, 249, 0.75);
  border-radius: 4px;
  overflow: hidden;
  line-height: 52px;
  height: 52px;
  text-decoration: none;
  margin-bottom: 10px;
}
.plato-user-panel .plato-files a:hover span:nth-child(1) {
  background: #ffe8d2;
}
.plato-user-panel .plato-files a:hover span:nth-child(2) {
  color: #160c26;
}
.plato-user-panel .plato-files a span {
  transition: all 300ms ease-in-out;
}
.plato-user-panel .plato-files a span:nth-child(1) {
  background: #fef2e4;
  height: 52px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.plato-user-panel .plato-files a span:nth-child(1) img {
  width: 24px;
  height: 24px;
}
.plato-user-panel .plato-files a span:nth-child(2) {
  padding: 0 10px;
  overflow: hidden;
  color: #9790a5;
}
.plato-user-panel .plato-files a span:nth-child(3) {
  margin-left: auto;
  margin-right: 10px;
}
.plato-user-panel .plato-files a span:nth-child(3) img {
  width: 18px;
  height: 18px;
}
.plato-user-panel .plato-user-dashboard .card-section-title {
  display: none;
}
.plato-user-panel .plato-user-dashboard .plato-section-container {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.plato-user-panel .plato-user-wishlist .plato-section-container {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.plato-user-panel .plato-user-wishlist .plato-section-container .plato-wishlist-item {
  padding: 0;
  overflow: hidden;
}
.plato-user-panel .plato-user-wishlist .plato-section-container .plato-wishlist-item img {
  width: 100%;
  height: 200px;
}
.plato-user-panel .plato-user-wishlist .plato-section-container .plato-wishlist-item .plato-post-title {
  margin: 20px;
  height: 68px;
  line-height: 34px;
  overflow: hidden;
}
.plato-user-panel .plato-user-wishlist .plato-section-container .plato-wishlist-item .plato-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plato-user-panel .plato-user-wishlist .plato-section-container .plato-wishlist-item .plato-actions .plato-button {
  width: 100%;
}
.plato-user-panel .plato-user-wishlist .plato-section-container .plato-wishlist-item .plato-actions .plato-button:nth-child(1) {
  border-radius: 0;
}
.plato-user-panel .plato-user-wishlist .plato-section-container .plato-wishlist-item .plato-actions .plato-button:nth-child(2) {
  border-radius: 0;
}
.plato-user-panel.plato-skin-bordered .plato-user-wishlist .plato-section-container {
  border: none !important;
}
.plato-user-panel.plato-skin-bordered .plato-user-wishlist .plato-section-container .plato-post-item .plato-actions .plato-button {
  border-radius: 0 !important;
}
.plato-user-panel .plato-user-comments .plato-section-container {
  padding-left: 70px;
}
.plato-user-panel .plato-user-comments .plato-section-container .plato-comment-item {
  position: relative;
}
.plato-user-panel .plato-user-comments .plato-section-container .plato-comment-item .plato-bullet {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #ff9e00;
  border-radius: 50%;
  left: -50px;
  top: 0;
  z-index: 2;
  transform: translateY(100%);
}
.plato-user-panel .plato-user-comments .plato-section-container .plato-comment-item .plato-bullet:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: rgba(255, 158, 0, 0.3);
  left: -4px;
  top: -4px;
  z-index: 2;
  border-radius: 50%;
}
.plato-user-panel .plato-user-comments .plato-section-container .plato-comment-item .plato-comment-header {
  position: relative;
}
@media (min-width: 768px) {
  .plato-user-panel .plato-user-comments .plato-section-container .plato-comment-item .plato-comment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.plato-user-panel .plato-user-comments .plato-section-container .plato-comment-item .plato-comment-header:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #e8e5ef;
  left: -45px;
  top: 0;
  position: absolute;
}
.plato-user-panel .plato-user-comments .plato-section-container .plato-comment-item .plato-comment-header span {
  font-size: 90%;
  color: #9790a5;
}
.plato-user-panel .plato-user-comments .plato-section-container .plato-comment-item .plato-comment-content {
  position: relative;
}
.plato-user-panel .plato-user-comments .plato-section-container .plato-comment-item .plato-comment-content:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #e8e5ef;
  left: -45px;
  top: 0;
  position: absolute;
}
.plato-user-panel .plato-user-comments .plato-section-container .plato-comment-item .plato-comment-status {
  position: relative;
}
.plato-user-panel .plato-user-comments .plato-section-container .plato-comment-item .plato-comment-status:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #e8e5ef;
  left: -45px;
  top: 0;
  position: absolute;
}
.plato-user-panel .plato-user-comments .plato-section-container .plato-comment-item .plato-comment-status span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  line-height: 22px;
  height: 22px;
  border-radius: 11px;
  font-size: 85%;
}
.plato-user-panel .plato-user-comments .plato-section-container .plato-comment-item .plato-comment-status.plato-comment-approved span {
  color: #166534;
  background: #bbf7d0;
}
.plato-user-panel .plato-user-comments .plato-section-container .plato-comment-item .plato-comment-status.plato-comment-unapproved span {
  color: #991b1b;
  background: #fecaca;
}
.plato-user-panel .plato-user-comments .plato-section-container .plato-comment-items .plato-comment-item:nth-child(1) .plato-comment-header:before {
  height: 50%;
  top: unset;
  transform: translateY(50%);
}
.plato-user-panel .plato-user-comments .plato-section-container .plato-comment-items .plato-comment-item:not(:last-child) .plato-comment-status {
  padding-bottom: 20px;
}
.plato-user-panel .plato-user-announcements .plato-section-container,
.plato-user-panel .plato-user-personal-messages .plato-section-container {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.plato-user-panel .plato-user-announcements .plato-section-container .plato-announcement-item,
.plato-user-panel .plato-user-personal-messages .plato-section-container .plato-announcement-item {
  display: flex;
  align-items: center;
  background: #ffffff;
}
.plato-user-panel .plato-user-announcements .plato-section-container .plato-announcement-item .plato-column1,
.plato-user-panel .plato-user-personal-messages .plato-section-container .plato-announcement-item .plato-column1 {
  margin-right: 20px;
}
.plato-user-panel .plato-user-announcements .plato-section-container .plato-announcement-item .plato-column1 img,
.plato-user-panel .plato-user-personal-messages .plato-section-container .plato-announcement-item .plato-column1 img {
  max-width: 115px;
  height: auto;
}
.plato-user-panel .plato-user-announcements .plato-section-container .plato-announcement-item .plato-column2 h5,
.plato-user-panel .plato-user-personal-messages .plato-section-container .plato-announcement-item .plato-column2 h5 {
  margin: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plato-user-panel .plato-user-announcements .plato-section-container .plato-announcement-item .plato-column2 .plato-unviewed,
.plato-user-panel .plato-user-personal-messages .plato-section-container .plato-announcement-item .plato-column2 .plato-unviewed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  line-height: 22px;
  height: 22px;
  border-radius: 11px;
  font-size: 11px;
  color: #991b1b;
  background: #fecaca;
}
.plato-user-panel .plato-user-announcements .plato-section-container .plato-announcement-item .plato-column2 .plato-date,
.plato-user-panel .plato-user-personal-messages .plato-section-container .plato-announcement-item .plato-column2 .plato-date {
  color: #9790a5;
}
@media (max-width: 768px) {
  .plato-user-panel .plato-user-announcements .plato-section-container .plato-announcement-item,
  .plato-user-panel .plato-user-personal-messages .plato-section-container .plato-announcement-item {
    display: block;
    text-align: center;
  }
}
.plato-user-panel .plato-user-announcements .plato-section-container .plato-announcement-view .plato-announcement-header,
.plato-user-panel .plato-user-personal-messages .plato-section-container .plato-announcement-view .plato-announcement-header {
  margin-bottom: 20px;
}
.plato-user-panel .plato-user-announcements .plato-section-container .plato-announcement-view .plato-announcement-header .plato-date,
.plato-user-panel .plato-user-personal-messages .plato-section-container .plato-announcement-view .plato-announcement-header .plato-date {
  color: #9790a5;
  display: flex;
  align-items: center;
}
.plato-user-panel .plato-user-announcements .plato-section-container .plato-announcement-view .plato-announcement-header .plato-date .material-symbols-rounded,
.plato-user-panel .plato-user-personal-messages .plato-section-container .plato-announcement-view .plato-announcement-header .plato-date .material-symbols-rounded {
  font-size: 20px;
  margin-right: 10px;
}
.plato-user-panel.plato-skin-bordered .plato-user-announcements .plato-section-container,
.plato-user-panel.plato-skin-bordered .plato-user-personal-messages .plato-section-container {
  border: none !important;
}
.plato-user-panel .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  max-width: 100%;
  border: none;
  padding: 0;
  background: transparent;
}
.plato-user-panel .plato-section-orders .plato-section-container,
.plato-user-panel .plato-section-proforma-invoice .plato-section-container,
.plato-user-panel .plato-section-downloads .plato-section-container {
  background: transparent;
  padding: 0;
  overflow: hidden;
}
.plato-user-panel mark {
  border-radius: 3px;
  padding: 0 3px;
  background: #FED330;
  color: #92672c;
}
.plato-user-panel address {
  background-color: #fffdeb;
  padding: 10px;
  border-radius: 3px;
}
.plato-user-panel .required {
  color: #D90429 !important;
  text-decoration: none;
}
.plato-user-panel .form-row {
  margin-bottom: 20px;
}
.plato-user-panel span.select2.select2-container--default span.select2-selection--single {
  border: none;
  border-radius: 4px;
  background: #f4f2f9;
  height: 52px;
}
.plato-user-panel span.select2.select2-container--default span.select2-selection--single span.select2-selection__rendered {
  line-height: 52px;
}
.plato-user-panel span.select2.select2-container--default span.select2-selection--single span.select2-selection__arrow {
  top: 13px;
}
.plato-user-panel .woocommerce-Message,
.plato-user-panel .woocommerce-message,
.plato-user-panel .woocommerce-notice--success {
  background-color: #eeffdf;
  border: 1px solid #b7ecb8;
  color: #518541;
  border-radius: 3px;
}
.plato-user-panel .woocommerce-Message li:before,
.plato-user-panel .woocommerce-message li:before,
.plato-user-panel .woocommerce-notice--success li:before {
  display: none;
}
.plato-user-panel .woocommerce-Message:before,
.plato-user-panel .woocommerce-message:before,
.plato-user-panel .woocommerce-notice--success:before {
  color: #518541;
}
.plato-user-panel .woocommerce-Message .button,
.plato-user-panel .woocommerce-message .button,
.plato-user-panel .woocommerce-notice--success .button {
  height: 32px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.plato-user-panel .woocommerce-info,
.plato-user-panel .woocommerce-Message--info {
  border: 1px solid #00BFD6;
  background-color: rgba(0, 191, 214, 0.1);
  color: #00BFD6;
  border-radius: 3px;
}
.plato-user-panel .woocommerce-info li:before,
.plato-user-panel .woocommerce-Message--info li:before {
  display: none;
}
.plato-user-panel .woocommerce-info:before,
.plato-user-panel .woocommerce-Message--info:before {
  color: #00BFD6;
}
.plato-user-panel .woocommerce-error,
.plato-user-panel .woocommerce-Message--error {
  background-color: #fff3f5;
  border: 1px solid #ffc1c5;
  color: #ef5662;
  border-radius: 3px;
}
.plato-user-panel .woocommerce-error li:before,
.plato-user-panel .woocommerce-Message--error li:before {
  display: none;
}
.plato-user-panel .woocommerce-error:before,
.plato-user-panel .woocommerce-Message--error:before {
  color: #ef5662;
}
.plato-user-panel .woocommerce-error .button,
.plato-user-panel .woocommerce-Message--error .button {
  height: 32px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.plato-user-panel em {
  color: #9790a5;
}
.plato-user-panel .woocommerce-columns {
  display: flex;
}
.plato-user-panel .woocommerce-columns .woocommerce-column.col-1,
.plato-user-panel .woocommerce-columns .woocommerce-column.col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .plato-user-panel .woocommerce-columns .woocommerce-column.col-1,
  .plato-user-panel .woocommerce-columns .woocommerce-column.col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.plato-user-panel .col-1.woocommerce-Address {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.plato-user-panel .woocommerce-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #ffffff;
  border-top: 1px solid #e8e5ef;
}
.plato-user-panel .woocommerce-pagination .button {
  height: 32px;
  margin: 0 5px;
}
.plato-user-panel .shop_table {
  border-collapse: collapse;
  width: 100%;
}
.plato-user-panel .shop_table thead th,
.plato-user-panel .shop_table thead td,
.plato-user-panel .shop_table tbody th,
.plato-user-panel .shop_table tbody td,
.plato-user-panel .shop_table tfoot th,
.plato-user-panel .shop_table tfoot td {
  transition: all 300ms ease-in-out;
  padding: 10px;
}
.plato-user-panel .shop_table thead th,
.plato-user-panel .shop_table tbody th,
.plato-user-panel .shop_table tfoot th {
  background: #e8e5ef;
}
.plato-user-panel .shop_table thead td,
.plato-user-panel .shop_table tbody td,
.plato-user-panel .shop_table tfoot td {
  background: #ffffff;
}
.plato-user-panel .shop_table thead td .button,
.plato-user-panel .shop_table tbody td .button,
.plato-user-panel .shop_table tfoot td .button {
  height: 30px;
  margin: 2px;
}
@media (max-width: 768px) {
  .plato-user-panel .shop_table thead td .button,
  .plato-user-panel .shop_table tbody td .button,
  .plato-user-panel .shop_table tfoot td .button {
    height: auto;
    line-height: 22px;
  }
}
.plato-user-panel .shop_table thead tr:not(:last-child) th,
.plato-user-panel .shop_table thead tr:not(:last-child) td,
.plato-user-panel .shop_table tbody tr:not(:last-child) th,
.plato-user-panel .shop_table tbody tr:not(:last-child) td,
.plato-user-panel .shop_table tfoot tr:not(:last-child) th,
.plato-user-panel .shop_table tfoot tr:not(:last-child) td {
  border-bottom: 1px solid #e8e5ef;
}
@media (max-width: 768px) {
  .plato-user-panel .shop_table:not(.woocommerce-table--order-details) thead,
  .plato-user-panel .shop_table:not(.woocommerce-table--order-details) tfoot {
    display: none;
  }
  .plato-user-panel .shop_table tbody td {
    display: block;
  }
  .plato-user-panel .shop_table tbody tr:last-child th:not(:last-child),
  .plato-user-panel .shop_table tbody tr:last-child td:not(:last-child) {
    border-bottom: 1px solid #e8e5ef;
  }
  .plato-user-panel .shop_table tbody tr:nth-child(odd) td {
    background-color: rgba(244, 242, 249, 0.7);
  }
}
.plato-user-panel .woocommerce-orders-table .woocommerce-orders-table__cell-order-status .plato-order-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  padding: 0 10px;
  background: #f4f2f9;
  height: 26px;
  font-size: 90%;
}
.plato-user-panel .woocommerce-orders-table .woocommerce-orders-table__cell-order-status .plato-order-status-failed {
  background: rgb(252, 231, 243);
  color: rgb(157, 23, 77);
}
.plato-user-panel .woocommerce-orders-table .woocommerce-orders-table__cell-order-status .plato-order-status-refunded {
  background: #ecf0f1;
  color: #718093;
}
.plato-user-panel .woocommerce-orders-table .woocommerce-orders-table__cell-order-status .plato-order-status-cancelled {
  background: rgba(214, 48, 49, 0.14);
  color: #d63031;
}
.plato-user-panel .woocommerce-orders-table .woocommerce-orders-table__cell-order-status .plato-order-status-on-hold {
  background: rgb(254, 243, 199);
  color: rgb(164, 64, 14);
}
.plato-user-panel .woocommerce-orders-table .woocommerce-orders-table__cell-order-status .plato-order-status-pending-payment {
  background: rgba(108, 92, 231, 0.14);
  color: #5647c6;
}
.plato-user-panel .woocommerce-orders-table .woocommerce-orders-table__cell-order-status .plato-order-status-completed {
  background: rgb(220, 252, 231);
  color: rgb(22, 101, 52);
}
.plato-user-panel .woocommerce-orders-table .woocommerce-orders-table__cell-order-status .plato-order-status-processing {
  background: rgb(219, 234, 254);
  color: rgb(30, 64, 175);
}
.plato-user-panel .woocommerce-orders-table .woocommerce-orders-table__cell-order-status .plato-order-status-proforma-invoice {
  background: #e2d2e9;
  color: #712f8d;
}
.plato-user-panel .woocommerce-orders-table .woocommerce-orders-table__cell-order-total .amount {
  font-weight: bold;
}
.plato-user-panel .myaccount-orders .woocommerce-pagination {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plato-user-panel .myaccount-orders .woocommerce-pagination a {
  display: flex;
  align-items: center;
}
.plato-user-panel .myaccount-orders .woocommerce-pagination a span[data-icon] {
  font-size: 20px;
  position: relative;
  top: 3px;
}
.plato-user-panel .plato-section:not(.plato-section-downloads) .woocommerce-order-downloads .shop_table,
.plato-user-panel .plato-section:not(.plato-section-downloads) .woocommerce-order-details .shop_table {
  border: 1px solid #e8e5ef;
}
.plato-user-panel .woocommerce-customer-details .woocommerce-column__title {
  margin-top: 20px;
}
.plato-user-panel .woocommerce-order-details .woocommerce-order-details__title {
  margin-top: 20px;
}
.plato-user-panel .woocommerce-order-details .order-again {
  padding: 20px 0;
}
.plato-user-panel .plato-section-edit-address .col2-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plato-user-panel .plato-section-edit-address .col2-set .col-1,
.plato-user-panel .plato-section-edit-address .col2-set .col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .plato-user-panel .plato-section-edit-address .col2-set .col-1,
  .plato-user-panel .plato-section-edit-address .col2-set .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.plato-user-panel .woocommerce-address-fields button {
  margin-top: 20px;
}
.plato-user-panel .woocommerce-order-downloads.woocommerce-order-downloads-arranged {
  background: #ffffff;
}
.plato-user-panel .woocommerce-order-downloads.woocommerce-order-downloads-arranged h5.order-downloads-subtitle {
  margin: 0;
  padding: 10px;
  color: #000000;
}
.plato-user-panel .woocommerce-order-downloads.woocommerce-order-downloads-arranged h5.order-downloads-subtitle span:nth-child(2) {
  font-weight: normal;
}
.plato-user-panel .woocommerce-order-downloads.woocommerce-order-downloads-arranged .woocommerce-table:not(:last-child) tbody tr:last-child td {
  border-bottom: 1px solid #e8e5ef;
}
.plato-user-panel.theme-irankala .woocommerce-MyAccount-content .content-title {
  display: none;
}
.plato-user-panel.theme-irankala .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plato-user-panel.theme-irankala .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2 {
  margin-bottom: 0;
}
.plato-user-panel.theme-irankala .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title .edit {
  border: none;
}
.plato-user-panel.theme-irankala .plato-section-orders .plato-section-container,
.plato-user-panel.theme-irankala .plato-section-downloads .plato-section-container {
  background: #ffffff;
  padding: 15px;
}
.plato-user-panel.theme-irankala .order-items .order-item .product-img a svg,
.plato-user-panel.theme-irankala .button-outline svg {
  fill: #ffffff;
}
.plato-user-panel.theme-irankala .order-tracking #tracking-form div button {
  height: 52px;
  padding: 0;
}
.plato-user-panel.theme-irankala ~ #faq-toggle {
  display: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .plato-user-panel.theme-irankala .user-account-posts-list .inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.plato-user-panel #plato-mobile-verification-hint {
  display: none;
}
.plato-user-panel #plato-wc-otp-form .plato-otp-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
}
.plato-user-panel #plato-wc-otp-form .plato-otp-inputs .plato-otp-input {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  -moz-appearance: textfield;
}
.plato-user-panel #plato-wc-otp-form .plato-otp-inputs .plato-otp-input::-webkit-outer-spin-button,
.plato-user-panel #plato-wc-otp-form .plato-otp-inputs .plato-otp-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.plato-user-panel #plato-wc-otp-form #plato-wc-verify-btn {
  width: 100%;
}
.plato-user-panel #plato-wc-otp-form .plato-resend-otp {
  text-align: center;
  font-weight: bold;
}
.plato-user-panel #plato-wc-otp-form .plato-resend-otp #plato-otp-countdown {
  font-weight: normal;
  opacity: 0.75;
}
.plato-user-panel .wpast-wrap .wpast-btn {
  height: 42px;
  line-height: 32px;
}
.plato-user-panel .wpast-wrap .wpast-btn-small {
  line-height: 26px;
  height: 28px;
}
.plato-user-panel .wpast-wrap .wpast-custom-select {
  background: #FFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23c6cdd2' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 10px;
}
.plato-user-panel .wpast-wrap .wpast-form-control:not(textarea) {
  height: 42px;
}
.plato-user-panel .wpast-wrap .wpast-form-control {
  border: 1px solid #dcdcdc;
}
.plato-user-panel .wpast-wrap .wpast-checkbox:checked:before {
  margin: unset;
}
.plato-user-panel .wpast-wrap .wpast-radio:checked:before {
  margin: unset;
}
.plato-user-panel .wp-editor-wrap button {
  height: auto !important;
  background: unset !important;
  border-radius: 0;
}
.plato-user-panel .wp-editor-wrap .wp-switch-editor {
  float: left;
  box-sizing: content-box;
  position: relative;
  top: 1px;
  background: #f0f0f1;
  color: #646970;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.46153846;
  height: 20px;
  margin: 5px 0 0 5px;
  padding: 3px 8px 4px;
  border: 1px solid #dcdcde;
}
.plato-user-panel .wp-editor-wrap.html-active .switch-html, .plato-user-panel .wp-editor-wrap.tmce-active .switch-tmce {
  background: #f6f7f7;
  color: #50575e;
  border-bottom-color: #f6f7f7;
}
.plato-user-panel .wp-editor-wrap.wp-core-ui .button-group.button-small .button, .plato-user-panel .wp-editor-wrap.wp-core-ui .button.button-small {
  min-height: 26px;
  height: auto;
  line-height: 2.18181818;
  padding: 0 8px;
  font-size: 11px;
}
.plato-user-panel .wp-editor-wrap textarea.wp-editor-area {
  border: none;
  background: transparent;
}
.plato-user-panel .plato-section-orders-tracking p, .plato-user-panel .plato-section-orders-tracking br {
  display: none !important;
}
.plato-user-panel .plato-section-orders-tracking #plato-orders-tracking-form {
  position: relative;
  margin-bottom: 20px;
}
.plato-user-panel .plato-section-orders-tracking #plato-orders-tracking-form button {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.plato-user-panel .plato-section-orders-tracking #plato-orders-tracking-form button .material-symbols-rounded {
  font-size: 20px;
  margin-right: 10px;
}
.plato-user-panel .plato-section-orders-tracking .plato-last-tracking {
  text-align: center;
  padding: 10px;
  background-color: rgba(0, 191, 214, 0.1);
  color: #00BFD6;
  margin-bottom: 20px;
  border-radius: 3px;
}
.plato-user-panel .plato-section-orders-tracking .plato-last-tracking > div:first-child {
  font-size: 16px;
  font-weight: bold;
}
.plato-user-panel .plato-section-orders-tracking .plato-order-details {
  margin-bottom: 20px;
  color: #9790a5;
}
.plato-user-panel .plato-section-orders-tracking .plato-order-details a {
  text-decoration: underline;
}
.plato-user-panel .plato-section-orders-tracking .plato-tracking-steps {
  line-height: 22px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .plato-user-panel .plato-section-orders-tracking .plato-tracking-steps {
    padding-right: 15px;
  }
}
.plato-user-panel .plato-section-orders-tracking .plato-tracking-steps .plato-tracking-step {
  flex: 1 0 100%;
}
.plato-user-panel .plato-section-orders-tracking .plato-tracking-steps .plato-tracking-step > div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #e8e5ef;
}
.plato-user-panel .plato-section-orders-tracking .plato-tracking-steps .plato-tracking-step > div .plato-tracking-step-info {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 3px;
  position: relative;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  width: calc(100% - 39px);
}
.plato-user-panel .plato-section-orders-tracking .plato-tracking-steps .plato-tracking-step > div .plato-tracking-step-info:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  right: -10px;
  background-color: #ffffff;
}
.plato-user-panel .plato-section-orders-tracking .plato-tracking-steps .plato-tracking-step > div .plato-tracking-step-info > div:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
}
.plato-user-panel .plato-section-orders-tracking .plato-tracking-steps .plato-tracking-step > div .plato-tracking-step-info > div:nth-child(3) {
  color: #9790a5;
}
.plato-user-panel .plato-section-orders-tracking .plato-tracking-steps .plato-tracking-step > div .plato-tracking-step-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  color: #c5c0d0;
  background-color: #ffffff;
  position: relative;
  left: 21px;
  font-size: 24px;
}
.plato-user-panel .plato-section-orders-tracking .plato-tracking-steps .plato-tracking-step:nth-child(even) > div {
  margin-left: auto;
  border-left: 1px solid #e8e5ef;
  border-right: none;
}
.plato-user-panel .plato-section-orders-tracking .plato-tracking-steps .plato-tracking-step:nth-child(even) > div .plato-tracking-step-info {
  text-align: right;
}
.plato-user-panel .plato-section-orders-tracking .plato-tracking-steps .plato-tracking-step:nth-child(even) > div .plato-tracking-step-info:after {
  right: unset;
  left: -10px;
}
.plato-user-panel .plato-section-orders-tracking .plato-tracking-steps .plato-tracking-step:nth-child(even) > div .plato-tracking-step-icon {
  left: -21px;
  right: unset;
}
.plato-user-panel .plato-posts .plato-btn-wrapper {
  text-align: right;
  padding-bottom: 20px;
}
.plato-user-panel .plato-posts .plato-total {
  padding: 0 15px;
  color: #9790a5;
}
.plato-user-panel .plato-posts .plato-posts-table .plato-col-image img {
  max-width: 50px;
  height: auto;
}
.plato-user-panel .plato-posts .plato-posts-table .plato-col-status .plato-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  padding: 0 10px;
  background: #f4f2f9;
  height: 26px;
  font-size: 90%;
}
.plato-user-panel .plato-posts .plato-posts-table .plato-col-status .plato-status-draft {
  background: rgb(252, 231, 243);
  color: rgb(157, 23, 77);
}
.plato-user-panel .plato-posts .plato-posts-table .plato-col-status .plato-status-private {
  background: rgba(214, 48, 49, 0.14);
  color: #d63031;
}
.plato-user-panel .plato-posts .plato-posts-table .plato-col-status .plato-status-pending {
  background: rgba(108, 92, 231, 0.14);
  color: #5647c6;
}
.plato-user-panel .plato-posts .plato-posts-table .plato-col-status .plato-status-publish {
  background: rgb(220, 252, 231);
  color: rgb(22, 101, 52);
}
.plato-user-panel .plato-posts:not(.plato-submit-post) {
  margin-right: -20px;
  margin-left: -20px;
}
.plato-user-panel .plato-posts:not(.plato-submit-post) .plato-btn-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.plato-user-panel .plato-posts:not(.plato-submit-post) .plato-posts-table {
  border-left: none;
  border-right: none;
}
.plato-user-panel .plato-submit-post .plato-tax-list {
  padding: 15px;
  max-height: 260px;
  overflow-y: scroll;
  border: 1px solid #e8e5ef;
  border-radius: 4px;
}
.plato-user-panel .plato-submit-post .plato-upload {
  padding: 20px;
  background-color: #f0f8ff;
  border: 1px dashed #b3cbde;
  text-align: center;
  border-radius: 4px;
}
.plato-user-panel .plato-submit-post .plato-upload label {
  margin-bottom: 0;
}
.plato-user-panel .plato-submit-post .plato-upload input[type=file] {
  display: none;
}
.plato-user-panel *, .plato-user-panel *::before, .plato-user-panel *::after {
  box-sizing: border-box;
}
.plato-user-panel a {
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.plato-user-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.plato-user-panel p {
  margin: 0;
}
.plato-user-panel.plato-logged-in {
  background: #F1F5F9;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav {
  background: #ffffff;
  box-shadow: 0 0 15px 0 rgba(34, 41, 47, 0.05);
  width: 300px;
  position: fixed;
  color: #6e6b7b;
  z-index: 1002;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0s;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-brand-logo {
  padding: 15px;
  border-bottom: 1px solid #f4f2f9;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content {
  position: relative;
  width: 300px;
  height: 100%;
  padding: 10px 10px 100px;
  overflow-y: auto;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content .plato-avatar {
  text-align: center;
  border-bottom: 1px solid #f4f2f9;
  padding-top: 15px;
  padding-bottom: 15px;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content .plato-avatar img {
  border-radius: 50%;
  border: 1px solid #f4f2f9;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  float: none;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content .plato-avatar .plato-display-name {
  margin-top: 10px;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content .plato-avatar .plato-user-email {
  display: block;
  opacity: 0.6;
  line-height: 14px;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul li a {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  background: transparent;
  border-radius: 3px;
  position: relative;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul li a .plato-icon {
  margin-right: 10px;
  width: 28px;
  height: 28px;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul li a .plato-icon img {
  width: 100%;
  height: auto;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul li a .plato-chevron {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #b1abbe;
  height: 24px;
  width: 24px;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul li a .plato-badge {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul li a .plato-badge.plato-badge-success {
  background: rgba(47, 190, 109, 0.15);
  color: #2fbe6d;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul li a .plato-badge.plato-badge-primary {
  background: rgba(104, 58, 183, 0.15);
  color: #683ab7;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul li a .plato-badge.plato-badge-danger {
  background: rgba(217, 4, 41, 0.15);
  color: #D90429;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul li a .plato-badge.plato-badge-warning {
  background: rgba(255, 158, 0, 0.15);
  color: #ff9e00;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul li a .plato-chevron + .plato-badge {
  right: 25px;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul li.plato-active > a {
  background: #683ab7;
  color: #ffffff !important;
  box-shadow: 0 0 10px 1px rgba(104, 58, 183, 0.7);
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul li.plato-active > a .plato-badge {
  background: #ffffff;
  color: #160c26;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul > li.plato-open > a {
  background: #f4f2f9;
  color: #160c26;
  box-shadow: none;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul > li.plato-open ul.plato-sidenav-submenu {
  display: block;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul li:not(.plato-active) > a:hover {
  padding-left: 20px;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul.plato-sidenav-submenu {
  display: none;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul.plato-sidenav-submenu li a {
  color: #9790a5;
  padding-top: 0;
  padding-bottom: 0;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul.plato-sidenav-submenu li a .material-symbols-rounded {
  color: #9790a5;
}
.plato-user-panel.plato-sidenav-vertical .plato-sidenav .plato-sidenav-content ul.plato-sidenav-submenu li.plato-active > a {
  color: #ffffff;
}
@media (max-width: 992px) {
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav {
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgba(34, 41, 47, 0.05);
    width: 300px;
    position: fixed;
    color: #6e6b7b;
    z-index: 1002;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0s;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-brand-logo {
    padding: 15px;
    border-bottom: 1px solid #f4f2f9;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content {
    position: relative;
    width: 300px;
    height: 100%;
    padding: 10px 10px 100px;
    overflow-y: auto;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content .plato-avatar {
    text-align: center;
    border-bottom: 1px solid #f4f2f9;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content .plato-avatar img {
    border-radius: 50%;
    border: 1px solid #f4f2f9;
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
    float: none;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content .plato-avatar .plato-display-name {
    margin-top: 10px;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content .plato-avatar .plato-user-email {
    display: block;
    opacity: 0.6;
    line-height: 14px;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li a {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    background: transparent;
    border-radius: 3px;
    position: relative;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li a .plato-icon {
    margin-right: 10px;
    width: 28px;
    height: 28px;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li a .plato-icon img {
    width: 100%;
    height: auto;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li a .plato-chevron {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #b1abbe;
    height: 24px;
    width: 24px;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li a .plato-badge {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li a .plato-badge.plato-badge-success {
    background: rgba(47, 190, 109, 0.15);
    color: #2fbe6d;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li a .plato-badge.plato-badge-primary {
    background: rgba(104, 58, 183, 0.15);
    color: #683ab7;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li a .plato-badge.plato-badge-danger {
    background: rgba(217, 4, 41, 0.15);
    color: #D90429;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li a .plato-badge.plato-badge-warning {
    background: rgba(255, 158, 0, 0.15);
    color: #ff9e00;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li a .plato-chevron + .plato-badge {
    right: 25px;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li.plato-active > a {
    background: #683ab7;
    color: #ffffff !important;
    box-shadow: 0 0 10px 1px rgba(104, 58, 183, 0.7);
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li.plato-active > a .plato-badge {
    background: #ffffff;
    color: #160c26;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul > li.plato-open > a {
    background: #f4f2f9;
    color: #160c26;
    box-shadow: none;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul > li.plato-open ul.plato-sidenav-submenu {
    display: block;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li:not(.plato-active) > a:hover {
    padding-left: 20px;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul.plato-sidenav-submenu {
    display: none;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul.plato-sidenav-submenu li a {
    color: #9790a5;
    padding-top: 0;
    padding-bottom: 0;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul.plato-sidenav-submenu li a .material-symbols-rounded {
    color: #9790a5;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul.plato-sidenav-submenu li.plato-active > a {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav {
    transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0s;
    width: 100%;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 999;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-brand-logo {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content .plato-avatar {
    display: none;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content.ps {
    overflow: unset !important;
    overflow-anchor: unset !important;
    -ms-overflow-style: unset !important;
    touch-action: unset !important;
    -ms-touch-action: unset !important;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content.ps .ps__rail-x,
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content.ps .ps__rail-y {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul {
    display: flex;
    justify-content: center;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li {
    margin: 0 2px;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li:hover > a {
    background: #f4f2f9;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li:hover ul.plato-sidenav-submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li a {
    display: flex;
    align-items: center;
    padding: 2px 30px 2px 15px;
    background: transparent;
    border-radius: 3px;
    position: relative;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li a:hover {
    background: #f4f2f9;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li a .plato-icon {
    font-size: 24px;
    margin-right: 10px;
    width: 24px;
    height: auto;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li a .plato-chevron {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 18px;
    color: #b1abbe;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li a .plato-badge {
    margin-left: 3px;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li.plato-active > a {
    background: #683ab7;
    color: #ffffff !important;
    box-shadow: 0 0 10px 1px rgba(104, 58, 183, 0.7);
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li.plato-active > a .plato-badge {
    background: #ffffff;
    color: #160c26;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul li.plato-has-children {
    position: relative;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul.plato-sidenav-submenu {
    border-radius: 7px;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    min-width: 200px;
    display: block;
    z-index: 1000;
    overflow: hidden;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul.plato-sidenav-submenu li {
    padding: 0;
    margin: 0;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul.plato-sidenav-submenu li a {
    color: #9790a5;
    padding: 5px;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul.plato-sidenav-submenu li a .material-symbols-rounded {
    color: #9790a5;
  }
  .plato-user-panel.plato-sidenav-horizontal .plato-sidenav .plato-sidenav-content ul.plato-sidenav-submenu li.plato-active a {
    color: #ffffff;
  }
}
.plato-user-panel.plato-sidenav-vertical.plato-topnav-floating .plato-topnav {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  position: fixed;
  width: calc(100% - 40px - 300px);
  top: 20px;
  right: 20px;
}
.plato-user-panel.plato-sidenav-vertical.plato-topnav-floating .plato-content {
  width: calc(100% - 300px);
  margin-left: 300px;
  padding-top: 114px;
}
.plato-user-panel.plato-sidenav-vertical.plato-topnav-floating .plato-footer {
  width: calc(100% - 300px);
  margin-left: 300px;
}
.plato-user-panel.plato-sidenav-vertical.plato-topnav-sticky .plato-topnav {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0;
  width: calc(100% - 300px);
}
.plato-user-panel.plato-sidenav-vertical.plato-topnav-sticky .plato-content {
  width: calc(100% - 300px);
  margin-left: 300px;
  padding-top: 94px;
}
.plato-user-panel.plato-sidenav-vertical.plato-topnav-sticky .plato-footer {
  width: calc(100% - 300px);
  margin-left: 300px;
}
.plato-user-panel.plato-sidenav-vertical.plato-topnav-static .plato-topnav {
  border-bottom: 1px solid #e8e5ef;
  margin-left: 300px;
  border-radius: 0;
  width: calc(100% - 300px);
  top: 0;
}
.plato-user-panel.plato-sidenav-vertical.plato-topnav-static .plato-content {
  width: calc(100% - 300px);
  margin-left: 300px;
}
.plato-user-panel.plato-sidenav-vertical.plato-topnav-static .plato-footer {
  width: calc(100% - 300px);
  margin-left: 300px;
}
.plato-user-panel.plato-sidenav-vertical.plato-sidenav-collapsed.plato-topnav-floating .plato-topnav {
  width: calc(100% - 40px);
}
.plato-user-panel.plato-sidenav-vertical.plato-sidenav-collapsed.plato-topnav-floating .plato-sidenav {
  left: -300px;
}
.plato-user-panel.plato-sidenav-vertical.plato-sidenav-collapsed.plato-topnav-floating .plato-content {
  width: 100%;
  margin-left: 0;
}
.plato-user-panel.plato-sidenav-vertical.plato-sidenav-collapsed.plato-topnav-floating .plato-footer {
  width: 100%;
  margin-left: 0;
}
.plato-user-panel.plato-sidenav-vertical.plato-sidenav-collapsed.plato-topnav-sticky .plato-topnav {
  width: 100%;
}
.plato-user-panel.plato-sidenav-vertical.plato-sidenav-collapsed.plato-topnav-sticky .plato-sidenav {
  left: -300px;
}
.plato-user-panel.plato-sidenav-vertical.plato-sidenav-collapsed.plato-topnav-sticky .plato-content {
  width: 100%;
  margin-left: 0;
}
.plato-user-panel.plato-sidenav-vertical.plato-sidenav-collapsed.plato-topnav-sticky .plato-footer {
  width: 100%;
  margin-left: 0;
}
.plato-user-panel.plato-sidenav-vertical.plato-sidenav-collapsed.plato-topnav-static .plato-topnav {
  margin-left: 0;
  width: 100%;
}
.plato-user-panel.plato-sidenav-vertical.plato-sidenav-collapsed.plato-topnav-static .plato-sidenav {
  left: -300px;
}
.plato-user-panel.plato-sidenav-vertical.plato-sidenav-collapsed.plato-topnav-static .plato-content {
  width: 100%;
  margin-left: 0;
}
.plato-user-panel.plato-sidenav-vertical.plato-sidenav-collapsed.plato-topnav-static .plato-footer {
  width: 100%;
  margin-left: 0;
}
.plato-user-panel.plato-sidenav-horizontal.plato-topnav-floating .plato-topnav {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  position: fixed;
  width: calc(100% - 40px);
  top: 20px;
  right: 20px;
}
.plato-user-panel.plato-sidenav-horizontal.plato-topnav-floating .plato-sidenav {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  position: fixed;
  top: 114px;
  right: 20px;
  width: calc(100% - 40px);
}
.plato-user-panel.plato-sidenav-horizontal.plato-topnav-floating .plato-content {
  width: 100%;
  padding-top: 208px;
}
.plato-user-panel.plato-sidenav-horizontal.plato-topnav-floating .plato-footer {
  width: 100%;
}
.plato-user-panel.plato-sidenav-horizontal.plato-topnav-sticky .plato-topnav {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #f4f2f9;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
}
.plato-user-panel.plato-sidenav-horizontal.plato-topnav-sticky .plato-sidenav {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  border-radius: 0;
  position: fixed;
  top: 74px;
  right: 0;
  width: 100%;
}
.plato-user-panel.plato-sidenav-horizontal.plato-topnav-sticky .plato-content {
  width: 100%;
  padding-top: 168px;
}
.plato-user-panel.plato-sidenav-horizontal.plato-topnav-sticky .plato-footer {
  width: 100%;
}
.plato-user-panel.plato-sidenav-horizontal.plato-topnav-static .plato-topnav {
  border-bottom: 1px solid #e8e5ef;
  width: 100%;
  top: 0;
}
.plato-user-panel.plato-sidenav-horizontal.plato-topnav-static .plato-sidenav {
  width: 100%;
  border-bottom: 1px solid #e8e5ef;
}
.plato-user-panel.plato-sidenav-horizontal.plato-topnav-static .plato-content {
  width: 100%;
}
.plato-user-panel.plato-sidenav-horizontal.plato-topnav-static .plato-footer {
  width: 100%;
}
.plato-user-panel.plato-sidenav-horizontal.plato-sidenav-collapsed.plato-topnav-floating .plato-sidenav {
  top: 20px;
}
.plato-user-panel.plato-sidenav-horizontal.plato-sidenav-collapsed.plato-topnav-floating .plato-content {
  padding-top: 114px;
}
.plato-user-panel.plato-sidenav-horizontal.plato-sidenav-collapsed.plato-topnav-sticky .plato-sidenav {
  top: 0;
}
.plato-user-panel.plato-sidenav-horizontal.plato-sidenav-collapsed.plato-topnav-sticky .plato-content {
  padding-top: 94px;
}
.plato-user-panel.plato-sidenav-horizontal.plato-sidenav-collapsed.plato-topnav-static .plato-sidenav {
  display: none;
}
@media (max-width: 992px) {
  .plato-user-panel.plato-sidenav-vertical.plato-topnav-floating .plato-topnav {
    width: calc(100% - 40px);
    top: 20px;
    right: 20px;
  }
  .plato-user-panel.plato-sidenav-vertical.plato-topnav-floating .plato-sidenav {
    left: -300px;
  }
  .plato-user-panel.plato-sidenav-vertical.plato-topnav-floating .plato-content {
    width: 100%;
    margin-left: 0;
    padding-top: 114px;
  }
  .plato-user-panel.plato-sidenav-vertical.plato-topnav-floating .plato-footer {
    width: 100%;
    margin-left: 0;
  }
  .plato-user-panel.plato-sidenav-vertical.plato-topnav-sticky .plato-topnav {
    width: 100%;
  }
  .plato-user-panel.plato-sidenav-vertical.plato-topnav-sticky .plato-sidenav {
    left: -300px;
  }
  .plato-user-panel.plato-sidenav-vertical.plato-topnav-sticky .plato-content {
    width: 100%;
    margin-left: 0;
  }
  .plato-user-panel.plato-sidenav-vertical.plato-topnav-sticky .plato-footer {
    width: 100%;
    margin-left: 0;
  }
  .plato-user-panel.plato-sidenav-vertical.plato-topnav-static .plato-topnav {
    margin-left: 0;
    width: 100%;
  }
  .plato-user-panel.plato-sidenav-vertical.plato-topnav-static .plato-sidenav {
    left: -300px;
  }
  .plato-user-panel.plato-sidenav-vertical.plato-topnav-static .plato-content {
    width: 100%;
    margin-left: 0;
  }
  .plato-user-panel.plato-sidenav-vertical.plato-topnav-static .plato-footer {
    width: 100%;
    margin-left: 0;
  }
  .plato-user-panel.plato-sidenav-vertical.plato-sidenav-collapsed.plato-topnav-floating .plato-topnav {
    width: 100%;
  }
  .plato-user-panel.plato-sidenav-vertical.plato-sidenav-collapsed.plato-topnav-floating .plato-sidenav {
    left: 0;
  }
  .plato-user-panel.plato-sidenav-vertical.plato-sidenav-collapsed.plato-topnav-sticky .plato-sidenav {
    left: 0;
  }
  .plato-user-panel.plato-sidenav-vertical.plato-sidenav-collapsed.plato-topnav-static .plato-sidenav {
    left: 0;
  }
  .plato-user-panel.plato-sidenav-horizontal.plato-topnav-floating .plato-sidenav {
    top: 0;
    right: 20px;
    width: 300px;
    border-radius: 0;
    padding: 0;
    left: -300px;
  }
  .plato-user-panel.plato-sidenav-horizontal.plato-topnav-floating .plato-content {
    width: 100%;
    padding-top: 114px;
  }
  .plato-user-panel.plato-sidenav-horizontal.plato-topnav-floating .plato-footer {
    width: 100%;
  }
  .plato-user-panel.plato-sidenav-horizontal.plato-topnav-sticky .plato-topnav {
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    border-bottom: none;
  }
  .plato-user-panel.plato-sidenav-horizontal.plato-topnav-sticky .plato-sidenav {
    top: 0;
    right: unset;
    left: -300px;
    width: 300px;
    padding: 0;
  }
  .plato-user-panel.plato-sidenav-horizontal.plato-topnav-sticky .plato-content {
    padding-top: 94px;
  }
  .plato-user-panel.plato-sidenav-horizontal.plato-topnav-static .plato-sidenav {
    left: -300px;
    border-bottom: none;
    width: 300px;
  }
  .plato-user-panel.plato-sidenav-horizontal.plato-sidenav-collapsed.plato-topnav-floating .plato-sidenav {
    top: 0;
    left: 0;
  }
  .plato-user-panel.plato-sidenav-horizontal.plato-sidenav-collapsed.plato-topnav-floating .plato-content {
    padding-top: 114px;
  }
  .plato-user-panel.plato-sidenav-horizontal.plato-sidenav-collapsed.plato-topnav-sticky .plato-sidenav {
    left: 0;
  }
  .plato-user-panel.plato-sidenav-horizontal.plato-sidenav-collapsed.plato-topnav-sticky .plato-content {
    padding-top: 94px;
  }
  .plato-user-panel.plato-sidenav-horizontal.plato-sidenav-collapsed.plato-topnav-static .plato-sidenav {
    display: block;
    left: 0;
  }
}
.plato-user-panel.plato-skin-bordered .plato-card {
  border: 1px solid #e8e5ef !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.plato-user-panel.plato-skin-bordered .plato-topnav {
  border-bottom: 1px solid #e8e5ef !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.plato-user-panel.plato-skin-bordered.plato-topnav-floating .plato-topnav {
  border: 1px solid #e8e5ef !important;
}
.plato-user-panel.plato-skin-bordered .plato-sidenav {
  box-shadow: none !important;
}
.plato-user-panel.plato-skin-bordered.plato-sidenav-horizontal .plato-sidenav {
  border-bottom: 1px solid #e8e5ef !important;
}
.plato-user-panel.plato-skin-bordered.plato-sidenav-horizontal.plato-topnav-floating .plato-sidenav {
  border: 1px solid #e8e5ef !important;
  border-radius: 0 !important;
}
.plato-user-panel.plato-skin-bordered.plato-sidenav-vertical .plato-sidenav {
  border-right: 1px solid #e8e5ef !important;
}
.plato-user-panel.plato-skin-bordered .plato-dropdown .plato-dropdown-menu {
  border-color: #e8e5ef !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.plato-user-panel.plato-skin-bordered .plato-widget-panel-products table thead tr th:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.plato-user-panel.plato-skin-bordered .plato-widget-panel-contact .plato-contact-header {
  border-radius: 0;
}
.plato-user-panel.plato-skin-bordered .plato-user-dashboard .plato-section-container {
  border: none !important;
}
.plato-user-panel.plato-logout > .plato-row {
  margin-left: 0;
  margin-right: 0;
}
.plato-user-panel.plato-logout.plato-login-classic .plato-login-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.plato-user-panel.plato-logout.plato-login-classic .plato-login-content form {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .plato-user-panel.plato-logout.plato-login-classic .plato-login-content > div {
    -ms-flex: 0 0 41.66666%;
    flex: 0 0 41.66666%;
    max-width: 41.66666%;
  }
}
@media (min-width: 992px) {
  .plato-user-panel.plato-logout.plato-login-classic .plato-login-content > div {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.plato-user-panel.plato-centered .plato-container-inner {
  position: relative;
  overflow: hidden;
}
.plato-user-panel.plato-centered .plato-container-inner .plato-topnav {
  position: absolute;
}
@media (min-width: 992px) {
  .plato-user-panel.plato-centered .plato-container-inner .plato-sidenav {
    position: absolute;
  }
}
.plato-user-panel.plato-centered.plato-sidenav-collapsed .plato-sidenav {
  box-shadow: none;
}
.plato-user-panel.plato-centered.plato-topnav-static .plato-content {
  padding-top: 94px;
}
.plato-user-panel.plato-centered.plato-sidenav-horizontal.plato-topnav-static .plato-sidenav {
  top: 74px;
}
.plato-user-panel.plato-centered.plato-sidenav-horizontal.plato-topnav-static .plato-content {
  padding-top: 168px;
}
.plato-user-panel.plato-centered.plato-sidenav-horizontal.plato-topnav-static.plato-sidenav-collapsed .plato-content {
  padding-top: 94px;
}
@media (max-width: 992px) {
  .plato-user-panel.plato-centered.plato-sidenav-vertical.plato-topnav-floating .plato-content {
    padding-top: 114px;
  }
  .plato-user-panel.plato-centered.plato-sidenav-horizontal.plato-topnav-floating .plato-content {
    padding-top: 114px;
  }
  .plato-user-panel.plato-centered.plato-sidenav-horizontal.plato-topnav-sticky .plato-content {
    padding-top: 94px;
  }
  .plato-user-panel.plato-centered.plato-sidenav-horizontal.plato-topnav-static .plato-sidenav {
    top: 0;
  }
  .plato-user-panel.plato-centered.plato-sidenav-horizontal.plato-topnav-static .plato-content {
    padding-top: 94px;
  }
}
.plato-user-panel.plato-centered.plato-logged-in {
  position: relative;
}
.plato-user-panel.plato-centered.plato-logged-in:before {
  content: "";
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  background-color: #683ab7;
  position: absolute;
}
.plato-user-panel.plato-centered.plato-logged-in > .plato-container {
  padding-top: 50px;
}
.plato-user-panel.plato-centered.plato-logged-in .plato-container-inner {
  border-radius: 7px 7px 0 0;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}
.plato-user-panel.plato-centered.plato-logged-in .plato-container-inner .plato-content,
.plato-user-panel.plato-centered.plato-logged-in .plato-container-inner .plato-footer {
  background-color: #F1F5F9;
}

.swal2-styled.swal2-confirm {
  min-width: 100px;
}
