.form-check {
    display: inline-block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 10px;
}

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

.ctm-button {
    width: 100%;
}

.kgText {
    display: block;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    color: rgb(96, 80, 200);
}

.output {
    display: block;
    text-align: center;
    font-size: 90px;
    font-weight: bold;
    color: rgb(96, 80, 200);
}

.output-disable {
    color: rgb(96 80 200 / 60%) !important;
}

.form-range {
    height: 0 !important;
}

.cssanimation,
.cssanimation {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadeInBottom {
    animation-name: fadeInBottom;
    z-index: 0;
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1
    }
}

.radios {
    display: flex;
}

.radios .radio {
    background-color: transparent;
    background-image: linear-gradient(90deg, #D34743 0%, #7236B8 100%);
    color: #fff !important;
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    border-radius: 3px;
    font-weight: 400;
    border: 0px solid #c36;
}

.radios .radio:hover {
    background-image: linear-gradient(90deg, #7236B8 0%, #D34743 100%) !important;
}

.radios input[type=radio] {
    display: none
}
.radios input[type=radio]+.radio {
    outline: 2px solid !important;
}
.radios input[type=radio]:checked+.radio {
    background-color: transparent;
    background-image: linear-gradient(180deg, #7236B8 0%, #D34743 100%);
    outline: 2px solid #000000 !important;
    border: transparent;
}

.radios .form-check {
    padding: 6px 6px;
    margin: 0;
}

.range-slider>p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    top: 18px;
    position: relative;
}

.radio-button-group .form-check:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
}

@media(max-width:991px) {
    .radios .radio {
        width: 100%;
        padding-top : 40px;
    }

    .kgText {
        font-size: 50px;
    }
    .form-check{
        display: block;
    }

}

@media(max-width:767px) {
    .kgText {
        font-size: 30px;
    }
    .form-check{
        display: block;
    }
    .radios .radio {
        padding-top : 40px;
    }
}

.custom_amount_section .input-group-prepend .input-group-text {
    background-color: transparent;
    background-image: linear-gradient(90deg, #D34743 0%, #7236B8 100%);
    color: white;
    border: 1px;
        height: 42px;
}

.product-title{
    font-size: 18px;
    padding: 14px;
}
.product-desc{
    padding: 32px 18px;
    text-align: left;
}
.euro_amount_text{
    padding-top: 6px;
}
.input-group{
    align-items: center !important;
}
.product-description{
    margin-bottom: 15px;
}
#purchaseForm .card {
    height: fit-content;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#purchaseForm .order-summary {
    height: auto !important;
    transition: margin-top 0.3s ease, top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: top, margin-top;
}
button.tabs-ui {
    padding: 4px 14px;
    border: 2px solid #d1d5db;
    border-radius: 10px;
    white-space: nowrap !important;
}
button.tabs-ui:hover,button.tabs-ui.active {
    background: #d1d5db !important;
}
#purchaseForm .view-pdf{
    padding: 10px 30px 10px 30px;
}
table tbody > tr:nth-child(odd) > tr,
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color:white !important;
}
#products {
    min-height: 60vh !important;
    background-color: white !important;
}

@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 auto;
        width: 70% !important;
    }
    .error{
        width: 70% !important;
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 30% !important;
    }
}

@media (min-width: 1200px) {
    .fs-3 {
        font-size: 1.50rem !important;
    }
}

@media only screen and (max-width: 1399px) {
    .btn {
        line-height: 14px;
        font-size: 12px !important;
    }
}
/* .download-purchase{
    margin-left: -140px !important;
} */

@media only screen and (max-width:675px){
    #purchaseForm .order-summary {
        position: relative !important;
        top: 0 !important;
    }
    .card.mob-0{
        margin: 0 !important;
    }
    .card.mob-0.order-summary{
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

.select2-container .select2-selection--single {
    height: 44px !important;
    border-radius: 0.5rem !important;
    border: 2px solid #aaa !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
    --tw-border-opacity: 1 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px !important;
}
