html,
body,
input,
textarea,
select {
    font-family: "Montserrat" !important;
    font-size: 1em !important;
}

input,
textarea,
select {
    font-size: 0.9em !important;
}

textarea,
select {
    color: #434f58 !important;
}

a {
    text-decoration: none !important;
}


#acame-custom-form h3 {
    color: #4a72b1;
}

.acame-custom-form-field-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    /* width: 85%; */
}

.acame-custom-form-field-set {
    /* display: flex;
    flex-direction: column;
    align-items: baseline; */
    padding: 15px !important;
}

#acame-custom-form-private-policy {
    margin-top: 28px;
    margin-bottom: 28px;
}


.acame-custom-form-radio-set {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
}


#acame-custom-form-seme-container {
    padding: 0;
    margin-bottom: 10px;
}

.custom-hidden {
    display: none;
}

.product_meta {
    display: none;
}

.single-tribe_events .sidebar .tribe-events-event-meta .tribe-events-single-section-title {
    color: var(--primary_overlay_text_color) !important;
}

#tribe-events-content a {
    color: var(--primary_overlay_text_color) !important;
}

form input::placeholder {
    color: black;
    opacity: 1;
}

form input {
    color: black !important;
}


.table-responsive {
    overflow-x: auto;
}

.event-schedule-table th {
    background-color: #7999c9;
    color: white;
    font-size: 2vh;
    padding: 13px !important;
    border: solid 3px white;
    border-color: white !important;
}

.event-schedule-table tr td {
    background-color: #d9e2ef;
    color: #56565a;
    font-weight: 600;
    font-size: 1.8vh;
    border-color: white !important;
    border: 3px solid;
}

.event-schedule-table tr td:first-child {
    background-color: #9fb6d8;
    color: white;
    border-color: white;
    font-weight: 600;
    border: 3px solid;
    text-align: center;
    font-size: 1.8vh;
}

.event-schedule-table .pause {
    background-color: white;
    border-color: #acc0dd !important;
    text-align: center;
    border: solid 1px;
    line-height: 3em;
}

.event-schedule-table .full-width {
    text-align: center;
    border: solid 1px;
    line-height: 3em;
}

.event-schedule-table a {
    color: #64656a;
    text-decoration: underline;
}

.event-schedule-table tr:last-child td:first-child {
    border-radius: 0 0 0 50px;
}

.event-schedule-table tr:last-child td:last-child {
    border-radius: 0 0 50px 0;
}

.event-schedule-table tbody tr td:first-child {
    padding: 10px 5px;
    font-size: 1.4vh;
}

.event-schedule-table tbody tr td:last-child {
    position: relative;
}

.event-schedule-table-title {
    background-color: #406db2;
    color: white;
    font-size: 3.5vh;
    font-weight: 600;
    text-align: center;
    border-radius: 50px 50px 0 0;
}

.event-schedule-table-subtitle {
    border-left: 1px solid black;
    border-right: 1px solid black;
    font-size: 2.5vh;
    text-align: center;
    color: #4b6fc0;
}

.event-schedule-table img {
    max-width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

#event-schedule-custom-modal {
    z-index: 3;
    padding-top: 50px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.event-schedule-custom-modal-content {
    animation: animatezoom 0.6s;
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}

@media (max-width: 993px) {
    #event-schedule-custom-modal {
        width: unset;
    }

    .event-schedule-custom-modal-content {
        width: 95%;
    }
}

.event-schedule-custom-modal-header {
    background-color: #406db2;
    padding: 0.19em 16px;
}

.event-schedule-custom-modal-header h2,
.event-schedule-custom-modal-header span {
    color: white !important;
}

.event-schedule-custom-modal-tabs button {
    text-transform: capitalize;
}

.event-schedule-custom-hidden {
    display: none;
}

p.price {
    display: none !important;
}

.variations {
    display: none;
}

.event-accommodation-table thead tr {
    background-color: #4a6dab;
    color: white;
}

.event-accommodation-table thead th {
    padding: 10px 10px !important;
}

.event-accommodation-table tbody {
    text-align: center;
}

.event-accommodation-table tbody td {
    padding: 10px 10px !important;
}

.city {
    display: none;
}

#form-message,
.important-message {
    color: red;
    font-size: 17px;
}
#form-message span,
#form-message > span {
    color: black;
    font-size: 17px;
}


.qr-label-container {
    background-color: aqua;
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.qr-label {
    /* background-color: white;
    padding: 10px 5px;
    max-width: 250px;
    transform: rotate(90deg); */


    background-color: white;
    padding: 10px 5px;
    max-width: 250px;
    display: flex;
    text-align: center;
    border: 1px solid black;
    align-items: center;
    flex-direction: column;
}

.qr-label h1 {
    font-size: 21px;
    color: #466bad;
    margin-bottom: 15px;
    font-weight: 500;
}

.qr-label h2 {
    margin-bottom: 5px;
}

.event_entry_log_buttons {
    margin-bottom: 10px;
    color: black;
    font-size: 1.1em;
}

.event_entry_log_buttons select {
    font-size: 0.9em;
    color: black;
}

.event_entry_log_buttons button {
    font-size: 1em;
}


.is_validated_select_1 {
    color: green;
}

.is_validated_select_0 {
    color: red;
}

.is_validated_select_-1 {
    color: #2271b1;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    background-color: #4a72b1 !important;
    color: white !important;
    border-radius: 0 !important;
}

div.dt-buttons {
    display: flex !important;
    justify-content: center !important;
}

a.dt-button {
    color: white !important;
    background-color: #4a72b1 !important;
    padding: 10px 10px !important;
    margin: 0 15px !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: white !important;
    border: 1px solid var(--menu_hover_first_color) !important;
    background-color: var(--menu_hover_first_color) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a72b1), color-stop(100%, #4a72b1)) !important;
    background: -webkit-linear-gradient(top, #4a72b1 0%, #4a72b1 100%) !important;
    background: -moz-linear-gradient(top, #4a72b1 0%, #4a72b1 100%) !important;
    background: -ms-linear-gradient(top, #4a72b1 0%, #4a72b1 100%) !important;
    background: -o-linear-gradient(top, #4a72b1 0%, #4a72b1 100%) !important;
    background: linear-gradient(to bottom, #4a72b1 0%, #4a72b1 100%) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current.hover {
    color: white !important;
    border: 1px solid #4a72b1 !important;
    background-color: var(--menu_hover_first_color) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--menu_hover_first_color)), color-stop(100%, var(--menu_hover_first_color))) !important;
    background: -webkit-linear-gradient(top, var(--menu_hover_first_color) 0%, var(--menu_hover_first_color) 100%) !important;
    background: -moz-linear-gradient(top, var(--menu_hover_first_color) 0%, var(--menu_hover_first_color) 100%) !important;
    background: -ms-linear-gradient(top, var(--menu_hover_first_color) 0%, var(--menu_hover_first_color) 100%) !important;
    background: -o-linear-gradient(top, var(--menu_hover_first_color) 0%, var(--menu_hover_first_color) 100%) !important;
    background: linear-gradient(to bottom, var(--menu_hover_first_color) 0%, #4a72b1 100%) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #4a72b1 !important;
    background-color: var(--menu_hover_first_color) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--menu_hover_first_color)), color-stop(100%, var(--menu_hover_first_color))) !important;
    background: -webkit-linear-gradient(top, var(--menu_hover_first_color) 0%, var(--menu_hover_first_color) 100%) !important;
    background: -moz-linear-gradient(top, var(--menu_hover_first_color) 0%, var(--menu_hover_first_color) 100%) !important;
    background: -ms-linear-gradient(top, var(--menu_hover_first_color) 0%, var(--menu_hover_first_color) 100%) !important;
    background: -o-linear-gradient(top, var(--menu_hover_first_color) 0%, var(--menu_hover_first_color) 100%) !important;
    background: linear-gradient(to bottom, var(--menu_hover_first_color) 0%, #4a72b1 100%) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: white !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}


#acame-coduments a:hover {
    color: #4a72b2;
}

#documents-breadcrumbs i {
    font-size: 1.3em;
}

#documents-actions button {
    color: #4a72b2;
    border: var(--bs-btn-border-width) solid #4a72b2;
}

#documents-actions button:hover {
    color: white;
    background-color: #4a72b2;
}

#documents-actions button i {
    font-size: 1.3em;
}

.document-group {
    cursor: pointer;
}

.document-group:hover {
    color: #4a72b2;
}

.document-group i {
    font-size: 2.3em;
}

#documents-tree .document-group i {
    font-size: 1.3em;
}

#documents-tree .name {
    margin-left: 5px;
}

.acame_custom_meeting_date_time input,
.acame_custom_meeting_status select {
    max-width: 180px;
    margin: 1.5em 1.5em 0 0;
}

.acame_custom_meeting_participants select {
    max-width: 300px;
    max-height: 118px;
    height: 300px;
    padding: inherit;
}

.acame_clinic_image,
.acame_custom_member_image {
    width: 100px;
    display: block;
}

.clinic-seach.row,
.specialist-seach.row {
    margin-top: 2em;
}

.acame-events-intro {
    width: 70% !important;
    margin: 0 auto !important;
    padding-top: 2em !important;
}

.members_table_wrapper a {
    font-size: xx-small !important;
}

.font-normal {
    font-weight: normal !important;
}

.font-light {
    font-weight: lighter !important;
}

#pdf_container {
    margin: 0 auto;
    width: 25vw !important;
    height: calc(37vw) !important;
}

.page-id-14297 .fusion-row {
    max-width: 100% !important;
}

#post-20585 ul li {
    font-size: 1em !important;
}

.acame_sponsor_logo {
    max-width: 250px;
}

.sponsor-subscription {
    text-transform: uppercase;
    font-size: 2.5rem !important;
    width: 100%;
    margin: 3rem 0;
    font-weight: 600;
    text-align: center;
    padding: 1rem 0;
    background-color: #454651;
    color: white !important;
}

.sponsor-subscription.platino {
    background-color: #90a6d7;
    color: #705f5d !important;

}

.sponsor-subscription.oro {
    background-color: #eab744;
    color: #705f5d !important;
}

.sponsor-subscription.plata {
    background-color: #bdb9b8;
    color: #705f5d !important;
}

.sponsors {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.sponsor {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sponsor-title {
    font-weight: 600 !important;
    color: var(--awb-color6) !important;
    margin-top: 10px;
}


#sponsor-content {
    align-items: center
}

#sponsor-name {
    color: var(--awb-color6) !important;
}

.sponsor-data {
    font-size: 1.5vw;
}

.sponsor-data i {
    color: var(--awb-color6) !important;
}

.sponsor-data label {
    font-weight: 600;
    margin-right: 10px;
}

.sponsor-data span a {
    color: var(--awb-color6) !important;
}

#sponsor-title {
    text-align: center;
    color: var(--awb-color6) !important;
}

.sponsors .card .row {
    /* min-height: 30vh;
    max-height: 30vh; */
}

.sponsors .card {
    border-width: 3px;
    border-radius: 20px;
    overflow: hidden;
    border-color: #454651
}

.sponsors .card.platino {
    border-color: #90a6d7
}

.sponsors .card.oro {
    border-color: #eab744
}

.sponsors .card.plata {
    border-color: #bdb9b8
}

.sponsor-events .display-posts-listing .content p,
.sponsor-events .display-posts-listing .title{
    display: none;
}
.sponsor-events .display-posts-listing .listing-item{
    display: flex;
    align-items: center;
}


.single-product .tabs.wc-tabs{
    display:none;
}
.single-product .post-content h3 {
    display: none;
}
.single-product #tab-description{
    margin: 0 !important;
}

.event_entry_log_buttons .button{
    padding: 0.4vw !important;
}


/* .woocommerce .woocommerce-MyAccount-navigation a, */
.woocommerce .woocommerce-MyAccount-content a{
    color: #5f8dfb !important;
}


@media only screen and (max-width: 1366px) {
    .slide-content a.fusion-button.button-3 {
        top: 15vh !important;
    }
}
@media only screen and (max-width: 768px) {
    #acame-home-main-content {
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0 !important;
    }

    #main {
        padding: 3VW !important;
        ;
    }

    .slide-content a.fusion-button.button-1,
    .slide-content a.fusion-button.button-4 {
        font-size: 17px !important;
        padding: 10px !important;
        position: absolute !important;
        right: 4vw !important;
        top: 8vh !important;
    }

    .slide-content a.fusion-button.button-2,
    .slide-content a.fusion-button.button-5 {
        font-size: 17px !important;
        padding: 10px !important;
        position: absolute !important;
        left: 5vw !important;
        top: 8vh !important;
        right: unset !important;
        background-color: var(--awb-color6) !important;
        color: white !important;
    }

    .slide-content a.fusion-button.button-3,
    .slide-content a.fusion-button.button-6 {
        font-size: 17px !important;
        padding: 10px !important;
        position: absolute !important;
        right: unset !important;
        top: 8vh !important;
        left: 37vw !important;
    }

    .sponsor-data {
        font-size: 1rem;
    }
    .sponsor-subscription {
        font-size: 1.9rem !important;
    }
    .sponsors .card-body h1{
        text-wrap: wrap;
        font-size: 5.3vw !important;
    }
    .sponsors .card-body .float-end{
        float: unset !important;
    }
}
