.hidden {
  display: none;
}

#uintaPricingOptionsContainer{
	margin-left	: 15%;
}
#uintaPriceOptionsHeader{
	margin-bottom: 1.5rem;
}
.bars-container {
    display			: flex;
    justify-content	: space-between;
	width			: 62%;
	margin-bottom	: 40px;
}

.bar-container {
    width			: 100%;
	margin-right	:10px	
}

.bar {
    height				: 2px;
    width				: 100%;
    background-color	: #888B8D;
    margin				: auto;

}

.bar-container .text {
    text-align		: center;
    font-family		: montserrat, sans-serif;
    color			: #5F5F5F;
    font-size		: 13px;
    font-weight		: 600;
    line-height		: 23px;	
}
.bar.first-element {
    background-color: #EA7600;
}

.bar-container .text.first-element {
    color	: #EA7600;
}


.uintaPricingCard{
	background		: #FFFFFF 0% 0% no-repeat padding-box;
	border			: 2px solid #AAAAAA ;
	opacity			: 1;
	width			: 324px;
	height			: 366px;
	border-radius	: 2%;	
	box-shadow		: 0 3px 5px rgba(0, 0, 0, 0.1);  /* The outer shadow effect */	
	text-align		: center; 
} 

.pricingCardP{
    font-family		: montserrat, sans-serif;
    color			: #888b8d;
    font-size		: 13px;
    font-weight		: 300;
    line-height		: 23px;	
	margin-bottom	: 0px;
}

.uintaActiveCard{
	border	: 2px solid #EA7600;
}
.uintaActiveCard .global_subheader{
	color	: #EA7600;
}

.userAmountInputContainer, .licenseDurationContainer, #licenseInfoText{
    display			: flex;          /* Enables flexbox layout */
    align-items		: center;    /* Centers items vertically*/
    gap				: 16px;              /* Space between flex children */
	margin-bottom	: 16px;
}

#userAmountText, #licenseDurationText, #licenseInfoText {
    text-align	: left;
    font-family	: montserrat, sans-serif;
    color		: #5F5F5F;
    font-size	: 14px;
    margin		: 0;              /* Reset margin to ensure tight alignment */
}
.licenseDurationContainer{
	margin-bottom: 3.5rem;
}
/* Remove spinners (stepper controls) for WebKit browsers */
#uintaPricingUserNum::-webkit-inner-spin-button,
#uintaPricingUserNum::-webkit-outer-spin-button {
    -webkit-appearance	: none;
    margin				: 0;
}

/* Set appearance for Firefox and border color */
#uintaPricingUserNum {
    -moz-appearance		: none;           /* Use 'none' to remove special styling */
    appearance			: none;                /* Standard property should come after vendor-prefixed ones */
    -webkit-appearance	: none;        /* For WebKit browsers */
   	border				: 2px solid #AAAAAA ;
  	box-shadow			: 0 3px 5px rgba(0, 0, 0, 0.1);  /* The outer shadow effect */
	max-width 			: 64px;
	font-weight			: 600;       /* Setting the boldness */
    color				: #5F5F5F;        /* Setting the text color */
    font-family			: montserrat, sans-serif;
    font-size			: 14px;
	padding-left		: 8px;	
}

.licenseDurationRadioContainer {
    display	: flex;
    gap		: 13px;  /* Adjust this value for the desired space between the radio buttons */
}
/* Hide default radio buttons and provide base for custom styling */
.licenseDurationRadioContainer input[type="radio"] {
    appearance			: none;
    -webkit-appearance	: none;
    -moz-appearance		: none;
    width				: 22px;
    height				: 22px;
    position			: relative;
}

/* Outer circle using ::before pseudo-element */
.licenseDurationRadioContainer input[type="radio"]::before {
    content			: "";
    position		: absolute;
    top				: 0;
    left			: 0;
    width			: 22px;
    height			: 22px;
    border-radius	: 50%;
    border			: 2px solid #AAAAAA ; 
    box-sizing		: border-box;
}

/* Inner dot using ::after pseudo-element */
.licenseDurationRadioContainer input[type="radio"]:checked::after {
    content				: "";
    position			: absolute;
    top					: 6px;
    left				: 6px;
    width				: 10px;
    height				: 10px;
    background-color	: #EA7600;
    border-radius		: 50%;
}

section .licenseDurationRadioContainer input[type="radio"]:focus {
    outline: none;
	box-shadow: none;
}
/* Style the labels */
.licenseDurationRadioContainer label {
	font-weight		: 600;       /* Setting the boldness */
    color			: #5F5F5F;        /* Setting the text color */
    font-family		: montserrat, sans-serif;
    font-size		: 14px;
    display			: flex;         /* Set to flex */
    align-items		: center;   /* Vertically center the content */
    gap				: 10px;             /* Spacing between radio button and text */	
}


#perlicenseBigPrice, #teamBundleBigPrice, #trialBigPrice, #bigPrice{
	color 			: #5f5f5f;
	font-family		: montserrat, sans-serif;	
	font-weight		: 900;	
	font-size		: 45px;
	line-height		: 45px;	
	margin-right	: 12px;
	margin-top		: 28px;
	margin-bottom	: 2px;
}

.uintaPricingCard a{
	margin-top	: 16px;
}
/* .uintaActiveCard .button_pill{
	background: linear-gradient(to bottom, #de6a00, #ffa81c 80%);
}

.uintaActiveCard .button_pill:hover{
	background:#EA7600;
} */
#trialCard a{
	display: block;
}

#perLicenseTotalPriceP, #teamTotalPriceP, #trialTotalPriceP, #totalPriceP{
	margin-bottom	: 32px;
	font-weight		: 300;
}

#uintaPerLicenseHeader, #uintaTeamBundleHeader, #uintaTrialHeader, #cardHeader{
	margin-top		: 30px;
	margin-bottom	: 2px;
	padding-bottom	: 0px;
}
#licenseInfoText{
	margin-bottom	: 64px;
}

.bestDealCard{	
	position: relative;
}

.hover-div {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%);
    width: 128px;
    height: 30px;
    border: 2px solid #AAAAAA ;
    background: white;
    display: flex; /* Add flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.uintaActiveCard .hover-div {
    border: 2px solid #EA7600;
	background: #EA7600;
}

.hover-div p {
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    color: #5f5f5f;
    font-family: montserrat, sans-serif;
    font-weight: 900;
    margin: 0; /* Remove default margins */
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); /* Add text shadow */
}

.uintaActiveCard .hover-div p {
    color: white;
}

#pricingDetailsContainer p{
	font-size: 14px;
	line-height: 17px;
	color: #5f5f5f;
	font-family: montserrat, sans-serif;
	font-weight: 500;	
	margin-top : 3.5rem
}

#pricingDetailsContainer .bold{
	font-weight: 900;
	color: var(--dark-grey)	
}
.uintaPricingCard:not(.uintaActiveCard):not(#trialCard) a {
	pointer-events: none;
	cursor: default;
}

.tooltip-container {
  position: relative;
  display: inline-block;
}

.tooltip-icon {
  background-color: #AAAAAA;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: montserrat, sans-serif;
  font-style: normal; /* If it's showing as italic, ensure normal style */
  cursor: pointer;
  display: inline-block;
}



.tooltip-text {
	visibility: hidden;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 16px 16px;
	width : 512px;
	position: absolute;
	z-index: 1;
	bottom: -71%; /* Position the tooltip above the icon */
	left: 382%;
	margin-left: -60px; /* Center the tooltip */
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}


/*------------------------------------------------------------------------------------------------*\
| xs breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (max-width: 575px) {
	.tooltip-container {display: none;}
}

/*------------------------------------------------------------------------------------------------*\
| sm breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767px) {
	.tooltip-container {display: none;}

}

/* Media query for repositioning on smaller screens */
@media (max-width: 768px) {
  .tooltip-text {
		/* Adjust these properties to reposition the tooltip on smaller screens */
		left: 30%;
		bottom: 150%;
  }
}


@media (max-width: 992px) {
	#uintaPricingOptionsContainer{
		margin-left		: 0;
		max-width		: 100%;
		margin-top		: 128px;
		margin-bottom	: 128px;
	}	
	#uintaPriceOptionsHeader{
		text-align	: center;
	}
	.userAmountInputContainer,.licenseDurationContainer{
		justify-content: center;
	}
	.uintaPriceCardsContainer {
		flex-direction	: column;
	}
	.uintaPricingCard {
		margin-bottom	: 48px;
		margin-right	: 0; 
		margin-left		: 50%; 
		transform: translate(-50%);
		display: none;
	}
	.uintaActiveCard, #trialCard{
		display: block;
	}	

	#userAmountText{
		display	: inline-block;
	}
	#pricingDetailsContainer{
		text-align: center;
	}	
}

@media (max-width: 992px) {

	.uintaPricingCard {
		width: 300px;
	}	
}