.plans-card-container {
    column-gap: 6px;
    row-gap: 50px;
}
.plans-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 24px;
    max-width: 272px;
    width: 100%;
    height: 700px;
    background: #EBF2FFB2;
    border: 1px solid #9DAAC3B0;
    border-radius: 12px;
    color: #4F596E;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.plans-card.active,.plans-card.activated {
    background: #FFFFFF; 
    z-index: 1;
}
.plans-card-wrapper{
    position: relative;
    max-width: 272px;
    width: 100%;
}
.plans-card-wrapper:has(.plans-card.active:not(.activated)){
    background: #3A7CFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 3px 34px 3px;
    margin-top: -40px;
    gap: 24px;
    max-width: 272px;
    width: 100%;
    border: 1px solid #9DAAC3B0;
    border-radius: 12px;
    position: relative;
    z-index: 0;
}
.plans-card-wrapper:has(.plans-card.activated){
    background: linear-gradient(47.89deg, #17EF7C -101.45%, #179A54 95.31%);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 3px 13px 3px;
    gap: 24px;
    max-width: 272px;
    width: 100%;
    border: 1px solid #9DAAC3B0;
    border-radius: 12px;
    position: relative;
    z-index: 0;
}
.plans-card.active:not(.activated) .white-btn {
    background: linear-gradient(180deg, #6196FF 0%, #1F69FF 100%);
    color: #fff;
    border: 0.381634px solid #897FFF;
    box-shadow: 0px 2px 3px rgba(55, 52, 209, 0.21), inset 0px -2px 2px rgba(80, 70, 189, 0.6), inset 0px 1px 1px rgba(255, 255, 255, 0.35), inset 0px 3px 4px rgba(223, 229, 255, 0.3);

}
.plans-card.activated .white-btn {
    background: linear-gradient(180deg, #17EF7C -35.59%, #179A54 100%);
    color: #fff;
    border: 0.4px solid #7FAAFF;

}
.plans-card-wrapper .active-head-text{
    font-size: 15.27px;
    font-weight: 600;
    line-height: 115%;
    text-align: center;
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translate(-50%);
    color: white;
    display: none;
}
.plans-card.active:not(.activated) ~ .active-head-text {
    display: block;
}
.plans-card .amount{
    font-size: clamp(24px, 4vw, 36px);
    color: #0F2249;
    font-weight: 600;
}
.plans-card .white-btn{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 12.2782px;
    line-height: 115%;

    color: #0F2249;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 18px;
    gap: 6px;
    width: 100%;
    height: 41px;
    background: linear-gradient(151.44deg, #FFFFFF -62.65%, #FBFBFE 83.01%);
    border: 1px solid #D9DBE9;
    box-shadow: 0px 3px 6px rgba(7, 0, 110, 0.03), inset 0px -2px 2px rgba(27, 35, 85, 0.07), inset 0px 4px 6px rgba(255, 255, 255, 0.4);
    border-radius: 12px;

}
.fa-ul p {
  color:#6C788FCC;
  font-size: 12.28px;
  font-weight: 500;
}
.price-toggle-container,.time-toggle-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    isolation: isolate;
    height: 40px;
    background: #BAC6DEB2;
    border: 0.38px solid #A2C1FF;
    border-radius: 24.56px;
}

.price-toggle,.time-toggle{
    cursor: pointer;
    line-height: 115%;
    text-align: center;
    padding: 9px;
    font-size: 15.35px;
    font-weight: 700;
    color: #425884;
    height: 32px;
    gap: 4.6px;
    border-radius: 153.477px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.price-toggle.active,.time-toggle.active {
    background: #FFFFFF;
    border-radius: 17.5px;
    color: #175FEF;
    box-shadow: 0px 2.30216px 4.60432px rgba(7, 0, 110, 0.03), inset 0px -1.53477px 1.53477px rgba(10, 16, 50, 0.07);
  
}

.twoMonthChip {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
  position: absolute;
  width: 128px;
  height: 24px;
  right: 0px;
  top: 0px;
  background: linear-gradient(88.31deg, #175FEF 0.28%, #17439A 98.72%);
  border-radius: 0px 8px 0px 8px;
  box-shadow: -3px 2px 5px rgb(181 206 253 / 62%);
}

.free-chip {
  background: white;
  border-radius: 0px 8px 0px 8px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.free-chip .text {
  background: linear-gradient(88.31deg, #175FEF 0.28%, #17439A 98.72%);
  font-size: 12px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spinner-border{
        height: 20px;
        width: 20px;
}