@import url('myeo_colors.css');
@import url('myeo_buttons.css');
@import url('myeo_popup.css');
@import url('myeo_loading.css');
@import url('myeo_inputs.css');
@import url('myeo_icons.css');
@import url('myeo_schedule_settings.css');
@import url('myeo_range_slider.css');
@import url('myeo_event_log.css');

/* mobile menu */
@media (max-width: 544px) {
    #ast-mobile-popup-wrapper .ast-mobile-popup-drawer .ast-mobile-popup-inner {
        width: 90%;
        background: black !important;
    }

    .ast-builder-menu-mobile .main-navigation .main-header-menu,
    .ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
        background-color: black !important;
        background-image: none;
    }
}

.ahfb-svg-iconset svg {
    width: 17px;
    height: 17px;
    transition: none;
    color: white !important;
}

.jet-tabs__content {
    touch-action: pan-y;
    /* Allows vertical scrolling */
}

/* schedule settings form */

/* Free Member Warning Box */
.free-member-warning-box {
    display: flex;
    background-color: #ffdddd;
    border: 1px solid #ff4d4d;
    color: #900;
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(255, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    text-align: center;
    /* Ensures text wraps centered */
    flex-wrap: wrap;
    /* Allows wrapping for small screens */
    width: 100%;
    /* Ensures it adapts properly */
}

/* Content Styling */
.free-member-warning-box-content {
    width: 100%;
    /* Ensures content takes full width */
}

.free-member-warning-box-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    /* Center the text */
}





/* property form */

.tile-container-heading-half-height {
    background-color: black;
    /* Almost black background color */
    padding: 10px;
    border: 0px solid #333;
    /* Add border as needed */
    border-radius: 5px;
    display: flex;
    width: 100%;
    /* Adjust the width as needed */
    text-align: center;
    /* Center text within the container */
    height: 20px;
    margin-bottom: 10px;
    /* 20px margin below the container */
    margin-left: auto;
    /* Auto margin left to center horizontally */
    margin-right: auto;
    /* Auto margin right to center horizontally */
}

.tile-container {
    background-color: #2A2A2A;
    /* Almost black background color */
    padding: 10px;
    border: 1px solid #333;
    /* Add border as needed */
    border-radius: 5px;
    width: 100%;
    /* Adjust the width as needed */
    text-align: center;
    /* Center text within the container */
    height: max-content;
    margin-bottom: 20px;
    /* 20px margin below the container */
    margin-left: auto;
    /* Auto margin left to center horizontally */
    margin-right: auto;
    /* Auto margin right to center horizontally */
}

.tile-container-common {
    background-color: #2A2A2A;
    /* Almost black background color */
    padding: 10px;
    border: 1px solid #333;
    /* Add border as needed */
    border-radius: 5px;
    width: 100%;
    /* Adjust the width as needed */
    text-align: center;
    /* Center text within the container */
    height: max-content;
    margin-bottom: 20px;
    /* 20px margin below the container */
    margin-left: auto;
    /* Auto margin left to center horizontally */
    margin-right: auto;
    /* Auto margin right to center horizontally */
}

.tile-container-common-grey {
    background-color: #929292;
    /* Almost black background color */
    padding: 10px;
    border: 1px solid #333;
    /* Add border as needed */
    border-radius: 5px;
    width: 100%;
    /* Adjust the width as needed */
    text-align: center;
    /* Center text within the container */
    height: max-content;
    margin-bottom: 40px;
    /* 20px margin below the container */
    margin-left: auto;
    /* Auto margin left to center horizontally */
    margin-right: auto;
    /* Auto margin right to center horizontally */
    color: #2A2A2A !important;
}

.tile-container-desktop {
    background-color: #2A2A2A;
    /* Almost black background color */
    padding: 10px;
    border: 1px solid #333;
    /* Add border as needed */
    border-radius: 5px;
    width: 100%;
    /* Adjust the width as needed */
    text-align: center;
    /* Center text within the container */
    height: max-content;
    margin-bottom: 20px;
    /* 20px margin below the container */
    margin-left: auto;
    /* Auto margin left to center horizontally */
    margin-right: auto;
    /* Auto margin right to center horizontally */
}

.tile-container-mobile {
    background-color: #2A2A2A;
    /* Almost black background color */
    padding: 10px;
    border: 1px solid #333;
    /* Add border as needed */
    border-radius: 5px;
    display: flex;
    width: 100%;
    /* Adjust the width as needed */
    text-align: center;
    /* Center text within the container */
    height: max-content;
    margin-bottom: 20px;
    /* 20px margin below the container */
    margin-left: auto;
    /* Auto margin left to center horizontally */
    margin-right: auto;
    /* Auto margin right to center horizontally */
}

.tile-container-footer-with-button {
    background-color: #000000;
    /* Almost black background color */
    padding: 0px;
    border: 0px solid #333;
    /* Add border as needed */
    border-radius: 5px;
    display: flex;
    width: 100%;
    /* Adjust the width as needed */
    text-align: center;
    /* Center text within the container */
    height: 50px;
    margin-bottom: 20px;
    /* 20px margin below the container */
    margin-left: auto;
    /* Auto margin left to center horizontally */
    margin-right: auto;
    /* Auto margin right to center horizontally */
}

.tile-left-heading-20 {
    flex: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
    /* Create some space between columns */
    text-align: left;
    /* Align text in the left column to the left */
    font-weight: bold;
}

.tile-left {
    flex: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    /* Create some space between columns */
    text-align: left;
    /* Align text in the left column to the left */
}

.tile-left-heading-80 {
    flex: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.tile-left-footer {
    flex: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 5px;
    /* Create some space between columns */
    text-align: left;
    /* Align text in the left column to the left */
}

.tile-right {
    flex: 40%;
    /* 20% of the tile container width */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center text in the right column horizontally */
    justify-content: center;
    /* Center text in the right column vertically */
    padding: 20px;
}

.tile-right-footer {
    flex: 20%;
    /* 20% of the tile container width */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center text in the right column horizontally */
    justify-content: center;
    /* Center text in the right column vertically */
    padding: 5px;
}

.tile-right-80 {
    flex: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Center text in the right column vertically */
    text-align: left;
    /* Align text in the left column to the left */
}


.tile-description {
    color: #ccc;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
}

.tile-top-heading-100 {
    flex: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Start at the top of the column */
    text-align: left;
    /* Align text in the left column to the left */
}

.tile-top-heading-100 {
    flex: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Start at the top of the column */
    text-align: left;
    /* Align text in the left column to the left */
}

.tile-label {
    color: #fff;
    /* Text color */
    font-weight: bold;
}

.tile-label-heading {
    color: #fff;
    /* Text color */
    font-weight: bold;
}

.tile-footer-message {
    padding: 0px;
    margin: 0px;
    text-align: Left;
    display: none;
}

/* Add larger margin below the Unique Solar Array Name input field */
.tile-container-common-grey .tile-input {
    margin-bottom: 20px;
    /* You can adjust the value to your preference */
}

.tile-container-common-grey .tile-label-heading-black {
    color: #2A2A2A;
    font-weight: bold;
    /* You can adjust the value to your preference */
}

.tile-container-common-grey .tile-description-black {
    color: #2A2A2A;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    /* You can adjust the value to your preference */
}


label {
    font-weight: bold;
    /* Make the label text bold */
    padding: 0px;
    margin: 0px;
    text-align: left;
}



.hidden {
    display: none;
}

.tile-container-time-block-setting-label {
    font-family: "Robotto", sans-serif;
}

/* Center the button inside the div */
.schedule-summary-footer-column-centre {
    display: flex;
    justify-content: center;
    /* Horizontally center the button */
    align-items: center;
    /* Vertically center the button if needed */
    height: 100px;
    /* Adjust height as necessary */
}

/* Styling for the button */
#summaryTimeBlockSendButton {
    background-color: #000;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    border: solid;
    border-radius: -6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Change button color on hover */
#summaryTimeBlockSendButton:hover {
    background-color: #bd0000;
}

/* Change button appearance when disabled */
#summaryTimeBlockSendButton:disabled {
    background-color: #cccccc;
    /* Grey background when disabled */
    cursor: not-allowed;
    /* Change cursor to not-allowed when disabled */
}


.save-confirmation-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--settings-green);
    color: var(--settings-black);
    padding: 10px;
    border-radius: 5px;
    z-index: 10001;
    max-width: 90%;
}


.schedule-summary-tile {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
    background-color: var(--settings-light-black);
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 0px;
    margin-top: 5px;
}


.schedule-summary-contents-row-top {
    /* height: 50px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
}

.schedule-summary-contents-row-top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: var(--settings-mid-grey);
}

.schedule-summary-contents-row-top-left {
    display: flex;
    flex-direction: row;
    width: 88%;
    padding: 10px;
    justify-content: space-between;
    position: relative;
}


.schedule-summary-contents-row-top-right {
    display: flex;
    flex-direction: row;
    width: 12%;
    padding: 10px;
    justify-content: space-between;
    align-items: right;
}

.schedule-summary-contents-row-top-left-v2 {
    display: flex;
    flex-direction: row;
    width: 25%;
    padding: 10px;
    justify-content: space-between;
    position: relative;
}

.schedule-summary-contents-row-top-centre {
    display: flex;
    flex-direction: row;
    width: 50%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    position: relative;

}

.schedule-summary-contents-row-top-display-name-container {
    background-color: var(--settings-light-black);
    width: 100%;
    display: flex;
    justify-content: center;
}

input[type="text"].schedule-summary-contents-row-top-display-name-input {
    background-color: var(--settings-light-black);
    color: var(--settings-white);
    border: none;
    padding: 6px 10px;
    font-size: 14px;
    width: 75%;
    outline: none;
    transition: border-color 0.3s ease;
}


.schedule-summary-contents-row-top-display-name-input:focus {
    border-color: #999;
    /* darker border on focus */
    background-color: #f9f9f9;
    /* optional slight highlight on focus */
}


.schedule-summary-contents-row-top-right-v2 {
    display: flex;
    flex-direction: row;
    width: 25%;
    padding: 10px;
    justify-content: flex-end;
    align-items: right;
}

/* Mobile layout */
@media (max-width: 768px) {
    .schedule-summary-contents-row-top {
        flex-direction: column;
        align-items: stretch;
    }

    .schedule-summary-contents-row-top-centre {
        order: 1;
        width: 100%;
        margin-bottom: -1rem;
    }

    .schedule-summary-contents-row-top-left-v2,
    .schedule-summary-contents-row-top-right-v2 {
        order: 2;
        width: 50%;
        display: flex;
        /* justify-content: space-between;
        gap: 1rem; */
    }
}

.schedule-summary-contents-column-left {
    width: 80%;
    display: flex;
    flex-direction: column;
}

.schedule-summary-contents-column-right {
    display: flex;
    align-items: stretch;
}

.schedule-summary-contents-row-bottom {
    /* height: 100px; */
    display: flex;
    flex-direction: column;
    width: 100%;
    /* padding: 10px; */
    justify-content: space-between;
    align-items: left;
    /* overflow: hidden; */
    position: relative;
}

.schedule-summary-contents-row-bottom-top {
    flex-direction: row;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2.5px;
    align-items: center;
    overflow: hidden;
}

.schedule-summary-contents-row-bottom-bottom {
    flex-direction: row;
    padding-top: 2.5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    align-items: center;
    overflow: hidden;
}

.schedule-summary-footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    margin-top: 5px;
    align-items: center;
}

.schedule-summary-footer-column-left {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.schedule-summary-footer-column-right {

    display: flex;
    flex-direction: row;
    justify-content: center;
}


.schedule-visual-summary-tile-charge-new {
    margin-bottom: 7px;
    /* Adjust as needed */
}

.schedule-visual-summary-tile-discharge-new {
    margin-top: 40px;
}

.schedule-visual-summary-contents-row-top-discharge {
    margin-bottom: 15px;
}

.schedule-visual-summary-tile-charge-header-left {
    margin-bottom: 5px;
}


.schedule-visual-summary {
    height: 150px;
    position: relative;
    /* Ensures absolute positioning inside */
}

.schedule-visual-summary-tile-times-new {
    position: relative;
    font-size: 6px;
    margin-top: 10px;
    width: 100%;
}

/* General time label positioning */
.schedule-visual-summary-tile-times-new div {
    position: absolute;
    font-size: 10pt;
    top: 5px;
}

/* Left-aligned start time (0001) */
.schedule-visual-summary-tile-times-new-0001 {
    left: 0%;
    text-align: left;
    transform: none;
}

/* Right-aligned end time (2359) */
.schedule-visual-summary-tile-times-new-2359 {
    left: 100%;
    text-align: right;
    transform: translateX(-100%);
}

/* Positioning all other time markers along the bar */
.schedule-visual-summary-tile-times-new-0200 {
    left: 8.3%;
    transform: translateX(-50%);
}

.schedule-visual-summary-tile-times-new-0400 {
    left: 16.6%;
    transform: translateX(-50%);
}

.schedule-visual-summary-tile-times-new-0600 {
    left: 25%;
    transform: translateX(-50%);
}

.schedule-visual-summary-tile-times-new-0800 {
    left: 33.3%;
    transform: translateX(-50%);
}

.schedule-visual-summary-tile-times-new-1000 {
    left: 41.6%;
    transform: translateX(-50%);
}

.schedule-visual-summary-tile-times-new-1200 {
    left: 50%;
    transform: translateX(-50%);
}

.schedule-visual-summary-tile-times-new-1400 {
    left: 58.3%;
    transform: translateX(-50%);
}

.schedule-visual-summary-tile-times-new-1600 {
    left: 66.6%;
    transform: translateX(-50%);
}

.schedule-visual-summary-tile-times-new-1800 {
    left: 75%;
    transform: translateX(-50%);
}

.schedule-visual-summary-tile-times-new-2000 {
    left: 83.3%;
    transform: translateX(-50%);
}

.schedule-visual-summary-tile-times-new-2200 {
    left: 91.6%;
    transform: translateX(-50%);
}


@media (max-width: 768px) {
    .schedule-visual-summary-tile-times-new-0001 {
        left: 0%;
        text-align: left;
    }

    .schedule-visual-summary-tile-times-new-0200 {
        display: none;
    }

    .schedule-visual-summary-tile-times-new-0400 {
        display: none;
    }

    .schedule-visual-summary-tile-times-new-0600 {
        display: none;
    }

    .schedule-visual-summary-tile-times-new-0800 {
        left: 33.3%;
        text-align: center;
    }

    .schedule-visual-summary-tile-times-new-1000 {
        display: none;
    }

    .schedule-visual-summary-tile-times-new-1200 {
        display: none;
    }

    .schedule-visual-summary-tile-times-new-1400 {
        display: none;
    }

    .schedule-visual-summary-tile-times-new-1600 {
        left: 66.6%;
        text-align: center;
    }

    .schedule-visual-summary-tile-times-new-1800 {
        display: none;
    }

    .schedule-visual-summary-tile-times-new-2000 {
        display: none;
    }

    .schedule-visual-summary-tile-times-new-2200 {
        display: none;
    }

    .schedule-visual-summary-tile-times-new-2359 {
        left: 100%;
        text-align: right;
    }
}

.schedule-visual-summary-tile-times {
    display: flex;
    justify-content: space-between;
    font-size: 6px;
    margin-top: 10px;
    width: 100%
}

.schedule-visual-summary-tile-times-left {
    text-align: left;
    flex: 1;
    font-size: 10pt;
    width: calc(100% / 12);
}


.schedule-visual-summary-tile-times-left-center-left {
    width: calc(100% / 6);
    text-align: right;
    position: relative;
    font-size: 10pt;
}

.schedule-visual-summary-tile-times-center-left {
    width: calc(100% / 3);
    text-align: center;
    position: relative;
    font-size: 10pt;
}

.schedule-visual-summary-tile-times-center {
    text-align: center;
    flex: 1;
    font-size: 10pt;
}

.schedule-visual-summary-tile-times-center-right {
    width: calc(100% / 3);
    text-align: center;
    position: relative;
    font-size: 10pt;
}

.schedule-visual-summary-tile-times-right-center-right {
    width: calc(100% / 6);
    text-align: center;
    position: relative;
    font-size: 10pt;
}

.schedule-visual-summary-tile-times-right {
    text-align: right;
    flex: 1;
    font-size: 10pt;
    width: calc(100% / 12);
}

.color-box {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.color-explanation-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    border: none;
}

.color-explanation-table td {
    padding: 8px;
    border: none;
    vertical-align: middle;
}

.color-explanation-table td:first-child {
    text-align: center;
    width: 40px;
    /* Adjust width as needed to center the boxes */
}

.color-explanation-table tr {
    display: flex;
    align-items: center;
}

.color-explanation-table td {
    display: flex;
    align-items: center;
}

.color-box.white-border {
    border: 1px solid var(--settings-black);
    /* Add border to white color boxes */
}

.tile-container-add-time-block {
    background-color: var(--black);
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.tile-container-time-block-setting-label-blue-not-used,
.schedule-summary-contents-row-bottom-label-charge-summary,
.schedule-summary-contents-row-bottom-label-discharge-summary {
    color: var(--settings-green-text);
    font-weight: 400;
}

.tile-container-time-block-setting-label-blue,
.schedule-summary-contents-row-top-label-enable {
    font-weight: 400;
}


.new-schedule-settings-contents-section-settings-header-2-column {
    display: flex;
    flex-direction: row;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}


.schedule-settings-contents-section-divider-full-width {
    content: '';
    bottom: 0;
    padding-top: 1px;
    width: 98%;
    left: 10px;
    height: 1px;
    background-color: var(--settings-mid-grey);
    position: relative;
}

.schedule-settings-contents-section-divider-half-width {
    content: '';
    bottom: 0;
    width: 92%;
    left: 50px;
    height: 1px;
    background-color: var(--settings-mid-grey);
    position: relative;
}


.schedule-settings-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    align-content: flex-start;
    flex-direction: row;
}

.schedule-visual-summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    align-content: flex-start;
    flex-direction: row;
}

.schedule-settings-contents-section {
    padding: 10px;
    margin-bottom: 15px;
}

.schedule-settings-contents-section-header {
    padding: 5px 5px;
}

.schedule-settings-contents-section-times {
    background-color: var(--settings-light-black);
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.schedule-settings-contents-section-times-row {
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.schedule-settings-contents-section-times-row::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: var(--settings-mid-grey);
}

.schedule-settings-contents-section-times-lastrow {
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.schedule-settings-contents-section-times-row-2-column {
    height: 50px;
    display: flex;
    flex-direction: row;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.schedule-settings-contents-section-times-row-2-column-contents-left {
    flex: 80%;
    align-items: flex-start;
}

.schedule-settings-contents-section-times-row-2-column-contents-right {
    align-items: center;
}

.schedule-settings-contents-section-settings {
    background-color: var(--settings-light-black);
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
}

.schedule-settings-contents-section-settings-narrow {
    background-color: var(--settings-light-black);
    border-radius: 10px;
    margin-top: 5px;
}

.schedule-settings-contents-section-settings-header {
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.schedule-settings-contents-section-settings-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: var(--settings-mid-grey);
}

.schedule-settings-contents-section-settings-header-no-line {
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.schedule-settings-contents-section-settings-full-separator {
    height: 1px;
    background-color: var(--settings-mid-grey);
    margin: 0px 10px 5px 10px;
}



.schedule-settings-contents-section-settings-header-2-column {
    height: 60px;
    display: flex;
    flex-direction: row;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.schedule-settings-contents-section-settings-header-2-column-no-line {
    display: flex;
    flex-direction: row;
    padding: 10px;
    padding-left: 15px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.schedule-settings-contents-section-settings-header-2-column-contents-left {
    flex: 75%;
    align-items: flex-start;
    font-weight: 500;
}

.schedule-settings-contents-section-settings-header-2-column-contents-right {
    display: flex;
    width: 100px;
    justify-content: center;
    align-items: center;
}

.schedule-settings-contents-section-settings-row {
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.schedule-settings-contents-section-settings-row-no-line {
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.schedule-settings-contents-section-settings-row-static {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.schedule-settings-contents-section-settings-row-static-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.schedule-settings-contents-section-settings-row-static-icon img {
    max-width: 100%;
    max-height: 30px;
    object-fit: contain;
    padding-right: 10px;
}

.schedule-settings-contents-section-settings-row-static-title {
    flex: 40%;
    font-weight: 300;
}

.schedule-settings-contents-section-settings-row-static-title-plus {
    flex: 85%;
    font-weight: 300;
}

.schedule-settings-contents-section-settings-row-static-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    font-weight: 300;
    padding-right: 20px;
}

.schedule-settings-contents-section-settings-row-static-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    width: 100px;
}

.schedule-settings-contents-section-settings-row-static-switch img {
    max-width: 100%;
    max-height: 30px;
    object-fit: contain;
}

.schedule-settings-contents-section-settings-row-dropdown {
    display: none;
    width: 100%;
    flex-direction: column;
    padding: 10px 0px 10px 40px;
}

.schedule-settings-contents-section-settings-row-dropdown-advanced {
    display: none;
    width: 100%;
    flex-direction: column;
}

.schedule-settings-contents-section-settings-row-dropdown.active {
    display: flex;
}

.schedule-settings-contents-section-settings-row-dropdown-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
}

.schedule-settings-contents-section-settings-row-dropdown-row-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 10px;
    position: relative;
}

.schedule-settings-contents-section-settings-row-dropdown-row-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
}

.schedule-settings-contents-section-settings-row-dropdown-row-border {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
}

.schedule-settings-contents-section-settings-row-dropdown-row-border::after {
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid var(--settings-mid-grey);
}

.schedule-settings-contents-section-settings-row-dropdown-row-thin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.schedule-settings-contents-section-settings-row-dropdown-icon {
    display: flex;
    flex: 0;
    justify-content: center;
    align-items: center;
}

.schedule-settings-contents-section-settings-row-dropdown-title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100px;
    font-weight: 300;
}

.schedule-settings-contents-section-settings-row-dropdown-subtitle {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 88%;
    font-weight: 300;
}

.schedule-settings-contents-section-settings-row-dropdown-options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 60%;
    font-weight: 300;
}

.schedule-settings-contents-section-settings-row-dropdown-description {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex: 50%;
    font-weight: 100;
}

.schedule-settings-contents-section-settings-row-dropdown-gap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex: 25%;
    font-weight: 100;
}

.schedule-settings-contents-section-settings-row-dropdown-input {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px 0px 10px;
}

.schedule-settings-contents-section-settings-row-dropdown-input img {
    max-width: 100%;
    max-height: 30px;
    object-fit: contain;
}

.schedule-settings-contents-section-settings-row-dropdown-options-top {
    display: flex;
    align-items: center;
    flex: auto;
    padding-top: 15px;
    padding-bottom: 7.5px;
}

.schedule-settings-contents-section-settings-row-dropdown-options-mid {
    display: flex;
    align-items: center;
    flex: auto;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.schedule-settings-contents-section-settings-row-dropdown-options-bottom {
    display: flex;
    align-items: center;
    flex: auto;
    padding-top: 7.5px;
    padding-bottom: 15px;
}

.schedule-settings-contents-section-settings-row-dropdown-options-input {
    display: flex;
    align-items: center;
    width: 100px;
    justify-content: center;
    padding: 0px 0px 0px 10px;
}


.schedule-settings-contents-section-settings-row-dropdown-options-top label,
.schedule-settings-contents-section-settings-row-dropdown-options-mid label,
.schedule-settings-contents-section-settings-row-dropdown-options-bottom label {
    display: flex;
    font-weight: 300;
    align-content: center;
    margin: 0px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.schedule-settings-contents-section-settings-lastrow {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.schedule-settings-contents-section-settings-row::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 10px;
    height: 1px;
    background-color: var(--settings-mid-grey);
}

.schedule-settings-contents-section-settings-part-separator {
    height: 1px;
    background-color: var(--settings-mid-grey);
    margin: 5px 10px 5px 50px;
}

.schedule-settings-contents-section-footer {
    font-size: 12px;
    padding: 5px 5px 15px 5px;

}

.schedule-settings-footer {
    display: flex;
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    margin-top: 5px;
    align-items: center;
    justify-content: center;
}

.time_block_charging_plan_setting_input {
    width: 100%;
}

.form-title-label {
    font-size: 18px;
}

.form-control {
    width: 100%;
    padding: 8px;
    margin: 5px 0;
    box-sizing: border-box;
}



#chargingPlan-options label,
#restorePreviousChargeSettings-options label,
#discharge_below_type label,
#dischargeAbovePlan-options label,
#restorePreviousDischargeSettings-options label {
    position: relative;
    display: flex;
    align-items: center;
}

.schedule-settings-contents-section-settings-row-static-contents-contents-info img {
    cursor: pointer;
}


.large-screen {
    display: flex;
}

.small-screen {
    display: none;
}

.solcast-form-actions {
    display: flex;
    width: 100%;
    justify-content: left;
    padding-top: 10px
}



@media (max-width: 820px) {

    .schedule-settings-contents-section-settings-row-no-line {
    display: flex;
    flex-direction: column;
    padding: 5px 10px 5px 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}


    .schedule-settings-contents-section-settings-part-separator {
        height: 1px;
        background-color: var(--settings-mid-grey);
        margin: 2px 10px 2px 15px;
    }

    .large-screen {
        display: none;
    }

    .small-screen {
        display: block;
    }

    .schedule-summary-contents-row-top {
        /* height: 50px; */
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        position: relative;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    .schedule-summary-contents-row-top::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 5px;
        right: 5px;
        height: 1px;
        background-color: var(--settings-mid-grey);
    }

    .schedule-summary-contents-row-top-left {
        display: flex;
        flex-direction: row;
        width: 65%;
        padding: 5px;
        justify-content: space-between;
        font-size: 16px;
    }

    .schedule-summary-contents-row-top-right {
        display: flex;
        flex-direction: row;
        width: 35%;
        padding: 5px;
        justify-content: right;
        align-items: center;
        /* Center items vertically */
    }

    .schedule-summary-contents-row-top-right-button {
        display: flex;
        justify-content: center;
        /* Center the button horizontally within this div */
        align-items: center;
        /* Center the button vertically within this div */
        padding-right: 10px;
    }

    .schedule-summary-contents-row-top-right-arrow {
        display: flex;
        justify-content: center;
        /* Center the arrow-icon horizontally within this div */
        align-items: center;
        /* Center the arrow-icon vertically within this div */
    }

    .schedule-summary-contents-row-bottom {
        height: auto;
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        position: relative;
        font-size: 16px;
        ;
    }

    .schedule-summary-contents-row-bottom-top {
        flex-direction: row;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 2.5px;
        align-items: center;
        overflow: hidden;
    }

    .schedule-summary-contents-row-bottom-bottom {
        flex-direction: row;
        padding-top: 2.5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        align-items: center;
        overflow: hidden;
    }

    .tile-container-time-block-setting-label-blue,
    .schedule-summary-contents-row-bottom-label-charge,
    .schedule-summary-contents-row-bottom-label-discharge {
        color: var(--settings-blue-text);
        font-size: 11pt;
        font-weight: 400;
    }

    .schedule-summary-contents-column-left {
        width: 75%;
        display: flex;
        flex-direction: column;
    }

    .schedule-summary-contents-row-double {
        flex-grow: 1;
        display: flex;
        flex-direction: row;
        padding: 3px;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .schedule-settings-contents-section-settings-header {
        overflow: hidden;
        position: relative;
        padding: 10px 0px 5px 0px;
        margin-bottom: 5px;
        height: auto;
        font-size: 18px;
        font-weight: 400;
    }

    .schedule-settings-contents-section-settings-header::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0px;
        right: 0px;
        height: 1px;
        background-color: var(--settings-mid-grey);
    }

    .schedule-settings-contents-section-settings-row-static-switch {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        margin-left: 5px;
    }

    .schedule-settings-contents-section-settings-row-dropdown {
        padding: 0px 0px 10px 15px;
    }

    .schedule-settings-contents-section-settings-row-dropdown-row-thin {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 7.5px;
        padding-top: 15px;
    }

    .schedule-settings-contents-section-settings-row-dropdown-row-top {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .schedule-settings-contents-section-settings-row-dropdown-row-border {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }

    .schedule-settings-contents-section-settings-row-dropdown-row-border::after {
        content: '';
        position: absolute;
        width: auto;
        bottom: 0;
        left: 0px;
        right: 5px;
        height: 1px;
        background-color: var(--settings-mid-grey);
    }

    .schedule-settings-contents-section-settings-row-dropdown-title {
        flex-basis: auto;
        font-size: 14px;
        padding-bottom: 5px;
        width: 88%;
    }

    .schedule-settings-contents-section-settings-row-dropdown-subtitle {
        display: flex;
        flex-direction: row;
        width: 60%;
        font-weight: 300;
        align-content: center;
    }

    .schedule-settings-contents-section-settings-row-dropdown-description {
        display: none;
    }

    .schedule-settings-contents-section-settings-row-dropdown-icon img {
        max-width: 20px;
        max-height: 20px;
    }

    .schedule-settings-contents-section-settings-row-dropdown-gap {
        padding: 0px 5px 0px 0px;
    }

    .schedule-settings-contents-section-settings-row-dropdown-options-top {
        flex: auto;
        padding-top: 15px;
        padding-bottom: 7.5px;
    }

    .schedule-settings-contents-section-settings-row-dropdown-options-mid {
        flex: auto;
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }

    .schedule-settings-contents-section-settings-row-dropdown-options-bottom {
        flex: auto;
        padding-top: 7.5px;
        padding-bottom: 15px;
    }


    .schedule-settings-contents-section-settings-row-dropdown-options-top label,
    .schedule-settings-contents-section-settings-row-dropdown-options-mid label,
    .schedule-settings-contents-section-settings-row-dropdown-options-bottom label {
        display: flex;
        font-weight: 300;
        align-content: center;
        margin: 0px;
    }

    .tile-container-add-time-block,
    .schedule-settings-header,
    .schedule-settings-contents-section,
    .schedule-settings-contents-section-times,
    .schedule-settings-contents-section-settings-row-static,
    .schedule-settings-contents-section-settings-row,
    .schedule-settings-contents-section-settings-lastrow {
        padding: 5px 0px 5px 5px;
        /* margin-bottom: 5px; */
        /* height: auto; */
        font-size: 14px;
    }

    .schedule-settings-contents-section-settings {
        padding: 0px;
        margin-bottom: 5px;
        height: auto;
        font-size: 14px;
    }

    .schedule-settings-contents-section-settings-narrow {
        padding: 0px;
        height: auto;
        font-size: 14px;
        background-color: var(--settings-light-black);
        border-radius: 8px;
        margin-top: 5px;
    }

    .schedule-settings-contents-section-settings-header-no-line {
        justify-content: space-between;
        align-items: center;
        overflow: hidden;
        position: relative;
    }


    .schedule-settings-contents-section-settings-header-2-column {
        height: auto;
    }

    .schedule-settings-contents-section-settings-header-2-column-no-line {
        display: flex;
        flex-direction: row;
        padding: 10px;
        padding-left: 15px;
        justify-content: space-between;
        align-items: center;
        overflow: hidden;
        position: relative;
    }

    .schedule-settings-contents-section-times-row,
    .schedule-settings-contents-section-times-row-2-column {
        margin-bottom: 5px;
        height: auto;
        font-size: 16px;
    }

    .schedule-settings-contents-section-settings-row::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 5px;
        right: 5px;
        height: 1px;
        background-color: var(--settings-mid-grey);
        object-fit: contain;
    }

    .schedule-settings-contents-section-settings-row-static-contents-contents-info img {
        max-height: 22px;
        object-fit: contain;
        padding: 10px;
        cursor: pointer;
    }

    .schedule-settings-contents-section-settings-row-static-icon img {
        max-width: 100%;
        max-height: 22px;
        object-fit: contain;
    }

}

/* styles.css */
.twentyfourhour-schedule {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 10px;
    background-color: #E9E9E9;
    padding: 5px;
    justify-items: center;
}

.twentyfourhour-schedule-card {
    border-radius: 10px;
    padding: 2px;
    width: 350px;
}

.twentyfourhour-schedule-card-row-top,
.twentyfourhour-schedule-card-header-top,
.twentyfourhour-schedule-card-row-middle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 44px;
    margin-left: 16px;
    margin-right: 16px;
    border-bottom: 1px solid #ddd;
    align-items: center;
}


.twentyfourhour-schedule-card-row-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 44px;
    margin-left: 16px;
    margin-right: 16px;
    align-items: center;
}

.twentyfourhour-schedule-card-row-header {
    width: 160px;
}

.twentyfourhour-schedule-card-row-header-text {
    color: black;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
}

.twentyfourhour-schedule-card-contents {
    width: 160px;
    justify-content: center;
    text-align: center;
}


.twentyfourhour-schedule-card-contents-text {
    color: black;
    font-weight: bold;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 500;
    padding-right: 5px;
}

/* Dropdown box styling */
.twentyfourhour-schedule-card-selection select {
    width: 160px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    border: none;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
    color: black;
    cursor: pointer;
    position: relative;
    text-align: center;
    height: 35px;
    line-height: 35px;
    align-content: center;
    background-position: right 10px center;

}

.twentyfourhour-schedule-card-selection select option {
    width: 160px;
    padding: 5px;
    background-color: white;
    border: none;
    font-size: 17px;
    font-weight: 500;
    color: black;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.twentyfourhour-schedule-hidden-dropdown-arrow {
    /* Hide the default dropdown arrow */
    -webkit-appearance: none;
    /* Safari and Chrome */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    /* Standard */
    background-color: #f0f0f0;
    /* Match background */

}

/* Additional styling for the select element */
.twentyfourhour-schedule-hidden-dropdown-arrow:disabled {

    cursor: not-allowed;
    line-height: 35px;
    height: 35px;
    justify-content: center;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.twentyfourhour-schedule-footer {
    display: flex;
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    margin-top: 15px;
    align-items: center;
    justify-content: space-between;
}

.twentyfourhour-schedule-footer-text {
    color: black;
    font-weight: bold;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 500;
}

.twentyfourhour-schedule-footer-button {
    margin-left: 10px;
    margin-right: 10px;
}

/* Responsive layout adjustments */
@media (min-width: 768px) {

    .twentyfourhour-schedule {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        gap: 10px;
        background-color: #E9E9E9;
        padding: 25px;
    }

    .twentyfourhour-schedule-card {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .twentyfourhour-schedule-card-row-top,
    .twentyfourhour-schedule-card-row-middle {
        border-bottom: 0px solid #ddd;
    }

    .twentyfourhour-schedule-card-row-header-text {
        color: black;
        min-width: 100px;
        margin-right: 5px;
        font-weight: bold;
        font-size: 17px;
        font-family: 'Roboto';
        font-weight: 400;
        text-align: center;
    }

    

}

