/* * * common codes * * */
.cm-container {
    max-width: 1200px;
    width: 90%;
}
.text-right {
  text-align: center !important;
}

  /* Method navigation - left side */
  .method-nav .nav-pills .nav-link {
    color: #000;
  }
  .method-nav .nav-pills .nav-link.active {
    color: #fff;
  }

  /* Accordion */
  .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none !important;
  }
  .accordion-button:not(.collapsed) {
    color: #080809;
    background-color: #e1cfa5;
  }
  .card .card-header {
    font-weight: 700 !important ;
    color: #070707 !important;
  }
  .card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    background-color: rgb(253, 248, 230);
  }

.button-cover:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}
.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}
.button.r,
.button.r .layer {
  border-radius: 100px;
}
.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.knobs {
  z-index: 2;
}
.layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Multiple business list  */
.topnav .dropdown.multiple-businesss-list .dropdown-menu {
    width: auto;
    min-width: 12rem !important;
}
.btn-top {
  --bs-btn-padding-y: 0.37rem;
  margin-top: -3px;
}

#flexSwitchCheckChecked {
  float: right !important;
}
.badge-tag-free{ 
  padding: 0.35em 0.65em;;
  background: #363d47;
  font-size: 0.75em;
  color: #fff;
  border-radius: 4px;
}
.badge-tag-pro{ 
  padding: 0.35em 0.65em;
  background: #ffcd00;
  font-size: 0.75em;
  color: #000;
  border-radius: 4px;
}
.font-40 {
  font-size: 35px !important;
}

/*switch styles*/
div.btn-container{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.btn-container i{
    display: inline-block;
    position: relative;
    top: -9px;
}

label {
    font-size: 13px;
    color: #424242;
    font-weight: 500;
}

.btn-color-mode-switch{
    display: inline-block;
    margin: 0px;
    position: relative;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner{
    margin: 0px;
    width: 330px;
    height: 30px;
    background: #BAC8D3;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    display: block;
}
.btn-color-mode-switch-inner {
  font-size: 12px;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before{
    content: attr(data-on);
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    top: 5px;
    right: 60px;

}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after{
    content: attr(data-off);
    width: 170px;
    height: 26px;
    background: #fff;
    border-radius: 26px;
    position: absolute;
    left: 2px;
    top: 2px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 6px -2px #111;
    padding: 2px 0px;
}

.btn-color-mode-switch > .alert{
    display: none;
    background: #FF9800;
    border: none;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]{
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner{
    background: #777;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after{
    content: attr(data-on);
    left: 158px;
    background: #FFCD00;
    color: #000;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before{
    content: attr(data-off);
    right: auto;
    left: 20px;
}



.btn-color-mode-switch input[type="checkbox"]:checked ~ .alert{
    display: block;
}

/*mode preview*/
.dark-preview{
    background: #0d0d0d;
}

.dark-preview div.btn-container i.fa-sun-o{
    color: #777;
}

.dark-preview div.btn-container i.fa-moon-o{
    color: #fff;
    text-shadow: 0px 0px 11px #fff;
}

.white-preview{
    background: #fff;
}

.white-preview div.btn-container i.fa-sun-o{
    color: #ffa500;
    text-shadow: 0px 0px 16px #ffa500;
}

.white-preview div.btn-container i.fa-moon-o{
    color: #777;
}
p.by a{
    text-decoration: none;
    color: #000;
}

.dark-preview p.by a{
    color: #777;
}

.white-preview p.by a{
    color: #000;
}

/* base business button */
.btn-outline-business  {
  --bs-btn-color: #000;
  --bs-btn-border-color: #9ea6b0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #ffcd00;
  --bs-btn-focus-shadow-rgb: 0, 97, 242;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd00;
  --bs-btn-active-border-color: #ffcd00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0061f2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0061f2;
  --bs-gradient: none;
  border: 1px solid #a7aeb8;
}
.business-dropdown {
  width: 100%;
}

/* Manage location */
.btn-add-location-name a {
  color: #fff;
}

@media (max-width: 568px) {
  .cm-container ,
  #autocomplete-input {
    width: 100%;
  }
}

/* Pricing box filter */
.price-container .box-container .box .price.year{
  display: none;
}
.price-container .price-toggler span{
  padding:7px 30px;
  cursor: pointer;
  color:#444;
  font-size: 20px;
  display: block;
}

.price-container .price-toggler span.active{
  background: #444;
  color:#fff;
}
.pricing-business-plus {
  background-image: url('../assets/img/pricing-bg.png'); 
  background-position: left bottom;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .border-start-lg {
    border-left: 1px solid #d9cece70 !important;
  }
}

.crm-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  inset-inline-end: -1.85rem;
  background-image: url(https://laravelui.spruko.com/xintra/build/assets/images/media/media-73.png);
  background-repeat: no-repeat;
  opacity: .075;
  transform: scaleX(-1);
}

.custom-select { 
display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: auto;
  background-size: auto;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/* Base - Search Box css */

.search-box .search-box-icon {
  position: absolute;
  color: var(--phoenix-quaternary-color);
  top: 50%;
  left: 1rem;
  transform: translateY(-48%);
}
.search-box .search-input {
  padding-left: 2.5rem;
  padding-right: 2rem;
  border-radius: .375rem;
  box-shadow: none;
}
.navbar-top-search-box .search-input:focus {
  border-color: #ffcd00 !important;
  }

  /* Custom Landing Page */
  .upload-zone {
  border: 1px dashed rgba(205, 212, 227, 0.54);
  padding: 1rem 1rem;
  border-radius: .375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
}

/* Support */
.icon-circle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
  }
.bg-pastel-primary {
  background-color: #e9f3ff !important;
}
.sup-cat-lab {
      min-height: 140px;
}
label.sup-cat-lab {
display: inline-block;
text-align: center;
background: #FFF;
box-shadow: 0 0 0 45px #FFF inset;
transition: 200ms all;
cursor: pointer;
}
input.sup-cat-input { display: none; }
input:checked + label.sup-cat-lab {
box-shadow: 0 0 0 -1px #FFF inset;
color: #FFF;
background: linear-gradient(to right, #ffcd00 , #dda905);
border-color: #FFCD00;
}