.dashboard-create-prescription-button {
    text-align: center;
    padding: 20px 0;
}

.dashboard-sections {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}
.dashboard-button{
    background-color: #39b4ff !important;
    border: 1px solid #39b4ff !important;
    padding: 8px 16px !important;
    color: #fff !important;
    line-height: 15px !important;
}
.woocommerce-MyAccount-content-wrapper{
    border-radius: 0 !important;
}
.dashboard-box {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 0;
    text-align: center;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 300px;
}
.dashboard-box-content{
    padding: 10px 0;
}

.dashboard-box h3 {
    margin: 0px;
}


.dashboard-box .button:hover {
    background: #005f87;
}

.e-my-account-tab__dashboard .woocommerce-MyAccount-content-wrapper p:nth-child(-n + 3) {
    display: none;
}
/* Responsive styles for mobile devices */
@media screen and (max-width: 900px) {
    .dashboard-sections {
        grid-template-columns: 1fr !important;
    }
    .woocommerce-MyAccount-content{
        padding: 0 !important;
        
    }
    .woocommerce-MyAccount-navigation ul{
        margin: 0 0 10px 0 !important;
    }
    .woocommerce-MyAccount-content-wrapper{
        border: none !important;
    }
}


/* Responsive styles for mobile devices */
@media screen and (max-width: 768px) {
    .dashboard-sections {
        grid-template-columns: 1fr;
    }
    
    .dashboard-box {
        height: auto; /* Remove fixed height for flexibility */
        padding: 15px; /* Slightly reduce padding */
    }
    
    .dashboard-box .button {
        padding: 10px 15px;
        font-size: 16px;
    }
}
.dashboard-box-title{
    margin: 0 !important;
    line-height: 35px;
}

.custom-my-account-dropdown select{
    background-color: lightgrey !important;
    color: black !important;
}

.refresh-dashboard-wrapper{
    display:flex;
    align-items: center;
    flex-direction: row;
    gap: 4px;
    font-size: 10px !important;
    color: grey;
    font-weight: 400;
}

#dash-last-updated-container {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
#refresh-dashboard-btn{
    background: unset;
    border: none;
    color: grey !important;
    text-decoration: underline;
    padding: 0 !important;
    font-size: 10px !important;
    height: min-content;
        font-weight: 400;

}

#dash-last-updated {
  font-weight: 400;
}