.datepicker-dropdown{
    width: 29% !important;

}
/* Container table */
.datepicker-days table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 5px !important;
    font-family: 'Segoe UI', sans-serif !important;
}

/* Header: Month name and arrows */
.datepicker-days th.datepicker-switch {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #333 !important;
    background-color: #f0f0f0 !important;
    padding: 10px 0 !important;
    border-radius: 8px !important;
}

.datepicker-days th.prev,
.datepicker-days th.next {
    font-size: 18px;
    color: #007bff;
    cursor: pointer;
    background-color: #f9f9f9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
}

/* Day name headers */
.datepicker-days th.dow {
    background: #eee;
    border: 1px solid #d1d5db;
    color: #374151;
    font-weight: 600;
    padding: 8px 0;
    border-radius: 6px;
}

/* Day cells */
.datepicker-days td.day {
    background: #fff;
    color: #333;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

/* Hover effect */
.datepicker-days td.day:hover {
    background-color: #e0f2fe;
    color: #0369a1;
}

/* Active day */
.datepicker-days td.active,
.datepicker-days td.active:hover {
    background-color: #3b82f6;
    color: white;
    font-weight: bold;
}

/* Disabled days */
.datepicker-days td.disabled,
.datepicker-days td.old,
.datepicker-days td.new {
    color: #9ca3af;
    background-color: #f9fafb;
    cursor: not-allowed;
}

/* Rounded corners for full calendar */
.datepicker-days {
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    background-color: white;
    max-width: 300px;
}
.timeslots{
    height: 230px !important;
    width: 60% !important;
    margin-right: -7px !important;
    margin-bottom: 60px !important;
}
.slottime{
    cursor: pointer !important;
    width: 110px !important;
    height: 0px !important;
    padding: 8px 5px 23px 5px !important;
    text-align: center !important;
    border-color: #c0d7dd;
    color: #c0d7dd;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    width: 300px !important;
}

/*#field_10_10 .ginput_container.ginput_container_text {
    display: flex;
    justify-content: space-between;
}*/
#field_10_10 ul.timeslots {
    margin-top: 10px;
}
#field_10_10 .ginput_container .border-primary, #gform_4 .ginput_container .border-primary {
    border-color: #0d6efd !important;
    color: #0d6efd;
}
#field_10_10 ul.timeslots li.slottime {
    width: calc(33.33% - 7px) !important;
}
.datepicker-days td.day {
    border: 1px solid #e2e8f0 !important;
}
.datepicker-days th {
    background: #eee;
    border: 0px solid #b7bec3 !important;
}
.datepicker-days th.dow {
    background: transparent !important;
}
table.table-condensed thead tr:nth-of-type(2) th, table.table-condensed thead tr:nth-of-type(2) {
    background: #e9e9e9 !important;
    border-radius: 0 !important;
}
table.table-condensed thead tr:nth-of-type(2) th.prev {
    border-radius: 10px 0 0 10px !important;
}
table.table-condensed thead tr:nth-of-type(2) th.next {
    border-radius: 0px 10px 10px 0px !important;
}
#field_10_10 .datepicker-days th.prev, #field_3_11 .datepicker-days th.next {
    color: #131541;
}
.ginput_container .border-primary, .ginput_container .border-primary {
    border-color: #0d6efd !important;
    color: #0d6efd;
}
.ginput_container .datepicker.datepicker-dropdown {
    height: auto !important;
    border: 1px solid #c0d7dd !important;
    padding: 0 !important;
    margin-right: 20px;
    border-radius: 21px !important;
    background: #fff !important;
    margin-bottom: 0 !important;
}

#input_10_10{
    background: url(/wp-content/plugins/wp-gotcha-calendar/assets/calendar-icon1.png);
    background-position: right -4px center;
    background-size: 50px !important;
    padding-right: 40px !important;
    background-repeat: no-repeat !important;
}
.meeting-time{
    margin-top: 15px !important;
    color: #0d6efd !important;
}
.time-slot-badge{
    height: 35px !important;
}
td.time-slot-badge.border.rounded.p-2.text-center {
    display: inline-block;
    margin: 5px;
}
form .ginput_container .datepicker {
    width: unset!important;
}

@media (max-width: 639px) {
    .datepicker {
        /* min-width: 100% !important; */
        top: 81% !important;
        left: 15px !important;
        height: 0px !important;
        margin-bottom: 300px !important;
    }
    .timeslots{
        width: 100% !important;
        height: 470px !important;
        margin-bottom: 0px !important;
    }
}
@media (min-width: 1024px) and (max-width: 1440px) {
    /* Styles for standard laptops */
    .datepicker{
        /* min-width: 19rem !important; */
        left: 3% !important;
        position: unset !important;
    }
}
@media screen   and (min-device-width: 1200px)   and (max-device-width: 1600px)   and (-webkit-min-device-pixel-ratio: 1) {
    .datepicker{
        /* min-width: 19rem !important; */
        left: 7% !important;
        position: unset !important;
    }
}

@media (min-width: 1920px) {
    /* Styles for Full HD and larger screens */
    .datepicker{
        /* min-width: 19rem !important; */
        left: 5% !important;
        position: unset !important;
    }
}