﻿.box, .form-container {
    padding: 20px;
    border: 1px solid #ccc
}

.d-none, .main, .progress-bar li:first-child:after {
    display: none
}

.btn, .radio_option, .social span i {
    cursor: pointer
}

.error-message {
    color: red
}

.box, .btn, .left-heading, .progress-bar li.active, .steps-content {
    color: #fff
}

#vendorDetails {
    border: 2px solid #006634;
    margin-top: 5px
}

#fserviceVendor {
    margin: 20px auto
}

.box {
    width: 89%;
    background-color: #006634;
    border-radius: 5px;
    margin-bottom: 50px
}

    .box h2, .vendor h4 {
        color: #fff;
        text-align: center
    }

@media (max-width: 768px) {
    .cbox {
        flex-direction: column
    }

    .box {
        width: 100%;
        margin-bottom: 20px
    }

    .vendor {
        margin-bottom: 15px;
    }
}


.btn {
    padding: 10px 20px;
    background-color: #479c7d;
    border: none;
    border-radius: 4px
}

    .btn:hover {
        background-color: #479c7d;
    }

    .btn:active {
        background-color: #479c7d;
    }


.container.banner {
    justify-content: center;
    display: flex;
    width: 100%
}

.container.form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.container .card {
    height: auto;
    width: 800px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    font-family: Poppins,sans-serif;
    margin: 10px auto
}

    .container .card .form {
        width: 100%;
        height: 100%;
        display: flex
    }

    .container .card .left-side {
        width: 35%;
        background-color: #006634;
        height: 750px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        padding: 20px 30px;
        box-sizing: border-box
    }

.steps-content {
    margin-top: 30px;
    height: 10px
}

    .steps-content p {
        font-size: 12px;
        margin-top: 15px
    }

.progress-bar, .text p {
    font-size: 13px;
    font-weight: 700
}

.progress-bar {
    list-style: none;
    counter-reset: container 0;
    width: 100%;
    background-color: unset;
    text-align: left
}

.congrats, .vendtor-section, ul.circle-list li {
    text-align: center
}

.progress-bar li {
    position: relative;
    margin-left: 40px;
    margin-top: 50px;
    counter-increment: container 1;
    color: #b5b5b5
}

    .progress-bar li::before {
        content: counter(container);
        line-height: 25px;
        text-align: center;
        position: absolute;
        height: 25px;
        width: 25px;
        border: 1px solid #6b9e47;
        border-radius: 50%;
        left: -40px;
        top: -5px;
        z-index: 10;
        background-color: #fff
    }

    .progress-bar li::after {
        content: '';
        position: absolute;
        height: 90px;
        width: 2px;
        background-color: #6b9e47;
        z-index: 1;
        left: -27px;
        top: -70px
    }

    .progress-bar li.active::after {
        background-color: #fff
    }

    .progress-bar li.active::before {
        color: #006634;
        border: 1px solid #fff
    }

.container .card .right-side {
    width: 65%;
    background-color: #fff;
    border-radius: 20px
}

.main {
    padding: 10px
}

.active {
    display: block
}

.text {
    margin-top: 20px
}

    .text p {
        margin-top: 10px;
        color: #cbced4
    }

.input-text {
    margin: 11px 0;
    display: flex;
    gap: 20px
}

    .input-text .input-div {
        width: 100%;
        position: relative
    }

input[type=email], input[type=file], input[type=tel], input[type=text], select {
    width: 100%;
    height: 40px;
    border: 1px solid #cbced4;
    outline: 0;
    border-radius: 5px;
    gap: 20px;
    box-sizing: border-box;
    padding: 0 10px
}

.radio_option {
    width: 100%;
    max-width: 330px;
    min-height: 60px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    direction: ltr;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: .4em;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: .6em;
    padding: 5px 10px;
    transition: .3s;
    display: flex;
    position: relative
}

.category {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-top: 0;
    padding-bottom: .6em;
    display: grid
}

.input-div input:focus ~ span, .input-div input:valid ~ span {
    top: -20px;
    left: 6px;
    font-size: 10px;
    font-weight: 600
}

.input-div span {
    top: -15px;
    left: 6px;
    font-size: 10px
}

.buttons button {
    height: 40px;
    width: 100px;
    border: none;
    border-radius: 5px;
    background-color: #bb141a;
    font-size: 12px;
    color: #fff;
    cursor: pointer
}

.button_space {
    display: flex;
    gap: 20px
}

    .button_space button:first-child a {
        background-color: #fff;
        color: #000;
        border: 1px
    }

.user_card {
    margin-top: 20px;
    margin-bottom: 40px;
    height: 200px;
    width: 100%;
    border: 1px solid #c7d3d9;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    position: relative;
    box-sizing: border-box
}

.circle, .social, .user_name {
    position: absolute
}

.user_card span {
    height: 80px;
    width: 100%;
    background-color: #dfeeff
}

.circle span, .social span {
    background-color: #fff;
    display: flex
}

.circle {
    top: 40px;
    left: 60px
}

    .circle span {
        height: 70px;
        width: 70px;
        justify-content: center;
        align-items: center;
        border: 2px solid #fff;
        border-radius: 50%
    }

        .circle span img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover
        }

.social {
    display: flex;
    top: 100px;
    right: 10px
}

    .social span {
        height: 30px;
        width: 30px;
        border-radius: 7px;
        border: 1px solid #cbd6dc;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
        color: #cbd6dc
    }

.heart, .share {
    color: red !important
}

.user_name {
    top: 110px;
    margin: 10px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    width: 100%
}

    .user_name h3 {
        color: #4c5b68
    }

.detail {
    display: flex;
    justify-content: space-between;
    margin-right: 50px
}

    .detail p {
        font-size: 12px;
        font-weight: 700
    }

        .detail p a {
            text-decoration: none;
            color: #00f
        }

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: .6s cubic-bezier(.65,0,.45,1) forwards stroke
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0 0 0 #7ac142;
    animation: .4s ease-in-out .4s forwards fill,.3s ease-in-out .9s both scale
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: .3s cubic-bezier(.65,0,.45,1) .8s forwards stroke
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {
    0%,100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1,1.1,1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #7ac142
    }
}

.warning {
    border: 1px solid red !important
}

@media (max-width: 750px) {
    .container {
        height: scroll
    }

        .container .card .right-side {
            width: 100%
        }

    .input-text {
        display: block
    }

        .input-text .input-div {
            margin-top: 20px
        }

    .container .card .left-side {
        display: none
    }

    .radio_option {
        font-size: 10px
    }
}

.alert.success {
    background-color: #5cb85c
}

.alert.info {
    background-color: #2196f3
}

.alert.warning {
    background-color: #ff9800
}

.container h3 .btn {
    padding: 8px
}

.choice-awards {
    color: unset !important
}

    .choice-awards p {
        color: unset;
        font-size: unset
    }

.inner-box p {
    color: #000;
    font-size: 17px
}

.sidebar-page-container.choice-awards {
    background: unset
}

.choice-awards .quote-widget .inner-box:before, .choice-awards.venue.inner-box:before {
    background: unset !important;
    border: 2px solid #6b9e47
}

.choice-awards .quote-widget .inner-box .text {
    color: unset
}

.choice-awards .quote-widget .inner-box h2 {
    background: #479c7d;
    color: #fff !important
}

ul.circle-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    ul.circle-list li {
        font-size: 14px;
        width: 130px;
        height: 130px;
        background: #479c7d;
        margin: 5px;
        border-radius: 100px;
        color: #fff;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center
    }

.vendtor-section {
    clear: both;
    display: inline-block;
    padding-top: 10px
}

.dancing-text {
    animation: 2s infinite dancingText
}

@keyframes dancingText {
    0%,100% {
        color: #006634;
        transform: rotate(0) scale(1)
    }

    25%,75% {
        color: #006634;
        transform: rotate(-10deg) scale(1.2)
    }

    50% {
        color: #006634;
        transform: rotate(10deg) scale(.9)
    }
}

.radio-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .radio-container:hover {
        background-color: #f8f9fa;
    }

    .radio-container input {
        margin-right: 10px;
    }

#regForm {
    background-color: #ffffff;
    margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    width: 70%;
    min-width: 300px;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

#prevBtn {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #04AA6D;
    }

.padding-right {
    padding-right: 7.5px
}

.padding-left {
    padding-left: 7.5px
}

.custom-margin-top {
    margin-top: 20px !important; /* Adjust the value as needed */
}

.price-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.original-price {
    color: #ef0c0c;
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 15px;
}

.discounted-price {
    font-size: 24px;
    color: #479c7d;
    font-weight: bold;
}
.list-style-number li {
    font-size: 12px;
}



.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999; 
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Simple spinner for Bootstrap 3 */
.spinner-border {
    width: 3rem;
    height: 3rem;
    border: 0.3em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

.sold_out {
     top: 0.5em; 
    left: 2em;
    color: #fff;
    display: block;
    position: absolute;
    text-align: center;
    text-decoration: none;
    /* letter-spacing: .06em; */
    background-color: #bb141a;
    padding: 0.3em 1.5em 0.2em 1.5em;
    text-shadow: 0 0 0.75em #444;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
    font: bold 16px / 1.2em Arial, Sans-Serif;
    -webkit-text-shadow: 0 0 0.75em #444;
    -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-20deg) scale(0.7, 0.8);
    z-index: 10;
    opacity: 50%;
	border: 2px rgba(255, 255, 255, 0.7) dashed;
}


@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}
