.error-message{
    color: red;
}
.profit-bizhub-wrapper {
    flex-direction: column;
    margin-top: 10px;
}
.profit-items-loop {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    column-gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 10px;
}
.business-card{
	cursor: pointer;
}
.profit-items-loop .bizhub-profit-items:first-child{
    width: 5%;
}
.profit-items-loop .bizhub-profit-items:nth-child(2){
    width: 40%;
}
.profit-items-loop .bizhub-profit-items:nth-child(3){
    width: 44%;
}
.profit-items-loop .bizhub-profit-items:nth-child(4){
    width: 4%;
}
.profit-items-loop .bizhub-profit-items.delete_items {
    padding: 1px 12px 3px;
    border-radius: var(--radius-sm);
    font-size: 11px;
    font-weight: 500;
    color: var(--danger);
    background: transparent;
    border: 1px solid #6438bb;
    cursor: pointer;
}
.profit-add-btn button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 35px 10px;
    background: var(--surface-white);
    border: 1.5px solid var(--border-default);
    border-radius: var(--radius-xl);
    font-size: 17px;
    font-weight: 500;
    color: var(--text-primary);
    cursor: pointer;
    font-family: inherit;
    transition: var(--transition-fast);
    cursor: pointer;
    background: var(--brand-gradient) !important;
    color: var(--surface-white) !important;
}
.profit-add-btn{
	margin-bottom: 20px;
}
.sell-form-app label {
    font-weight: 700 !important;
}
.profit-add-btn button:hover {
    border-color: var(--brand-primary);
    color: var(--brand-primary);
    background: var(--brand-light-bg);
}
.field-group-biz.licenses-col {
    display: flex;
    flex-direction: column;
    column-gap: 40px;
}
.field-group-biz .checkbox-width-input {
    border: 1px solid #efefef;
    background: var(--surface-input);
    padding: 16px;
    border-radius: 12px;
}
.support-items {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    margin-top: 23px;
}
.support-type-item-icon { 
    background: #d8ebff !important; 
}
.support-type-item-icon svg {
    width: 24px;
    height: 24px;
}
.support-items label {
    font-weight: 600;
    color: #212529;
    display: block;
    margin: 0;
    cursor: pointer;
    flex-grow: 1; /* Pushes the switch to the right */
}
.support-type-item-desc {
    color: #6c757d;
    font-size: 0.9rem;
    position: absolute;
    left: 52px; 
    top: 20px;
}
.support-items input{
    align-self: center;
    cursor: pointer;
}
input[type="checkbox"]:checked {
    background: #0d6efd; /* Blue color when active */
}

input[type="checkbox"]:checked::before {
    transform: translateX(20px);
}
.profit-bizhub-wrapper label{
	font-weight: 400 !important;
}
.checkbox-input {
    margin-top: 20px;
    margin-left: 52px; /* Align with the text above */
}
.checkbox-input label {
    display: block;
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 5px;
    color: #495057;
}
.form-control {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 8px;
    min-height: 80px;
    resize: vertical;
    font-size: 15px;
}
.checkbox-width-input .checkbox-input{
    display: none;
}

.checkbox-width-input.active .checkbox-input{
    display: block;
}
.option-list .option-item-label{
    font-size: 14px;
    line-height: 20px;
}


.google-search-card h2{
	font-size: 18px;
	line-height: 23px;
}
.business-reviews-wrap{
	display: flex;
	column-gap: 5px;
	margin-top: 5px;
	font-size: 15px;
}
.google-search-card .rating {
    display: flex;
    gap: 5px;
    color: #5d38bb;
    font-size: 18px;
    font-weight: 900;
}
.google-search-card{
	background: var(--surface-input);
	padding: 20px 18px;
	border-radius: 8px;
	border: 1px solid #dddd;
}
.google-search-card .service, .google-search-card .address, .google-search-card .website{
	font-size: 15px; 
	line-height: 23px;
}
.google-search-card .service{
	margin-top: 13px !important;
}

/* The Button Container */
.logout-button {
    background-color: #e74c3c; /* Professional Red */
    border: none;
    border-radius: 4px;
    padding: 0; /* Remove padding to let the link fill the space */
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
}

/* The Link inside the button */
.logout-button a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 5px 20px; 
    font-weight: 600;
}

/* Hover & Active States */
.logout-button:hover {
    background-color: #c0392b; 
}

.logout-button:active {
    transform: translateY(1px); 
}

/*.biz-card .biz-key {*/
/*    font-weight: 400 !important;*/
/*    line-height: 25px !important;*/
/*    font-family: inherit !important;*/
/*}*/

.biz-card .biz-key {
    font-weight: 400 !important;
    line-height: 25px !important;
    font-family: inherit !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.biz-card .biz-key strong {
    margin-bottom: -9px !important;
    font-size: 16px !important;
    color: #1e1e1e !important;
    margin-top: 30px !important; 
} 
.biz-carousel .biz-slide {
    height: 360px !important;
}
.listing-single-info{
	column-gap: 30px;
	margin-top: 26px;
}
.listing-single-info p{
	display: flex;
	column-gap: 9px;
	margin-bottom: 0 !important;
}
.listing__details--price__id {
	margin-bottom: 20px;
}
.listing__details--main__content {
	padding: 8rem 0rem 0;
}
.properties__details--info__wrapper {
	gap: 2.5rem;
}
.listing-single-tabs ul{
	display: flex;
	list-style: none;
	column-gap: 50px;
	justify-content: space-between;
}
.listing-single-tabs ul{
	margin: 0;
	padding: 0;
}
.listing-single-tabs ul li {
	color: #1e1e1e;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	position: relative;
}
.listing-single-tabs ul li a{
	color: #1e1e1e;
	transition: 0.6s;
}
.listing-single-tabs ul li a:hover{
	color: #6F51D9;
}
.listing-single-tabs ul li::after {
	content: '';
	position: absolute;
	background: #131313;
	height: 22px;
	right: -30px;
	top: 3px;
	width: 1px;
}
.listing-single-tabs ul li:last-child::after{
	display: none !important;
}
.listing-single-tabs {
	padding: 10px 40px;
	border-radius: 16px;
	border: 2px solid #9365D2;
}
/*.listing-single-tabs{*/
/*	margin-bottom: 15px;*/
/*}*/
.listing-single-tabs {
    margin-bottom: 15px;
    position: sticky;
    top: 95px;
    background: #fff;
    z-index: 9;
}
.inner-listing-lists ul li{
	width: 50%;
}
.inner-listing-lists ul {
	display: flex;
	flex-wrap: wrap;
}
.inner-information-basic li {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 22px;
	color: rgba(30, 30, 30, 1);
}
.inner-information-basic svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    padding-right: 4px;
}
.inner-information-basic {
    padding: 5px 18px 0 18px;
}
.inner-information-basic li span, .tangible-inner-asset span {
    color: rgba(30, 30, 30, 1);
    font-weight: 700 !important;
}
.listing-content-col {
    margin-top: 40px;
    background: #fff;
    border: 1px solid #ddddddba;
    border-radius: 10px;
    padding: 40px 20px 20px;
}
.inner-information-basic p {
    font-size: 16px;
    line-height: 24px;
}
.inner-information-basic p strong {
    display: block;
    margin-bottom: -8px;
    margin-top: 22px;
    font-size: 18px;
    font-weight: 700;
}
.description-modal-wrapper .modal-dialog {
	max-width: 865px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
}
.description-modal-wrapper .modal-content {
	height: 680px;
	overflow-y: scroll;
	border-radius: 15px;
	padding: 25px 25px 30px 25px;
}
.description-modal-wrapper .modal-header {
	padding: 0;
	border: 0;
}
.description-modal-wrapper .modal-header h5{
	margin-bottom: 0;
}
.inner-information-basic button {
    color: #000000;
    font-size: 16px;
    background: transparent !important;
    border-radius: 0px;
    border: 0px solid rgba(186, 186, 186, 1);
    padding: 0px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 0px;
    transition: 0.6s;
    text-decoration: underline;
    box-shadow: none !important;
	position: relative;
	top: -12px;
}
.inner-information-basic button:hover, .inner-information-basic button:focus {
	color: #6F51D9 !important;
}
.listing__details--wrapper{
	padding-right: 20px !important;
}

.biz-swot__page {
    max-width: 760px;
    margin: 0 auto;
  }
 
  /* ── Header ─────────────────────────── */
  .biz-swot__page-header {
    margin-bottom: 2.5rem;
    animation: fadeUp .5s ease both;
  }
 
  .biz-swot__page-eyebrow {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: .5rem;
  }
 
  .biz-swot__page-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 400;
    line-height: 1.1;
    color: var(--text);
    margin-bottom: .75rem;
  }
 
  .biz-swot__page-title em {
    font-style: italic;
    color: var(--text-muted);
  }
 
  .biz-swot__page-intro {
    font-size: 13.5px;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 540px;
    padding-left: 1rem;
    border-left: 2px solid var(--border);
  }
 
  /* ── Accordion item ──────────────────── */
  .biz-swot__acc {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: border-color .25s, box-shadow .25s;
    animation: fadeUp .45s ease both;
  }
 
  .biz-swot__acc:nth-child(1) { animation-delay: .08s; }
  .biz-swot__acc:nth-child(2) { animation-delay: .14s; }
  .biz-swot__acc:nth-child(3) { animation-delay: .20s; }
  .biz-swot__acc:nth-child(4) { animation-delay: .26s; }
 
  .biz-swot__acc:hover { box-shadow: 0 4px 24px rgba(0,0,0,.07); }
 
  .biz-swot__acc.biz-swot__acc--open.biz-swot__acc--strengths { border-color: var(--s-mid); }
  .biz-swot__acc.biz-swot__acc--open.biz-swot__acc--weaknesses { border-color: var(--w-mid); }
  .biz-swot__acc.biz-swot__acc--open.biz-swot__acc--opportunities { border-color: var(--o-mid); }
  .biz-swot__acc.biz-swot__acc--open.biz-swot__acc--threats { border-color: var(--t-mid); }
 
  /* ── Trigger ─────────────────────────── */
  .biz-swot__acc-trigger {
    display: flex;
    align-items: stretch;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    padding: 0;
    gap: 0;
  }
 
  /* Left color bar */
  .biz-swot__acc-bar {
    width: 5px;
    flex-shrink: 0;
    border-radius: 14px 0 0 14px;
    transition: width .2s;
  }
  .biz-swot__acc--strengths .biz-swot__acc-bar { background: var(--s-mid); }
  .biz-swot__acc--weaknesses .biz-swot__acc-bar { background: var(--w-mid); }
  .biz-swot__acc--opportunities .biz-swot__acc-bar { background: var(--o-mid); }
  .biz-swot__acc--threats .biz-swot__acc-bar { background: var(--t-mid); }
 
  .biz-swot__acc--open .biz-swot__acc-bar { width: 6px; }
 
  /* Icon block */
  .biz-swot__acc-icon {
    width: 56px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .biz-swot__acc-icon-inner {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .biz-swot__acc--strengths .biz-swot__acc-icon-inner { background: var(--s-fill); }
  .biz-swot__acc--weaknesses .biz-swot__acc-icon-inner { background: var(--w-fill); }
  .biz-swot__acc--opportunities .biz-swot__acc-icon-inner { background: var(--o-fill); }
  .biz-swot__acc--threats .biz-swot__acc-icon-inner { background: var(--t-fill); }
 
  .biz-swot__acc-icon-inner svg { width: 16px; height: 16px; }
 
  /* Middle content */
.biz-swot__acc-mid {
    flex: 1;
    padding: 16px 0 16px 4px;
    display: flex;
    flex-direction: column;
    gap: 0;
}
 
  .biz-swot__acc-label-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }
 
.biz-swot__acc-label {
    font-size: 17px;
	line-height: 23px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}
 
  .biz-swot__acc--strengths .biz-swot__acc-label { color: var(--s-dark); }
  .biz-swot__acc--weaknesses .biz-swot__acc-label { color: var(--w-dark); }
  .biz-swot__acc--opportunities .biz-swot__acc-label { color: var(--o-dark); }
  .biz-swot__acc--threats .biz-swot__acc-label { color: var(--t-dark); }
 
  .biz-swot__acc-count {
    font-size: 11px;
    padding: 1px 7px;
    border-radius: 20px;
    font-weight: 400;
  }
 
  .biz-swot__acc--strengths .biz-swot__acc-count { background: var(--s-fill); color: var(--s-dark); }
  .biz-swot__acc--weaknesses .biz-swot__acc-count { background: var(--w-fill); color: var(--w-dark); }
  .biz-swot__acc--opportunities .biz-swot__acc-count { background: var(--o-fill); color: var(--o-dark); }
  .biz-swot__acc--threats .biz-swot__acc-count { background: var(--t-fill); color: var(--t-dark); }
 
  .biz-swot__acc-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
 
.biz-swot__acc-pill {
    font-size: 13px;
    color: #666363;
    padding: 0px 0;
    position: relative;
    line-height: 20px;
}
 
  .biz-swot__acc-pill:not(:last-child)::after {
    content: '·';
    margin-left: 5px;
    color: var(--text-light);
  }
 
  /* Chevron */
  .biz-swot__acc-chevron {
    width: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
  }
 
  .biz-swot__acc-chevron svg {
    width: 16px;
    height: 16px;
    transition: transform .3s cubic-bezier(.16,1,.3,1);
  }
 
  .biz-swot__acc--open .biz-swot__acc-chevron svg { transform: rotate(180deg); }
 
  /* ── Body ────────────────────────────── */
  .biz-swot__acc-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .35s cubic-bezier(.16,1,.3,1);
  }
 
  .biz-swot__acc-body.open {
    grid-template-rows: 1fr;
  }
 
  .biz-swot__acc-body-inner {
    overflow: hidden;
  }
 
  .biz-swot__acc-divider {
    height: 1px;
    background: var(--border);
    margin: 0 20px;
  }
 
  /* Detail items */
  .biz-swot__detail-list {
    padding: 4px 0 8px;
  }
 
  .biz-swot__detail-item {
    display: flex;
    gap: 0;
    padding: 0;
    position: relative;
  }
 
  /* Vertical timeline line */
  .biz-swot__detail-line {
    width: 48px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }
 
  .biz-swot__detail-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }
 
  .biz-swot__acc--strengths .biz-swot__detail-dot { background: var(--s-dot); }
  .biz-swot__acc--weaknesses .biz-swot__detail-dot { background: var(--w-dot); }
  .biz-swot__acc--opportunities .biz-swot__detail-dot { background: var(--o-dot); }
  .biz-swot__acc--threats .biz-swot__detail-dot { background: var(--t-dot); }
 
  .biz-swot__detail-connector {
    width: 1px;
    flex: 1;
    min-height: 16px;
    margin-top: 6px;
  }
 
  .biz-swot__acc--strengths .biz-swot__detail-connector { background: var(--s-fill); }
  .biz-swot__acc--weaknesses .biz-swot__detail-connector { background: var(--w-fill); }
  .biz-swot__acc--opportunities .biz-swot__detail-connector { background: var(--o-fill); }
  .biz-swot__acc--threats .biz-swot__detail-connector { background: var(--t-fill); }
 
  .biz-swot__detail-item:last-child .biz-swot__detail-connector { display: none; }
 
  .biz-swot__detail-content {
    flex: 1;
    padding: 16px 20px 16px 0;
    border-bottom: 1px solid var(--border);
  }
 
  .biz-swot__detail-item:last-child .biz-swot__detail-content {
    border-bottom: none;
    padding-bottom: 20px;
  }
.biz-swot__detail-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
    line-height: 23px;
    margin-bottom: 8px;
}
.biz-swot__detail-body p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
 
  .biz-swot__detail-body p:last-child { margin-bottom: 0; }
 
  /* ── Animations ──────────────────────── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
  }
 
  /* ── Responsive ──────────────────────── */
  @media (max-width: 480px) {
    body { padding: 2rem 1rem; }
    .biz-swot__acc-pill { font-size: 11px; }
  }

.contact-listing-info li{
	list-style: none;
	margin-bottom: 7px;
}
.contact-listing-info li a {
    background: rgba(111, 81, 217, 1);
    color: #fff;
    display: inline-flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    column-gap: 7px;
    padding: 10px;
    font-size: 14px;
    transition: 0.5s;
    border: 1px solid rgba(111, 81, 217, 1);
    border-radius: 10px;
}
.contact-listing-info li a:hover{
	background: transparent;
	color: rgba(111, 81, 217, 1);
}
.contact-listing-info {
	padding: 20px 30px 30px 30px;
	border-radius: 20px;
	margin-top: 0;
	border: 2px solid rgba(111, 81, 217, 1);
	box-shadow: 3px 3px 4.1px 0px #00000080;
	position: sticky;
	top: 75px;
}
/*.contact-listing-info ul {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    column-gap: 10px;*/
/*    justify-content: space-between;*/
/*}*/
.contact-listing-info ul {
    margin: 0;
    padding: 0;
    display: flex;
    /* flex-wrap: wrap; */
    /* column-gap: 10px; */
    /* justify-content: space-between; */
    flex-direction: column;
}
.contact-listing-info ul li{
	width: 100%;
}
.contact-listing-info ul li:last-child{
	width: 100%;
}
.contact-listing-info li:last-child{
	margin-bottom: 0;
}
.contact-listing-info h3 {
    text-align: left;
    font-size: 23px;
    font-weight: 600;
    color: rgba(30, 30, 30, 1);
    margin-bottom: 15px;
    margin-top: 20px;
}
.listing-rev-items {
	display: flex;
	align-items: center;
	column-gap: 7px;
	margin-bottom: 10px;
}
.listing-rev-items p {
	margin: 0;
	margin-top: 0;
	color: rgba(30, 30, 30, 1);
	font-family: "Inter", Sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.listing-rev-items h3{
	margin: 0;
	font-size: 18px;
	line-height: 23px;
	font-family: "Inter", Sans-serif;
}
.listing-rev-items svg {
	width: 20px;
	height: 20px;
	margin-bottom: 0;
}
.askingprice-listing-single p {
    margin: 0;
    font-size: 25px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 0px;
    font-family: "Inter", Sans-serif;
}
.askingprice-listing-single span{
	color: #1E1E1E;
	font-size: 18px; 
	font-weight: 400;
	line-height: 23px;
	/*margin-bottom: 5px;*/
}
.listing-single-rev {
    margin-bottom: 20px;
    border-top: 1px solid #818181;
    padding-top: 18px;
    margin-top: 20px;
    border-bottom: 1px solid #818181;
    padding-bottom: 18px;
}
.info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.info-box {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 1rem;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

/* Subtle hover effect */
.info-box:hover {
  transform: translateY(-8px); 
  border-color: var(--color-border);
}

/* Large, faded step numbers in the corner */
.step-num {
  font-size: 3.5rem;
  font-weight: 900;
  color: #5538bb;
  position: absolute;
  top: 2rem;
  right: 2rem;
  opacity: 0.5;
  user-select: none;
display: none;
}

.info-box .title {  
  margin-bottom: 1rem; 
}

.info-box .description {
    line-height: 1.6;
    color: #5e5f63;
    margin: 0;
}

.callout-minimal {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.05);
}
.icon-accent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: var(--color-hover);
    color: white;
    font-weight: 800;
    font-size: 3rem;
    border-radius: 50%;
}

.callout-minimal .text {
    margin: 0;
    line-height: 1.6;
    font-weight: 500;
    color: #1e3a8a;
}

/* Responsive adjustment */
@media (max-width: 640px) {
  .callout-minimal {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
  }
}









/*==================== Preview Page Style ===================*/

.biz-our-valuation-col {
    background: #fff;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #dfdee1;
    padding: 45px 20px 55px;
    margin-top: 0;
}
.biz-our-valuation-col .valuation-heading p{
    font-size: 18px;
}
.biz-our-valuation-col .valuation-ammount-col {
    border-radius: 23px;
    box-shadow: 0px 4px 20px 0px #00000040;
    background: var(--brand-gradient);
    /* background: linear-gradient(94.59deg, #50308D 24.14%, #9768D6 97.32%); */
    padding: 43px 40px 40px;
    margin-top: 18px;
    max-width: 730px;
    margin: 0 auto;
    margin-top: 22px;
}
.biz-our-valuation-col .valuation-ammount-col span {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 0px;
    margin: 0;
}
.customer-review-column{
	margin-top: 40px;
}
.customer-review-column h3{
	margin-bottom: 15px;
}

.customer-review-column .rating {
	display: inline-flex;
	position: relative;
	column-gap: 8px;
	align-items: center;
}
.customer-review-column .star {
    width: 20px;
    height: 20px;
}
.customer-review-column .star.partial {
    background: #E5DFFF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 7px;
}
.customer-review-column .star.full {
  fill: #7B61FF; 
}
.customer-review-column .star.partial {
  fill: url(#grad);
}
.customer-review-column svg defs linearGradient {
  stop:first-child { stop-color: #7B61FF; }
  stop:last-child { stop-color: #fff; }
}
.biz-rating-wrapper {
    max-width: 500px;
    margin: 0 auto;
    border-radius: 23px;
    border: 1px solid #c5c5c5;
    box-shadow: 0px 4px 20px 0px #00000040;
    padding: 10px 20px 20px;
}
.icon-text span {
	color: #1e1e1e;
	font-size: 12px;
	background: #E5DFFF;
	border-radius: 5px;
	line-height: 18px;
	padding: 3px 7px 5px;
}
.biz-rating-data p{
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}
.biz-rating-data p{
    color: #1e1e1e;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    margin: 0;
}
.rating-count-text span {
    font-size: 16px;
    font-weight: 900;
    color: #7B61FF;
    letter-spacing: -1px;
    position: relative;
    top: 2px; 
}
.biz-sowts-col{
	background: #fff;
	border-radius: 30px;
	border: 1px solid #dfdee1;
	padding: 45px 20px 55px;    
    margin-top: 25px;    
}
.sowts-tab-col {
	max-width: 1300px;
	margin: 0 auto;
	margin-top: 35px;
}
.sowts-tab-col .accordion-button{
    background-color: transparent;
    box-shadow: none;
}
.sowts-tab-col .accordion-item {
    border-radius: 23px;
    border: 1px solid #6F51D9 !important;
    margin-bottom: 17px;
    background-color: #F9F9FF;
}
.sowts-tab-col .accordion-item h2{
	line-height: inherit !important;
}
.sowts-tab-col .accordion-item:last-child{
    margin-bottom: 0;
}
.inner-btn-content ul {
    display: grid;
    flex-wrap: wrap;
    row-gap: 6px;
    column-gap: 20px;
    justify-content: flex-start;
    grid-template-columns: 1fr 1fr;
    padding-right: 80px;
}
.inner-btn-content ul li {
	font-size: 16px;
    width: 226px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sowts-tab-col .tabs-heading p {
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    color: #1e1e1e;
}
.sowts-tab-col .tabs-heading p::first-letter { 
    color: #7B61FF; 
}
/*.sowts-tab-col .accordion-flush .accordion-item .accordion-button::after {*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    width: 34px;*/
/*    height: 34px;*/
/*    background: #6F51D8;*/
/*    border-radius: 50%;*/
/*    content: url('https://www.bizhub.sg/wp-content/uploads/2025/11/keyboard_arrow_down.svg');*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

.sowts-tab-col .accordion-flush .accordion-item .accordion-button::after {
    position: absolute;
    right: 15px;
    width: 34px;
    height: 34px;
    background: #6F51D8;
    border-radius: 50%;
    content: url('https://www.bizhub.sg/wp-content/uploads/2025/11/keyboard_arrow_down.svg');
    background-size: cover !important;
    padding: 0px !important;
    background-repeat: no-repeat;
    line-height: 40px !important;
    background-position: center center;
    text-align: center;
} 

.sowts-tab-col .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    display: flex;
    column-gap: 30px;
    align-items: center;
    padding: 22px 16px 22px;
    justify-content: flex-start;
}
.sowts-tab-col .accordion-flush .accordion-item .accordion-button .inner-btn-col{
	width: 24%;
}
.sowts-tab-col .accordion-flush .accordion-item .accordion-button .inner-btn-content{
	width: 76%;
}
.sowts-data-inner .sowts-heading{
    max-width: 1260px;
    margin: 0 auto;
}
.sowts-data-inner .sowts-heading h3 {
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
	margin-top: 20px;
}
.last-before-submit p{
	display: inline-block;
	padding: 5px 24px;
	font-size: 14px;
}
.sowts-data-inner .sowts-heading p{
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
    margin-top: 6px;
}
.tab-content-items {
    border-radius: 6px;
    margin-top: 15px;
    border: 1px solid #e7e5e5;
    padding: 20px 20px;
    background: #fff;
}
.tab-content-items:first-child{
    margin-top: 0;
}
.sowts-tab-col .accordion-body {
    padding: 0 17px 35px;
}
.tab-content-items li{
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.contents-inner-item-wrapper .add-preset-btn {
    padding: 0;
    border: 0;
    font-size: 14px;
    box-shadow: none;
    font-weight: 600;
    color: #6F51D9;
    display: flex;
    background-color: transparent;
    align-items: center;
    column-gap: 6px;
}
.contents-inner-item-wrapper .add-preset-btn svg{
	width: 13px;
}
.prespective-content-wrap .content-data-btn button{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 18px;
	border-radius: var(--radius-xl);
	font-size: 1.6rem;
	font-weight: 500;
	cursor: pointer;
	border: none;
	transition: var(--transition-fast);
	font-family: inherit;
}
.sowts-tab-col .accordion-body{
    display: flex;
    column-gap: 25px;
}
.sowts-tab-col .accordion-body .data-left-col{
    width: 70%;
}
.sowts-tab-col .accordion-body .data-right-col{
    width: 30%;
}
.sowts-tab-col .items-heading p{
    color: #1e1e1e;
    margin-top: 6px;
}
.different-prepective-data {
    background: #FFFFFFCC;
    padding: 17px;
    border-radius: 7px;
    box-shadow: 0px 4px 20px 0px #0000001A;
    border: 1px solid #e7e5e5;
}
.different-prepective-data h3 {
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 600;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
}
.different-prepective-data span {
	text-align: center;
	color: #1e1e1e;
	font-size: 14px;
	width: 100%;
	display: block;
}
.different-prepective-data button {
    padding: 4px 25px;
    border: 0;
    font-size: 13px;
    box-shadow: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    column-gap: 6px;
    justify-content: center;
    width: auto;
    margin-top: 13px;
    background: var(--brand-gradient);
    color: var(--surface-white);
    border-radius: 20px;
    cursor: text !important;
}
.different-prepective-data .steps-inner-data{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.different-prepective-data button svg{
    width: 13px;
}
.bizhub-evaluation .swots-instruction{
	margin-top: 20px;
	margin-bottom: 40px;
}
.biz-our-valuation-col .show-progress button{
	background: transparent;
    border: 0;
    padding: 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    width: 100%;
    column-gap: 5px;
    margin-top: 5px;
	align-items: center;
}
.biz-our-valuation-col .show-progress button svg{
	width: 15px;
}
.valuation-heading {
    margin-top: 32px;
    border-top: 1px solid #dddd;
    padding-top: 30px;
}
.valuation-heading h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
}
#show_hidden_title{
	display: none;
}
.client-price-brakdown {
    margin-top: 48px;
    border-top: 1px solid #dddd;
    padding-top: 35px;
}
.client-price-brakdown h3 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 8px;
}
.breakdown-data-wrap {
    margin-top: 30px !important;
    padding: 25px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f3f3f3 !important;
    max-width: 730px;
    margin: 0 auto;
}
.inner-btn-content.show-open{
	font-size: 15px !important;
}
.breakdown-data-wrap li {
    display: flex;
    column-gap: 50px;
    justify-content: center;
}
.breakdown-data-wrap li p{
	margin-bottom: 0;
}
.breakdown-data-wrap li{
	display: flex;
	column-gap: 50px;
}
.asking-price-client{
	margin-top: 45px;
}
.asking-price-client h3{
	font-size: 35px; 
	line-height: 41px;
	margin-bottom: 10px;
}
.asking-price-client .number-price{
    display: flex;
    max-width: 530px;
    margin: 0 auto;
    margin-top: 25px;
	position: relative;
}
.asking-price-client input{
	height: 55px;
    background: rgba(241, 241, 241, 1);
    padding: 10px 25px;
    border: 1px solid #dddd;
    color: #7c7a7a;
}
.asking-price-client button {
    position: absolute;
    right: 8px;
    width: 54px;
    top: 7px;
    height: 40px;
    padding: 0 !important;
    border-radius: 6px;
    color: rgba(101, 101, 103, 1);
    text-transform: uppercase;
    border: 1px solid rgba(178, 178, 178, 1);
    background: rgba(255, 255, 255, 1);
}
.price-defaut-settings {
    display: flex;
    justify-content: flex-end;
    column-gap: 7px;
    max-width: 530px;
    margin: 0 auto;
    align-items: center;
}
.price-defaut-settings input{
	height: inherit !important;
}
.sell-form-app.container .row{
	align-items: flex-start !important;	
}
.sell-form-app .sell-sidebar{
	height: auto !important;
}
.sticky_position_left{
    position: sticky;
    top: 100px;
}


#sec-5 .field-group-biz.licenses-col{
	row-gap: 12px !important;
}
#sec-5 .support-items {
    margin-top: 0 !important;
}


.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 25px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 34px;
    border: 1px solid #ddd;
}
.switch .slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 26px;
    left: 0px;
    bottom: -1px;
    background: var(--brand-gradient);
    transition: 0.4s;
    border-radius: 50%;
}
.switch input:checked + .slider {
    background: var(--brand-gradient);
}
.switch input:checked + .slider:before {
	transform: translateX(26px);
	background: #fff;
}
.active-switch {
	outline: 2px solid #4CAF50;
}
.support-items.active .checkbox-input{
	display: block !important;
}


/*preloader css*/

   .biz-results-preloader {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      background: rgba(255, 255, 255, 0.82);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      border-radius: 12px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.2s ease, visibility 0.2s ease;
      z-index: 5;
    }
    body.loader-active .biz-results-preloader {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
    .biz-results-preloader__panel {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      padding: 20px 24px;
      border: 1px solid #d8e2ff;
      border-radius: 14px;
      background: #fff;
      box-shadow: 0 12px 30px rgba(37, 99, 235, 0.12);
      color: #1f2937;
      font-size: 14px;
      font-weight: 600;
      text-align: center;
    }
    .biz-results-preloader__spinner {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: 4px solid #dbe6ff;
      border-top-color: #4285f4;
      animation: biz-results-spin 0.9s linear infinite;
    }
    @keyframes biz-results-spin {
      from { transform: rotate(0deg); }
      to { transform: rotate(360deg); }
    }
      .biz-ai-loader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(11, 18, 32, 0.62);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  body.loader-active .biz-ai-loader {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.loader-active {
    overflow: hidden;
  }

  .biz-ai-loader__panel {
    width: min(92vw, 420px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 28px 30px 24px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
    color: #1f2937;
    text-align: center;
  }

  #loader-animation,
  .biz-ai-loader__spinner {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 5px solid #dbe6ff;
    border-top-color: #4285f4;
    animation: biz-ai-loader-spin 0.9s linear infinite;
    flex: 0 0 auto;
  }

  .biz-ai-loader__title {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #0f172a;
  }

  .biz-ai-loader__slider {
    position: relative;
    width: 100%;
    min-height: 56px;
    overflow: hidden;
  }

  .biz-ai-loader__slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(18px);
    font-size: 14px;
    line-height: 1.6;
    color: #334155;
    animation: biz-ai-loader-slide 9s infinite;
  }

  .biz-ai-loader__slide:nth-child(1) {
    animation-delay: 0s;
  }

  .biz-ai-loader__slide:nth-child(2) {
    animation-delay: 3s;
  }

  .biz-ai-loader__slide:nth-child(3) {
    animation-delay: 6s;
  }

  @keyframes biz-ai-loader-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  @keyframes biz-ai-loader-slide {
    0% {
      opacity: 0;
      transform: translateY(18px);
    }
    8% {
      opacity: 1;
      transform: translateY(0);
    }
    28% {
      opacity: 1;
      transform: translateY(0);
    }
    36% {
      opacity: 0;
      transform: translateY(-18px);
    }
    100% {
      opacity: 0;
      transform: translateY(-18px);
    }
  }


.biz-our-valuation-col h2{
	display: flex !important;
	margin-top: 16px !important;
}
.biz-our-valuation-col h2 span{
    font-size: 30px !important;
    line-height: 40px !important;	
}




  @media (max-width: 480px) {
    .biz-ai-loader__panel {
      padding: 24px 20px 20px;
      border-radius: 18px;
    }

    .biz-ai-loader__title {
      font-size: 16px;
    }

    .biz-ai-loader__slide {
      font-size: 13px;
    }
  }
  
.listing__hero--section{
	margin-top: -40px !important;
}
.listing__hero--section .listing__hero--slider__items img{
	width: 100%;
}
.listing__small--hero__slider img{
	height: 105px !important;
}
.listing__details--section .sowts-tab-col .accordion-body .data-left-col {
    width: 100%;
}
.listing__details--section{
	background: #fff;
}

.listing__page--section .sidebary__select select {
	padding: 9px 17px !important;
}

#profile-menu {
	padding: 21px 15px 10px;
	width: 100%;
	border-radius: 10px;
}
#profile-menu li{
	margin-bottom: 10px;
}
#profile-menu li a {
    font-size: 16px !important;
    padding: 0 !important;
    background: transparent !important;
    font-weight: 700;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    display: flex;
    gap: 6px;
    align-items: center;
}
#profile-menu li button{
    font-size: 16px !important;
    padding: 0 !important;
    background: transparent !important;
    font-weight: 700;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    display: flex;
    gap: 6px;
    align-items: center;
}
#profile-menu li a:hover, #profile-menu li button:hover{
	color: rgba(85, 56, 187, 1) !important;
}

.profile-banner {
	height: 125px !important;
	background: linear-gradient(135deg, #6d38bb, #7938bb, rgba(59, 130, 246, 0)) !important;
}
.bookmark-card .whatsapp-btn {
	background: linear-gradient(0deg,rgba(85, 56, 187, 1) 0%, rgba(127, 56, 187, 1) 100%) !important;
}

.account-setting-contents{
    padding: 30px;
}
.account-setting-contents .text-muted{
	font-size: 15px !important;
	line-height: 20px !important;
}
.account-setting-contents .border-top .btn {
	height: 45px !important;
	background-color: #6938bb;
	color: #fff !important;
	font-size: 16px;
	border-radius: 30px;
	transition: 0.6s;
	border: 1px solid !important;
	outline: 0 !important;
	justify-content: center;
}
.account-setting-contents .border-top .btn:hover{
	background-color: #26232A;
	border-color: #26232A;
	color: #fff !important;	
}
.account-setting-contents .step-icon {
	width: 35px;
	height: 35px;
}
.account-setting-contents .bg-primary {
	background-color: #6938bb !important;
}
.account-setting-contents .modal-title {
	font-size: 20px !important;
	font-weight: 500 !important;
}
.password-change-contents .form-label {
	font-size: inherit;
	font-weight: 400;
	color: inherit;
	margin-bottom: 6px;
}
.password-change-contents input{
	padding: 14px 20px !important;
	min-height: 40px !important;
	font-size: 16px;
}
.password-change-contents ul {
	font-size: 14px !important;
	color: #000 !important;
	line-height: 27px;
	margin-top: 10px !important;
}
.password-change-contents ul li{
	margin-bottom: 4px !important;
}
.password-change-contents .text-muted {
	color: #6c757d !important;
	font-size: 15px !important;
}
.password-change-contents .btn{
	height: 45px !important;
	background-color: #6938bb;
	color: #fff !important;
	font-size: 16px;
	border-radius: 30px;
	transition: 0.6s;
	border: 1px solid !important;
	outline: 0 !important;	
	justify-content: center;
}
#content-bookmarks .bookmark-card {
	padding: 19px 17px !important;
	gap: 0 !important;
	column-gap: 20px !important;
}
#content-bookmarks .bookmark-img {
	width: 200px;
	height: 150px;
}
#content-bookmarks .whatsapp-btn svg{
	width: 25px;
	height: 24px;
}
#content-bookmarks .whatsapp-btn svg path{
	color: #fff;
	fill: #fff;
}
#content-bookmarks .profile-buttons-group {
	margin-top: 16px !important;
}
.profile-tab-row .nav-item svg{
	width: 20px; 
	height: 20px;
}
.profile-tab-row .nav-item button{
	display: flex;
	column-gap: 4px;
	align-items: center;
}
.listing-indicator svg {
	width: 17px !important;
	height: 17px !important;
}
.listing-indicator svg path {
	color: #4a4747;
	fill: #4a4747;
}
.listing-indicator span{
	display: flex;
	column-gap: 4px;
	align-items: center;
}
.listing-main-wrapper .listing-items-wrap{
	padding: 0 !important;
	margin: 0 !important;
	width: 32% !important;
}
.listing-main-wrapper{
	gap: 17px !important;
	margin-top: 14px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.listing-main-wrapper .card-actions{
	margin-top: 22px !important;
}
.add-remove-btn{
	column-gap: 4px;
	display: flex !important;
}
.add-remove-btn svg{
	width: 20px !important;
	height: 20px !important;
}
.add-remove-btn svg path{
	color: #fff;
	fill: #fff;
}
.listing-main-wrapper .card-actions .btn {
	font-size: 17px;
	padding: 8px 0;
	transition: 0.6s;
}
.listing-main-wrapper .card-actions .btn:hover{
	background: linear-gradient(0deg,rgba(85, 56, 187, 1) 0%, rgba(127, 56, 187, 1) 100%);
	color: var(--color-white);
}
.listing-main-wrapper .listing-items-wrap .card-body p strong {
	margin-bottom: -10px !important;
	display: block;
	font-weight: 500;
}
.listing-edit-btn svg{
	width: 18px !important;
	height: 18px !important;
}
.listing-edit-btn svg path{
	color: #fff;
	fill: #fff;
}
.listing-edit-btn {
	padding: 5px 0px !important;
	border-radius: 5px !important;
	background: linear-gradient(0deg,rgb(85, 56, 187) 0%, rgb(127, 56, 187) 100%) !important;
}
.profile-listin-edits svg{
	width: 20px; 
	height: 20px;
}
.profile-listin-edits {
	padding: 0 !important;
	font-size: 13px !important;
	font-weight: 500;
	display: flex;
	align-items: center;
	background: transparent !important;
}
.listing-items-wrap .listing-card .card-dropdown {
	position: absolute;
	top: 45px;
	right: 9px;
	background: #fff;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	min-width: 145px;
	padding: 4px 9px 6px !important;
}
.listing-items-wrap .listing-card .divider{
	display: none;
}

#editListingModal .form-label {
	font-size: 15px;
	color: inherit;
}
#editListingModal .form-control, #editListingModal .form-select{
	padding: 10px 15px;
	font-size: 13px;
	min-height: 40px;
}
#editListingModal .fw-bold {
	font-size: 20px;
	line-height: 26px;
}
#editListingModal .modal-footer button{
	padding: 10px 20px !important;
	font-size: 15px !important;
}
.profile-header-information .info-items span{
	display: flex;
	column-gap: 4px;
	align-items: center;
}
.profile-header-information .info-items span svg{
	width: 22px;
	height: 22px;
}
.profile-header-information .info-items span svg path{
	color: #7938bb;
	fill: #7938bb;
}
.profile-header-information .info-items{
	margin-top: 10px;
}
.profile-badge-col{
	padding-top: 10px !important;
}
#profile-menu svg{
	width: 18px; 
	height: 18px;
}
.bizprofile-page-section{
	background: #f8fafc99;
}
.bizprofile-page-section .tab-bar {
    /*margin-top: -40px !important;*/
	/*margin-top: -70px !important;*/
	margin-bottom: 30px !important;
}
.bookmarks-clear-btn {
	display: flex;
	font-size: 15px !important;
	align-items: center;
	outline: 0 !important;
	box-shadow: none;
	column-gap: 5px;
	border: 0 !important;
}
.bookmarks-clear-btn svg{
	width: 18px; 
	height: 18px;
}
.bookmarks-clear-btn svg path{
	color: #dc3545 !important;
	fill: #dc3545 !important;
}
.bookmark-card .pro-bookmark-icon{
	padding: 5px 14px !important;
}
.bookmark-card .pro-bookmark-icon svg{
	width: 25px;
	height: 25px;
}












.loader_warper{
    display: flex;
    gap: 20px;
    margin: 0px; 
}
.loader {
  width: 320px;
  height: 150px;
  margin: auto;
  display: block;
  position: relative;
  background: #FFF;
  box-sizing: border-box;
}
.loader::after {
  content: '';   
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  position: absolute;
  background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), linear-gradient(#DDD 56px, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
  background-repeat: no-repeat;
  background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
  background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
  box-sizing: border-box;
  animation: animloader 1s linear infinite;
}

@keyframes animloader {
  0% {
    background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
  }
  100% {
    background-position: 150% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
  }
}



.contact-info-wrap ul{
    display: flex;
    gap: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.contact-info-wrap .checkme-wrapper{
    display: flex;
    gap: 10px;
}







.select_disable{
    position: relative;
    border-radius: 15px !important;
} 
.disable_action p{
    color: #fff;
}
.select_disable .disable_action {
    opacity: 0;
    transition: all 0.5s ease !important;
    display: flex;
    position: absolute;
    /*background: #000000 !important;*/
    background: #000000bf;
    z-index: 99;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.select_disable:hover .disable_action {
    opacity: 1;
}

#alertContainer {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999999999;
}

textarea::placeholder {
    color: #999;
    opacity: 0.6;
}

textarea::-webkit-input-placeholder { /* Chrome, Safari */
    color: #999;
}

textarea:-ms-input-placeholder { /* IE 10+ */
    color: #999;
}

textarea::-ms-input-placeholder { /* Edge */
    color: #999;
}










