/* Fonts */

.fs-8 {
  font-size: 48px;
}

.fs-7 {
  font-size: 1.1em;
}

.fs-9 {
  font-size: 1.4em;
}

.oxy {
  font-family: Oxygen;
}

/* Text colors */

.color-dblue {
  color: darkblue;
}

.color-pink {
  color: pink;
}

.color-violet {
  color: #7107db;
}

.color-violet2 {
  color: rgb(123, 123, 123);
}

.color-pink2 {
  color: #ff962a;
}

.color-coral {
  color: #cc4b8d;
}

.accept {
  color: #00b536;
}

.question {
  color: #f7ae50;
}

.reject {
  color: #f46a77;
}

/* Titles */

.title-1 {
  font-family: "Oxygen", sans-serif;
  font-size: 46px;
  text-align: center;
  padding-bottom: 30px;
  margin: auto;
}

.title-2 {
  color: #3500d4;
  font-family: Oxygen;
  font-size: 1.4em;
}

.title-3 {
  font-family: Oxygen;
  font-size: 1.1em;
  font-weight: bold;
  color: rgb(119, 131, 232);
}

/* Backgrounds */
.background-pos {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("/images/daShapes3.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-2 {
  background-image: url("/images/daCustomShapesv4-01.png");
}

.background-3 {
  background-image: url("/images/daShapes2.png");
  background-color: #f5f5ff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.background-4 {
  background-image: url("/images/daShapes1.png");
  padding-top: 70px;
  padding-bottom: 70px;
}

.background-5 {
  background-color: white;
  background-image: url("/images/daShapes5.png");
  color: rgb(33, 38, 114);
  padding-top: 70px;
  padding-bottom: 70px;
  line-height: 1.6;
  text-align: center;
  box-shadow: 0 2px 10px rgba(137, 127, 253, 0.2);
}

.background-6 {
  background-color: white;
  text-align: left;
  background-image: url("/images/dealia-shapes.png");
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: top;
}

.background-7 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(116, 116, 253), rgb(0, 72, 185)) repeat scroll 0% 0%;
}

.background-8 {
  background: white;
  color: #4b3564;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bg-pos-top {
  background-position: top;
}

/* Buttons */

.button-1 {
  background: cornflowerblue;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 6px 10px;
  font-weight: bold;
  margin-top: auto;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.button-1:hover {
  background: #5000ff;
  /* color: white; */
}

.button-2 {
  border: none;
  background-color: #d068c5;
  color: white;
  border-radius: 6px;
  padding: 10px 20px;
  width: 100%;
  font-weight: bold;
  font-size: 1.1em;
  width: fit-content;
  display: inline-block;
  text-decoration: none;
}

.button-2:hover {
  background-color: #a95bcc;
}

.button-3 {
  border-radius: 20px;
  background-color: #7313a8;
  height: 48px;
  border: none;
  color: white;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  margin: auto;
}

.button-3:hover {
  border-radius: 20px;
  background-color: #951bd6;
  border: none;
  color: white;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.button-4 {
  /* border-top-right-radius: 30px;
  border-bottom-left-radius: 30px; */
  background-color: rgb(200, 70, 192);
  border: solid 4px #f6aae7;
  border-radius: 0 30px 0 30px;
  color: white;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 12px 70px;
  text-decoration: none;
  display: inline-block;
  width: auto;
}

.button-4:hover {
  background-color: rgb(71, 22, 248);
  border: solid 4px rgb(142, 148, 249);
  border-radius: 30px 0 30px 0;
  /* border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  color: white; */
}

.button-5 {
  background: #3500d4;
  width: auto;
  color: white !important;
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none;
}

.button-5:hover {
  background: rgb(119, 131, 232);
  /* color: white;
  padding: 10px 14px;
  border-radius: 6px; */
}


.button-6 {
  border: solid 1px rgb(119, 131, 232);
  background-color: transparent;
  color: rgb(119, 131, 232);
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1.1em;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

body {
  width: 100%;
  font-family: "Fredoka", sans-serif !important;
  font-size: 16px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.dealiaContainer {
  margin-right: 0;
  margin-left: 0;
  position: sticky;
  top: 0px;
  z-index: 1003;
  width: 100%;
  transition: transform 0.3s ease 0s;
  border-bottom: 1px solid rgb(231, 237, 246);
  transform: translateY(0px);
  background: white;
}

ul {
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: unset;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.start {
  display: flex;
  background: white;
  box-shadow: 0 2px 10px rgba(206, 202, 236, 0.2);
  align-items: center;
  position: relative;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  flex-direction: column;
  -moz-box-pack: center;
  justify-content: center;
}

.FeatureImg {
  width: 100%;
  object-fit: contain;
}

.main {
  padding-top: 1em;
}

.start+.main {
  padding-top: 104px;
}

.dropdown-item.active,
.navbar-nav .nav-link.active {
  background: none;
  color: #5f34ff !important;
}

.nav-link:hover {
  color: #5f34ff !important;
}

.dropdown-item:hover {
  background: none;
  color: #5f34ff;
}

.daMegaMenu .dropdown-menu {
  width: 1000px;
}

.menuResources .dropdown-menu {
  width: 800px;
}

.daMobileScroll {
  max-height: calc(-24px + 100vh);
  overflow-y: auto;
}

.daFeatureMenu,
.daResourceMenu {
  padding-bottom: 20px;
  padding: 0;
}

.daResourceMenu {
  padding-top: 20px;
  padding-bottom: 10px;
}

.daFeatureMenu p,
.daResourceMenu p {
  font-size: 14px;
}

.dropdown-menu[data-bs-popper] {
  right: auto;
  left: auto;
}

.daFeatureMenu a,
.daResourceMenu a {
  padding: 0;
  font-family: Oxygen;
  color: #4b3564 !important;
}

.daCaseMenu a {
  padding-left: 0;
  padding-bottom: 20px;
  font-family: Oxygen;
}

.daFeaturesCont {
  background: white;
  padding-top: 50px;
  padding-bottom: 50px;
}

.EmbedOptionsContainer .embedInner,
.daValuesInner,
.daAffiliateInner {
  padding: 20px;
  background-color: white;
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 10px;
}

.affliateFAQList {
  display: block;
  list-style: inside;
  padding-bottom: 50px;
}

.daEmbedOptions {
  padding-bottom: 20px;
  padding-top: 50px;
}

.daErrorMsg {
  background-color: #f9f1e0;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  color: #665a35;
}

.daEmbedAutomated,
.daEmbedManual {
  display: flex;
  flex-direction: column;
}

.daEmbedManual h3,
.daAffiliateInner h3 {
  color: #df08c8;
  font-family: oxygen;
}

.daEmbedAutomated .embedInner,
.daEmbedManual .embedInner {
  font-size: 18px;
  box-shadow: 0 2px 10px rgba(137, 127, 253, 0.2);
}

.daWholesale {
  color: white;
  font-size: 28px;
  text-align: center;
}

.daWholesale h3 {
  color: pink;
  font-family: oxygen;
  padding-bottom: 20px;
  text-align: center;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: auto;
}

.nav-link:focus-visible {
  box-shadow: none;
}

.daMissionImg,
.da_Operate_img {
  max-width: 100%;
}

.daEmbedOptions p,
.daAboutContainer1 h5,
.daAffiliateContainer1 h5,
.daAboutContainer4 p,
.daAffiliateContainer2 h5 {
  padding: 20px;
  line-height: 1.7;
}

.daAboutContainer4 h2 {
  padding: 30px;
}

.UserTitleRegister {
  font-family: Oxygen;
  font-size: 1.8em;
  padding-bottom: 30px;
  padding-left: 2em;
}

.userText {
  padding-left: 3em;
  font-size: 1.2em;
  padding-right: 1em;
}

.thisFeatureInner i,
.CSInner i,
.transNegoInfo i {
  font-size: 30px;
  color: #ea74bc;
  margin: auto;
  display: block;
  text-align: center;
}

.userRocket {
  max-height: 100%;
  width: 40px;
}

.daLoginUserImg {
  display: flex;
}

.daLoginUserImgCont {
  padding: 2em;
}

.transNegoInfo i {
  color: #d75dbe;
}

.thisFeatureInner h4,
.CSInner h4 {
  font-family: oxygen;
  text-align: center;
}

.thisFeature,
.thisCS,
.daValuesWrap,
.daAffiliateWrap {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.thisFeatureInner,
.CSInner {
  background: white;
  border: solid 1px lavender;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(137, 127, 253, 0.2);
  flex-direction: column;
  flex: 1;
  margin-top: auto;
}

.CSInner img,
.thisFeatureInner img {
  object-fit: contain;
  height: auto;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
  border-radius: 6px;
}

.daFeaturesMenuTitle p,
.daCaseMenu p {
  margin-left: 10px;
}

.MegamenuProductCol p,
.MegamenuResourceCol p,
.daAboutContainer2 h4,
.daAffiliateContainer2 h5 {
  color: white;
}

.MegamenuResourceCol p {
  margin-top: 70px;
}

.daMenuProductContainer {
  padding: 0;
}

.MegamenuProductCol,
.MegamenuResourceCol {
  background: #5a56d2;
  display: flex;
}

.MegamenuProductCol h5,
.MegamenuResourceCol h5 {
  font-size: 30px;
  font-family: Oxygen;
  color: white;
  align-items: top;
  display: flex;
}

.daCaseMenu {
  background: #fff6fb;
}

.daMegaMenu .dropdown-menu li,
.menuResources .dropdown-menu li {
  display: block;
}

.dealiaHeader,
.dealiaSearch,
.dealiaFooter {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
  height: 104px;
  -moz-box-pack: justify;
  justify-content: center;
  padding: 0 32px;
}

.dealiaSearch {
  max-width: 100%;
  height: 54px;
  padding-right: 100px;
  padding-left: 100px;
  background: rgb(71, 22, 248);
}

.form-inline i {
  position: absolute;
}

.icon {
  padding: 10px;
  min-width: 40px;
}

ul {
  list-style: none;
  display: flex;
  align-items: center;
  float: right;
  flex-wrap: wrap;
}

#naventry-dashboard::marker {
  color: white;
}

.daForgotLink,
.daSignUp {
  padding-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #5b3cf2;
}

.daSignUp {
  padding-top: 0;
}

.daLoginForm,
.daResetForm {
  background-color: #f5f4fb;
  border-radius: 6px;
  padding: 20px 50px 50px 50px;
}

.daLoginForm h3,
.daResetForm h5 {
  padding-bottom: 10px;
  font-family: oxygen;
  color: #0505b1;
  margin-left: 0;
}

.accept,
.question,
.reject {
  font-size: 20px;
}

.daLoginForm input,
.daResetForm input,
textarea {
  border: solid #d4bff9 1px;
}

.daLoginForm .form-label,
.daResetForm .form-label {
  padding-left: 0;
  font-weight: bold;
  color: darkblue;
}

.NegoContainer h5,
.flowchartpadding {
  padding-bottom: 30px;
}

.daAboutBtn {
  width: auto;
  margin: auto;
  display: block;
}

.dealiaMenu li {
  display: inline-flex;
  padding: 0 20px;
  justify-content: center;
}

.dealiaMenu a {
  text-decoration: none;
  color: #4b3564;
  font-weight: 600;
}

.dealiaMenuRight {
  display: flex;
  width: auto;
  align-items: center;
}

.da_int_button {
  background: #fd96e3;
  width: fit-content;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.dealiaStartforFree a {
  background-color: rgb(97, 29, 179);
  margin-top: 20px;
}

.da_scraping_list {
  display: block;
}

.da_scraping_list li {
  margin-top: 20px;
  line-height: 1.7;
  font-size: 18px;
}

.da_scraping_list li i {
  color: rgb(119, 131, 232);
  margin-right: 10px;
}

.bg-light {
  background-color: transparent !important;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;

  width: 100%;
}

.form-inline .form-control {
  display: inline-block;
  vertical-align: middle;
}

.mr-sm-2 {
  margin-right: 0.5rem !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
  padding-left: 30px;
}

.search-item {
  width: 50%;
}

.search-location {
  width: 97%;
}

.search-distance {
  width: 10%;
  padding: 8px;
}

.btn-outline-success {
  color: white;
  background-color: rgb(97, 29, 179);
  border: none;
}

.HomeQMSform .btn-outline-success:hover,
.form-newsletter .btn-outline-success:hover {
  background: blueviolet;
}

.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.dealiaProductDivide2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dealiaProductDivide2 i {
  color: rgb(76, 71, 249);
  padding-right: 10px;
}

.dealiaIntTopContainer .dealiaProductQMS2 {
  padding-top: 0;
}

.dealiaProductQMS2 h1 {
  font-size: 50px;
  font-family: "Oxygen", sans-serif;
  color: rgb(109, 9, 255);
  margin: 0;
}

.dealiaProductQMS2 strong {
  color: #4b3564;
  font-size: 56px;
}

.dealiaProductQMS2 h2 {
  font-size: 1.2em;
  color: #4b3564;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}

.HomeQMSform {
  padding: 0 !important;
}

#email {
  height: 50px;
}

.dealiaIntTopContainer .dealiaProductQMS {
  background: none;
}

.dealiaWhy i {
  font-size: 40px;
  color: rgb(172, 109, 208);
}

.dealiaWhyContainer {
  background: #f8f8f8;
}

.dealiaWhy .dealiaProductQMS2 {
  background: white;
  border: solid 1px #edf0e8;
  border-radius: 10px;
  flex: 1;
}

.dealiaIntegration .dealiaProductQMS2 {
  border: none;
}

.daOper {
  color: pink;
  font-family: Oxygen;
}

.daNegoFlowChart h3,
.daAboutContainer4 p {
  font-size: 20px;
  color: #7107db;
}

.daNego {
  display: flex;
  text-align: center;
  justify-content: center;
}

.NegoInner {
  background: white;
  padding: 20px;
  border-radius: 6px;
  border: solid 1px #f1f1ff;
}

.NegoInner2 {
  display: flex;
  align-items: center;
}

.dealiaEasyContainer h3 {
  color: #4825c8;
}

.dealiaFeaturesContainer h3 {
  color: rgb(240, 145, 128);
}

.abNum {
  color: pink !important;
  font-family: oxygen;
}

.dealiaEasy .dealiaProductQMS2 {
  background: white;
  border-radius: 10px;
  border: lavender;
  flex: 1;
}

.dealiaEasy,
.dealiaWhy,
.datransNegoInner {
  display: flex;
}

.dealiaIntTopContainer .dealiaProductQMS2 label {
  color: darkblue;
  font-size: 16px;
  line-height: 60px;
  font-weight: bold;
}

.dealiaSignupContainer strong {
  color: rgb(159, 21, 198);
}

.homeEmailSubs {
  padding-top: 20px;
}

.dealiaProductList {
  height: auto;
  background: rgb(242, 244, 245) none repeat scroll 0% 0% !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bb {
  margin: 10px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-left: 15px;
  margin-top: 15px;
}

.dealiaProductContainer img {
  height: auto;
  object-fit: cover;
  width: 100%;
  max-width: none;
  max-height: none;
}

.dealiaProductContainer h3 {
  color: rgb(4, 58, 121);
}

.dealiaProductContainer a {
  text-decoration: none;
  color: black;
}

.dealiaProductContainer p {
  margin-top: 0;
}

.end {
  background: rgb(31, 36, 56);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  align-items: center;
  display: flex;
  width: 100%;
  flex-direction: column;
  -moz-box-pack: center;
  justify-content: center;
}

.dealiaFooter {
  height: auto;
  align-items: baseline;
  margin-top: 50px;
  margin-bottom: 50px;
}

.dealiaFooter a {
  text-decoration: none;
  color: rgb(21, 112, 197);
  font-weight: 600;
}

.footerMenu {
  display: block;
  margin-bottom: 6px;
}

.footerMenu ul {
  display: block;
  float: none;
}

.footerMenu li {
  padding-bottom: 20px;
  color: white;
}

.footerTitle {
  font-weight: 800;
  font-size: 20px;
  color: white;
}

.footerMenu a {
  color: rgb(182, 202, 240);
}

.footerMenu a:hover {
  background: none;
  color: #5f34ff !important;
}

.form-newsletter label {
  color: white;
  padding-bottom: 10px;
}

.form-newsletter .form-control {
  margin-top: 10px;
  margin-bottom: 20px;
}

.form-newsletter .btn-outline-success {
  width: 100%;
  margin-top: 20px;
}

#email,
#name {
  height: 40px;
}

.dealiaNewsletter {
  border-left: solid 1px rgb(182, 202, 240);
  padding-left: 56px !important;
}

.dealiaNewsletter h3 {
  color: white;
  font-size: 26px;
  margin-left: 0;
}

.dealiaNewsletter p {
  color: rgb(182, 202, 240);
  line-height: 24px;
  font-size: 13px;
}

.footerLegal,
.footerRight,
.daNegoFlowChart {
  display: flex;
}

.daNego i {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footerLegal {
  float: right;
  justify-content: right;
}

.footerRight {
  float: right;
}

.footerLegal li,
.footerRight li {
  margin-right: 20px;
  color: rgb(182, 202, 240);
}

.footerLegal a {
  color: rgb(182, 202, 240);
}

.daFreeTrial {
  padding-top: 40px;
  font-size: 20px;
  line-height: 2.2;
}

.daFreeTrial i {
  color: fuchsia;
  padding-right: 20px;
}

.daPricePlanHead {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
}

.PlanSwitchContainer {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.daPricingWeb {
  padding-top: 50px;
}

.accordion-item {
  border: none;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
  border-color: pink;
  background-color: lavender;
  box-shadow: unset;
  border-radius: 6px;
}

.accordion-button {
  background: #f7f7f9;
}

.daFAQ {
  padding-bottom: 100px;
}

.daFAQ h2 {
  font-size: 50px;
  font-family: "Oxygen", sans-serif;
  padding-top: 40px;
}

.accordion-item .accordion-button {
  font-size: 26px;
  font-family: Fredoka;
  font-weight: bold;
}

.accordion-item .accordion-body {
  font-size: 20px;
}

.featuresNote2 {
  font-size: 18px !important;
  line-height: 1.6;
}

.planName2 h4,
.daAffiliateInner span {
  font-size: 24px !important;
}

.productFilter {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.productFilter .form-inline {
  margin: 0;
}

.bg-warning,
.bg-success,
.bg-info,
.bg-dark {
  background-color: #ffb200 !important;
  padding: 10px;
  font-size: 14px;
}

.bg-success {
  background-color: #63c86e !important;
}

.bg-info {
  background-color: #b4b2b7 !important;
}

.bg-dark {
  background-color: #3b89ec !important;
}

.productTabs,
.formsTabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs {
  float: left;
  border: none;
}

.nav-tabs .nav-link.active {
  background-color: rgb(94, 72, 172);
  color: white;
}

.nav-link {
  color: black;
}

.fade:not(.show) {
  display: none;
}

.integratePlugin,
.myFromsInner,
.transNegoInfo {
  background-color: white;
  padding: 30px;
  line-height: 30px;
  background: #fcf9ff;
  border-radius: 20px;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(48, 31, 176, 0.2);
}

.integratePluginContainer,
.myFromsContainer,
.transNegoContainer {
  margin-bottom: 20px;
  text-align: center;
}

.table1 {
  padding: 0.5rem 0.5rem;
  width: 100%;
}

.pricePlanTableBody {
  margin-top: 10px;
  text-align: center;
  border: solid 6px rgb(94, 72, 172);
  border-radius: 28px;
  padding: 0;
}

.popularPlan {
  background: #ffd6d6;
}

.planName p {
  font-size: 20px;
  font-weight: 900;
  color: #545fb9;
}

th,
td {
  border: 1px solid lavender;
  text-align: center;
}

.planFeatures {
  background: rgb(94, 72, 172);
  color: white;
  border-top-left-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  border: none;
}

.planFeatures1,
.planFeatures2,
.planFeatures3,
.planFeatures4,
.planFeatures5,
.planFeaturesLast {
  background: rgb(94, 72, 172);
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  border: none;
}

#v-pills-tabContent {
  margin-bottom: 100px;
}

.planFeaturesLast {
  border-bottom-left-radius: 20px;
}

.planName {
  text-align: center;
  border: none;
}

.popularPlanHeader {
  border: solid 2px pink;
  border-radius: 20px;
  padding: 20px;
}

.planFeatureIncluded,
.pricePlanTable,
#v-pills-plan .form-switch,
.securitySet,
.userNameContainer,
.ATQbtnContainer,
.featuresContain,
.daPricingWeb .form-switch {
  display: flex;
  align-items: center;
  justify-content: center;
}

.planFeatureIncluded p {
  margin: 0;
}

#v-pills-plan .featuresNote,
.daPricingWeb .featuresNote {
  font-size: 15px;
  color: #2520b7;
  font-weight: normal;
  padding: 20px;
}

.featurestitle {
  background: #f7f7f9;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}

td.roundCornerCell {
  border-top-left-radius: 20px;
}

#v-pills-plan .fa-circle-check,
.daPricingWeb .fa-circle-check {
  color: fuchsia;
}

#v-pills-plan .fa-circle-xmark,
.daPricingWeb .fa-circle-xmark {
  color: #b5b5ce;
}

.annual {
  background: lavender;
  border-radius: 20px;
  padding: 10px 20px;
  float: left;
  margin-left: 20px;
}

/* Media queries */

@media only screen and (max-width: 991px) {

  .dealiaLogo,
  .dealiaMenu,
  .start {
    display: none;
  }

  .navbar-collapse {
    background: white;
  }

  .navbar-nav {
    float: none;
    font-size: 1.2em;
    font-weight: bold;
  }

  .navbar-nav li {
    padding: 20px;
    border-bottom: lavender solid 1px;
    width: 100%;
  }

  .dealia-mobile-drop {
    width: 100%;
    border: none;
  }

  .mobile-space {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 992px) {
  .dealiaMobileMenu {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .statsListingTitle {
    padding-top: 30px;
  }

  .annual {
    float: none;
    margin-left: 0;
  }

  .annual_text {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .d-none-mob {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 800px) {

  .settingContainers .settingMenuLeft,
  .settingContainers .settingDetailsRight {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {

  .admin-desktop-menu,
  .NegoContainer {
    display: none;
  }

  .dealiaProductQMS2 {
    padding: 30px;
  }

  .footerLegal,
  .footerRight {
    float: none;
    justify-content: center;
    padding-bottom: 20px;
  }

  .dealiaFooter {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .dealiaEasy,
  .dealiaWhy {
    padding-bottom: 20px;
  }

  .dealiaProductQMS {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    background: none;
  }

  .my-2 {
    margin: 0 !important;
  }

  .settingMenuLeft #v-pills-tab,
  .settingMenuLeft .flex-column {
    flex-direction: unset !important;
    font-size: 1rem;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .dealiaProductQMS {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .dealiaStartforFree {
    display: flex;
    justify-content: center;
  }

  .settingMenuLeft .nav-link {
    padding: 0.5rem 0.5rem;
    font-size: 14px;
  }

  .row {
    --bs-gutter-x: 0.5rem;
  }

  .icon {
    padding: 16px;
  }

  .table1 {
    display: block;
    overflow-x: auto;
    width: auto;
    flex-wrap: nowrap !important;
  }

  .dealiaProductQMS2 {
    padding: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .prod_image {
    display: none;
  }

  .product-title-table {
    width: 41.66666667%;
  }

  .productHeader h2 {
    font-size: 10px;
  }

  table {
    border-collapse: collapse;
  }

  .dealiaProductQMS2 strong {
    font-size: 46px;
  }

  .dealiaProductQMS2 h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .background-8 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dealiaNewsletter {
    border-top: solid 1px rgb(182, 202, 240);
    padding-left: 0 !important;
    border-left: none;
  }

  .dealiaWhy .dealiaProductQMS2,
  .dealiaEasy .dealiaProductQMS2,
  .daEmbedAutomated .embedInner,
  .daEmbedManual .embedInner {
    margin-bottom: 20px;
  }
}

.loader-spinner-wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 1111;
}

.password_validity {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-body-color);
}

.password_validity__valid {
  color: #198754;
}

.password_validity__invalid {
  color: #dc3545;
}

.password-toggle {
  cursor: pointer;
}

.big-photo {
  width: 100%;
}

/* #home feautres widget */
.widget-container {
  display: flex;
}

.widget-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 40%;
}

@media screen and (max-width: 991.98px) {
  .widget-left {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    flex-basis: auto;
  }
}

.widget-left .item {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 70vh;
  position: relative;
}

@media screen and (max-width: 991.98px) {
  .widget-left .item {
    height: auto;
  }
}

.widget-left .item-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-bottom: 48px;
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .widget-left .item-group {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    gap: 24px;
  }
}

.widget-left .item-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* padding-right: 112px; */
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .widget-left .item-left {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    flex-basis: auto;
  }
}

.widget-left .item-right {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  flex-basis: auto;
  justify-content: center;
}

@media screen and (max-width: 991.98px) {
  .widget-left .item-right {
    display: flex;
  }
}

.widget-left .widget-photo {
  max-width: 100%;
}

.widget-right {
  display: flex;
  flex-direction: column;
  width: 60%;
  height: auto;
  position: relative;
}

@media screen and (max-width: 991.98px) {
  .widget-right {
    display: none;
    opacity: 0;
  }
}

.widget-right .list {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 70vh;
  position: sticky;
  top: calc(50% - 35vh);
}

.widget-right .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: absolute;
  z-index: 5;
  top: 0px;
  opacity: 0;
  transition: opacity 0.4s ease 0s;
}

.widget-right .list .active {
  opacity: 1;
  z-index: 10;
}

.widget-right .widget-photo {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.btn-dealia-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #d4bff9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #d4bff9;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #d4bff9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  /* --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa; */
}