#main-window {
    background-color:#fbfcfd;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#calendar-bloc {
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 50px;
    margin-bottom: 30px;
}

a {
    background-color: transparent;
}


#booking-container {

    max-width: 800px;
    min-height: 550px;
    transition: all 0.22s ease-out;
    width: 95%;
    border: 1px solid rgba(26, 26, 26, 0.1);
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
}

.bagde {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 1;
    width: 105px;
    height: 105px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.1s ease-in;
    pointer-events: none;
    will-change: transform;
}

.rm-background {
    background-color: #ec4729 !important;
}

.branding {
    position: relative;
    top: 21px;
    left: -11px;
    z-index: 1;
    display: block;
    width: 160px;
    padding: 9px 0 6px 0;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    background-color: #505960;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    transform: rotate(
            45deg
    );
    transition: all 0.1s ease-in;
    pointer-events: auto;
}

.powered {
    margin-left: -7px;
    font-size: 8px;
    text-transform: uppercase;
}

.by {
    margin-left: -7px;
    color: #ffffff;
    font-size: 14px;
}

body {
    font-family: 'Baloo Paaji 2', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #4A4A4A;
    margin:0;
    padding: 0;
}

.top {
    min-height: 100px;
    padding-bottom: 25px;
    border-bottom: 1px solid  rgba(26, 26, 26, 0.1);
}

#panel-info {
    position: relative;
    width: 50%;
    min-width: 300px;
    border-right: 1px solid rgba(26, 26, 26, 0.1);
    transition: all 0.22s ease-out;
}

.picker-3 {
    border-top: unset !important;
}

.booking-3 {
    display: block !important;
}

.panel-width-100-3 {
    width: 100% !important;
}

.phase-hide-3{
    display: none !important;
}

.hide-3{
    display: none !important;
}

.hostPicture-3{
    text-align:center !important;
    margin-left : auto !important;
    margin-right : auto !important;
    display: block; !important;
}


.hostPicture {
    margin-top: -40px;
    margin-left: 20px;
    box-sizing: content-box;
    border: 5px solid #ffffff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
    border-radius: 50%;
}

.hostName {
    padding-right: 10px;
    padding-left: 30px;
    margin: 0 0 3px;
    color: rgba(26, 26, 26, 0.6);
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.meetingTopic {
    padding-right: 10px;
    padding-left: 30px;
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    margin-top: 10px;
    line-height: 32px;
}

#duration {
    margin-top: 30px;
    padding: 0 30px;
    color: rgba(26, 26, 26, 0.6);
    font-weight: bold;
}

#time-selection {
    width: 50%;
    transition: all 0.22s ease-out;
}

#picker {
    height: 100%;
    margin: 0 auto;
    padding: 25px 0 0 0;
    position: relative;
    padding-top: 28px;
}

.selectLabel {
    width: 100%;
    padding-right: 32px;
    padding-left: 25px;
    text-align: left;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
}

.pushInfoCancel {
    background: #9ff299;
    color: #2b532c;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 44px;
    padding: 8px 16px;
    line-height: 20px;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 22px;
}

@media screen and (max-width: 480px) {
    #booking-container {
        display: block;
    }

    .pushInfo {
        margin-left:auto !important;
        margin-right: auto !important;
        text-align: center !important;
        display: block !important;
    }

    .pushInfoCancel {
        margin-left:auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }


    #calendar-bloc {
        padding-right: 0;
         padding-left: 0;
        margin-top: 0;
    }

    .top {
        min-height: 50px;
    }

    .loaderTime {
        margin-top: 0px !important;
    }

    #panel-info {
        width: 100%;
    }

    #time-selection {
        width: 100%;
    }

    .hostPicture {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .hostName {
        margin-right: auto;
        margin-left: auto;
        padding: 0;
        text-align: center;
    }
    .meetingTopic {
        margin-right: auto;
        margin-left: auto;
        padding: 0;
        text-align: center;
    }

    #duration {
        margin-right: auto;
        margin-left: auto;
        padding: 0;
        text-align: center;
    }

    .selectLabel {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }

    #datePicker {
        padding-left: 20px;
        padding-right: 20px;
    }

    #picker {
        border-top: 1px solid rgba(26, 26, 26, 0.1);
        margin-top:20px ;
        height: unset;
    }

    #calendar {
        height: 250px;
    }

    #booking-container {
        max-width: unset;
        min-height: unset;
        transition: all 0.22s ease-out;
        border: unset;
        border-radius: 0;
        box-shadow: unset;
        position: relative;
        width: 100%;
    }

    .successConfirmationMessage {
        width: unset !important;
    }
}

@media screen and (min-width: 481px) {
    #booking-container {
        display: flex;
        flex: 1 1 auto;
    }
}

.wrapper_label {
    margin-bottom: 20px;
    padding-right: 10px;
}

label > span{
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
}
#userInfo {
    padding-left: 10px;
    margin: auto;
}
fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

.addGuestComp{
    height: 80px;
    font-family: auto;
}
.addGuest {
    background: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 44px;
    line-height: 20px;
    vertical-align: middle;
    border: none;
    border-radius: 22px;
}

.info {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    color: rgb(26, 26, 26);
    font-size: 16px;
    line-height: 1.5;
    word-wrap: normal;
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    -webkit-appearance: auto;
    appearance: auto;
}

.iti--allow-dropdown {
    width: 100% !important;
}

#meetingDetailsAndCancelation {
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
    font-weight: 600;
}

#cancelSucessful {
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;

    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding-right: 4rem;
        text-align: center;
}

.emailGuestValue {
    position: relative;
    flex-shrink: 0;
    max-width: 100%;
    margin-right: 5px;
    margin-bottom: 2px;
    padding-right: 19px;
    background-color: #e1f1fb;
    border: 1px solid #bcd5e3;
    border-radius: 3px;
    cursor: text;
}

.emailGuestError {
    border: 2px solid #e85038 !important;
}

.emailGuestError:hover {
    border: 2px solid #e85038 !important;
}

.emailGuestError:focus {
    border: 2px solid #e85038 !important;
}