.dokan-vendor-single .dokan-hide {
  display: none;
}
.dokan-vendor-single .vendor-profile .action-links.edit-mode .button span {
  line-height: 27px;
}
.dokan-vendor-single .vendor-profile .action-links.footer.edit-mode {
  float: right;
  margin-top: 20px;
}
.dokan-vendor-single .dokan-form-input {
  width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  height: auto;
}
.dokan-vendor-single .dokan-form-input::-moz-placeholder {
  color: #bcbcbc;
}
.dokan-vendor-single .dokan-form-input::placeholder {
  color: #bcbcbc;
}
.dokan-vendor-single * {
  box-sizing: border-box;
}
.dokan-vendor-single .modal-body {
  min-height: 150px;
  max-height: 350px;
}
.dokan-vendor-single .modal-body .form-row {
  padding-bottom: 10px;
}
.dokan-vendor-single .modal-body .form-row input {
  width: 90%;
}
.dokan-vendor-single .modal-body label {
  display: block;
  padding-bottom: 3px;
}
.dokan-vendor-single .vendor-header {
  display: flex;
}
.dokan-vendor-single .vendor-header .profile-info {
  background: #fff;
  border: 1px solid #D9E4E7;
  padding: 20px;
  width: 285px;
  margin-right: 30px;
  border-radius: 3px;
  position: relative;
}
.dokan-vendor-single .vendor-header .profile-info .featured-vendor {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #FF9800;
}
.dokan-vendor-single .vendor-header .profile-banner {
  position: relative;
  width: calc(100% - 285px + 30px);
  height: 350px;
  border: 1px solid #dfdfdf;
  background: #496a94;
  overflow: hidden;
}
.dokan-vendor-single .vendor-header .profile-banner img {
  height: 350px;
  width: 100%;
}
.dokan-vendor-single .vendor-header .profile-banner .action-links {
  position: absolute;
  right: 20px;
  top: 20px;
}
.dokan-vendor-single .vendor-header .profile-banner .action-links .button {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.dokan-vendor-single .vendor-header .profile-banner .action-links .button.visit-store {
  background: #0085ba;
  border-color: #0085ba;
  color: #fff;
}
.dokan-vendor-single .vendor-header .profile-banner .action-links .button.visit-store:hover {
  background: #008ec2;
  border-color: #006799;
}
.dokan-vendor-single .vendor-header .profile-banner .action-links .button.visit-store .dashicons {
  font-size: 17px;
  margin-top: 5px;
}
.dokan-vendor-single .vendor-header .profile-banner .action-links .button.edit-store {
  color: #B8BAC2;
  background: #fff;
  border-color: #fff;
  margin-left: 5px;
}
.dokan-vendor-single .vendor-header .profile-banner .action-links .button.edit-store:hover {
  background: #eee;
  border-color: #eee;
}
.dokan-vendor-single .vendor-header .profile-banner .action-links .button.edit-store .dashicons {
  margin-top: 3px;
}
.dokan-vendor-single .vendor-header .profile-icon {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.dokan-vendor-single .vendor-header .profile-icon .edit-photo {
  position: absolute;
  left: 33%;
  top: 46px;
  color: white;
  width: 80px;
  cursor: pointer;
}
.dokan-vendor-single .vendor-header .profile-icon img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
}
.dokan-vendor-single .vendor-header .profile-icon.edit-mode .dokan-upload-image {
  max-width: 120px;
  margin: 0 auto;
}
.dokan-vendor-single .vendor-header .profile-icon.edit-mode .dokan-upload-image .dokan-upload-image-container:hover img {
  padding: 5px;
  background-color: #f1f1f1;
  transition: padding 0.2s;
}
.dokan-vendor-single .vendor-header .profile-icon.edit-mode img {
  border: 5px solid #1a9ed4;
  cursor: pointer;
  opacity: 0.8;
}
.dokan-vendor-single .vendor-header .profile-banner.edit-mode {
  cursor: pointer;
}
.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap {
  display: flex;
  justify-content: center;
}
.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap img {
  border: 5px solid #5ca9d3;
  opacity: 0.5;
}
.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap img:hover {
  padding: 5px;
  transition: padding 0.2s;
}
.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap .edit-banner {
  position: absolute;
  left: 33%;
  top: 50%;
  font-size: 30px;
  font-weight: 400;
  color: white;
}
.dokan-vendor-single .vendor-header .profile-banner.edit-mode .banner-wrap .edit-banner i.change-banner {
  font-size: 50px;
  margin-top: -70px;
  position: relative;
  left: 140px;
}
.dokan-vendor-single .vendor-header .store-info .star-rating {
  text-align: center;
}
.dokan-vendor-single .vendor-header .store-info .star-rating span:before {
  content: "\f154";
  color: #999;
}
.dokan-vendor-single .vendor-header .store-info .star-rating span.active:before {
  content: "\f155";
  color: #FF9800;
}
.dokan-vendor-single .vendor-header .store-info h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.dokan-vendor-single .vendor-header .store-info .store-details {
  color: #AEB0B3;
}
.dokan-vendor-single .vendor-header .store-info .store-details .dashicons {
  color: #BABCC3;
}
.dokan-vendor-single .vendor-header .store-info .store-details li {
  margin-bottom: 8px;
  padding-left: 30px;
}
.dokan-vendor-single .vendor-header .store-info .store-details li:before {
  display: inline-block;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: -30px;
  width: 30px;
}
.dokan-vendor-single .vendor-header .store-info .store-details li.address:before {
  content: "\f230";
}
.dokan-vendor-single .vendor-header .store-info .store-details li.phone:before {
  content: "\f525";
  transform: scale(-1, 1);
}
.dokan-vendor-single .vendor-header .store-info .store-details.edit-mode .content-header {
  display: none;
}
.dokan-vendor-single .vendor-header .store-info .store-details.edit-mode li {
  padding-left: 0;
}
.dokan-vendor-single .vendor-header .store-info .actions {
  margin-top: 25px;
  text-align: center;
}
.dokan-vendor-single .vendor-header .store-info .actions .dashicons {
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -2px;
}
.dokan-vendor-single .vendor-header .store-info .actions .message {
  background: #1FB18A;
  border-color: #1FB18A;
  color: #fff;
  box-shadow: none;
  font-size: 0.9em;
  margin-right: 7px;
}
.dokan-vendor-single .vendor-header .store-info .actions .message:hover {
  background: #1b9b79;
  border-color: #1b9b79;
}
.dokan-vendor-single .vendor-header .store-info .actions .status {
  background-color: #fff;
  box-shadow: none;
  font-size: 0.9em;
  border-color: #ddd;
}
.dokan-vendor-single .vendor-header .store-info .actions .status:hover {
  background-color: #eee;
}
.dokan-vendor-single .vendor-header .store-info .actions .status.enabled .dashicons {
  background-color: #19c11f;
}
.dokan-vendor-single .vendor-header .store-info .actions .status.enabled .dashicons:before {
  content: "\f147";
  margin-left: -2px;
}
.dokan-vendor-single .vendor-header .store-info .actions .status.disabled .dashicons {
  background-color: #f44336;
}
.dokan-vendor-single .vendor-header .store-info .actions .status.disabled .dashicons:before {
  content: "\f158";
}
.dokan-vendor-single .vendor-header .store-info a.store-categoy-names {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin: 8px 0 14px;
  color: #444;
  text-decoration: none;
  display: block;
  line-height: 1.6;
}
.dokan-vendor-single .vendor-header .store-info a.store-categoy-names:hover {
  color: #0073aa;
}
.dokan-vendor-single .vendor-header .store-info .store-categories-editing h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
.dokan-vendor-single .vendor-header .store-info .store-categories-editing .button-link {
  text-decoration: none;
}
.dokan-vendor-single .vendor-header .store-info.edit-mode .account-info .content-header {
  display: none;
}
.dokan-vendor-single .vendor-header .store-info.edit-mode .account-info .column label {
  float: left;
  clear: both;
  margin-top: 10px;
  margin-left: -4px;
}
.dokan-vendor-single .vendor-header .store-info.edit-mode .account-info .column .dokan-form-input {
  width: 60%;
  padding: 5px;
  float: right;
  margin-right: -4px;
}
.dokan-vendor-single .vendor-header .store-info.edit-mode .account-info .column .store-url {
  margin: 0;
  padding: 0;
  bottom: 10px;
  font-style: italic;
  color: #a09f9f;
  font-size: 12px;
}
.dokan-vendor-single .vendor-summary {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.dokan-vendor-single .vendor-summary .summary-wrap {
  width: 72%;
  background: #fff;
  border: 1px solid #D9E4E7;
  border-radius: 3px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
}
.dokan-vendor-single .vendor-summary .stat-summary {
  width: 32%;
}
.dokan-vendor-single .vendor-summary .stat-summary h3 {
  margin: 0 0 1em 0;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts {
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li {
  margin-bottom: 10px;
  border-top: 1px solid #dfdfdf;
  position: relative;
  padding: 15px 10px 5px 75px;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li:first-child {
  border-top: none;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li .count {
  font-size: 1.5em;
  line-height: 130%;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li .count a {
  text-decoration: none;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li .subhead {
  color: #999;
  display: block;
  margin-top: 3px;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li:after {
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 31px;
  top: 26px;
  color: #fff;
  position: absolute;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li:before {
  position: absolute;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  left: 20px;
  top: 18px;
  content: " ";
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.products {
  color: #FB094C;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.products a {
  color: #FB094C;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.products:before {
  background-color: #FB094C;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.products:after {
  font-family: WooCommerce!important;
  content: '\e006';
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.items {
  color: #2CC55E;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.items:before {
  background-color: #2CC55E;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.items:after {
  content: "\f233";
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.visitors {
  color: #0F72F9;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.visitors:before {
  background-color: #0F72F9;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.visitors:after {
  content: "\f307";
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.orders {
  color: #323ABF;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.orders a {
  color: #323ABF;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.orders:before {
  background-color: #323ABF;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.orders:after {
  content: "\f174";
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.gross {
  color: #80be0f;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.gross:before {
  background-color: #99E412;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.gross:after {
  content: "\f239";
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.earning {
  color: #8740A7;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.earning:before {
  background-color: #8740A7;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.earning:after {
  content: "\f524";
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.commision {
  color: #FB0A4C;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.commision:before {
  background-color: #FB0A4C;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.commision:after {
  content: "\f524";
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.balance {
  color: #FD553B;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.balance:before {
  background-color: #FD553B;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.balance:after {
  content: "\f184";
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.reviews {
  color: #EE8A12;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.reviews:before {
  background-color: #EE8A12;
}
.dokan-vendor-single .vendor-summary .stat-summary ul.counts li.reviews:after {
  content: "\f125";
}
.dokan-vendor-single .vendor-summary .badge-info {
  background: #fff;
  border: 1px solid #D9E4E7;
  border-radius: 3px;
  width: 25%;
}
.dokan-vendor-single .vendor-summary .vendor-info {
  background: #fff;
  border: 1px solid #D9E4E7;
  border-radius: 3px;
  padding: 20px;
  width: 27%;
}
.dokan-vendor-single .vendor-summary .vendor-info .subhead {
  color: #999;
  display: block;
  margin-bottom: 10px;
}
.dokan-vendor-single .vendor-summary .vendor-info ul {
  margin: 0;
}
.dokan-vendor-single .vendor-summary .vendor-info li {
  border-top: 1px solid #dfdfdf;
  padding: 10px 15px;
}
.dokan-vendor-single .vendor-summary .vendor-info li:first-child {
  border-top: none;
}
.dokan-vendor-single .vendor-summary .vendor-info li.registered {
  padding-top: 15px;
}
.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a {
  text-decoration: none;
  color: #ddd;
  margin-right: 5px;
  font-size: 21px;
}
.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-facebook-square {
  color: #3C5998;
}
.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-square-x-twitter {
  color: #000000;
}
.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-youtube {
  color: #CD2120;
}
.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-instagram {
  color: #B6224A;
}
.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-linkedin {
  color: #0C61A8;
}
.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-pinterest-square {
  color: #BD091E;
}
.dokan-vendor-single .vendor-summary .vendor-info .social-profiles .profiles a.active .fa-flickr {
  color: #FB0072;
}
.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods {
  font-size: 35px;
  color: #ddd;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .tooltip {
  font-size: 12px;
}
.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .payment-chip {
  filter: grayscale(1);
  opacity: 0.5;
  display: inline-block;
  font-size: 1em;
}
.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .payment-chip.active {
  filter: grayscale(0);
  opacity: 1;
}
.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .dokan-custom-payment {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 26px;
  background: #FFF2FF;
  border-radius: 3px;
}
.dokan-vendor-single .vendor-summary .vendor-info li.payments .payment-methods .dokan-custom-payment span {
  color: #7C327C;
  font-size: 10px;
  font-weight: 600;
  line-height: 14.34px;
  margin-left: 5px;
}
.dokan-vendor-single .vendor-other-info .content-header {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding-left: 12px !important;
}
.dokan-vendor-single .vendor-other-info .address-social-info {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.dokan-vendor-single .vendor-other-info .address-social-info .content-header {
  font-size: 18px;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.dokan-vendor-single .vendor-other-info .address-social-info .social-info,
.dokan-vendor-single .vendor-other-info .address-social-info .account-info {
  width: 48%;
  background-color: white;
}
.dokan-vendor-single .vendor-other-info .address-social-info .social-info .content-body,
.dokan-vendor-single .vendor-other-info .address-social-info .account-info .content-body {
  padding: 10px 20px;
}
.dokan-vendor-single .vendor-other-info .address-social-info .account-info .store-url {
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 10px;
  font-style: italic;
  color: #a09f9f;
  font-size: 12px;
}
.dokan-vendor-single .vendor-other-info .payment-info {
  background-color: white;
  margin-top: 30px;
}
.dokan-vendor-single .vendor-other-info .payment-info .content-header {
  font-size: 18px;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.dokan-vendor-single .vendor-other-info .payment-info .content-body {
  display: flex;
  justify-content: space-between;
}
.dokan-vendor-single .vendor-other-info .payment-info .content-body .dokan-form-group {
  width: 48%;
  padding: 10px 20px;
}
.dokan-vendor-single .vendor-other-info .multiselect {
  margin-top: 5px;
}
.dokan-vendor-single .vendor-other-info .multiselect__select:before {
  top: 55%;
}
.dokan-vendor-single .vendor-other-info .multiselect__tags {
  min-height: 34px;
}
.dokan-vendor-single .vendor-other-info .multiselect__single {
  font-size: 14px;
  padding-left: 0px;
  margin-bottom: 4px;
  margin-top: -2px;
}
.dokan-vendor-single .vendor-other-info .multiselect__input:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
@media only screen and (max-width: 600px) {
.dokan-vendor-single .vendor-profile .vendor-header {
    display: block;
}
.dokan-vendor-single .vendor-profile .vendor-header .profile-info {
    width: 100% !important;
    margin-bottom: 10px;
    padding: 0;
}
.dokan-vendor-single .vendor-profile .vendor-header .profile-info .profile-icon {
    padding: 10px 0 20px;
}
.dokan-vendor-single .vendor-profile .vendor-header .profile-banner {
    width: 100% !important;
}
.dokan-vendor-single .vendor-profile .vendor-header .profile-banner .banner-wrap .dokan-upload-image .dokan-upload-image-container span.edit-banner {
    width: 100%;
    left: 0;
    text-align: center;
}
.dokan-vendor-single .vendor-profile .vendor-summary {
    display: block;
}
.dokan-vendor-single .vendor-profile .vendor-summary .summary-wrap {
    display: block;
    width: 100% !important;
}
.dokan-vendor-single .vendor-profile .vendor-summary .summary-wrap .stat-summary {
    width: 100% !important;
    padding-bottom: 20px;
}
.dokan-vendor-single .vendor-profile .vendor-summary .vendor-info {
    width: 100% !important;
    margin-top: 20px;
}
.dokan-vendor-single .vendor-profile .vendor-other-info .address-social-info {
    flex-flow: column wrap;
}
.dokan-vendor-single .vendor-profile .vendor-other-info .address-social-info .account-info {
    width: 100%;
    margin: 0 auto 30px;
}
.dokan-vendor-single .vendor-profile .vendor-other-info .address-social-info .social-info {
    width: 100%;
    margin: 0 auto 30px;
}
.dokan-vendor-single .vendor-profile .vendor-other-info .payment-info .content-body {
    flex-flow: column wrap;
}
.dokan-vendor-single .vendor-profile .vendor-other-info .payment-info .content-body .dokan-form-group {
    width: 100%;
    margin: 0 auto 20px;
}
.dokan-vendor-single .vendor-profile .vendor-other-info .payment-info .content-body .dokan-form-group .column label {
    display: block;
}
}

.wp-list-table .default-category {
  color: #666;
}

.dokan-video-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow-y: auto;
}
.dokan-video-popup::-webkit-scrollbar {
  display: none;
}
.dokan-video-popup .modal-content {
  margin: 4% auto;
  max-width: 955px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 375px) {
.dokan-video-popup .modal-content {
    max-width: 340px;
    margin: 16% auto;
}
}
@media (min-width: 376px) and (max-width: 576px) {
.dokan-video-popup .modal-content {
    max-width: 360px;
    margin: 15% auto;
}
}
@media (min-width: 577px) and (max-width: 1024px) {
.dokan-video-popup .modal-content {
    max-width: 738px;
    margin: 8% auto;
}
}
.dokan-video-popup .modal-content span.close {
  position: absolute;
  top: -14px;
  right: -14px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dokan-video-popup .modal-content .body iframe {
  background-color: #fff;
  border-radius: 5px;
  height: 525px;
  width: 100%;
}
@media only screen and (max-width: 576px) {
.dokan-video-popup .modal-content .body iframe {
    height: 214px;
}
}
@media (min-width: 577px) and (max-width: 1023px) {
.dokan-video-popup .modal-content .body iframe {
    height: 395px;
}
}
@media (min-width: 1024px) and (max-width: 1200px) {
.dokan-video-popup .modal-content .body iframe {
    height: 405px;
}
}

.dokan-upgrade-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 360px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dokan-upgrade-popup::-webkit-scrollbar {
  display: none;
}
.dokan-upgrade-popup .modal-content {
  margin: 4% auto;
  max-width: 400px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  padding: 25px 40px;
  background-color: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 576px) {
.dokan-upgrade-popup .modal-content {
    max-width: 325px;
    padding: 25px 15px;
    margin: 12% auto;
}
}
@media (min-width: 577px) and (max-width: 1024px) {
.dokan-upgrade-popup .modal-content {
    margin: 6% auto;
}
}
.dokan-upgrade-popup .modal-content span.close {
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}
.dokan-upgrade-popup .modal-content .body {
  margin-top: 5px;
}
.dokan-upgrade-popup .modal-content .body .module-name {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 0.93rem;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-upgrade-popup .modal-content .body .available-from {
  margin: 0;
  font-weight: 500;
  font-size: 13px;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-upgrade-popup .modal-content .body .available-from span {
  color: #0086ed;
}
.dokan-upgrade-popup .modal-content .body .upgrade-text {
  color: #758598;
  margin: 25px 0;
  font-size: 0.813rem;
  font-weight: 400;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-upgrade-popup .modal-content .body .upgrade-button {
  background: #d65932;
  border-radius: 3px;
  padding: 10px 18px;
  font-weight: 400;
  font-size: 0.75rem;
  font-family: "SF Pro Text", sans-serif;
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.dokan-upgrade-popup .modal-content .body .already-updated {
  color: #758598;
  font-size: 0.813rem;
  font-weight: normal;
  font-family: "SF Pro Text", sans-serif;
  display: block;
}

.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules.grid-view .module-card[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules.grid-view .module-card[data-v-00a92180] {
  grid-template-areas: "icon checkbox" "details details" "actions actions";
  grid-template-rows: 67px;
  grid-row-gap: 14px;
  min-height: 280px;
  box-sizing: border-box;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules.grid-view .module-card .module-details[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules.grid-view .module-card .module-details[data-v-00a92180] {
  margin-bottom: 12px;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules.grid-view .module-card .module-actions[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules.grid-view .module-card .module-actions[data-v-00a92180] {
  margin-top: auto;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules.grid-view .module-card .fade-enter-active[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules.grid-view .module-card .fade-enter-active[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules.grid-view .module-card .fade-leave-active[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules.grid-view .module-card .fade-leave-active[data-v-00a92180] {
  transition: opacity 0.1s ease;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules.grid-view .module-card .fade-enter[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules.grid-view .module-card .fade-enter[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules.grid-view .module-card .fade-leave-to[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules.grid-view .module-card .fade-leave-to[data-v-00a92180] {
  opacity: 0;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules.list-view .module-card[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules.list-view .module-card[data-v-00a92180] {
  grid-template-areas: "icon details actions checkbox";
  grid-template-columns: 101px auto 280px 50px;
  grid-column-gap: 15px;
  overflow-x: auto;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules.list-view .module-card .module-checkbox[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules.list-view .module-card .module-checkbox[data-v-00a92180] {
  display: flex;
  align-items: center;
  justify-content: end;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules.list-view .module-card .module-details[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules.list-view .module-card .module-details[data-v-00a92180] {
  min-width: 250px;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card[data-v-00a92180] {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 25px;
  display: grid;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-icon[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-icon[data-v-00a92180] {
  grid-area: icon;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-icon img[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-icon img[data-v-00a92180] {
  width: 101px;
  height: 67px;
  border-radius: 3px;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card:hover .module-checkbox label[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card:hover .module-checkbox label[data-v-00a92180] {
  opacity: 1;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-checkbox[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-checkbox[data-v-00a92180] {
  grid-area: checkbox;
  text-align: right;
  position: relative;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-checkbox input[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-checkbox input[data-v-00a92180] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 21px;
  height: 21px;
  margin-top: 1px;
  margin-left: 1px;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-checkbox input:checked + label[data-v-00a92180]::before,
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-checkbox input:checked + label[data-v-00a92180]::before {
  background: #00b0a6;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-checkbox input:checked + label[data-v-00a92180]::after,
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-checkbox input:checked + label[data-v-00a92180]::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-checkbox label[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-checkbox label[data-v-00a92180] {
  position: relative;
  padding: 0;
  opacity: 0;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-checkbox label[data-v-00a92180]:before,
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-checkbox label[data-v-00a92180]:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 21px;
  height: 21px;
  background: white;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-details[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-details[data-v-00a92180] {
  grid-area: details;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-details h3[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-details h3[data-v-00a92180] {
  margin: 0;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-details h3 a[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-details h3 a[data-v-00a92180] {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  font-family: "SF Pro Text", sans-serif;
  text-decoration: none;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-details h3 label[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-details h3 label[data-v-00a92180] {
  margin-left: 4px;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-details h3 label:hover svg path[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-details h3 label:hover svg path[data-v-00a92180] {
  fill: #222;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-details p[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-details p[data-v-00a92180] {
  font-family: "SF Pro Text", sans-serif;
  color: #788383;
  font-size: 0.75rem;
  font-weight: normal;
  margin-top: 5px;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-details span[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-details span[data-v-00a92180] {
  color: #d5960e;
  background: #FDF7EA;
  border-radius: 10px;
  padding: 4px 10px;
  font-weight: normal;
  font-size: 0.68rem;
  font-family: "SF Pro Text", sans-serif;
  margin-right: 10px;
  cursor: pointer;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-details span.integration[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-details span.integration[data-v-00a92180] {
  color: #A0932A;
  background: #FAF8E8;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-details span.ui-ux[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-details span.ui-ux[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-details span.design[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-details span.design[data-v-00a92180] {
  color: #6F8F29;
  background: #F7FDEA;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-details span.shipping[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-details span.shipping[data-v-00a92180] {
  color: #DF5A3F;
  background: #FAECE8;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-details span.product-management[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-details span.product-management[data-v-00a92180] {
  color: #4C6BEA;
  background: #E8EAFC;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-details span.order-management[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-details span.order-management[data-v-00a92180] {
  color: #BA23A9;
  background: #FAE8F8;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-details span.store-management[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-details span.store-management[data-v-00a92180] {
  color: #0B8379;
  background: #EAF7F6;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-actions[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-actions[data-v-00a92180] {
  grid-area: actions;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-actions .module-action-links[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-actions .module-action-links[data-v-00a92180] {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-actions .module-action-links a[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-actions .module-action-links a[data-v-00a92180] {
  color: #788383;
  font-size: 0.81rem;
  font-weight: normal;
  text-decoration: none;
  font-family: "SF Pro Text", sans-serif;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  transition: all 0.3s ease;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-actions .module-action-links a[data-v-00a92180]:hover,
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-actions .module-action-links a[data-v-00a92180]:hover {
  color: #899493;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-actions .module-action-links a:hover svg path[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-actions .module-action-links a:hover svg path[data-v-00a92180] {
  fill: #899493;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules .module-card .module-actions .switcher[data-v-00a92180],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules .module-card .module-actions .switcher[data-v-00a92180] {
  cursor: pointer;
}

.dokan-modules-wrap .fade-enter-active[data-v-1028837d] {
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.dokan-modules-wrap .fade-leave-active[data-v-1028837d] {
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.dokan-modules-wrap .fade-enter[data-v-1028837d],
.dokan-modules-wrap .fade-leave-to[data-v-1028837d] {
  opacity: 0;
  transform: translateX(100%);
}
.dokan-modules-wrap .upgrade-plan-sidebar-wrap[data-v-1028837d] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.dokan-modules-wrap .upgrade-plan-sidebar[data-v-1028837d] {
  position: fixed;
  top: 30px;
  right: 0;
  background: #fff;
  padding: 30px;
  z-index: 1;
  width: 390px;
  height: 100vh;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
.dokan-modules-wrap .upgrade-plan-sidebar[data-v-1028837d] {
    position: absolute;
    width: 100vw;
    top: 45px;
}
}
@media only screen and (min-width: 1600px) {
.dokan-modules-wrap .upgrade-plan-sidebar[data-v-1028837d] {
    width: 355px;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
.dokan-modules-wrap .upgrade-plan-sidebar[data-v-1028837d] {
    top: 32px;
}
}
@media (min-width: 1024px) and (max-width: 1365px) {
.dokan-modules-wrap .upgrade-plan-sidebar[data-v-1028837d] {
    width: 422px;
}
}
.dokan-modules-wrap .upgrade-plan-sidebar[data-v-1028837d]::-webkit-scrollbar {
  display: none;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content h3[data-v-1028837d] {
  margin: 0;
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content p[data-v-1028837d] {
  color: #b6b6b6;
  font-size: 0.75rem;
  font-weight: normal;
  text-align: right;
  margin-top: 2px;
  margin-bottom: 4px;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages[data-v-1028837d] {
  margin-bottom: 5px;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package[data-v-1028837d] {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 25px;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package.starter .package-icon svg[data-v-1028837d],
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package.liquidweb .package-icon svg[data-v-1028837d] {
  background: #f1faff;
  border: 1px solid #dae0e3;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package.starter .package-icon svg path[data-v-1028837d],
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package.liquidweb .package-icon svg path[data-v-1028837d] {
  fill: #0093D0;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package.professional .package-icon svg[data-v-1028837d] {
  background: #f1fffe;
  border: 1px solid #cee2e1;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package.professional .package-icon svg path[data-v-1028837d] {
  fill: #00C5ba;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package.business .package-icon svg[data-v-1028837d] {
  background: #fff6f4;
  border: 1px solid #ebe1df;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package.business .package-icon svg path[data-v-1028837d] {
  fill: #f36e53;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package.enterprise .package-icon svg[data-v-1028837d] {
  background: #fffbf1;
  border: 1px solid #e6dfd0;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package.enterprise .package-icon svg path[data-v-1028837d] {
  fill: #ffb400;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package .package-icon svg[data-v-1028837d] {
  border-radius: 5px;
  padding: 14px 13px;
  margin: 0;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package .package-content[data-v-1028837d] {
  flex-grow: 1;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package .package-content h5[data-v-1028837d] {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "SF Pro Text", sans-serif;
  margin: 0;
  display: flex;
  align-items: center;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package .package-content h5 svg[data-v-1028837d] {
  margin-left: 6px;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package .package-content p[data-v-1028837d] {
  color: #5E5E5E;
  font-size: 0.75rem;
  text-align: left;
  font-weight: normal;
  margin: 0;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package .package-content ul[data-v-1028837d] {
  margin-bottom: 0;
  margin-top: 13px;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package .package-content ul li[data-v-1028837d] {
  color: #788383;
  font-size: 0.813rem;
  font-weight: normal;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package .package-content ul li svg[data-v-1028837d] {
  margin-right: 9px;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package .package-content ul li[data-v-1028837d]:last-child {
  margin-bottom: 0;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package .module-count[data-v-1028837d] {
  margin-top: 8px;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .packages .package .module-count span[data-v-1028837d] {
  border-radius: 4px;
  padding: 3px 10px;
  background: #f5f5f5;
  color: #858299;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .close-button[data-v-1028837d] {
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .upgrade-plan[data-v-1028837d] {
  background: #1B1E22;
  border-radius: 53px;
  padding: 12px 37px;
  box-sizing: border-box;
  cursor: pointer;
  width: 156px;
  text-align: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .upgrade-plan[data-v-1028837d]:hover {
  background: #2b2e33;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .upgrade-plan a[data-v-1028837d] {
  color: #fff;
  font-size: 0.81rem;
  font-weight: 600;
  font-family: "SF Pro Text", sans-serif;
  text-decoration: none;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .upgrade-plan a svg[data-v-1028837d] {
  margin-left: 6px;
}
.dokan-modules-wrap .upgrade-plan-sidebar .sidebar-content .see-premium-modules[data-v-1028837d] {
  color: #1a9ed4;
  font-size: 0.813rem;
  font-weight: 600;
  text-align: center;
  font-family: "SF Pro Text", sans-serif;
  margin-bottom: 20px;
}

.dokan-modules-wrap .pro-module-content .dokan-pro-modules .not-found[data-v-2f996282] {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 25px 0;
  text-align: center;
  box-sizing: border-box;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .not-found h5[data-v-2f996282] {
  font-size: 1rem;
  font-weight: bold;
  font-family: "SF Pro Text", sans-serif;
  margin-top: 25px;
  margin-bottom: 0;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .not-found p[data-v-2f996282] {
  color: #788383;
  font-size: 0.75rem;
  font-weight: normal;
  font-family: "SF Pro Text", sans-serif;
  margin-bottom: 25px;
  margin-top: 5px;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .not-found a[data-v-2f996282] {
  color: #fff;
  text-decoration: none;
  background: #1a9ed4;
  border-radius: 3px;
  padding: 8px 15px;
  font-size: 0.75rem;
  font-weight: normal;
  font-family: "SF Pro Text", sans-serif;
}

.dokan-modules-wrap h1[data-v-3a3b0247] {
  color: #000000;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap a[data-v-3a3b0247]:focus {
  box-shadow: none;
}
.dokan-modules-wrap label[data-v-3a3b0247] {
  cursor: default;
}
.dokan-modules-wrap .module-plan[data-v-3a3b0247] {
  display: flex;
  margin-bottom: 18px;
}
.dokan-modules-wrap .module-plan .plan-name[data-v-3a3b0247] {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.dokan-modules-wrap .module-plan .plan-name span[data-v-3a3b0247] {
  color: #00A097;
  font-size: 0.813rem;
  font-weight: normal;
  font-family: "SF Pro Text", sans-serif;
  margin-right: 6px;
}
.dokan-modules-wrap .module-plan .plan-name span.unlicensed-plan[data-v-3a3b0247] {
  color: #c90000;
}
.dokan-modules-wrap .module-plan .upgrade-plan[data-v-3a3b0247] {
  background: #1B1E22;
  border-radius: 53px;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.dokan-modules-wrap .module-plan .upgrade-plan[data-v-3a3b0247]:hover {
  background: #2b2e33;
}
.dokan-modules-wrap .module-plan .upgrade-plan span[data-v-3a3b0247] {
  color: #fff;
  font-size: 0.81rem;
  font-weight: 500;
  margin: 0 6px;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .module-filter-wrap[data-v-3a3b0247] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1180px) {
.dokan-modules-wrap .module-filter-wrap[data-v-3a3b0247] {
    display: block;
}
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .bulk-actions li .selected-counter[data-v-3a3b0247] {
  min-width: 108px;
  display: inline-block;
}
@media only screen and (max-width: 576px) {
.dokan-modules-wrap .module-filter-wrap .module-filter-left .bulk-actions li[data-v-3a3b0247]:first-child {
    padding-right: 0;
    border-right: 0;
    display: block;
    margin-bottom: 30px;
}
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul[data-v-3a3b0247] {
  margin: 0;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li[data-v-3a3b0247] {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
  cursor: pointer;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li[data-v-3a3b0247]:first-child {
  padding-right: 30px;
  border-right: 1px solid #d0d0d0;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li a[data-v-3a3b0247] {
  color: #000000;
  font-size: 0.81rem;
  font-weight: normal;
  text-decoration: none;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li a.router-link-exact-active[data-v-3a3b0247] {
  color: #1a9ed4;
  font-weight: 600;
  padding-bottom: 7px;
  border-bottom: 2px solid #1a9ed4;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li input[data-v-3a3b0247] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 21px;
  height: 21px;
  margin-top: 1px;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li input:checked + label[data-v-3a3b0247]::before {
  background: #00b0a6;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li input:checked + label[data-v-3a3b0247]::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li label[data-v-3a3b0247] {
  position: relative;
  padding: 0;
  color: #5C626A;
  font-size: 0.813rem;
  font-weight: normal;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li label[data-v-3a3b0247]:before {
  content: '';
  display: inline-block;
  vertical-align: inherit;
  width: 21px;
  height: 21px;
  background: white;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  margin-right: 11px;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li.activate button[data-v-3a3b0247],
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li.deactivate button[data-v-3a3b0247] {
  position: relative;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "SF Pro Text", sans-serif;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 33px;
  padding: 8px 20px;
  cursor: pointer;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li.disabled button[data-v-3a3b0247] {
  opacity: 0.7;
  cursor: not-allowed;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li.loading button[data-v-3a3b0247] {
  padding-right: 35px;
  transition: all 0.3s ease;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li.loading button[data-v-3a3b0247]:after {
  position: absolute;
  content: "";
  top: 6px;
  right: 8px;
  pointer-events: none;
  width: 14px;
  height: 14px;
  border: 2px solid #f0f0f1;
  border-top-color: #2271b1;
  border-radius: 50%;
  animation: spin-3a3b0247 1.5s linear infinite;
}
@keyframes spin-3a3b0247 {
100% {
    transform: rotate(360deg);
}
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li.activate[data-v-3a3b0247] {
  margin-right: 15px;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li.activate button[data-v-3a3b0247] {
  color: #00b0a6;
}
@media only screen and (max-width: 767px) {
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li.activate[data-v-3a3b0247] {
    margin-right: 10px;
}
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li.deactivate button[data-v-3a3b0247] {
  color: #e34626;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left ul li.cancel button[data-v-3a3b0247] {
  border: 0;
  color: #5C626A;
  background: transparent;
  cursor: pointer;
  font-size: 0.813rem;
  font-weight: normal;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu[data-v-3a3b0247] {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu[data-v-3a3b0247] {
    flex-direction: column-reverse;
    align-items: start;
}
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap[data-v-3a3b0247] {
  display: flex;
  align-items: center;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap h3[data-v-3a3b0247] {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .premium-modules-hint[data-v-3a3b0247] {
  position: relative;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .premium-modules-hint:hover .upgrade-plan-dropdown[data-v-3a3b0247] {
  top: 52px;
  opacity: 1;
  visibility: visible;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .premium-modules-hint .premium-modules-hint-icon[data-v-3a3b0247] {
  background: #f0f9ff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 6px 9px;
  border-radius: 53px;
  cursor: pointer;
  transition: all 0.1s ease;
  animation: pulse-3a3b0247 2s infinite;
  margin-left: 15px;
  margin-top: 5px;
}
@keyframes pulse-3a3b0247 {
0% {
    box-shadow: 0 0 0 0 rgba(96, 173, 228, 0.4);
}
70% {
    box-shadow: 0 0 0 10px rgba(96, 173, 228, 0);
}
100% {
    box-shadow: 0 0 0 0 rgba(96, 173, 228, 0);
}
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .premium-modules-hint .premium-modules-hint-icon[data-v-3a3b0247]:hover {
  background: #2c75a9;
  animation: none;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .premium-modules-hint .premium-modules-hint-icon:hover path[data-v-3a3b0247] {
  fill: #fff;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown[data-v-3a3b0247] {
  position: absolute;
  left: -2px;
  top: 80px;
  background: #000;
  z-index: 2;
  padding: 17px;
  box-shadow: 0 38px 20px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  width: 296px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown[data-v-3a3b0247] {
    right: -96px;
    top: 60px;
    left: unset;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown[data-v-3a3b0247] {
    left: -98px;
}
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown[data-v-3a3b0247]:before,
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown[data-v-3a3b0247]:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -9px;
  left: 22px;
}
@media only screen and (max-width: 768px) {
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown[data-v-3a3b0247]:before,
  .dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown[data-v-3a3b0247]:after {
    right: 100px;
    left: unset;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown[data-v-3a3b0247]:before,
  .dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown[data-v-3a3b0247]:after {
    left: 118px;
}
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown[data-v-3a3b0247]:before {
  border-bottom: 10px solid #000;
  margin-top: -1px;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown[data-v-3a3b0247]:after {
  border-bottom: 10px solid #000;
  margin-top: 0;
  z-index: 1;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown h3[data-v-3a3b0247] {
  color: #fff;
  font-size: 0.813rem;
  font-weight: 500;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown ol[data-v-3a3b0247] {
  margin: 10px 10px 20px;
  list-style: none;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown ol li[data-v-3a3b0247] {
  color: #fff;
  font-size: 0.813rem;
  font-weight: 300;
  font-family: "SF Pro Text", sans-serif;
  margin-bottom: 8px;
  letter-spacing: 0.11px;
  line-height: 21px;
  list-style-type: '✓';
  padding-inline-start: 1ch;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown ol li[data-v-3a3b0247]::marker {
  color: #139f84;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown ol li[data-v-3a3b0247]:last-child {
  color: #ffc66a;
  list-style: none;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown .upgrade-to-pro[data-v-3a3b0247] {
  display: flex;
  justify-content: center;
  margin-bottom: 9px;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .premium-modules-hint-wrap .upgrade-plan-dropdown .upgrade-to-pro a[data-v-3a3b0247] {
  color: #000;
  background: #fff;
  padding: 7px 27px;
  font-size: 0.813rem;
  font-weight: 600;
  font-family: "SF Pro Text", sans-serif;
  text-decoration: none;
  border-radius: 3px;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .back-to-modules a[data-v-3a3b0247] {
  color: #7a7a7a;
  font-size: 0.813rem;
  font-weight: 600;
  text-decoration: none;
  font-family: "SF Pro Text", sans-serif;
  margin-left: 25px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .back-to-modules a[data-v-3a3b0247] {
    margin-left: 0;
    margin-bottom: 10px;
}
}
.dokan-modules-wrap .module-filter-wrap .module-filter-left .premium-modules-menu .back-to-modules a[data-v-3a3b0247]:hover {
  color: #1b1e22;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right[data-v-3a3b0247] {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1180px) {
.dokan-modules-wrap .module-filter-wrap .module-filter-right[data-v-3a3b0247] {
    margin-top: 30px;
    position: relative;
    justify-content: space-between;
}
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter[data-v-3a3b0247] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter h3[data-v-3a3b0247] {
  color: #868686;
  margin: 0;
  font-weight: normal;
  font-size: 0.81rem;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter h3 span[data-v-3a3b0247] {
  color: #000;
  font-size: 0.813rem;
  font-weight: normal;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap[data-v-3a3b0247] {
  position: relative;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap svg[data-v-3a3b0247] {
  margin-left: 10px;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap .category-dropdown[data-v-3a3b0247] {
  position: absolute;
  right: -27px;
  top: 50px;
  z-index: 2;
  background: #fff;
  padding: 25px;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border-radius: 3px;
  box-shadow: 0 38px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(233, 238, 248, 0.9);
  cursor: default;
}
@media only screen and (max-width: 768px) {
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap .category-dropdown[data-v-3a3b0247] {
    left: -4px;
    right: unset;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap .category-dropdown[data-v-3a3b0247] {
    right: -27px;
}
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap .category-dropdown[data-v-3a3b0247]:before,
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap .category-dropdown[data-v-3a3b0247]:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -9px;
  right: 22px;
}
@media only screen and (max-width: 768px) {
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap .category-dropdown[data-v-3a3b0247]:before,
  .dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap .category-dropdown[data-v-3a3b0247]:after {
    left: 9px;
    right: unset;
}
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap .category-dropdown[data-v-3a3b0247]:before {
  border-bottom: 10px solid #e2e2e2;
  margin-top: -1px;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap .category-dropdown[data-v-3a3b0247]:after {
  border-bottom: 10px solid white;
  margin-top: 0;
  z-index: 1;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap .category-dropdown h3[data-v-3a3b0247] {
  color: #6d6d6d;
  margin-top: 0;
  font-size: 0.813rem;
  font-weight: bold;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap .category-dropdown ul li[data-v-3a3b0247] {
  margin-bottom: 15px;
  position: relative;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap .category-dropdown ul li[data-v-3a3b0247]:last-child {
  margin-bottom: 0;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap .category-dropdown ul li input[data-v-3a3b0247] {
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 18px;
  height: 18px;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap .category-dropdown ul li input:checked + label[data-v-3a3b0247]::before {
  background: #00b0a6;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap .category-dropdown ul li input:checked + label[data-v-3a3b0247]::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 7px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap .category-dropdown ul li label[data-v-3a3b0247] {
  position: relative;
  padding: 0;
  color: #6D6D6D;
  font-size: 0.813rem;
  font-weight: normal;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter .category-dropdown-wrap .category-dropdown ul li label[data-v-3a3b0247]:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: white;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  margin-right: 14px;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .module-category-filter:hover .category-dropdown[data-v-3a3b0247] {
  top: 35px;
  opacity: 1;
  visibility: visible;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .search-box-view-mode[data-v-3a3b0247] {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.dokan-modules-wrap .module-filter-wrap .module-filter-right .search-box-view-mode[data-v-3a3b0247] {
    position: absolute;
    top: -7px;
    right: 0;
}
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .search-box[data-v-3a3b0247] {
  margin: 0 30px;
  position: relative;
}
@media only screen and (max-width: 576px) {
.dokan-modules-wrap .module-filter-wrap .module-filter-right .search-box[data-v-3a3b0247] {
    display: none;
}
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .search-box input[data-v-3a3b0247] {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 8px 16px;
  line-height: unset;
  width: 270px;
  min-height: 30px;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .search-box input[data-v-3a3b0247]::-moz-placeholder {
  color: #a5acb1;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .search-box input[data-v-3a3b0247]::placeholder {
  color: #a5acb1;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .search-box svg[data-v-3a3b0247] {
  position: absolute;
  right: 16px;
  top: 14px;
  cursor: pointer;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .search-box-responsive[data-v-3a3b0247] {
  margin: 0 20px;
  position: relative;
}
@media only screen and (min-width: 576px) {
.dokan-modules-wrap .module-filter-wrap .module-filter-right .search-box-responsive[data-v-3a3b0247] {
    display: none;
}
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .search-box-responsive input[data-v-3a3b0247] {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 6px 16px;
  line-height: unset;
  width: 30px;
  min-height: 30px;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .search-box-responsive input[data-v-3a3b0247]::-moz-placeholder {
  color: #a5acb1;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .search-box-responsive input[data-v-3a3b0247]::placeholder {
  color: #a5acb1;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "SF Pro Text", sans-serif;
}
.dokan-modules-wrap .module-filter-wrap .module-filter-right .search-box-responsive svg[data-v-3a3b0247] {
  position: absolute;
  right: 11px;
  top: 11px;
  cursor: pointer;
}
.dokan-modules-wrap .module-filter-wrap .module-view-mode svg[data-v-3a3b0247] {
  cursor: pointer;
}
.dokan-modules-wrap .module-selected-categories[data-v-3a3b0247] {
  margin-bottom: 20px;
}
.dokan-modules-wrap .module-selected-categories ul[data-v-3a3b0247] {
  margin: 0;
}
.dokan-modules-wrap .module-selected-categories ul li[data-v-3a3b0247] {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.dokan-modules-wrap .module-selected-categories ul li a[data-v-3a3b0247] {
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  color: #000;
  background: #fff;
  font-family: "SF Pro Text", sans-serif;
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 33px;
  padding: 8px 20px;
}
.dokan-modules-wrap .module-selected-categories ul li a svg[data-v-3a3b0247] {
  margin-left: 6px;
}
.dokan-modules-wrap .module-selected-categories ul li:last-child a[data-v-3a3b0247] {
  color: #5C626A;
  font-size: 0.813rem;
  font-weight: normal;
  font-family: "SF Pro Text", sans-serif;
  margin-left: 30px;
  background: transparent;
  padding: 0;
  border: 0;
  text-decoration: underline;
}
.dokan-modules-wrap .pro-module-content .modules-loading[data-v-3a3b0247] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 65px;
  left: 0;
  background: rgba(240, 240, 241, 0.5);
}
.dokan-modules-wrap .pro-module-content .modules-loading .dokan-loader[data-v-3a3b0247] {
  top: 25%;
  left: 50%;
  transform: translate(-25%, -50%);
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules[data-v-3a3b0247],
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules[data-v-3a3b0247] {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 768px) {
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules.grid-view[data-v-3a3b0247],
  .dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules.grid-view[data-v-3a3b0247] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (min-width: 1200px) {
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules.grid-view[data-v-3a3b0247],
  .dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules.grid-view[data-v-3a3b0247] {
    grid-template-columns: repeat(3, 1fr);
}
}
@media only screen and (min-width: 1600px) {
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .my-modules.grid-view[data-v-3a3b0247],
  .dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules.grid-view[data-v-3a3b0247] {
    grid-template-columns: repeat(4, 1fr);
}
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules-header[data-v-3a3b0247] {
  display: flex;
  align-items: center;
  margin: 47px 0 25px 0;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules-header h3[data-v-3a3b0247] {
  color: #1a9ed4;
  font-size: 13px;
  font-weight: 600;
  font-family: "SF Pro Text", sans-serif;
  border-bottom: 2px solid #1a9ed4;
  margin: 0 17px 0 0;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules-header .upgrade-plan[data-v-3a3b0247] {
  color: #fff;
  background: #1b1e22;
  border-radius: 53px;
  padding: 7px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules-header .upgrade-plan[data-v-3a3b0247]:hover {
  background: #2b2e33;
}
.dokan-modules-wrap .pro-module-content .dokan-pro-modules .premium-modules-header .upgrade-plan svg[data-v-3a3b0247] {
  margin-left: 6px;
}

.dokan-announcement-wrapper {
  position: relative;
}
.dokan-announcement-wrapper .help-block {
  position: absolute;
  top: 10px;
}
.dokan-announcement-wrapper .help-block span.help-text {
  display: inline-block;
  margin-top: 4px;
  margin-right: 6px;
}
.dokan-announcement-wrapper .help-block span.help-text a {
  text-decoration: none;
}
.dokan-announcement-wrapper .help-block span.dashicons {
  font-size: 25px;
}
.dokan-announcement-wrapper th.title {
  width: 35%;
}
.dokan-announcement-wrapper td.status span {
  line-height: 2.5em;
  padding: 5px 8px;
  border-radius: 4px;
}
.dokan-announcement-wrapper td.status .publish {
  background: #c6e1c6;
  color: #5b841b;
}
.dokan-announcement-wrapper td.status .pending {
  background: #f8dda7;
  color: #94660c;
}
.dokan-announcement-wrapper td.status .trash {
  background: #eba3a3;
  color: #761919;
}
.dokan-announcement-wrapper td.status .draft {
  background: #e5e5e5;
  color: #761919;
}
.dokan-announcement-wrapper td.status .future {
  background: #8080805c;
  color: #000000e0;
}
.dokan-announcement-wrapper .dokan-modal header.modal-header h1 {
  width: 90%;
}
.dokan-announcement-wrapper .announcement-modal-content {
  height: 200px;
}
@media only screen and (max-width: 600px) {
.dokan-announcement-wrapper .help-block {
    top: 45px !important;
    left: 0 !important;
}
.dokan-announcement-wrapper .subsubsub {
    margin-top: 20px;
}
.dokan-announcement-wrapper table td.title,
  .dokan-announcement-wrapper table td.content {
    display: table-cell !important;
}
.dokan-announcement-wrapper table th:not(.check-column):not(.title):not(.content):not(.send_to) {
    display: none;
}
.dokan-announcement-wrapper table td:not(.check-column):not(.title):not(.content):not(.send_to) {
    display: none;
}
.dokan-announcement-wrapper table th.column,
  .dokan-announcement-wrapper table td.column {
    width: auto;
}
.dokan-announcement-wrapper table td.manage-column.column-cb.check-column {
    padding-right: 15px;
}
}
.help-block-rtl {
  left: 10px;
}
.help-block-ltr {
  right: 10px;
}

.dokan-announcement-form-wrapper {
  position: relative;
}
.dokan-announcement-form-wrapper .help-block {
  position: absolute;
  top: 10px;
  right: 10px;
}
.dokan-announcement-form-wrapper .help-block span.help-text {
  display: inline-block;
  margin-top: 4px;
  margin-right: 6px;
}
.dokan-announcement-form-wrapper .help-block span.help-text a {
  text-decoration: none;
}
.dokan-announcement-form-wrapper .help-block span.dashicons {
  font-size: 25px;
}
.dokan-announcement-form-wrapper .help-block-rtl {
  left: 10px;
}
.dokan-announcement-form-wrapper .help-block-ltr {
  right: 10px;
}
.dokan-announcement-form-wrapper #post-body .post-body-content {
  position: relative;
  width: 100%;
  min-width: 463px;
  float: left;
  margin-bottom: 20px;
}
.dokan-announcement-form-wrapper #post-body .post-body-content #postdivrich {
  margin-top: 20px;
}
.dokan-announcement-form-wrapper #post-body .announcement-actions {
  background: #fafafa;
}
.dokan-announcement-form-wrapper #post-body .announcement-actions .action {
  padding: 15px 0px;
}
.dokan-announcement-form-wrapper #post-body .announcement-actions .action .spinner {
  visibility: visible;
  float: none;
}
.dokan-announcement-form-wrapper #post-body .announcement-actions .action .draft-btn {
  float: left;
}
.dokan-announcement-form-wrapper #post-body .announcement-actions .action .publish-btn {
  float: right;
}
.dokan-announcement-form-wrapper .multiselect input#ajax {
  background: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  border: none !important;
}
.sub-action #jj,
.sub-action #aa,
.sub-action #hh,
.sub-action #mm {
  padding: 1px;
  font-size: 12px;
}
.sub-action #jj,
.sub-action #hh,
.sub-action #mm {
  width: 2em;
}
.sub-action #timestamp .dashicons:before {
  color: #82878c;
  position: relative;
  top: -1px;
}
.lang_rtl {
  float: right !important;
}

.dokan-announcement-form-wrapper {
  position: relative;
}
.dokan-announcement-form-wrapper .help-block {
  position: absolute;
  top: 10px;
  right: 10px;
}

.dokan-refund-wrapper {
  position: relative;
}
.dokan-refund-wrapper .help-block {
  position: absolute;
  top: 10px;
  right: 10px;
}
.dokan-refund-wrapper .help-block span.help-text {
  display: inline-block;
  margin-top: 4px;
  margin-right: 6px;
}
.dokan-refund-wrapper .help-block span.help-text a {
  text-decoration: none;
}
.dokan-refund-wrapper .help-block span.dashicons {
  font-size: 25px;
}
.dokan-refund-wrapper table thead tr th.order_id {
  width: 17%;
}
.dokan-refund-wrapper table .manual-pill {
  display: inline-block;
  background: #2673b2;
  padding: 3px 5px;
  margin-left: 5px;
  color: #fff;
  font-size: 10px;
  line-height: 11px;
  border-radius: 3px;
}
.dokan-refund-wrapper .refund-help-tooptip {
  background: #fb6e75;
  border: none;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 0 5px 0px #525252;
  display: inline-block;
  margin: 2px 0 0 5px;
  padding: 3px;
}
.dokan-refund-wrapper .refund-help-tooptip span.dashicons {
  font-size: 15px;
  line-height: 20px;
}
@media only screen and (max-width: 600px) {
.dokan-refund-wrapper .help-block {
    top: 45px !important;
    left: 0 !important;
}
.dokan-refund-wrapper .subsubsub {
    margin-top: 20px;
}
.dokan-refund-wrapper table td.order_id,
  .dokan-refund-wrapper table td.vendor,
  .dokan-refund-wrapper table td.amount {
    display: table-cell !important;
}
.dokan-refund-wrapper table th:not(.check-column):not(.order_id):not(.vendor):not(.amount) {
    display: none;
}
.dokan-refund-wrapper table td:not(.check-column):not(.order_id):not(.vendor):not(.amount) {
    display: none;
}
.dokan-refund-wrapper table th.column,
  .dokan-refund-wrapper table td.column {
    width: auto;
}
.dokan-refund-wrapper table th.column.amount {
    width: 18% !important;
}
.dokan-refund-wrapper table th.column.vendor {
    width: 20% !important;
}
.dokan-refund-wrapper table th.column.order_id {
    width: 35% !important;
}
.dokan-refund-wrapper table td.column.order_id .row-actions {
    font-size: 11px;
}
}
@media only screen and (max-width: 360px) {
.dokan-refund-wrapper table td.column.order_id .row-actions {
    font-size: 10px;
}
}
@media only screen and (max-width: 320px) {
.dokan-refund-wrapper table td.column.order_id .row-actions {
    font-size: 9px;
}
}

.test-distance-rate-shipping[data-v-7796090d] {
  margin: 20px 0;
}
.test-distance-rate-shipping .dokan-form-group[data-v-7796090d] {
  margin-bottom: 10px;
}
.test-distance-rate-shipping .dokan-form-group[data-v-7796090d]:before,
.test-distance-rate-shipping .dokan-form-group[data-v-7796090d]:after {
  display: table;
  content: ' ';
}
.test-distance-rate-shipping .dokan-form-group[data-v-7796090d]:after {
  clear: both;
}
.test-distance-rate-shipping .dokan-form-group .dokan-w4[data-v-7796090d] {
  float: left;
  width: 10%;
}
.test-distance-rate-shipping .dokan-form-group .dokan-w6[data-v-7796090d] {
  float: left;
  width: 80%;
}
.test-distance-rate-shipping .dokan-form-group label[data-v-7796090d] {
  font-weight: 600;
}
.test-distance-rate-shipping .formatted-message[data-v-7796090d] {
  margin: 10px 0 20px 0;
  padding: 10px;
  background: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.test-distance-rate-shipping .error[data-v-7796090d] {
  color: red;
}
.test-distance-rate-shipping .success[data-v-7796090d] {
  color: green;
}

.reports-page .logs-area th {
  white-space: nowrap;
}
.reports-page .logs-area .order_total del {
  padding-right: 5px;
}
.reports-page .logs-area .tablenav .actions {
  overflow: visible;
}
.reports-page .logs-area .search-by-order {
  display: inline;
  margin-left: 5px;
}
.reports-page .logs-area .search-by-order .search-box #post-search-input {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 8px !important;
}
.reports-page .logs-area .search-by-order .search-box #post-search-input::-moz-placeholder {
  color: #999 !important;
}
.reports-page .logs-area .search-by-order .search-box #post-search-input::placeholder {
  color: #999 !important;
}
.reports-page .logs-area .dokan-progress {
  margin-top: 15px;
}
.reports-page .export-area {
  position: absolute;
  right: 19px;
  top: 19px;
}
.reports-page .export-area #export-logs {
  padding: 0px 10px !important;
  height: 30px !important;
}
.reports-page .widgets-wrapper {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  width: 100%;
}
.reports-page .widgets-wrapper .left-side {
  width: 30%;
}
.reports-page .widgets-wrapper .right-side {
  width: 67%;
}
.reports-page .widgets-wrapper .left-side,
.reports-page .widgets-wrapper .right-side {
  float: left;
}
.reports-page .widgets-wrapper .left-side {
  margin-right: 3%;
}
.reports-page .widgets-wrapper .dokan-status ul li {
  min-height: 100px;
}
.reports-page .vendor-picker {
  width: 200px;
  display: inline-block;
  top: -2px;
}
.reports-page .dokan-input {
  height: 38px;
}
.reports-page .dokan-postbox .loading {
  display: block;
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
.reports-page button.button {
  height: 38px !important;
  padding: 5px 20px 5px 20px !important;
}
.reports-page .subscribe-box {
  margin: 20px -12px -11px -12px;
  padding: 0 15px 15px;
  background: #fafafa;
  border-top: 1px solid #efefef;
  position: relative;
}
.reports-page .subscribe-box h3 {
  margin: 10px 0;
}
.reports-page .subscribe-box p {
  margin-bottom: 10px !important;
}
.reports-page .subscribe-box .thank-you {
  background: #4fa72b;
  margin-top: 10px;
  padding: 15px;
  border-radius: 3px;
  color: #fff;
}
.reports-page .subscribe-box .form-wrap {
  display: flex;
}
.reports-page .subscribe-box .form-wrap input[type="email"] {
  width: 100%;
  padding: 3px 0 3px 6px;
  margin: 0px -1px 0 0;
}
.reports-page .subscribe-box .form-wrap button.button {
  box-shadow: none;
  background: #FF5722;
  color: #fff;
  border-color: #FF5722;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.reports-page .subscribe-box .form-wrap button.button:hover {
  background: #ff6a3c;
}
.reports-page .subscribe-box .loading {
  position: absolute;
  height: 100%;
  margin: 0 0 0 -15px;
  background: rgba(0, 0, 0, 0.2);
}
.reports-page .subscribe-box .loading .dokan-loader {
  margin-top: 30px;
}
.reports-page .report-area .report-filter .multiselect__input {
  border: none;
  box-shadow: none;
}
.reports-page .report-area .report-filter .multiselect__input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.date-range-placeholder {
  color: #a9a9a9;
  font-size: 14px;
}
.reportrange-text {
  min-width: 200px;
}
.select2.select2-container {
  width: 190px;
  vertical-align: top;
}
.date-picker-input {
  box-shadow: 0 0 0 transparent;
  border-radius: 4px;
  border: 1px solid #8c8f94;
  background-color: #fff;
  color: #2c3338;
  padding: 3px;
}
.date-picker-input-custom {
  padding: 0;
}
.reportrange-text {
  border: 1px solid #888888;
  border-radius: 4px;
}
.report-date-range .reportrange-text {
  border: 0;
  overflow: visible !important;
  background: transparent !important;
}
.mr-5 {
  margin-right: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.cross_btn {
  margin-right: 10px;
  vertical-align: top;
}
.dokan_gateway_fee > div,
.shipping_total > div,
.shipping_total_tax > div,
.tax_total > div {
  float: left;
}
.dokan_gateway_fee .notication-tooltip,
.shipping_total .notication-tooltip,
.shipping_total_tax .notication-tooltip,
.tax_total .notication-tooltip {
  background-color: #ccc;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 13px;
  height: 13px;
  text-align: center;
  border-radius: 50%;
  padding: 1px;
  color: #000;
  margin-left: 4px;
  position: relative;
  top: -1px;
}
.select2-container .select2-selection--multiple {
  min-height: 18px;
}
.select2-container--default .select2-search--inline input.select2-search__field {
  line-height: 0.8;
  height: auto;
  min-height: 16px;
}

.quarter_schedule_fields,
.monthly_schedule_fields,
.biweekly_schedule_fields {
  margin-top: 20px;
  text-align: left !important;
}
.quarter_schedule_fields span,
.monthly_schedule_fields span,
.biweekly_schedule_fields span {
  font-weight: 600;
  font-family: Roboto, sans-serif;
  color: #000;
}
.quarter_schedule_fields select,
.monthly_schedule_fields select,
.biweekly_schedule_fields select {
  margin-top: 5px;
}
.quarter_schedule_fields .dokan-schedule-week-day-container,
.monthly_schedule_fields .dokan-schedule-week-day-container,
.biweekly_schedule_fields .dokan-schedule-week-day-container {
  padding-top: 15px;
}


.fade-enter-active[data-v-ecebefc6],
.fade-leave-active[data-v-ecebefc6] {
    transition: all 0.4s;
}
.fade-enter[data-v-ecebefc6],
.fade-leave-to[data-v-ecebefc6] {
    opacity: 0;
}
blockquote[data-v-ecebefc6],
dl[data-v-ecebefc6],
dd[data-v-ecebefc6],
h1[data-v-ecebefc6],
h2[data-v-ecebefc6],
h3[data-v-ecebefc6],
h4[data-v-ecebefc6],
h5[data-v-ecebefc6],
h6[data-v-ecebefc6],
hr[data-v-ecebefc6],
figure[data-v-ecebefc6],
p[data-v-ecebefc6],
pre[data-v-ecebefc6] {
    margin: 0;
}
img[data-v-ecebefc6],
svg[data-v-ecebefc6],
video[data-v-ecebefc6],
canvas[data-v-ecebefc6],
audio[data-v-ecebefc6],
iframe[data-v-ecebefc6],
embed[data-v-ecebefc6],
object[data-v-ecebefc6] {
    display: block;
    vertical-align: middle;
}
*[data-v-ecebefc6],[data-v-ecebefc6]::before,[data-v-ecebefc6]::after {
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}


blockquote[data-v-1fce0b98],
dl[data-v-1fce0b98],
dd[data-v-1fce0b98],
h1[data-v-1fce0b98],
h2[data-v-1fce0b98],
h3[data-v-1fce0b98],
h4[data-v-1fce0b98],
h5[data-v-1fce0b98],
h6[data-v-1fce0b98],
hr[data-v-1fce0b98],
figure[data-v-1fce0b98],
p[data-v-1fce0b98],
pre[data-v-1fce0b98] {
    margin: 0;
}
img[data-v-1fce0b98],
svg[data-v-1fce0b98],
video[data-v-1fce0b98],
canvas[data-v-1fce0b98],
audio[data-v-1fce0b98],
iframe[data-v-1fce0b98],
embed[data-v-1fce0b98],
object[data-v-1fce0b98] {
    display: block;
    vertical-align: middle;
}
*[data-v-1fce0b98],[data-v-1fce0b98]::before,[data-v-1fce0b98]::after {
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

.verification-requests .dokan-modal .modal-body {
  min-height: 130px;
}
.verification-requests .dokan-modal .modal-body textarea {
  width: 100%;
}
.verification-requests .image {
  width: 10%;
}
.verification-requests .seller {
  width: 15%;
}
.verification-requests .documents {
  width: 20%;
}
.verification-requests td.seller img {
  float: left;
  margin-right: 10px;
  margin-top: 1px;
  width: 24px;
  height: auto;
}
.verification-requests td.id strong {
  display: block;
  margin-bottom: 0.2em;
  font-size: 14px;
}
.verification-requests td.actions,
.verification-requests th.actions {
  width: 150px;
}
.verification-requests td.status span {
  line-height: 2.5em;
  padding: 5px 8px;
  border-radius: 4px;
}
.verification-requests td.status .approved {
  background: #c6e1c6;
  color: #5b841b;
}
.verification-requests td.status .pending {
  background: #f8dda7;
  color: #94660c;
}
.verification-requests td.status .cancelled {
  background: #eba3a3;
  color: #761919;
}
.verification-requests td.status .rejected {
  background: #eba3a3;
  color: #761919;
}
.verification-requests .method_details_inner p {
  margin-bottom: 2px;
}
.verification-requests .row-actions span.rejected a {
  color: #b93737;
}
@media only screen and (max-width: 600px) {
.verification-requests table td.seller,
  .verification-requests td.amount,
  .verification-requests td.actions {
    display: table-cell !important;
}
.verification-requests table th:not(.check-column):not(.seller):not(.amount):not(.actions) {
    display: none;
}
.verification-requests table td:not(.check-column):not(.seller):not(.amount):not(.actions) {
    display: none;
}
.verification-requests table th.column,
  .verification-requests table td.column {
    width: auto;
}
.verification-requests table td.column.actions .dashicons {
    width: 14px;
    height: 14px;
    font-size: 18px;
}
.verification-requests table td.id .row-actions {
    display: inline-block;
}
.verification-requests table td.id .row-actions span {
    font-size: 11px;
}
}
@media only screen and (max-width: 376px) {
.verification-requests table td.id .row-actions {
    display: inline-block;
}
.verification-requests table td.id .row-actions span {
    font-size: 9px;
}
}
@media only screen and (max-width: 320px) {
.verification-requests table td.column.actions .dashicons {
    width: 10px;
    height: 10px;
    font-size: 14px;
}
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}
input::placeholder,textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}
::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}
::-webkit-datetime-edit {
    display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}
select {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
    border-radius: 0px;
}
[type='radio'] {
    border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
    [type='checkbox']:checked {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
    [type='radio']:checked {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}
[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
@media (forced-colors: active)  {
    [type='checkbox']:indeterminate {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}
[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}
[type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
.\!prose {
    color: var(--tw-prose-body) !important;
    max-width: 65ch !important;
}
.prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.\!prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.\!prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead) !important;
    font-size: 1.25em !important;
    line-height: 1.6 !important;
    margin-top: 1.2em !important;
    margin-bottom: 1.2em !important;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.\!prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links) !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.\!prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold) !important;
    font-weight: 600 !important;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.\!prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit !important;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.\!prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit !important;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.\!prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit !important;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.\!prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal !important;
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
    padding-inline-start: 1.625em !important;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.\!prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha !important;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.\!prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha !important;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.\!prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha !important;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.\!prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha !important;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.\!prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman !important;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.\!prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman !important;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.\!prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman !important;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.\!prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman !important;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.\!prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal !important;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}
.\!prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc !important;
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
    padding-inline-start: 1.625em !important;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.\!prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400 !important;
    color: var(--tw-prose-counters) !important;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.\!prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets) !important;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}
.\!prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings) !important;
    font-weight: 600 !important;
    margin-top: 1.25em !important;
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.\!prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr) !important;
    border-top-width: 1px !important;
    margin-top: 3em !important;
    margin-bottom: 3em !important;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.\!prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500 !important;
    font-style: italic !important;
    color: var(--tw-prose-quotes) !important;
    border-inline-start-width: 0.25rem !important;
    border-inline-start-color: var(--tw-prose-quote-borders) !important;
    quotes: "\201C""\201D""\2018""\2019" !important;
    margin-top: 1.6em !important;
    margin-bottom: 1.6em !important;
    padding-inline-start: 1em !important;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}
.\!prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote !important;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}
.\!prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote !important;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}
.\!prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings) !important;
    font-weight: 800 !important;
    font-size: 2.25em !important;
    margin-top: 0 !important;
    margin-bottom: 0.8888889em !important;
    line-height: 1.1111111 !important;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.\!prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900 !important;
    color: inherit !important;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}
.\!prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings) !important;
    font-weight: 700 !important;
    font-size: 1.5em !important;
    margin-top: 2em !important;
    margin-bottom: 1em !important;
    line-height: 1.3333333 !important;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.\!prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800 !important;
    color: inherit !important;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}
.\!prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings) !important;
    font-weight: 600 !important;
    font-size: 1.25em !important;
    margin-top: 1.6em !important;
    margin-bottom: 0.6em !important;
    line-height: 1.6 !important;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.\!prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700 !important;
    color: inherit !important;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.\!prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings) !important;
    font-weight: 600 !important;
    margin-top: 1.5em !important;
    margin-bottom: 0.5em !important;
    line-height: 1.5 !important;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.\!prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700 !important;
    color: inherit !important;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.\!prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.\!prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block !important;
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.\!prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.\!prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500 !important;
    font-family: inherit !important;
    color: var(--tw-prose-kbd) !important;
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%) !important;
    font-size: 0.875em !important;
    border-radius: 0.3125rem !important;
    padding-top: 0.1875em !important;
    padding-inline-end: 0.375em !important;
    padding-bottom: 0.1875em !important;
    padding-inline-start: 0.375em !important;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}
.\!prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code) !important;
    font-weight: 600 !important;
    font-size: 0.875em !important;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.\!prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`" !important;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}
.\!prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`" !important;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}
.\!prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit !important;
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.\!prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit !important;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.\!prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit !important;
    font-size: 0.875em !important;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}
.\!prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit !important;
    font-size: 0.9em !important;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}
.\!prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit !important;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.\!prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit !important;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.\!prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit !important;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.\!prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code) !important;
    background-color: var(--tw-prose-pre-bg) !important;
    overflow-x: auto !important;
    font-weight: 400 !important;
    font-size: 0.875em !important;
    line-height: 1.7142857 !important;
    margin-top: 1.7142857em !important;
    margin-bottom: 1.7142857em !important;
    border-radius: 0.375rem !important;
    padding-top: 0.8571429em !important;
    padding-inline-end: 1.1428571em !important;
    padding-bottom: 0.8571429em !important;
    padding-inline-start: 1.1428571em !important;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}
.\!prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent !important;
    border-width: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    font-weight: inherit !important;
    color: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.\!prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none !important;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}
.\!prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none !important;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}
.\!prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100% !important;
    table-layout: auto !important;
    text-align: start !important;
    margin-top: 2em !important;
    margin-bottom: 2em !important;
    font-size: 0.875em !important;
    line-height: 1.7142857 !important;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: start;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.\!prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px !important;
    border-bottom-color: var(--tw-prose-th-borders) !important;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.\!prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings) !important;
    font-weight: 600 !important;
    vertical-align: bottom !important;
    padding-inline-end: 0.5714286em !important;
    padding-bottom: 0.5714286em !important;
    padding-inline-start: 0.5714286em !important;
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.\!prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px !important;
    border-bottom-color: var(--tw-prose-td-borders) !important;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.\!prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0 !important;
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}
.\!prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline !important;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}
.\!prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px !important;
    border-top-color: var(--tw-prose-th-borders) !important;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.\!prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top !important;
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}
.\!prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.\!prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions) !important;
    font-size: 0.875em !important;
    line-height: 1.4285714 !important;
    margin-top: 0.8571429em !important;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.\!prose {
    --tw-prose-body: #374151 !important;
    --tw-prose-headings: #111827 !important;
    --tw-prose-lead: #4b5563 !important;
    --tw-prose-links: #111827 !important;
    --tw-prose-bold: #111827 !important;
    --tw-prose-counters: #6b7280 !important;
    --tw-prose-bullets: #d1d5db !important;
    --tw-prose-hr: #e5e7eb !important;
    --tw-prose-quotes: #111827 !important;
    --tw-prose-quote-borders: #e5e7eb !important;
    --tw-prose-captions: #6b7280 !important;
    --tw-prose-kbd: #111827 !important;
    --tw-prose-kbd-shadows: 17 24 39 !important;
    --tw-prose-code: #111827 !important;
    --tw-prose-pre-code: #e5e7eb !important;
    --tw-prose-pre-bg: #1f2937 !important;
    --tw-prose-th-borders: #d1d5db !important;
    --tw-prose-td-borders: #e5e7eb !important;
    --tw-prose-invert-body: #d1d5db !important;
    --tw-prose-invert-headings: #fff !important;
    --tw-prose-invert-lead: #9ca3af !important;
    --tw-prose-invert-links: #fff !important;
    --tw-prose-invert-bold: #fff !important;
    --tw-prose-invert-counters: #9ca3af !important;
    --tw-prose-invert-bullets: #4b5563 !important;
    --tw-prose-invert-hr: #374151 !important;
    --tw-prose-invert-quotes: #f3f4f6 !important;
    --tw-prose-invert-quote-borders: #374151 !important;
    --tw-prose-invert-captions: #9ca3af !important;
    --tw-prose-invert-kbd: #fff !important;
    --tw-prose-invert-kbd-shadows: 255 255 255 !important;
    --tw-prose-invert-code: #fff !important;
    --tw-prose-invert-pre-code: #d1d5db !important;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%) !important;
    --tw-prose-invert-th-borders: #4b5563 !important;
    --tw-prose-invert-td-borders: #374151 !important;
    font-size: 1rem !important;
    line-height: 1.75 !important;
}
.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}
.\!prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.\!prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.\!prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em !important;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.\!prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em !important;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.\!prose :where(.\!prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.\!prose :where(.\!prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
}
.\!prose :where(.\!prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em !important;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.\!prose :where(.\!prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em !important;
}
.\!prose :where(.\!prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em !important;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.\!prose :where(.\!prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em !important;
}
.\!prose :where(.\!prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em !important;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.\!prose :where(.\!prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em !important;
}
.\!prose :where(.\!prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em !important;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.\!prose :where(.\!prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em !important;
}
.\!prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.\!prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em !important;
    margin-bottom: 1.25em !important;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.\!prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em !important;
    padding-inline-start: 1.625em !important;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}
.\!prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0 !important;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.\!prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0 !important;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.\!prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0 !important;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.\!prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0 !important;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.\!prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0 !important;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.\!prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0 !important;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.\!prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em !important;
    padding-inline-end: 0.5714286em !important;
    padding-bottom: 0.5714286em !important;
    padding-inline-start: 0.5714286em !important;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.\!prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0 !important;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.\!prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0 !important;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.\!prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.\!prose :where(.\!prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0 !important;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.\!prose :where(.\!prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0 !important;
}
.\!prose :where(.\!prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0 !important;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
.\!prose :where(.\!prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0 !important;
}
.form-input,.form-textarea,.form-select,.form-multiselect {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}
.form-input::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}
.form-input::-webkit-datetime-edit {
    display: inline-flex;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}
.\!form-checkbox {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    padding: 0 !important;
    -webkit-print-color-adjust: exact !important;
            print-color-adjust: exact !important;
    display: inline-block !important;
    vertical-align: middle !important;
    background-origin: border-box !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    flex-shrink: 0 !important;
    height: 1rem !important;
    width: 1rem !important;
    color: #2563eb !important;
    background-color: #fff !important;
    border-color: #6b7280 !important;
    border-width: 1px !important;
    --tw-shadow: 0 0 #0000 !important;
    border-radius: 0px !important;
}
.\!form-checkbox:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-ring-offset-width: 2px !important;
    --tw-ring-offset-color: #fff !important;
    --tw-ring-color: #2563eb !important;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}
.\!form-checkbox:checked {
    border-color: transparent !important;
    background-color: currentColor !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e") !important;
}
@media (forced-colors: active)  {
    .\!form-checkbox:checked {
        -webkit-appearance: auto !important;
           -moz-appearance: auto !important;
                appearance: auto !important;
    }
}
.\!form-checkbox:checked:hover,.\!form-checkbox:checked:focus {
    border-color: transparent !important;
    background-color: currentColor !important;
}
.\!form-checkbox:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e") !important;
    border-color: transparent !important;
    background-color: currentColor !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
@media (forced-colors: active)  {
    .\!form-checkbox:indeterminate {
        -webkit-appearance: auto !important;
           -moz-appearance: auto !important;
                appearance: auto !important;
    }
}
.\!form-checkbox:indeterminate:hover,.\!form-checkbox:indeterminate:focus {
    border-color: transparent !important;
    background-color: currentColor !important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.pointer-events-none {
    pointer-events: none;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}
.collapse {
    visibility: collapse;
}
.static {
    position: static;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.inset-0 {
    inset: 0px;
}
.inset-y-0 {
    top: 0px;
    bottom: 0px;
}
.left-0 {
    left: 0px;
}
.right-0 {
    right: 0px;
}
.top-0 {
    top: 0px;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}
.col-span-11 {
    grid-column: span 11 / span 11;
}
.col-span-12 {
    grid-column: span 12 / span 12;
}
.col-span-full {
    grid-column: 1 / -1;
}
.m-1 {
    margin: 0.25rem;
}
.m-2 {
    margin: 0.5rem;
}
.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.\!mb-0 {
    margin-bottom: 0px !important;
}
.\!mr-4 {
    margin-right: 1rem !important;
}
.\!mt-\[13px\] {
    margin-top: 13px !important;
}
.-ml-0 {
    margin-left: -0px;
}
.-ml-0\.5 {
    margin-left: -0.125rem;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-2\.5 {
    margin-bottom: 0.625rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.ml-5 {
    margin-left: 1.25rem;
}
.ml-\[23px\] {
    margin-left: 23px;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mr-16 {
    margin-right: 4rem;
}
.mr-5 {
    margin-right: 1.25rem;
}
.mt-0 {
    margin-top: 0px;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
}
.table-row {
    display: table-row;
}
.grid {
    display: grid;
}
.contents {
    display: contents;
}
.list-item {
    display: list-item;
}
.hidden {
    display: none;
}
.\!h-10 {
    height: 2.5rem !important;
}
.\!h-5 {
    height: 1.25rem !important;
}
.h-1 {
    height: 0.25rem;
}
.h-12 {
    height: 3rem;
}
.h-2 {
    height: 0.5rem;
}
.h-2\.5 {
    height: 0.625rem;
}
.h-4 {
    height: 1rem;
}
.h-5 {
    height: 1.25rem;
}
.h-6 {
    height: 1.5rem;
}
.h-screen {
    height: 100vh;
}
.min-h-full {
    min-height: 100%;
}
.\!w-5 {
    width: 1.25rem !important;
}
.w-12 {
    width: 3rem;
}
.w-4 {
    width: 1rem;
}
.w-48 {
    width: 12rem;
}
.w-5 {
    width: 1.25rem;
}
.w-6 {
    width: 1.5rem;
}
.w-\[20\%\] {
    width: 20%;
}
.w-\[80\%\] {
    width: 80%;
}
.w-\[95\%\] {
    width: 95%;
}
.w-full {
    width: 100%;
}
.w-screen {
    width: 100vw;
}
.min-w-0 {
    min-width: 0px;
}
.max-w-2xl {
    max-width: 42rem;
}
.max-w-\[300px\] {
    max-width: 300px;
}
.max-w-\[330px\] {
    max-width: 330px;
}
.max-w-\[360px\] {
    max-width: 360px;
}
.max-w-\[88\%\] {
    max-width: 88%;
}
.max-w-sm {
    max-width: 24rem;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-auto {
    flex: 1 1 auto;
}
.flex-none {
    flex: none;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.shrink {
    flex-shrink: 1;
}
.flex-grow {
    flex-grow: 1;
}
.border-collapse {
    border-collapse: collapse;
}
.translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4 {
    --tw-translate-y: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {
    50% {
        opacity: .5;
    }
}
.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
    cursor: pointer;
}
.resize {
    resize: both;
}
.columns-2 {
    -moz-columns: 2;
         columns: 2;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.content-center {
    align-content: center;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
}
.gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}
.gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
}
.gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}
.gap-y-4 {
    row-gap: 1rem;
}
.-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(237 233 254 / var(--tw-divide-opacity));
}
.self-end {
    align-self: flex-end;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-wrap {
    text-wrap: wrap;
}
.break-words {
    overflow-wrap: break-word;
}
.break-all {
    word-break: break-all;
}
.\!rounded {
    border-radius: 0.25rem !important;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-sm {
    border-radius: 0.125rem;
}
.rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.\!border-0 {
    border-width: 0px !important;
}
.border {
    border-width: 1px;
}
.border-0 {
    border-width: 0px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-t {
    border-top-width: 1px;
}
.\!border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-900\/5 {
    border-color: rgb(17 24 39 / 0.05);
}
.\!bg-\[\#2271b1\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(34 113 177 / var(--tw-bg-opacity)) !important;
}
.bg-black\/70 {
    background-color: rgb(0 0 0 / 0.7);
}
.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.bg-opacity-75 {
    --tw-bg-opacity: 0.75;
}
.p-1 {
    padding: 0.25rem;
}
.p-1\.5 {
    padding: 0.375rem;
}
.p-2 {
    padding: 0.5rem;
}
.p-4 {
    padding: 1rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.\!pb-0 {
    padding-bottom: 0px !important;
}
.\!pl-3 {
    padding-left: 0.75rem !important;
}
.\!pr-3 {
    padding-right: 0.75rem !important;
}
.\!pt-0 {
    padding-top: 0px !important;
}
.pb-1 {
    padding-bottom: 0.25rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pl-10 {
    padding-left: 2.5rem;
}
.pl-3 {
    padding-left: 0.75rem;
}
.pl-6 {
    padding-left: 1.5rem;
}
.pr-4 {
    padding-right: 1rem;
}
.pt-1 {
    padding-top: 0.25rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pt-5 {
    padding-top: 1.25rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.\!text-\[13px\] {
    font-size: 13px !important;
}
.\!text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-\[14px\] {
    font-size: 14px;
}
.text-\[16px\] {
    font-size: 16px;
}
.text-\[1rem\] {
    font-size: 1rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.\!font-normal {
    font-weight: 400 !important;
}
.\!font-semibold {
    font-weight: 600 !important;
}
.font-bold {
    font-weight: 700;
}
.font-light {
    font-weight: 300;
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.italic {
    font-style: italic;
}
.ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.\!leading-6 {
    line-height: 1.5rem !important;
}
.leading-5 {
    line-height: 1.25rem;
}
.leading-6 {
    line-height: 1.5rem;
}
.leading-7 {
    line-height: 1.75rem;
}
.leading-loose {
    line-height: 2;
}
.tracking-tight {
    letter-spacing: -0.025em;
}
.\!text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.\!text-violet-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(124 58 237 / var(--tw-text-opacity)) !important;
}
.text-\[\#111827\] {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-\[\#6B7280\] {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-700 {
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-800 {
    --tw-text-opacity: 1;
    color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
    text-decoration-line: underline;
}
.overline {
    text-decoration-line: overline;
}
.no-underline {
    text-decoration-line: none;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
    opacity: 0;
}
.opacity-100 {
    opacity: 1;
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
    outline-style: solid;
}
.\!ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.\!ring-inset {
    --tw-ring-inset: inset !important;
}
.ring-inset {
    --tw-ring-inset: inset;
}
.\!ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity)) !important;
}
.ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-gray-600\/20 {
    --tw-ring-color: rgb(75 85 99 / 0.2);
}
.ring-gray-900\/5 {
    --tw-ring-color: rgb(17 24 39 / 0.05);
}
.ring-green-600\/20 {
    --tw-ring-color: rgb(22 163 74 / 0.2);
}
.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-200 {
    transition-duration: 200ms;
}
.duration-300 {
    transition-duration: 300ms;
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

input[type=checkbox] {
    margin-top: 0.25rem;
}

input[type=checkbox]::before {
    --tw-content: '' !important;
    content: var(--tw-content) !important;
}
a {
    color: #0073aa;
}
a:hover, a:active, a:focus {
    color: #0096dd;
}
table.wp-list-table.widefat.fixed {
    position: static !important;
}
@media (min-width: 1024px) {
    .lg\:prose-xl {
        font-size: 1.25rem;
        line-height: 1.8;
    }
    .lg\:prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
        margin-bottom: 1.2em;
    }
    .lg\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.2em;
        line-height: 1.5;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .lg\:prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-inline-start: 1.0666667em;
    }
    .lg\:prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 2.8em;
        margin-top: 0;
        margin-bottom: 0.8571429em;
        line-height: 1;
    }
    .lg\:prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.8em;
        margin-top: 1.5555556em;
        margin-bottom: 0.8888889em;
        line-height: 1.1111111;
    }
    .lg\:prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.5em;
        margin-top: 1.6em;
        margin-bottom: 0.6666667em;
        line-height: 1.3333333;
    }
    .lg\:prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.8em;
        margin-bottom: 0.6em;
        line-height: 1.6;
    }
    .lg\:prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .lg\:prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .lg\:prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lg\:prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .lg\:prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.9em;
        border-radius: 0.3125rem;
        padding-top: 0.25em;
        padding-inline-end: 0.4em;
        padding-bottom: 0.25em;
        padding-inline-start: 0.4em;
    }
    .lg\:prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.9em;
    }
    .lg\:prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8611111em;
    }
    .lg\:prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.9em;
    }
    .lg\:prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.9em;
        line-height: 1.7777778;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: 0.5rem;
        padding-top: 1.1111111em;
        padding-inline-end: 1.3333333em;
        padding-bottom: 1.1111111em;
        padding-inline-start: 1.3333333em;
    }
    .lg\:prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
        margin-bottom: 1.2em;
        padding-inline-start: 1.6em;
    }
    .lg\:prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
        margin-bottom: 1.2em;
        padding-inline-start: 1.6em;
    }
    .lg\:prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.6em;
        margin-bottom: 0.6em;
    }
    .lg\:prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-start: 0.4em;
    }
    .lg\:prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-start: 0.4em;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.8em;
        margin-bottom: 0.8em;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.2em;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.2em;
    }
    .lg\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.8em;
        margin-bottom: 0.8em;
    }
    .lg\:prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
        margin-bottom: 1.2em;
    }
    .lg\:prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
    }
    .lg\:prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.6em;
        padding-inline-start: 1.6em;
    }
    .lg\:prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2.8em;
        margin-bottom: 2.8em;
    }
    .lg\:prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }
    .lg\:prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }
    .lg\:prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }
    .lg\:prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }
    .lg\:prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.9em;
        line-height: 1.5555556;
    }
    .lg\:prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-end: 0.6666667em;
        padding-bottom: 0.8888889em;
        padding-inline-start: 0.6666667em;
    }
    .lg\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-start: 0;
    }
    .lg\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-end: 0;
    }
    .lg\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-top: 0.8888889em;
        padding-inline-end: 0.6666667em;
        padding-bottom: 0.8888889em;
        padding-inline-start: 0.6666667em;
    }
    .lg\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-start: 0;
    }
    .lg\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-end: 0;
    }
    .lg\:prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .lg\:prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lg\:prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.9em;
        line-height: 1.5555556;
        margin-top: 1em;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }
    .lg\:prose-xl :where(.lg\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 0;
    }
}
.placeholder\:text-gray-400::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.placeholder\:text-gray-400::placeholder {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.after\:clear-both::after {
    content: var(--tw-content);
    clear: both;
}
.after\:block::after {
    content: var(--tw-content);
    display: block;
}
.after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
}
.hover\:bg-black\/20:hover {
    background-color: rgb(0 0 0 / 0.2);
}
.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50\/50:hover {
    background-color: rgb(249 250 251 / 0.5);
}
.hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.hover\:bg-transparent:hover {
    background-color: transparent;
}
.hover\:bg-violet-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
.hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:\!ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:\!ring-inset:focus {
    --tw-ring-inset: inset !important;
}
.focus\:ring-inset:focus {
    --tw-ring-inset: inset;
}
.focus\:\!ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity)) !important;
}
.focus\:\!ring-violet-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}
.focus\:ring-violet-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
}
.focus-visible\:bg-red-700:focus-visible {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.focus-visible\:outline:focus-visible {
    outline-style: solid;
}
.focus-visible\:outline-1:focus-visible {
    outline-width: 1px;
}
.focus-visible\:outline-2:focus-visible {
    outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible {
    outline-offset: 2px;
}
.focus-visible\:outline-indigo-600:focus-visible {
    outline-color: #4f46e5;
}
.disabled\:cursor-progress:disabled {
    cursor: progress;
}
.disabled\:opacity-75:disabled {
    opacity: 0.75;
}
.group\/item:hover .group-hover\/item\:visible {
    visibility: visible;
}
@media (min-width: 640px) {
    .sm\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .sm\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .sm\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .sm\:ml-3 {
        margin-left: 0.75rem;
    }
    .sm\:ml-4 {
        margin-left: 1rem;
    }
    .sm\:ml-6 {
        margin-left: 1.5rem;
    }
    .sm\:mt-0 {
        margin-top: 0px;
    }
    .sm\:mt-4 {
        margin-top: 1rem;
    }
    .sm\:block {
        display: block;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:grid {
        display: grid;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:h-10 {
        height: 2.5rem;
    }
    .sm\:w-10 {
        width: 2.5rem;
    }
    .sm\:w-auto {
        width: auto;
    }
    .sm\:w-full {
        width: 100%;
    }
    .sm\:max-w-lg {
        max-width: 32rem;
    }
    .sm\:flex-1 {
        flex: 1 1 0%;
    }
    .sm\:flex-shrink-0 {
        flex-shrink: 0;
    }
    .sm\:translate-y-0 {
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .sm\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .sm\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .sm\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .sm\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .sm\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .sm\:flex-col {
        flex-direction: column;
    }
    .sm\:items-start {
        align-items: flex-start;
    }
    .sm\:items-end {
        align-items: flex-end;
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:justify-between {
        justify-content: space-between;
    }
    .sm\:gap-4 {
        gap: 1rem;
    }
    .sm\:rounded-lg {
        border-radius: 0.5rem;
    }
    .sm\:rounded-sm {
        border-radius: 0.125rem;
    }
    .sm\:p-0 {
        padding: 0px;
    }
    .sm\:p-6 {
        padding: 1.5rem;
    }
    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sm\:text-left {
        text-align: left;
    }
    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .sm\:leading-6 {
        line-height: 1.5rem;
    }
}
@media (min-width: 768px) {
    .md\:\!w-\[20\%\] {
        width: 20% !important;
    }
    .md\:\!w-\[80\%\] {
        width: 80% !important;
    }
    .md\:w-\[80\%\] {
        width: 80%;
    }
    .md\:max-w-\[95\%\] {
        max-width: 95%;
    }
    .md\:flex-row {
        flex-direction: row;
    }
}
@media (min-width: 1024px) {
    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .lg\:col-span-8 {
        grid-column: span 8 / span 8;
    }
}
@media (min-width: 1280px) {
    .xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .xl\:col-span-9 {
        grid-column: span 9 / span 9;
    }
}
@media (prefers-color-scheme: dark) {
    .dark\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity));
    }
}

.menu_manager_menu_tab.dokan-settings-field-type-sub_tab {
  border: 1px solid #f3f4f6;
  margin: 0;
  padding: 0;
  border-top: 1px solid transparent;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .menu-manager-reset-all {
  display: inline-block;
  position: relative;
  float: right;
  top: 33px;
  right: 12px;
  color: #8891A8;
  cursor: pointer;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs ul {
  padding: 15px 20px;
  list-style: none;
  display: flex;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs ul li a {
  text-decoration: none;
  padding: 0 0 8px 0;
  margin-right: 16px;
  color: #000;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs ul .is-active a {
  color: #0090ff;
  border-bottom: 2px solid #0090ff;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs ul .is-active a:focus {
  box-shadow: unset;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs-details .menu-item {
  border: 1px solid #f3f4f6;
  padding: 8px 20px;
  margin: 4px 0 4px 0;
  background-color: #f9fafb;
  display: flex;
  justify-content: space-between;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs-details .menu-item .first-part {
  display: flex;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs-details .menu-item .first-part .grabber-wrapper-placeholder {
  /* border: 1px solid red; */
  min-width: 40px;
  min-height: 22px;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs-details .menu-item .first-part .svg-pull-wrapper {
  margin: 0;
  padding: 0;
  position: relative;
  top: 10px;
  cursor: grab;
  left: -18px;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs-details .menu-item .first-part .svg-pull-wrapper:active {
  cursor: grabbing;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs-details .menu-item .first-part .svg-pull-wrapper svg {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs-details .menu-item .first-part .svg-pull-wrapper svg:nth-child(1) {
  right: -14px;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs-details .menu-item .first-part .menu-name {
  padding-top: 8px;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs-details .menu-item .second-part {
  display: flex;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs-details .menu-item .second-part .action-icon-wrapper {
  border: 0.5px solid #f3f4f6;
  height: 24px;
  width: 24px;
  margin: 0 8px 0 0;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs-details .menu-item .second-part .action-icon-wrapper:hover {
  cursor: pointer;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs-details .menu-item .second-part .action-icon-wrapper i {
  margin: 5px 0 0 5px;
  color: #828282;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs-details .menu-item .second-part .action-icon-wrapper i.fa-times {
  margin-left: 7px;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs-details .menu-item .second-part .edit-icon-wrapper svg {
  height: 24px;
  width: 24px;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs-details .menu-item .second-part .switch-wrapper-placeholder {
  min-width: 45px;
}
.menu_manager_menu_tab.dokan-settings-field-type-sub_tab .tabs-details .menu-item .second-part .switch-wrapper-placeholder .switch {
  top: 3px;
  left: 6px;
}

#dokan-license-expired-wrapper #dokan-license-expired-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 360px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dokan-license-expired-wrapper #dokan-license-expired-modal::-webkit-scrollbar {
  display: none;
}
#dokan-license-expired-wrapper #dokan-license-expired-modal .modal-content {
  max-width: 540px;
  max-height: 400px;
  border-radius: 4px;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px;
}
@media only screen and (max-width: 576px) {
#dokan-license-expired-wrapper #dokan-license-expired-modal .modal-content {
    max-width: 325px;
    padding: 25px 15px;
    margin: 12% auto;
}
}
@media (min-width: 577px) and (max-width: 1024px) {
#dokan-license-expired-wrapper #dokan-license-expired-modal .modal-content {
    margin: 6% auto;
}
}
#dokan-license-expired-wrapper #dokan-license-expired-modal .modal-content span.close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  padding: 3px;
  border-radius: 5px;
}
#dokan-license-expired-wrapper #dokan-license-expired-modal .modal-content span.close:hover {
  background: #ffe6e6;
  color: #ff8585;
}
#dokan-license-expired-wrapper #dokan-license-expired-modal .modal-content .body {
  display: flex;
  gap: 30px;
}
#dokan-license-expired-wrapper #dokan-license-expired-modal .modal-content .body .expired-icon {
  min-width: 124px;
  min-height: 102px;
  filter: drop-shadow(2px 8px 5px rgba(0, 0, 0, 0.2));
}
#dokan-license-expired-wrapper #dokan-license-expired-modal .modal-content .body .no-licensekey-icon {
  min-width: 124px;
  min-height: 102px;
}
#dokan-license-expired-wrapper #dokan-license-expired-modal .modal-content .body .expiry-text .primary {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
  margin-top: -7px;
}
#dokan-license-expired-wrapper #dokan-license-expired-modal .modal-content .body .expiry-text .secondary {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #575757;
  margin: 0;
}
#dokan-license-expired-wrapper #dokan-license-expired-modal .modal-content .body .already-updated {
  color: #758598;
  font-size: 0.875rem;
  font-weight: normal;
  font-family: "SF Pro Text", sans-serif;
  text-decoration: none;
}
#dokan-license-expired-wrapper #dokan-license-expired-modal .modal-content .footer {
  margin-top: 30px;
  display: flex;
  flex-flow: row-reverse;
  gap: 20px;
}
#dokan-license-expired-wrapper #dokan-license-expired-modal .modal-content .footer .cancle {
  width: 95px;
  padding: 10px 24px 10px 24px;
  border-radius: 5px;
  border: 1px;
  cursor: pointer;
}
#dokan-license-expired-wrapper #dokan-license-expired-modal .modal-content .footer .cancle:hover {
  filter: brightness(90%);
}
#dokan-license-expired-wrapper #dokan-license-expired-modal .modal-content .footer .get-access {
  padding: 10px 24px 10px 24px;
  border-radius: 5px;
  background: #F05025;
  color: white;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
#dokan-license-expired-wrapper #dokan-license-expired-modal .modal-content .footer .get-access:hover {
  filter: brightness(90%);
}

