/*
Theme Name: Booking | Thomas Prégardien
Description: Booking | Thomas Prégardien
Author: Blue Pixel
Author URI: https://www.bluepixel.be
Template: hello-elementor
Version: 0.1.0
*/

.primary-color {
    color: #6C70DC;
}

.container-contact-infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-contact-infos--contact-info {
    display: flex;
    flex-direction: row;
    justify-items: center;
    gap: 5px;
    font-weight: bold;
}

.container-contact-infos--link {
    color: #54595F;
}

.icon-width {
    width: 16px;
    height: 16px;
    margin-top: 4px;
}

#tab_custom_fields_add {
    display: block !important;
}

.tab-content .tab-pane {
    display: block!important;
}