.form-control::placeholder {
    color: #555 !important;
    opacity: 1 !important;
}
.form-control:-moz-placeholder {
    color: #555 !important;
    opacity: 1 !important;
}
.form-control::-moz-placeholder {
    color: #555 !important;
    opacity: 1 !important;
}
.form-control::-webkit-input-placeholder {
    color: #555 !important;
    opacity: 1 !important;
}
.form-control:-ms-input-placeholder {
    color: #555 !important;
    opacity: 1 !important;
}
.form-control::-ms-input-placeholder {
    color: #555 !important;
    opacity: 1 !important;
}

.types {
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    margin-bottom: 5px;
    background: rgb(60, 254, 165);
    background: -moz-linear-gradient(260deg, #3cfea5 0%, #3cfea5 34%, #03ddc4 74%, #01c2c5 100%);
    background: -webkit-linear-gradient(260deg, #3cfea5 0%, #3cfea5 34%, #03ddc4 74%, #01c2c5 100%);
    background: linear-gradient(260deg, #3cfea5 0%, #3cfea5 34%, #03ddc4 74%, #01c2c5 100%);
}

.option-type {
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #03ddc2;
    width: 100%;
    user-select: none;
}

.option-type:first-child {
    border-left: 1px solid #03ddc2;
    border-radius: 0 0 0 20px;
    -webkit-border-radius: 0 0 0 20px;
    -moz-border-radius: 0 0 0 20px;
    -ms-border-radius: 0 0 0 20px;
    -o-border-radius: 0 0 0 20px;
}

.option-type:last-child {
    border-right: 1px solid #03ddc2;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}

.option-type:last-child:first-child {
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
}

.option-type input+label {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background-color: #040404;
    cursor: pointer;
}

.option-type input:checked+label {
    background-color: unset !important;
    color: #000;
    cursor: unset;
}

.option-type:last-child input+label {
    border-radius: 0 0 18px 0;
    -webkit-border-radius: 0 0 18px 0;
    -moz-border-radius: 0 0 18px 0;
    -ms-border-radius: 0 0 18px 0;
    -o-border-radius: 0 0 18px 0;
}

.option-type:first-child input+label {
    border-radius: 0 0 0 18px;
    -webkit-border-radius: 0 0 0 18px;
    -moz-border-radius: 0 0 0 18px;
    -ms-border-radius: 0 0 0 18px;
    -o-border-radius: 0 0 0 18px;
}

.container {
    padding: 0;
    margin: 40px auto;
}

.card {
    border: 0px !important;
}

.card .card-plans {
    border: 1px solid #03ddc2 !important;
    border-top-width: 0!important;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
}

.card-group {
    padding: 0;
    border: 0;
    gap: 0;
}

.card-body {
    display: flex;
    flex-direction: column;
    background-color: black;
    padding: 0;
    margin: 0;
    padding: 0px !important;
}

.card-header {
    text-align: center;
    letter-spacing: 4px;
    border-bottom: 0px !important;
    padding: 30px !important;
    border-radius: 15px 15px 0 0 !important;
    -webkit-border-radius: 15px 15px 0 0 !important;
    -moz-border-radius: 15px 15px 0 0 !important;
    -ms-border-radius: 15px 15px 0 0 !important;
    -o-border-radius: 15px 15px 0 0 !important;
}

.card-plans {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    background-color: #040404;
    min-height: 75%;
}

.card:first-child .card-body {
    border-radius: 15px!important;
    -webkit-border-radius: 15px!important;
    -moz-border-radius: 15px!important;
    -ms-border-radius: 15px!important;
    -o-border-radius: 15px!important;
}

.card:last-child .card-body {
    border-radius: 0px 15px 15px 0px !important;
    -webkit-border-radius: 0px 15px 15px 0px !important;
    -moz-border-radius: 0px 15px 15px 0px !important;
    -ms-border-radius: 0px 15px 15px 0px !important;
    -o-border-radius: 0px 15px 15px 0px !important;
}

.price {
    text-align: center;
    font-size: 50px;
    align-items: center;
    justify-content: center;
}

.price p {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0;
}

.renew-price {
    font-size: 15px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
}

span.renew-price b {
    margin-left: 20px;
}

.center {
    text-align: center;
}

.total-pay {
    text-align: center;
    padding: 0;
    margin: 0;
}

.plan-included {
    color: #d1b6b6;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.info-plans {
    letter-spacing: 1px;
    padding: 10px;
    margin: 10;
}

.info-plans table tr td {
    padding: 1.0rem 5px;
}

.card-body h3 {
    color: aliceblue;
    text-transform: capitalize;
}

.card-body h5 {
    color: aliceblue;
}

.card-body p {
    color: aliceblue;
}

.card-body table {
    color: aliceblue;
}

.card {
    padding: 0 !important;
    background-color: transparent !important;
}

#plan-black {
    text-align: center;
}

#plan-black a {
    padding: 15px;
    text-transform: uppercase;
    /* background-color: #ffcc00; */
}

.not-included {
    text-decoration: line-through;
    opacity: 0.5;
}

.svg-icons-plans {
    fill: #0DF5BA !important;
    font-size: 14px;
    width: 16px !important;
    height: 16px;
    color: #0DF5BA !important;
}

.card-body.selected-plan {
    animation: shadow-pulse 1s infinite;
    -webkit-animation: shadow-pulse 1s infinite;
    border-radius: 25px!important;
    -webkit-border-radius: 25px!important;
    -moz-border-radius: 25px!important;
    -ms-border-radius: 25px!important;
    -o-border-radius: 25px!important;
}
.container{
    min-height: 75vh;
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0px rgba(60, 254, 163, 0.5);
    }

    50% {
        box-shadow: 0 0 25px rgba(60, 254, 165, 0.7);
    }

    100% {
        box-shadow: 0 0 0px rgba(60, 254, 165, 0.5);
    }
}