/*Recuring css from gravity form*/
/* =========================================================
   HUNTER12 - RECURRENCE UI
   ========================================================= */

.h12-recurrence {
    margin: 20px 0;
    padding: 0;
}

.h12-recurrence-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

/* Tabs */
.h12-recurrence-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
}

.h12-recurrence-tab {
    border: 1px solid #d7dce3;
    background: #fff;
    color: #333;
    padding: 6px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s ease;
}

.h12-recurrence-tab:hover,
.h12-recurrence-tab.active {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
}

/* Panels */
.h12-recurrence-panel {
    display: none;
    border: 1px solid #e1e5ea;
    border-radius: 8px;
    padding: 18px;
    background: #fafbfc;
}

.h12-recurrence-panel.active {
    display: block;
}

/* Rows */
.h12-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.h12-row:last-child {
    margin-bottom: 0;
}

.h12-label {
    font-size: 14px;
    font-weight: 500;
}

/* Inputs */
.h12-recurrence input[type="number"],
.h12-recurrence input[type="date"],
.h12-recurrence input[type="time"],
.h12-recurrence select {
    min-height: 38px;
    padding: 6px 10px;
    border: 1px solid #ccd2d9;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
}

.h12-recurrence input[type="number"] {
    width: 70px;
}

.h12-recurrence input[type="date"] {
    width: 160px;
}

.h12-recurrence input[type="time"] {
    width: 125px;
}

.h12-recurrence select {
    min-width: 130px;
}

/* Weekday buttons */
.h12-weekdays {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.h12-weekday {
    width: 40px;
    height: 36px;
    border: 1px solid #ccd2d9;
    background: #ebebeb;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
	padding: 0;
	color: #000;
}
.h12-weekday:hover,
.h12-weekday.active {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
}

/* Description */
.h12-description {
    margin-top: 15px;
    padding: 10px 12px;
    background: #f0f4f8;
    border-radius: 5px;
    color: #4b5563;
    font-size: 13px;
}

/* Help text */
.h12-help {
    margin-top: 8px;
    color: #6b7280;
    font-size: 13px;
}
.topic-selection-tip {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
    padding: 10px 14px;
    border: 1px solid #dbe5f0;
    border-radius: 6px;
    background: #f6f9fc;
    color: #5d6875;
    font-size: 14px;
    line-height: 1.5;
}

.topic-tip-icon {
    flex: 0 0 auto;
    color: #52789d;
    font-size: 16px;
    line-height: 21px;
}

.topic-selection-tip strong {
    color: #3f4b57;
    font-weight: 600;
}

.topic-selection-tip kbd {
    display: inline-block;
    padding: 1px 5px;
    border: 1px solid #cbd3dc;
    border-radius: 4px;
    background: #fff;
    color: #4b5563;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.gform_wrapper.gravity-theme .hourly-time input[type="number"],
.gform_wrapper.gravity-theme .hourly-time .ginput_container_time{ height: 36px; font-size: 13px !important; margin:0;}
.hourly-time .above.hour_minute_colon.gform-grid-col{ display:none;}
.gform_wrapper.gravity-theme .hourly-time .ginput_complex{ gap:5px;}
.gform_wrapper.gravity-theme .custom-date .ginput_container_date button{ margin-left: -28px; margin-top: -5px;}
.gform_wrapper.gravity-theme .custom-date .ginput_container_date input{ width:100%; height: 36px;}
.gform_wrapper.gravity-theme .custom-date .gfield--datepicker-default-icon .ginput_container_date .gform-calendar-icon::before{ font-size:20px;}
/* =========================================================
   GRAVITY FORMS - EVENT IMAGE UPLOAD
   Field Class: event-image-upload

   FINAL CLEAN VERSION
   ========================================================= */


/* =========================================================
   FIELD
   ========================================================= */

.event-image-upload {
    margin-bottom: 30px !important;
}


/* =========================================================
   FIELD LABEL
   ========================================================= */

.event-image-upload .gfield_label {
    display: block !important;

    margin: 0 0 8px !important;
    padding: 0 !important;

    color: #26384d !important;

    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}


/* =========================================================
   MAIN DESCRIPTION
   ========================================================= */

.event-image-upload > .gfield_description {
    display: block !important;

    margin: 0 0 14px !important;
    padding: 0 !important;

    color: #667085 !important;

    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}


/* =========================================================
   UPLOAD AREA
   ========================================================= */

.event-image-upload .ginput_container_fileupload {

    position: relative !important;

    width: 100% !important;
    height: 270px !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;

    border: 1.5px dashed #b7d2f2 !important;
    border-radius: 10px !important;

    background: #f8fbff !important;

    overflow: hidden !important;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}


/* =========================================================
   HOVER
   ========================================================= */

.event-image-upload .ginput_container_fileupload:hover {

    border-color: #76a7dc !important;

    background: #f5f9ff !important;

    box-shadow:
        0 3px 12px rgba(53, 109, 168, 0.05) !important;
}


/* =========================================================
   IMAGE ICON
   ========================================================= */

.event-image-upload .ginput_container_fileupload::before {

    content: "" !important;

    position: absolute !important;

    top: 28px !important;
    left: 50% !important;

    width: 50px !important;
    height: 50px !important;

    transform: translateX(-50%) !important;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' fill='%23356da8' viewBox='0 0 256 256'%3E%3Cpath d='M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,16V158.75l-26.07-26.06a16,16,0,0,0-22.63,0l-20,20-44-44a16,16,0,0,0-22.62,0L40,149.37V56ZM40,172l52-52,80,80H40Zm176,28H194.63l-36-36,20-20L216,181.38V200ZM144,100a12,12,0,1,1,12,12A12,12,0,0,1,144,100Z'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;

    z-index: 2 !important;

    pointer-events: none !important;
}


/* =========================================================
   DRAG & DROP TEXT
   ========================================================= */

.event-image-upload .ginput_container_fileupload::after {

    content:
        "Select an image to upload or";

    position: absolute !important;

    top: 80px !important;

    left: 0 !important;
    right: 0 !important;

    width: 100% !important;

    white-space: pre !important;

    text-align: center !important;

    color: #26384d !important;

    font-size: 16px !important;
    font-weight: 500 !important;

    line-height: 2.3 !important;

    z-index: 3 !important;

    pointer-events: none !important;
}


/* =========================================================
   GRAVITY FORMS RULES ELEMENT
   This is the element we use as the visual button.
   ========================================================= */

.event-image-upload
.ginput_container_fileupload
.gform_fileupload_rules {

    position: absolute !important;

    top: 130px !important;
    left: 50% !important;

    transform: translateX(-50%) !important;

    width: 180px !important;
    height: 44px !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;

    border: 1.5px solid #356da8 !important;
    border-radius: 4px !important;

    color: transparent !important;

    font-size: 0 !important;
    line-height: 1 !important;

    text-align: center !important;

    z-index: 5 !important;

    pointer-events: none !important;
}


/* =========================================================
   BROWSE FILES TEXT
   ========================================================= */

.event-image-upload
.ginput_container_fileupload
.gform_fileupload_rules::before {

    content: "Browse Files" !important;

    display: block !important;

    color: #26384d !important;

    font-size: 15px !important;
    font-weight: 600 !important;

    line-height: 1 !important;

    white-space: nowrap !important;
}


/* =========================================================
   FILE INFORMATION
   ========================================================= */

.event-image-upload
.ginput_container_fileupload
.gform_fileupload_rules::after {

    content:
        "Accepted file types: jpg, png, webp, Max. file size: 2 MB." !important;

    position: absolute !important;

    top: 52px !important;

    left: 50% !important;

    transform: translateX(-50%) !important;

    width: 500px !important;

    color: #7b8794 !important;

    font-size: 13px !important;
    font-weight: 400 !important;

    line-height: 1.5 !important;

    text-align: center !important;

    white-space: nowrap !important;

    pointer-events: none !important;
}


/* =========================================================
   REAL GRAVITY FORMS FILE INPUT
   ========================================================= */

.event-image-upload
.ginput_container_fileupload
input[type="file"] {

    position: absolute !important;

    top: 143px !important;
    left: 50% !important;

    width: 180px !important;
    height: 44px !important;

    transform: translateX(-50%) !important;

    margin: 0 !important;
    padding: 0 !important;

    opacity: 0 !important;

    border: 0 !important;

    cursor: pointer !important;

    z-index: 20 !important;
}


/* =========================================================
   NATIVE FILE BUTTON
   ========================================================= */

.event-image-upload
.ginput_container_fileupload
input[type="file"]::file-selector-button {

    width: 180px !important;
    height: 44px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    opacity: 0 !important;

    cursor: pointer !important;
}


/* =========================================================
   GRAVITY FORMS NATIVE PREVIEW
   ========================================================= */

/*
   Hide Gravity Forms native preview because your
   JavaScript creates .event-selected-preview.
*/

.event-image-upload
.ginput_container_fileupload
.ginput_preview {

    display: none !important;
}


/* =========================================================
   CUSTOM SELECTED FILE PREVIEW
   ========================================================= */

.event-image-upload .event-selected-preview {

    position: absolute !important;

    top: 220px !important;
    left: 50% !important;

    transform: translateX(-50%) !important;

    display: none;

    align-items: center !important;
    justify-content: center !important;

    gap: 9px !important;

    width: 85% !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;

    color: #475467 !important;

    font-size: 13px !important;
    font-weight: 500 !important;

    line-height: 1.4 !important;

    text-align: center !important;

    z-index: 30 !important;
}


/* =========================================================
   SELECTED IMAGE THUMBNAIL
   ========================================================= */

.event-image-upload
.event-selected-preview
.event-selected-image {

    display: block !important;

    width: 42px !important;
    height: 32px !important;

    flex: 0 0 auto !important;

    object-fit: cover !important;

    border: 1px solid #d9e2ec !important;
    border-radius: 5px !important;

    background: #ffffff !important;
}


/* =========================================================
   SELECTED FILE NAME
   ========================================================= */

.event-image-upload
.event-selected-preview
.event-selected-name {

    display: block !important;

    max-width: 380px !important;

    overflow: hidden !important;

    color: #475467 !important;

    font-size: 13px !important;
    font-weight: 500 !important;

    text-overflow: ellipsis !important;

    white-space: nowrap !important;
}


/* =========================================================
   CUSTOM REMOVE BUTTON
   ========================================================= */

.event-image-upload
.event-selected-preview
.event-selected-remove {

    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 20px !important;
    height: 20px !important;

    margin-left: 2px !important;

    color: #fff !important;

    font-size: 18px !important;
    font-weight: 400 !important;

    line-height: 1 !important;

    border-radius: 4px !important;

    cursor: pointer !important;
	background:#ff0000;
    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}


.event-image-upload
.event-selected-preview
.event-selected-remove:hover {

    color: #fff !important;

    background: #000 !important;
}


/* =========================================================
   HIDE ANY NATIVE GRAVITY DELETE CONTROL
   ========================================================= */

.event-image-upload
.ginput_container_fileupload
.gform_delete {

    display: none !important;
}


/* =========================================================
   VALIDATION MESSAGE
   ========================================================= */

.event-image-upload
.live_validation_message {

    position: absolute !important;

    left: 0 !important;
    right: 0 !important;

    bottom: 8px !important;

    margin: 0 !important;

    text-align: center !important;

    z-index: 40 !important;
}


/* =========================================================
   ERROR STATE
   ========================================================= */

.event-image-upload.gfield_error
.ginput_container_fileupload {

    border-color: #e5484d !important;

    background: #fff8f8 !important;

    box-shadow: none !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .event-image-upload {
        margin-bottom: 24px !important;
    }


    /* Upload box */

    .event-image-upload
    .ginput_container_fileupload {

        height: 250px !important;
    }


    /* Icon */

    .event-image-upload
    .ginput_container_fileupload::before {

        top: 25px !important;

        width: 46px !important;
        height: 46px !important;
    }


    /* Drag/drop text */

    .event-image-upload
    .ginput_container_fileupload::after {

        top: 76px !important;

        font-size: 15px !important;

        line-height: 2.2 !important;
    }


    /* Browse button */

    .event-image-upload
    .ginput_container_fileupload
    .gform_fileupload_rules {

        top: 128px !important;

        width: 170px !important;
        height: 42px !important;
    }


    /* Browse text */

    .event-image-upload
    .ginput_container_fileupload
    .gform_fileupload_rules::before {

        font-size: 14px !important;
    }


    /* Rules */

    .event-image-upload
    .ginput_container_fileupload
    .gform_fileupload_rules::after {

        top: 60px !important;

        width: 90vw !important;

        max-width: 340px !important;

        font-size: 12px !important;

        white-space: normal !important;
    }


    /* Actual input */

    .event-image-upload
    .ginput_container_fileupload
    input[type="file"] {

        top: 128px !important;

        width: 170px !important;
        height: 42px !important;
    }


    /* Selected file */

    .event-image-upload
    .event-selected-preview {

        top: 183px !important;

        width: 90% !important;
    }


    .event-image-upload
    .event-selected-preview
    .event-selected-name {

        max-width: 210px !important;
    }
}
/* Mobile */
@media (max-width: 600px) {

    .h12-recurrence-tabs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .h12-recurrence-tab {
        width: 100%;
    }

    .h12-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .h12-weekdays {
        width: 100%;
    }
}



























/* =========================================================
   H12 - COMMON SECTION CARD
   Apply class:
   h12-section-card
   to Section + all fields inside the section
   ========================================================= */


/* ---------------------------------------------------------
   COMMON FIELD BASE
   --------------------------------------------------------- */

.gform_wrapper .h12-section-card {
    box-sizing: border-box !important;
}


/* ---------------------------------------------------------
   SECTION HEADING
   --------------------------------------------------------- */

.gform_wrapper .gsection.h12-section-card {

    margin: 28px 0 0 !important;
    padding: 0 !important;

    background: #f7f9fc !important;

    border: 1px solid #dce3eb !important;
    border-bottom: 0 !important;

    border-radius: 8px !important;

    overflow: hidden !important;
}


.gform_wrapper .gsection.h12-section-card .gsection_title {

    margin: 0 !important;

    padding: 12px 15px !important;

    font-size: 18px !important;
    line-height: 1.25 !important;
	background: #dcdfec;
    font-weight: 600 !important;

    color: #263445 !important;
}

.event-recurrence-wrapper{
	padding: 0 20px !important; 
    background: #dcdfec !important;  
	border-radius:12px;
}
/* ---------------------------------------------------------
   COMMON FIELDS
   --------------------------------------------------------- */
/*
.gform_wrapper .gfield.h12-section-card { 
    padding: 12px 28px !important;

    background: #dcdfec !important;

    border-left: 1px solid #dce3eb !important;
    border-right: 1px solid #dce3eb !important;
}

*/
/* First field after a section */

.gform_wrapper
.gsection.h12-section-card
+ .gfield.h12-section-card {

    padding-top: 0 !important;
}


/* ---------------------------------------------------------
   FIELD LABEL
   --------------------------------------------------------- */
.gform_wrapper .gfield.h12-section-card .gfield_label {

    margin-bottom: 5px !important;

    font-size: 14px !important;
    line-height: 1.4 !important;

    font-weight: 600 !important;

    color: #3f4752 !important;
}


/* Required */

.gform_wrapper .gfield.h12-section-card .gfield_required {

    color: #e53935 !important;
}


/* ---------------------------------------------------------
   INPUTS
   --------------------------------------------------------- */

.gform_wrapper .gfield.h12-section-card input[type="text"],
.gform_wrapper .gfield.h12-section-card input[type="url"],
.gform_wrapper .gfield.h12-section-card input[type="email"],
.gform_wrapper .gfield.h12-section-card select,
.gform_wrapper .gfield.h12-section-card textarea {

    width: 100% !important;

    min-height: 40px !important;

    padding: 8px 12px !important;

    border: 1px solid #d5dce5 !important;

    border-radius: 7px !important;

    background: #ffffff !important;

    font-size: 13px !important;

    color: #263445 !important;

    box-sizing: border-box !important;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}


/* ---------------------------------------------------------
   MULTI SELECT
   --------------------------------------------------------- */

.gform_wrapper .gfield.h12-section-card select[multiple] {

    min-height: 172px !important;

    padding: 9px 12px !important;

    line-height: 1.55 !important;
}


/* ---------------------------------------------------------
   FOCUS
   --------------------------------------------------------- */

.gform_wrapper .gfield.h12-section-card input:focus,
.gform_wrapper .gfield.h12-section-card select:focus,
.gform_wrapper .gfield.h12-section-card textarea:focus {

    outline: none !important;

    border-color: var(
        --app-brand-blue,
        #2563eb
    ) !important;

    box-shadow:
        0 0 0 3px rgba(37, 99, 235, .10) !important;
}


/* ---------------------------------------------------------
   RADIO BUTTONS
   --------------------------------------------------------- */

.gform_wrapper .gfield.h12-section-card .gfield_radio {

    display: flex !important;

    flex-wrap: wrap !important;

    align-items: center !important;

    gap: 18px !important;

    margin: 0 !important;
}


.gform_wrapper .gfield.h12-section-card .gchoice {

    margin: 0 !important;
}


.gform_wrapper .gfield.h12-section-card input[type="radio"] {

    margin-right: 6px !important;
}


/* ---------------------------------------------------------
   HTML / TIP FIELD
   --------------------------------------------------------- */

.gform_wrapper .gfield.h12-section-card.gfield_html {

    padding-top: 14px !important;
    padding-bottom: 26px !important;

    border-bottom: 1px solid #dce3eb !important;

    border-radius: 0 0 14px 14px !important;
}

/* Hide both sections by default */
.h12-logged-out-content,
.h12-logged-in-content {
    display: none;
}

/* Logged-out users */
body.h12-user-logged-out .h12-logged-out-content {
    display: block;
}

/* Logged-in users */
body.h12-user-logged-in .h12-logged-in-content {
    display: block;
} 
/*.gform_wrapper.gravity-theme .gform_fields:has(.h12-section-card){ grid-column-gap: 0 !important; grid-row-gap: 0 !important;}*/
/* =========================================================
   GRAVITY FORMS DATEPICKER - COMPACT MODERN DESIGN
   ========================================================= */

.gform-datepicker-calendar {
    width: 350px !important;
    max-width: calc(100vw - 30px) !important;

    padding: 14px !important;
    box-sizing: border-box !important;

    background: #fff !important;
    border: 1px solid #dfe5ee !important;
    border-radius: 14px !important;

    box-shadow: 0 12px 35px rgba(20, 40, 80, 0.16) !important;

    overflow: hidden !important;
    z-index: 999999 !important;

    font-family: inherit !important;
}


/* Make EVERYTHING stay inside the popup */
.gform-datepicker-calendar *,
.gform-datepicker-calendar *::before,
.gform-datepicker-calendar *::after {
    box-sizing: border-box !important;
}


/* =========================================================
   CALENDAR TABLE
   ========================================================= */

.gform-datepicker-calendar table.calendar {
    width: 100% !important;
    max-width: 100% !important;
	margin:0;
    table-layout: fixed !important;
    border-collapse: separate !important;
    border-spacing: 0 4px !important;
}


/* =========================================================
   YEAR / MONTH ROWS
   ========================================================= */

.gform-datepicker-calendar tr.yearSelector,
.gform-datepicker-calendar tr.monthSelector {
    height: 48px !important;
}


/* Arrow columns */
.gform-datepicker-calendar td.nav.prev.btn,
.gform-datepicker-calendar td.nav.next.btn {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;

    height: 42px !important;
    padding: 0 !important;

    border: 1px solid #dce4ee !important;
    border-radius: 9px !important;

    background: #f7f9fc !important;
    color: #173c70 !important;

    text-align: center !important;
    vertical-align: middle !important;

    cursor: pointer !important;
}


/* Arrow hover */
.gform-datepicker-calendar td.nav.prev.btn:hover,
.gform-datepicker-calendar td.nav.next.btn:hover {
    background: #edf4ff !important;
    border-color: #b8cff0 !important;
    color: #1267d8 !important;
}


/* Arrow itself */
.gform-datepicker-calendar td.nav.prev.btn span,
.gform-datepicker-calendar td.nav.next.btn span {
    display: none !important;

    font-family: Arial, sans-serif !important;
    font-size: 19px !important;
    line-height: 40px !important;

    white-space: nowrap !important;
}


/* =========================================================
   YEAR / MONTH SELECT
   ========================================================= */

.gform-datepicker-calendar td.year,
.gform-datepicker-calendar td.month {
    padding: 0 7px !important;
	border:none;
    overflow: visible !important;
}


/* Select */
.gform-datepicker-calendar select.nav.current.select {
    display: block !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;

    height: 42px !important;

    margin: 0 !important;
    padding: 0 30px 0 12px !important;

    border: 1px solid #d5deea !important;
    border-radius: 9px !important;

    background-color: #fff !important;
    color: #102b55 !important;

    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 600 !important;

    text-align: center !important;

    outline: none !important;
}


/* Select focus */
.gform-datepicker-calendar select.nav.current.select:focus {
    border-color: #2875df !important;
    box-shadow: 0 0 0 3px rgba(40, 117, 223, 0.12) !important;
}


/* =========================================================
   WEEKDAY HEADER
   ========================================================= */

.gform-datepicker-calendar th.week {
    width: 14.285% !important;

    height: 38px !important;
    padding: 8px 0 4px !important;

    color: #17385f !important;

    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 700 !important;

    text-align: center !important;
}


/* =========================================================
   DATE CELLS
   ========================================================= */

.gform-datepicker-calendar td.day,
.gform-datepicker-calendar td.empty {
    width: 14.285% !important;

    height: 42px !important;
    min-height: 42px !important;

    padding: 0 !important;

    border: 0 !important;

    text-align: center !important;
    vertical-align: middle !important;
}


/* Date number */
.gform-datepicker-calendar td.day span {
    display: flex !important;

    width: 34px !important;
    height: 34px !important;

    margin: auto !important;

    align-items: center !important;
    justify-content: center !important;

    border-radius: 6px !important;

    color: #102b55 !important;

    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 500 !important;

    white-space: nowrap !important;

    transition: all 0.15s ease !important;
}


/* =========================================================
   DATE HOVER
   ========================================================= */

.gform-datepicker-calendar td.day:hover span {
    background: #edf4ff !important;
    color: #1267d8 !important;
}


/* =========================================================
   TODAY
   ========================================================= */

.gform-datepicker-calendar td.dayToday span {
    border: 1px solid #2c76df !important;
	background:none !important;
    color: #1267d8 !important;
    font-weight: 700 !important;
}


/* =========================================================
   SELECTED DATE
   ========================================================= */

.gform-datepicker-calendar td.day.selected span,
.gform-datepicker-calendar td.day.dayMarked span {
    background: #1769d5 !important;
    color: #fff !important;

    border: 0 !important;

    font-weight: 700 !important;

    box-shadow: 0 4px 9px rgba(23, 105, 213, 0.25) !important;
}


/* Selected + Today */
.gform-datepicker-calendar td.day.selected.dayToday span,
.gform-datepicker-calendar td.day.dayMarked.dayToday span {
    background: #1769d5 !important;
    color: #fff !important;
}


/* =========================================================
   EMPTY CELLS
   ========================================================= */

.gform-datepicker-calendar td.empty {
    visibility: hidden !important;
}


/* =========================================================
   HIDE GRAVITY FORMS HELP MESSAGE
   ========================================================= */

.gform-datepicker-calendar .monthMessage {
    display: none !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .gform-datepicker-calendar {
        width: 350px !important;
        max-width: calc(100vw - 20px) !important;
        padding: 10px !important;
    }

    .gform-datepicker-calendar td.nav.prev.btn,
    .gform-datepicker-calendar td.nav.next.btn {
        width: 36px !important;
        min-width: 36px !important;
        max-width: 36px !important;

        height: 38px !important;
    }

    .gform-datepicker-calendar td.year,
    .gform-datepicker-calendar td.month {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .gform-datepicker-calendar select.nav.current.select {
        height: 38px !important;
        font-size: 14px !important;
    }

    .gform-datepicker-calendar th.week {
        font-size: 11px !important;
    }

    .gform-datepicker-calendar td.day,
    .gform-datepicker-calendar td.empty {
        height: 38px !important;
    }

    .gform-datepicker-calendar td.day span {
        width: 32px !important;
        height: 32px !important;
        font-size: 13px !important;
    }
}
/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {  
    .gform_wrapper
    .gsection.h12-section-card
    + .gfield.h12-section-card {

        padding-top: 22px !important;
    }
}

























 /* =========================================================
   ORGANIZER PICKER
   ========================================================= */
.h12-organizer-control{ position:relative;}
.h12-organizer-arrow{ position:absolute; right:10px; top:5px;}
.h12-organizer-picker {
    position: relative;
    width: 100%;
}


/* Dropdown */

#h12-organizer-results {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 9999;

    max-height: 420px;
    overflow-y: auto;

    background: #fff;
    border: 1px solid #d8dce5;
    border-radius: 0 0 8px 8px;

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.10);
}


#h12-organizer-results.open {
    display: block;
}


/* Heading */

.h12-organizer-heading {
    padding: 12px 18px;

    font-size: 13px;
    font-weight: 600;

    color: #697386;

    background: #f7f8fa;

    border-bottom: 1px solid #e5e7eb;
}


/* Existing organizer */

.h12-organizer-result {
    padding: 15px 18px;

    font-size: 16px;

    color: #344054;

    cursor: pointer;

    background: #fff;

    border-bottom: 1px solid #eef0f3;
}


.h12-organizer-result:hover {
    background: #f3f6fa;
} 


/* Loading */

.h12-organizer-loading,
.h12-organizer-empty {
    padding: 15px 18px;

    color: #697386;

    font-size: 15px;
}


/* Scrollbar */

#h12-organizer-results::-webkit-scrollbar {
    width: 7px;
}


#h12-organizer-results::-webkit-scrollbar-thumb {
    background: #c9ced6;
    border-radius: 10px;
}





/* =====================================================
   H12 VENUE PICKER
   ===================================================== */

.h12-venue-picker {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}


/* =====================================================
   SEARCH INPUT
   ===================================================== */

.h12-venue-search {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    box-sizing: border-box;

    border: 1px solid #cfd4da;
    border-radius: 6px;

    background: #fff;
    color: #333;

    font-size: 16px;
    line-height: 1.4;

    outline: none;
}

.h12-venue-search:focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 1px #2271b1;
}


/* =====================================================
   RESULTS DROPDOWN
   ===================================================== */

.h12-venue-results {
    display: none;

    position: absolute;
    z-index: 99999;

    top: calc(100% + 4px);
    left: 0;
    right: 0;

    max-height: 300px;
    overflow-y: auto;

    background: #fff;

    border: 1px solid #d4d7da;
    border-radius: 5px;

    box-shadow:
        0 5px 15px rgba(0, 0, 0, 0.12);
}

.h12-venue-results.open {
    display: block;
}


/* =====================================================
   CREATE VENUE ROW
   ===================================================== */

.h12-venue-create {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding: 8px 10px 8px 0;

    border-bottom: 1px solid #e5e5e5;

    background: #fff;
}


/* Create text */

.h12-venue-create-text {
    flex: 1;

    padding: 8px 12px;

    color: #2271b1;

    font-size: 16px;
    font-weight: 500;
}


/* =====================================================
   ADD BUTTON
   ===================================================== */

.h12-venue-add {
    flex-shrink: 0;

    min-width: 58px;

    padding: 7px 14px;

    border: 1px solid #2271b1;
    border-radius: 4px;

    background: #2271b1;
    color: #fff;

    font-size: 14px;
    font-weight: 600;

    line-height: 1.3;

    cursor: pointer;

    transition:
        background 0.15s ease,
        border-color 0.15s ease;
}

.h12-venue-add:hover {
    background: #135e96;
    border-color: #135e96;
}

.h12-venue-add:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(34, 113, 177, 0.25);
}


/* =====================================================
   MY VENUES HEADING
   ===================================================== */

.h12-venue-heading {
    padding: 10px 14px;

    background: #f6f7f7;

    border-bottom: 1px solid #e5e5e5;

    color: #50575e;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.4px;
}


/* =====================================================
   EXISTING VENUE
   ===================================================== */

.h12-venue-result {
    display: block;

    padding: 12px 14px;

    border-bottom: 1px solid #eeeeee;

    background: #fff;

    cursor: pointer;

    transition:
        background 0.15s ease;
}

.h12-venue-result:last-child {
    border-bottom: 0;
}

.h12-venue-result:hover {
    background: #f5f7f9;
}


/* Venue name */

.h12-venue-name {
    color: #2c3338;

    font-size: 15px;
    font-weight: 600;

    line-height: 1.4;
}


/* Venue address */

.h12-venue-address {
    margin-top: 3px;

    color: #646970;

    font-size: 13px;
    line-height: 1.4;
}


/* =====================================================
   LOADING
   ===================================================== */

.h12-venue-loading {
    padding: 12px 14px;

    color: #646970;

    font-size: 14px;
}


/* =====================================================
   EMPTY / ERROR
   ===================================================== */

.h12-venue-empty {
    padding: 12px 14px;

    color: #646970;

    font-size: 14px;
}

/* =====================================================
   VENUE SEARCH WITH CLEAR BUTTON
   ===================================================== */

.h12-venue-search-wrap {
    position: relative;
    width: 100%;
}

.h12-venue-search {
    padding-right: 42px !important;
}

.h12-venue-clear {
    display: none;

    position: absolute;

    top: 50%;
    right: 10px;

    width: 28px;
    height: 28px;

    transform: translateY(-50%);

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: transparent;

    color: #6c757d;

    font-size: 24px;
    font-weight: 400;

    line-height: 26px;
    text-align: center;

    cursor: pointer;

    z-index: 5;
}

.h12-venue-clear:hover {
    background: #f1f1f1;
    color: #333;
}

.h12-venue-clear:focus {
    outline: none;
    box-shadow: none;
}
/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 767px) {

    .h12-venue-search {
        min-height: 46px;
        font-size: 15px;
    }

    .h12-venue-create {
        gap: 8px;
    }

    .h12-venue-create-text {
        padding-left: 10px;
        font-size: 15px;
    }

    .h12-venue-add {
        min-width: 55px;
        padding: 7px 11px;
    }

}
#gform_38 .h12-venue-hidden {
    display: none !important;
}

/* Organizer - Create New Row */
.h12-organizer-create {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 8px 10px 8px 14px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    box-sizing: border-box;
}

/* Create: Organizer Name */
.h12-organizer-create-text {
    flex: 1;
    min-width: 0; 
    font-size: 16px; 
}
.h12-organizer-create-text strong{ color: #2271b1;}
/* Add button */
.h12-organizer-add {
    flex-shrink: 0;
    min-width: 70px;
    padding: 8px 16px;
    border: 1px solid #2271b1;
    border-radius: 4px;
    background: #2271b1;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    box-sizing: border-box;
}

.h12-organizer-add:hover {
    background: #135e96;
    border-color: #135e96;
} 

/* Hide only the original Gravity Forms time controls */
.h12-custom-time-ready .ginput_container_time {
	display: none !important;
}

.h12-time-wrapper {
	position: relative;
	width: 100%;
}  

.h12-time-arrow {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 18px;
}

.h12-time-dropdown {
	display: none;
	position: absolute;
	z-index: 99999;
	top: calc(100% + 4px);
	left: 0;
	width: 100%;
	max-height: 240px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #cfd5dd;
	border-radius: 6px;
	box-shadow: 0 4px 14px rgba(0,0,0,.12);
}

.h12-time-dropdown.open {
	display: block;
}

.h12-time-option {
	padding: 10px 14px;
	font-size: 15px;
	cursor: pointer;
}

.h12-time-option:hover {
	background: #f3f4f6;
} 