.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.dropdown-menu {
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
}

.ms-sel-ctn .ms-sel-item .ms-close-btn {
    background-position: 0 0px !important;
}

.ms-ctn .ms-sel-item {
    background: #d3d3d3 !important;
    color: #000 !important;
    padding: 2px 5px !important;
    border: 0px !important;

    font-size: 13px !important;
}

.ms-res-ctn .ms-res-item em {
    background: #ffffff !important;
    color: #000 !important;
}

.ms-res-ctn .ms-res-item {
    padding: 7px 5px !important;
}

.ms-res-ctn .ms-res-item-active {
    background-color: #2563eb !important;
    color: #fff !important;
}

.ms-ctn input {
    font-size: 15px !important;
}

.ms-ctn .ms-sel-ctn {
    margin-left: 0px !important;
}

.ms-ctn {
    padding: 10px 12px !important;
    border-radius: 10px !important;
}

.ms-ctn .ms-trigger .ms-trigger-ico {
    margin-top: 19px !important;
}

.ms-ctn .ms-trigger {
    border-left: 0px !important;
}

.ms-ctn .ms-trigger:hover {
    background-color: unset !important;
}

.ms-ctn-focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        ) !important;
    --tw-ring-offset-width: 0px !important;
    --tw-ring-offset-color: #fff !important;
    --tw-ring-color: #2563eb !important;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
    border-color: #2563eb !important;
}

select {
    padding-right: 2.5rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

a {
    color: #3b82f6 !important;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2 !important;
}

body {
    font-size: 14px;
}

#omniOut {
    white-space: pre-wrap;
    background-color: #ecf0f5 !important;
    color: #999;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
}

.IDX-carouselContainer,
.IDX-showcaseContainer,
.IDX-slideshowCaption .IDX-slideshowContent {
    font-weight: normal;
}

.IDX-carouselPrice,
.IDX-showcasePrice,
.IDX-slideshowPrice {
    font-weight: bold;
}

.IDX-showcasePhoto,
.IDX-carouselPhoto {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
}

.IDX-showcaseTable div:empty,
div[id*="IDX-carouselGallery"] div:empty {
    display: none !important;
}

.IDX-showcaseTable,
div[id*="IDX-carouselGallery"] {
    font-size: var(--body-font-size) !important;
}

.IDX-showcaseContainer,
.IDX-carouselContainer,
.IDX-carouselCell {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.IDX-showcaseCell {
    padding: 3px !important;
}

/* View more */
.IDX-showcaseTable+a,
div[id*="IDX-carouselGallery"]+a {
    padding: 10px;
    display: block;
    width: auto;
    margin: 20px auto 40px auto;
    text-align: center;
    max-width: 200px;
    background-color: var(--idx_btn_color);
    color: var(--idx_btn_txt_color);
    text-decoration: none;
    outline: none;
}

.IDX-showcaseTable+a:hover,
div[id*="IDX-carouselGallery"]+a:hover {
    background-color: var(--idx_btn_hover_color);
    color: var(--idx_btn_txt_hover_color);
    text-decoration: none;
    outline: none;
}

.IDX-showcaseRow {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: max-content;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    width: calc(100% - 40px) !important;
    margin-left: 20px !important;
}

.IDX-showcaseRow .IDX-showcaseCell {
    width: 100% !important;
    height: 100%;
    min-width: 100% !important;
}

.IDX-showcaseTable+a {
    max-width: 232px !important;
    color: var(--idx_widget_button_color);
    text-align: center;
    letter-spacing: .25px;
    text-transform: capitalize;
    background-color: var(--idx_widget_button_background_color);
    border-radius: var(--idx_widget_button_radius);
    padding: 0.625rem 1.5625rem !important;
    font-size: 1rem;
    font-weight: var(--idx_widget_button_font_weight);
    transition: all .2s cubic-bezier(.165, .84, .44, 1);
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .16), 0 2px 4px -2px rgba(0, 0, 0, .09);
    font-family: var(--idx_widget_button_font_family);
    grid-column-gap: 1.125rem;
    grid-row-gap: 0.75rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.IDX-showcaseTable+a:hover,
div[id*="IDX-carouselGallery"]+a:hover {
    transform: translate(0, -7px);
    box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .12), 0 8px 8px -4px rgba(0, 0, 0, .1);
}

@media (min-width: 640px) and (max-width: 1023px) {
    .IDX-showcaseRow {
        grid-template-columns: repeat(2, minmax(280px, 1fr));
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .IDX-showcaseRow {
        grid-template-columns: repeat(3, minmax(300px, 1fr));
    }
}

@media (min-width: 1200px) {
    .IDX-showcaseRow {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

div[class*="Cell"] div[class*="Container"] {
    height: auto !important;
    border: none !important;
    position: relative;

    display: grid;

    border-radius: 10px !important;
    overflow: hidden;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 6rem;
    padding-left: 20px !important;

    transition: all .2s cubic-bezier(.165, .84, .44, 1) !important;
}

div[class*="Cell"] {

    background-color: #fff;
    transition: all .2s cubic-bezier(.165, .84, .44, 1) !important;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .16), 0 2px 4px -2px rgba(0, 0, 0, .09) !important;
    border-radius: 10px !important;
    position: relative !important;
}

div[class*="Cell"]:hover {
    transform: translate(0, -7px);
    box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .12), 0 8px 8px -4px rgba(0, 0, 0, .1);
}

.LeadsRow:hover {
    transform: translate(0) !important;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .16), 0 2px 4px -2px rgba(0, 0, 0, .09) !important;
}

.LeadsRow {
    margin-bottom: 18px !important;
    height: auto !important;
}

.IDX-showcaseContainer a {
    height: auto !important;
}

#IDX-showcaseGallery-45954 .IDX-showcaseLink {
    height: 100%;
    width: 100%;
    font-size: 0;
    text-align: center;
    display: inline-block;
}

div[class*="Cell"] a[class*="Link"] {
    width: calc(100% + 40px) !important;
    position: relative !important;
    z-index: 1;
    display: block !important;
    margin: -60px -20px 25px -20px;
}

div[class*="Cell"] div[class*="Link"] {
    width: calc(100% + 40px) !important;
    position: relative !important;
    z-index: 1;
    display: block !important;
    margin: -34px -23px 0px -20px;
}

.stats:hover {
    background-color: #f0f0f0 !important;
    transition: all 1s cubic-bezier(.165, .84, .44, 1) !important;
}

.stats-active {
    background-color: #f0f0f0 !important;
    border-color: #b6d0f7 !important;
}

.ghl-action-email:hover {
    background-color: #fbfbfb;
    transition: all 1s cubic-bezier(.165, .84, .44, 1) !important;
    border-bottom-left-radius: 10px !important;
}

.ghl-action-call:hover {
    background-color: #fbfbfb;
    transition: all 1s cubic-bezier(.165, .84, .44, 1) !important;
}

.ghl-action-sms:hover {
    background-color: #fbfbfb;
    transition: all 1s cubic-bezier(.165, .84, .44, 1) !important;
    border-bottom-right-radius: 10px !important;
}

.ghl-action2-email:hover {
    background-color: #fbfbfb;
    transition: all 1s cubic-bezier(.165, .84, .44, 1) !important;
    border-top-right-radius: 10px !important;
}

.ghl-action2-call:hover {
    background-color: #fbfbfb;
    transition: all 1s cubic-bezier(.165, .84, .44, 1) !important;
}

.ghl-action2-sms:hover {
    background-color: #fbfbfb;
    transition: all 1s cubic-bezier(.165, .84, .44, 1) !important;
    border-bottom-right-radius: 10px !important;
}

.btn,
.create {
    font-family: Inter, Muli;
    border-radius: 4px;
    border: none;
    background-color: #2b3f6b !important;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    transition: all .2s cubic-bezier(.165, .84, .44, 1) !important;
}

.btn.create:hover {
    transform: translate(0, -5px);
    background-color: #2b3f6b;
    color: white;
}

.content {
    padding: 28px 40px;
    background-color: #f8fafc;
}

@media only screen and (max-width: 950px) {
    .content {
        padding: 10px 25px;
    }
}

a .IDX-showcasePhoto {
    color: initial !important;
}

.ghl-stats-grid {
    background: linear-gradient(135deg, #fafdff 60%, #f0f6ff 100%);
    border-radius: 22px;
    box-shadow: 0 6px 32px 0 rgba(60, 72, 100, 0.10), 0 1.5px 4px 0 rgba(60, 72, 100, 0.08);
    padding: 2.5rem 2rem;
    margin-bottom: 2.5rem;
    margin-top: 1.5rem;
    border: 1.5px solid #e0e7ef;
}
.ghl-stats-block {
    width: 100%;
    padding: 12px 8px;
    background: linear-gradient(145deg, hsl(210 20% 96% / .5), hsl(210 20% 96% / .2));
    border: 1px solid #e0e7ef;
    border-radius: 12px;
    box-shadow: 0 4px 24px 0 rgba(60, 120, 200, 0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: box-shadow 0.18s, border-color 0.18s;
    min-width: 0;
    overflow: hidden;
    border-color: hsl(210 20% 82% / .2);
}
.ghl-stats-block:hover {
    box-shadow: 0 8px 32px 0 rgba(60, 120, 200, 0.13);
    border-color: #b6d0f7;
}
.ghl-stats-label {
    color: #3a4a5d;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.ghl-stats-value {
    font-size: 2.1rem;
    font-weight: 700;
    color: #1a2330;
    margin-bottom: 6px;
    margin-top: 8px;
    letter-spacing: -1px;
}
.ghl-stats-period {
    color: #22c55e;
    font-size: 1.02rem;
    font-weight: 500;
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.ghl-stats-period.gray {
    color: #64748b;
    font-weight: 400;
}
@media (max-width: 900px) {
    .ghl-stats-grid {
        padding: 1.5rem 0.7rem;
    }
    .ghl-stats-block {
        padding: 14px 6px;
    }
    .ghl-stats-label {
        font-size: 0.98rem;
    }
    .ghl-stats-value {
        font-size: 1.5rem;
    }
}
@media (max-width: 600px) {
    .ghl-stats-grid {
        padding: 0.5rem 0.2rem;
    }
    .ghl-stats-block {
        width: 100%;
        min-width: unset;
    }
}
.ghl-stats-row {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 32px 0 24px 0;
}
.ghl-stats-card {
    background: linear-gradient(135deg, #fafdff 60%, #f0f6ff 100%);
    border: 1.5px solid #e0e7ef;
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(60, 120, 200, 0.07);
    min-width: 210px;
    max-width: 240px;
    flex: 1 1 210px;
    padding: 28px 22px 22px 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    transition: box-shadow 0.18s, border-color 0.18s;
}
.ghl-stats-card:hover {
    box-shadow: 0 8px 32px 0 rgba(60, 120, 200, 0.13);
    border-color: #b6d0f7;
}
.ghl-stats-title {
    color: #3a4a5d;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.ghl-stats-icon {
    top: 18px;
    right: 18px;
    background: linear-gradient(135deg, #e0f2fe 60%, #e0f7fa 100%);
    border-radius: 10px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px 0 rgba(60, 120, 200, 0.07);
}
.ghl-stats-growth {
    color: #22c55e;
    font-size: 1.02rem;
    font-weight: 500;
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.ghl-stats-growth.negative {
    color: #ef4444;
}
@media (max-width: 900px) {
    .ghl-stats-row {
        gap: 12px;
    }
    .ghl-stats-card {
        min-width: 160px;
        max-width: 100%;
        padding: 18px 10px;
    }
    .ghl-stats-title {
        font-size: 0.98rem;
    }
    .ghl-stats-value {
        font-size: 2rem;
    }
}
@media (max-width: 600px) {
    .ghl-stats-row {
        flex-direction: column;
        align-items: center;
    }
    .ghl-stats-card {
        width: 95%;
        min-width: unset;
    }
}

.IDX-showcasePhoto {
    display: block;
    width: 100% !important;
    max-width: 320px;
    height: 180px !important;
    object-fit: cover;
    border-radius: 14px !important;
    box-shadow: 0 2px 8px -2px rgba(30, 41, 59, 0.10);
    word-break: break-all;
    white-space: normal;
    font-size: 1rem;
    line-height: 1.3;
}

.IDX-showcaseLink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: #f8fafc;
    transition: box-shadow 0.2s;
}

.IDX-showcaseCell {
    background-color: #fff;
    border-radius: 18px !important;
    box-shadow: 0 6px 24px -6px rgba(30, 41, 59, 0.10), 0 1.5px 6px -2px rgba(30, 41, 59, 0.08) !important;
    padding: 0 !important;
    transition: box-shadow 0.2s, transform 0.2s;
    position: relative;
    overflow: hidden;
}
.IDX-showcaseCell:hover {
    box-shadow: 0 16px 32px -8px rgba(30, 41, 59, 0.18), 0 4px 12px -4px rgba(30, 41, 59, 0.12) !important;
    transform: translateY(-4px) scale(1.02);
}

.IDX-showcaseRow {
    margin-left: 20px !important;
    gap: 28px;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 8px;
}
.IDX-showcaseRow .IDX-showcaseCell {
    min-width: 0 !important;
    height: auto;
}

@media (min-width: 1200px) {
    .IDX-showcaseRow {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        grid-template-columns: repeat(4, minmax(300px, 1fr));
    }
}

.IDX-showcaseContainer {
    padding: 24px 24px 16px 24px !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 320px;
}

.forzar-grid-evolutivo {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 12px;
    width: 100%;
}
.forzar-grid-evolutivo .ghl-stats-block {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: center !important;
    min-height: 140px !important;
    padding: 20px 10px !important;
    width: 100%;
    box-sizing: border-box;
}
@media (min-width: 480px) {
    .forzar-grid-evolutivo {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (min-width: 768px) {
    .forzar-grid-evolutivo {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
    .forzar-grid-evolutivo .ghl-stats-label {
        font-size: 11px !important;
    }
    .forzar-grid-evolutivo .ghl-stats-block {
        min-height: 150px !important;
    }
}
@media (min-width: 1100px) {
    .forzar-grid-evolutivo {
        grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
        gap: 8px;
    }
    .forzar-grid-evolutivo .ghl-stats-block {
        min-height: 170px !important;
        padding: 16px 4px !important;
    }
    .forzar-grid-evolutivo .ghl-stats-label {
        font-size: 14px !important;
        white-space: nowrap;
        text-align: center;
    }
    .forzar-grid-evolutivo .ghl-stats-value {
        font-size: 1.7rem !important;
    }
}