.navigation-tabs .tab-btn {
    min-width: 190px;
    width: max-content;
    padding: 6px 24px 6px 24px;
    border-radius: 32px;
    gap: 8px;
    background-color: #2D1D45 !important;

}

.navigation-tabs .active {
    background-color: var(--orange) !important;
}

.plans-card {
    width: max-content;
    border-radius: 8px;
    border-width: 0px;
    border-style: solid;
}

.plans-card.try {
    border-width: 2px;
}

.plans-card.active {
    border-width: 2px;
    border-color: #21A40C !important;
}

.plans-card.try>.try-now-label {
    display: block;
}

.plans-card.active a,
.plans-card.active button {
    pointer-events: none;
    background: #21A40C !important;
}

.plans-card.active a>svg,
.plans-card.active a>span,
.plans-card.active button>span {
    display: none;
}

.plans-card.active a::after,
.plans-card.active button::after {
    content: 'Activated';
    background: #21A40C !important;
}

.border-background-1 {
    background-color: #2A1D3E;
    border-radius: 8px;
}

.plans-card-container {
    column-gap: 2.6%;
    row-gap: 30px;
}

.btn-style-3 {
    color: white;
    background-color: #F0B441;
    border-radius: 32px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    width: max-content;
    min-width: 200px;
}

/* a.btn-style-3:not([href]) {
    pointer-events: none;
    opacity: 0.65;
} */

.btn-style-3:disabled {
    color: white;
    background-color: #F0B441;
    border-color: transparent;
}

.btn-style-3:hover {
    border: 1px solid;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    text-shadow: 1px 1px 2px #427388;
}

.btn-style-4 {
    color: white;
    background: linear-gradient(to right, #F07C41, #6D17EF);
    border-radius: 32px;
    height: 34px;
    min-width: 200px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    width: max-content;
}

/* a.btn-style-4:not([href]) {
    pointer-events: none;
    opacity: 0.65;
} */

.btn-style-4:hover {
    background: none;
    border: 1px solid;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    text-shadow: 1px 1px 2px #427388;
}

.try-now-label {
    display: none;
    position: absolute;
    padding: 4px 16px;
}

.text-stricke-out {
    text-decoration: line-through;
}

.free-individual-modal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 82.5px;
    min-width: 560px;
}

.modal-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;

}

.community-plan-modal-heading {
    background-color: #291C3C;
    border: 1px solid #66478F;
    border-radius: 8px;
    padding: 38px 41px;
    min-width: 250px;

}

.community-pro-plan-modal-card {
    max-width: 900px;
}
.numberStyle{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(to right, #8024D2, #FF782A);
    display: flex;
    align-items: center;
    justify-content: center;
}
.horizontalLine{
    border-top: 1px solid rgb(97,85,111);
    margin: 16px 0px;
}
.hoveredContent .storageHovered{
    opacity: 0;
    position: relative;
    z-index: 1;
}
.hoveredContent:hover .storageHovered{
    opacity: 1;
}
.hoveredContent:hover .nochangesTxt{
    opacity: 0;
}
.cancel-btn{
    border: 1px solid rgb(102,71,143);
    border-radius: 24px ;
    padding: 8px 28px;
    font-size: var(--p);
    font-weight: 600;
    color: white;
}
.price-toggle-container,
.time-toggle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  /* gap: 12px; */
  isolation: isolate;
  width: 172px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 40px;
}

.price-toggle,
.time-toggle {
  cursor: pointer;
  line-height: 16px;
  text-align: center;
  min-width: 72px;
  padding: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #AAAAAA;
}

.price-toggle.active {
  background: #F0B441;
  border-radius: 17.5px;
  color: white;
}

.time-toggle.active {
  background: #6914F4;
  border-radius: 17.5px;
  color: white;
}

.fa-ul p {
  color:#fff;
  font-size: 14px;
  font-weight: 500;
}

.twoMonthChip {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
  position: absolute;
  width: 128px;
  height: 32px;
  right: 0px;
  top: 0px;
  background: linear-gradient(90deg, #F07C41 0.59%, #6D17EF 100.59%);
  border-radius: 0px 8px 0px 8px;
}

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

.white-chip .text {
  background: linear-gradient(90deg, #F07C41 0.59%, #6D17EF 100.59%);
  font-size: 12px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plans-card {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    max-width: 310px;
    width: 100%;
    height: 700px;
    background: rgb(46,36,60);
    border: 1px solid #66478F;
    border-radius: 12px;
    color: #fff;
}
.plans-card .header {
    height: 152px;
    width: 100%;
}
/* media queries */
@media screen and (max-width:1259px) {
    .plans-card-container {
        column-gap: 0.7%;
        row-gap: 25px;
    }
}

@media screen and (max-width:1200px) {
    .plans-card-container {
        column-gap: 2%;
        row-gap: 20px;
    }
}

@media screen and (max-width:767px) {
    .free-individual-modal-container {
        min-width: 450px;
        padding: 35px 35px;
    }

    .community-plan-modal-heading {
        min-width: 280px;
    }

    .community-pro-plan-modal-card {
        max-width: 400px;
    }

}



@media screen and (max-width:450px) {
    .free-individual-modal-container {
        min-width: fit-content;
        padding: 20px 20px;
    }

    .modal-buttons-container {
        column-gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 15px;

    }
}

@media screen and (max-width:367px) {
    .community-plan-modal-heading {
        min-width: 230px;
    }
}