body 
{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.main-container 
{
	padding: 0px 0px 0px 0px !important;	
}

a 
{
    text-decoration: none !important;
}

.logo-img
{
    width: 25%;
    margin-top: 3rem;
}


.form-container
{
    background-color: #D6ECD2;
    margin-top: 2rem;
    width: 50%;
    border-radius: 10px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-weight: 300;
}

.submit-btn
{
    background-color: #1DA1F2;
    color: #fff;
}

.submit-btn:hover 
{
    color: #fff;
    background-color: #1DA1F2;
}

.form-container .instal_form
{
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #fff;
    font-weight: 400;
}

.form-container .instal_form:focus
{
    box-shadow: 0 0 0 0;
}

.form-container .instal_form:focus-visible
{
    outline: 0px;
}

.card {
    width: 600px;
    min-height: 400px;
    margin: 60px auto;
    border-radius: 10px;
    background: white;
}
.card .card-header {
    width: 100%;
    height: 156px;
    border-radius: 10px 10px 0px 0px;
}
.card .card-header img {
    height: 100%;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.card .card-body {
    width: 100%;
    height: auto;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card .card-body .card-title {
    width: 100%;
    font-weight: 900;
    color: var(--dark-blue);
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}
.card .card-body .card-text {
    width: 100%;
    color: var(--desaturated-blue);
    text-align: center;
    line-height: 25px;
    padding: 15px 0px;
    box-sizing: border-box;
}
.card .card-body .card-plan {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 15px;
    background: var(--very-pale-blue);
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}
.card .card-body .card-plan .card-plan-img {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20%;
}
.card .card-body .card-plan .card-plan-img img{
    width: 50%;
}
.card .card-body .card-plan .card-plan-text {
    flex-grow: 6;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
.card .card-body .card-plan .card-plan-text .card-plan-title {
    color: var(--dark-blue);
    font-weight: 900;
    font-size: 14px;
}
.card .card-body .card-plan .card-plan-text .card-plan-price {
    color: var(--desaturated-blue);
    font-size: 14px;
}
.card .card-body .card-plan .card-plan-link {
    flex-grow: 1;
}
.card .card-body .card-plan .card-plan-link a {
    color: var(--bright-blue);
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}
.card .card-body .card-plan .card-plan-link a:hover {
    color: #766cf1;
    text-decoration: none;;
}
.card .card-body .card-payment-button {
    padding: 25px 0px 15px;
    box-sizing: border-box;
}
.card .card-body .card-payment-button button {
    width: 100%;
    height: 50px;
    border: 0;
    background: var(--bright-blue);
    color: white;
    font-weight: 700;
    border-radius: 10px;
    box-shadow: 0px 10px 20px 0px hsl(245deg 75% 52% / 44%);
    cursor: pointer;
}
.card .card-body .card-payment-button button:hover {
    background: #766cf1;
}
.card .card-body .card-cancel-button {
    padding: 15px 0px;
    box-sizing: border-box;
}
.card .card-body .card-cancel-button button {
    width: 100%;
    border: 0;
    background: none;
    color: var(--desaturated-blue);
    font-weight: 900;
    text-align: center;
    cursor: pointer;
}
.card .card-body .card-cancel-button button:hover {
    color: var(--dark-blue);
}


@media (max-width: 375px) {
    body {
        height: auto;
    }
    body::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: url(https://rvs-order-summary-component.netlify.app/images/pattern-background-mobile.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        z-index: -1;
    } 
    .card
    {
        width: 320px;
    }  
}

.card .card-body .payment-submit-btn {
    padding: 14px 0px 15px;
    box-sizing: border-box;
}
.card .card-body .payment-submit-btn {
    width: 100%;
    height: 50px;
    border: 0;
    background: var(--bright-blue);
    color: black;
    font-weight: 700;
    border-radius: 10px;
    box-shadow: 0px 10px 20px 0px hsl(245deg 75% 52% / 44%);
    cursor: pointer;
}
.card .card-body .payment-submit-btn:hover {
    background: #1DA1F2;;
    color: white;
}

.main-form
{
    border: 1px solid #1da1f2;
    border-top-color: rgb(29, 161, 242);
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.booking-cover
{
    background: linear-gradient(to bottom, rgba(29, 161, 242, 0.36), rgba(29, 161, 242, 0.9)),url('./../images/booking-cover.png') no-repeat;
    background-position: center;
    background-size: auto auto;
    height: 25vh;
    margin-left: 0rem;
    margin-right: 0rem;
    padding: 50px;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.form-fields
{
    border: 0px;
    border-bottom: 1px solid #1da1f2;
    border-radius: 0px;
}

.fields-label
{
    font-weight: 900;
    color: #1DA1F2;
    letter-spacing: 0.05rem;
}

.duration-container input[type="radio"]
{
    display: none;
}

.duration-container label
{
    position: relative;
    color: #1da1f2;
    border: 2px solid #1da1f2;
    border-radius: 5px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.active-duration
{
    background-color: #1da1f2;
    color: #fff !important;
}

.solicitor-container input[type="radio"]
{
    display: none;
}

.solicitor-container label
{
    position: relative;
    color: #1da1f2;
    border: 2px solid #1da1f2;
    border-radius: 5px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 1rem;
}


.active-solicitor
{
    background-color: #1da1f2;
    color: #fff !important;
}

.active-stepper 
{
    background-color: #1da1f2;
    color: #fff;
}

.btn-check
{
    display: none;
}

.stepper:hover{
    background-color: #1DA1F2 !important;
    color: #fff;
}

@media (max-width: 768px)
{
    .stepper-col 
    {
        border-bottom: 1px #1da1f2 solid;
    }

    .main-container 
    {
        padding: 0;
    }

    .main-form 
    {
        padding: 1px;
    }
}