.modal-location-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 6px;
    background-color: #fff;
}

.modal-location-content.modal-booking-content {
    max-width: 460px;
}

.modal-location-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-location-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.modal-location-bottom.modal-invitation-bottom {
    margin-top: 20px;
    padding-bottom: 20px;
}

.modal-location-bottom.modal-invitation-bottom.modal-bookin-bottom {
    padding-bottom: 0px;
}

.modal-location-bottom.modal-import-bottom {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-location-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff2ef;
}

.location-icon {
    width: 18px;
    height: 24px;
    color: #fda345;
    display: flex;
    justify-content: center;
    align-items: center;
}
.location-icon.discount-icon {
    width: 26px;
    height: 26px;
}
.location-icon.invitation-icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-icon.import-icon {
    width: 22px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-icon.booking-icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.html-embed {
    width: 20px;
    height: 20px;
    color: #939393;
}
.close-modal:hover { cursor: pointer; }
.close-modal:hover svg { color: #f98f49; }

.body {
    background-color: #f3f3f3;
}

.modal-button {
    /*padding: 10px 40px;*/
    /*border-radius: 6px;*/
    /*background-color: #f98f49;*/
    /*font-family: Montserrat, sans-serif;*/
    /*font-size: 16px;*/
    /*line-height: 24px;*/
    /*font-weight: 500;*/
    width: auto;
}
.modal-details {
    margin-left: 20px;
}
.modal-button.modal-invitation-button {
    margin-right: 20px;
    border: 2px solid #f98f49;
    background-color: #fff;
    color: #f98f49;
}

.modal-location-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #002e48;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-align: left;
}

.modal-location-title.modal-booking-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
}

.modal-location-title.modal-booking-title.modal-booking-title2 {
    margin-top: 40px;
}

.modal-location-text {
    font-family: Montserrat, sans-serif;
    color: #002e48;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
}

.modal-bottom-text {
    align-self: center;
    font-family: Montserrat, sans-serif;
    color: #002e48;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    text-align: left;
}

.modal-bottom {
    flex-flow: wrap;
    display: flex;
    margin-right: auto;
}

.modal-action-buttons{
    padding-left: 29px;
    margin-right: 0;
    margin-left: auto;
}

.modal-action-buttons > button{
    margin: 5px 0;
    padding: 10px;
}

.modal-invitation-mail {
    margin-top: 40px;
    margin-bottom: 0px;
}

.modal-invitation-mail-input {
    height: 43px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #b6b9e0;
    border-radius: 6px;
}

.modal-invitation-mail-input::-webkit-input-placeholder {
    font-family: Montserrat, sans-serif;
    color: #b6b9e0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
}

.modal-invitation-mail-input:-ms-input-placeholder {
    font-family: Montserrat, sans-serif;
    color: #b6b9e0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
}

.modal-invitation-mail-input::-ms-input-placeholder {
    font-family: Montserrat, sans-serif;
    color: #b6b9e0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
}

.modal-invitation-mail-input::placeholder {
    font-family: Montserrat, sans-serif;
    color: #b6b9e0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
}

.modal-invitation-mail-input.modal-booking-input {
    width: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-style: none;
    border-width: 0px;
}

.modal-invitation-mail-input.modal-booking-input::-webkit-input-placeholder {
    text-align: center;
}

.modal-invitation-mail-input.modal-booking-input:-ms-input-placeholder {
    text-align: center;
}

.modal-invitation-mail-input.modal-booking-input::-ms-input-placeholder {
    text-align: center;
}

.modal-invitation-mail-input.modal-booking-input::placeholder {
    text-align: center;
}

.modal-import-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px dashed #b6b9e0;
}

.modal-import-icon {
    padding-bottom: 20px;
}

.modal-location-icon-upload {
    width: 34px;
    height: 44px;
    color: #f98f49;
}

.modal-import-uload-title {
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #002e48;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
}

.modal-import-upload-info {
    font-family: Montserrat, sans-serif;
    color: #002e48;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.modal-import-anotherfile {
    font-family: Montserrat, sans-serif;
    color: #f98f49;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-decoration: none;
}

.modal-booking-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 10px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #f5f6f9;
}
#deleteModal .modal-booking-input {
    justify-content: normal;
}
.modal-booking-input-tblock {
    margin-right: 20px;
    font-family: Montserrat, sans-serif;
    color: #002e48;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
#deleteModal .modal-booking-input-tblock {
    width: 100px;
}
#deleteModal .modal-booking-input input {
    padding-left: 0;
}

.bookin-icon {
    width: 22px;
    height: 22px;
    margin-right: 20px;
    color: #b6b9e0;
}
.modal-location-column {
    width: 100%;
    justify-content: space-between;
}
.modal-button-two {
    width: 100px;
}
.modal-description-product {
    max-width: 900px;
}
.modal-location-text #description-video {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.modal-description-title {
    margin-bottom: 0;
}
.description-icon {
    width: 22px;
    height: 22px;
}
.info-product-descripton {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #72748C;
}
.quick-add-details {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.quick-add-details-property {
    width: 40%;
}

.modal-invite-members {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 960px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    /*padding: 0 40px;*/
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 6px;
    background-color: #fff;
}
.modal-invite-top h2 {
    margin: 0;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #0C0A08;
}
.modal-invite-top {
    display: flex;
    justify-content: space-between;
    height: 68px;
    align-items: center;
    border-bottom: 1px solid rgba(231, 229, 228, 0.51);
    padding: 0 40px;
}
.modal-invite-info {
    padding: 0 40px;
}
.modal-invite-info .voting-setup .filters {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12) !important;
    border-radius: 12px !important;
}
.modal-invite-info .voting-setup {
    max-width: unset !important;
    background: unset !important;
    padding: 0 !important;
    margin: 40px auto 40px !important;
}
.modal-invite-close {
    width: 17px;
    height: 17px;
}
.modal-invite-close:hover svg {
    color: black !important;
}
.modal-invite-setup .filters {
    box-shadow: none !important;
    margin-top: 32px !important;
    margin-bottom: 16px !important;
}
.modal-invite-setup {
    padding: 0 !important;
    background: none !important;
    margin: 0 !important;
}
.modal-invite-setup .filters .form-voting.students input {
    background: #FAFAFA url("/img/email.svg") no-repeat 15px 50% !important;
    border: 1px solid #EEEDEC !important;
    border-radius: 6px !important;
    height: 52px !important;
}
.invite-list {
    margin-top: 30px;
    margin-bottom: 40px;
}
.invite-list h3 {
    margin: 0 0 12px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #0C0A08;
}
.invite-details .resend-invitation {
    width: 16px;
}
.invite-details {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.invite-details li img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(2%) saturate(1423%) hue-rotate(202deg) brightness(102%) contrast(87%);
}
.invite-details li {
    list-style: none;
    background: #F0F0EF;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    color: #55514E;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .modal-invite-members {
        margin-top: 0;
        height: 100%;
        border-radius: 0;
        overflow-y: scroll;
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .modal-location-text #description-video {
        max-width: 460px;
    }
    .modal-details-two {
        padding: 0;
        margin-left: 0;
        margin-top: 20px!important;
    }
    .modal-location-column {
        flex-direction: column;
    }
    .modal-button  {
        margin-top: 0;
    }
    .modal-location-content {
        max-width: 500px;
    }
}

@media screen and (max-width: 479px) {
    .quick-add-details {
        flex-direction: column;
        gap: 0;
        margin-bottom: 5px;
    }
    .quick-add-details-property {
        width: auto;
    }
    .description-icon
    {
        width: 16px;
        height: 16px;
    }
    .modal-description-icon{
        width: 40px;
        height: 40px;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .modal-description-title {
        margin-bottom: 0!important;
        font-size: 14px!important;
    }
    .modal-location-text #description-video {
        max-width: 260px;
    }
    .modal-location-content {
        max-width: 300px;
        padding: 20px;
    }

    .modal-location-content.modal-booking-content {
        margin-right: 10px;
        margin-left: 10px;
    }

    .modal-location-bottom.modal-invitation-bottom {
        padding-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .modal-location-bottom.modal-import-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .modal-button.modal-invitation-button {
        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .modal-button.modal-invitation-submit {
        padding-right: 36px;
        padding-left: 36px;
    }

    .modal-location-title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .modal-invitation-mail-input.modal-booking-input {
        width: 180px;
    }

    .modal-import-anotherfile {
        margin-bottom: 20px;
    }

    .modal-booking-input-tblock {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}
