/*
* saas.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

/***************** Override ********************************/
.spacer{
  width:100%;
  clear: both;
  height:60px;
}
.spacer-sm{
  width:100%;
  clear: both;
  height: 30px;
}

.spacer-lg{
  width:100%;
  clear: both;
  height:120px;
}

.ges-clearfix{
  padding: 15px 6px !important;
}
.ges-height-clearfix{
  height: 110px !important;
}
.ges-menu-clearfix{
  margin-top:20px !important;
}
.ges-primary{
  color: #242952 !important;
}
.ges-bold{
  font-weight: 600;
}
.ges-header{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.saas-font{
  font-size:17px !important;
}
.aspect-50{
  width:50%; height: auto;
}
.aspect-60{
  width:60%; height: auto;
}
.aspect-67{
  width:97%; height: auto;
}
.aspect-80{
  width:80%; height: auto;
}
.aspect-89{
  width:89%; height: auto;
}
.aspect-99{
  width:99%; height: auto;
}
.aspect-100{
  width:100%; height: auto;
}
.aspect-bottom{
  vertical-align:bottom !important;
}
.magenta-bg{
  background:#212d56;
  padding: 2% 2%
}
.white-header{
  color: #fff;
}
.transform{
  text-transform: none !important;
}
.auto-set{
  margin: 0% auto !important;
  position: relative;
}
.btn-border{
  padding: 1.8% 3% !important;
  text-align: center;
  color: #212d56;
  background: #f3f4f8;
  border-radius: 12px;
  border-color: #212d56;
}
.btn-border:hover {
  text-decoration: none;
  background: #3DB698 !important;
  color: #fff;
}
.wht-btn{
  padding: 1.9% 3% !important;
  text-align: center;
  color: #212d56;
  background: #fff;
  border-radius: 23px;
}
.wht-btn:hover{
  text-decoration: none !important;
  background: #3DB698 !important;
  color: #fff;
}
/*******Overrides **/
.main-font{
  color: #000 !important;
}
.body-clearfix{
  background: #f5f5f9 !important;
}
.navbar-clearfix{
  margin-top: 30px !important;
}
.big-font{
  font-size:20px !important;
}
.hideCss{
  display: none !important;
}
.form-override{
  /*height:45px !important;*/
  font-size:16px !important;
  font-weight: 500 !important;
  /*background: #F9FAF4 !important;*/
}
.form-check-override{
  height:50px !important;
  width:50px !important;
  background: #f0f0f0 !important;
  border-radius: 50px !important;
}
/****** Step Wizard Styles *********/

.main-content .wizard-form .progressbar-list::before{
  content: " ";
  background-color: rgb(155, 155, 155);
  border: 10px solid #fff;
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin: 9px auto;
  box-shadow: 1px 1px 3px #606060;
  transition:all;
}
.main-content .wizard-form .progressbar-list::after{
  content: "";
  background-color: rgb(155, 155, 155);
  padding: 0px 0px;
  position: absolute;
  top: 14px;
  left: -50%;
  width: 100%;
  height: 2px;
  margin: 9px auto;
  z-index: -1;
  transition: all 0.8s;
}
.main-content .wizard-form .progressbar-list.active::after{
  background-color: #763cb0;
}
.main-content .wizard-form .progressbar-list:first-child::after{
  content: none;
}
.main-content .wizard-form .progressbar-list.active::before{
  font-family: "Poppins";
  /*content: "\f00c";*/
  content: "\2713";
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  padding: 6px;
  background-color: #0707cf /*#3db698 /*#763cb0*/;
  border: 1px solid  #0707cf /*#3db698 /*#763cb0*/;
  box-shadow: 0 0 0 7.5px rgb(118 60 176 / 11%);
}
.progressbar-list{
  color:#6f787d;
}
.active{
  color:#000;
}
.bg-color-info{
  background-color:#00d69f;
}
.border-color{
  border-color: #ececec;
}
.btn{
  padding:11px 19px;
}
.back-to-wizard{
  transform: translate(-50%, -139%) !important;
}
.bg-success-color{
  background-color:#87D185;
}
.bg-success-color:focus{
  box-shadow: 0 0 0 0.25rem rgb(55 197 20 / 25%);
}
/*.check_bg{
  background-image: url('../assets/images/check-regular-24.png')  !important;
  background-repeat: no-repeat !important;
  background-position: top left !important;
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
}*/
.centered{
  text-align: center !important;
}
.lite-bold{
  font-weight: 600;
}
.font-sm{
  font-size: 12px !important;
}
.sm-font{
  font-size: 12px !important;
}
.no-display{
  display: none;
}
/****************** Pricing Table *****************************/
.main {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  font-family: "Poppins","Public Sans" !important;
  width: 1170px;
  margin: 0 auto;
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  border: 0 none;
}
.price-table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px 24px;
  font-size: 14px;
}
.price-table tr td:first-child {
  border-left: 0 none;
}
.price-table tr td:not(:first-child) {
  text-align: center;
}
.price-table tr:nth-child(even) {
  background-color: #FFFFFF;
}
.price-table tr:hover {
  background-color: #EEEEEE;
}
.price-table .fa-check {
  color: #3db698;
}
.price-table .fa-times {
  color: #D8D6E3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
  background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
  background-color: rgba(216, 214, 227, 0.15);
  padding: 8px 48px;
}
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
  /* color: #ffffff; */
}
/**/

.price-table tr.price-table-head td {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins","Public Sans" !important;
  text-transform: uppercase;
}
.price-table tr.price-table-head {
  background-color: #212d56;
  color: #FFFFFF;
}
.price-table td.price {
  color: #3db698;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins","Public Sans" !important;
}
.price-table td.price a {
  background-color: #3db698;
  color: #FFFFFF;
  padding: 17px 42px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins","Public Sans" !important;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 14px;
  text-decoration: none;
}
.price-table td.price-table-popular {
  font-family: "Poppins","Public Sans" !important;
  border-top: 3px solid #212d56;
  color: #212d56;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 48px;
  font-weight: 700;
}
.price-table .price-blank {
  background-color: #fafafa;
  border: 0 none;
}

.price-table svg {
  width: 90px;
  fill: #212d56;
}
.price-grey{
  background: #666 !important;
  color: #fff !important;
}
.price-blue{
  background: #212d56 !important;
  color: #fff !important;
}
.price-green{
  background: #3db698 !important;
  color: #fff !important;
}
.black-font{
  color: #000 !important;
  font-size: 11px !important;
  text-align: left !important;
}

/***************************************************************************
  Int'l Phone number input
****************************************************************************/

.intl-tel-input {
     display: table-cell;
   }
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-radius: 4px 0 0 4px;
}
:root {
  --PhoneInputCountryFlag-height: 50px;
  --PhoneInputCountryFlag-borderColor: #f0f0f0 !important;
  --PhoneInputCountryFlag-backgroundColor: #f0f0f0 !important;
  --PhoneInputCountryFlag-borderColor--focus: #f0f0f0 !important;
}

/******** General OverLay ******/
#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6); /* Black background with opacity */
  z-index: 200000; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  transition: width 2s;
  overflow: clip;
}

.loader{
  width: 500px;
  height: 90px;
  /*background-color: transparent;*/
  color: #fff;
  /* Center horizontally*/
  text-align:center !important;
  font-size:18px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

/****** Internation Input ******/
.intl-tel-input {
  position: relative;
  display: inline-block;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
  }
}

.iti-flag.np {
  background-color: transparent;
}

.hide{
  display: none;
}
.flash-message-wrapper{
  position: absolute;
  margin: auto;
  top: 19% !important;
  right: 0;
  bottom: 0;
  left: 0;
  width: 750px;
  height: auto;
  z-index: 9989998899;
}

.prefix-override{
  height:55px !important;
  font-size:18px !important;
  font-weight: 600 !important;
  background: #666 !important;
  color: #fff !important;
}

.strong{
  font-weight: 600;
}

.selected-tab{
  border: #03b0d4 4px solid !important;
}
.select-active{
  display:block !important;
}
.hide-btn{
  display: none !important;
}
.bx-md{
  color: #666;
  font-size: 25px;
}
.bx-lg{
  color: #0707cf /*#666*/;
  font-size: 50px;
}
.bx-md{
  color:#3db698;
  font-size: 19px;
}
.bx-md-on{
  color:#fff;
  font-size: 19px;
}
.bx-pending{
  color: #E9CF0F;
  font-size: 30px;
}
.bx-completed{
  color: #07C273;
  font-size: 50px;
}
.bx-4{
  color:#333;
  font-size: 55px;
}
.font-blue{
  color: #0707cf !important;
}
.preloader{
  width: 100%;
  height:220px;
  padding: 10% 17%;
  text-align: center !important;
  background: #fff;
}
.no-item{
  background: #ccc;
  border-radius:20px;
  padding: 4% 10% !important;
  text-align: center;
}
.no-item-font{
  color: #666;
  font-size: 22px;
}
.btn-sized{
  width: 100px;
}
.mb-99{
  margin-bottom:50px !important
}
.thead{
  background: #666 !important;
  color: #fff !important;
}
.font-bold{
  font-weight:600;
}
/***************************************
* Opening Hours Builder
****************************************/
/*
.open-edit-hours {display: block; padding: 30px}
.modal {max-width: 870px}
.inner-ft-row + .inner-ft-row.added .agg-orari,
.inner-ft-row.added:first-child .del-orari {
  display: none;
}
.agg-orari {
  font-size: 11px;
}
.added .del-orari {
  display: block;
}

.del-orari {
  display: none;
}*/

/**********************************************
*  CSS Switch
*********************************************/
/*
.onoffswitch {
  position: relative; width: 90px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.onoffswitch-label {
  display: block; overflow: hidden; cursor: pointer;
  border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
  display: block; width: 200%; margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
  font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #EEEEEE; color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block; width: 18px; margin: 6px;
  background: #FFFFFF;
  position: absolute; top: 0; bottom: 0;
  right: 56px;
  border: 2px solid #999999; border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
*/
div:where(.swal2-container) {
  z-index:9999988998988 !important;
}
.btn-smx{
  padding:0.2em 0.32em 0.23em 0.25em !important;
}
.badge-clear{
  padding:0.2em !important;
  border: #999 1px solid !important;
}
.badge-danger-clear{
  padding:0.2em !important;
  border: #cc0000 1px solid !important;
}
.off-canvas-width{
  width:1000px !important;
}

/*** Canvas overlay **/
#overlay-canvas {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 1000; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  transition: width 2s;
  overflow: clip;
}

/******** No record placholder  ****/
.no-item{
  border: #ccc  1px solid;
  background: #e8e8e8;
  color: #333;
  font-size: 20px;
  text-align: center;
  border-radius:14px;
  padding: 2% 5%;
}
.icon-lg{
  font-size: 30px;
}

   .image-preview-container {
     width: 90%;
     margin: 0 auto;
     border: 1px solid rgba(0, 0, 0, 0.1);
     padding: 0.8rem;
     border-radius: 12px;
   }

.image-preview-container img {
  width: 100%;
  display: none;
  margin-bottom: 10px;
}
.image-preview-container input {
  display: none;
}

.image-preview-container label {
  display:block;
  width: 45%;
  height: 45px;
  margin-left: 25%;
  text-align: center;
  background: #8338ec;
  color: #fff;
  font-size: 15px;
  text-transform: Uppercase;
  font-weight: 400;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-design{
  background: #DAF7A6/*#7142F9*/;
  color: #000 !important;
  text-align: left;
  font-size:13px !important;
  border-radius:17px;
  padding:5% 7%;
  cursor:pointer;
  font-weight:500;
}
.menu-location{
  border-radius:17px;
  color: #333;
  text-align: left;
  padding:5% 7%;
  background:#DAF7A6;
  font-size:13px;
  cursor:pointer;
  font-weight:600;
  border: #e8e8e8 1px solid;
}
.menu-on{
  background:#696cff !important;
  color:#fff !important;
}
.alert-purple{
  background-color: #DFD3F9 !important;
  color: #333 !important;
}
.wht{
  color:#DFF476;
  font-size:15px;
  font-weight:600;
}
.btnx{
  padding: 4px !important;
  font-size: 10px !important;
  line-height: 5px;
}
.menu-widget{
  width:240px;
  font-weight: 600;
}
body.dragging, body.dragging * {
  cursor: move !important;
}
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}
.placeholder {
  position: relative;
  /** More li styles **/
}
.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

#sortable {
  list-style-type: none;
  margin: 0; padding: 0;
  width: 95%;
}
#sortable li {
  margin: 10px 5px 6px 5px;
  /*padding: 0.1em 1.7em;*/
  font-size: 0.9em;
  height: 38px;
  cursor: pointer;
}
#sortable li span {
  position: absolute;
  margin-left: -1.3em;
}
.sort-bg{
  padding: 0.3em 1.7em;
  background: #068ABF !important;
  color: #fff !important;
}
.my-actions { margin: 0 2em; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }

.right-gap {
  margin-right: auto;
}

/*pac-container{
  z-index:2000 !important;
  left: 1009px !important;
  top: 709px;
  display:block !important;
}*/
/*.pac-container {
  position: fixed !important;
}
.pac-item {
  cursor: default;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  font-size: 11px;
  color: #515151;
}*/
/***** Switch styler***/
.flipswitch {
  position: relative;
  width: 200px;
}

.flipswitch input[type=checkbox] {
  display: none;
}

.flipswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 50px;

}

.flipswitch-inner {
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.flipswitch-inner:before, .flipswitch-inner:after {
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 18px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.flipswitch-inner:before {
  content: "LIVE";
  padding-left: 18px;
  background-color: #19AE4B;
  color: #FFFFFF;
}

.flipswitch-inner:after {
  content: "PENDING";
  padding-right: 18px;
  background:#e8e8e8 !important;
  color:#333 !important;
  text-align: right;
}

.flipswitch-switch {
  width: 35px;
  margin: -2.5px;
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 177px;
  transition: all 0.3s ease-in 0s;
}

.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
  margin-left: 0;
}

.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
  right: 0;
}

.form-field-override{
  background: #f0f0f0;
  border: #ccc 1px solid;
  font-size:16px;
  text-align: left !important;
  padding: 7px 10px;
}

/*** Color switcher */
.color-panel{
  padding: 10px 15px;
  background: #f0f0f0;
  border-radius:14px;
  display: block;
  width:80%;
}
.color-picker{
  color: #000;
  font-weight: 600;
}
/*
code {
  padding: 5px 8px;
  border-radius: 10px;
  background-color: #f8f9f9;
  color: #CC0066;
}

[type='color'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  width: 15px;
  height: 15px;
  border: none;
}

[type='color']::-webkit-color-swatch-wrapper {
  padding: 0;
}

[type='color']::-webkit-color-swatch {
  border: none;
}

.color-picker {
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #f8f9f9;
}
*/


/**********************************
Anfani css overrides
*************************/
.lk--arrow{
  background: none;
  border: none;
  color: #0707cf /*#000*/;
  padding: 0;
  transition: none;
}
.lk_cta{
  cursor: pointer;
  display: inline-block;
  /*font-family: Inter,sans-serif;*/
  font-size: 16px;
  font-weight: 400;
  height: auto;
  /*letter-spacing: .03em;*/
  line-height: 1.1;
  margin: 0;
  padding: 15px 25px;
  position: relative;
  text-decoration: none;
  transition: all .15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}
  .lk {
  background-color: #002060;
  border: 1px solid #0707cf;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,sans-serif;
  font-size: .75rem;
  font-weight: 700;
  height: auto;
  letter-spacing: .03em;
  line-height: 1.1;
  margin: 0;
  padding: 15px 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

  .off-form{
    background: #f0f0f0 !important;
  }


  /*********************************************************
  Override
  ***********************************************************/
/* The Modal (background) */
.ebcf_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 270px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.ebcf_modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 35%;
}

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

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

.edit-opt{
  cursor: pointer;
}

.stat-block{
  width: auto;
  height:212px;
}

/********************************
  Trust Score
 ***********************************/
.trust-content {
  margin: 1px auto;
  text-align: center;
}
.trust-circle {
  width: 280px;
  height: 270px;
  /*line-height: 210px;*/
  border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 12px;
  /*text-transform: uppercase;*/
  font-weight: 700;
  margin: 0 auto;
}
.trust-grey {
  background-color: #666666;
  padding-top:20px;
}
.trust-label{
  font-size:12px !important;
  color:#fff !important;
  font-weight: normal !important;
}
.trust-font{
  font-size:13px !important;
}
.trust-poz{
  padding-top:10px;
  padding-left: 59px;
  padding-bottom: 8px;
}
/* Rating item */
.rating {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;

  background: #2980b9;
  color: #2980b9;
  width: 10rem;
  height: 10rem;

  /* Basic style for the text */
  font-size: calc(9rem / 3);
  line-height: 1;
}

/* Rating circle content */
.rating span {
  position: relative;
  display: flex;
  font-weight: normal;
  z-index: 2;
}

.rating span small {
  font-size: 0.5em;
  font-weight: 900;
  align-self: center;
}

/* Bar mask, creates an inner circle with the same color as thee background */
.rating::after {
  content: "";
  position: absolute;
  inset: 1rem;
  background: #e7f2fa;
  border-radius: inherit;
  z-index: 1;
}

/* Bar background */
.rating::before {
  content: "";
  position: absolute;
  inset: 1em;
  border-radius: inherit;
  box-shadow: 0 0 0 1rem #c7e1f3;
  z-index: -1;
}

/* Classes to give different colors to ratings, based on their score */
.rating.good {
  background: #27ae60;
  color: #27ae60;
}

.rating.meh {
  background: #f1c40f;
  color: #f1c40f;
}

.rating.bad {
  background: #e74c3c;
  color: #e74c3c;
}
.dark-tone{
  background: #0707cf !important;
  color: #fff;
  padding: 0.68em 0.48em !important;
}

/********************************
  Merchant Checklist
 ***********************************/
.offcanvas-width-override{
  max-width: 30% !important;
  height: 60vh !important;
}
.offcanvas-pos-override{
  left:68% !important;
}
.offcanvas-border{
  border: #002060 1px solid;
}
.offcanvas-header-override{
  background: #002060;
  color: #fff !important;
}
.offcanvas-header-override h4{
  color: #fff !important;
}
.todo-font{
  color:#8a6d3b !important;
}

/*** Genric UI DataGrid ****/
.gui-budget {
  justify-content: flex-end;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.gui-user-info {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  align-content: center;
  justify-content: center;
}

.gui-user-info-name {
  padding-bottom: 4px;
}

.gui-user-info-position {
  color: #606060;
  font-style: italic;
  font-size: 13px;
  overflow: hidden;
}

.gui-team {
  border-radius: 50%;
  color: white;
  display: inline-block;
  font-weight: bold;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}

.gui-user-wrapper {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  display: flex;
}

.gui-user-img {
  width: 100%;
  min-height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.box-stretch{
  margin-left:1.5% !important;
  margin-right: 1.5% !important;
}


.filter-checkbox {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    + .label-hidden {
      cursor: pointer;
      width: 60px;
      height: 30px;
      background-color: #FFFFFF;
      border: 1px solid #d4d4d4;
      display: inline-block;
      border-radius: 100px;
      position: relative;
      margin: 0px;
      &:after {
        content: '';
        font-size: 12px;
        color: #FFFFFF;
        position: absolute;
        top: 2px;
        left: 2px;
        width: 26px;
        height: 26px;
        padding: 0px;
        background-color: #223b7f;
        border-radius: 90px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
      }
    }
    &:checked {
      + .label-hidden{
        &:after {
          background-color: #8fbd67;
          left: calc(100% - 2px);
          transform: translateX(-100%);
        }
      }
    }
  }
  .label-displayed {
    color:  #37444e;
  }
  .first-label {
    order: -1;
  }
}

.custom-switch {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    + .label-hidden {
      cursor: pointer;
      width: 60px;
      height: 30px;
      background-color: #d4d4d4;
      border: 0;
      display: inline-block;
      border-radius: 100px;
      position: relative;
      margin: 0px;
      transition: all .3s;
      &:after {
        content: '';
        font-size: 12px;
        color: #fff;
        position: absolute;
        top: 2px;
        left: 2px;
        width: 26px;
        height: 26px;
        padding: 0px;
        background-color: #fff;
        border-radius: 90px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
      }
    }
    &:checked {
      + .label-hidden{
        background-color:#8fbd67;
        &:after {
          left: calc(100% - 2px);
          transform: translateX(-100%);
        }
      }
    }
  }
  .label-displayed {
    color: #d4d4d4;
  }
}

.del-btn-override{
  margin-top:10px !important;
}


/*** infor block css*/
.more-info {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding-left: 0.25em;
  padding-right: 0.25em;
  vertical-align: top;
  overflow: visible;
  white-space: nowrap;

}

.more-info:before {
  display: block;
  width: 2em;
  height: 2em;
  position: relative;
  top: 1px;
  background: #666;
  color:#fff;
  border-radius: 50%;
  content: "?";
  border: 1px solid #9A9A9A;
  line-height: 2em;
  /*Increase font-size to increase button size*/
  font-size: 0.6em;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
}


/* Tooltip text */

.more-info .tooltiptext {
  position: absolute;
  top: -0.5em;
  left: 2em;
  z-index: 999;
  padding: 0.5em;
  width: 200px;
  white-space: normal;
  display: none;
  color: #fff !important;
  background: #100CB7 /*#002060  /*#3db698 /*#696cff*/;
  outline: 1px solid #9A9A9A;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(85, 98, 112, 0.15);
  -moz-box-shadow: 0px 1px 4px 0px rgba(85, 98, 112, 0.15);
  box-shadow: 0px 1px 4px 0px rgba(85, 98, 112, 0.15);
  font-weight: 300;
  font-size: 0.75em;
  line-height: 1.6em;
}


/* Show the tooltip text when you mouse over the tooltip container */

.more-info:hover .tooltiptext {
  display: block;
}

.switch {
  position: relative;
  display: inline-block;
}
.switch-input {
  display: none;
}
.switch-label {
  display: block;
  width: 48px;
  height: 24px;
  text-indent: -150%;
  clip: rect(0 0 0 0);
  color: transparent;
  user-select: none;
}
.switch-label::before,
.switch-label::after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
}
.switch-label::before {
  width: 100%;
  height: 100%;
  background-color: #dedede;
  border-radius: 9999em;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.switch-label::after {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  -webkit-transition: left 0.25s ease;
  transition: left 0.25s ease;
}
.switch-input:checked + .switch-label::before {
  background-color: #89c12d;
}
.switch-input:checked + .switch-label::after {
  left: 24px;
}


/********Tab lOcations ******/
.vertical-divider{
  border-right: #ccc 1px solid !important;
}
a.list-group-show{
  color:#333;
}
a.list-group-show :hover{
 background: #302CF2 !important;
  color: #fff !important;
}

.pad-4{
  padding-left:2% !important;
}
#map {
  height: 560px;
  border: #999 1px solid !important;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.sel-image{
  border:#100CB7 2px solid !important;
}

/*******************************************
 CSS Toggle Switch Override
******************************************* */
.switch {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 34px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc /*#ca2222*/;
  -webkit-transition: .4s;
  transition: .4s;
}

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

input:checked + .slider {
  background-color: #3db698;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on {
  display: none;
}

.on, .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  user-select:none;
}

input:checked + .slider .on {
  display: block;
}

input:checked + .slider .off {
  display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}



.slider.round:before {
  border-radius: 50%;
}
/******* Time Form Fields ****/
.timepicker {
  border: 1px solid rgb(163, 175, 251);
  text-align: center;
  display: inline;
  border-radius: 4px;
  padding:3px 1px;
}

.timepicker .hh, .timepicker .mm {
  width: 40px;
  outline: none;
  border: none;
  text-align: center;
}

.timepicker.valid {
  border: solid 1px springgreen;
}

.timepicker.invalid {
  border: solid 1px red;
}

.btn-pointer{
  cursor: pointer;
}

.hideMap{
  display:none !important;
}

/******************************************
*  Flip Switch css style
*******************************************/
.flipswitch {
  position: relative;
  width: 58px;
}
.flipswitch input[type=checkbox] {
  display: none;
}
.flipswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #3DB698;
  border-radius: 16px;
}
.flipswitch-inner {
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.flipswitch-inner:before, .flipswitch-inner:after {
  float: left;
  width: 50%;
  height: 10px;
  padding: 0;
  line-height: 10px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.flipswitch-inner:before {
  content: "";
  padding-left: 9px;
  background-color: #3DB698;
  color: #FFFFFF;
}
.flipswitch-inner:after {
  content: "";
  padding-right: 9px;
  background-color: #888888;
  color: #888888;
  text-align: right;
}
.flipswitch-switch {
  width: 23px;
  margin: -6.5px;
  background: #020F02;
  border: 1px solid #3DB698;
  border-radius: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 55px;
  transition: all 0.3s ease-in 0s;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
  margin-left: 0;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
  right: 0;
}

.disabled{
  background: #ccc !important;
}

/**********************************************
*  Dropdown tab for operating times
**********************************************/
.ddropdown {
  position: relative;
  display: inline-block;
}

.ddropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.ddropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.ddropdown-content a:hover {background-color: #f1f1f1;}

.ddropdown:hover .dropdown-content {
  display: block;
}

.ddropdown:hover .dropbtn {
  display: block;
}

.hidden {
  display: none;
}
.mx-box{
 height: 650px !important;
}
/***********************************************************************************************
 Just Validate
************************************************************************************************/
.just-validate-error-label{
  font-size:13px !important;
}
.just-validate-error-label[data-tooltip=true]{position:fixed;padding:4px 8px;background:#423f3f;color:#fff;white-space:nowrap;z-index:10;border-radius:4px;transform:translateY(-5px)}.just-validate-error-label[data-tooltip=true]:before{content:'';width:0;height:0;border-left:solid 5px transparent;border-right:solid 5px transparent;border-bottom:solid 5px #423f3f;position:absolute;z-index:3;display:block;bottom:-5px;transform:rotate(180deg);left:calc(50% - 5px)}.just-validate-error-label[data-tooltip=true][data-direction=left]{transform:translateX(-5px)}.just-validate-error-label[data-tooltip=true][data-direction=left]:before{right:-7px;bottom:auto;left:auto;top:calc(50% - 2px);transform:rotate(90deg)}.just-validate-error-label[data-tooltip=true][data-direction=right]{transform:translateX(5px)}.just-validate-error-label[data-tooltip=true][data-direction=right]:before{right:auto;bottom:auto;left:-7px;top:calc(50% - 2px);transform:rotate(-90deg)}.just-validate-error-label[data-tooltip=true][data-direction=bottom]{transform:translateY(5px)}.just-validate-error-label[data-tooltip=true][data-direction=bottom]:before{right:auto;bottom:auto;left:calc(50% - 5px);top:-5px;transform:rotate(0)}

.just-validate-success-label {
  color: #198754 !important;
  font-size:13px !important;
}
.input.just-validate-success-field {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.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");
  border-color: #198754 !important;
}
.input.just-validate-error-field, .input.just-validate-success-field {
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.input{
  border: 1px solid #ccc;
}

.mx-auto{
  margin-bottom: 7px !important;
  clear: both;
}

.just-validate-error-label{
  clear: both !important;
}

/* --------------------------------------------------------
          RESPONSIVE AND MOBILE FRIENDLY STYLES - DESKTOP
    ----------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body{
    font-size: 13px !important;
  }
  .auth-box-md{
    display: none !important;
  }
  .auth-box-rt{
    display: block !important;
  }
  .ebcf_modal-content{
    width: 380px !important;
  }
}

@media only screen and (max-width: 610px) {
  body{
    font-size: 13px !important;
  }
  .auth-box-md{
    display: none !important;
  }
  .auth-box-rt{
    display: block !important;
  }
  .ebcf_modal-content{
    width: 380px !important;
  }
}

@media only screen and (max-width: 992px) {
  .auth-box-md{
    display: none !important;
  }
  .auth-box-rt{
    display: block !important;
  }
  .ebcf_modal-content{
    width: 380px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .auth-box-md{
    display: none !important;
  }
  .auth-box-rt{
    display: block !important;
  }
}


/* --------------------------------------------------------
      RESPONSIVE AND MOBILE FRIENDLY STYLES - MOBILE
----------------------------------------------------------- */

@media only screen and (max-width: 400px) {
 body{
   font-size: 13px !important;
 }
  .aspect-67{
    margin: 0 20% !important;
  }
  .auth-box-md{
    display: block !important;
  }
  .auth-box-rt{
    display: none !important;
  }
  .ebcf_modal-content{
    width: 380px !important;
  }
  .form-check{
    margin: 1% 28% !important;
  }
}


/****************** Trust Score CSS ******************/
.cards{
  background-color: white;
  /*border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0,0,0,.12);
  margin: 200px auto;*/
  max-width: 500px;
  padding: 5px;
  text-align: center;
  opacity: 0;
  transform: scale(.95);
  transition: all .5s ease-in-out;
}
.cards.loaded {
  opacity: 1;
  transform: scale(1);
}
.cards:hover {
  cursor: pointer;
}

.cards h2 {
  color: #223038;
  margin-top: 0;
  margin-bottom: 25px;
}

.cards.ml svg {
  opacity: 0;
  transform: translateY(5%);
  -webkit-transform: translateY(5%);
  transform-origin: bottom;
  transition: all 1s ease-in-out;
}

.cards.ml.loaded svg {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.cards.ml svg text,
.cards.ml svg .g {
  opacity: 0;
  transition: all .5s ease-in-out;
}

.cards.ml svg:hover text,
.cards.ml svg:hover .g {
  opacity: 1;
}

.cards svg g text.score {
  font-size: 225px;
  transform: translateX(-18%) translateY(10%);
  opacity: 0;
  font-weight: bold;
  fill: #0707cf /*#223038*/;
  transition: all 1s ease-in-out 1s;
}
.cards.loaded svg g text.score {
  opacity: 1;
  transform: translateX(-18%) translateY(0);
}

.cards svg g text.range {
  font-size: 70px;
  transform: translateX(-13%) translateY(10%);
  opacity: 0;
  font-weight: bold;
  fill: #223038;
  transition: all 1s ease-in-out 1.5s;
}
.cards.loaded svg g text.range {
  opacity: 1;
  transform: translateX(-13%) translateY(0);
}

.cards svg g text.improve {
  font-size: 48px;
  transform: translateX(-5%) translateY(10%);
  opacity: 0;
  vertical-align: center;
  fill: #f2360d;
  transition: all 1s ease-in-out .5s;
}
.cards.loaded svg g text.improve {
  opacity: 1;
  transform: translateX(-5%) translateY(0);
}

.cards svg g text.fair {
  font-size: 48px;
  transform: translateX(-5%) translateY(10%);
  opacity: 0;
  vertical-align: center;
  fill: #333;
  transition: all 1s ease-in-out .5s;
}
.cards.loaded svg g text.fair {
  opacity: 1;
  transform: translateX(-5%) translateY(0);
}

.cards svg g text.good {
  font-size: 48px;
  transform: translateX(-5%) translateY(10%);
  opacity: 0;
  vertical-align: center;
  fill: #006633;
  transition: all 1s ease-in-out .5s;
}
.cards.loaded svg g text.good {
  opacity: 1;
  transform: translateX(-5%) translateY(0);
}

/***************************************************/

/********************* Collapsible div *************************************/
.todo-tray{
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 560px;
}
.todo-box{
  background-color: #002060;
  padding: 20px;
  margin: 5px;
}
.todo-header{
  background-color: #002060 !important;
  /*text-align: center;*/
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}
.todo-panel{
  width: inherit;
  height: 280px !important;
  overflow-y: auto;
}
.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family:"Poppins";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
/*************** Modifier Autocomplete *****************/
.suggestions-help {
  position: absolute;
  left: 9999px;
}

.suggestions {
  position: relative;
}

.suggestions2 {
  position: relative;
}

[role="listbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index:88983738383;
}

[role="option"] {
  padding: 0.29em;
  color: #333;
  /*border: 1px solid;*/
  background: #fff;
  border-top: 0;
  cursor: pointer !important;

}
[role="option"]:hover{
 background: #3db698 !important;
  color: #fff !important;
  cursor: pointer !important;

}

body.dragging, body.dragging * {
  cursor: move !important;
}
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}
.placeholder {
  position: relative;
  /** More li styles **/
}
.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}
.remove-modifier{
  cursor: pointer !important;
}

.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.quantity__minus,
.quantity__plus {
  display: block;
  width: 22px;
  height: 23px;
  margin: 0;
  background: #dee0ee;
  text-decoration: none;
  text-align: center;
  line-height: 23px;
}
.quantity__minus:hover,
.quantity__plus:hover {
  background: #575b71;
  color: #fff;
}
.quantity__minus {
  border-radius: 3px 0 0 3px;
}
.quantity__plus {
  border-radius: 0 3px 3px 0;
}
.quantity__input {
  width: 32px;
  height: 19px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 2px solid #dee0ee;
  border-bottom: 2px solid #dee0ee;
  border-left: 1px solid #dee0ee;
  border-right: 2px solid #dee0ee;
  background: #fff;
  color: #8184a1;
}
.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  color:#3db698;
  font-weight: 600;
}

.icon-sm {
  width: 2rem;
  height: 2rem;
}
.icon-border{
  border: #3db698 1px solid !important;
}

/*********************************************
  Multiseleft dropdown
******************************************** */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 450px;
  overflow-y: auto;
  max-height: 280px;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content label {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
}

.dropdown-content label:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.selected-items {
  width:480px;
  margin-top: 6px;
  padding: 5px;
  /*border: 1px solid #ccc;*/
}
.bc{
  background: #100CB7;
}

.selected-items div {
  margin-bottom: 5px;
}

.role_header{
  background: #666;
  color: #fff;
  padding: 7px 35px;
}

/**************************************
 Location Form Validation
**************************************/
.form-error{
  border: 1px solid red !important;
  color: red !important;
}
.field-required{
  color: #cc0000 !important;
  font-weight: 600;
  font-size:18px !important;
}
.cform{
  font-size:13px;
  color:#cc0000 !important;
}

/********************************************
*  Google Maps Styling
 ************************************************/
.info-window {
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.custom-control {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: white;
  border: 2px solid #ccc;
  padding: 10px;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  cursor: pointer;
  z-index: 5;
}


/**********************************************
   New CSS Styling for Opening Times
********************************************** */
.open-edit-hours {display: block; padding: 30px}
.modals {max-width: 870px}
.inner-ft-row + .inner-ft-row.added .agg-orari,
.inner-ft-row.added:first-child .del-orari {
  display: none;
}
.agg-orari {
  font-size: 11px;
}
.added .del-orari {
  display: block;
}

.del-orari {
  display: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.toggle {
  cursor: pointer;
  display: inline-block;
}
.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
  &:before,
  &:after {
    content: "";
  }
  &:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%,#eee 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
  }
  .toggle:hover &:before {
    background: linear-gradient(to bottom, #fff 0%,#fff 100%);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
  }
  .toggle-checkbox:checked + & {
    background: #56c080;
    &:before {
      left: 30px;
    }
  }
}
.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.outline{
  border-top : #ccc 1px solid !important;
  border-bottom : #ccc 1px solid !important;
  padding-top: 7px;
}

.ord-primary{
 color: #3db698;
}
/*********************************************************
*   Estimated Prep Time Popup Styles
 *********************************************************/
.ord-header{
  color: #fff !important;
  background: #3db698 !important;
  text-align: center;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 50px);
  grid-template-rows: repeat(2, 50px);
  gap: 0px;
  margin-left: 32% !important;
  margin-right: 32% !important;
}
.grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e8e8;
  color: #333;
  font-size: 19px;
  font-weight: normal;
  border-radius: 0px;
  border: 1px solid #333;
  cursor: pointer;
}
.grid-active{
  border: 1px solid #fff;
  color: #fff !important;
  background-color: #3db698 !important;
}
.grid-white{
  color: #fff !important;
}
.grid-box{
  width:60px;
  height:50px;
  text-align: center !important;
  color: #fff !important;
  padding: 7px 4px !important;
  margin-left: 43% !important;
  margin-right: 33% !important;
  background: #3db698;
  font-size: 19px !important;
}

.card-clearfix{
  border-radius: 0.375rem !important;
 margin-bottom:0 !important
}

.accordion{
  border: 1px solid #BBBBBB;
  border-top: none;

dt{
  background: #EAEAEA;
  padding: 1px;
  color: black;
  border-top: 1px solid darken(#EAEAEA, 7%);
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  transition: 0.1s;
  &:hover{
    background: darken(#EAEAEA, 7%);
  }
  i{
    float: right;
    transition: 0.2s;
    opacity: 0.3;
  }

}

dd{
  display: none;
  border: 1px solid #EAEAEA;
  padding: 10px;
  margin: 0;
}
}

dt.expanded i{
  transform: rotate(90deg);
  opacity: 1;
}


.bx-2x{
  font-size: 2rem !important;
}
.menu-active{
  background: #3db698; !important;
  color: #fff !important;
}

.error {
  border: 2px solid red;
}
.showcase{
  display: block !important;
}
.no-showcase{
  display: none !important;
}

/***********************************
 Button Chevrons
 ***********************************/
.chevron::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.85em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.85em;
  border-color: #47B698; !important;
  border-bottom-color:  #47B698; !important;
  border-top-color: #47B698; !important;
  cursor: pointer;
}

.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
  pointer-events: visible;
}

.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}

.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
  pointer-events: visible;
}

.chevron::after {
  pointer-events: visible; /* ensures click passes through */
}

.next_hitbox .prev_hitbox {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px !important;
  height: 20px;
  cursor: pointer;
  z-index: 1000;
}

.left-icon {
  background-image: url('../images/left-btn.png'); /* left arrow */
  background-repeat: no-repeat;
  height: 36px !important;
  width:25px !important;
  cursor: pointer;
}
.right-icon {
  background-image: url('../images/right-btn.png'); /* right arrow */
  background-repeat: no-repeat;
  height: 36px !important;
  width:25px !important;
  cursor: pointer;
}

.check-override{
  width: 3em !important;
  height:1.8em !important;
}

.input-green{
  color: #3db698 !important;
}

/******************************************
  Modifier Search
*******************************************/

.search-wrapper {
  margin: 50px;
}

.search-input {
  position: relative;
  max-width: 300px;
  margin: auto;
}

.set-out  input[type="text"] {
  width: calc(100% - 32px);
  padding: 8px;
  padding-left: 35px;
  outline: none;
  border: 2px solid #ccc;
  border-radius: 50px;
}

.set-out  input[type="text"]:focus {
  border: 2px solid  rgb(146, 146, 146) !important;
}

#suggestion {
  list-style: none;
  padding: 0;
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  border: 1px solid #ccc;
  z-index: 1;
}

#suggestion a {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #333;
}

#suggestion a:last-child {
  border-bottom: none;
}

input::placeholder {
  color: rgb(146, 146, 146);
}

.error-message {
  display: none;
  color: red;
  margin-top: 5px;
}

.cancel-button {
  position: absolute;
  top: 19px;
  right: 0px;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}
.search-icon{
  position: absolute;
  top: 8px;
  left: 10px;
}

.modify-search-container{
max-width: 46% !important;
height:450px !important;
}

.app-bg{
    background: #e8e8e8 !important;
}
.m-pad{
    padding:  0.1em 2em !important;
}

.card-box{
    border: 1px solid #e8e8e8;
    /* Shadow only at the bottom */
    box-shadow: -1px 12px 10px -12px rgba(0,0,0,0.56) !important;
    -webkit-box-shadow: -1px 12px 10px -12px rgba(0,0,0,0.56) !important;
    -moz-box-shadow: -1px 12px 10px -12px rgba(0,0,0,0.56) !important;
}
.btn-override{
    padding: 5px !important;
    color: #fff !important;
    background: #3db698 !important;
    width: 120px;
}
.icon-green{
    color: #3db698 !important;
}

/**************** Menu Management Dropdown list with check box ******/
::-webkit-scrollbar {
    display: none;
}

/* Dropdown behavior */
.dropdown-custom {
    position: relative;
}
.dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.1);
}
.dropdown-menu-custom.show {
    display: block;
}
.dropdown-item-custom {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.dropdown-item-custom:last-child {
    border-bottom: none;
}
.dropdown-item-custom:hover {
    background-color: #e8e8e8 !important /*#f8f9fa*/;
    cursor: pointer  !important;
}
/*.form-check-input:checked {
    background-color: #212D56;
    border-color: #212D56;
}*/
.btn-dropdown {
    background-color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    width: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.btn-dropdown:focus {
    border-color: #47B698;
    box-shadow: 0 0 0 0.25rem rgba(71,182,152,0.25);
}
.dropdown-arrow {
    transition: transform 0.3s ease;
}
.dropdown-arrow.rotate {
    transform: rotate(180deg);
}

.list-override{
    border: #ccc 1px solid !important;
    color:#666 !important;
    background-color: transparent !important;
    vertical-align: middle !important;
}
.list-override:hover{
    color:#666 !important;
}
.icon-b{
   margin-top: 3px !important;
}

.item-pills{
    padding: 9px 11px;
    width:auto;
    border: #ccc 1px solid !important;
    margin-bottom:6px;
    border-radius: 11px !important;
    cursor: pointer;
}
.item-pills:hover{
    background-color: #e8e8e8 !important;
}
.btn-green{
    background-color: #3db698 !important;
    border: #3db698 !important;
}
.chk-pad{
    margin-top: 5px !important;
}
.chk-label{
    padding-top: 0 !important;
}

.card-pad{
    padding: 30px 20px 4px 20px !important;
}
/* Form Validation */
/* Red border for invalid fields (Bootstrap provides .is-invalid) */
.is-invalid {
    border-color: red !important;
}
.is-invalid + .invalid-feedback {
    display: block;
}

.invalid {
    border-color: red !important;
}
.invalid-msg{
    display: none;]
}
.invalid + .invalid-msg {
    display: block;
    color: red !important;
}

.preload-message{
    margin: 15% 33% 15% 33% !important;
    text-align: center !important;
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;
}
.spinner {
    width: 50px;
    height: 50px;
    text-align: center;
    /*margin: 1% 33% !important;*/
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid #47B698;
    animation:
            l20-1 0.8s infinite linear alternate,
            l20-2 1.6s infinite linear;
}
@keyframes l20-1{
    0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
    12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
    25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
    50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
    62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
    75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
    100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{
    0%    {transform:scaleY(1)  rotate(0deg)}
    49.99%{transform:scaleY(1)  rotate(135deg)}
    50%   {transform:scaleY(-1) rotate(0deg)}
    100%  {transform:scaleY(-1) rotate(-135deg)}
}
