.flex {
    display: flex;
    justify-content: space-between;
    flex: 1 0 auto;
}

.flex.col {
    flex-direction: column;
}

.flex .item {
    display: flex;
    flex: 1 0 auto;
    gap: 10px 20px;
}


/*Profile Edit Form*/
#edit-profile-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.profile-name {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.profile-name p {
    flex: 1 0 auto;
}
#phones,
#emails,
#addresses {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.block-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.email-group  > input {
    max-width: calc(50% - 40px);
}
.address-group {
    flex-wrap: wrap;
    position: relative;
}
.address-group > * {
    max-width: calc(100% - 70px);
}
.address-group .remove_block {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.address-group hr {
    width: 100%;
    max-width: 100%;
    margin: 20px 0!important;
}
.address-group:last-of-type hr {
    display: none;
}
/*Profile Edit Form*/

/*Dogs Table*/
.dogs-table .status-inactive {
    display: none;
}
table.dogs-table tbody>tr:nth-child(odd)>td {
    background-color: transparent;
}
.dogs-table th,
.dogs-table td,
.teams-table th,
.teams-table td {
    padding: 7px;
}
/*Dogs Table*/
.readonly-field label {
    pointer-events: none!important;
}
.readonly-field input {
    pointer-events: none!important;
    background-color: #f5f5f5!important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.nav-logout-link {
    display: none;
}
.select2-container--open .select2-dropdown {
    top: 30px;
}
.select2-selection__choice__remove {
    width: 23px!important;
    height: 100%!important;
    min-height: 10px!important;
    padding: 0!important;
    background: transparent!important;
    color: red!important;
}
.select2-selection__choice__remove span {
    font-size: 20px!important;
}

/*GF Repeater Items*/
.gform_wrapper.gravity-theme .gfield_repeater_item .gfield_repeater_cell label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
    line-height: 1.8em;
    color: #333;
}
.gfield_repeater_items .gfield_repeater_item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-end;
}
.gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell {
    flex: 1;
    min-width: 180px;
    margin: 0 !important;
    padding: 0 !important;
}
.gfield_repeater_items .gfield_label {
    font-weight: 500;
    font-size: 14px;
}
.gfield_repeater_buttons {
    margin-top: 10px;
    width: 100%;
    padding: 0;
}
/*GF Repeater Items*/


/* Account Page*/
.no-dogs-block {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.no-dogs-block .empty-icon {
    width: 45px;
    height: 45px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var( --e-global-color-ebe8764 );
    border-radius: 50%;
}
.no-dogs-block .empty-icon svg {
    width: 25px;
    height: 25px;
    stroke: var( --e-global-color-accent );
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.no-dogs-block p {
    font-size: 14px;
    margin-bottom: 14px;
    color: #6B6B6B;
    text-align: center;
}
.dogs-show-inactive {
    margin-bottom: 15px;
}
.dogs-table.profile-table,
.dogs-show-inactive,
.no-dogs-block .elementor-button{
    font-weight: 400;
}


.account_user_hosts {
    margin-bottom: 10px;
    border-radius: 7px;
    padding: 11px 13px;
    border: 1px solid #E2DAD3;
    background: #F5F3F0;
    text-align: left;
}
.account_user_hosts h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.account_user_hosts p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 3px;
}


.acc_application_row {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    padding: 12px 0;
    border-bottom: 1px solid #E2DAD3;
    /*gap: 12px;*/
}
.acc_application_row h4 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
}
.acc_application_row > div {
    font-size: 14px;
    color: #6B6B6B;
    margin-top: 2px;
    line-height: 1.6;
}
.acc_application_row:not(.active-app-row) {
    display: none;
}

.acc_application_filter {
    display: flex;
    margin-bottom: 14px;
    background: #F5F3F0;
    border-radius: 6px;
    padding: 3px;
    border: 1px solid #E2DAD3;
    width: fit-content;
}
.acc_application_filter span {
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #6B6B6B;
    cursor: pointer;
    transition: all .15s;
    border: 1px solid transparent;
    background: none;
    line-height: 1.5;
}
.acc_application_filter span.app_filter_active {
    background: #fff;
    color: #2B2B2B;
    border-color: #E2DAD3;
}
/* Account Page */

.fwp-user-host-block {
    opacity: 0;
}