/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* google maps */
.g_map_marker {
    position: absolute;
    background: url("/assets/g_map_marker_mini-dc8ec723.png") no-repeat;
    z-index: 1;
    top: 41%;
    left: 47%;
    height: 68px;
    width: 34px;
    scale: 0.4;
    cursor: pointer;
}

.grecaptcha-badge {
    bottom: 120px !important;
}
