﻿/**
* Theme Name: QR Hive
* Theme URI: 
* Author: My Brother Darryl
* Author URI: http://www.mybrotherdarryl.com
* Version: 0.0.1
* License: Attribution-NonCommercial-NoDerivatives 4.0 International
*  
* This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
*/
/**************** FONTS ****************/
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;600&family=Quicksand:wght@300;400;500;600;700&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&family=Source+Code+Pro:ital@0;1&display=swap");
/*  300 - light
    400 - Regular
    500 - Medium
    600 - semiBold
    700 - Bold
    800 - ExtraBold
    900 - Black
*/
.fw-light {
  font-weight: 300 !important;
}

.fw-regular, fw-reg {
  font-weight: 400 !important;
}

.fw-medium, .fw-med {
  font-weight: 500 !important;
}

.fw-semib {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-exbold {
  font-weight: 800 !important;
}

.fw-black {
  font-weight: 900 !important;
}

/*font-family: 'Cairo', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Work Sans', sans-serif;*/
p {
  font-family: "Work Sans", sans-serif;
}

.primary-font {
  font-family: "Quicksand", sans-serif;
}

.secondary-font {
  font-family: "Work Sans", sans-serif;
}

.third-font {
  font-family: "Cairo", sans-serif;
}

.fa-brands {
  font-weight: 400 !important;
}

/********** FONT SIZES ****************/
.fs-12 {
  font-size: 0.857rem;
}

.fs-base,
.fs-16 {
  font-size: 14px !important;
}

.fs-14 {
  font-size: 1rem !important;
}

.fs-18 {
  font-size: 1.143rem !important;
}

.fs-25 {
  font-size: 1.563rem;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-21 {
  font-size: 1.313rem !important;
}

.fs-30 {
  font-size: 1.8rem !important;
}

.fs-36, .fs-35 {
  font-size: 2.25rem !important;
}

.fs-32,
.fs-1 {
  font-size: 2rem !important;
}

.fs-48 {
  font-size: 4rem;
}
.fs-48 sup {
  font-size: 1.143rem;
  line-height: 0;
  vertical-align: super;
}
.fs-48 sub {
  font-size: 1.143rem;
}

/*********** Line Height **************/
.lh-1half {
  line-height: 1.2;
}

/*********** Color variables **************/
/*Text Grey 800*/
:root {
  --bs-blue: $purple;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: $purple;
  --bs-teal: $purple;
  --bs-cyan: #0dcaf0;
  --bs-gray: #7E8299;
  --bs-gray-dark: #3F4254;
  --bs-gray-100: #F5F8FA;
  --bs-gray-200: #EFF2F5;
  --bs-gray-300: #E4E6EF;
  --bs-gray-400: #B5B5C3;
  --bs-gray-500: #A1A5B7;
  --bs-gray-600: #7E8299;
  --bs-gray-700: #5E6278;
  --bs-gray-800: #3F4254 !important;
  --bs-gray-900: #181C32;
  --bs-white: $white;
  --bs-light: #F5F8FA;
  --bs-primary: $purple;
  --bs-secondary: #E4E6EF;
  --bs-success: #20D489;
  --bs-info: #5710B2;
  --bs-warning: #FFC700;
  --bs-danger: #F1416C;
  --bs-dark: #181C32;
  --bs-white-rgb: 255, 255, 255;
  --bs-light-rgb: 245, 248, 250;
  --bs-primary-rgb: 32, 212, 137;
  --bs-secondary-rgb: 228, 230, 239;
  --bs-success-rgb: 0, 178, 255;
  --bs-info-rgb: 87, 16, 178;
  --bs-warning-rgb: 255, 199, 0;
  --bs-danger-rgb: 241, 65, 108;
  --bs-dark-rgb: 24, 28, 50;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 24, 28, 50;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-body-line-height: 1.5;
  --bs-body-color: #181C32;
  --bs-body-bg: $cream;
  --bs-active-primary: $purple;
  --fc-event-border-color: $purple !important;
  --fc-event-bg-color: $purple !important;
  --base-color: #F2DA5B;
  --base-light-color: #F9EFB9;
  --secondary-color: #F6921F;
  --secondary-light-color: #F9B86D;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.bg-primary, .bg-purple {
  background: #79328A !important;
}

.bg-light-primary {
  background-color: rgba(121, 50, 138, 0.2) !important;
}

.text-muted {
  color: #2E2E2E !important;
}

.bg-white {
  background-color: #FFF8EF !important;
}

.text-primary, .purple {
  color: #79328A !important;
}

.pink {
  color: #DA388B !important;
}

.white {
  color: white;
}

.card-label.text-purple, .text-purple {
  color: #79328A !important;
}

.text-gray-600 {
  color: #2E2E2E !important;
}

.check, .success {
  color: #20D489;
}

.warning {
  color: #FF0000 !important;
}

/******** Vertical Gradient Purple(top) Pink(bottom_ *********/
.qrhGradient1 {
  background: linear-gradient(#79328A, #DA388B);
}

a:not(.nav-link) {
  color: #79328A;
}
a:not(.nav-link):hover, a:not(.nav-link):focus {
  color: #DA388B !important;
  text-decoration: underline !important;
}

.carousel-inner .carousel-item a.text-hover-primary,
.table-responsive a,
.pagination li a {
  text-decoration: none !important;
}

.text-hover-primary:hover {
  transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
  color: #DA388B !important;
}

html {
  font-size: 14px !important;
}

body {
  font-family: "Quicksand", sans-serif;
  background-color: #FFF8EF;
  font-size: 14px !important;
}
body .printbrand {
  display: none;
}
body a.underline {
  text-decoration: underline;
}
body a.active {
  /*cursor: default !important;*/
}
@media screen and (min-width: 992px) {
  body .container-fluid {
    padding: 0 5% !important;
  }
}
body .container-fluid.max1500 {
  max-width: 1500px;
}
body .row > * {
  margin-top: 1.25rem;
}
@media screen and (max-width: 1199px) {
  body .row > *.col-xxl-8 {
    margin-top: 2.5rem;
  }
}
body .card {
  border-radius: 14px;
  /**** START HERE BLOCK ***/
}
body .card.qrhStartBlock {
  background-color: transparent;
}
@media screen and (max-width: 1399px) {
  body .card.qrhStartBlock {
    margin: 0 auto 30px auto;
    max-width: 550px;
  }
}
body .card.qrhStartBlock .card-body {
  background: linear-gradient(#79328A, #DA388B);
  border-radius: 14px;
  margin-top: 20%;
}
@media screen and (min-width: 2560px) {
  body .card.qrhStartBlock .card-body {
    margin-top: 10%;
  }
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  body .card.qrhStartBlock .card-body {
    margin-top: 10%;
    padding-bottom: 20px;
  }
}
body .card.qrhStartBlock .card-body.welcomePage {
  margin-top: 50px;
}
body .card.qrhStartBlock .card-body h3 {
  font-size: 2rem;
  font-weight: 600;
}
body .card.qrhStartBlock .card-body .qrbeemark {
  margin-top: -30%;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 2560px) {
  body .card.qrhStartBlock .card-body .qrbeemark {
    margin-top: -15%;
  }
}
@media screen and (max-width: 1399px) and (min-width: 768px) {
  body .card.qrhStartBlock .card-body .qrbeemark {
    margin-top: -15%;
  }
}
body .card.qrhStartBlock .card-body .qrbeemark.welcome {
  position: absolute;
  top: 0;
  right: -90px;
  margin-top: -70px;
}
body .card .card-body {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.0509803922);
  border-radius: 14px;
}

/***** signup form iframe width fixes *****/
form#kt_login_signup_form.w-100 {
  width: calc(100% + 40px);
  margin-left: -20px;
}

/****** CREATE QR CODE MODAL******/
.modal-dialog.mw-900px {
  max-width: 900px !important;
}
@media screen and (max-width: 1199px) {
  .modal-dialog.mw-900px {
    max-width: 90% !important;
  }
}
@media screen and (min-width: 768px) {
  .modal-dialog.mw-900px .modal-content .modal-body .stepper.flex-xl-row {
    flex-direction: row !important;
  }
}
.modal-dialog .stepper.stepper-pills .stepper-item.completed .stepper-icon,
.modal-dialog .stepper.stepper-pills .stepper-item.current:last-child .stepper-icon {
  background-color: rgba(218, 56, 139, 0.2);
}
.modal-dialog .stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check,
.modal-dialog .stepper.stepper-pills .stepper-item.current:last-child .stepper-icon .stepper-check {
  color: #DA388B !important;
}
.modal-dialog .simple_qr_icon {
  max-width: 100%;
}
.modal-dialog .simple_qr_icon img {
  max-width: 100%;
  height: auto;
}

.nav.nav-pills.nav-pills-custom .nav-link.active .nav-icon .svg-icon.active,
.nav.nav-pills.nav-pills-custom .show > .nav-link.active .nav-icon .svg-icon.active {
  display: inline-block;
}
.nav.nav-pills.nav-pills-custom .nav-link.active .nav-icon .svg-icon.default,
.nav.nav-pills.nav-pills-custom .show > .nav-link.active .nav-icon .svg-icon.default {
  display: none;
}
.nav.nav-pills.nav-pills-custom .nav-link .nav-icon .svg-icon.default,
.nav.nav-pills.nav-pills-custom .show > .nav-link .nav-icon .svg-icon.default {
  display: inline-block;
}
.nav.nav-pills.nav-pills-custom .nav-link:not(.active) .nav-icon .svg-icon.active,
.nav.nav-pills.nav-pills-custom .show > .nav-link .nav-icon .svg-icon.active {
  display: none;
}
.nav.nav-pills.nav-pills-custom .svg-icon.beeicon svg {
  height: 1.9rem;
  width: 1.9rem;
}
.nav.nav-pills.nav-pills-custom .svg-icon.qrcicon svg {
  height: 2rem;
  width: 2rem;
}

.btn.btn-light-primary {
  color: white;
  background-color: #79328A;
}
.btn.btn-light-primary:hover, .btn.btn-light-primary:focus {
  background-color: #DA388B;
}

.bg-light-primary .svg-icon #Icon_awesome-qrcode {
  fill: #54BBA5;
}

#kt_modal_campaign .select2-container {
  margin-bottom: 0px !important;
}

/****** Dashboard *********************/
/*** push text above charts over*/
.tab-pane .d-flex {
  padding-left: 3%;
}

/************carousel************/
.carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li.active:after {
  background-color: #ACACBB !important;
}

/************** CAMPAIGNS LIST PAGE ***************/
.campaigns .svg-icon.beeicon svg {
  height: 40px;
  max-height: 100%;
  width: auto;
}

.symbol.symbol-97px {
  width: 50px;
  height: 50px;
}
.symbol.symbol-97px .symbol-label {
  width: 50px;
  height: 50px;
}

/************** CAMPAIGN PAGE ***************/
@media screen and (max-width: 1200px) {
  .campaign .beeIconLarge {
    max-width: 200px;
    height: auto;
  }
}

.codePage .greybox {
  background-color: #F6F8FA;
  border-radius: 8px 8px 0px 0px;
  margin-top: 10px;
  border: 3px solid #F6F8FA;
  margin-bottom: 10px;
}
.codePage .greybox p {
  margin-bottom: 5px;
  margin-top: 7px;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  color: #A3A6B6;
}
.codePage .greybox #QRCodePreview,
.codePage .greybox .campaignimage {
  /*background-color: $ltgreen;*/
  /*margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;*/
  /*height: 260px;*/
  margin: 15px;
}
.codePage .greybox #QRCodePreview img,
.codePage .greybox #QRCodePreview .codepageQrCode,
.codePage .greybox .campaignimage img,
.codePage .greybox .campaignimage .codepageQrCode {
  max-width: 100%;
  height: auto;
}
.codePage .greyoutline {
  border: 3px solid #F6F8FA;
}
.codePage .fa-infinity {
  color: #2E2E2E;
}

.tab-pane .nav-pills li.nav-item {
  line-height: 1.5rem;
  padding-bottom: 10px;
}

.campaign .symbol.beeIconLarge .symbol-label {
  /*height: 286px;
  width: 100%;*/
  width: auto;
  height: auto;
}
.campaign .symbol.beeIconLarge .symbol-label .beeicon {
  align-items: center;
  display: flex;
  justify-content: center;
}
.campaign .symbol.beeIconLarge .symbol-label .beeicon svg {
  display: block;
  min-width: 75%;
  height: auto;
  display: block;
  margin: auto 0;
}

.campaignimage img {
  max-width: 100%;
  height: auto;
}

.card .card-body.campaign_pageChart {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/***************** QR CODE TABLES ****************/
td.qrcodeTableCodeNameDate .fas, td.qrcodeTableCodeNameDate .fa, td.qrcodeTableCodeNameDate .fab {
  padding-left: 7px;
  color: #2E2E2E;
  font-size: 1rem;
}

.symbol.nobkg .symbol-label {
  height: 32px;
  width: 32px;
  background-color: transparent;
}
.symbol.nobkg .symbol-label .svg-icon svg {
  height: 32px;
  width: 32px;
}

/**************** QR CODE CONFIGURE PAGE *******************/
.dropdown .menu-sub .menu-item button {
  border: 0px;
  background: none;
}

.menu.menu-sub-dropdown.qrDownloadMenu .menu-item button {
  display: block;
}
.menu.menu-sub-dropdown.qrDownloadMenu .menu-item button:hover, .menu.menu-sub-dropdown.qrDownloadMenu .menu-item button:focus {
  background-color: rgba(218, 56, 139, 0.2);
  color: #DA388B;
}
.menu.menu-sub-dropdown.qrDownloadMenu .menu-item button:hover .fa-file-download, .menu.menu-sub-dropdown.qrDownloadMenu .menu-item button:focus .fa-file-download {
  color: #DA388B;
}

#kt_preview_qrcode .previewBoxWidth {
  width: 232px;
}

#kt_configure_create_preview_button {
  margin-top: 20px;
}

#QRCodeDance {
  max-width: 100%;
  width: 274px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 37px;
}

#QRCodePreviewPath {
  max-width: 100%;
  height: auto;
  padding: 15px;
}
#QRCodePreviewPath svg {
  max-width: 100%;
  height: auto;
}

/***************** VERIFY EMAIL PAGE ****************/
.qrbeemark.verifyemail {
  width: 146px;
  height: 112px;
}

/***************** NOPE PAGE ****************/
.page-purple {
  background-color: #79328A;
  background-image: url(../../../Hive.Web/wwwroot/images/rainbow-fullwidth.png) !important;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-height: 768px) {
  .page-purple {
    background-position: bottom -20% center;
  }
}

/***************** Account Users Page *****************/
.account-user-table tr td {
  height: 38px;
}

/***************** Start Plan Page *****************/
.planTable {
  width: 100%;
  max-width: 100%;
}
.planTable td {
  font-family: "Work Sans", sans-serif;
}
.planTable td.borderBottom {
  border-bottom: 1px solid black;
}
.planTable td.d-borderBottom {
  border-bottom: 3px double black;
}
.planTable td.text-right {
  text-align: right;
}

/*********INVOICE**********/
table.invoice {
  width: 100%;
}
table.invoice .border-color-dkgrey {
  border-color: #2E2E2E !important;
}
table.invoice .border-doublebottom-1 {
  border-bottom: 3px double #2E2E2E;
}

.border-color-mdgrey {
  border-color: #E4E6EF !important;
}

/****** PLAN PAGE ********/
#accountPlanPage .plan-dancingBee {
  max-width: 150px;
  height: auto;
}
#accountPlanPage .planHighlighted {
  background-color: #79328A;
  border-left: 4px solid #79328A;
  border-right: 4px solid #79328A;
  border-top: 4px solid #79328A;
  border-bottom: 0px solid #79328A;
  border-radius: 5px 5px 0 0;
}
#accountPlanPage .planHighlighted .btn.btn-light-primary {
  background-color: #DA388B !important;
  color: white;
}
#accountPlanPage .planHighlighted .btn.btn-light-primary:focus, #accountPlanPage .planHighlighted .btn.btn-light-primary:hover {
  background-color: white !important;
  color: #DA388B !important;
}
#accountPlanPage .pricingTable .qrbeemark {
  max-width: 60%;
  width: 60%;
  height: auto;
  transform: rotate(40deg);
}
#accountPlanPage .pricingTable .row.pricing {
  margin-top: 0px;
}
#accountPlanPage .pricingTable .row.pricing .fa-check {
  color: #181C32;
  text-align: center;
  align-self: center;
}
#accountPlanPage .pricingTable .row.pricing p {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
#accountPlanPage .pricingTable .row.pricing.odd {
  background-color: #EFF2F5;
  border-radius: 5px 0 0 5px;
}
#accountPlanPage .pricingTable.brood .row.pricing .col-4 {
  display: flex;
}
#accountPlanPage .pricingTable.brood .row.pricing .col-4:nth-of-type(3) {
  border-left: 4px solid #79328A;
  border-right: 4px solid #79328A;
}
#accountPlanPage .pricingTable.brood .row.pricing:last-of-type .col-4:nth-of-type(3) {
  border-bottom: 4px solid #79328A;
  border-radius: 0px 0px 5px 5px;
}
#accountPlanPage .pricingTable.brood .row.pricing .col-4:nth-of-type(2) {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
#accountPlanPage .pricingTable.brood .row:nth-of-type(1) .col-4:nth-of-type(2) {
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-radius: 5px 5px 0 0;
}
#accountPlanPage .pricingTable.brood .row.pricing:last-of-type .col-4:nth-of-type(2) {
  border-bottom: 4px solid transparent;
  border-radius: 0 0 5px 5px;
}
#accountPlanPage .pricingTable.brood.selected .planHighlighted {
  background-color: #79328A;
  border-left: 4px solid #DA388B;
  border-top: 4px solid #DA388B;
  border-right: 4px solid #DA388B;
  border-radius: 5px 5px 0 0;
}
#accountPlanPage .pricingTable.brood.selected .row.pricing .col-4 {
  display: flex;
}
#accountPlanPage .pricingTable.brood.selected .row.pricing .col-4:nth-of-type(3) {
  border-left: 4px solid #DA388B;
  border-right: 4px solid #DA388B;
}
#accountPlanPage .pricingTable.brood.selected .row.pricing:last-of-type .col-4:nth-of-type(3) {
  border-bottom: 4px solid #DA388B;
  border-radius: 0px 0px 5px 5px;
}
#accountPlanPage .pricingTable.honey .row.pricing .col-4 {
  display: flex;
}
#accountPlanPage .pricingTable.honey .row.pricing .col-4:nth-of-type(3) {
  border-left: 4px solid #79328A;
  border-right: 4px solid #79328A;
}
#accountPlanPage .pricingTable.honey .row.pricing:last-of-type .col-4:nth-of-type(3) {
  border-bottom: 4px solid #79328A;
  border-radius: 0px 0px 5px 5px;
}
#accountPlanPage .pricingTable.honey .row.pricing .col-4:nth-of-type(2) {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
#accountPlanPage .pricingTable.honey .row:nth-of-type(1) .col-4:nth-of-type(2) {
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-radius: 5px 5px 0 0;
}
#accountPlanPage .pricingTable.honey .row.pricing:last-of-type .col-4:nth-of-type(2) {
  border-bottom: 4px solid transparent;
  border-radius: 0 0 5px 5px;
}
#accountPlanPage .pricingTable.honey.selected .row.pricing .col-4:nth-of-type(2) {
  border-left: 4px solid #DA388B;
  border-right: 4px solid #DA388B;
}
#accountPlanPage .pricingTable.honey.selected .row:nth-of-type(1) .col-4:nth-of-type(2) {
  border-top: 4px solid #DA388B;
  border-left: 4px solid #DA388B;
  border-right: 4px solid #DA388B;
  border-radius: 5px 5px 0 0;
}
#accountPlanPage .pricingTable.honey.selected .row.pricing:last-of-type .col-4:nth-of-type(2) {
  border-bottom: 4px solid #DA388B;
  border-radius: 0 0 5px 5px;
}

/******** MODAL GENERIC STYLING ********/
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0px;
  padding-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #79328A;
  font-family: "Quicksand", sans-serif;
  font-size: 1.65rem;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  margin: -2.5rem -1.5rem 0rem auto;
}
.modal .modal-dialog .modal-content .modal-header .btn-close:focus, .modal .modal-dialog .modal-content .modal-header .btn-close:hover {
  color: white;
  background-color: rgba(218, 56, 139, 0.2) !important;
  opacity: 1 !important;
}
.modal .modal-dialog .modal-content .modal-body {
  padding-top: 15px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.modal .modal-dialog .modal-content .modal-footer {
  border-top: 0px;
  padding-top: 0px;
}

#kt_modal_update_payment .modal-content {
  background-color: #fff8ef;
}

/**************** BILLING PAGE ***************/
/*Fix missing credit card icon by adding a default*/
span.fa-brands.defaultCard {
  font-family: "Font Awesome 5 Free" !important;
  line-height: 1;
  font-weight: 900;
}
span.fa-brands.defaultCard:before {
  content: "\f09d";
  font-size: 1.075rem;
  box-sizing: border-box;
}

/******************** UPGRADE MODAL ********************/
#kt_modal_upgrade_plan .modal-content {
  background-image: url(../../../Hive.Web/wwwroot/images/UpgradeFlowers-338x165.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 50%;
}
#kt_modal_upgrade_plan .modal-content .modal-footer .btn.btn-lg {
  margin-bottom: 50px;
}

/************* Code Page Truncate long URL's **********/
.code_pageTop .code_headURL, .demographics .code_headURL {
  overflow: hidden;
  max-width: 75ch;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
@media screen and (max-width: 1100px) {
  .code_pageTop .code_headURL, .demographics .code_headURL {
    max-width: 50ch;
  }
}

.qrhFooter a {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 7px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .codePage > .content > .container {
    padding: 0 0.5rem;
  }
  .codePage > .content > .container .card .card-header,
  .codePage > .content > .container .card .card-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .codePage > .content > .container .card .card-header #CustomBorder .col-5 mt-2 customWidth37-5,
  .codePage > .content > .container .card .card-header #CustomBorder .customWidth27,
  .codePage > .content > .container .card .card-body #CustomBorder .col-5 mt-2 customWidth37-5,
  .codePage > .content > .container .card .card-body #CustomBorder .customWidth27 {
    display: block;
    width: 50%;
  }
  .mobileDetectCodePreview .card .card-body {
    padding: 1rem 1.25rem;
  }
  .mobileDetectCodePreview .card .card-body#kt_preview_qrcode .previewBoxWidth {
    width: 100%;
    max-width: 100%;
  }
  .mobileDetectCodePreview .card .card-body#kt_preview_qrcode #QRCodePreview {
    max-width: 100%;
  }
  .mobileDetectCodePreview .card .card-body#kt_preview_qrcode #QRCodePreview svg {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .mobileDetectCodePreview .card {
    position: fixed;
    z-index: 5000;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    box-shadow: 4px 0px 4px 2px rgba(0, 0, 0, 0.0509803922);
    border-radius: 0 0 0 0;
  }
  .mobileDetectCodePreview .card #kt_preview_qrcode {
    padding: 1rem 1rem !important;
  }
  .mobileDetectCodePreview .card #kt_preview_qrcode .previewBoxWidth {
    max-width: 40%;
    height: 100%;
    width: 170px;
    display: inline-block;
  }
  .mobileDetectCodePreview .card #kt_preview_qrcode .previewBoxWidth .mt-5.greybox {
    margin-top: 0px !important;
    background-color: #ffffff;
    border: 0px;
    margin-bottom: 0px;
  }
  .mobileDetectCodePreview .card #kt_preview_qrcode .previewBoxWidth .mt-5.greybox #kt_preview_qrcode_instructions {
    display: none;
  }
  .mobileDetectCodePreview .card #kt_preview_qrcode .previewBoxWidth .mt-5.greybox #QRCodePreviewPath, .mobileDetectCodePreview .card #kt_preview_qrcode .previewBoxWidth .mt-5.greybox #QRCodeDance {
    width: 130px;
    height: 130px;
  }
  .mobileDetectCodePreview .card #kt_preview_qrcode .previewBoxWidth #QRCodePreview {
    width: 130px;
    height: 130px;
  }
  .mobileDetectCodePreview .card #kt_preview_qrcode .previewBoxWidth #QRCodePreview svg {
    width: 150px;
    height: 150px;
  }
  .mobileDetectCodePreview .card #kt_preview_qrcode #kt_preview_qrcode_shorturl {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .mobileDetectCodePreview .card #kt_preview_qrcode .mbd-mobileColumn {
    display: inline-block;
    max-width: 55%;
  }
  .mobileDetectCodePreview .card #kt_preview_qrcode .mbd-mobileColumn .modalQrDownload p.menu-content {
    display: none;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1100px !important;
  }
}
/*********** Spacing variables **************/
.min-w-20 {
  min-width: 20%;
}

.min-w-30 {
  min-width: 30%;
}

.max-w-40 {
  max-width: 30%;
}

.max-w-profile {
  max-width: 65rem;
  width: 100%;
  box-shadow: none !important;
}

.row > div.d-inline {
  width: unset !important;
  margin-top: 0px;
}

.aside_logo_unauthenticated {
  max-height: 25vh;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  #login-sunset {
    display: none !important;
  }
}
.drawer {
  z-index: 20000;
}

@media (min-width: 1400px) {
  #kt_aside.aside {
    width: 270px;
  }
}
#kt_aside.aside .aside-workspace {
  width: 100% !important;
}
#kt_aside.aside .aside-workspace img {
  min-width: 100%;
}
@media (max-width: 1399px) and (min-width: 768px) {
  #kt_aside.aside {
    width: 190px;
  }
  #kt_aside.aside .aside-secondary .aside-workspace {
    width: 190px;
    flex-shrink: 0;
  }
  #kt_aside.aside .aside-secondary .aside-workspace .aside-logo img {
    max-width: 100%;
    height: auto;
  }
}
#kt_aside.aside.bg-info {
  background-color: #79328A !important;
}
#kt_aside .aside-secondary {
  /*background-image: url(../../../Hive.Web/wwwroot/images/sidebar-footer-hive.svg) !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;*/
}
#kt_aside .aside-secondary #kt_aside_menu.menu-title-gray-700 .menu-wrapper .menu-item h4.menu-content.text-muted {
  color: #DA388B !important;
  font-family: "Work Sans", sans-serif !important;
  font-size: 1.143rem !important;
  font-weight: 600 !important;
  padding-bottom: 0px !important;
}
#kt_aside .aside-secondary #kt_aside_menu.menu-title-gray-700 .menu-wrapper .menu-item .menu-sub > .menu-item > .menu-link {
  padding-bottom: 0px !important;
}
#kt_aside .aside-secondary #kt_aside_menu.menu-title-gray-700 .menu-wrapper .menu-item .menu-sub > .menu-item > .menu-link > .menu-title {
  color: #ffffff !important;
  font-family: "Quicksand", sans-serif;
  font-size: 1.143rem !important;
  font-weight: 600 !important;
}
#kt_aside .aside-secondary #kt_aside_menu.menu-title-gray-700 .menu-wrapper .menu-item .menu-sub > .menu-item > .menu-link.active > .menu-title, #kt_aside .aside-secondary #kt_aside_menu.menu-title-gray-700 .menu-wrapper .menu-item .menu-sub > .menu-item > .menu-link:hover > .menu-title, #kt_aside .aside-secondary #kt_aside_menu.menu-title-gray-700 .menu-wrapper .menu-item .menu-sub > .menu-item > .menu-link:focus > .menu-title {
  color: #F2DA5C !important;
}
#kt_aside .internalAsideFooter {
  height: 250px;
  max-height: 25vh;
}

@media (min-width: 1400px) {
  #kt_wrapper.wrapper {
    padding-left: 270px;
  }
}
@media (max-width: 1399px) and (min-width: 992px) {
  #kt_wrapper.wrapper {
    padding-left: 190px;
  }
}

#kt_aside_menu a {
  text-decoration: none !important;
}
#kt_aside_menu a:hover, #kt_aside_menu a:focus {
  text-decoration: none !important;
}

/*.svg-icon.svg-icon-1 svg {
    height: 2.2rem !important;
    width: 2.2rem !important;
}*/
@media (min-width: 1400px) {
  .aside-primary-disabled.aside-secondary-enabled[data-kt-sticky-header=on] .header {
    left: 270px;
  }
}
@media (max-width: 1399px) and (min-width: 768px) {
  .aside-primary-disabled.aside-secondary-enabled[data-kt-sticky-header=on] .header {
    left: 190px;
  }
}

.user.menu-content {
  background-color: #79328A;
}

@media (max-width: 991px) and (min-width: 768px) {
  .aside-primary-disabled.aside-secondary-enabled[data-kt-sticky-header=on] .header {
    left: 0px;
  }
}
#kt_sidebar_toggler {
  height: 43px;
  width: 43px;
}

.tabletLogo .mobile_logo_header {
  display: none;
}

@media screen and (max-width: 991px) and (min-width: 760px) {
  .tabletLogo .mobile_logo_header {
    display: inline;
    max-width: 50%;
    height: auto;
  }
}
/************* BUTTONS ****************/
button.ml-3 {
  margin-left: 0.8rem !important;
}

button.mr-3 {
  margin-right: 0.8rem !important;
}

#kt_login_signin_form_submit_button,
#kt_login_two_factor_form_submit_button,
#kt_login_signup_form_submit_button,
#kt_login_password_reset_form_submit_button,
#kt_password_reset_confirmation_form_submit_button,
#kt_login_locked_form_submit_button,
#kt_login_duplicate_form_login_button,
#kt_reset_password_form_submit_button,
#kt_reset_password_confirmation_form_submit_button,
#kt_reset_password_expired_form_submit_button,
#kt_reset_password_unknown_form_submit_button {
  display: block;
  width: 100%;
}

.login-content .btn.btn-icon.btn-sm:not(.usertoggle) {
  height: calc(1em + 1rem + 1px) !important;
  width: calc(1.1em + 1.1rem + 1px) !important;
}

.btn.btn-icon.btn-sm:not(.usertoggle) {
  background-color: transparent !important;
  color: #A2A5B5 !important;
}
.btn.usertoggle:hover, .btn.usertoggle:focus, .btn.usertoggle.show, .btn.usertoggle:hover:not(.btn-active), .btn.btn-active-bg-accent:hover, .btn.btn-active-bg-accent:focus, .btn.btn-active-bg-accent.show, .btn.btn-active-bg-accent:hover:not(.btn-active) {
  background-color: #DA388B !important;
  color: white;
}
.btn.usertoggle:hover .svg-icon svg [fill]:not(.permanent):not(g), .btn.usertoggle:focus .svg-icon svg [fill]:not(.permanent):not(g), .btn.usertoggle.show .svg-icon svg [fill]:not(.permanent):not(g), .btn.usertoggle:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-bg-accent:hover .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-bg-accent:focus .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-bg-accent.show .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-bg-accent:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: white;
}
.btn.btn-primary, .btn.btn-success {
  background-color: #79328A;
  border-color: #79328A;
  font-weight: 800 !important;
  color: white !important;
  text-decoration: none !important;
}
.btn.btn-primary:hover:not(.btn-active), .btn.btn-primary:focus:not(.btn-active), .btn.btn-success:hover:not(.btn-active), .btn.btn-success:focus:not(.btn-active) {
  background-color: #DA388B !important;
  color: white !important;
  text-decoration: none !important;
}
.btn .mt-15 {
  margin-top: 15px;
}
.btn.btn-active-light.tabarrow {
  background-color: #f5f8fa !important;
  border-radius: 0.65rem;
  text-align: center;
}
.btn.btn-active-light.tabarrow .tabarrow {
  font-size: 2rem;
  text-align: center;
  width: 24.5px;
}
.btn.btn-active-light.tabarrow:hover, .btn.btn-active-light.tabarrow:focus {
  background-color: #DA388B !important;
}
.btn.btn-active-light.tabarrow:hover .tabarrow, .btn.btn-active-light.tabarrow:focus .tabarrow {
  color: white;
}
.btn.btn-color-gray-600.btn-active-light-primary:hover:not(.btn-active), .btn.btn-color-gray-600.btn-active-light-primary:focus:not(.btn-active) {
  color: #181C32 !important;
}
.btn.btn-color-gray-600.btn-active-light-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g) {
  fill: #7e8299 !important;
}

.pillmenu {
  margin-top: 14px;
  max-height: 27px;
}
.pillmenu .btn.btn-pill {
  background-color: #F6F8FA;
  padding: 4px 12px !important;
  color: #7F8297;
  font-size: 0.925rem;
}
.pillmenu .btn.btn-pill:hover, .pillmenu .btn.btn-pill:focus {
  background-color: #79328A;
  color: white !important;
}
.pillmenu .btn.btn-pill.delete:hover, .pillmenu .btn.btn-pill.delete:focus {
  background-color: #fae5f0 !important;
  color: #7F8297 !important;
}

.editicon {
  width: 16px;
  height: auto;
  margin-left: 10px;
  margin-top: -4px;
}

.btn-check:active + .btn.btn-light-primary,
.btn-check:checked + .btn.btn-light-primary,
.btn.btn-light-primary.active,
.btn.btn-light-primary.show,
.btn.btn-primary.show,
.btn.btn-light-primary:active:not(.btn-active),
.btn.btn-light-primary:focus:not(.btn-active),
.btn.btn-light-primary:hover:not(.btn-active),
.show > .btn.btn-light-primary {
  color: #fff !important;
  border-color: #DA388B;
  background-color: #DA388B !important;
  text-decoration: none !important;
}

.btn-check:active + .btn.btn-active-light-primary,
.btn-check:checked + .btn.btn-active-light-primary,
.btn.btn-active-light-primary.active,
.btn.btn-active-light-primary.show,
.btn.btn-active-light-primary:active:not(.btn-active),
.btn.btn-active-light-primary:focus:not(.btn-active),
.btn.btn-active-light-primary:hover:not(.btn-active),
.show > .btn.btn-active-light-primary {
  background-color: rgba(218, 56, 139, 0.2) !important;
  text-decoration: none;
  color: #181C32 !important;
}

span.btn[data-kt-password-meter-control=visibility] {
  top: -31% !important;
  background-color: transparent;
}

.btn-check:active + .btn.btn-active-color-primary,
.btn-check:checked + .btn.btn-active-color-primary,
.btn.btn-active-color-primary.active,
.btn.btn-active-color-primary.show,
.btn.btn-active-color-primary:active:not(.btn-active),
.btn.btn-active-color-primary:focus:not(.btn-active),
.btn.btn-active-color-primary:hover:not(.btn-active),
.btn.btn-active-color-primary:hover:not(.btn-active) i,
.show > .btn.btn-active-color-primary {
  color: #79328A !important;
}

.btn.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #fff;
}

.btn-check:active + .btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn-check:checked + .btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary.active .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.show > .btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: #79328A !important;
}

.btn.btn-active-color-primary .svg-icon i.fas {
  height: 42px;
}
.btn.btn-active-color-primary .svg-icon i.fas:before {
  font-size: 2.8rem;
  line-height: 43px;
}

.btn-check:active + .btn.btn-active-primary,
.btn-check:checked + .btn.btn-active-primary,
.btn.btn-active-primary.active,
.btn.btn-active-primary.show,
.btn.btn-active-primary:active:not(.btn-active),
.btn.btn-active-primary:focus:not(.btn-active),
.btn.btn-active-primary:hover:not(.btn-active),
.show > .btn.btn-active-primary {
  color: #fff;
  border-color: #79328A;
  background-color: #79328A !important;
  text-decoration: none;
}

.card-toolbar .btn-sort {
  border-image-width: 0px !important;
  border: 0px solid white !important;
  background-color: #F6F8FA;
  border-radius: 7px;
  width: 58px;
  height: 58px;
}
.card-toolbar .btn-sort .fas {
  font-size: 1.5rem;
  color: #7F8297;
}
.card-toolbar .btn-sort:hover, .card-toolbar .btn-sort:focus {
  background-color: #e4d6e8;
}
.card-toolbar .btn-sort:hover .fas, .card-toolbar .btn-sort:focus .fas {
  font-size: 1.5rem;
  color: #79328A;
}
.card-toolbar .menu-state-bg-light-primary .menu-item a,
.card-toolbar .menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active), .card-toolbar .menu-state-bg-light-primary .menu-item > .menu-link:not(.disabled):not(.active),
.card-toolbar .menu-state-bg-light-primary .menu-item.hover a,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover .menu-link:hover:not(.disabled):not(.active),
.card-toolbar .menu-state-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active),
.card-toolbar .menu-sub-dropdown .menu-item a,
.card-toolbar .menu-sub-dropdown .menu-item .menu-link:hover:not(.disabled):not(.active),
.card-toolbar .menu-sub-dropdown .menu-item > .menu-link:not(.disabled):not(.active),
.card-toolbar .menu-sub-dropdown .menu-item.hover a,
.card-toolbar .menu-sub-dropdown .menu-item.hover .menu-link:hover:not(.disabled):not(.active),
.card-toolbar .menu-sub-dropdown .menu-item.hover > .menu-link:not(.disabled):not(.active) {
  background-color: none;
  color: #7e8299;
  display: block;
}
.card-toolbar .menu-state-bg-light-primary .menu-item a i.fa-chevron-right,
.card-toolbar .menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active) i.fa-chevron-right, .card-toolbar .menu-state-bg-light-primary .menu-item > .menu-link:not(.disabled):not(.active) i.fa-chevron-right,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover a i.fa-chevron-right,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover .menu-link:hover:not(.disabled):not(.active) i.fa-chevron-right,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item a i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item .menu-link:hover:not(.disabled):not(.active) i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item > .menu-link:not(.disabled):not(.active) i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item.hover a i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item.hover .menu-link:hover:not(.disabled):not(.active) i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item.hover > .menu-link:not(.disabled):not(.active) i.fa-chevron-right {
  display: inline-flex;
  text-align: right;
  float: right;
  line-height: 1.5rem;
}
.card-toolbar .menu-state-bg-light-primary .menu-item a:hover, .card-toolbar .menu-state-bg-light-primary .menu-item a:focus,
.card-toolbar .menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active):hover,
.card-toolbar .menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active):focus, .card-toolbar .menu-state-bg-light-primary .menu-item > .menu-link:not(.disabled):not(.active):hover, .card-toolbar .menu-state-bg-light-primary .menu-item > .menu-link:not(.disabled):not(.active):focus,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover a:hover,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover a:focus,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover .menu-link:hover:not(.disabled):not(.active):hover,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover .menu-link:hover:not(.disabled):not(.active):focus,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active):hover,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active):focus,
.card-toolbar .menu-sub-dropdown .menu-item a:hover,
.card-toolbar .menu-sub-dropdown .menu-item a:focus,
.card-toolbar .menu-sub-dropdown .menu-item .menu-link:hover:not(.disabled):not(.active):hover,
.card-toolbar .menu-sub-dropdown .menu-item .menu-link:hover:not(.disabled):not(.active):focus,
.card-toolbar .menu-sub-dropdown .menu-item > .menu-link:not(.disabled):not(.active):hover,
.card-toolbar .menu-sub-dropdown .menu-item > .menu-link:not(.disabled):not(.active):focus,
.card-toolbar .menu-sub-dropdown .menu-item.hover a:hover,
.card-toolbar .menu-sub-dropdown .menu-item.hover a:focus,
.card-toolbar .menu-sub-dropdown .menu-item.hover .menu-link:hover:not(.disabled):not(.active):hover,
.card-toolbar .menu-sub-dropdown .menu-item.hover .menu-link:hover:not(.disabled):not(.active):focus,
.card-toolbar .menu-sub-dropdown .menu-item.hover > .menu-link:not(.disabled):not(.active):hover,
.card-toolbar .menu-sub-dropdown .menu-item.hover > .menu-link:not(.disabled):not(.active):focus {
  background-color: rgba(218, 56, 139, 0.2);
  color: #DA388B;
  text-decoration: none !important;
}
.card-toolbar .menu-state-bg-light-primary .menu-item a:hover i.fa-chevron-right, .card-toolbar .menu-state-bg-light-primary .menu-item a:focus i.fa-chevron-right,
.card-toolbar .menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active):hover i.fa-chevron-right,
.card-toolbar .menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active):focus i.fa-chevron-right, .card-toolbar .menu-state-bg-light-primary .menu-item > .menu-link:not(.disabled):not(.active):hover i.fa-chevron-right, .card-toolbar .menu-state-bg-light-primary .menu-item > .menu-link:not(.disabled):not(.active):focus i.fa-chevron-right,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover a:hover i.fa-chevron-right,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover a:focus i.fa-chevron-right,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover .menu-link:hover:not(.disabled):not(.active):hover i.fa-chevron-right,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover .menu-link:hover:not(.disabled):not(.active):focus i.fa-chevron-right,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active):hover i.fa-chevron-right,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active):focus i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item a:hover i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item a:focus i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item .menu-link:hover:not(.disabled):not(.active):hover i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item .menu-link:hover:not(.disabled):not(.active):focus i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item > .menu-link:not(.disabled):not(.active):hover i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item > .menu-link:not(.disabled):not(.active):focus i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item.hover a:hover i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item.hover a:focus i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item.hover .menu-link:hover:not(.disabled):not(.active):hover i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item.hover .menu-link:hover:not(.disabled):not(.active):focus i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item.hover > .menu-link:not(.disabled):not(.active):hover i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item.hover > .menu-link:not(.disabled):not(.active):focus i.fa-chevron-right {
  color: #DA388B;
}
.card-toolbar .menu-state-bg-light-primary .menu-item a.menu-link.delete,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover a.menu-link.delete,
.card-toolbar .menu-sub-dropdown .menu-item a.menu-link.delete,
.card-toolbar .menu-sub-dropdown .menu-item.hover a.menu-link.delete {
  background-color: none;
  color: #FF0000 !important;
}
.card-toolbar .menu-state-bg-light-primary .menu-item a.menu-link.delete:hover, .card-toolbar .menu-state-bg-light-primary .menu-item a.menu-link.delete:focus,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover a.menu-link.delete:hover,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover a.menu-link.delete:focus,
.card-toolbar .menu-sub-dropdown .menu-item a.menu-link.delete:hover,
.card-toolbar .menu-sub-dropdown .menu-item a.menu-link.delete:focus,
.card-toolbar .menu-sub-dropdown .menu-item.hover a.menu-link.delete:hover,
.card-toolbar .menu-sub-dropdown .menu-item.hover a.menu-link.delete:focus {
  background-color: rgba(255, 0, 0, 0.2);
  color: #FF0000;
}
.card-toolbar .menu-state-bg-light-primary .menu-item a.menu-link.delete:hover i.fa-chevron-right, .card-toolbar .menu-state-bg-light-primary .menu-item a.menu-link.delete:focus i.fa-chevron-right,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover a.menu-link.delete:hover i.fa-chevron-right,
.card-toolbar .menu-state-bg-light-primary .menu-item.hover a.menu-link.delete:focus i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item a.menu-link.delete:hover i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item a.menu-link.delete:focus i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item.hover a.menu-link.delete:hover i.fa-chevron-right,
.card-toolbar .menu-sub-dropdown .menu-item.hover a.menu-link.delete:focus i.fa-chevron-right {
  color: #FF0000 !important;
}

.btn-icon.btn-sm:not(.usertoggle),
.btn.btn-color-primary {
  background-color: #F6F8FA;
  color: #A2A5B5 !important;
}
.btn-icon.btn-sm:not(.usertoggle) .bi,
.btn-icon.btn-sm:not(.usertoggle) .fas,
.btn-icon.btn-sm:not(.usertoggle) i,
.btn-icon.btn-sm:not(.usertoggle) .svg-icon,
.btn.btn-color-primary .bi,
.btn.btn-color-primary .fas,
.btn.btn-color-primary i,
.btn.btn-color-primary .svg-icon {
  font-size: 1.5rem;
  color: #A2A5B5 !important;
}
.btn-icon.btn-sm:not(.usertoggle):hover, .btn-icon.btn-sm:not(.usertoggle):focus,
.btn.btn-color-primary:hover,
.btn.btn-color-primary:focus {
  background-color: #DA388B !important;
  color: white !important;
  text-decoration: none !important;
}
.btn-icon.btn-sm:not(.usertoggle):hover:not(.btn-active), .btn-icon.btn-sm:not(.usertoggle):focus:not(.btn-active),
.btn.btn-color-primary:hover:not(.btn-active),
.btn.btn-color-primary:focus:not(.btn-active) {
  background-color: #DA388B !important;
  text-decoration: none !important;
}
.btn-icon.btn-sm:not(.usertoggle):hover .bi,
.btn-icon.btn-sm:not(.usertoggle):hover .fas,
.btn-icon.btn-sm:not(.usertoggle):hover i,
.btn-icon.btn-sm:not(.usertoggle):hover .svg-icon, .btn-icon.btn-sm:not(.usertoggle):focus .bi,
.btn-icon.btn-sm:not(.usertoggle):focus .fas,
.btn-icon.btn-sm:not(.usertoggle):focus i,
.btn-icon.btn-sm:not(.usertoggle):focus .svg-icon,
.btn.btn-color-primary:hover .bi,
.btn.btn-color-primary:hover .fas,
.btn.btn-color-primary:hover i,
.btn.btn-color-primary:hover .svg-icon,
.btn.btn-color-primary:focus .bi,
.btn.btn-color-primary:focus .fas,
.btn.btn-color-primary:focus i,
.btn.btn-color-primary:focus .svg-icon {
  color: white !important;
  text-decoration: none !important;
}
.btn-icon.btn-sm:not(.usertoggle):hover .bi svg [fill]:not(.permanent):not(g),
.btn-icon.btn-sm:not(.usertoggle):hover .fas svg [fill]:not(.permanent):not(g),
.btn-icon.btn-sm:not(.usertoggle):hover i svg [fill]:not(.permanent):not(g),
.btn-icon.btn-sm:not(.usertoggle):hover .svg-icon svg [fill]:not(.permanent):not(g), .btn-icon.btn-sm:not(.usertoggle):focus .bi svg [fill]:not(.permanent):not(g),
.btn-icon.btn-sm:not(.usertoggle):focus .fas svg [fill]:not(.permanent):not(g),
.btn-icon.btn-sm:not(.usertoggle):focus i svg [fill]:not(.permanent):not(g),
.btn-icon.btn-sm:not(.usertoggle):focus .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-color-primary:hover .bi svg [fill]:not(.permanent):not(g),
.btn.btn-color-primary:hover .fas svg [fill]:not(.permanent):not(g),
.btn.btn-color-primary:hover i svg [fill]:not(.permanent):not(g),
.btn.btn-color-primary:hover .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-color-primary:focus .bi svg [fill]:not(.permanent):not(g),
.btn.btn-color-primary:focus .fas svg [fill]:not(.permanent):not(g),
.btn.btn-color-primary:focus i svg [fill]:not(.permanent):not(g),
.btn.btn-color-primary:focus .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: white;
}

@media screen and (min-width: 1545px) {
  #kt_configure_qrcode .configure_qrcode_type {
    width: 31%;
    max-width: 31%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1544px) {
  #kt_configure_qrcode .configure_qrcode_type {
    width: 48%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
  }
}
#kt_configure_qrcode a.btn.btn-primary {
  text-align: left;
  background-color: #F6F8FA;
  color: #7F8297 !important;
  font-size: 1.143rem;
}
#kt_configure_qrcode a.btn.btn-primary [class*=fa-]:not(.fa-info-circle) {
  font-size: 2rem;
  color: #7F8297;
}
#kt_configure_qrcode a.btn.btn-primary .fa-mbd-x-social {
  background-image: url(../../../Hive.Web/wwwroot/images/x-social-grey-med.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  color: #7F8297;
}
#kt_configure_qrcode a.btn.btn-primary:hover, #kt_configure_qrcode a.btn.btn-primary:focus, #kt_configure_qrcode a.btn.btn-primary.active {
  background-color: #DA388B !important;
  color: white !important;
  text-decoration: none !important;
}
#kt_configure_qrcode a.btn.btn-primary:hover:not(.btn-active), #kt_configure_qrcode a.btn.btn-primary:focus:not(.btn-active), #kt_configure_qrcode a.btn.btn-primary.active:not(.btn-active) {
  background-color: #DA388B !important;
  text-decoration: none !important;
}
#kt_configure_qrcode a.btn.btn-primary:hover .bi,
#kt_configure_qrcode a.btn.btn-primary:hover .fas,
#kt_configure_qrcode a.btn.btn-primary:hover fab,
#kt_configure_qrcode a.btn.btn-primary:hover i,
#kt_configure_qrcode a.btn.btn-primary:hover .svg-icon, #kt_configure_qrcode a.btn.btn-primary:focus .bi,
#kt_configure_qrcode a.btn.btn-primary:focus .fas,
#kt_configure_qrcode a.btn.btn-primary:focus fab,
#kt_configure_qrcode a.btn.btn-primary:focus i,
#kt_configure_qrcode a.btn.btn-primary:focus .svg-icon, #kt_configure_qrcode a.btn.btn-primary.active .bi,
#kt_configure_qrcode a.btn.btn-primary.active .fas,
#kt_configure_qrcode a.btn.btn-primary.active fab,
#kt_configure_qrcode a.btn.btn-primary.active i,
#kt_configure_qrcode a.btn.btn-primary.active .svg-icon {
  color: white !important;
  text-decoration: none !important;
}
#kt_configure_qrcode a.btn.btn-primary:hover .bi svg [fill]:not(.permanent):not(g),
#kt_configure_qrcode a.btn.btn-primary:hover .fas svg [fill]:not(.permanent):not(g),
#kt_configure_qrcode a.btn.btn-primary:hover fab svg [fill]:not(.permanent):not(g),
#kt_configure_qrcode a.btn.btn-primary:hover i svg [fill]:not(.permanent):not(g),
#kt_configure_qrcode a.btn.btn-primary:hover .svg-icon svg [fill]:not(.permanent):not(g), #kt_configure_qrcode a.btn.btn-primary:focus .bi svg [fill]:not(.permanent):not(g),
#kt_configure_qrcode a.btn.btn-primary:focus .fas svg [fill]:not(.permanent):not(g),
#kt_configure_qrcode a.btn.btn-primary:focus fab svg [fill]:not(.permanent):not(g),
#kt_configure_qrcode a.btn.btn-primary:focus i svg [fill]:not(.permanent):not(g),
#kt_configure_qrcode a.btn.btn-primary:focus .svg-icon svg [fill]:not(.permanent):not(g), #kt_configure_qrcode a.btn.btn-primary.active .bi svg [fill]:not(.permanent):not(g),
#kt_configure_qrcode a.btn.btn-primary.active .fas svg [fill]:not(.permanent):not(g),
#kt_configure_qrcode a.btn.btn-primary.active fab svg [fill]:not(.permanent):not(g),
#kt_configure_qrcode a.btn.btn-primary.active i svg [fill]:not(.permanent):not(g),
#kt_configure_qrcode a.btn.btn-primary.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill 0.3s ease;
  fill: white;
}
#kt_configure_qrcode a.btn.btn-primary:hover .fa-mbd-x-social, #kt_configure_qrcode a.btn.btn-primary:focus .fa-mbd-x-social, #kt_configure_qrcode a.btn.btn-primary.active .fa-mbd-x-social {
  background-image: url(../../../Hive.Web/wwwroot/images/x-social-white.svg);
}
#kt_configure_qrcode .fas.fa-info-circle {
  display: inline-block;
  font-size: 1.2rem;
  float: right;
  color: #7F8297 !important;
  vertical-align: middle;
  margin-right: -10px;
}

#qr_campaign_edit_name .btn.btn-icon.check,
.btn.btn-icon.check {
  background-color: rgba(162, 165, 181, 0.2) !important;
}
#qr_campaign_edit_name .btn.btn-icon.check .bi,
#qr_campaign_edit_name .btn.btn-icon.check .fas,
#qr_campaign_edit_name .btn.btn-icon.check i,
#qr_campaign_edit_name .btn.btn-icon.check .svg-icon,
.btn.btn-icon.check .bi,
.btn.btn-icon.check .fas,
.btn.btn-icon.check i,
.btn.btn-icon.check .svg-icon {
  font-size: 1.5rem;
  color: #20D489 !important;
}
#qr_campaign_edit_name .btn.btn-icon.check .bi:hover, #qr_campaign_edit_name .btn.btn-icon.check .bi:focus,
#qr_campaign_edit_name .btn.btn-icon.check .fas:hover,
#qr_campaign_edit_name .btn.btn-icon.check .fas:focus,
#qr_campaign_edit_name .btn.btn-icon.check i:hover,
#qr_campaign_edit_name .btn.btn-icon.check i:focus,
#qr_campaign_edit_name .btn.btn-icon.check .svg-icon:hover,
#qr_campaign_edit_name .btn.btn-icon.check .svg-icon:focus,
.btn.btn-icon.check .bi:hover,
.btn.btn-icon.check .bi:focus,
.btn.btn-icon.check .fas:hover,
.btn.btn-icon.check .fas:focus,
.btn.btn-icon.check i:hover,
.btn.btn-icon.check i:focus,
.btn.btn-icon.check .svg-icon:hover,
.btn.btn-icon.check .svg-icon:focus {
  color: white !important;
  text-decoration: none !important;
}
#qr_campaign_edit_name .btn.btn-icon.check:hover, #qr_campaign_edit_name .btn.btn-icon.check:focus,
.btn.btn-icon.check:hover,
.btn.btn-icon.check:focus {
  background-color: #20D489 !important;
  text-decoration: none !important;
}
#qr_campaign_edit_name .btn.btn-icon.exx,
.btn.btn-icon.exx {
  background-color: rgba(162, 165, 181, 0.2) !important;
}
#qr_campaign_edit_name .btn.btn-icon.exx .bi,
#qr_campaign_edit_name .btn.btn-icon.exx .fas,
#qr_campaign_edit_name .btn.btn-icon.exx i,
#qr_campaign_edit_name .btn.btn-icon.exx .svg-icon,
.btn.btn-icon.exx .bi,
.btn.btn-icon.exx .fas,
.btn.btn-icon.exx i,
.btn.btn-icon.exx .svg-icon {
  font-size: 1.5rem;
  color: #F1416C !important;
  text-decoration: none !important;
}
#qr_campaign_edit_name .btn.btn-icon.exx .bi:hover, #qr_campaign_edit_name .btn.btn-icon.exx .bi:focus,
#qr_campaign_edit_name .btn.btn-icon.exx .fas:hover,
#qr_campaign_edit_name .btn.btn-icon.exx .fas:focus,
#qr_campaign_edit_name .btn.btn-icon.exx i:hover,
#qr_campaign_edit_name .btn.btn-icon.exx i:focus,
#qr_campaign_edit_name .btn.btn-icon.exx .svg-icon:hover,
#qr_campaign_edit_name .btn.btn-icon.exx .svg-icon:focus,
.btn.btn-icon.exx .bi:hover,
.btn.btn-icon.exx .bi:focus,
.btn.btn-icon.exx .fas:hover,
.btn.btn-icon.exx .fas:focus,
.btn.btn-icon.exx i:hover,
.btn.btn-icon.exx i:focus,
.btn.btn-icon.exx .svg-icon:hover,
.btn.btn-icon.exx .svg-icon:focus {
  color: white !important;
  text-decoration: none !important;
}
#qr_campaign_edit_name .btn.btn-icon.exx:hover, #qr_campaign_edit_name .btn.btn-icon.exx:focus,
.btn.btn-icon.exx:hover,
.btn.btn-icon.exx:focus {
  background-color: #F1416C !important;
}

.card-body .campaignInfoArrow {
  background-color: #F6F8FA;
  color: #A2A5B5;
}
.card-body .campaignInfoArrow .bi, .card-body .campaignInfoArrow .fas {
  font-size: 1.5rem;
}
.card-body .campaignInfoArrow:hover, .card-body .campaignInfoArrow:focus {
  background-color: #e4d6e8;
  color: #79328A;
  text-decoration: none !important;
}
.card-body .campaignInfoArrow:hover .bi, .card-body .campaignInfoArrow:focus .bi {
  color: #79328A;
}

.btn-58px {
  width: 58px;
  height: 58px;
}
.btn-58px image-orientation {
  font-size: 2rem;
}

.pagination .page-item a.page-link {
  color: #5E6278;
}
.pagination .page-item a.page-link:hover, .pagination .page-item a.page-link:focus {
  background-color: #e4d6e8;
  color: #79328A;
  text-decoration: none !important;
}
.pagination .page-item a.page-link .fa {
  font-size: 1.5rem;
  color: #5E6278;
}
.pagination .page-item.disabled a.page-link {
  color: #A2A5B5;
}
.pagination .page-item.disabled a.page-link .fa {
  font-size: 1.5rem;
  color: #A2A5B5;
}

.btn-check:active + .btn.btn-active-accent,
.btn-check:checked + .btn.btn-active-accent,
.btn.btn-active-accent.active,
.btn.btn-active-accent.show,
.btn.btn-active-accent:active:not(.btn-active),
.btn.btn-active-accent:focus:not(.btn-active),
.btn.btn-active-accent:hover:not(.btn-active),
.show > .btn.btn-active-accent {
  color: #79328A;
  background-color: #e4d6e8 !important;
}

.scrolltop {
  background-color: #79328A !important;
}

.btn.btn-icon.btn-active-light.tabarrow .tabarrow {
  font-size: 1.5rem;
}

.modalQrDownload .menu-item {
  display: inline-block;
}
.modalQrDownload .menu-item button.menu-link {
  background-color: transparent;
  border: none;
  border-radius: 0.65rem;
}
.modalQrDownload .menu-item button.menu-link:hover, .modalQrDownload .menu-item button.menu-link:focus {
  color: #DA388B;
  background-color: rgba(218, 56, 139, 0.2);
  text-decoration: none;
}
.modalQrDownload .menu-item button.menu-link:hover .fas, .modalQrDownload .menu-item button.menu-link:focus .fas {
  font-size: 1.5rem;
  color: #DA388B;
}

/***** Copy icon ******/
.fa-copy {
  cursor: pointer;
}
.fa-copy:hover, .fa-copy:focus {
  color: #DA388B;
}

.tooltip .tooltip-inner {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}

.popover-body {
  background-color: #E9FEF5 !important;
  border: 1px solid #54BBA5 !important;
  border-radius: 7px;
  color: #54BBA5;
}

.bs-popover-end > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after {
  border-right-color: #54BBA5;
}

/*********** SECONDARY WHITE BUTTON ***************/
.btn.btn-mbd-white {
  background-color: white;
  color: #79328A;
  border: 4px solid #79328A !important;
  font-family: "Quicksand", sans-serif;
  font-size: 1.25rem;
  font-weight: 700 !important;
}
.btn.btn-mbd-white .fas.fa-arrow-left {
  color: #79328A;
  margin-right: 0.5rem;
}
.btn.btn-mbd-white:hover, .btn.btn-mbd-white:focus {
  background-color: #DA388B !important;
  border: 4px solid #DA388B !important;
  color: white !important;
  text-decoration: none !important;
}
.btn.btn-mbd-white:hover .fas.fa-arrow-left,
.btn.btn-mbd-white:hover .fas.fa-file-download, .btn.btn-mbd-white:focus .fas.fa-arrow-left,
.btn.btn-mbd-white:focus .fas.fa-file-download {
  color: white !important;
}
.btn.btn-mbd-white.download {
  border: 3px solid #79328A !important;
  padding: 5px 15px 5px 15px !important;
}
@media screen and (max-width: 1250px) {
  .btn.btn-mbd-white.download {
    font-size: 1.15rem !important;
    padding: 5px 10px 5px 10px !important;
  }
  .btn.btn-mbd-white.download i.fs-4 {
    padding-right: 0.01rem !important;
    font-size: 1.15rem !important;
    margin-top: -3px;
  }
}
.btn.btn-mbd-white.download .fas.fa-file-download {
  color: #79328A;
  margin-top: -3px;
}
.btn.btn-mbd-white.download:hover, .btn.btn-mbd-white.download:focus {
  background-color: #DA388B !important;
  border: 3px solid #DA388B !important;
  color: white !important;
  text-decoration: none !important;
}
.btn.btn-mbd-white.download:hover .fas.fa-file-download, .btn.btn-mbd-white.download:focus .fas.fa-file-download {
  color: white !important;
}
.btn.btn-mbd-white.secondary-btn {
  border-width: 3px !important;
  font-size: 0.925rem;
}

/************* Remove link underline ****************/
a:not(.nav-link).noUnderline {
  text-decoration: none !important;
}
a:not(.nav-link).noUnderline:hover, a:not(.nav-link).noUnderline:focus {
  text-decoration: none !important;
}

customImage-place-holder .btn-check:active + .btn.btn-active-color-primary i,
.btn-check:checked + .btn.btn-active-color-primary i, .btn.btn-active-color-primary.active i, .btn.btn-active-color-primary.show i, .btn.btn-active-color-primary:active:not(.btn-active) i, .btn.btn-active-color-primary:focus:not(.btn-active) i, .btn.btn-active-color-primary:hover:not(.btn-active) i, .show > .btn.btn-active-color-primary i {
  color: #79328A;
}

.btn-outline {
  border: 4px solid #79328A;
}

/************** QR CODE custom Pattern Buttons *****************/
.patternstyle,
.cornerstyle {
  border: 3px solid #79328A;
  border-radius: 7px;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  aspect-ratio: 1/1;
  width: 81px;
}
@media screen and (max-width: 1300px) {
  .patternstyle,
  .cornerstyle {
    max-width: 14%;
  }
}
.patternstyle:nth-of-type(1),
.cornerstyle:nth-of-type(1) {
  margin-left: 0px;
}
.patternstyle.active,
.cornerstyle.active {
  border: 3px solid #DA388B;
  position: relative;
}
.patternstyle.active:before,
.cornerstyle.active:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: #DA388B;
  opacity: 18%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.patternstyle:hover, .patternstyle:focus,
.cornerstyle:hover,
.cornerstyle:focus {
  border: 3px solid #DA388B;
  outline: 1px solid #DA388B;
}
.patternstyle img,
.cornerstyle img {
  max-width: 100%;
  width: 75px;
  height: auto;
  aspect-ratio: 1/1;
}

button.gradientRotate {
  border: 2px solid #79328A;
  border-radius: 7px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 0px;
  background-color: white;
  color: #79328A;
  vertical-align: top;
  font-size: 30px;
  text-align: center;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
button.gradientRotate .fa-undo {
  color: #79328A;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  font-size: 30px;
}
button.gradientRotate:hover, button.gradientRotate:focus {
  border: 2px solid #DA388B;
  outline: 0px solid #79328A;
}
button.gradientRotate:hover .fa-undo, button.gradientRotate:focus .fa-undo {
  color: #DA388B;
}

.pdfDropzone {
  display: block;
  background-color: #ffffff;
}
.pdfDropzone .dropzone.dz-clickable {
  padding: 1.5rem 1.75rem;
  border: 3px dashed #7F8297;
  border-radius: 0.65rem;
  background-color: #ffffff;
  display: block;
}

.dropzone {
  background-color: #ffffff;
  border: 0px solid white;
  padding: 1.5rem 1.75rem 1.5rem 1.75rem;
  text-align: left;
}
.dropzone .dz-preview {
  margin: 0rem 0.75rem 0.75rem 0;
}
.dropzone .dz-preview .dz-image {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 0.65rem;
}
.dropzone .dz-preview .dz-error-mark {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: 0px !important;
  margin-top: 0px !important;
  border-radius: 0.65rem;
  background-color: rgba(255, 0, 0, 0.3);
}
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.dropzone .dz-preview .dz-remove:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(218,56,139)'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

#kt_dropzonejs_previous_logo {
  position: relative;
  max-width: 120px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 0.65rem;
}
#kt_dropzonejs_previous_logo .roundedbox {
  border-radius: 0.65rem;
  display: block;
  overflow: hidden;
}
#kt_dropzonejs_previous_logo .roundedbox img {
  margin-left: 50%;
  transform: translateX(-50%);
}
#kt_dropzonejs_previous_logo #kt_dropzonejs_remove {
  text-align: center;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.65rem;
  width: 1.65rem;
  font-size: 1rem;
  text-indent: -9999px;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  background-size: 40%;
  background-color: #fff !important;
  box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  top: -0.825rem;
  right: -0.825rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A1A5B7'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
#kt_dropzonejs_previous_logo #kt_dropzonejs_remove:hover, #kt_dropzonejs_previous_logo #kt_dropzonejs_remove:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(218,56,139)'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

/**** dropdown company Switcher at top - put min-width so not so small ****/
div#clientSelect .select2-container {
  min-width: 250px;
}

/**** dropdown company Switcher END ****/
input#VerificationCode {
  margin: unset;
  font-family: ui-monospace, monospace;
  font-size: 35px;
  line-height: unset;
}

.form-control.form-control-solid {
  background-color: white;
  border-color: #79328A;
  border: 2px solid #79328A;
  color: #000000;
  transition: color 1s ease, background-color 1s ease;
}
.form-control.form-control-solid.disabled, .form-control.form-control-solid:disabled {
  opacity: 0.6;
}

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
  border: 2px solid #79328A;
}

.form-check.form-check-solid:not(.form-switch) .form-check-input {
  background-color: #ffffff;
}
.form-check.form-check-solid:not(.form-switch) .form-check-input:checked {
  background-color: #79328A;
}

.form-check.form-check-solid.form-switch .form-check-input {
  background-color: #A2A5B5;
}
.form-check.form-check-solid.form-switch .form-check-input:checked {
  background-color: #79328A;
}

.stepper.stepper-pills .stepper-item .stepper-icon {
  background-color: #e4d6e8;
}
.stepper.stepper-pills .stepper-item .stepper-icon .stepper-number {
  color: #79328A !important;
}
.stepper.stepper-pills .stepper-item.current .stepper-icon {
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: #79328A;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #79328A;
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2379328A' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.dropdown.show > .form-control.form-control-solid,
.form-control.form-control-solid.active,
.form-control.form-control-solid.focus,
.form-control.form-control-solid:active,
.form-control.form-control-solid:focus {
  background-color: #ffffff;
  border-color: #79328A;
  border-width: 2px;
  outline: 2px solid #79328A;
  outline-offset: -4px;
  color: #000000;
}
.dropdown.show > .form-control.form-control-solid.disabled, .dropdown.show > .form-control.form-control-solid:disabled,
.form-control.form-control-solid.active.disabled,
.form-control.form-control-solid.active:disabled,
.form-control.form-control-solid.focus.disabled,
.form-control.form-control-solid.focus:disabled,
.form-control.form-control-solid:active.disabled,
.form-control.form-control-solid:active:disabled,
.form-control.form-control-solid:focus.disabled,
.form-control.form-control-solid:focus:disabled {
  opacity: 0.6;
}

/**** Password not valid meter - orange ****/
.fv-plugins-bootstrap5-row-invalid .bg-active-success.active {
  --bg-color: 0,178,255;
  background-color: #F05A26 !important;
}

/**** Password valid meter - green ****/
.fv-plugins-bootstrap5-row-valid .bg-active-success.active {
  --bg-color: 0,178,255;
  background-color: #54BBA5 !important;
}

.invalid-feedback,
#kt_dropzone_menu_error,
#kt_dropzone_pdf_error {
  font-size: 1rem !important;
  /*font-weight: 600;*/
  font-family: "Work Sans", sans-serif;
  color: #DA388B;
}

#kt_campaign_edit_name form .fv-plugins-icon-container {
  display: block;
  width: 400px;
}
#kt_campaign_edit_name form .fv-plugins-icon-container input#FolderName {
  display: block;
  width: 400px;
}
#kt_campaign_edit_name form .fv-plugins-icon-container .invalid-feedback {
  display: block;
  width: 400px;
}

#CampaignStart,
#CampaignEnd {
  display: block;
  width: 200px;
  vertical-align: top;
  margin-bottom: 15px;
}

/******************* START:: Color picker ****************/
input[type=color] {
  -webkit-appearance: none;
  border: none;
  width: 45px;
  height: 50px;
}
input[type=color]::-webkit-color-swatch {
  border: none;
  height: 50px;
}
input[type=color]::-moz-color-swatch {
  border: none;
  height: 50px;
}
input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

.colortypedropdown {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  margin-bottom: 15px;
}
.colortypedropdown .form-select {
  padding: 0.75rem 2.3rem 0.75rem 1rem !important;
}

.cornerTLStyleDropdown,
.cornerTRStyleDropdown,
.cornerBLStyleDropdown {
  display: inline-block;
  width: 80px;
  height: 50px;
  vertical-align: top;
}
.cornerTLStyleDropdown .select2-selection.form-select,
.cornerTRStyleDropdown .select2-selection.form-select,
.cornerBLStyleDropdown .select2-selection.form-select {
  padding: 5px 2rem 5px 5px;
}

/***** SOLID PICKERS *****/
div[data-area=background-solid],
div[data-area=foreground-solid] {
  display: inline-flex;
  width: 135px;
  height: 50px;
  margin-bottom: 15px;
}
div[data-area=background-solid] .colorpicker,
div[data-area=foreground-solid] .colorpicker {
  /*display: inline-flex;
  width: 125px;
  height: 50px;
  margin-bottom: 15px;*/
}
div[data-area=background-solid] .colorpicker.form-check.form-check-custom,
div[data-area=foreground-solid] .colorpicker.form-check.form-check-custom {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-top: 0px;
  margin-left: 10px;
  background-color: white;
  border: 2px solid #79328A;
  color: #000000;
  transition: color 1s ease, background-color 1s ease;
  border-radius: 0.65rem;
  position: relative;
  overflow: hidden;
}
div[data-area=background-solid] .colorpicker.form-check.form-check-custom:focus-within, div[data-area=background-solid] .colorpicker.form-check.form-check-custom:hover,
div[data-area=foreground-solid] .colorpicker.form-check.form-check-custom:focus-within,
div[data-area=foreground-solid] .colorpicker.form-check.form-check-custom:hover {
  outline: 2px solid #79328A;
  outline-offset: -4px;
}
div[data-area=background-solid] .colorpicker.form-check.form-check-custom input.form-control-color,
div[data-area=foreground-solid] .colorpicker.form-check.form-check-custom input.form-control-color {
  height: 49px;
  width: 44px;
  max-height: 100%;
  padding: 0px;
  display: inline-flex;
  border-radius: 0px;
}
div[data-area=background-solid] .colorpicker.form-check.form-check-custom input.form-control-color::-webkit-color-swatch,
div[data-area=foreground-solid] .colorpicker.form-check.form-check-custom input.form-control-color::-webkit-color-swatch {
  height: 100%;
  block-size: 100% !important;
  border-radius: 0;
}
div[data-area=background-solid] .colorpicker.form-check.form-check-custom input.form-control-color::-moz-color-swatch,
div[data-area=foreground-solid] .colorpicker.form-check.form-check-custom input.form-control-color::-moz-color-swatch {
  height: 100%;
  block-size: 100% !important;
  border-radius: 0;
}
div[data-area=background-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid,
div[data-area=foreground-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid {
  background-color: white;
  border-color: #7F8297;
  border-width: 0px 0px 0px 1px;
  border-radius: 0;
  color: #000000;
  transition: none;
  display: inline-flex;
  width: 80px;
  padding: 0.75rem 5px;
  text-align: center;
}
div[data-area=background-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:focus, div[data-area=background-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:hover,
div[data-area=foreground-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:focus,
div[data-area=foreground-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:hover {
  border: 0px 0px 0px 1px !important;
  outline: 0px !important;
}
div[data-area=background-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid.disabled, div[data-area=background-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:disabled,
div[data-area=foreground-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid.disabled,
div[data-area=foreground-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:disabled {
  opacity: 0.6;
}

/******* CUSTOM ROW FOR FRAMES AND LOGOS WHERE FIRST ITEM IS BLANK UNTIL THEY CHOOSE ONE ********/
.customContentRow {
  margin-top: 0px;
}
.customContentRow .userChosen {
  /**************** MAKE THE LAST IN THE ROW DISAPPEAR INSTEAD OF HAVING THEM WRAP **********/
}
.customContentRow .userChosen .customImage-place-holder {
  width: 81px;
  height: 100% !important;
  margin-right: 4px;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  .customContentRow .userChosen .customImage-place-holder {
    max-width: 14%;
  }
}
.customContentRow .userChosen .customImage-place-holder a#logo-new.addImg {
  margin-left: 0px;
}
@media screen and (max-width: 1300px) {
  .customContentRow .userChosen .customImage-place-holder a#logo-new.addImg {
    max-width: 100%;
  }
}
.customContentRow .userChosen .addImg, .customContentRow .userChosen > a {
  border: 3px solid #79328A;
  border-radius: 7px;
  display: inline-flex;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 15px;
  aspect-ratio: 1/1;
  width: 81px;
  justify-content: center;
  vertical-align: top;
}
@media screen and (max-width: 1300px) {
  .customContentRow .userChosen .addImg, .customContentRow .userChosen > a {
    max-width: 14%;
  }
}
.customContentRow .userChosen .addImg img, .customContentRow .userChosen > a img {
  display: block;
  margin-bottom: 0px;
  padding: 10px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.customContentRow .userChosen .addImg.active, .customContentRow .userChosen > a.active {
  border: 3px solid #DA388B;
  position: relative;
}
.customContentRow .userChosen .addImg.active:before, .customContentRow .userChosen > a.active:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: #DA388B;
  opacity: 18%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.customContentRow .userChosen .addImg:hover, .customContentRow .userChosen .addImg:focus, .customContentRow .userChosen > a:hover, .customContentRow .userChosen > a:focus {
  border: 3px solid #DA388B;
  outline: 1px solid #DA388B;
}
.customContentRow .userChosen .cornerstyle img {
  padding: 0px !important;
}
@media screen and (max-width: 1490px) and (min-width: 1200px) {
  .customContentRow .userChosen a.AddLogo:nth-of-type(6) {
    display: none;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .customContentRow .userChosen a.AddLogo:nth-of-type(5) {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  .customContentRow .userChosen a.AddLogo:nth-of-type(6) {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .customContentRow .userChosen a.AddLogo:nth-of-type(6) {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .customContentRow .userChosen a.AddLogo:nth-of-type(5) {
    display: none;
  }
}
@media screen and (max-width: 590px) {
  .customContentRow .userChosen a.AddLogo:nth-of-type(4) {
    display: none;
  }
}
.customContentRow .addImg {
  border: 3px solid #79328A;
  border-radius: 7px;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}
@media screen and (max-width: 1300px) {
  .customContentRow .addImg {
    max-width: 14%;
  }
}
.customContentRow .addImg.active {
  border: 3px solid #DA388B;
  position: relative;
}
.customContentRow .addImg.active:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: #DA388B;
  opacity: 18%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.customContentRow .addImg:hover, .customContentRow .addImg:focus {
  border: 3px solid #DA388B;
  outline: 1px solid #DA388B;
}
.customContentRow .addImg img {
  max-width: 100%;
  width: 75px;
  height: auto;
  aspect-ratio: 1/1;
}

div[data-area=frame] .colorpicker {
  display: inline-flex;
  width: 135px;
  height: 50px;
  margin-bottom: 15px;
}
div[data-area=frame] .colorpicker.form-check.form-check-custom {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-top: 0px;
  margin-left: 10px;
  background-color: white;
  border: 2px solid #79328A;
  color: #000000;
  transition: color 1s ease, background-color 1s ease;
  border-radius: 0.65rem;
  position: relative;
  overflow: hidden;
}
div[data-area=frame] .colorpicker.form-check.form-check-custom:focus-within, div[data-area=frame] .colorpicker.form-check.form-check-custom:hover {
  outline: 2px solid #79328A;
  outline-offset: -4px;
}
div[data-area=frame] .colorpicker.form-check.form-check-custom input.form-control-color {
  height: 49px;
  width: 44px;
  max-height: 100%;
  padding: 0px;
  display: inline-flex;
  border-radius: 0px;
}
div[data-area=frame] .colorpicker.form-check.form-check-custom input.form-control-color::-webkit-color-swatch {
  height: 100%;
  block-size: 100% !important;
  border-radius: 0;
}
div[data-area=frame] .colorpicker.form-check.form-check-custom input.form-control-color::-moz-color-swatch {
  height: 100%;
  block-size: 100% !important;
  border-radius: 0;
}
div[data-area=frame] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid {
  background-color: white;
  border-color: #7F8297;
  border-width: 0px 0px 0px 1px;
  border-radius: 0;
  color: #000000;
  transition: none;
  display: inline-flex;
  width: 80px;
  padding: 0.75rem 5px;
  text-align: center;
}
div[data-area=frame] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:focus, div[data-area=frame] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:hover {
  border: 0px 0px 0px 1px !important;
  outline: 0px !important;
}
div[data-area=frame] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid.disabled, div[data-area=frame] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:disabled {
  opacity: 0.6;
}
div[data-area=frame] input#FrameMessage {
  margin-left: 0px;
  max-width: 200px;
}
div[data-area=frame] .frameFontDropdown {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  margin-bottom: 15px;
  margin-left: 0px;
}

div[data-area=foreground-gradient],
div[data-area=background-gradient] {
  display: inline-flex;
}

/***** GRADIENT PICKERS ****/
div[data-area=corner-solid] .colorpicker,
div[data-area=corner-gradient] .colorpicker,
div[data-area=foreground-gradient] .colorpicker,
div[data-area=background-gradient] .colorpicker,
div[data-area=corner-top-left-solid] .colorpicker,
div[data-area=corner-top-left-gradient] .colorpicker,
div[data-area=corner-top-right-solid] .colorpicker,
div[data-area=corner-top-right-gradient] .colorpicker,
div[data-area=corner-bottom-left-solid] .colorpicker,
div[data-area=corner-bottom-left-gradient] .colorpicker {
  display: inline-flex;
  width: 135px;
  height: 50px;
  margin-bottom: 15px;
}
div[data-area=corner-solid] .colorpicker.form-check.form-check-custom,
div[data-area=corner-gradient] .colorpicker.form-check.form-check-custom,
div[data-area=foreground-gradient] .colorpicker.form-check.form-check-custom,
div[data-area=background-gradient] .colorpicker.form-check.form-check-custom,
div[data-area=corner-top-left-solid] .colorpicker.form-check.form-check-custom,
div[data-area=corner-top-left-gradient] .colorpicker.form-check.form-check-custom,
div[data-area=corner-top-right-solid] .colorpicker.form-check.form-check-custom,
div[data-area=corner-top-right-gradient] .colorpicker.form-check.form-check-custom,
div[data-area=corner-bottom-left-solid] .colorpicker.form-check.form-check-custom,
div[data-area=corner-bottom-left-gradient] .colorpicker.form-check.form-check-custom {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-top: 0px;
  margin-left: 10px;
  background-color: white;
  border: 2px solid #79328A;
  color: #000000;
  transition: color 1s ease, background-color 1s ease;
  border-radius: 0.65rem;
  position: relative;
  overflow: hidden;
}
div[data-area=corner-solid] .colorpicker.form-check.form-check-custom:focus-within, div[data-area=corner-solid] .colorpicker.form-check.form-check-custom:hover,
div[data-area=corner-gradient] .colorpicker.form-check.form-check-custom:focus-within,
div[data-area=corner-gradient] .colorpicker.form-check.form-check-custom:hover,
div[data-area=foreground-gradient] .colorpicker.form-check.form-check-custom:focus-within,
div[data-area=foreground-gradient] .colorpicker.form-check.form-check-custom:hover,
div[data-area=background-gradient] .colorpicker.form-check.form-check-custom:focus-within,
div[data-area=background-gradient] .colorpicker.form-check.form-check-custom:hover,
div[data-area=corner-top-left-solid] .colorpicker.form-check.form-check-custom:focus-within,
div[data-area=corner-top-left-solid] .colorpicker.form-check.form-check-custom:hover,
div[data-area=corner-top-left-gradient] .colorpicker.form-check.form-check-custom:focus-within,
div[data-area=corner-top-left-gradient] .colorpicker.form-check.form-check-custom:hover,
div[data-area=corner-top-right-solid] .colorpicker.form-check.form-check-custom:focus-within,
div[data-area=corner-top-right-solid] .colorpicker.form-check.form-check-custom:hover,
div[data-area=corner-top-right-gradient] .colorpicker.form-check.form-check-custom:focus-within,
div[data-area=corner-top-right-gradient] .colorpicker.form-check.form-check-custom:hover,
div[data-area=corner-bottom-left-solid] .colorpicker.form-check.form-check-custom:focus-within,
div[data-area=corner-bottom-left-solid] .colorpicker.form-check.form-check-custom:hover,
div[data-area=corner-bottom-left-gradient] .colorpicker.form-check.form-check-custom:focus-within,
div[data-area=corner-bottom-left-gradient] .colorpicker.form-check.form-check-custom:hover {
  outline: 2px solid #79328A;
  outline-offset: -4px;
}
div[data-area=corner-solid] .colorpicker.form-check.form-check-custom input.form-control-color,
div[data-area=corner-gradient] .colorpicker.form-check.form-check-custom input.form-control-color,
div[data-area=foreground-gradient] .colorpicker.form-check.form-check-custom input.form-control-color,
div[data-area=background-gradient] .colorpicker.form-check.form-check-custom input.form-control-color,
div[data-area=corner-top-left-solid] .colorpicker.form-check.form-check-custom input.form-control-color,
div[data-area=corner-top-left-gradient] .colorpicker.form-check.form-check-custom input.form-control-color,
div[data-area=corner-top-right-solid] .colorpicker.form-check.form-check-custom input.form-control-color,
div[data-area=corner-top-right-gradient] .colorpicker.form-check.form-check-custom input.form-control-color,
div[data-area=corner-bottom-left-solid] .colorpicker.form-check.form-check-custom input.form-control-color,
div[data-area=corner-bottom-left-gradient] .colorpicker.form-check.form-check-custom input.form-control-color {
  height: 49px;
  width: 44px;
  max-height: 100%;
  padding: 0px;
  display: inline-flex;
  border-radius: 0px;
}
div[data-area=corner-solid] .colorpicker.form-check.form-check-custom input.form-control-color::-webkit-color-swatch,
div[data-area=corner-gradient] .colorpicker.form-check.form-check-custom input.form-control-color::-webkit-color-swatch,
div[data-area=foreground-gradient] .colorpicker.form-check.form-check-custom input.form-control-color::-webkit-color-swatch,
div[data-area=background-gradient] .colorpicker.form-check.form-check-custom input.form-control-color::-webkit-color-swatch,
div[data-area=corner-top-left-solid] .colorpicker.form-check.form-check-custom input.form-control-color::-webkit-color-swatch,
div[data-area=corner-top-left-gradient] .colorpicker.form-check.form-check-custom input.form-control-color::-webkit-color-swatch,
div[data-area=corner-top-right-solid] .colorpicker.form-check.form-check-custom input.form-control-color::-webkit-color-swatch,
div[data-area=corner-top-right-gradient] .colorpicker.form-check.form-check-custom input.form-control-color::-webkit-color-swatch,
div[data-area=corner-bottom-left-solid] .colorpicker.form-check.form-check-custom input.form-control-color::-webkit-color-swatch,
div[data-area=corner-bottom-left-gradient] .colorpicker.form-check.form-check-custom input.form-control-color::-webkit-color-swatch {
  height: 100%;
  block-size: 100% !important;
  border-radius: 0;
}
div[data-area=corner-solid] .colorpicker.form-check.form-check-custom input.form-control-color::-moz-color-swatch,
div[data-area=corner-gradient] .colorpicker.form-check.form-check-custom input.form-control-color::-moz-color-swatch,
div[data-area=foreground-gradient] .colorpicker.form-check.form-check-custom input.form-control-color::-moz-color-swatch,
div[data-area=background-gradient] .colorpicker.form-check.form-check-custom input.form-control-color::-moz-color-swatch,
div[data-area=corner-top-left-solid] .colorpicker.form-check.form-check-custom input.form-control-color::-moz-color-swatch,
div[data-area=corner-top-left-gradient] .colorpicker.form-check.form-check-custom input.form-control-color::-moz-color-swatch,
div[data-area=corner-top-right-solid] .colorpicker.form-check.form-check-custom input.form-control-color::-moz-color-swatch,
div[data-area=corner-top-right-gradient] .colorpicker.form-check.form-check-custom input.form-control-color::-moz-color-swatch,
div[data-area=corner-bottom-left-solid] .colorpicker.form-check.form-check-custom input.form-control-color::-moz-color-swatch,
div[data-area=corner-bottom-left-gradient] .colorpicker.form-check.form-check-custom input.form-control-color::-moz-color-swatch {
  height: 100%;
  block-size: 100% !important;
  border-radius: 0;
}
div[data-area=corner-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid,
div[data-area=corner-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid,
div[data-area=foreground-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid,
div[data-area=background-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid,
div[data-area=corner-top-left-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid,
div[data-area=corner-top-left-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid,
div[data-area=corner-top-right-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid,
div[data-area=corner-top-right-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid,
div[data-area=corner-bottom-left-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid,
div[data-area=corner-bottom-left-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid {
  background-color: white;
  border-color: #7F8297;
  border-width: 0px 0px 0px 1px;
  border-radius: 0;
  color: #000000;
  transition: none;
  display: inline-flex;
  width: 80px;
  padding: 0.75rem 5px;
  text-align: center;
}
div[data-area=corner-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:focus, div[data-area=corner-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:hover,
div[data-area=corner-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:focus,
div[data-area=corner-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:hover,
div[data-area=foreground-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:focus,
div[data-area=foreground-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:hover,
div[data-area=background-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:focus,
div[data-area=background-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:hover,
div[data-area=corner-top-left-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:focus,
div[data-area=corner-top-left-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:hover,
div[data-area=corner-top-left-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:focus,
div[data-area=corner-top-left-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:hover,
div[data-area=corner-top-right-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:focus,
div[data-area=corner-top-right-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:hover,
div[data-area=corner-top-right-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:focus,
div[data-area=corner-top-right-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:hover,
div[data-area=corner-bottom-left-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:focus,
div[data-area=corner-bottom-left-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:hover,
div[data-area=corner-bottom-left-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:focus,
div[data-area=corner-bottom-left-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:hover {
  border: 0px 0px 0px 1px !important;
  outline: 0px !important;
}
div[data-area=corner-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid.disabled, div[data-area=corner-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:disabled,
div[data-area=corner-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid.disabled,
div[data-area=corner-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:disabled,
div[data-area=foreground-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid.disabled,
div[data-area=foreground-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:disabled,
div[data-area=background-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid.disabled,
div[data-area=background-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:disabled,
div[data-area=corner-top-left-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid.disabled,
div[data-area=corner-top-left-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:disabled,
div[data-area=corner-top-left-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid.disabled,
div[data-area=corner-top-left-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:disabled,
div[data-area=corner-top-right-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid.disabled,
div[data-area=corner-top-right-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:disabled,
div[data-area=corner-top-right-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid.disabled,
div[data-area=corner-top-right-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:disabled,
div[data-area=corner-bottom-left-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid.disabled,
div[data-area=corner-bottom-left-solid] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:disabled,
div[data-area=corner-bottom-left-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid.disabled,
div[data-area=corner-bottom-left-gradient] .colorpicker.form-check.form-check-custom input.form-control.form-control-solid:disabled {
  opacity: 0.6;
}

.customCornerColor,
.customCornerTopLeftColor,
.customCornerTopRightColor,
.customCornerBottomLeftColor {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1499px) and (min-width: 1200px) {
  .customCornerColor,
  .customCornerTopLeftColor,
  .customCornerTopRightColor,
  .customCornerBottomLeftColor {
    max-width: 100%;
    width: 100%;
    margin-left: 46px;
  }
}
.customCornerColor fieldset.outer,
.customCornerColor fieldset.inner,
.customCornerTopLeftColor fieldset.outer,
.customCornerTopLeftColor fieldset.inner,
.customCornerTopRightColor fieldset.outer,
.customCornerTopRightColor fieldset.inner,
.customCornerBottomLeftColor fieldset.outer,
.customCornerBottomLeftColor fieldset.inner {
  display: inline-block;
}
.customCornerColor fieldset.outer legend,
.customCornerColor fieldset.inner legend,
.customCornerTopLeftColor fieldset.outer legend,
.customCornerTopLeftColor fieldset.inner legend,
.customCornerTopRightColor fieldset.outer legend,
.customCornerTopRightColor fieldset.inner legend,
.customCornerBottomLeftColor fieldset.outer legend,
.customCornerBottomLeftColor fieldset.inner legend {
  font-size: 14px;
  display: inline;
  width: 44px;
  height: 50px;
  margin-bottom: 15px;
}
.customCornerColor fieldset.outer .colorpicker:nth-of-type(1),
.customCornerColor fieldset.inner .colorpicker:nth-of-type(1),
.customCornerTopLeftColor fieldset.outer .colorpicker:nth-of-type(1),
.customCornerTopLeftColor fieldset.inner .colorpicker:nth-of-type(1),
.customCornerTopRightColor fieldset.outer .colorpicker:nth-of-type(1),
.customCornerTopRightColor fieldset.inner .colorpicker:nth-of-type(1),
.customCornerBottomLeftColor fieldset.outer .colorpicker:nth-of-type(1),
.customCornerBottomLeftColor fieldset.inner .colorpicker:nth-of-type(1) {
  margin-left: 0px;
}
.customCornerColor fieldset.inner,
.customCornerTopLeftColor fieldset.inner,
.customCornerTopRightColor fieldset.inner,
.customCornerBottomLeftColor fieldset.inner {
  display: block;
}

.customCornerColor {
  margin-left: 15px;
  width: auto;
}

/**************** END:: Color Picker ****************/
.form-control-color {
  padding: 0.5rem;
}

#qr_campaign_edit_name input.form-control {
  font-size: 14px;
  padding: 7px 10px;
}
#qr_campaign_edit_name .btn.btn-icon {
  margin-left: 15px !important;
}

#kt_modal_campaign .select2-container {
  margin-bottom: 25px;
}

/************** Select 2 dropdown ******************/
.select2-container--bootstrap5 .form-select.form-select-solid {
  background-color: white;
  border: 2px solid #79328A;
  color: #000000 !important;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.select2-container--bootstrap5 .form-select.form-select-solid .select2-selection__rendered {
  color: #000000 !important;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Quicksand", sans-serif;
}
.select2-container--bootstrap5 .form-select.form-select-solid:focus, .select2-container--bootstrap5 .form-select.form-select-solid:hover {
  border-color: #79328A !important;
  border: 2px solid #79328A !important;
  outline: 2px solid #79328A !important;
  outline-offset: -4px;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
  background-color: #DA388B;
  color: #fff;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: #e4d6e8;
  color: #79328A;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field {
  border-color: #79328A !important;
  border: 1px solid #79328A !important;
}
.select2-container--bootstrap5.select2-container--disabled {
  opacity: 0.6;
}

.form-select {
  background-image: url(../../../Hive.Web/wwwroot/images/icon-angle-down.svg);
}

/************** END Dropdown ******************/
.daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active {
  background: #EFF2F5 !important;
  color: #000000 !important;
  border-radius: 0.65rem;
}

.daterangepicker .drp-calendar td.available:hover, .daterangepicker .drp-calendar th.available:hover {
  border-radius: 0.65rem;
  background-color: #e4d6e8;
  color: #79328A;
}

.daterangepicker .drp-calendar td.active {
  background: #DA388B !important;
  color: #ffffff !important;
  border-radius: 0.65rem;
}

.isCircularCode {
  display: inline-block;
  width: 200px;
}

/********************** STRIPE THEME **********************/
.Error {
  font-weight: bold !important;
}

/*************** Form Theme Standarization ******************/
label.fs-6,
label.form-label {
  /*** matching Stripe form font *****/
  font-size: 0.93rem !important;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  color: #181C32 !important;
}

/********************* LOGO STYLE OPTIONS **********************/
.logoStyleOptions label {
  font-family: "Work Sans", sans-serif;
  display: inline-block;
}
@media screen and (max-width: 1350px) {
  .logoStyleOptions label {
    display: block;
  }
}
.logoStyleOptions div.form-range {
  display: inline-block;
  width: 75%;
}
.logoStyleOptions .noUi-target .noUi-handle {
  background: #79328A !important;
  border: 1px solid #79328A !important;
}
.logoStyleOptions .noUi-target .noUi-connect {
  background: #79328A !important;
}
.logoStyleOptions .noUi-target .noUi-base {
  background-color: #F6F8FA !important;
}
.logoStyleOptions .noUi-target:disabled .noUi-handle, .logoStyleOptions .noUi-target[disabled=true] .noUi-handle {
  background: #e4d6e8 !important;
  border: 1px solid #e4d6e8 !important;
}
.logoStyleOptions .noUi-target:disabled .noUi-connect, .logoStyleOptions .noUi-target[disabled=true] .noUi-connect {
  background: #e4d6e8 !important;
}
.logoStyleOptions .noUi-target:disabled .noUi-base, .logoStyleOptions .noUi-target[disabled=true] .noUi-base {
  background-color: #F6F8FA !important;
}
.logoStyleOptions .form-check.form-check-custom {
  align-items: start;
}
@media screen and (max-width: 1350px) {
  .logoStyleOptions .form-check.form-check-custom {
    display: block;
  }
}
@media screen and (max-width: 1350px) {
  .logoStyleOptions .form-check.form-check-custom .form-check-input {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1350px) {
  .logoStyleOptions .form-check label {
    display: block;
    width: 100%;
  }
}
.logoAccordionBody .d-inline.logos {
  vertical-align: top;
}
.logoAccordionBody .no-logo, .logoAccordionBody .logos {
  margin-top: 0px;
}
.logoAccordionBody .no-logo .social-logos .customImage-place-holder,
.logoAccordionBody .no-logo .uploaded-logos .customImage-place-holder, .logoAccordionBody .logos .social-logos .customImage-place-holder,
.logoAccordionBody .logos .uploaded-logos .customImage-place-holder {
  width: 81px;
  margin-right: 4px;
  display: inline-block;
  height: 100%;
}
@media screen and (max-width: 1300px) {
  .logoAccordionBody .no-logo .social-logos .customImage-place-holder,
  .logoAccordionBody .no-logo .uploaded-logos .customImage-place-holder, .logoAccordionBody .logos .social-logos .customImage-place-holder,
  .logoAccordionBody .logos .uploaded-logos .customImage-place-holder {
    max-width: 14%;
  }
}
.logoAccordionBody .no-logo .social-logos .customImage-place-holder a#logo-new.AddLogo,
.logoAccordionBody .no-logo .uploaded-logos .customImage-place-holder a#logo-new.AddLogo, .logoAccordionBody .logos .social-logos .customImage-place-holder a#logo-new.AddLogo,
.logoAccordionBody .logos .uploaded-logos .customImage-place-holder a#logo-new.AddLogo {
  margin-left: 0px;
}
@media screen and (max-width: 1300px) {
  .logoAccordionBody .no-logo .social-logos .customImage-place-holder a#logo-new.AddLogo,
  .logoAccordionBody .no-logo .uploaded-logos .customImage-place-holder a#logo-new.AddLogo, .logoAccordionBody .logos .social-logos .customImage-place-holder a#logo-new.AddLogo,
  .logoAccordionBody .logos .uploaded-logos .customImage-place-holder a#logo-new.AddLogo {
    max-width: 100%;
  }
}
.logoAccordionBody .no-logo .social-logos .AddLogo, .logoAccordionBody .no-logo .social-logos > a,
.logoAccordionBody .no-logo .uploaded-logos .AddLogo,
.logoAccordionBody .no-logo .uploaded-logos > a, .logoAccordionBody .logos .social-logos .AddLogo, .logoAccordionBody .logos .social-logos > a,
.logoAccordionBody .logos .uploaded-logos .AddLogo,
.logoAccordionBody .logos .uploaded-logos > a {
  border: 3px solid #79328A;
  border-radius: 7px;
  display: inline-flex;
  margin-left: 4px;
  margin-right: 4px;
  aspect-ratio: 1/1;
  width: 81px;
  justify-content: center;
  vertical-align: top;
}
@media screen and (max-width: 1300px) {
  .logoAccordionBody .no-logo .social-logos .AddLogo, .logoAccordionBody .no-logo .social-logos > a,
  .logoAccordionBody .no-logo .uploaded-logos .AddLogo,
  .logoAccordionBody .no-logo .uploaded-logos > a, .logoAccordionBody .logos .social-logos .AddLogo, .logoAccordionBody .logos .social-logos > a,
  .logoAccordionBody .logos .uploaded-logos .AddLogo,
  .logoAccordionBody .logos .uploaded-logos > a {
    max-width: 14%;
  }
}
.logoAccordionBody .no-logo .social-logos .AddLogo img, .logoAccordionBody .no-logo .social-logos > a img,
.logoAccordionBody .no-logo .uploaded-logos .AddLogo img,
.logoAccordionBody .no-logo .uploaded-logos > a img, .logoAccordionBody .logos .social-logos .AddLogo img, .logoAccordionBody .logos .social-logos > a img,
.logoAccordionBody .logos .uploaded-logos .AddLogo img,
.logoAccordionBody .logos .uploaded-logos > a img {
  display: block;
  margin-bottom: 0px;
  padding: 10px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.logoAccordionBody .no-logo .social-logos .AddLogo.active, .logoAccordionBody .no-logo .social-logos > a.active,
.logoAccordionBody .no-logo .uploaded-logos .AddLogo.active,
.logoAccordionBody .no-logo .uploaded-logos > a.active, .logoAccordionBody .logos .social-logos .AddLogo.active, .logoAccordionBody .logos .social-logos > a.active,
.logoAccordionBody .logos .uploaded-logos .AddLogo.active,
.logoAccordionBody .logos .uploaded-logos > a.active {
  border: 3px solid #DA388B;
  position: relative;
}
.logoAccordionBody .no-logo .social-logos .AddLogo.active:before, .logoAccordionBody .no-logo .social-logos > a.active:before,
.logoAccordionBody .no-logo .uploaded-logos .AddLogo.active:before,
.logoAccordionBody .no-logo .uploaded-logos > a.active:before, .logoAccordionBody .logos .social-logos .AddLogo.active:before, .logoAccordionBody .logos .social-logos > a.active:before,
.logoAccordionBody .logos .uploaded-logos .AddLogo.active:before,
.logoAccordionBody .logos .uploaded-logos > a.active:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: #DA388B;
  opacity: 18%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.logoAccordionBody .no-logo .social-logos .AddLogo:hover, .logoAccordionBody .no-logo .social-logos .AddLogo:focus, .logoAccordionBody .no-logo .social-logos > a:hover, .logoAccordionBody .no-logo .social-logos > a:focus,
.logoAccordionBody .no-logo .uploaded-logos .AddLogo:hover,
.logoAccordionBody .no-logo .uploaded-logos .AddLogo:focus,
.logoAccordionBody .no-logo .uploaded-logos > a:hover,
.logoAccordionBody .no-logo .uploaded-logos > a:focus, .logoAccordionBody .logos .social-logos .AddLogo:hover, .logoAccordionBody .logos .social-logos .AddLogo:focus, .logoAccordionBody .logos .social-logos > a:hover, .logoAccordionBody .logos .social-logos > a:focus,
.logoAccordionBody .logos .uploaded-logos .AddLogo:hover,
.logoAccordionBody .logos .uploaded-logos .AddLogo:focus,
.logoAccordionBody .logos .uploaded-logos > a:hover,
.logoAccordionBody .logos .uploaded-logos > a:focus {
  border: 3px solid #DA388B;
  outline: 1px solid #DA388B;
}
@media screen and (max-width: 1490px) and (min-width: 1200px) {
  .logoAccordionBody .no-logo .social-logos a.AddLogo:nth-of-type(6),
  .logoAccordionBody .no-logo .uploaded-logos a.AddLogo:nth-of-type(6), .logoAccordionBody .logos .social-logos a.AddLogo:nth-of-type(6),
  .logoAccordionBody .logos .uploaded-logos a.AddLogo:nth-of-type(6) {
    display: none;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .logoAccordionBody .no-logo .social-logos a.AddLogo:nth-of-type(5),
  .logoAccordionBody .no-logo .uploaded-logos a.AddLogo:nth-of-type(5), .logoAccordionBody .logos .social-logos a.AddLogo:nth-of-type(5),
  .logoAccordionBody .logos .uploaded-logos a.AddLogo:nth-of-type(5) {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  .logoAccordionBody .no-logo .social-logos a.AddLogo:nth-of-type(6),
  .logoAccordionBody .no-logo .uploaded-logos a.AddLogo:nth-of-type(6), .logoAccordionBody .logos .social-logos a.AddLogo:nth-of-type(6),
  .logoAccordionBody .logos .uploaded-logos a.AddLogo:nth-of-type(6) {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .logoAccordionBody .no-logo .social-logos a.AddLogo:nth-of-type(6),
  .logoAccordionBody .no-logo .uploaded-logos a.AddLogo:nth-of-type(6), .logoAccordionBody .logos .social-logos a.AddLogo:nth-of-type(6),
  .logoAccordionBody .logos .uploaded-logos a.AddLogo:nth-of-type(6) {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .logoAccordionBody .no-logo .social-logos a.AddLogo:nth-of-type(5),
  .logoAccordionBody .no-logo .uploaded-logos a.AddLogo:nth-of-type(5), .logoAccordionBody .logos .social-logos a.AddLogo:nth-of-type(5),
  .logoAccordionBody .logos .uploaded-logos a.AddLogo:nth-of-type(5) {
    display: none;
  }
}
@media screen and (max-width: 590px) {
  .logoAccordionBody .no-logo .social-logos a.AddLogo:nth-of-type(4),
  .logoAccordionBody .no-logo .uploaded-logos a.AddLogo:nth-of-type(4), .logoAccordionBody .logos .social-logos a.AddLogo:nth-of-type(4),
  .logoAccordionBody .logos .uploaded-logos a.AddLogo:nth-of-type(4) {
    display: none;
  }
}
.logoAccordionBody .no-logo .AddLogo, .logoAccordionBody .logos .AddLogo {
  border: 3px solid #79328A;
  border-radius: 7px;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1300px) {
  .logoAccordionBody .no-logo .AddLogo, .logoAccordionBody .logos .AddLogo {
    max-width: 14%;
  }
}
.logoAccordionBody .no-logo .AddLogo.active, .logoAccordionBody .logos .AddLogo.active {
  border: 3px solid #DA388B;
  position: relative;
}
.logoAccordionBody .no-logo .AddLogo.active:before, .logoAccordionBody .logos .AddLogo.active:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: #DA388B;
  opacity: 18%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.logoAccordionBody .no-logo .AddLogo:hover, .logoAccordionBody .no-logo .AddLogo:focus, .logoAccordionBody .logos .AddLogo:hover, .logoAccordionBody .logos .AddLogo:focus {
  border: 3px solid #DA388B;
  outline: 1px solid #DA388B;
}
.logoAccordionBody .no-logo .AddLogo img, .logoAccordionBody .logos .AddLogo img {
  max-width: 100%;
  width: 75px;
  height: auto;
  aspect-ratio: 1/1;
}
.logoAccordionBody .no-logo .AddLogo {
  margin-left: 0px !important;
}

#logoModal .modal-body {
  padding-top: 0px;
  padding-bottom: 30px;
}
#logoModal .modal-body > .row > * {
  margin-top: 0px;
}
#logoModal .modal-body .modalSidebar {
  /*margin-top: 1.25rem;*/
  background-color: #F6F8FA;
  border: 1px solid #A1A5B7;
  border-radius: 8px;
  padding: 15px;
}
#logoModal .modal-body .modalSidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#logoModal .modal-body .modalSidebar ul li {
  font-weight: 600;
}
#logoModal .modal-body .modalSidebar ul li .mlibrary {
  text-decoration: none;
  color: #7F8297;
}
#logoModal .modal-body .modalSidebar ul li .mlibrary:hover {
  color: #DA388B;
  text-decoration: none !important;
}
#logoModal .modal-body .modalSidebar ul li .mlibrary:hover i {
  color: #DA388B !important;
}
#logoModal .modal-body .modalSidebar ul li .mlibrary.active, #logoModal .modal-body .modalSidebar ul li .mlibrary.active:hover {
  color: #79328A !important;
  text-decoration: none !important;
}
#logoModal .modal-body .modalSidebar ul li .mlibrary.active i, #logoModal .modal-body .modalSidebar ul li .mlibrary.active:hover i {
  color: #79328A !important;
}
#logoModal .modal-body .btn-group {
  display: inline;
}
#logoModal .modal-body .btn-group label {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
}
#logoModal .modal-body .btn-group label.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
  padding: 5px;
}
#logoModal .modal-body .btn-group label img {
  max-width: 75%;
  width: auto;
  max-height: 100%;
  height: auto;
  align-self: center;
}
#logoModal .modal-body .btn-group .media-btn-check:checked + .btn-outline-primary {
  background-color: #fae5f0;
  border: 5px solid #DA388B;
}
#logoModal .modal-body .btn-group .media-btn-check .btn-outline-primary {
  background-color: #F6F8FA;
  border: 5px solid #F6F8FA;
}
#logoModal .modal-body .btn-group .btn-outline-primary {
  background-color: #F6F8FA;
  border: 5px solid #F6F8FA;
}
#logoModal .modal-body #media-group #media-files .row.libraryContainer {
  margin-top: -1.25rem;
}
#logoModal .modal-body #media-social .row.libraryContainer {
  margin-top: -1.25rem;
}
#logoModal .modal-header {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}
#logoModal .modal-header .left {
  min-height: 45px;
}
#logoModal .modal-header .right {
  min-height: 45px;
}
#logoModal .modal-header .right .delete {
  margin-right: 20px;
}
#logoModal .modal-header .right .btn-close {
  /*margin: -2.5rem -2rem 0rem -0.2rem;*/
  position: absolute;
  top: 3rem;
  right: 2rem;
}

/******** CUSTOM BORDERS ******************/
#CustomBorder .col-5.customWidth37-5 {
  width: 37.5%;
}
#CustomBorder .col-3.customWidth27 {
  width: 27%;
}
#CustomBorder .customBorderDropdown {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 15px;
}
#CustomBorder .customBorderDropdown .form-select {
  padding: 0.75rem 2.3rem 0.75rem 1rem !important;
}
#CustomBorder .customBorderColor {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  margin-left: 0;
  width: auto;
}
#CustomBorder .customBorderColor fieldset.outer,
#CustomBorder .customBorderColor fieldset.inner {
  display: inline-block;
}
#CustomBorder .customBorderColor fieldset.outer .colorpicker:nth-of-type(1),
#CustomBorder .customBorderColor fieldset.inner .colorpicker:nth-of-type(1) {
  margin-left: 0px;
}
#CustomBorder .customBorderColor fieldset.inner {
  display: block;
}
#CustomBorder .slider label {
  font-family: "Work Sans", sans-serif;
  display: inline-block;
  width: 25%;
}
@media screen and (max-width: 1350px) {
  #CustomBorder .slider label {
    display: block;
    width: 100%;
  }
}
#CustomBorder .slider div.form-range {
  display: inline-block;
  width: 65%;
}
#CustomBorder .slider .noUi-target .noUi-handle {
  background: #79328A !important;
  border: 1px solid #79328A !important;
}
#CustomBorder .slider .noUi-target .noUi-connect {
  background: #79328A !important;
}
#CustomBorder .slider .noUi-target .noUi-base {
  background-color: #F6F8FA !important;
}
#CustomBorder .slider .noUi-target:disabled .noUi-handle, #CustomBorder .slider .noUi-target[disabled=true] .noUi-handle {
  background: #e4d6e8 !important;
  border: 1px solid #e4d6e8 !important;
}
#CustomBorder .slider .noUi-target:disabled .noUi-connect, #CustomBorder .slider .noUi-target[disabled=true] .noUi-connect {
  background: #e4d6e8 !important;
}
#CustomBorder .slider .noUi-target:disabled .noUi-base, #CustomBorder .slider .noUi-target[disabled=true] .noUi-base {
  background-color: #F6F8FA !important;
}

/******************** Media Library CHECKBOX & RADIOS ****************/
.libraryContainer .checkboxCont {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.libraryContainer input {
  appearance: none;
}
.libraryContainer input.media-btn-check[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  border: 0px !important;
  position: absolute;
}
.libraryContainer input.media-btn-check[type=checkbox]:before {
  content: "";
  font-family: "Font Awesome 5 Free" !important;
  line-height: 1.5;
  font-weight: 900;
  font-size: 0.7rem;
  text-align: center;
  border: 1px solid #A1A5B7 !important;
  /*vertical-align: middle;*/
  color: white;
  margin-top: 7px;
  margin-left: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: scale(1);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  position: absolute;
  top: 2px;
  left: 2px;
}
.libraryContainer input.media-btn-check[type=checkbox]:checked {
  border: 0px !important;
}
.libraryContainer input.media-btn-check[type=checkbox]:checked:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free" !important;
  transform: scale(1);
  border: 1px solid #DA388B !important;
  background: #DA388B !important;
}
.libraryContainer input.media-btn-check[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  border: 0px !important;
  position: absolute;
}
.libraryContainer input.media-btn-check[type=radio]:before {
  content: "";
  font-family: "Font Awesome 5 Free" !important;
  line-height: 1.5;
  font-weight: 900;
  font-size: 0.7rem;
  text-align: center;
  border: 1px solid #A1A5B7 !important;
  /*vertical-align: middle;*/
  color: white;
  margin-top: 7px;
  margin-left: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: scale(1);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  position: absolute;
  top: 2px;
  left: 2px;
}
.libraryContainer input.media-btn-check[type=radio]:checked {
  border: 0px !important;
}
.libraryContainer input.media-btn-check[type=radio]:checked:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free" !important;
  transform: scale(1);
  border: 1px solid #DA388B !important;
  background: #DA388B !important;
}

/************** UPDATE STORAGE FORM *****************/
#kt_modal_upgrade_storage_form input#kt_modal_upgrade_storage_amount {
  background-color: var(--colorBackground);
  border-radius: 0;
  border: 2px solid #79328A;
}

.progress-bar {
  background-color: #79328A;
}

.form-check {
  margin-bottom: 10px;
  padding-left: 0px;
  position: relative;
}
.form-check.switch input [type=checkbox] {
  top: 1px;
  width: 28px;
  height: 18px;
  position: absolute;
  margin: 0;
  z-index: -1;
  opacity: 0;
}
.form-check.switch input [type=checkbox] + label {
  padding-left: 34px;
}
.form-check.switch input [type=checkbox] + label:before {
  cursor: pointer;
  width: 26px;
  height: 18px;
  top: 2px;
  background-image: -webkit-linear-gradient(to right, #00a46c 0%, #11b689 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%);
  background-image: -moz-linear-gradient(to right, #00a46c 0%, #11b689 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%);
  background-image: linear-gradient(to right, #00a46c 0%, #11b689 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%);
  background-size: 300%;
  background-position: right;
  border-radius: 50px;
  border: none;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  transition: background 310ms, box-shadow 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form-check.switch input [type=checkbox] + label:after {
  transform: translateX(0%);
  background: #fff;
  top: 4px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 9px;
  box-shadow: 1px 0px 1px 0.5px rgba(0, 0, 0, 0.12), 2px 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform, box-shadow;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  position: absolute;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  overflow: hidden;
}
.form-check.switch input [type=checkbox]:checked + label:before {
  background-position: left;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
}
.form-check.switch input [type=checkbox]:checked + label:after {
  transform: translateX(calc(100% - 6px));
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.08), -3px 3px 6px rgba(0, 0, 0, 0.3);
}
.form-check.switch input [type=checkbox]:focus + label:before {
  border: 2px solid black;
}
.form-check.switch.switch-lg input [type=checkbox] {
  top: 0px;
  width: 34px;
  height: 22px;
}
.form-check.switch.switch-lg input [type=checkbox] + label {
  padding-left: 42px;
}
.form-check.switch.switch-lg input [type=checkbox] + label:before {
  width: 34px;
  height: 22px;
  top: 0px;
}
.form-check.switch.switch-lg input [type=checkbox] + label:after {
  width: 18px;
  height: 18px;
  top: 2px;
}
.form-check label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  min-width: 18px;
  min-height: 18px;
  margin-bottom: 0;
  transition: border 140ms linear 0s, color 140ms linear 0s, background-color 140ms linear 0s;
}
.form-check label:before {
  content: "";
  position: absolute;
  left: 0px;
  box-sizing: border-box;
  background-color: #fff;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/***********************************************
****************** SWITCH V2 *******************
***********************************************/
.form-check-v2 {
  margin-bottom: 10px;
  padding-left: 0px;
  position: relative;
}
.form-check-v2.switch input [type=checkbox] {
  top: 1px;
  width: 28px;
  height: 18px;
  position: absolute;
  margin: 0;
  z-index: -1;
  opacity: 0;
}
.form-check-v2.switch input [type=checkbox] + label {
  padding-left: 60px;
}
.form-check-v2.switch input [type=checkbox] + label:before {
  cursor: pointer;
  width: 54px;
  height: 18px;
  top: 2px;
  background-color: black;
  border-radius: 50px;
  border: none;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  transition: background 310ms, box-shadow 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "NO";
  font-size: 12px;
  text-align: right;
  font-weight: bold;
  color: white;
  padding-right: 5px;
  padding-top: 2px;
}
.form-check-v2.switch input [type=checkbox] + label:after {
  transform: translateX(0%);
  background: #fff;
  top: 4px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 9px;
  box-shadow: 1px 0px 1px 0.5px rgba(0, 0, 0, 0.12), 2px 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform, box-shadow;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  position: absolute;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  overflow: hidden;
}
.form-check-v2.switch input [type=checkbox]:checked + label:before {
  background-color: #00a46c;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  content: "YES";
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px !important;
  padding-right: none;
  text-align: left;
  padding-top: 2px;
}
.form-check-v2.switch input [type=checkbox]:checked + label:after {
  transform: translateX(calc(100% + 14px));
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.08), -3px 3px 6px rgba(0, 0, 0, 0.3);
}
.form-check-v2.switch input [type=checkbox]:focus + label:before {
  outline: 3px solid #666666;
}
.form-check-v2.switch.switch-lg input [type=checkbox] {
  top: 0px;
  width: 54px;
  height: 22px;
}
.form-check-v2.switch.switch-lg input [type=checkbox] + label {
  padding-left: 60px;
}
.form-check-v2.switch.switch-lg input [type=checkbox] + label:before {
  width: 54px;
  height: 22px;
  top: 0px;
}
.form-check-v2.switch.switch-lg input [type=checkbox] + label:after {
  width: 18px;
  height: 18px;
  top: 2px;
}
.form-check-v2 label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  min-width: 18px;
  min-height: 18px;
  margin-bottom: 0;
  transition: border 140ms linear 0s, color 140ms linear 0s, background-color 140ms linear 0s;
}
.form-check-v2 label:before {
  content: "";
  position: absolute;
  left: 0px;
  box-sizing: border-box;
  background-color: #fff;
}

.verificationHolder {
  align-content: center;
  display: inline-block;
  background-color: #FFF8EF;
}
.verificationHolder input#VerificationCode {
  background-color: #FFF8EF;
}
.verificationHolder input#VerificationCode[autocomplete=one-time-code-2] {
  --magic-number: 75px;
  background-image: url("../../../Hive.Web/wwwroot/images/validation-rectangle.svg");
  background-size: var(--magic-number);
  background-repeat: repeat-x;
  border: 0;
  height: var(--magic-number);
  font-size: calc(0.6 * var(--magic-number));
  font-family: "Noto Sans Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: calc(0.64 * var(--magic-number));
  clip-path: inset(0% calc(var(--magic-number)) 0% 0%);
  inline-size: calc(7 * var(--magic-number));
  padding-inline-start: calc(0.34 * var(--magic-number));
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  .verificationHolder input#VerificationCode[autocomplete=one-time-code-2] {
    --magic-number: 50px;
  }
}
@media screen and (min-width: 401px) and (max-width: 515px) {
  .verificationHolder input#VerificationCode[autocomplete=one-time-code-2] {
    --magic-number: 57px;
  }
}
.verificationHolder input#VerificationCode[autocomplete=one-time-code-2]:focus-within {
  background-image: url("../../../Hive.Web/wwwroot/images/validation-rectangle-focus.svg");
}
.verificationHolder input#VerificationCode[autocomplete=one-time-code-2]:focus {
  outline: none;
}

#kt_accordion_1 .accordion-item {
  border-bottom: 0px;
}
#kt_accordion_1 .accordion-item .accordion-header button.accordion-button {
  color: #7F8297;
  font-family: "Quicksand", sans-serif;
  font-size: 1.313rem;
  font-weight: bold;
  background-color: #F6F8FA;
  border-left: 1px solid #A1A5B7;
  border-right: 1px solid #A1A5B7;
  border-top: 1px solid #A1A5B7;
  border-bottom: 0px;
}
#kt_accordion_1 .accordion-item .accordion-header button.accordion-button .disabled-message {
  display: none;
}
#kt_accordion_1 .accordion-item .accordion-header button.accordion-button::after {
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
  margin-left: auto;
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.15rem;
  transition: transform 0.2s ease-in-out;
}
#kt_accordion_1 .accordion-item .accordion-header button.accordion-button:not(.collapsed) {
  background-color: #DA388B;
  color: #ffffff;
}
#kt_accordion_1 .accordion-item .accordion-header button.accordion-button:not(.collapsed)::after {
  transform: none;
  content: "\f056";
}
#kt_accordion_1 .accordion-item .accordion-header button.accordion-button[disabled=disabled] {
  position: relative;
}
#kt_accordion_1 .accordion-item .accordion-header button.accordion-button[disabled=disabled]::after {
  content: "\f00d";
}
#kt_accordion_1 .accordion-item .accordion-header button.accordion-button[disabled=disabled] .disabled-message {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 63px;
}
#kt_accordion_1 .accordion-item:last-of-type .accordion-header button.accordion-button {
  border-bottom: 1px solid #A1A5B7;
}
#kt_accordion_1 .accordion-item:last-of-type .accordion-header button.accordion-button:not(.collapsed) {
  border-bottom: 0px solid #A1A5B7;
}
#kt_accordion_1 .accordion-item:last-of-type .accordion-collapse .accordion-body {
  border-bottom: 1px solid #A1A5B7;
  border-bottom-left-radius: calc(0.65rem - 1px);
  border-bottom-right-radius: calc(0.65rem - 1px);
  padding-bottom: 0px;
}
#kt_accordion_1 .accordion-item .accordion-collapse .accordion-body {
  border-left: 1px solid #A1A5B7;
  border-right: 1px solid #A1A5B7;
  padding-bottom: 0px;
}

.menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active), .menu-hover-primary .menu-item.hover > .menu-link:not(.disabled):not(.active) {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #DA388B !important;
}

@media screen and (min-height: 768px) {
  #kt_aside .internalAsideFooter {
    height: 250px;
    max-height: 25vh;
  }
}
@media screen and (max-height: 767px) and (min-height: 551px) {
  #kt_aside .internalAsideFooter {
    height: 150px;
    max-height: 15vh;
  }
}
@media screen and (max-height: 550px) {
  #kt_aside .internalAsideFooter {
    height: 0;
    max-height: 0vh;
  }
}
body #kt_header .mobileDetectHead .mobile_logo_header {
  max-width: 100%;
  height: auto;
}
body #kt_header .mobileDetectHead .mobileSignout {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 800;
}
body #kt_header .mobileDetectHead .mobileSignout .svg-icon {
  line-height: 2rem;
}
body #kt_header .mobileDetectHead .mobileSignout .svg-icon svg {
  height: 2rem;
  width: 2rem;
}
body.header-tablet-and-mobile-fixed[data-kt-sticky-header=on] #kt_header.header .mobileDetectHead .col-5, body.header-tablet-and-mobile-fixed[data-kt-sticky-header=on] #kt_header.header .mobileDetectHead .col-7 {
  margin-top: 5px;
}
body.header-tablet-and-mobile-fixed[data-kt-sticky-header=on] #kt_header.header .mobileDetectHead .mobile_logo_header {
  max-height: 35px;
  width: auto;
}
body .mobileDetect .row.frameOptions > div.d-inline {
  width: 100% !important;
}
body .mobileDetect #CampaignStart, body .mobileDetect #CampaignEnd,
body .mobileDetect div[data-area=frame] input#FrameMessage,
body .mobileDetect div[data-area=frame] .frameFontDropdown,
body .mobileDetect .colortypedropdown {
  width: 100%;
  max-width: unset;
}
body .mobileDetect div[data-area=background-solid] .colorpicker.form-check.form-check-custom,
body .mobileDetect div[data-area=foreground-solid] .colorpicker.form-check.form-check-custom {
  margin-left: 0px;
  width: 120px;
}
body .mobileDetect div[data-area=background-solid] .colorpicker.form-check.form-check-custom input.form-control-color,
body .mobileDetect div[data-area=foreground-solid] .colorpicker.form-check.form-check-custom input.form-control-color {
  width: 25px;
}
body .mobileDetect div[data-area=corner-solid] .colorpicker.form-check.form-check-custom,
body .mobileDetect div[data-area=corner-gradient] .colorpicker.form-check.form-check-custom,
body .mobileDetect div[data-area=foreground-gradient] .colorpicker.form-check.form-check-custom,
body .mobileDetect div[data-area=background-gradient] .colorpicker.form-check.form-check-custom,
body .mobileDetect div[data-area=corner-top-left-solid] .colorpicker.form-check.form-check-custom,
body .mobileDetect div[data-area=corner-top-left-gradient] .colorpicker.form-check.form-check-custom,
body .mobileDetect div[data-area=corner-top-right-solid] .colorpicker.form-check.form-check-custom,
body .mobileDetect div[data-area=corner-top-right-gradient] .colorpicker.form-check.form-check-custom,
body .mobileDetect div[data-area=corner-bottom-left-solid] .colorpicker.form-check.form-check-custom,
body .mobileDetect div[data-area=corner-bottom-left-gradient] .colorpicker.form-check.form-check-custom,
body .mobileDetect div[data-area=frame] .colorpicker.form-check.form-check-custom {
  margin-left: 0px;
  margin-right: 5px;
  width: 120px;
}
body .mobileDetect div[data-area=corner-solid] .colorpicker.form-check.form-check-custom input.form-control-color,
body .mobileDetect div[data-area=corner-gradient] .colorpicker.form-check.form-check-custom input.form-control-color,
body .mobileDetect div[data-area=foreground-gradient] .colorpicker.form-check.form-check-custom input.form-control-color,
body .mobileDetect div[data-area=background-gradient] .colorpicker.form-check.form-check-custom input.form-control-color,
body .mobileDetect div[data-area=corner-top-left-solid] .colorpicker.form-check.form-check-custom input.form-control-color,
body .mobileDetect div[data-area=corner-top-left-gradient] .colorpicker.form-check.form-check-custom input.form-control-color,
body .mobileDetect div[data-area=corner-top-right-solid] .colorpicker.form-check.form-check-custom input.form-control-color,
body .mobileDetect div[data-area=corner-top-right-gradient] .colorpicker.form-check.form-check-custom input.form-control-color,
body .mobileDetect div[data-area=corner-bottom-left-solid] .colorpicker.form-check.form-check-custom input.form-control-color,
body .mobileDetect div[data-area=corner-bottom-left-gradient] .colorpicker.form-check.form-check-custom input.form-control-color,
body .mobileDetect div[data-area=frame] .colorpicker.form-check.form-check-custom input.form-control-color {
  width: 25px;
}
@media screen and (max-width: 590px) {
  body .mobileDetect .logoAccordionBody .no-logo .social-logos a.AddLogo:nth-of-type(3),
  body .mobileDetect .logoAccordionBody .no-logo .uploaded-logos a.AddLogo:nth-of-type(3),
  body .mobileDetect .logoAccordionBody .logos .social-logos a.AddLogo:nth-of-type(3),
  body .mobileDetect .logoAccordionBody .logos .uploaded-logos a.AddLogo:nth-of-type(3) {
    display: none;
  }
}
body .mobileDetect #kt_content > .container {
  padding: 0 0px !important;
}
body .mobileDetect .card .card-body {
  padding: 1rem 1rem !important;
}
body .mobileDetect .mobileDetectCodePreview .card {
  position: fixed;
  z-index: 5000;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  box-shadow: 4px 0px 4px 2px rgba(0, 0, 0, 0.0509803922);
  border-radius: 0 0 0 0;
}
body .mobileDetect .mobileDetectCodePreview .card #kt_preview_qrcode {
  padding: 1rem 1rem !important;
}
body .mobileDetect .mobileDetectCodePreview .card #kt_preview_qrcode .previewBoxWidth {
  max-width: 40%;
  height: 100%;
  width: 170px;
  display: inline-block;
}
body .mobileDetect .mobileDetectCodePreview .card #kt_preview_qrcode .previewBoxWidth .mt-5.greybox {
  margin-top: 0px !important;
  background-color: #ffffff;
  border: 0px;
  margin-bottom: 0px;
}
body .mobileDetect .mobileDetectCodePreview .card #kt_preview_qrcode .previewBoxWidth .mt-5.greybox #kt_preview_qrcode_instructions {
  display: none;
}
body .mobileDetect .mobileDetectCodePreview .card #kt_preview_qrcode .previewBoxWidth .mt-5.greybox #QRCodePreviewPath, body .mobileDetect .mobileDetectCodePreview .card #kt_preview_qrcode .previewBoxWidth .mt-5.greybox #QRCodeDance {
  width: 130px;
  height: 130px;
}
body .mobileDetect .mobileDetectCodePreview .card #kt_preview_qrcode .previewBoxWidth #QRCodePreview {
  width: 130px;
  height: 130px;
}
body .mobileDetect .mobileDetectCodePreview .card #kt_preview_qrcode .previewBoxWidth #QRCodePreview svg {
  width: 150px;
  height: 150px;
}
body .mobileDetect .mobileDetectCodePreview .card #kt_preview_qrcode #kt_preview_qrcode_shorturl {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body .mobileDetect .mobileDetectCodePreview .card #kt_preview_qrcode .mbd-mobileColumn {
  display: inline-block;
  max-width: 55%;
  float: right;
}
body .mobileDetect .mobileDetectCodePreview .card #kt_preview_qrcode .mbd-mobileColumn .modalQrDownload p.menu-content {
  display: none;
}
body .mobileDetect #kt_configure_qrcode .accordion-body {
  padding: 0.7rem 0.7rem;
}
body .mobileDetect #kt_configure_qrcode .accordion-body .d-block {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .mobileDetect #kt_configure_qrcode .accordion-body .d-block .patternstyle,
body .mobileDetect #kt_configure_qrcode .accordion-body .d-block .cornerstyle {
  max-width: 91.72px;
  width: 91.72px !important;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
}
body .mobileDetect #kt_configure_qrcode .accordion-body .d-block .patternstyle.active:before,
body .mobileDetect #kt_configure_qrcode .accordion-body .d-block .cornerstyle.active:before {
  width: 100%;
  height: 100%;
}
body .mobileDetect #kt_configure_qrcode .accordion-body .d-block .patternstyle img,
body .mobileDetect #kt_configure_qrcode .accordion-body .d-block .cornerstyle img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #logo-group .row .logos .no-logo {
  width: 34%;
  display: inline-block;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #logo-group .row .logos .no-logo .AddLogo {
  max-width: 91.72px;
  width: 91.72px !important;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #logo-group .row .logos .no-logo .AddLogo.active:before {
  width: 100%;
  height: 100%;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #logo-group .row .logos .no-logo .AddLogo img {
  min-width: 100%;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #logo-group .row .logos .d-inline.logos {
  display: inline-block;
  width: 66.66%;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #logo-group .row .logos .d-inline.logos .social-logos .AddLogo {
  max-width: 91.72px;
  width: 91.72px;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #logo-group .row .logos .d-inline.logos .social-logos .AddLogo.active:before {
  width: 100%;
  height: 100%;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #logo-group .row .logos .d-inline.logos .social-logos .AddLogo:first-of-type {
  margin-right: 6.7%;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #logo-group .row .customContentRow {
  margin-top: 0px;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #logo-group .row .customContentRow .userChosen .customImage-place-holder {
  width: 34%;
  max-width: 34%;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #logo-group .row .customContentRow .userChosen .customImage-place-holder a.addImg {
  max-width: 91.72px;
  width: 91.72px !important;
  height: 91.72px;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #logo-group .row .customContentRow .userChosen .customImage-place-holder a.addImg.active:before {
  width: 100%;
  height: 100%;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #logo-group .row .customContentRow .userChosen .AddLogo {
  max-width: 91.72px;
  width: 91.72px !important;
  height: 91.72px;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
  display: none;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #logo-group .row .customContentRow .userChosen .AddLogo.active:before {
  width: 100%;
  height: 100%;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #logo-group .row .customContentRow .userChosen .AddLogo:nth-of-type(1), body .mobileDetect #kt_configure_qrcode .accordion-body #logo-group .row .customContentRow .userChosen .AddLogo:nth-of-type(2) {
  display: inline-flex;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #logo-group .row .customContentRow .userChosen .AddLogo:first-of-type {
  margin-right: 6.7%;
}
body .mobileDetect #kt_configure_qrcode .accordion-body div[data-area=frame] .row .col .cornerstyle {
  max-width: 91.72px;
  width: 91.72px !important;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
}
body .mobileDetect #kt_configure_qrcode .accordion-body div[data-area=frame] .row .col .cornerstyle:nth-of-type(1), body .mobileDetect #kt_configure_qrcode .accordion-body div[data-area=frame] .row .col .cornerstyle:nth-of-type(2), body .mobileDetect #kt_configure_qrcode .accordion-body div[data-area=frame] .row .col .cornerstyle:nth-of-type(4), body .mobileDetect #kt_configure_qrcode .accordion-body div[data-area=frame] .row .col .cornerstyle:nth-of-type(5) {
  margin-right: 6%;
}
body .mobileDetect #kt_configure_qrcode .accordion-body div[data-area=frame] .row .col .cornerstyle.active:before {
  width: 100%;
  height: 100%;
}
body .mobileDetect #kt_configure_qrcode .accordion-body div[data-area=frame] .row .col .cornerstyle img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
body .mobileDetect #kt_configure_qrcode .accordion-body div[data-area=frame] .row .col.customContentRow {
  margin-top: 0px;
}
body .mobileDetect #kt_configure_qrcode .accordion-body div[data-area=frame] .row .col.customContentRow .userChosen .customImage-place-holder {
  display: none;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #CustomBorder .col-5.customWidth37-5,
body .mobileDetect #kt_configure_qrcode .accordion-body #CustomBorder .col-3.customWidth27,
body .mobileDetect #kt_configure_qrcode .accordion-body #CustomBorder .col-4 {
  width: 100% !important;
}
body .mobileDetect #kt_configure_qrcode .accordion-body #CustomBorder .slider .col-6 {
  width: 100% !important;
}
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerColor,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerColor,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerTopLeftColor,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerTopLeftColor,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerTopRightColor,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerTopRightColor,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerBottomLeftColor,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerBottomLeftColor {
  margin-left: 0px;
}
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerColor fieldset.outer legend,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerColor fieldset.inner legend,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerColor fieldset.outer legend,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerColor fieldset.inner legend,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerTopLeftColor fieldset.outer legend,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerTopLeftColor fieldset.inner legend,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerTopLeftColor fieldset.outer legend,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerTopLeftColor fieldset.inner legend,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerTopRightColor fieldset.outer legend,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerTopRightColor fieldset.inner legend,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerTopRightColor fieldset.outer legend,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerTopRightColor fieldset.inner legend,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerBottomLeftColor fieldset.outer legend,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerBottomLeftColor fieldset.inner legend,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerBottomLeftColor fieldset.outer legend,
body .mobileDetect #kt_configure_qrcode .accordion-body .customCornerBottomLeftColor fieldset.inner legend {
  display: block !important;
  width: 100%;
  height: unset;
  margin-bottom: 7px;
}
@media screen and (max-width: 560px) {
  body #kt_footer ul.menu {
    display: block;
  }
  body #kt_footer ul.menu li {
    text-align: center;
  }
  body #kt_footer ul.menu li a {
    padding: 0px;
    display: block;
    margin-bottom: 7px;
  }
}
