/* fonts */

@font-face {
  font-family: 'medium';
  src: url('./../fonts/OpenSans-Medium.ttf');
}

@font-face {
  font-family: 'regular';
  src: url('./../fonts/OpenSans-Regular.ttf');
}

@font-face {
  font-family: 'condensed-medium';
  src: url('./../fonts/OpenSans_Condensed-Medium.ttf');
}

@font-face {
  font-family: 'condensed-regular';
  src: url('./../fonts/OpenSans_Condensed-Regular.ttf');
}

@font-face {
  font-family: 'semi-bold';
  src: url('./../fonts/OpenSans-SemiBold.ttf');
}

@font-face {
  font-family: 'condensed-semi-bold';
  src: url('./../fonts/OpenSans_Condensed-SemiBold.ttf');
}

@font-face {
  font-family: 'bold';
  src: url('./../fonts/OpenSans-Bold.ttf');
}

@font-face {
  font-family: 'condensed-bold';
  src: url('./../fonts/OpenSans_Condensed-Bold.ttf');
}

.font-medium {
  font-family: 'medium';
}

.font-semi-bold {
  font-family: 'semi-bold';
}

.font-condensed-medium {
  font-family: 'condensed-medium';
}

.font-condensed-semi-bold {
  font-family: 'condensed-semi-bold';
}

.font-regular {
  font-family: 'regular';
}

.font-bold {
  font-family: 'bold';
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-12 {
  font-size: 12px;
}

.fs-11 {
  font-size: 11px;
}

.fs-10 {
  font-size: 10px;
}

.fs-16 {
  font-size: 16px;
}

.fs-28 {
  font-size: 28px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}
.fs-27 {
  font-size: 27px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.light-gray-color {
  color: #919191;
}

.light-black {
  color: #707070;
}

.gray-color {
  color: #5B5B5B;
}

.color-black {
  color: #3B3B3B;
}

.success-color {
  color: #07830B;
}
.light-violet-color{
    color:#9C32B0;
}
.success-toast-color {
  color: #07830bc2;
}

.error-message-color {
  color: #fff;
  background: #E52525;
}

.color-dark-blue {
  color: #0B499D;
}

.note-light-gray-color {
  color: #454545;
}
.text-purple{
    color:#AC18B2;
}
.form-heading {
  padding: 2rem 2rem 0rem;
}

.form-control.blue-text-placeholder {
  color: #0B499D !important;
  font-family: medium;
}

.support-ticket-list caption {
  border: 1px solid #f0f0f0;
}

.default-text {
  font-size: 16px;
  color: #414141;
  font: 'regular';
}

.footer-light-text {
  color: #DEDEDE;
}

.pagination-content.custom_div {
  padding: 0px 20px !important;
  float: right;
}

.save_envirornment_text:hover {
  filter: invert(80%) sepia(120%) saturate(232%) hue-rotate(201deg) brightness(135%) contrast(131%);
  cursor: pointer;
}
.breadcrumb-content {
    background: #F1F1F1;
    color: #0B499D;
    font-size: 12px;
    /*width: 98.4%;*/
    padding: 1em 1em;
    font-family:'semi-bold';
    /*margin: 0em 1em 0em 1em;*/
}

.form-check-input {
    border: var(--bs-border-width) solid #3b3b3b;
}
/*svg-hover*/
.icon {
  cursor: pointer;
}

.icon:hover,
.icon:focus {
  filter: invert(80%) sepia(92%) saturate(2632%) hue-rotate(201deg) brightness(55%) contrast(141%);
}

.delete-icon {
  cursor: pointer;
}

.delete-icon:hover,
.delete-icon:focus {
  filter: invert(100%) sepia(85%) saturate(2878%) hue-rotate(362deg) brightness(94%) contrast(100%);
}

body {
  padding: 0rem 0rem;
  color: #414141;
  font-family: 'regular';
}

.sb-Container .ulStyle .liStyle{
    margin:0.5em 0.8em!important;
    width:40px!important;
    height:40px!important;
}
.sb-Container .ulStyle .liStyle i{
    font-size:26px!important;
}
/* border-right */
.border-right {
  box-shadow: 2px 2px 4px #0000001D;
}

.logo-right-border {
  padding: 1.5rem 1rem;
}

.plr {
  padding: 8px 20px !important;
}

.main-container {
  padding: 10px 19px 10px 88px !important;
}

/* logo */
.logo {
  padding-top: 18px;
  text-align: center;
  background: #fff;
  border-bottom: 2px solid #d9d7d7;
}

.short-logo {
  width: 45px;
  padding-top: 20px;
}

.top-heading {
  font-size: 24px;
  font-family: 'condensed-medium';

}

.btn-dash {
  display: flex !important;
  justify-content: space-evenly;
  min-width: fit-content;
}

.forgot-password-body.terms-condition-body {
  font-size: 14px;
  font-family: sans-serif;
  color: #3B3B3B;
}

.nav-item {
  width: 50%;
  text-align: center;
  font-size: 20px !important;
  font-family: 'condensed-medium';
}

.nav-item.nav-link.active {
  background: #0B499D !important;
  color: #fff !important;
}

.nav-item.nav-link {

  box-shadow: 0px 0px 0px 1px #F4F4F4,
    0px 0px 6px -7px #F4F4F4,
    0px -2px 0px 0px #F4F4F4;
  color: #414141;
}

.rounded-profile {
  float: right;
  padding-top: 25px;
}

.bottom-border {
  border-bottom: 1px solid #D9D7D7;
}

.rounded-profile-image {

  font-family: 'medium';
  font-size: 12px;
  border-radius: 50%;
  /*padding: .5rem;*/
  display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
  text-align: center;
  box-shadow: 0px 1px 8px -2px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

/* left-side-nav */
.dashboard-main-container {
  margin-left: 60px;
}

.left-side-nav {
  background-color: #FAFAFA;
  padding: 0rem 0rem;
  min-height: 98vh;
  position: absolute;
  z-index: 999;
  left: -60px;
  top: 0px;
  width: 18%;
  box-shadow: 2px 2px 5px #888, 0px 0px 0px #888;
}

.left-menu {
  font-size: 20px;
  padding: 20px 15px;
  font-family: 'condensed-medium';
}

.left-menu.active .left-nav-heading {
  font-family: 'condensed-bold';
  color: #0B499D;
}

.left-menu.active .left-nav-heading:hover {
  color: #1059BC;
}

.left-nav-heading:hover {
  color: #1059BC;
}

.left-menu-desciption {
  border-top: 1px solid gray;
  font-size: 12px;
  font-family: 'medium';
}

.left-menu.active {
  background-color: #fff;
}

/* collapse-menu */
.left-side-nav.close {
  /*transition: all 0.3s ease;*/
  transition: all 0.6s ease;
  width: 70px;
}

.left-side-nav.close .full-logo {
  opacity: 0;
  display: none;
}

.left-side-nav.close .short-logo {
  display: block;
}

.left-side-nav .short-logo {
  display: none;
}

.left-side-nav.close .left-nav-heading {
  opacity: 0;
  display: none;
}

.left-side-nav.close .left-menu-desciption {
  opacity: 0;
  display: none;
  pointer-events: none;
}

.left-side-nav .left-side-icon {
  display: inline-block;
  padding-left: 10px;
}

/* qr-scnner-image */
.qr-scnner-image img {
  height: auto;
  width: 70%;
  /* margin-top: 125px; */
}

.qrDownload-modal-content {
  background-image: linear-gradient(180deg, #EBEBEB, #D2FAD3);

}

.modal-header.qrDownload-modal-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.download-qr-modal.modal {
  --bs-modal-border-color: none !important;
}

.qrDownload-modal-content .form-control {
  border-radius: 0;
}

.qrDownload-modal-content .form-control:focus {
  box-shadow: none;
}

.modal-content {
  border-radius: 0px;
}

.card.template-design {
  border: 1px solid #D6D6D6;
  background: #f4f4f4;
  border-radius: 3px;
}
.make_parent_default .card.template-design{
     border: 1px solid #1059BC;
}
.card.template-design .card-body {
  background: #fff;
}

.hover-template-image img {
  width: auto;
  max-width: 90%;
  border: 0.5px solid #c3c3c39c;
}

.qrDownload-modal-heading {
  background-color: #07830B;
  color: #FFFFFF;
}

.hover-template-image-content {
  position: absolute;
  top: 0px;
  z-index: 2;
  background-color: #fff;
   overflow: auto;
height:74vh; 
}

 .Individual-form {
margin-bottom:4em;
}

.finish-message.finish-message-last .scrolling-container{
    /*height:56vh;*/
      height: 44vh;
}
.scrolling-container{
    height: 40vh;
    overflow:auto;
    z-index:222;
}
#removeMarketingBoosterModal {
    top: 20%;
}
.scrolling-container.tagline-main-container{
   height: 100vh;
    overflow: auto;
    z-index: 2;
    position: relative;
    margin-bottom: 8em;
}
.fixed-button-padding {
    padding-right: 1em;
}
.fixed-button-container.fixed-tagline-button-container{
   position: absolute;
    width: 91%;
    margin: 1em 5em -5em 1em;
    z-index: 99999;
    bottom: -21%;
}
.fixed-button-container {
    position:absolute;
    width: 100%;
    bottom: 2%;
    margin: 1em 1em -4.9em -2.2em;
    background: #fff;
    /*z-index:99;*/
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.marketing-booster-fixed-button{
       box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.scrolling-container.marketing-booster-scrrolling-container{
        height: 50vh;
}
.fixed-button-form-container{
       position:absolute;
    width: 100%;
    bottom: 3%;
    margin:0em 1em -5em 0em;
    background: #fff;
    z-index:99;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}
.fixed-button-preview-container{
       position:absolute;
    width: 100%;
    bottom: 0%;
    margin:0em 1em -4.4em 0em;
    background: #fff;
    /*z-index:99;*/
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.form-info {
  padding-top: 1.5rem;
}

.border-left {
  border-left: 2px solid #0000001D;
  /*box-shadow: 2px 2px 4px #0000001D;*/
}

/* button */
/*.delete-button .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {*/
/*    color: #fff;*/
/*    background-color:#fff!important;*/
/*    border-color:#fff!important;*/
/*}*/
button.btn.btn-outline-light {
    border-radius: 20px;
    border:2px solid #fff;
}
.btn-group-lg>.btn, .btn-lg {
    --bs-btn-padding-y: 0.4rem;
}
.button-warning-rounded {
  color:#fff;
  background-color:#FF6600;
  border:1px solid #FF6600;
  border-radius:20px;
  padding: 0.3em 1em;
  margin-bottom:0px;
  font-size:14px;
}

button.btn.button-secondary {
  background: #B2B2B2;
  color: #fff;
  border-radius: 3px;
  font-family: 'condensed-medium';
 
}
button.btn.button-danger {
    background: #E9544F;
    border-color: #E9544F;
    font-size: 16px;
     border-radius: 3px;
     font-family: 'condensed-medium';
    color:#fff;
}
button.btn.button-danger:hover, .button-danger:active {
    background: #d14844;
     border-color: #E9544F;
      color:#fff;
}
button.btn.btn-primary {
  background: #0B499D;
  /*border: none;*/
  border-color: #0B499D;
  font-family: 'condensed-medium';
  font-size: 16px;
  border-radius: 3px;
}

button.btn.btn-primary:hover,
.btn-primary:hover {
  background: #1059BC;
}

a.btn.button-secondary {
  background: #B2B2B2;
  color: #fff;
  border-radius: 3px;
  font-family: 'condensed-medium';
}

a.btn.btn-primary {
  background: #0B499D;
  border: none;
  border-color: #0B499D;
  font-family: 'condensed-medium';
  font-size: 16px;
  border-radius: 3px;
}

a.btn.btn-primary:hover,
.btn-primary:hover {
  background: #1059BC;
}

button.btn.btn-outline-primary {
  font-family: 'condensed-medium';
  color: #0B499D;
  border: 1px solid #0B499D;
  font-size: 16px;
  border-radius: 3px;
}

button.btn.btn-outline-primary.btn-lg:hover {
  background-color: #fff;
  color: #1059BC;
  border: 1px solid #1059BC;
}

button.btn.btn-outline-primary:hover {
  background-color: #fff;
  color: #1059BC;
  border: 1px solid #1059BC;
}
.btn.button-outline-secondary {
  border:1px solid #5B5B5B;
  color: #5B5B5B;
  border-radius: 3px;
  font-family: 'condensed-regular';
   font-size: 16px;
     border-radius: 3px;
}
.btn.button-outline-secondary:hover{
    color:#5b5b5bcc;
    border:1px solid #5b5b5bcc;
}
.right-nav-btn {
  white-space: nowrap;
  font-size: 1.1rem !important;
  /*font-size:20px!important;*/
}

.right-nav-btn-padding {
  padding: 0 9%;
}

.btn-dash.btn-lg {
  padding: 0.45rem 0.6rem;
}

a.btn.btn-outline-primary {
  font-family: 'condensed-medium';
  color: #0B499D;
  border: 1px solid #0B499D;
  font-size: 16px;
  border-radius: 3px;
}

a.btn.btn-outline-primary.btn-lg:hover {
  background-color: #fff;
  color: #1059BC;
  border: 1px solid #1059BC;
}

a.btn.btn-outline-primary:hover {
  background-color: #fff;
  color: #1059BC;
  border: 1px solid #1059BC;
}

.login-button {
  font-size: 18px !important;
}

.get-started-button {
  font-size: 20px !important;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none !important;
}

/* stepper */
.qr-stepper {
  list-style: none;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0px;
}

.QR-scanner-stepper li {
  position: relative;
  display: inline-block;
}

.QR-scanner-stepper {
  padding: 3rem 3rem 0.5rem 3rem;
}

.qr-stepper::after {
  content: '';
  background: #707070;
  position: absolute;
  height: 1.5px;
  top: 17%;
  width: 94%;
  left: 4%;
}

.QR-scanner-stepper .active span {
  background: #1FBA19;
  border-radius: 50%;
  color: white !important;
  padding: 0px;
  font-size: 18px !important;
  font-family: 'medium';
  z-index: 2;
  position: relative;
  border: 0 !important;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
}
.QR-scanner-stepper .active.progress_active span{
    background: #FF6600;
}

.QR-scanner-stepper span {
  background: #ffffff;
  border: 1.5px solid #646464;
  border-radius: 50%;
  color: #414141 !important;
  padding: 0px;
  font-size: 18px !important;
  font-family: 'medium';
  z-index: 2;
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
}

.QR-scanner-stepper p {
  margin-top: 20px;
  margin-right: 8px;
  font-size: 12px;
  font-family: 'medium';
  color: #414141;
}

.background-color {
  background-color: #F4F4F4;
}

.plan-sign-up-padding {
  padding: 0rem 6rem;
}

.signup-login-stepper .QR-scanner-stepper {
  padding: 2rem 2rem 1rem 1rem;
}

.signup-login-stepper .qr-stepper::after {
  width: 89%;
  left: 9%;
}

.signup-login-stepper .active span {
  background: #DEDEDE;
  border-radius: 50%;
  color: #3B3B3B !important;
  /*padding: 0.2em 0.6em;*/
  font-size: 16px !important;
  height:32px;
  width:32px;
  border: 1px solid #AFAFAF !important;
}

.signup-login-stepper span {
  background: #DEDEDE;
  border-radius: 50%;
  color: #3B3B3B !important;
  /*padding: 0.2em 0.6em;*/
  font-size: 16px !important;
  border: 1px solid #AFAFAF;
   height:32px;
  width:32px;
}

.signup-login-stepper .qr-stepper-text {
  color: #919191;
  font-family: 'semi-bold';
}

.signup-login-stepper .active .qr-stepper-text {
  color: #0B499D;
}

.gift-box {
  width: 30%;
  height: 40px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 37px;
}


.plan-include-content {
  margin: 0 auto;
  border-radius: 50%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  box-shadow: 0px 1px 8px -2px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0,
      0.12);
}

.sign-up-footer {
  background-color: #050833;
}

.sign-up-footer .dark-blue-footer {
  background-color: #050833;
  padding: 4rem 1rem 1rem 6rem;
  ;
}

.sign-up-footer .light-blue-footer {
  background-color: #090E49;
  padding: 4rem 1rem 2rem 6rem;
  ;
}

.plan-info-icon {
  cursor: pointer;
}

.popover .popover-custom-arraow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
  position: absolute;
  height: 0.9rem;
  width: 0.9rem;
  background-color: #fff;
  left: 0;
  top: 2rem;
  border-bottom: 1px solid #d1d5db;
  border-left: 1px solid #d1d5db;
  transform: translate(-50%, 50%) rotate(45deg);
}

/* form */
.change-password-container.background-color {
  height: 68vh !important;
}

.password-limit-reactangle .red-react {
  height: 12px;
  width: 12px;
  background: #E52525;
}

.password-limit-reactangle .success-react {
  height: 12px;
  width: 12px;
  background: #1FBA19;
}

.input-form-field {
  padding: 12px 35px;
}

.login-input-form-field {
  padding: 12px 16px;
}

.input-form-field.login-input-field {
  padding: 12px 35px;
}

.input-form-field .form-control:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #12B3D1;
}

.input-form-field.modal-input-field .form-control:focus {
  box-shadow: none !important;
  border-bottom: 2px solid #12B3D1;
  padding: 10px 12px;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

textarea {
  height: auto !important;
}

.input-form-field .form-control {
  border: none;
  height: 40px;
  min-height: 40px;
  border-bottom: 1px solid #888;
  /*box-shadow: 0px 1px 0px #888, 0px 0px 0px #888;*/
  font-size: 14px;
  font-family: 'regular';
  padding: 10px 12px;
  color: #888888;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  min-height: 40px !important;
}

.form-floating>.form-control.form-control.services-input {
    min-height: 62px!important;
}
.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-select {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 14px;
  /* color: #5b5b5b; */
  color: #888888;
  height: 40px;
  border: none;
  border-bottom: 1px solid;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form-floating>.form-select:focus {
  border-bottom: 2px solid #12B3D1;
  box-shadow: none;
}

.input-form-field .form-label {
  font-size: 14px;
  font-family: 'regular';
  color: #3B3B3B;
}

.file-upload-input {
  width: 100%;
  min-height: 85px;
  text-align: center;
  background: white;
  box-shadow: 0px 1px 0px #888, 0px 0px 0px #888;
  font-size: 14px;
  font-family: 'regular';
  padding: 10px 12px;
  color: #888888;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

.error-message {
  font-size: 16px;
  color: #E03F2A;
}

.radio-select label {
  color: #333333;
  font-size: 14px;
  font-family: 'regular';

}

.radio-select.form-check.forms-radio-label label {
  font-size: 12px !important;
  color: #3B3B3B;
  font-family: 'regular';
}

.link-class {
  color: #0B499D !important;
  cursor: pointer;
  font-size: 14px;
  font-family: 'medium';
  text-decoration: none;
}

.sign-up-link-class {
  font-size: 12px;
}

textarea {
  resize: none;
}

.summery-count {
    margin-top: -22px;
    color: #888888;
    margin-right: 18px;
    font-size: 12px;
    background: #ffff;
    position:relative;
}
.service-count{
   margin-top: -22px;
    color: #888888;
    margin-right: 18px;
    font-size: 12px;
    background: #ffff;
    position:relative; 
}
.show_click_on:active,
.show_click_on:hover,
.show_click_on:visited{
        box-shadow: 0px 1px 0px #0CB1D0 , 0px 0px 0px #0CB1D0;
}
.summery-count.tagline-summery-edit{
    margin-top: -30px;
}

.link-class:hover {
  color: #146CE3;
  text-decoration: underline;

}

.input-group-text {
  border: none;
  box-shadow: 0px 1px 0px #888, 0px 0px 0px #888;
  font-size: 14px;
  font-family: 'regular';
  padding: 7px 10px !important;
  color: #888888 !important;
  background-color: #fff !important;
  border: 0 !important;
  border-bottom-right-radius: 0px !important;
}

.radio-template-design.form-check {
  display: flex;
  justify-content: center;
      /*align-items: center;*/
}

.radio-template-design .form-check-input {
  margin-right: 0.5rem;
  width: 1em;
  height: 1em;
  border: 1px solid gray;
}

select#floatingSelectGrid {
  height: 40px;
  border: none;
  box-shadow: 0px 1px 0px #888, 0px 0px 0px #888;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  color: #888888 !important;
}

input#floatingInputGroup1 {
  height: 40px;
}

.form-floating label {
  font-size: 14px;
  font-family: 'regular';
  color: #888888;
}

.form-floating>.form-control:not(:placeholder-shown) {
  /*padding-top: 0rem !important;*/
  /*padding-bottom: 0rem !important;*/
}

.map-image img {
  width: 100%;
}

.form-button {
  text-align: right;
}

.menu-icon i {
  font-size: 25px;
  margin: 0px 12px;
  color: #0B499D;
}

.finish-message {
  height: 150vh;
}
.finish-message.finish-message-last {
  height: 50vh;
}
.preview-container .done-message {
  font-size: 20px;
  font-family: 'regular';
  display: flex;
  justify-content: center;
  align-items: center;
}

.finish-message .done-sub-message {
  font-size: 16px;
  font-family: 'regular';
  padding-top: 50px;
}

.optional-note {
  font-size: 12px;
  font-family: 'regular';

}

/* login-container */
.sign-up-plan-login-container {
  background-color: #FAFAFA;
  padding: 20px 0px 0px 0px;
}

.sign-up-plan-login-container.login-container {
  display: block;
}

.sign-up-plan-login-container .login-card {
  width: 100%;
  margin: 0;
}

.sign-up-plan-login-container .login-content {
  position: absolute;
  top: 11%;
  width: 35%;
}

.toggle-dropdown-item {
  cursor: pointer;
}


.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;

}

.login-container.sign-up-plan-login-container {
  min-height: 80vh;
}

.main-container-min-height {
  min-height: 75vh;
}

.login-content {
  flex: 1;
}

.login-logo {
  padding-bottom: 1rem;
  text-align: center;
}

.login-card {
  background-color: #fff;
  width: 35%;
  margin: 0 auto;
  padding: 30px 0px;
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 2px rgba(0, 0, 0,
      0.12);
}
.payment-way-card {
  min-height: 150px;
  padding: 16px 16px;
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 2px rgba(0, 0, 0,
      0.12);
}

.sub-plan-popover.popover {
  max-width: 200px;
  --bs-popover-bg: #f4f4f4;
}

.popover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 4px 0px -4px rgba(0, 0, 0, 0.14), 0px 1px 6px 0px rgba(0, 0, 0,
      0.12);
  /*--bs-popover-max-width: 304px !important;*/
  --bs-popover-border-radius: 0.1rem !important;
  left: 15px !important;
  /*top: 24px !important;*/
  border: none;
  max-width: 350px;
}

/*.form-info-icon .popover{*/
/* max-width: 100%;*/
/*}*/
.view-progress.popover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 4px 0px -4px rgba(0, 0, 0, 0.14), 0px 1px 6px 0px rgba(0, 0, 0,
      0.12);
  --bs-popover-max-width: 304px !important;
  --bs-popover-border-radius: 0.1rem !important;
  left: 0px !important;
  top: 0px !important;
  border: none;
  max-width: 250px;
}

.error {
  font-size: 12px;
  color: #E03F2A;
  font-family: 'regular';
  padding-top: 8px;
}

.popover-body {
  padding: 0px;
  color: none;
}

.OR-content-first {
  margin-right: 1rem;
  position: relative;

}

.OR-content-second {
  margin-left: 1rem;
}

.payment-way-card.OR-content-first::after {
  content: 'OR';
  position: absolute;
  right: -36px;
  font-size: 14px;
  font-family: 'medium';
  color: #919191;
}

.payment-info-container {
  padding-right: 2rem;
}

.login-heading {
  font-size: 16px;
  color: #444444;
  font-family: 'medium';

}

.login-heading-content {
  padding: 10px 35px;
}

.forgot-password-content {
  font-size: 14px;
  color: #888888;
  font-family: 'medium';
}

#forgotPassword.modal {
  background: #0009;
}

#forgotPassword .modal-content {
  border-radius: 0 !important;
}

/*#forgotPassword .modal-content {*/
/*  top: 170px;*/
/*  left: -21px;*/
/*}*/

.modal-content {
  border-radius: 0 !important;
  /*width: 35%;*/
  /*margin: 50px auto;*/
}

.insert-image-modal.modal-content {
  border-radius: 0 !important;
  width: 35% !important;
  margin: 0 auto !important;
}

.up_thumb {
  position: relative;
  float: left;
  margin-right: 18px;
  margin-top: 18px;
}

.delete_up_img {
  position: absolute;
  right: -4%;
  top: -14%;
  color: #888888;
  background: #FFFFFF;
  border: 1px solid #888888;
  border-radius: 50%;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 1.25;
}
.upload_doc_div{
    position: relative;
  float: left;
  margin-right: 18px; 
}
.delete_up_doc{
    position: absolute;
  right: -4%;
  top: -14%;
  color: #888888;
  background: #FFFFFF;
  border: 1px solid #888888;
  border-radius: 50%;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 1.25; 
}
.dashboard-draft-note p{
      padding: 5em 0em 0em;
}
/*.up_thumb {*/
/* position: relative;*/
/* display: inline-block;*/
/*}*/

/*.up_thumb:hover .delete_up_img {*/
/* display: block;*/
/* opacity:20%;*/
/*}*/

/*.delete_up_img {*/
/* padding-top: 7px; */
/* padding-right: 7px;*/
/* position: absolute;*/
/* right: 0;*/
/* top: 0;*/
/* display: none;*/
/*}*/

/*.delete_up_img {*/
/* color: #000;*/
/*}*/
.logo-text-content {
  position: absolute;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  padding: 7px 7px;
  background: #F2F2F2;
  box-shadow: 0px 2px 2px #0000003B !important;
  z-index: 1;
  cursor: pointer;
}

.logo-text-content img {
  padding: 7px 7px;
  transform: translate(-25%, -33%);
}

div#logoTextmain {
  position: absolute;
  color: black;
  z-index: 9999;
  box-shadow: 0px 3px 4px #00000029;
  background-color: #fff;
  cursor: pointer;
}

.logo-text-info img {
  padding: 7px 7px;
}

.logo-text-info {
  /*padding-left:35px;*/
  /*background:#F2F2F2;*/
  font-size: 12px;
  font-family: 'Poppins';
  color: var(--dim_gray);
  background: linear-gradient(180deg, var(--white) 0%, #F4F4F4 100%) 0% 0% no-repeat padding-box;
  display: flex;
  flex-direction: row;
}

.logo-text-info .logo-text {
  font-size: 12px;
  font-family: 'medium';
}

.logo-default {
  background: #F2F2F2;
}

.logo-overlap {
  background: #FFFFFF;
}

.modal-content.nature-support-popup-content {
  background: #07830B !important;
  color: #fff !important;
  border: none;
  border-radius: 0;
}

.input-form-field.login-input-field .form-control:focus {
  box-shadow: none !important;
  border-bottom: 2px solid #12B3D1 !important;
  /*border: none;*/
}

.input-form-field.login-input-field .form-control {
  border: 1px solid #D9D7D7;
  box-shadow: 0px 1px 0px #12B3D1, 0px 0px 0px #12B3D1;
  border-bottom: none;
  font-size: 14px;
  font-family: 'regular';
  padding: 10px 12px;
  color: #888888;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-or-content:after {
  content: 'OR';
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: absolute;
  font-family: 'regular';
  top: -20px;
  right: 46%;
  background: #fff;
  font-size: 16px;
  z-index: 2;
  text-align: center;
  line-height: 2.4;
  /* left: 253px; */
  color: #909090;
}

.form-control.edit-template-name-dash {
  color: #3B3B3B !important;
}

.rounded-or-content {
  text-align: center !important;
  border-bottom: 1px solid #D9D7D7;
  z-index: 1;
  position: relative;
}

/* dashboard */
.card.leaf-badge-card {
    box-shadow: 0px 3px 6px #00000029;
    border: none;
    border-radius: 4px;
    background: transparent linear-gradient(287deg, #06F07B 0%, #4531C6 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 1em 1em;
        min-height: 18.1em;
}
/*.leaf-badge-button{*/
/*       padding-top: 3.4em;*/
/*}*/
.leaf-badge-button {
    position: absolute;
    bottom: 10%;
    left: 5%;
}
.leaf-badge-image.mb-0 {
    position: absolute;
    bottom: 0;
}
.card.marketing-booster-preview-card {
    width: 70%;
    margin: 0 auto;
    /*box-shadow: 2px 2px 10px #00000014;*/
    box-shadow:2px 0px 1px -6px rgba(0, 0, 0, 0.2), 0px 1px 1px 1px rgba(0, 0, 0, 0.14), 1px -1px 3px 0px rgba(0, 0, 0, 0.12);
}
.card.marketing-booster-preview-sub-card.marketing-booster-preview-QRsub-card {
    padding-top: 1em;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.marketing-booster-card{
   box-shadow:0px 3px 6px #00000029;
       min-height: 18.1em;
  border: none;
  border-radius: 4px;  
  background:transparent linear-gradient(287deg, #507DF3 0%, #EE0280 100%) 0% 0% no-repeat padding-box;
  /*background-image:url(../images/marketing-booster-background-image);*/
  color:#fff;
  padding:1em 1em;
}
.marketing-booster-images {
    position: absolute;
    bottom: 0%;
    left: 0%;
}
/*.marketing-booster-padding{*/
/*    padding-top:6em;*/
/*}*/
.marketing-booster-button {
    position: absolute;
    bottom: 10%;
    right: 5%;
}
.marketing-booster-main-text{
    font-size:24px;
}
.marketing-booster-sub-text{
    font-size:14px;
}
.card.dashboard-card-content {
  box-shadow: 2px 0px 1px -6px rgba(0, 0, 0, 0.2),
    0px 1px 1px 1px rgba(0, 0, 0, 0.14),
    1px -1px 3px 0px rgba(0, 0, 0, 0.12);
  border: none;
  border-radius: 0.1rem;
}

.dashboard-header {
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #D9D7D7;
}

.dashboard-header .rounded-profile {
  padding-top: 0px;
}
.preview-template-image img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.dashboard-heading {
  font-size: 18px;
  color: #414141;
  font-family: 'regular';
}

.ms-n5 {
  margin-left: -40px;
}

.search-box .form-control:focus {
  box-shadow: none;
}

.filter-box .form-select:focus {
  box-shadow: none;
  border-color: #D9D7D7;
}

.dashboard-edit-input .input-group-text {
  box-shadow: none;
}

.dashboard-edit-input .form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid #12B3D1;
  border-radius: 0px;
}

.dashboard-edit-input {
  width: 80%;
}
.dashboard-edit-input.marketing-booster-tag-edit {
    width: 85%;
}
.booster-tag-content {
    padding: 0.2em 0em;
}
.dashboard-qr-link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /*width: 22rem;*/
  width: 16.5rem;
}

.dashboard-edit-input .form-control {
  border: none;
  font-size: 16px;
  font-family: 'medium';
  color: #414141!important;
  /*text-overflow: ellipsis;*/
}
.form-floating.tag-creation-text {
    /*border: 1px solid #888888;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #D9D7D7;
    box-shadow: 0px 1px 0px #D9D7D7, 0px 0px 0px #D9D7D7;
    border-bottom: none;
}
.dashboard-qr-info .dashboard-label {
  font-size: 12px;
  font-family: 'medium';
  color: #666666;
}

.total-scans-info .total-scan-number {
  font-size: 36px;
  font-family: 'medium';
  color: #888888;
}

.scan-logo {
  font-size: 12px;
  font-family: 'regular';
  color: #888888;
  display: flex;
}
button.custom_disabled_btn.btn.btn.btn-success{
    background:#5b5b5bc9;
    pointer-events: none;
        opacity: 0.5;
}
.link-class.diasable_link {
    color: #5b5b5bc9!important;
    pointer-events: none;
    text-decoration:none;
    opacity: 0.5;
     cursor: none;
}
.btn.btn-outline-primary.custom_disabled_btn {
    color:#5b5b5bc9;
    border: 1px solid #5b5b5bc9;
    pointer-events: none;
    opacity: 0.5;
     cursor: none;
}
.btn.btn-outline-light.custom_disabled_btn {
    border: 2px solid #5b5b5bc9;
    color: #5b5b5bc9;
    pointer-events: none;
    cursor: none;
    background: #5b5b5bc9;
    opacity: 0.5;
}
button.btn.btn.btn-success {
  background: #07830B;
  /*border: none;*/
  boeder-color: #07830B;
  font-size: 16px;
  font-family: 'condensed-medium';
  border-radius: 3px;
}

.dashboard-card-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.input-group-append .btn {
  border-radius: .1rem;
}

.search-box .form-control {
  border-radius: .1rem;
}

.filter-box .filter-dropdown-input {
  border-radius: .1rem;
}

.delete-button {
  text-align: right;
}
.delete-button.tagline-back-button{
    text-align:left;
}
.delete-button.booster-model-cancel{
    text-align:left;
}
.delete-button .btn-link {
  text-decoration: none;
  color: #888888;
  font-size: 14px;
  font-family: 'regular';
}

.delete-button .btn-link:hover {
  color: #AF1313;
}

.delete-button .back-button.btn-link {
  font-size: 18px;
  font-family: 'condensed-medium';
}

.delete-button.back-button .btn-link:hover {
  color: #444444;
}

button.btn.btn.btn-success:hover {
  background-color: #199715;
}

.background-light {
  background: #F4F4F4;
}

.dashboard-graph-card {
  box-shadow: 0px 2px 1px -1px #00000029, 0px 1px 1px 0px #00000029, 0px 1px 3px 0px #00000029;
  min-height: 230px;
  border: none !important;
}

.dashboard-graph-card.card {
  border-radius: 0%;
}

.callapse-container {
  padding: 20px 20px;
}

.scan-by-device-content {
  padding-left: 1rem;
}

.dashboard-graph-card-heading {
  /*font-size: 30px;*/
  font-size: 24px;
  font-family: 'condensed-regular';
}

.dashboard-graph-card-sub-heading {
  font-size: 14px;
  color: #888888;
  font-family: 'regular';
}

.dashboard-scan-number {
  font-size: 35px;
  font-family: 'semi-bold';
}

.dashboard-collaps-card-logo img {
  width: 30px;
  height: auto;
}

.dashboard-graph-card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dashboard-table .table-bg-light {
  background-color: #F0F0F0;
}

.dashboard-table th {
  color: #666666;
  font-size: 16px;
  font-family: 'bold';
  background-color: #F0F0F0;
}

.dashboard-table.billing-table th {
  color: #666666;
  font-size: 14px;
  font-family: 'medium';
  max-width: 92px;
  background-color: #F0F0F0;
}

.dashboard-edit-input .form-control {
  padding: 0px 0px;
}

.dashboard-table.billing-table td {
  color: #666666;
  font-size: 12px;
  font-family: 'regular';
  /*max-width: 92px;*/
}

.dashboard-table td {
  color: #666666;
  font-size: 16px;
  font-family: 'regular';
}

.pagination-content {
  padding: 0px 20px;
}

.pagination-content.pagination-content {
  padding: 0px 0px;
}

.pagination-content .pagination {
  --bs-pagination-border-width: none;
  --bs-pagination-disabled-bg: none;
  --bs-pagination-color: #12B3D1;
}

.pagination .page-item {
  margin-right: 9px;
}

.page-link {
  background-color: #919191 !important;
  color: #fff !important;
  border-radius: 50%;
  font-size: 14px !important;
  width: 35px;
    text-align: center;
    height: 35px;
}

.page-link:hover {
  color: #fff !important;
  background-color: #919191 !important;
  border-radius: 50%;
}

.page-item:last-child .page-link {
  background-color: white !important;
  color: #D6D6D6 !important;
}

/*.page-item:last-child .page-link:hover {*/
/*  color: #fff !important;*/
/*  background-color: #919191 !important;*/
/*  border-radius: 50%;*/
/*}*/
.page-item:last-child .page-link:hover {
    color: #fff !important;
    background-color: #919191 !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 14px !important;
    text-align: center;
}

.page-item:first-child .page-link:hover {
  color: #fff !important;
    background-color: #919191 !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 14px !important;
    text-align: center;
}

.page-item:first-child .page-link {
  background-color: white !important;
  color: #D6D6D6 !important;
  /*padding-left:0px;*/
}

.page-link {
  border: none !important;
}

.active>.page-link,
.page-link.active {
  background-color: #0b499d !important;
  border-color: #0b499d !important;
}

.active>.page-link {
  border-radius: 20px;
}

.page-link:focus {
  border-radius: 20px;
  box-shadow: none !important;
}

.form-check-input[type=checkbox] {
  border-radius: 0em !important;
  border-color: #707070;
}

.dashboard-qr-scanner-img img {
  height: auto;
}

.search-box .input-group-append .btn-outline-secondary:focus {
  box-shadow: none;
}

.empty-dashboard {
  text-align: center;
  /*margin-top: 4rem;*/
}

.filter-dropdown-input {
  border: 1px solid #E6E6E6;
  padding: 9px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-family: 'regular';
  color: #919191;
  min-height:38px;
}

.dropdown-item.filter-dropdown-item {
  border-bottom: 1px solid #E6E6E6;
  color: #444444;
  font-size: 12px;
  padding: 7px 11px;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown-menu li:last-child a {
  border-bottom: 0px;
}

.dropdown-menu.show {
  display: block;
  width: 100%;
  border-radius: 3px;
  margin-top: 5px;
  /*transform: translate3d(0px, 48.5px, 0px) !important;*/
}

.toggle-dropdown li {
  border-bottom: 1px solid #E6E6E6;
  color: #444444;
  font-size: 14px;
  padding: 7px 11px;
  font-family: 'medium';
}

.toggle-dropdown li:last-child {
  border-bottom: 0px;
}

.search-box-input.form-control {
  font-size: 12px;
  color: #919191;
  font-family: 'regular';
}

/*forgot-password*/
.forgot-password-title {
  font-size: 18px;
  font-family: 'medium';
  border-bottom: 1px solid #E6E6E6;
  margin: 25px 20px;
  padding: 5px;
  color: #444444;
}

.forgot-password-body {
  padding: 2rem 3rem;
  font-size: 16px;
  font-family: 'regular';
}

.forgot-password-body.change-billing-details-body {
  padding: 0.3rem 1.5rem 2rem;
  font-size: 14px;
}

.shadoleaf {
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5)) !important;
}

.forgot-password-title.change-billing-details-title {
  margin: 30px 25px 0px;
}

.input-form-field.modal-input-field {
  padding: 12px 0px;
}

.input-form-field.modal-input-field .form-control {
  border: 1px solid #E6E6E6;
  border-bottom: 1px solid #888;
  ;
}

.input-form-field.modal-input-field .form-label {
  font-family: 'regular';
  color: #414141;
}

.biling-history-table .table-light {
  --bs-table-bg: #E6E6E6;
  border-color: #707070;
  color: #919191;
}

.modal-input-field .input-group-text.change-billing-input-text {
  background-color: #E6E6E6 !important;
  border: 1px solid #E6E6E6 !important;
  color: #146CE3 !important;
  border-bottom: 1px solid #A9EAF7 !important;
  font-family: 'medium';
}

.input-form-field.signup-input-field {
  padding: 0px 0px 20px;
}


#BillingInformation .table>:not(caption)>*>* {
  padding: 0.7rem 0.5rem;
}

/* profile-dropdown */
/*.profile-dropdown .dropdown-menu.show {*/
/* transform: translate3d(-27px, 33.5px, 0px) !important;*/
/* --bs-dropdown-padding-y: 0rem !important;*/
/*}*/
/*.profile-dropdown .dropdown-menu.show {*/
/* transform: translate3d(-128px, 33.5px, 0px) !important;*/
/* --bs-dropdown-padding-y: 0rem !important;*/
/* border-radius: 3px;*/
/*}*/
.profile-dropdown .dropdown-menu.show {
  transform: translate3d(0px, 33.5px, 0px) !important;
  --bs-dropdown-padding-y: 0rem !important;
  border-radius: 0px;
}

/*more-option-dropdown*/
.dropdown-menu.more-options-menu.show {
  transform: translate3d(-147.6px, 0.4px, 0px) !important;
}

.rounded-profile-image:hover {
  background-color: #D1D1D1;
}

#uploadQrScanner_div.file-upload-input {
  min-height: 100px;
  border: 1px solid #DBDBDB;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-way-card.pay-card-width {
  width: 330px;
}

/* My Account page */
.my-account-card-content .logo-text-content img {
  padding: 16px 16px;
  transform: translate(-13%, -23%);
}

.my-account-card {
  box-shadow: 0px 2px 1px -1px #00000029, 0px 1px 1px 0px #00000029, 0px 1px 3px 0px #00000029;
  border: none !important;
}

.my-account-card .profile-details-info.envirment-support {
  padding: 2rem 2rem 2rem 1.5rem;
}

.my-account-card .profile-details-info {
  padding: 2rem 2rem 2rem 4.5rem;
}

.startup-plan-info {
  padding: 2rem 2rem 2rem 1.8rem;
}

.my-account-right-seperator {
  border-right: 1px solid;
}

.vertical-seperator {
  position: relative;
}

.profile-details-info.vertical-seperator:after {
  content: '';
  width: 1px;
  height: 80%;
  border: 0.5px solid #dee2e6;
  position: absolute;
  right: -13px;
  top: 11%;
}

.dashboard-graph-card .profile-details-info.vertical-seperator:after {
  content: '';
  height: 100%;
  right: -6px;
  top: 5%;
}

.my-account-card .plan-info-card {
  padding: 1rem 2rem;
}

.plan-info-card.vertical-seperator:after {
  content: '';
  width: 1px;
  height: 85%;
  border: 0.5px solid #dee2e6;
  position: absolute;
  right: 0px;
  top: 7%;
}

.plan-information-heading {
  padding: 1rem 2rem !important;
}

/* Our-Subscription-plan */
.our-subscripion-plan-container {
  padding: 30px 60px 50px;
  background-color: #FAFAFA;
}

.our-sub-plan-card {
  background-color: #fff;
  margin: 0rem 1rem;
  padding: 16px 16px;
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 2px rgba(0, 0, 0, 0.12);
}

.our-sub-plan-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-plan-includs {
  min-height: 260px;
}

/* support-ticket-list */
.dashboard-table.support-ticket-list td {
  font-family: 'medium';
  padding: 0.7rem 1rem;
}

.input-group.date .form-control {
  border: none;
  font-size: 12px;
  color: #3B3B3B !important;
}

.input-group.date .input-group-text {
  box-shadow: none;
}

.dashboard-table.support-ticket-list th {
  padding: 0.7rem 1rem;
  vertical-align: baseline;
}

.status-in-progress {
  color: #FF6600;
}

.status-Resolved {
  color: #07830B;
}

.delete-action {
  cursor: pointer;
}

.status-new {
  color: #0B499D;
}

.status-reopened {
  color: #4594FF;
}

select#paginationSelect {
  border-radius: 3px;
}

.form-select:focus {
  box-shadow: none !important;
}

#supportTicketFilter {
  position: absolute;
}

#supportTicketFilter .support-ticket-card-content {
  border-radius: 3px;
  margin: 16px 0px;
  z-index: 1;
}

#supportTicketFilter .form-check-input {
  width: 0.7em;
  height: 0.7em;
  margin-top: 0.5em;
  border-color: #b2b2b2;
  margin-left: -1em;
}

#supportTicketFilter .form-check-label {
  font-size: 12px;
}

#supportTicketFilter .form-check-inline {
  margin-right: 0.5rem;
}

/* ticket-detail */
.chat-by-admin-content {
  background-color: #EFF8FC;
  padding: 1rem 1rem;
  border-radius: 3px;
}

.chat-by-admin {
  width: 70%;
  float: left;
}

.chat-by-you {
  float: right;
  width: 70%;
}

.chat-by-you-content {
  background-color: #EFF8EA;
  padding: 1rem 1rem;
  border-radius: 3px;
}

.card-footer {
  border-top: none !important;
  background-color: #f4f4f4 !important;
}


.ticket-detail-send-button .btn-primary {
  /*padding: 18px 33px;*/
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.w-88 {
  width: 92% !important;
}

.w-80 {
  width: 82% !important;
}

.filter-box-ticket-details .dropdown-item.filter-dropdown-item {
  color: none !important;
}

.filter-box-ticket-details .dropdown-item.filter-dropdown-item {
  font-size: 14px !important;
}

.filter-box-ticket-details .status-in-progress {
  color: #FF6600 !important;
}

.filter-box-ticket-details .status-Resolved {
  color: #07830B !important;
}

.filter-box-ticket-details .status-reopened {
  color: #4594FF !important;
}

#ticketDetailSAttach .file-upload-input {
  width: 83%;
  display: flex;
  /*height: 61px;*/
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
}

.form-control:focus {
  box-shadow: none !important;
}

.form-control {
  color: #919191 !important;
}

#ticketDetailSAttach .input-form-field {
  padding: 12px 0px;
}

#ticketDetailSAttach .input-form-field .form-label {
  font-size: 14px;
}

.filter-box-ticket-details .control-label {
  font-size: 14px;
  color: #919191;
  font-family: 'medium';
}

.background-mob-process-image {
  background-image: url(../images/affiliate-mob-new-2nd.svg);
  /*background-image: url(../images/become-affliate-mob-dash-2.svg);*/
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  height: 685px;
  position: relative;
}

.background-mob-process-image.empty-mob-affi-dash-signed {
  background-image: url(../images/mob-aff-2.svg);
  /*background-image: url(../images/become-affliate-mob-dash-2.svg);*/
}

.background-mob-process-image.empty-mob-affi-last-step {
  /*background-image: url(../images/mob-aff-3.svg);*/
   background-image: url(../images/Affiliate-after-adding-bank-details-mob.svg);
}

.process-mob-text {
  height: 210px;
  text-align: center;
  width: 191px;
  padding: 2rem 1.4rem;
}

.affiliate-process {
  position: absolute;
  top: 40%;
  left: 18%;
}

.sign-up-process {
  position: absolute;
  left: 18%;
  top: 0%;
}

.earn-process {
  position: absolute;
  bottom: -11%;
  left: 18%;
}

.create-profile-process {
  position: absolute;
  top: 20%;
  left: 25%;
}

.recommended-process {
  position: absolute;
  top: 56%;
  left: 28%;
}

.background--process-image {
  /*background-image: url(../images/Affiliate-1.svg);*/
   background-image: url(../images/become-affiliate-dash-Process-2.svg);
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
  background-position: center;
}

.background--process-image.empty-affi-dash-signed {
  /*background-image: url(../images/Affiliate-2.svg);*/
   background-image: url(../images/aff-dash-new-3.svg);
}

.background--process-image.empty-affi-dash-last-step {
  /*background-image: url(../images/Affiliate-3.svg) !important;*/
  background-image: url(../images/affiliate-after-adding-bank-detail.svg);
   /*background-image: url(../images/aff-dash-new-3.svg);*/
}


.background--process-image.empty-affi-dash-signed .process-text {
  height: 475px;
}

.process-text h2 {
  padding-bottom: 2rem;
}

.process-text {
  height: 525px;
  width: 250px;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  padding: 3rem 2rem;
}

iframe.preview-image.text-center {
  height: 122vh;
  width: 400px;
  border: 1px solid #ccc;
}

.toast-container.success-toast .toast {
  border: 2px solid #07830B;
  box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.toast-container.error-toast .toast {
  border: 2px solid #EA0404;
  box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.toast-container.warning-toast .toast {
  border: 2px solid #FFB900;
  box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.toast-container .toast {
  box-shadow: 0 0px rgba(0, 0, 0, 0.1), 0 0px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 3px;
  z-index: 9;
  width: auto;

}

.toast-container {
  position: absolute;
  top: 5%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 75vw !important;
  justify-content: center;
}

.toast-close {
  background-color: #fff;
  border: none;
  padding-left: 15px;
}

.toast-seperator {
  border-right: 1px solid #ccc;
  padding: 4px 7px;
}

.toast-container .toast-body {
  font-size: 14px;
  font-family: 'medium';
  color: #3B3B3B;
  text-align: center;
}

/* expressed-interest */
.progress-bar {
  width: 0;
  animation: progress 1.5s ease-in-out forwards;

  .title {
    opacity: 0;
    animation: show 0.35s forwards ease-in-out 0.5s;
  }
}

@keyframes progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.progress {
  --bs-progress-height: 0.3rem !important;
}

.progressDetails {
  position: absolute;
  width: auto;
  z-index: 999;
  width: 23%;

}

.progressDetails.sub-plan-info {
  position: absolute;
  width: auto;
  z-index: 999;
  width: 68%;
  left: 4rem;
  top: 2rem;
}

.progressDetails .card {
  box-shadow: 2px 0px 1px -6px rgba(0, 0, 0, 0.2),
    0px 1px 1px 1px rgba(0, 0, 0, 0.14),
    1px -1px 3px 0px rgba(0, 0, 0, 0.12);
  border: none;
  border-radius: 0px;
  margin: 5px;
  background-color: #FAFAFA;

}

.expressed-interest-progress-details .profile-details-info.vertical-seperator:after {
  right: 0px;
  height: 100%;
  top: 0%;
}

.experssed-interest-check-icon-image img {
  height: 17px;
}

.expressed-interset-device {
  color: #888888;
  font-family: 'regular';

}

.moretext {
  display: none;
}

.dashboard-table.expressed-interest-table td {
  max-width: 210px;
  min-width: 130px;
}

.progress-bar-min-width {
  min-width: 175px !important;
}

.message-min-width {
  min-width: 235px !important;
}

.progress-bar {
  background-color: #0B499D !important;
}

.top-sub-title {
  font-size: 12px;
  font-family: 'medium';
  color: #414141;
}

.pagination-select-box.dashboard-table-select {
  padding: 0px 17px;
}

.profile-welcome-name {
  font-size: 16px;
  font-family: 'regular';
  display: inline-block;
  padding-right: 12px;
  vertical-align: middle;
}

.expressed-interest-progress-details .profile-details-info:nth-child(odd) {
  border-right: 1px solid #ccc;
}

.download-form-button .dropdown-menu.show {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate3d(0px, 39.5px, -66px) !important;
  width: calc(100% - 0.5rem);
  border-radius: 0px;
}

.dropdown-menu.toggle-download-menu li {
  padding: 0px;
  font-family: 'medium';
  text-align: center;
}

.dropdown-menu.toggle-download-menu {
  padding: 0rem 0rem;
  border-radius: 0px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #0b499d !important;
  color: white !important;
}

.more-options {
  cursor: pointer;
      margin-right: 8px;
}

.w-43 {
  width: 43%;
}

.affiliate-link-dash-card {
  box-shadow: 0px 1px 8px -2px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  padding: 1rem 1.5rem;
}

.input-group-text.social-input {
  height: 39.2px !important;
  border-bottom: 0px !important;
}

.cxdialog_box {
  border-radius: 0px !important;
  width: 35%;
  text-align: center;
}

.cxdialog_btns:before {
  height: 0px;
}

.cr-boundary {
  /* width: 370px !important;
height: 300px !important;*/
}

.cxdialog_info {
  font-size: 16px;
  font-family: 'regular';
  padding: 3rem;
}

.cxdialog_btns {
  padding-bottom: 3rem;
  align-items: center;
  display: block;
}

.cxdialog_btns a.no {
  background-color: #072c5e;
  margin: 0 auto;
  font-family: 'condensed-medium';
  font-family: 'condensed-medium';
  font-size: 18px;
  padding: 8px 16px;
  line-height: 3;
}

.cxdialog_btns a.ok {
  background-color: #fff;
  color: #888888;
  font-family: 'condensed-medium';
  font-family: 'condensed-medium';
  font-size: 18px;
  padding: 8px 16px;
  line-height: 3;
      margin-right: 0.6em;
}

.delete-image-title.forgot-password-title {
  background: #fff;
  margin: 0px;
  text-align: left;
  padding: 1rem 1rem;
}

.cxdialog_btns a.ok:hover {
  background-color: #fff;
  color: #3B3B3B;
}
.graph-hide-text-affiliate{
    text-align: center;
    background-size: 100% 100%;
    font-size: 14px;
     margin:auto;
     color: #212529;
    width: 70%;
    height: calc(100% - 20px);
    background-image: url(../images/group_3386.png);
}
.graph-hide-text {
    text-align: center;
    background-size: 100% 100%;
    font-size: 14px;
    margin:auto;
     color: #212529;
   height: 47vh;
    width: 70%;
    /*color: #888888;*/
    /*height:350px;*/
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /*height: calc(100% - 20px);*/
    /* width: 100%; */
    background-image: url(../images/group_3386.png);
}
.tagline-selection-radio{
    display:flex;
}
.edit-tag-remove-button{
    padding-left:3em;
}
.edit-tagline-top-heading {
    display: flex;
    margin-top: 2em;
    align-items:center;
}
.radio-label{
    font-size:14px;
}
/*upgrade flow css*/
.renew-content {
    display: flex;
    justify-content: space-between;
    padding: 0.5em;
}

.card.renew-price-card {
    box-shadow: 2px 2px 4px #0000001F;
    border: 0.30000001192092896px solid #DEDEDE;
    border-radius: 4px;
    padding: 0.5em 0.5em;
        /*width: 60%;*/
}
.renew-graphic-image {
    position: absolute;
    right: 0%;
    bottom: 15%;
}
 .card.upgrade-info-card{
     box-shadow: 2px 2px 4px #0000001F;
    border: 0.30000001192092896px solid #DEDEDE;
    border-radius: 4px;
    padding: 0.8em 0.8em;
    background:#F5FCFF;
       width:80%;
 }
 .upgrade-price sup {
    font-weight: 700;
    font-size: 22px;
    top: -15px;
    padding-right: 0.2em;
}
.upgrade-price-toggle-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
 
}
.card.package-include-features-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 4px #0000001A;
    border: 0.30000001192092896px solid #DEDEDE;
    border-radius: 4px;
    margin: 1em 0em;
    padding: 0.8em;
    width:80%;
}
.custom-form-card{
   background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 4px #0000001A;
    border: 0.30000001192092896px solid #DEDEDE;
    border-radius: 4px;
    margin: 1em 0em;
    padding: 0.8em;
}
.upgrade-graphic-image{
    position: absolute;
    bottom: -15%;
    right: -1%;
}
.custom-upgrade-form{
    padding:1em 1em;
}
.custom-upgrade-form .form-control {
    border: 1px solid #D9D7D7;
    border-bottom-color: rgb(217, 215, 215);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    box-shadow: 0px 1px 0px #12B3D1, 0px 0px 0px #12B3D1;
    border-bottom: none;
    font-size: 14px;
    font-family: 'regular';
    padding: 10px 12px;
    color: #888888;
    min-height: 35px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.custom-upgrade-form .form-control:focus {
    box-shadow: 0px 1px 0px #12B3D1, 0px 0px 0px #12B3D1!important;
}

@media only screen and (max-width: 768px) {
    .renew-content {
    display: block;
    /*justify-content: space-between;*/
}
.renew-model-buttons {
    text-align: center;
}
.upgrade-model-button{
    text-align: center;
}
.custom-upgrade-form.text-end.custom-form-button {
    text-align: center!important;
}
 .upgrade-features-content.mt-5{
     margin-top:0em!important;
 }
    .card.upgrade-info-card {
    width: 100%;
}
.upgrade-price-toggle-content {
    display: block;
}
.monthly-annually-toggle-content {
       width: 18rem!important;
       margin-bottom:1em;
}
.monthly-annually-toggle-content .custom-plan-switch {
    font-size: 10px!important;
}
    .custom-upgrade-form{
    padding:0em 0em;
}
 .card.package-include-features-card {
    width:100%;
}
    .breadcrumb-content .fs-14{
    font-size:12px;
}
 .breadcrumb-content .home-icon img{
    /*width: 86%;*/
    margin-bottom: 0.3em;
}
    .card.leaf-badge-card{
        margin-top:1em;
    }
    .graph-hide-text {
   height: 47vh;
    width: 100%;
    }
    .dashboard-draft-note p {
        padding: 2em 0em 2em;
    font-size: 12px;
}
    iframe.preview-image.text-center {
    width: 100%;
}
    .form-floating>.form-control.form-control.services-input {
    min-height: 40px!important;
}
    .tagline-buttons.justify-content-start {
    justify-content: center!important;
}
.card.marketing-booster-preview-card {
    width: 100%;
}
    .edit-tag-remove-button{
    padding-left:0em;
}
.edit-tagline-top-heading {
    margin-top: 1em;
    align-items:baseline;
}
    .tagline-selection-radio{
    display:block;
}
.radio-template-design .form-check-input {
    margin-right: 0.3rem;
    width: 0.8em;
    height: 0.8em;
    border: 1px solid gray;
}
.Individual-form {
    margin-bottom: 3.6em;
}
    .fixed-button-container {
    bottom: 1.2%;
    }
    .fixed-button-padding {
    padding-right: 1em;
}
    .fixed-button-container {
    margin: -3.7rem -0.5em;
}
.card.template-design .card-body {
    padding: 0.5em 0em!important;
}
.template-design .template-image img {
    width: 100%;
}
.fixed-button-preview-container{
     margin:0em 1em -4.4em 0em;
}
.fixed-button-container .me-4{
    margin-right:0.8rem!important;
}
.fixed-button-form-container {
    margin: -3.7em 0em;
}
.scrolling-container {
    height: 33vh;
}
  .fixed-button-container.insert-image-modal.modal-content {
    width: 100% !important;
  }

  .mob-margin-bottom {
    margin-bottom: 16px;
  }

  .cxdialog_info {
    font-size: 14px;
    padding: 2rem;
  }

  .cxdialog_btns {
    padding-bottom: 2rem;
  }

  .our-sub-plan-card {
    margin: 1rem 0rem;
  }

  .top-heading {
    font-size: 18px;
  }

  .right-nav-btn-padding.px-5 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
.profile-dropdown .dropdown-menu.show {
    transform: translate3d(-94px, 4.5px, 0px) !important;
    --bs-dropdown-padding-y: 0rem !important;
}
  .profile-welcome-name {
    font-size: 10px !important;
    display: block !important;
    color: #5B5B5B;
    padding-left: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e3e3e3;
    font-family: 'semi-bold';
}

  .our-subscripion-plan-container {
    padding: 16px 16px;
  }

  */ body {
    padding: 0rem 0.0rem;
  }

  .password-limits-content {
    position: static;
  }

  .plr {
    padding: 0px 12px !important;
  }

  .plan-sign-up-padding {
    padding: 0rem 0rem;
  }

  .plan-info-container p {
    justify-content: center;
  }

  .main-container {
    padding: 0px 0px 0px 0px !important;
  }

  .input-form-field {
    padding: 8px 8px;
  }

  .input-form-field.login-input-field {
    padding: 12px 15px;
  }

  .border-left {
    border-left: none;
    box-shadow: none;
  }

  .header-menu-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .left-side-nav.show {
    display: block;
    position: absolute;
    z-index: 999;
    top: 66px;
  }

  .left-side-nav {
    display: none;
    width: 80%;
    height: 80vh;
    box-shadow: 2px 2px 5px #888, 0px 0px 0px #A9EAF7;
  }

  .mob-border-none {
    box-shadow: none;
  }

  .input-form-field-mob {
    padding: 10px 12px;
  }

  .button-secondary.mt-2 {
    margin-top: 0px !important;
  }

  .logo {
    padding-bottom: 1rem;
    border-bottom: none;
  }

  .rounded-profile {
    padding-top: 0px;
  }

  .logo img {
    height: 40px;
    vertical-align: middle;
  }

  .logo.login-logo img {
    height: 60px;
  }

  .mob-profile {
    padding-right: 10px;
  }

  .login-card {
    width: 60%;
    padding: 44px 12px;
  }

  .login-heading-content {
    padding: 2px 9px;
  }

  /* dashboard */


  .dashboard-collaps-card-logo img {
    width: 24px;
    height: auto;
  }

  .dashboard-edit-input {
    width: 100%;
  }

  .dashboard-buttons.justify-content-end {
    align-items: center;
    justify-content: space-around !important;
  }

  .me-sm-2.me-4 {
    margin-right: 0.5rem !important;
  }

  .dashboard-graph-card {
    min-height: 160px;
  }
 button.btn.btn-outline-light {
    font-size: 14px;
}
  .dashboard-graph-card-heading {
    font-size: 24px;
  }

  .dashboard-qr-scanner-img {
    padding-left: 0rem;
  }

  .dashboard-card-buttons {
    flex-direction: row;
    padding-top: 20px;
  }

  .dashboard-scan-number {
    font-size: 28px;
  }

  .dashboard-graph-card-sub-heading {
    font-size: 12px;
  }

  .card.dashboard-graph-card .card-body {
    padding: 0.8rem 0.8rem;
  }

  .callapse-container {
    padding: 20px 9px;
  }

  .scan-by-device-content {
    padding: 20px 1px;
  }

  .background-light {
    margin-top: 30px !important;
  }

  .total-scans-info .total-scan-number {
    font-size: 24px;
    text-align: center;
  }

  .expressed-interest-content {
    padding-top: 0.8rem;
  }

  .collapse-card-mob-margin {
    margin-top: 15px !important;
  }

  .dashboard-header {
    padding: 8px 0px;
  }

  .dashboard-header p {
    margin-bottom: 5px;
  }

  .empty-dashboard img {
    width: 100%;
  }

  .empty-dashboard {
    margin-top: 1rem;
  }


  .dashboard-edit-input {
    width: 100%;
  }

  .dashboard-qr-link {
    width: 17rem;
  }

  .dashboard-table th {
    font-size: 12px;
  }

  .dashboard-table td {
    font-size: 12px;
  }

  .dashboard-heading {
    font-size: 14px;
  }

  .dropdown-menu.show {
    border-radius: 4px;
  }

  .delete-button .btn-link {
    padding: 0px;
  }

  .dashboard-edit-input .form-control {
    font-size: 14px;
  }

  .logo.border-right {
    box-shadow: none !important;
  }

  .sign-up-plan-login-container .login-content {
    position: inherit;
    padding-bottom: 1rem;
    width: 100%;
  }

  .signup-login-stepper .QR-scanner-stepper {
    padding: 0rem 0rem 0rem 0rem;
  }

  .signup-login-stepper .qr-stepper::after {
    width: 81%;
    left: 12%;
  }

  .sign-up-plan-content {
    text-align: center;
  }

  .sign-up-plan-login-container {
    padding: 20px 0px 0px 0px;
  }

  .signup-login-stepper .qr-stepper {
    width: 85%;
    margin: 0 auto;
  }

  .payment-info-container {
    padding-right: 0rem;
  }

  .OR-content-second {
    margin-left: 0rem;
    margin-top: 2rem;
  }

  .OR-content-first {
    margin-right: 0rem;
  }

  .qr-stepper::after {
    width: 85%;
    left: 8%;
  }

  .w-80 {
    width: 68% !important;
  }

  .payment-way-card.OR-content-first::after {
    content: 'OR';
    position: absolute;
    right: -47%;
    bottom: -16%;
    width: 100%;
    font-size: 14px;
    font-family: 'medium';
    color: #919191;
  }

  .profile-details-info.vertical-seperator:after {
    content: '';
    width: 95%;
    height: 0%;
    border-bottom: 1px solid #ccc;
    position: absolute;
    right: 2%;
    top: 103%;
  }

  .dashboard-graph-card .profile-details-info.vertical-seperator:after {
    width: 92%;
    right: 4%;
    top: 116%;
    content: '';
    height: 0%;
  }

  .profile-details-info.ticket-detail-content.vertical-seperator:after {
    content: '';
    width: 100%;
    right: 0%;
    top: 105%;
  }

  .plan-info-card.vertical-seperator:after {
    content: '';
    width: 91%;
    height: 0%;
    border-bottom: 1px solid #ccc;
    position: absolute;
    right: 4%;
    top: 99%;
  }

  #supportTicketFilter {
    position: absolute;
    right: 0%;
    z-index: 9;
  }

  #ticketDetailSAttach .file-upload-input {
    display: block;
    margin-left: 0rem;
    font-size: 12px;
    width: 100%;
  }

  #ticketDetailSAttach .form-label {
    font-size: 12px !important;
  }

  .form-heading {
    padding: 1rem .5rem 0rem;
  }

  .affiliate-dash-graph {
    margin-top: 1.5rem;
  }

  .affiliate-dash-graph img {
    width: 100%;
  }

  .pagination-content {
    padding: 0px 0px;
  }

  .dashboard-edit-input .input-group-text {
    padding: 7px 5px !important;
  }

  .dashboard-table.billing-table th {
    font-size: 12px;
  }

  .dashboard-heading.affiliate-dash-mob {
    text-align: center;
  }

  .toast-container .toast-body {
    font-size: 12px !important;
  }

  .progressDetails {
    width: 92% !important;
    left: 2%
  }

  .expressed-interest-progress-details .profile-details-info.vertical-seperator:after {
    right: 5px;
    height: 0% !important;
    top: 99% !important;
    width: 98%;
  }

  .dashboard-card.mt-5 {
    margin-top: 1.5rem !important;
  }

  .expressed-interest-progress-details .profile-details-info:nth-child(odd) {
    border-right: none !important;
  }

  .expressed-interest-progress-details .profile-details-info:nth-child(6) {
    border-bottom: 1px solid #ccc;
    margin: 6px 0px;
  }

  .password-limits-content.sign-up-password-limit {
    position: static;
  }

  #planInfo {
    display: none;
  }

  .sign-up-footer .dark-blue-footer {
    background-color: #050833;
    padding: 1rem 1rem 1rem 1rem;
  }

  .sign-up-footer .light-blue-footer {
    background-color: #090E49;
    padding: 1rem 1rem 1rem 1rem;
  }

  .preview-container .done-message {
    font-size: 16px;
  }

  .QR-scanner-stepper {
    padding: 3rem 1.5rem 1rem 1.5rem;
  }
.affiliate-aggriment-modal .modal-dialog{
    max-width:100%!important;
}
.sign-up-process {
    left: 13%;
    top: 5%;
}
.affiliate-process {
    left: 40%;
    top: 28%;
}
.recommended-process {
    left: 14%;
    top: 49%;
}
.earn-process {
    left: 47%;
    bottom: -3%;
}
.process-mob-text {
    width: 230px!important;
}
}

@media only screen and (max-width: 1400px) and (min-width: 993px) {
.dashboard-qr-link {
    width:10.5rem;
  }
}

@media only screen and (max-width: 767px) {
  #supportTicketFilter .support-ticket-card-content {
    width: 94vw !important;
  }

  .popover.bs-popover-left {
      top:5%!important;
      max-width:250px;
    /*top: 27% !important;*/
    /*left: 51% !important;*/
  }

  .popover .popover-custom-arraow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height);
    position: absolute;
    height: 0.9rem;
    width: 0.9rem;
    background-color: #fff;
    top: 0rem;
    left: 46%;
    border-left: none;
    border-bottom: 1px solid #d1d5db;
    border-right: 1px solid #d1d5db;
    transform: translate(-50%, -50%) rotate(223deg);
  }

  /*.form-button.justify-content-end {*/
  /*  justify-content: center !important;*/
  /*}*/

  .select-design-container .form-button {
    text-align: center;
  }

  .sign-up-footer.text-center {
    text-align: left !important;
  }

  .dark-blue-footer .ps-5 {
    padding-left: 8px !important;
  }

  .dark-blue-footer .ps-5 img {
    height: 3.5rem !important;
  }

  .footer-light-text {
    padding-right: 1.5rem;
  }
}

@media only screen and (max-width: 500px) {
    .leaf-badge-button{
       padding-top: 1.4em;
}

    .link-class {
    font-size: 12px;
}
    .total-scans-info.expressed-interest-content .ps-5{
        padding-left: 1rem!important;
    }
    .dashboard-card-buttons .delete-button .btn-link.px-4   {
            padding-right: 0.7rem!important;
    padding-left: 0.5rem!important;
    }
    .dashboard-qr-info .ps-3 {
    padding-left: 0rem!important;
}
     .profile-dropdown .dropdown-menu.show {
    transform: translate3d(-130px, 37.5px, 0px) !important;
    --bs-dropdown-padding-y: 0rem !important;
  }
    .dashboard-qr-link {
    /*width: 10rem;*/
    width: 8rem;
  }
   .popover.bs-popover-left {
    /*max-width: 150px!important;*/
  }
    .graph-min-height {
    min-height: 300px!important;
}
    .fs-32 {
    font-size: 24px;
}
  .login-card {
    width: 90%;
    padding: 80px 12px;
  }

  .right-nav-btn-padding.px-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .delete-button .back-button.btn-link {
    font-size: 14px;
  }

  .plan-include-content {
    height: 50px;
    width: 50px;
  }

  .login-heading {
    font-size: 16px;
  }

  .btn-lg {
    padding: 0.4rem 0.4rem !important;
  }

  .change-password-container.background-color {
    height: 76vh !important;
  }

  .login-card.sign-up-login-card {
    padding: 44px 12px;
  }

  .me-sm-2.me-4 {
    margin-right: 0.5rem !important;
  }

  .btn.btn-primary.login-button {
    font-size: 16px !important;
  }

  .btn.btn-outline-primary.login-button {
    font-size: 16px !important;
  }

  .btn.btn-primary {
    font-size: 14px !important;
  }

  .btn.btn.btn-success {
    font-size: 14px !important;
  }

  .btn.btn-outline-primary {
    font-size: 14px !important;
        background: #fff;
  }

  .left-side-nav {
    display: none;
    /*width: 100%;*/
    height: 115vh;
  }

  .total-scans-info.ps-3 {
    padding-left: 0rem !important;
  }

  .total-scans-info .total-scan-number {
    font-size: 16px !important;
    text-align: left;
  }

  .dashboard-card-buttons {
    flex-direction: row;
    padding-top: 0px;
  }

  .sign-up-footer .fs-28 {
    font-size: 22px;
  }

  /*.affiliate-process {*/

  /*  left: -4%;*/
  /*}*/

  /*.sign-up-process {*/
  /*  left: 0%;*/
  /*}*/
.sign-up-process {
    left: 0%;
    top: 5%;
}
.affiliate-process {
    left: 40%;
    top: 28%;
}
.recommended-process {
    left: 7%;
    top: 49%;
}
.earn-process {
    left: 44%;
    bottom: -3%;
}
.process-mob-text {
    width: 191px!important;
}
  /*.earn-process {*/
  /*  left: 0%;*/
  /*  bottom: -9%;*/
  /*}*/

  /*.recommended-process {*/
  /*  left: 15%;*/
  /*}*/

  .create-profile-process {
    top: 19%;
    left: 16%;
  }

  .expressed-interest-content .expressed-interest-text {
    width: 160px;
}
  .form-info {
    padding-top: 1rem;
  }

  .fs-16 {
    font-size: 14px;
  }

  .top-heading {
    font-size: 16px !important;
  }

  .nav-item {
    font-size: 16px !important;
  }

  .login-container {
    min-height: 97vh;
  }
  
}

@media only screen and (max-width: 992px) {
  .scan-padding {
    padding-top: 2.5rem !important;
  }

  .dashboard-buttons.justify-content-end {
    justify-content: flex-start !important;
  }

  .dashboard-card-buttons {
    flex-direction: row;
  }

  .payment-cards-wrap {
    flex-wrap: wrap;
  }

  .our-sub-plan-card {
    margin: 1rem 0rem;
  }
}
@media only screen and (max-width: 600px) and (min-width: 360px) {
    
        .buy-scan-alert p {
    padding: 0rem 0rem!important;
}
.buy-scan-alert span.px-3 {
    padding-left: 0rem!important;
}
      .toast-container {
  width: 96vw !important;
}
    .affiliate-aggriment-modal .forgot-password-body {
    padding: 1rem 1rem;
}
       .progressDetails {
        width: 95% !important;
    left: 2%;
    font-size: 12px;
}
.summery-count {
    margin-top: -20px;
    color: #888888;
    margin-right: 9px;
    font-size: 12px;
    background: #fff;
    position: relative;
}
  .profile-dropdown .dropdown-menu.show {
    transform: translate3d(-93px, 0.5px, 0px) !important;
  }

  .QR-scanner-stepper {
    padding: 2rem 1.5rem 0rem 1.5rem;
  }

  .qr-stepper {
    margin-bottom: 0px;
  }

  .forms-note {
    float: none;
    padding-bottom: 8px;
  }

  .upload-formate {
    display: flex;
    flex-direction: column;
  }

  .file-size-details {
    margin-top: 8px;
  }

  .popover.bs-popover-left {
    /*top: 0% !important;*/
    /*left: 53% !important;*/
    /*max-width: 210px;*/
     /*transform: translate3d(-8px, 1077px, 22px)!important;*/
  }

  .pac-container.popover.bs-popover-left {
    top: 0% !important;
    left: 37% !important;
    max-width: 210px;
  }

  .change-email-content {
    flex-direction: column;
  }

  .change-email-content.text-center {
    text-align: left !important;
  }
  .make-my-payment-content img{
      width:100%;
  }
  .main-container-min-height {
    min-height: 45vh;
}
.affiliate-dash-card .comission-count{
    margin-bottom:0px;
}
.affiliate-dash-card .d-flex{
    display:block!important;
}
}

sup {
  top: 0em;
}

sub,
sup {
  position: relative;
  font-size: 1em;
  line-height: 0;
  vertical-align: baseline;
}

/*#main {*/
/*  margin: 50px 0;*/
/*}*/
#main .container{
   margin: 50px 0; 
}
#main #faq .card p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq ul {
  list-style-type: disc;
  color: #666;
  padding: 20px;
}

#main #faq .card .card-header {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 2px #00000029;
  border: 0.30000001192092896px solid #f4f4f4;
}

.card-body {
  border: 0.30000001192092896px solid #f4f4f4;
}

.font-w500 {
  font-weight: 500;
}

#main #faq .card .card-header .btn-header-link {

  display: block;
  text-align: left;
  background: #FFF;
  color: #222;
  padding: 20px;
  background: #fff;
  color: #0B499D;
  font-family: 'regular';
  font-size: 18px;
  text-decoration: underline;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: 'FontAwesome';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #fff;
  color: #0B499D;
  font-family: 'regular';
  font-size: 18px;
  text-decoration: underline;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

#main #faq .card .collapsing {
  background: #FFF;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222;
}

.small-txt {
  font-size: 11px;
}

.link-help {
  color: #146CE3;
}

.inner-section {
  border: 1px solid #DEDEDE;
  padding: 20px;
}

.help-icon {
  cursor: pointer;
}

button.multiselect.dropdown-toggle.custom-select {
  width: 100%;
  border: none;
  height: 40px;
  min-height: 40px;
  border-bottom: 1px solid #888;
  /* box-shadow: 0px 1px 0px #888, 0px 0px 0px #888; */
  font-size: 14px;
  font-family: 'regular';
  padding: 10px 12px;
  color: #888888;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #fff;
  border-radius: 3px;
}
.file-upload-input.services-file-upload-input.show_click_on.active_field_open{
     border: 1px solid #0CB1D0;
    box-shadow: 0px 1px 0px #0CB1D0, 0px 0px 0px #0CB1D0;
}


.multiselect-selected-text:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-weight: 900;
  float: right;
}

.btn-group {
  border-radius: var(--bs-border-radius);
  width: 100%;
  /*margin-top: 1.85rem;*/
}



button.btn.btn-default {
  font-family: 'condensed-medium';
}

.graph-min-height {
  min-height: 437px;
}

.scan-card-min-height {
  min-height: 243px;
}
.payment-before-image img {
    width: 100%;
    height: 450px;
}
.my-account-info-padding {
    padding-left: 2.3rem;
}
.portfolio_imgs {
    /*position: relative;*/
}
.add_gallery {
     position: initial;
    color: transparent;
    height: 1.6rem;
    background-image: url(../images/AddGallery.svg);
    /*position: absolute;*/
    /*top: 1rem;*/
    /*color: transparent;*/
    /*height: 1.6rem;*/
    /*background-image: url(../images/AddGallery.svg);*/
}
.file_input_div_new{
  /*  position:relative;*/
}
.add_gallery.create_add_gallery{
    position: initial;
    color: transparent;
    height: 1.6rem;
    width: 1.6rem;
    background-image: url(../images/AddGallery.svg);
}
.file-upload-input.file_input_div_new.portfolio {
    flex-direction: row;
}
.affiliate-aggriment-modal .modal-dialog{
    max-width:50%;
    transform:none!important;
   /*transform: translate(0%,10%)!important;*/
}
.affiliate-aggriment-modal .modal-content {
    overflow: scroll;
    height: 87vh;
}

body.modal-open {
    overflow: hidden;
    padding-right: 17px!important;
}


/*************************** start By Scan********************/
.my-account-alert{
     display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.remianing-scan-alert-profile {
    
    margin-bottom: 0px;
    background: red;
    color: #fff;
    height: 0.9rem;
    width: 0.9rem;
    text-align: center;
    border-radius: 50%;
    line-height: 1.4;
    font-size: 10px;
    font-family: 'semi-bold';
    margin-right: 11px;
}
.remianing-scan-alert-rounded-profile{
    display: none;
    margin-bottom: 0px;
    background: red;
    color: #fff;
    height: 0.9rem;
    width: 0.9rem;
    text-align: center;
    border-radius: 50%;
    line-height: 1.4;
    font-size: 10px;
    font-family: 'semi-bold';
    margin-right: 11px;
    position:absolute;
     top: -27%;
    right: -41%;
}
.update-scanning-logo {
  padding-top: 1.5rem;
  text-align: center;
  background: #fff;
 
}
.update-scan-text{
    font-size: 18px;
    font-family: 'medium';
    color: #707070;
      text-align: center;
    padding-top: 2rem;
}
.buy-update-card{
    background-color: #fff;
    width: 70%;
    /*margin: 0 auto;*/
    padding: 30px 0px;
    box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 2px rgba(0, 0, 0, 0.12);
}
.buy-update-card .btn-group {
    border-radius: 0px;
    width: 35%;
    margin: 0 auto;
    /* margin-top: 1.85rem; */
}
.update-scan-image{
    text-align:end;
}
.buy-update-card .btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn.dropdown-toggle-split:first-child, 
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
   border-radius:0px;
}
.buy-update-card .btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
    border-radius:0px;
}
.buy-update-card .btn-group .btn:hover {
    color: #3b3b3b;
     background-color:  #fff; 
    border-color: var(--bs-btn-hover-border-color);
}
.buy-scan-alert {
    padding: 8px 3px;
    font-size: 16px;
    font-family: 'semi-bold';
    color: #3b3b3b;
}
.my-account-by-scan-alert{
     padding: 8px 3px;
    font-size: 16px;
    font-family: 'semi-bold';
    color: #3b3b3b;
     width: calc(100% + 50px);
    margin: 0px -20px;
}
.buy-scan-alert p{
    padding: 0rem .8rem;
}
@media only screen and (max-width: 600px) and (min-width: 360px) {
       .card.renew-price-card {
        width: 100%;
}
.renew-radio-option {
    display: flex;
}
.renew-radio-option .renew-annual-option {
    padding-left: 6em;
}
.renew-graphic-image{
    display:none;
}
      .marketing-booster-padding{
    padding-top:2em;
}
    .upload_doc_div a{
    width: 250px;
    overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
 button.btn.btn-outline-light {
    font-size: 11px;
}
    }
      iframe.preview-image.text-center {
  height: 122vh;
  /*width: 100%;*/
}
.buy-scan-alert {
    font-size: 12px;
}
.buy-scan-alert .link-class{
    font-size:12px;
    text-align: center;
}
.buy-scan-alert .renew-scan .pull-right {
     float: none; 
}
.buy-scan-alert .renew-scan{
    text-align:center;
}
.buy-update-card {
    width: 100%;
}
.buy-scan-alert .justify-content-end {
    justify-content: center!important;
}
.buy-scan-alert .px-3 {
    padding-right: 0.2rem!important;
    padding-left: 1rem!important;
}
.close-buy-alert {
    margin-top: -2.8em;
    margin-right: -0.8rem;
}
.buy-scan-alert-mob .d-flex{
    display:block!important;
        text-align: center;
}
.update-scan-image{
    text-align:left;
    margin-bottom:1rem;
}
.update-scan-text {
    font-size: 14px;
    padding-top: 1rem;
}
.buy-update-card .fs-27 {
    font-size: 24px;
}
.buy-update-card .fs-18 {
    font-size: 14px;
}
.buy-update-card .fs-20 {
    font-size: 16px;
}
.buy-update-card .fs-25 {
    font-size: 20px;
}
.update-scanning-container .my-5 {
    margin-top: 1.4rem!important;
    margin-bottom: 2rem!important;
}
.buy-scan-alert {
    font-size: 12px;
}
.my-account-by-scan-alert{
     width: calc(100% + 40px);
    margin: 0px -20px;
    font-size: 14px;
}


@media only screen and (max-width: 768px) and (min-width: 360px) {
  
  
 
.marketing-booster-card {
    margin-bottom: 1em;
}
.marketing-booster-main-text {
    font-size: 20px;
}
.update-scan-image{
    text-align:left;
    margin-bottom:1rem;
}
.container-min-height {
    min-height: 30!important;
}
.service-file-upload:after {
    left: 46% !important;
    bottom: 8% !important;
}
.service-file-upload {
    padding: 2em 0.85em !important;
}
.service-file-upload:before {
    right: 50% !important;
    top: 0% !important;
}
.services-row-delete {
    right: -5%!important;
    bottom: 33%;
}
.dashboard-edit-input.marketing-booster-tag-edit {
    width: 100%;
}
}
@media only screen and (max-width: 1080px) and (min-width: 360px) {
.buy-update-card {
    background-color: #fff;
    width: 100%;
}
}

.filter-dropdown-input {
    border: 1px solid #E6E6E6;
    padding: 9px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-family: 'regular';
    color: #919191;
    height: 38px;
}
.field-icon {
  float: right;
  margin-right: 12px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  cursor:pointer;
}
.container-min-height {
    min-height: 49.6vh;
}
.service-file-upload:after {
    content: 'or';
    position: absolute;
    left: -0%;
    bottom: 40%;
}
.service-file-upload {
    padding: 0em 2em;
    position: relative;
}
.service-file-upload:before {
    content: 'or';
    position: absolute;
    right: 1%;
    top: 25%;
}
.card.edit-booster-card{
    box-shadow:2px 0px 1px -6px rgba(0, 0, 0, 0.2), 0px 1px 1px 1px rgba(0, 0, 0, 0.14), 1px -1px 3px 0px rgba(0, 0, 0, 0.12);
    margin: 0.5em 0em;
    position:relative;
        /*min-height: 270px;*/
}
.card.tagline-booster-textbox-card {
    position: absolute;
    width: 94%;
    bottom: 4%;
    right: 3%;
}
.dashboard-edit-input.edit-booster-tagline-card-box{
    width:100%;
}
.booster-close{
        margin-left: auto;
}
@media only screen and (max-width: 1376px) and (min-width: 768px) {
}
.dashboard-edit-input .tagline-radio-edit {
    box-shadow: none;
    border-bottom: 2px solid #12B3D1;
    border-radius: 0px;
}
.trail-model .modal-header{
    background: #0CB1D0;
    color: #fff;
}
.trail-model .modal-content {
    border-radius: 8px!important;
}
.trail-model .trail-or-content {
    padding: 2em 0em;
    text-align: center;
    font-size: 30px;
    font-family: 'medium';
    color:#3B3B3B;
}
.trial-card{
    border: 5px solid #0CB1D0;
    box-shadow: 0px 3px 6px #00000029;
    background: #FFFFFF ;
    border-radius:8px;
        width: 18em;
    min-height: 138px;
}
.trail-card-content {
    font-size:14px;
    font-family: 'regular';
    color: #3b3b3b;
}
.trail-card-content .button-info {
    padding: 3.2px 23.48px;
}
.trial-card .trail-card-heading{
    font-size:17px;
    font-family: 'medium';
}
.trial-card.trial-select-design-card{
        position: absolute;
    top: 135%;
    z-index: 9999;
}
 .trial-dash-impression-card{
      position: absolute;
    top: 35%;
    z-index: 9999;
 }
 .trial-scan-by-device-dash-card{
   position: absolute;
    top: 5%;
    z-index: 9999;  
 }
.trial-card.trial-select-tempate-card {
    position: absolute;
    top: 19%;
    z-index: 9999;
}
.trial-card.trial-dash-marketing-booster-card {
    position: absolute;
    top: -91%;
    left: 0%;
    z-index: 9999;
}
.mar-boo-tagline-arrow {
    position: absolute;
    top: -20%;
    right: 0%;
     z-index: 9999;
}
.edit-tagline-arrow {
    position: absolute;
    top: -51%;
     z-index: 9999;
}
.mark-boo-next-arrow{
    position: absolute;
    left: -38%;
    bottom: -10%;
     z-index: 9999;
}
.trial-dash-view-analytics-card{
  position: absolute;
    top: -91%;
   right: -12%;
    z-index: 9999;  
}
.trial-dash-view-analytics-card {
    position: absolute;
   top: -75%;
    right: 15%;
    z-index: 9999;
}
.trial-mar-boo-tagline-card{
     position: absolute;
    top: 70%;
    left: -7%;
    z-index: 9999;
}
.trial-mark-boos-dash-edit-card {
    position: absolute;
  top: 90%;
    left: 35%;
    z-index: 9999;
}

 .trial-card.trial-view-profile-card{
     position: absolute;
    top: -85%;
    left: 0%;
    z-index: 9999; 
 } 
  .trial-card.trial-dash-edit-profile-card{
    position: absolute;
    top: -70%;
    right: 6%;
    z-index: 999999; 
  }
  .trail-mark-boost-preview-model-card{
        position: absolute;
    top: 60%;
    left: 18%;
    z-index: 9999;
  }
  .trial-dash-social-media-clicks{
      position:absolute;
      top:-32%;
      z-index: 9999;
  }
  .trial-scan-by-city-card{
      position:absolute;
      top:-50%;
      z-index: 9999;
  }
  .trial-dash-expressed-interest-card {
    position: absolute;
    bottom: -130%;
    left: 77%;
     z-index: 9999;
}
.trial-dash-expressed-interest-arrow {
    position: absolute;
    right: -40%;
    top: 20%;
     z-index: 9999;
}
.trial-edit-tagline-card {
position: absolute;
    z-index: 9999;
    left: 0%;
    top: 47%;
}
.trial-card.trial-select-tempate-card.top-0 {
    top: 0%;
}
 .trial-card.trail-select-next{
     position: absolute;
    z-index: 9999;
    bottom: 85%;
    right: -17%;
 }
  .trial-card.trail-mark-boo-next{
         position: absolute;
    z-index: 9999;
        bottom: 95%;
    left: 12%;
 }
 .trial-left-nevigation-help-card{
    position: absolute;
    top: 15%;
    right: 8%;
    z-index: 9999;
 }
 .profile-share-arrow{
    position: absolute;
    top: 2%;
    right: -41%;
     z-index: 9999;
}
 

.trial-profile-share-card  {
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 999999;
}

.trial-card.trail-select-edit{
    position: absolute;
    z-index: 9999;
    bottom: 85%;
    right: -0%; 
 }
 .trail-select-preview{
   position: absolute;
    z-index: 9999;
        bottom: 118%;
    right: 18%;  
 }
 .trail-complete-preview{
         position: absolute;
    z-index: 9999;
    bottom: 120%;
    right: 28%;
 }
.button-info-rounded {
    background: #fff;
    font-size: 14px;
    color: #0CB1D0;
    padding: 8px 60px;
    border: 1px solid #0CB1D0;
    border-radius: 20px;
}
 .button-info-rounded:hover{
    border:1px solid #0cb1d0bf;
    color:#0cb1d0bf;
    background:#fff;
}
.button-info {
    background: #0CB1D0;
    font-size: 14px;
    color: #fff;
    padding: 8px 22px;
    border-radius: 2px;
}
.button-info:hover{
    border:1px solid #0cb1d0bf;
    color:#fff;
    background:#0cb1d0bf;
}
.watch-video-arrow{
        position: absolute;
    right: calc(0px - 126px);
    z-index: 9999999;
    top: 0px;
}
.get-started-arrow {
    position: absolute;
    bottom: calc(0px - 34px);
    margin: 0 auto;
    text-align: center;
    left: calc(111% / 2);
     z-index: 9999;
}
.dash-edit-profile-arrow {
    position: absolute;
    right: -23%;
    bottom: -11%;
     z-index: 9999;
}
/*.get-started-arrow{*/
/*    position: absolute;*/
/*        bottom: calc(0px - 85px);*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*    left: calc(67% / 2);*/

/*}*/
.select-tab-arrow{
    position: absolute;
     right: -20%;
    top: -7%;
     z-index: 9999;
}
.dash-view-analytics-arrow {
    position: absolute;
    top: 15%;
    right: -40%;
     z-index: 9999;
}
.scan-by-device-arrow{
     position: absolute;
       right: -40%;
    bottom: -11%;
     z-index: 9999;
}
.Preview-back-arrow{
    position: absolute;
    left: -32%;
    bottom: -22%;
     z-index: 9999;
}
.select-design-next-arrow{
   position: absolute;
    left: -38%;
    bottom: -54%; 
     z-index: 9999;
}
.trial-dash-marketing-booster-arrow{
      position: absolute;
    right: -37%;
    bottom: -5%;
     z-index: 9999;
}
.view-profile-arrow{
    position: absolute;
   right: -25%;
    bottom: -8%;
     z-index: 9999;
}
.Preview-publish-arrow{
position: absolute;
    left: -28%;
    bottom: -54%;
     z-index: 9999;
    }
.trail-model.modal.fade .modal-dialog {
     transform:none; 
}
.empty-dash-toast-card{
      position: absolute;
    /*top: -18%;*/
    right: 25%;
    min-width: 50%;
    min-height: 87%; 
        background: #fff;
        border: 1px solid #ccccccd1;
        z-index: 9999;
}
.empty-dash-toast-card.preview-qr-code-trail-card {
    /* bottom: 100%; */
   right: 26%;
    z-index: 99999;
    /*top: -550%;*/
    bottom:150%;
    position: absolute;
}

.toast-header{
       background: #0CB1D0;
    color: #fff;
    border-bottom: 0px;
}
.toast-header.trail-preview-toast-header{
      background: #fff;
    color: #3B3B3B;
}
h5.toast-title.trail-toast-title {
    font-size: 20px;
    font-family: 'medium';
    margin: auto;
    padding: 0.5em 0em;
}
.trail-or-content{
   padding: 2em 0em;
    text-align: center;
    font-size: 30px;
    font-family: 'medium';
    color:#3B3B3B;  
}
.get-started-trail-content {
    background: #F4F4F4;
    padding: 2em 3em 0em 3em;
    position:relative;
        width: 100%;
}
.watch-video-trail-content {
    padding: 2em 2em 0em 3em;
        width: 100%;
}
.watch-video-trail-content p{
    font-size:18px;
}
.get-started-trail-content p{
    font-size:18px;
}
.get-started-trail-content::after {
    content: 'OR';
    position: absolute;
       right: -6%;
    top: 15%;
    font-size: 18px;
    font-family: 'medium';
    color: #414141;
   height: 2.5em;
    width: 2.5em;
    line-height: 2.5;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
   border: 1px solid #AFAFAFAD;
}
 .trail-preview-or{
    padding: .5em 0em;
    text-align: center;
    font-size: 20px;
    font-family: 'medium';
    color:#3B3B3B;   
 }
 .mark-boos-dash-edit-arrow {
    position: absolute;
   top: -5%;
    right: -40%;
     z-index: 9999;
}
 .mark-boost-preview-model-arrow{
 position: absolute;
    left: 135%;
    bottom: 5%;
     z-index: 9999;
 }
 .select-left-nav-arrow {
    position: absolute;
    left: 15%;
    top: -40%;
     z-index: 9999;
}
.complete-preview-arrow{
    position: absolute;
    left: -24%;
    bottom: -51%;
     z-index: 9999;
}
.trial-card.trail-publish-card {
    position: absolute;
    z-index: 9999;
    bottom: 90%;
    right: -10%;
}
.trial-ok-empty-dash-button{
        position: absolute;
    right: -8%;
    bottom: 10%;
    
}

@media only screen and (max-width: 992px){
    .trial-card.trial-dash-edit-profile-card {
    top: 20%;
    right: 60%;
}
.trial-mark-boos-dash-edit-card {
    left: 55%;
}
}
@media only screen and (max-width: 768px){
    .upgrade-mob-price {
    display: flex;
    align-items: center;
}
.upgrade-mob-price h4{
    font-size:20px;
    }
   .upgrade-mob-price .upgrade-price sup {
    font-weight: 500;
    font-size: 18px;
    top: -14px;
    }
    .upgrade-mob-price .upgrade-price h2{
         font-size:20px;
    }

.upgrade-mob-price .upgrade-price{
     padding-left:1em;
    }
   
   
    .trial-left-nevigation-help-card {
    top: 13%;
}
.trial-scan-by-device-dash-card {
    top: 25%;
}
.select-left-nav-arrow {

    left: 53%;
}
    h5.toast-title.trail-toast-title {
    font-size: 16px;
    }
    .empty-dash-toast-card {
    position: absolute;
        /*top: 3%;*/
    right: 0%;
         margin: 3em 0em;
    }
    .watch-video-trail-content p {
    font-size: 14px;
}

.get-started-trail-content p {
    font-size: 14px;
}
.watch-video-arrow {
    top: -54%;
    right: 50%;
}
.get-started-trail-content::after {
    right: 45%;
    top: -12%;
    font-size: 14px;
}
.watch-video-trail-content {
    padding: 1em 1em 0em 1em;
}
.get-started-trail-content {
    padding: 1em 1em 0em 1em;
}
.get-started-arrow {
    position: absolute;
    bottom: calc(0px - 33px);
    margin: 0 auto;
    text-align: center;
    left: calc(32% / 2);
}
.trial-card.trial-select-design-card {
    top: 183%;
}
.trial-card.trail-select-next {
    bottom: 100%;
    right: 11%;
}
.select-design-next-arrow {
    left: 70%;
    bottom: -90%;
}
.Preview-back-arrow {
    left: 40%;
    bottom: -30%;
}
.Preview-publish-arrow {
    left: 65%;
    bottom: -80%;
}
.trial-card.trial-view-profile-card {
    position: absolute;
    top: -70%;
    left: 0%;
}
.trial-card.trial-dash-edit-profile-card {
    top: 30%;
    right: 40%;
}
.trial-card.trial-dash-marketing-booster-card {
    top: -100%;
    left: 6%;
}
.mark-boo-next-arrow {
    left: 35%;
    bottom: -55%;
}
.mark-boost-preview-model-arrow {
    position: absolute;
    left: 90%;
    bottom: -20%;
}
.trail-mark-boost-preview-model-card {
    top: 55%;
    left: 13%;
}
.trial-dash-view-analytics-card {
    top: -10%;
    right: 45%;
}
.dash-view-analytics-arrow {
    top: 64%;
    right: 50%;
}
.complete-preview-arrow{
   left: 20%;
    bottom: -70%;
}
.trail-complete-preview{
     bottom: 110%;
    right: 20%;  
}
 .trial-card.empty-dash-toast-card {
        width:100%;
    }
/*.Preview-back-arrow {*/
/*    bottom: -85%;*/
/*}*/
}
@media only screen and (max-width: 600px){
 .fixed-button-preview-container {
    margin: 0em 1em -3.75em 0em;
}
/*.fixed-button-container {*/
/*    bottom: -10.8%;*/
/*}*/
    .trial-card {
    width: 16em;
    }
    .trial-scan-by-device-dash-card {
    top: 19%;
}
    .trial-card.empty-dash-toast-card {
        width:100%;
    }
    .empty-dash-toast-card {
    /*top: -26%;*/
    right: 0%;
    margin: 2em 0em;
}
  .trial-dash-view-analytics-card {
    top: -3%;
    right: 22%;
}
.trial-dash-expressed-interest-card {
    position: absolute;
    bottom: -337%;
    left: -80%;
}
.empty-dash-toast-card.preview-qr-code-trail-card {
    right: 5%;
}
.trial-dash-expressed-interest-arrow {
    top: 73%;
    right: -36%;
}
.trial-card.trial-view-profile-card {
    position: absolute;
    top: -50%;
    left: 0%;
}
.trial-card .trail-card-heading {
    font-size: 14px;
}
.trial-card p.fs-14{
    font-size:12px;
}
.trial-dash-marketing-booster-arrow {
    position: absolute;
    right: -30%;
    bottom: -16%;
}
.mar-boo-tagline-arrow {
    position: absolute;
    top: -45%;
    right: 40%;
}
.trial-mark-boos-dash-edit-card {
    left: 25%;
}
.trial-profile-share-card {
    left: -22%;
}
.trial-card.trail-mark-boo-next {
    bottom: 145%;
    left: 17%;
}
}
@media only screen and (max-width: 400px){
    .leaf-badge-button {
    bottom: 3%;

}
    .empty-dash-toast-card {
        right: 0%;
    margin: 1em 0em;
    }
     .trial-scan-by-device-dash-card {
    top: 22%;
}
     .watch-video-trail-content p {
    font-size: 12px;
}

.get-started-trail-content p {
    font-size: 12px;
}

.empty-dash-toast-card.preview-qr-code-trail-card {
    right: 2%;
}
.trial-card.trial-dash-edit-profile-card {
    top: 30%;
    right: 32%;
}
.trial-mark-boos-dash-edit-card {
    left: 11%;
}
}
.service-custom-delete{
        margin-left: 0em;
}
@media only screen and (min-device-width: 601px) and (max-device-width:767px) {
    .card.renew-price-card {
    width: 60%;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {
    .file-upload-input.services-file-upload-input {
    min-width: 60px!important;
}

}
 @media only screen and (min-device-width: 1025px) and (max-device-width:1360px) {
.service-custom-delete{
        margin-left: 7em;
}

}
 @media only screen and (min-device-width: 360px) and (max-device-width: 767px) {
     .service-custom-delete{
        margin-left: 0em;
}
 }
  @media only screen and (min-device-width: 769px) and (max-device-width: 992px) {
      .change-email-content.text-center {
    text-align: center !important;
}
.change-email-content {
    flex-direction: column;
}
  }
  
  @media only screen and (max-device-width: 360px){
         .me-sm-2.me-4 {
    margin-right: 0.3rem !important;
}
.btn.btn.btn-success {
    font-size: 12px !important;
}
/*.btn-lg {*/
/*    padding: 0.3rem 0.3rem !important;*/
/*}*/
.btn.btn-outline-primary {
    font-size: 12px !important;
}
.btn.btn-primary {
    font-size: 12px !important;
}
.dashboard-qr-link {
    width: 4rem;
}
.change-email-content.text-center {
    text-align: center !important;
}
.change-email-content {
    flex-direction: column;
}
  }