﻿
.ld-meeting-form {
    display: none;
    text-align: center;
}

.ld-meeting-form-wrapper {
    display: inline-block;
    max-width: 600px;
    width: 100%;
    text-align: left;
}

.ld-meeting-form-header {
    text-align: right;
}

.ld-meeting-close {
    font-weight: bold;
    width: 40px;
    height: 40px;
    color: rgb(var(--smash-red-1-rgb));
    border: none;
    border-radius: 50%;
    background: rgb(var(--smash-grey-4-rgb));
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    transition-duration: 200ms;
    margin-bottom: 10px;
}

    .ld-meeting-close i {
        font-size: 30px;
        line-height: 40px;
    }

    .ld-meeting-close:hover {
        transform: scale(1.1);
    }

.ld-meeting-form-body select,
.ld-meeting-form-body textarea,
.ld-meeting-form-body input {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    border-radius: 2rem;
    background: rgb(var(--smash-grey-2-rgb));
    border: none;
}

    .ld-meeting-form-body select:focus,
    .ld-meeting-form-body textarea:focus,
    .ld-meeting-form-body input:focus {
        outline: none;
    }

    .ld-meeting-form-body select::-webkit-input-placeholder,
    .ld-meeting-form-body textarea::-webkit-input-placeholder,
    .ld-meeting-form-body input::-webkit-input-placeholder {
        text-align: center;
        color: rgba(var(--smash-orange-1-rgb), 0.75);
    }

    .ld-meeting-form-body select:-moz-placeholder,
    .ld-meeting-form-body textarea:-moz-placeholder,
    .ld-meeting-form-body input:-moz-placeholder {
        text-align: center;
        color: rgba(var(--smash-orange-1-rgb), 0.75);
    }

    .ld-meeting-form-body select::-moz-placeholder,
    .ld-meeting-form-body textarea::-moz-placeholder,
    .ld-meeting-form-body input::-moz-placeholder {
        text-align: center;
        color: rgba(var(--smash-orange-1-rgb), 0.75);
    }

    .ld-meeting-form-body select:-ms-input-placeholder,
    .ld-meeting-form-body textarea:-ms-input-placeholder,
    .ld-meeting-form-body input:-ms-input-placeholder {
        text-align: center;
        color: rgba(var(--smash-orange-1-rgb), 0.75);
    }

/*.ld-meeting-form-body select {
    color: rgba(var(--smash-orange-1-rgb), 0.75);
}*/

.ld-meeting-form-section[data-type="pricing"] input[type="text"],
.ld-meeting-form-section[data-type="pricing"] select {
    background-color: rgba(var(--smash-orange-1-rgb), 0.75);
    color: white;
}


.ld-meeting-form-section select {
    -moz-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background: url('/image/icons/br_down.webp') no-repeat right rgb(var(--smash-grey-2-rgb));
    background-position-x: calc(100% - 10px);
}

.ld-meeting-form-section select,
.ld-meeting-form-section input {
    float: left;
    width: calc(50% - 5px);
}

    .ld-meeting-form-section select:nth-child(1),
    .ld-meeting-form-section input:nth-child(1) {
        margin-right: 10px;
    }

    .ld-meeting-form-section input[data-val="MeetingFormSchool"],
    .ld-meeting-form-section input[data-val="MeetingFormName"] {
        width: 100%;
        margin-right: 0;
    }

.ld-meeting-form-footer {
    text-align: center;
}

#MeetingFormSend {
    margin-top: 15px;
}

.wickedpicker__controls__control {
    line-height: 1;
}

.ld-meeting-form-body [data-valid="0"] {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(var(--smash-red-1-rgb), 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(var(--smash-red-1-rgb), 0.75);
    box-shadow: 0px 0px 5px 0px rgba(var(--smash-red-1-rgb), 0.75);
}

.ld-meeting-form-body [data-valid="1"] {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(var(--smash-green-2-rgb),1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(var(--smash-green-2-rgb),1);
    box-shadow: 0px 0px 3px 0px rgba(var(--smash-green-2-rgb), 1);
}

.ld-meeting-form-wrapper[data-type="info"] {
    max-width: 1000px;
    position: relative;
    display: none;
    overflow: auto;
}

.ld-meeting-form-wrapper[data-type="info"] .ld-meeting-form-image {
    width: 60%;
    float: left;
    text-align: center;
}

    .ld-meeting-form-wrapper[data-type="info"] .ld-meeting-form-image img {
        display: inline-block;
        width: auto;
        height: auto;
        min-height: 150px;
        max-height: 500px;
        max-width: calc(100% - 20px);
        margin-right: 10px;
    }

    .ld-meeting-form-wrapper[data-type="info"] .ld-meeting-form-info {
        width: 40%;
        float: right;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        height: auto;
        padding-right: 1rem;
    }

    .ld-meeting-form-wrapper[data-type="info"] .ld-meeting-form-info-message {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 2rem;
    }

    .ld-meeting-form-wrapper[data-type="info"] .ld-meeting-form-info-data {
        font-size: 1rem;
        text-align: center;
        display: block;
    }


.special-price-form-contact-wrapper {
    background: white;
    margin: 15px;
    border-radius: 1rem;    
}

    .special-price-form-contact-wrapper .ld-meeting-form-wrapper {
        padding-top: 2rem;
        padding-bottom: 2rem;
        max-width: 900px;
    }

    .special-price-form-contact-wrapper .ld-meeting-form-body {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .special-price-form-contact-wrapper .ld-meeting-form-section[data-type="contact"] {
        float: left;
        width: 70%;
    }

    .special-price-form-contact-wrapper .ld-meeting-form-section[data-type="pricing"] {
        float: left;
        width: 30%;
        padding-left: 15px;
        padding-right: 15px;
    }

        .special-price-form-contact-wrapper .ld-meeting-form-section[data-type="pricing"] > * {
            width: 100%;
        }

    .special-price-form-contact-wrapper .ld-discover-btn {
        margin-top: 1rem;
    }

.ld-meeting-form-warranty {
    text-align: center;
    display: none;
}

.ld-meeting-form[data-type-id="5"] .ld-meeting-form-warranty {
    display: block;
}

    .ld-meeting-form-warranty img {
        display: inline-block;
        width: 300px;
        height: auto;
    }


.ld-contact .ld-meeting-form-info {
    background: rgba(255, 255, 255, 0.50);
    padding: 15px;
}

    .ld-contact .ld-meeting-form-info,
    .ld-contact .ld-meeting-form-image {
        width: 100% !important;
    }