@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Satisfy&display=swap');
span.help-block{
	color:red;
	/* float: left !important; */
}
.form-label {margin-bottom: .3rem;}
.max-w-25 {width: 25%;}
.form-control:disabled, .form-control[readonly] {background-color: #f7f7f7 !important;}
.form-select:disabled {background-color: #f7f7f7 !important;}
.padding-60 {padding: 60px !important;}

.hint-content{font-size:13px;padding:15px; background:var(--grey)}
.order-summary-card {
	border-radius: 12px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.order-summary-header {
	font-weight: bold;
	font-size: 1.2rem;
	background-color: white;
	border-bottom: 2px solid #f0f0f0;
	padding: 12px;
	text-align: center;
}

.btn-submit {
	background-color: #5a55ff;
	border: none;
	padding: 10px;
	font-size: 1rem;
	border-radius: 6px;
}

.btn-submit:hover {
	background-color: #4a45e0;
}
.card-text{
  font-size: 22px;
  font-weight: bold;
}
.plan-container {
	border: 2px solid #9370DB; /* Light purple border */
	border-radius: 12px;
	padding: 15px;
	background-color: #f8f6ff; /* Soft purple background */
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.plan-left {
	display: flex;
	align-items: center;
	flex-grow: 1;
}

.plan-left input[type="radio"] {
	transform: scale(1.3);
	margin-right: 12px;
	accent-color: #9370DB;
}

.plan-title {
	font-weight: bold;
	font-size: 1.2rem;
	color: #000;
}

.plan-badge {
	background-color: #28a745;
	color: white;
	font-size: 0.75rem;
	padding: 3px 6px;
	border-radius: 4px;
	margin-left: 8px;
}

.plan-price {
	font-size: 1.3rem;
	font-weight: bold;
	color: #000;
}

.plan-discount {
	font-size: 1.2rem;
	color: gray;
	text-decoration: line-through;
	margin-right: 8px;
}

.plan-footer {
	font-size: 0.9rem;
	color: gray;
	text-align: right;
	flex-shrink: 0;
}

.plan-footer strong {
	color: black;
}

.mb-5{
	margin-bottom: 0px;
}

/*a {color: #f49c2b !important;}*/
.boxset_center {height: calc(100vh - 40px);}
.boxset_center .align-center {align-content: center;}
.boxset_center .align-center .card {background: #18181b;border-radius: 12px;color: #FFF;padding: 30px;}
.boxset_center .align-center .card .card-header .logo {max-width: 120px;height: auto;margin: 0 auto;margin-bottom: 15px;}
.boxset_center .align-center .card .card-header h3 {color: #FFF; text-align: center; font-size: 1.5rem; line-height: 2rem; font-weight: 700; text-transform: capitalize; font-family: "Inter", sans-serif;margin-bottom: 0px;}
.boxset_center .align-center .card .card-body .form-label {color: #FFF;font-size: .875rem;line-height: 1.25rem;font-weight: 500;text-transform: capitalize;font-style: normal;font-family: "Inter", sans-serif;}

/* .boxset_center .align-center .card .card-body .form-control {color: #FFF; font-size: .875rem; line-height: 1.25rem; font-style: normal; font-family: "Inter", sans-serif; padding: 20px 15px; text-transform: capitalize; background-color: hsla(0, 0%, 100%, 10%); border-radius: 10px; border: 1px solid #71717a;} */

.boxset_center .align-center .card .card-body .form-control {font-size: .875rem; line-height: 1.25rem; font-style: normal; font-family: "Inter", sans-serif; padding: 20px 15px; text-transform: capitalize; border-radius: 10px; border: 1px solid #71717a;}

.boxset_center .align-center .card .card-body .form-select {color: #FFF; font-size: .875rem; line-height: 1.25rem; font-style: normal; font-family: "Inter", sans-serif; padding: 10px 15px; text-transform: capitalize; background-color: hsla(0, 0%, 100%, 10%); border-radius: 10px; border: 1px solid #71717a;}
.boxset_center .align-center .card .card-body .form-select option {color: #000;}
.boxset_center .align-center .card .card-body .password-wrapper {position: relative;}
.boxset_center .align-center .card .card-body .toggle-button {display: inline-flex;position: absolute;top: 50%;transform: translateY(-50%);left: unset;right: 12px;cursor: pointer;}
.boxset_center .align-center .card .card-body .eye-icon {width: 20px;height: 20px;}
.boxset_center .align-center .card .card-body .psw_field {position: relative;}
.boxset_center .align-center .card .card-body .psw_field span.toggle-password {float: right;cursor: pointer;margin-right: 15px;margin-top: -25px;}
.boxset_center .align-center .card .card-body .btn-primary {font-size: .875rem; line-height: 1.25rem; font-style: normal; font-family: "Inter", sans-serif;background-color: #f49c2b;border-color: #f49c2b;text-transform: capitalize;padding: 10px;}

@media screen and (max-width: 767px){
	.padding-60 {padding: 20px !important;}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.padding-60 {padding: 30px !important;}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.padding-60 {padding: 40px !important;}
}

.modal-footer {
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)* .2) !important;
}

.modal {
 --bs-modal-margin: 0.5rem !important;
}

.mt-18{
	margin-top: 1.8rem !important;
}

.select-isdcode{
	border-radius:10px;
	border:1.26px solid #FFFFFF33;
	margin-top: 5px;
	padding:12px 12px;
	background:transparent;
	width: 100%;
	/* color: #fff; */
	font-size: 15px;
	height: 52px;
}

/*---loader--*/
.main_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  z-index: 99999;
  display: none;
}
.main_loader .spinner-border {
  width: 60px;
  height: 60px;
  background: #fff;
  color: #3F3F3D;
}
.main_loader .spinner_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  transform: translate(-50%, -50%);
  z-index: 999;
}
/*---loader--*/
.display-msg{
	color: #fff;
	text-align: center;
}

.selectable-card {
  cursor: pointer;
  transition: border 0.3s, box-shadow 0.3s;
}

.selectable-card.selected {
  border: 2px solid #dee2e6;
  box-shadow: 0 0 10px rgba(13, 110, 253, 0.3);
}

.plan-card {
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #dee2e6;
}

.plan-card.selected {
  border: 2px solid darkgoldenrod;
  background-color: #e7f1ff;
  box-shadow: 0 0 8px rgba(13, 110, 253, 0.2);
}

.plan-card:hover {
  transform: scale(1.02);
}
/*---checkout--*/
.card-summary {
  border-right: 1px solid #dee2e6;
}
.form-label {
  font-weight: 500;
}
.form-control, .form-select {
  border-radius: 0.5rem;
}
.btn-subscribe {
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1.1rem;
}
.terms-text {
  font-size: 0.9rem;
}
span#terms_check-error{
	position: absolute; 
  margin-top: 15px;
  margin-left: -20px;
  padding: 3px;
}


/* Billing page */

.billing-page .header {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}
.billing-page .plan-summary {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  border-left: 4px solid #C58946;
}
.billing-page .plan-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.billing-page .plan-name {
  font-size: 22px;
  font-weight: bold;
  color: #C58946;
}
.billing-page .gap-4 {
  gap: 1rem;
}
[class*="col-"] {
  padding: 0 10px;
  box-sizing: border-box;
}
.billing-page .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .billing-page .col-md-6 {
      flex: 0 0 calc(50% - 1rem);
      max-width: calc(50% - 1rem);
  }
}
@media (min-width: 992px) {
  .billing-page .col-lg-6 {
      flex: 0 0 calc(50% - 1rem);
      max-width: calc(50% - 1rem);
  }
}
@media (min-width: 1200px) {
  .billing-page .col-xl-6 {
      flex: 0 0 calc(50% - 1rem);
      max-width: calc(50% - 1rem);
  }
}
/* Other styles */
.billing-page .cost-breakdown {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.billing-page .section-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  /* margin-bottom: 10px; */
  /* padding-bottom: 5px; */
  /* border-bottom: 1px solid #eee; */
}
.billing-page .cost-item,.billing-page .cost-breakdown .feature-item  {
  display: flex; font-size: 15px;

  justify-content: space-between;
  margin-bottom: 7px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #eee;
}
.billing-page .total-section {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}
.billing-page .total-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.billing-page .total-column {
  flex: 1;
  min-width: 250px;
}
.billing-page .subtotal-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.billing-page .total-row {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #ddd;
}
.billing-page .features-list {
  margin-top: 7px;
}
.billing-page .feature-item {
  margin-bottom: 5px;
}
.billing-page .feature-available {
  color: #C58946;
}
.billing-page .feature-unavailable {
  color: #dc3545;
}
.billing-page .checkout-btn {
  background-color: #C58946;
  color: white; border: none;padding: 12px 30px; 
  font-size: 16px;
  border-radius: 4px; cursor: pointer; margin-top: 20px;
  width: 100%;
}
.billing-page .checkout-btn:hover {
  background-color: #000;
}

 /* Rotate the arrow when aria-expanded="true" */
 .billing-page .section-title[aria-expanded="true"] .arrow-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.billing-page .arrow-icon {
  display: inline-block;
}


.billing-page .section-title[aria-expanded="false"] .arrow-icon {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.current-plan{
  padding: 6px 10px;
  color: #fdfdfd;
  font-size: 12px;
  border-radius: 20px;
  background-color: #C58946;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}
.current-plan-cell{
  background-color: #fdfdfd !important;
}
/* Popular label styling */
.popular-label {
  display: inline-block;
  background-color: #28a745; /* Green background */
  color: white;
  font-size: 0.75em;
  padding: 4px 10px;
  border-radius: 12px;
  margin-left: 8px;
  vertical-align: middle;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); /* Subtle shadow for badge */
}
span.tick {display:initial !important; padding:3px 6px; background: radial-gradient(45.27% 214.29% at 51.8% 176.79%,#CD933F,#E7B34F); width:24px; text-align:center; border-radius:15px; }
span.cross {display:initial !important; padding:3px 6px; --tw-bg-opacity: 1;  background-color: rgb(228 228 228/var(--tw-bg-opacity,1));width:24px; text-align:center; border-radius:15px; }
.sub-cancel-btn{
  font-size: 14px;
  color: #666;
  margin-left: auto;
  text-decoration: underline;
}

.historyview {
    padding-top: 2em;
    padding-bottom: 2em;
}
.historyview .busdel .bstil {
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.historyview .cardview {
    background: #FBFBFB;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
}

.historyview .cardview .card-header {
    background: #F2F2F2;
}

.historyview .cardview .card-body .info-row {
  margin: 8px 0;
  font-size: 16px;
  color: #333;
}

.historyview .cardview .card-body .info-row .title{
  min-width: 120px;
  display: inline-block;
  color: #919191;
  font-weight: 400;
}

.historyview .cardview .card-body .info-row .detail{
  padding-left: 25px;
}

.historyview .status-warning {
  display: inline-block;
    width: max-content;
    line-height: 1rem;
    background: #f1d28e;
    color: #B76E00;
    border-color: #B76E00;
    box-shadow: 0 0 0 calc(1px + var(--tw-ring-offset-width)) #B76E00;
    font-size: 16px;
    padding: 0.3em 0.7em;
    border-radius: 7px;
    font-weight: 500;
}
.historyview .status-success {
    display: inline-block;
    width: max-content;
    line-height: 1rem;
    color: #4ade80;
    background-color: #4ade804d;
    border-color: #4ade80;
    box-shadow: 0 0 0 calc(1px + var(--tw-ring-offset-width)) #4ade80;
    font-size: 16px;
    padding: 0.3em 0.7em;
    border-radius: 7px;
    font-weight: 500;
}
.historyview .status-danger, .historyview .status-dark {
    display: inline-block;
    width: max-content;
    line-height: 1rem;
    color: #f87171;
    background-color: #f871711a;
    border-color: #f87171;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px inset, rgba(248, 113, 113, 0.3) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    font-size: 16px;
    padding: 0.3em 0.7em;
    border-radius: 7px;
    font-weight: 500;
}

.historyview .status-secondary, .historyview .status-default {
    display: inline-block;
    width: max-content;
    line-height: 1rem;
    color: #f5f6f9ff;
    background-color: #d1d5db4d;
    border-color: #d1d5db;
    box-shadow: 0 0 0 calc(1px + var(--tw-ring-offset-width)) #d1d5db;
    font-size: 16px;
    padding: 0.3em 0.7em;
    border-radius: 7px;
    font-weight: 500;
}

.historyview .cardview .card-body .product-table, .historyview .cardview .card-body .feature-camera-table {
    margin-top: 1em;
    width: 100%;
    border-collapse: collapse;
}

.historyview .cardview .card-body .product-table thead, .historyview .cardview .card-body .feature-camera-table thead {
    position: sticky;
    top: 0;
    z-index: 1;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.historyview .cardview .card-body .product-table thead th, .historyview .cardview .card-body .feature-camera-table thead th {
    color: #919191;
    font-weight: 400;
    /* min-width: 120px; */
    font-size: 16px;
}

.historyview .cardview .card-body .product-table tbody tr td, .historyview .cardview .card-body .feature-camera-table tbody tr td{
  font-size: 14px;
}

.historyview .cardview .card-body .product-table tfoot tr th, .historyview .cardview .card-body .feature-camera-table tfoot tr th {
  color: #919191;
}

.historyview .cardview .card-body .product-table .product-sub div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap; /* allows wrapping if space is not enough */
    font-size: 14px;
    margin-bottom: 4px;
}

.historyview .cardview .card-body .product-table .product-sub span:first-child {
    font-weight: 500;
    color: #333;
}

.historyview .cardview .card-body .product-table .product-sub span:last-child {
    color: #000;
    text-align: right;
    flex-shrink: 0; /* prevents it from squishing too much */
}

.w-10 {
  width: 10% !important;
}
    
.historyview .nav-tabs .nav-link {
    background-color: #f8f9fa;   /* light background */
    color: #495057;
    border: 1px solid transparent;
    border-radius: .5rem .5rem 0 0;
    margin-right: 5px;
    transition: background-color 0.3s;
}

.historyview .nav-tabs .nav-link:hover {
    background-color: #e9ecef;
    color: #000;
}

.historyview .nav-tabs .nav-link.active {
  color: rgb(251 191 36) !important;
  border-color: #d6d6d6 #d6d6d6 #fff;
  font-weight: 600;
  font-size: 16px;
  background-color: black !important;
}
