﻿
[data-section="consultation"].section.fp-section .fp-overflow {
    justify-content: center;
}


/*STEP GENERAL*/
.ld-smash-sales-consultation {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
}

.ld-smash-sales-consultation-title {
    color: #f45017;
}

.ld-smash-sales-consultation-step {
    display: none;
    padding: 15px;
    border-radius: 15px;
}


    /*.ld-smash-sales-consultation-step,*/
    .ld-smash-sales-consultation-step.active {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: center;
    }



    /*HOME*/

    .ld-smash-sales-consultation-step[data-step="home"] {
        background: #fff6e5;
        align-self: center;
        width: 100%;
        justify-content: space-around;
    }

.ld-smash-sales-consultation-details {
    text-align: left;
    max-width: 700px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
}

    .ld-smash-sales-consultation-details h3 {
        margin-bottom: 30px;
        text-align: center;
        display: block;
    }

        .ld-smash-sales-consultation-details h3 p {
            font-weight: normal;
            text-align: center;
            display: block;
        }

    .ld-smash-sales-consultation-details ul {
        list-style: none;
    }

        .ld-smash-sales-consultation-details ul li {
            background: white;
            display: flex;
            margin-bottom: 15px;
            padding: 10px 15px;
            align-items: center;
            gap: 15px;
        }

            .ld-smash-sales-consultation-details ul li i {
                color: #ED7D31;
            }

    .ld-smash-sales-consultation-details > div {
        display: flex;
        align-items: center;
        background: white;
        border-radius: 15px;
        padding: 15px;
        gap: 30px;
        text-align: center;
        color: #ED7D31;
    }

        .ld-smash-sales-consultation-details > div img {
            width: 120px;
            height: auto;
        }


/*FORM*/

.ld-smash-sales-consultation-form {
    max-width: 500px;
    width: 100%;
    background: white;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .ld-smash-sales-consultation-form > * {
        margin-bottom: 15px;
    }




/*INPUTS*/

.ld-smash-sales-consultation-form-input {
    position: relative;
}

    .ld-smash-sales-consultation-form-input input,
    .ld-smash-sales-consultation-form-input select {
        background: #f2f8ee;
        outline: none;
        padding: 12px;
        border-radius: 10px;
        border: 1px solid #f2f8ee;
        width: 100%;
        text-align: center;
    }

        .ld-smash-sales-consultation-form-input select[data-is-valid="false"],
        .ld-smash-sales-consultation-form-input input[data-is-valid="false"] {
            border: 1px solid #db2e2e71;
        }

        .ld-smash-sales-consultation-form-input input[type=checkbox][data-is-valid="false"] {
            border-radius: 10px;
            box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
        }

        .ld-smash-sales-consultation-form-input select:required:invalid {
            color: gray;
        }

        .ld-smash-sales-consultation-form-input select option[value=""][disabled] {
            display: none;
        }

        .ld-smash-sales-consultation-form-input select option {
            color: black;
        }

    .ld-smash-sales-consultation-form-input label {
        display: block;
        text-align: center;
    }


.ld-smash-sales-consultation-form-group-2i {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 15px;
}

    .ld-smash-sales-consultation-form-group-2i > * {
        width: 50%;
    }

.ld-smash-sales-consultation-form-group-3i {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 15px;
}

.ld-smash-sales-consultation-form-input.ld-lang-list {
    background: #f2f8ee;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

    .ld-smash-sales-consultation-form-input.ld-lang-list label {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        gap: 15px;
        background: #f2f8ee;
        outline: none;
        padding: 5px;
        border-radius: 10px;
        border: none;
        width: 100%;
        text-align: center;
    }

    .ld-smash-sales-consultation-form-input.ld-lang-list input {
        width: 20px;
        height: 20px;
    }

    .ld-smash-sales-consultation-form-input.ld-lang-list .ld-lang {
        background-size: auto 20px;
        padding-left: 25px;
    }

        .ld-smash-sales-consultation-form-input.ld-lang-list .ld-lang.ld-lang-fr {
            background-image: url('../../image/other/flags/francia.png');
        }

        .ld-smash-sales-consultation-form-input.ld-lang-list .ld-lang.ld-lang-es {
        }

        .ld-smash-sales-consultation-form-input.ld-lang-list .ld-lang.ld-lang-en {
        }

    .ld-smash-sales-consultation-form-input.ld-lang-list .ld-components {
        background: none;
    }

        .ld-smash-sales-consultation-form-input.ld-lang-list .ld-components span {
            width: 24px;
            height: 24px;
            text-align: center;
            line-height: 24px;
            border: 1px solid #D0CECE;
            background: white;
            border-radius: 5px;
        }

    .ld-smash-sales-consultation-form-input.ld-lang-list input[type="checkbox"] {
        display: none;
    }

        .ld-smash-sales-consultation-form-input.ld-lang-list input[type="checkbox"]:checked ~ .checkmark:before {
            content: '\f00c';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #ed7d31;
        }


.ld-smash-sales-consultation-form-agreements {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #D0CECE;
}

    .ld-smash-sales-consultation-form-agreements input[type=checkbox] {
        width: 20px;
        height: 20px;
    }

    .ld-smash-sales-consultation-form-agreements [data-action="seeTermsAndConditions"],
    .ld-smash-sales-consultation-form-agreements [data-action="seePrivacyPolicy"] {
        padding: 0;
        border: 0;
        outline: none;
        background: none;
        font-style: italic;
        color: #0070C0;
        font-size: 12px;
    }

#consultationSelectDates {
    margin-top: 15px;
    padding: 5px 30px;
    border: none;
    background: #ffaa00;
    color: white;
    outline: none;
    border-radius: 50px;
    transition-duration: 200ms;
    cursor: pointer;
}

    #consultationSelectDates.disabled {
        opacity: 0.6;
    }

/*ld-smash-sales-consultation-step*/
.ld-smash-sales-consultation-step[data-step="calendar"] {
    justify-content: space-around;
    gap: 15px;
}

.ld-smash-sales-consultation-calendar-aside {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    gap: 30px;
    position: relative;
}

#consultationBackTohome {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 50%;
    border: 1px solid #D0CECE;
    color: #3168ff;
    background: white;
    left: 0;
    cursor: pointer;
    transition-duration: 200ms;
}

    #consultationBackTohome:hover {
        background: #fef8f0;
    }

    #consultationBackTohome i {
        font-size: 20px;
    }

.ld-smash-sales-consultation-calendar-aside h4 {
    display: flex;
}

.ld-smash-sales-consultation-calendar-aside img {
    width: auto;
    height: 175px;
    border-radius: 15px;
}

.ld-smash-sales-consultation-calendar-section {
    max-width: 600px;
    width: 100%;
}

    .ld-smash-sales-consultation-calendar-section > div[data-bind="calendar"] {
        border-radius: 10px;
        padding: 15px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    }

    .ld-smash-sales-consultation-calendar-section h2 {
        font-size: 20px;
        margin-bottom: 1px;
    }

        .ld-smash-sales-consultation-calendar-section h2 span {
            font-size: 14px;
            font-weight: normal;
            display: block;
            background: #ffaa00;
            color: white;
            padding: 5px;
            border-radius: 5px;
            margin-top: 5px;
        }



.ld-smash-sales-consultation-calendar-content {
    display: flex;
    gap: 10px;
}

.ld-smash-sales-consultation-calendar-date {
    width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.ld-smash-sales-consultation-calendar-date-selector {
    display: flex;
    justify-content: center;
}

.ld-smash-sales-consultation-calendar-time-zone label,
.ld-smash-sales-consultation-calendar-time-zone h4 {
    text-align: left;
    width: 300px;
    margin-bottom: 5px;
}

.ld-smash-sales-consultation-calendar-time-zone label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.ld-smash-sales-consultation-calendar-time-zone select {
    border: none;
    outline: none;
    padding: 5px 0;
    cursor: pointer;
}

.ld-smash-sales-consultation-calendar-time {
    padding-top: 15px;
    width: 200px;
}

    .ld-smash-sales-consultation-calendar-time > span {
        padding-top: 5px;
        font-size: 14px;
        font-weight: lighter;
        display: block;
        height: 50px;
    }

#consultationCalendarInst {
    width: 340px;
}

    #consultationCalendarInst.jsCalendar tbody td {
        cursor: pointer;
    }

    #consultationCalendarInst.jsCalendar tbody td,
    #consultationCalendarInst.jsCalendar thead .jsCalendar-week-days th {
        width: 42px;
        height: 42px;
        line-height: 42px;
        border-radius: 50%;
        font-size: 14px;
    }

.ld-smash-sales-consultation-calendar-time-list {
    display: flex;
    width: 200px;
    gap: 10px;
}

    .ld-smash-sales-consultation-calendar-time-list > div {
        width: 50%;
    }

        .ld-smash-sales-consultation-calendar-time-list > div button {
            display: block;
            width: 100%;
            margin-bottom: 5px;
            outline: none;
            border: 1px solid #ED7D31;
            border-radius: 3px;
            background: white;
            color: #ffaa00;
            cursor: pointer;
            transition-duration: 200ms;
        }

            .ld-smash-sales-consultation-calendar-time-list > div button.selected {
                background: #ED7D31;
                color: white;
            }

            .ld-smash-sales-consultation-calendar-time-list > div button:hover {
                background: #fff6e5;
            }

            .ld-smash-sales-consultation-calendar-time-list > div button.selected:hover {
                background: #ffaa00;
            }

            .ld-smash-sales-consultation-calendar-time-list > div button.locked {
                background: #D0CECE;
                border-color: #D0CECE;
                color: #000000ae;
                cursor: not-allowed;
            }

.ld-smash-sales-consultation-calendar-time-loader {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

    .ld-smash-sales-consultation-calendar-time-loader i {
        font-size: 50px;
        color: #ED7D31;
    }

/*      CALENDAR        */
#consultationCalendarInst.jsCalendar thead .jsCalendar-title-name {
    width: calc(100% - 80px);
    font-size: 14px;
}

#consultationCalendarInst.jsCalendar table {
    border: none;
    box-shadow: none;
}

#consultationCalendarInst.jsCalendar thead .jsCalendar-nav-left:after {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#consultationCalendarInst.jsCalendar thead .jsCalendar-nav-right:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#consultationCalendarInst.jsCalendar tbody td.jsCalendar-current {
    background: #3168ff;
    font-weight: bold;
    color: white;
}

#consultationCalendarInst.jsCalendar tbody td.jsCalendar-selected.jsCalendar-current {
    color: white;
    font-weight: bold;
}

#consultationCalendarInst.jsCalendar tbody td.jsCalendar-unselectable {
    color: red;
    opacity: 0.2;
    cursor: default;
}

#consultationCalendarInst.jsCalendar tbody td.jsCalendar-next,
#consultationCalendarInst.jsCalendar tbody td.jsCalendar-previous {
    /*opacity: 0;*/
}

#consultationCalendarInst.jsCalendar .jsCalendar-date-now {
    position: relative;
}

    #consultationCalendarInst.jsCalendar .jsCalendar-date-now:before {
        content: '';
        width: 5px;
        height: 5px;
        background: #3168ff;
        border-radius: 50%;
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
    }


    #consultationCalendarInst.jsCalendar .jsCalendar-date-now.jsCalendar-current:before {
        background: white;
    }

    #consultationCalendarInst.jsCalendar .jsCalendar-date-now:not(.jsCalendar-current) {
        background: #f1f6ff;
    }

#consultationCalendarInst.jsCalendar .jsCalendar-has-consultations {
    background: #f1f6ffff;
    color: #3168ff;
    font-weight: bold;
}

/*  #consultationCalendarInst.jsCalendar .jsCalendar-has-consultations.jsCalendar-current {
        background: #ed7d31ff;
        color: white;
    }
*/
#consultationCalendarInst.jsCalendar .jsCalendar-consultations-not-available {
    background: #de2f2fbc !important;
    color: white !important;
    font-weight: bold;
}

    #consultationCalendarInst.jsCalendar .jsCalendar-consultations-not-available:before {
        background: white;
    }
/*
    #consultationCalendarInst.jsCalendar .jsCalendar-consultations-not-available.jsCalendar-current {
        background: #de2f2fff;
        color: white;
    }
*/
#consultationCalendarInst.jsCalendar .jsCalendar-selected {
    background: #f1f6ff;
    border-color: #f1f6ff;
    font-weight: bold;
    color: #3168ff;
}




/*ld-smash-sales-consultation-step*/

.ld-smash-sales-consultation-step[data-step="participants"] {
}

.ld-smash-sales-consultation-participants {
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    gap: 30px;
}

    .ld-smash-sales-consultation-participants > h3 {
        max-width: 600px;
    }

.ld-smash-sales-consultation-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    gap: 10px;
}

.ld-smash-sales-consultation-session-summary {
    max-width: 500px;
}

    .ld-smash-sales-consultation-session-summary h3 {
        margin-bottom: 15px;
    }

    .ld-smash-sales-consultation-session-summary > div {
        background: #fef8f0;
        padding: 30px;
        border-radius: 10px;
        padding-bottom: 100px;
    }

        .ld-smash-sales-consultation-session-summary > div ul {
            list-style: none;
            text-align: left;
        }

        .ld-smash-sales-consultation-session-summary > div li {
            padding: 5px 15px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            gap: 10px;
        }

        .ld-smash-sales-consultation-session-summary > div i {
            color: #ffaa00;
        }

    .ld-smash-sales-consultation-session-summary button {
        border: none;
        outline: none;
        padding: 10px 30px;
        border-radius: 50px;
        color: gray;
        margin-top: 30px;
        cursor: pointer;
        transition-duration: 200ms;
    }

        .ld-smash-sales-consultation-session-summary button:hover {
            background: #D0CECE;
            color: #5a5353;
        }

    .ld-smash-sales-consultation-session-summary img {
        width: 80%;
        max-width: 400px;
        position: relative;
        border-radius: 10px;
        top: -70px;
    }


.ld-smash-sales-consultation-participants-form {
    background: #fff6e5;
    padding: 15px;
    border-radius: 15px;
}

    .ld-smash-sales-consultation-participants-form > div {
        background: white;
        padding: 15px;
        border-radius: 15px;
    }

.ld-smash-sales-consultation-form-left-icon {
    position: absolute;
    bottom: 7px;
    left: 10px;
    font-weight: bold;
    font-size: 20px;
}

#consultationAddParticipants {
    padding: 2px 10px;
    border: 1px solid #fa0;
    background: white;
    color: #fa0;
    outline: 0;
    border-radius: 50px;
    font-size: 12px;
    cursor: pointer;
}


#consultationSave {
    margin-top: 15px;
    padding: 5px 30px;
    border: 0;
    background: #fa0;
    color: #fff;
    outline: 0;
    border-radius: 50px;
    transition-duration: 200ms;
    cursor: pointer;
}

    #consultationSave:hover {
        transform: scale(1.03);
    }

    #consultationSave.disabled {
        opacity: 0.6;
    }

#consultationDateTime {
    margin-top: 15px;
    padding: 5px 30px;
    border: none;
    background: #ffaa00;
    color: white;
    outline: none;
    border-radius: 50px;
    transition-duration: 200ms;
    cursor: pointer;
    width: 100%;
    line-height: 1.2;
    font-size: 14px;
}


    #consultationDateTime.disabled {
        opacity: 0.4;
    }

.ld-smash-sales-consultation-participants-list {
    text-align: left;
}

.ld-smash-sales-consultation-participants-form label {
    text-align: left;
}

.ld-smash-sales-consultation-participants-form > div > * {
    margin-bottom: 10px;
}

.ld-smash-sales-consultation-participants-list ul {
    list-style: none;
    padding: 15px;
    background: white;
    border: 2px dashed #ED7D31;
    border-radius: 10px;
    margin-top: 15px;
    max-height: 200px;
    overflow: auto;
}

    .ld-smash-sales-consultation-participants-list ul li {
        margin-bottom: 5px;
    }


        .ld-smash-sales-consultation-participants-list ul li div {
            position: relative;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            font-size: 14px;
        }

            .ld-smash-sales-consultation-participants-list ul li div span {
                margin-left: 5px;
                font-size: 14px;
            }


            .ld-smash-sales-consultation-participants-list ul li div button {
                font-size: 12px;
                margin-left: auto;
                border: none;
                background: no-repeat;
                padding: 3px;
                outline: none;
                color: #ff0000;
                opacity: 0.7;
                cursor: pointer;
            }

.ld-smash-sales-consultation-participants-list input {
    padding: 6px 15px;
    font-size: 12px;
}


.ld-smash-sales-consultation-form-group-3i {
    gap: 10px;
}

@media all and (max-width: 1100px) {
    .ld-smash-sales-consultation-details {
        padding-left: 0;
    }

        .ld-smash-sales-consultation-details h3 {
            font-size: 16px;
        }

        .ld-smash-sales-consultation-details > div {
            gap: 15px;
        }

            .ld-smash-sales-consultation-details > div img {
                width: 90px;
            }

        .ld-smash-sales-consultation-details ul li i {
            font-size: 18px;
        }

    .ld-smash-sales-consultation-form {
        width: 50%;
    }


    .ld-smash-sales-consultation-form-group-3i .ld-lang-list .ld-lang.ld-lang-fr {
        margin-right: 0;
    }


    .ld-smash-sales-consultation-form-input.ld-lang-list label {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        gap: 5px;
        padding: 5px;
    }

    .ld-smash-sales-consultation-form {
        min-width: 450px;
    }

    /*CALENDAR*/

    .ld-smash-sales-consultation-calendar-aside img {
        max-width: 300px;
    }
}


@media all and (max-width: 1000px) {
    .ld-smash-sales-consultation-calendar-aside h4 {
        font-size: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ld-smash-sales-consultation-calendar-aside img {
        max-width: 200px;
    }

    .ld-smash-sales-consultation-calendar-aside .ld-lang-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
}


@media all and (max-width: 900px) {
    .ld-smash-sales-consultation-step[data-step="calendar"] {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .ld-smash-sales-consultation-calendar-section,
    .ld-smash-sales-consultation-calendar-aside {
        width: 100%;
        max-width: initial;
    }

    .ld-smash-sales-consultation-calendar-content {
        justify-content: center;
    }

    .ld-smash-sales-consultation-calendar-date {
        width: auto;
    }


    /*SUMMARY*/
    .ld-smash-sales-consultation-step[data-step="participants"] {
        padding: 0;
    }

    .ld-smash-sales-consultation-session-summary > div {
        padding: 30px 10px;
    }

        .ld-smash-sales-consultation-session-summary > div li {
            padding: 5px;
        }
}

@media all and (max-width: 800px) {
    [data-section="consultation"].section.fp-section .fp-overflow {
        justify-content: flex-start;
    }


    .ld-smash-sales-consultation-step[data-step="home"] {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .ld-smash-sales-consultation-details {
        padding: 10px;
        margin-bottom: 10px;
    }

        .ld-smash-sales-consultation-details h3 {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .ld-smash-sales-consultation-details ul li {
            padding: 5px;
            margin-bottom: 5px;
        }

        .ld-smash-sales-consultation-details > div {
            flex-direction: column;
        }

    .ld-smash-sales-consultation-form {
        width: 100%;
        max-width: 600px;
        min-width: initial;
    }

    .ld-smash-sales-consultation-step[data-step="home"] {
        padding: 5px;
    }

    .ld-smash-sales-consultation-details h3 {
        padding: 5px;
    }


    .ld-smash-sales-consultation-step[data-step="calendar"] {
        padding: 0;
    }

    /*SUMMARY*/
    .ld-smash-sales-consultation-section {
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }

    .ld-smash-sales-consultation-participants {
        gap: 10px;
    }

    .ld-smash-sales-consultation-session-summary {
        max-width: initial;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }

        .ld-smash-sales-consultation-session-summary > div {
            width: 100%;
            padding: 10px;
        }

        .ld-smash-sales-consultation-session-summary img {
            display: none;
        }

        .ld-smash-sales-consultation-session-summary h3 {
            margin-bottom: 5px;
        }

        .ld-smash-sales-consultation-session-summary button {
            margin-top: 10px;
        }

    .ld-smash-sales-consultation-participants-form {
        width: 100%;
    }
}


@media all and (max-width: 700px) {
    .ld-smash-sales-consultation-calendar-time-list,
    .ld-smash-sales-consultation-calendar-time {
        width: 170px;
    }

    #consultationCalendarInst.jsCalendar tbody td,
    #consultationCalendarInst.jsCalendar thead .jsCalendar-week-days th {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }

    #consultationCalendarInst {
        width: auto;
    }

    .ld-smash-sales-consultation-calendar-time-zone {
        padding: 0 5px;
    }

        .ld-smash-sales-consultation-calendar-time-zone label,
        .ld-smash-sales-consultation-calendar-time-zone h4 {
            width: 250px;
        }
}


@media all and (max-width: 600px) {
    .ld-smash-sales-consultation-calendar-content {
        flex-direction: column;
        align-items: center;
    }

    .ld-smash-sales-consultation-calendar-date,
    .ld-smash-sales-consultation-calendar-time-list,
    .ld-smash-sales-consultation-calendar-time {
        width: 100%;
        max-width: 400px;
    }


    #consultationCalendarInst.jsCalendar tbody td,
    #consultationCalendarInst.jsCalendar thead .jsCalendar-week-days th {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }

    .ld-smash-sales-consultation-calendar-time {
        padding-top: 0;
    }

    .ld-smash-sales-consultation-calendar-date {
        gap: 0;
    }
}

@media all and (max-width: 500px) {
    .ld-smash-sales-consultation-details ul li,
    .ld-smash-sales-consultation-form-input input,
    .ld-smash-sales-consultation-form-input select,
    .ld-smash-sales-consultation-form-input label,
    .ld-smash-sales-consultation-details > div p {
        font-size: 13px;
    }

    .ld-smash-sales-consultation-calendar-section h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .ld-smash-sales-consultation-participants > h3 {
        font-size: 14px;
    }

    .ld-smash-sales-consultation-session-summary > div li {
        font-size: 13px;
    }

    .ld-smash-sales-consultation-form,
    .ld-smash-sales-consultation-participants-form > div,
    .ld-smash-sales-consultation-participants-form {
        padding: 10px;
    }

    #consultationBackToCalendar {
        margin: 0;
        padding: 5px 30px;
    }

    .ld-smash-sales-consultation-calendar-aside img {
        display: none;
    }

    .ld-smash-sales-consultation-calendar-aside {
        gap: 10px;
    }

        .ld-smash-sales-consultation-calendar-aside h4 {
            font-size: 14px;
        }

    .ld-smash-sales-consultation-calendar-time-zone h4 {
        margin: 0;
    }
}



@media all and (max-width: 450px) {

    #consultationCalendarInst.jsCalendar tbody td,
    #consultationCalendarInst.jsCalendar thead .jsCalendar-week-days th {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .ld-smash-sales-consultation-calendar-time-list {
        max-width: 300px;
    }

    .ld-smash-sales-consultation-calendar-time {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    .ld-smash-sales-consultation-calendar-time-zone {
        width: 100%;
    }

    .ld-smash-sales-consultation-form-input.ld-lang-list .ld-lang {
        margin: 0;
    }
}


@media all and (max-width: 400px) {

    #consultationCalendarInst.jsCalendar tbody td,
    #consultationCalendarInst.jsCalendar thead .jsCalendar-week-days th {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}


@media all and (max-height: 750px) {

    [data-section="consultation"].section.fp-section .fp-overflow {
        justify-content: flex-start;
    }

    [data-section="consultation"] .ld-smash-sales-section {
        padding: 5px;
    }
}



.ld-smash-sales-consultation-form-input[data-type="school"]:not(.active),
.ld-smash-sales-consultation-form-group-2i[data-type="school"]:not(.active) {
    display: none;
}

[name="schoolEmail"] {
    margin-top: 20px;
}

.ld-smash-sales-consultation-step[data-step="accountCreated"] > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 7px;
}

.ld-smash-sales-consultation-step[data-step="accountCreated"] h2 {
    margin: 0;
    color: #fea121;
}

.ld-smash-sales-consultation-step[data-step="accountCreated"] video {
    width: 50vw;
    max-width: 1200px;
    min-width: 300px;
    border-radius: 5px;
    outline: none;
}

.ld-smash-sales-consultation-demo-created-video-note {
    color: gray;
    filter: grayscale(100%);
    font-size: 16px;
}

.ld-smash-sales-consultation-demo-book-a-meeting {
    outline: none;
    padding: 10px 30px;
    border-radius: 5px;
    border: none;
    text-align: center;
    color: white;
    background: #0c3344;
    cursor: pointer;
}

.ld-smash-sales-consultation-demo-created-general-note {
    color: gray;
    font-style: italic;
    font-size: 12px;
}

[data-section="consultation"][data-step="completeForm"] [data-type="emailNote"] {
    display: none;
}

.ld-smash-sales-consultation-about-mba {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .ld-smash-sales-consultation-about-mba > div {
        width: 100%;
        text-align: left;
    }

    .ld-smash-sales-consultation-about-mba p {
        font-size: 14px !important;
    }

[data-bind="previousConsultation"] {
    display: block;
    margin-bottom: 10px;
}

    [data-bind="previousConsultation"] h3 {
        font-size: 16px;
    }

.meeting-canceled-alert {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

[data-bind="cancelConsultation"] {
    display: block;
    margin-top: 10px;
}


    [data-bind="cancelConsultation"] button {
        outline: none;
        padding: 5px 30px;
        border: none;
        border-radius: 20px;
        background: rgb(228, 54, 54);
        color: white;
        cursor: pointer;
    }


.ld-smash-sales-consultation-details[data-type="aboutmba"] {
    padding: 0;
}


    .ld-smash-sales-consultation-details[data-type="aboutmba"] .ld-sub-title,
    .ld-smash-sales-consultation-details[data-type="aboutmba"] p {
        color: black;
        margin: 0;
    }
