
/* Declare variables */
:root{
    --pharmawp-color-blue: #3db2ff;
}

.cell-label {
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

.help-text {
    font-size: 12px;
}



.modal-content {
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
  position: relative;
  width: 50%;
  min-width: 225px;
  margin: 10% auto;
  height: max-content;
  max-height: 75vh;
  box-shadow: 0 0 10px #000;
  overflow-y: auto;
}

.account-actions-banner{
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    background: #ffcc00; 
    color: #000; 
    text-align: center; 
    padding: 15px; 
    font-weight: bold; 
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 75px;
    min-height: 75px;
    gap: 15px;
}

.rectangle-field{
    border-radius: 0 !important;
    padding: 8px !important;
    border: 1px solid grey !important;
    height: 45px;
}
.rectangle-field-smaller{
    border-radius: 0 !important;
    padding: 8px !important;
    border: 1px solid grey !important;
    width: min-content !important;
}

.prescription-modal-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    align-items: flex-start;
}


.my-buy-now-button{
    border-radius: 0 !important;
}


/* 
Structure 
*/

.single-column-grid{
    display: grid ;
    grid-template-columns: 1fr !important;
    gap: 10px;
}
.double-column-grid{ 
    display: grid ;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px;
}

.row-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px !important;
    border: 1px solid #ddd !important;
    flex-wrap: wrap;
    height: min-content;
}

.row-flex-borderless {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 !important;
    border: none !important;
    flex-wrap: wrap;
    height: min-content;
}

.row-flex-no-padding {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 !important;
    border: 1px solid #ddd !important;
    flex-wrap: wrap;
    height: min-content;
}

.space-between-flex-column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

/*  */

/* 
Sizing 
*/
.full-width{
    width: 100% !important;
}

.half-width{
    width: 50% !important;
}
.quarter-width{
    width: 25% !important;
}

.half-width-minus-ten{
    width: calc(50% - 10px) !important;
}

/*  */


/* 
Spacing 
*/

.no-margin{
    margin: 0 !important;
}

.no-padding{
    padding: 0 !important;
}

.small-margin-bottom{
     margin: 0 0 10px 0 !important;
}

.medium-margin-bottom{
     margin: 0 0 20px 0 !important;
}

.large-margin-bottom{
     margin: 0 0 30px 0 !important;
}

.small-margin-top{
     margin: 10px 0 0 0 !important;
}
.medium-margin-top{
     margin: 20px 0 0 0 !important;
}
.large-margin-top{
     margin: 30px 0 0 0 !important;
}

.small-margin-vertical{
     margin: 10px 0  !important;
}

.medium-margin-vertical{
     margin: 20px 0  !important;
}

.small-margin-horizontal{
     margin: 0 10px !important;
}

/*  */


/* 
Button styles 
*/
.remove-item{
    background-color: unset !important;
    border: none !important;
    cursor: pointer;
    color: red !important;
    padding: 0 !important;
    font-size: 13px !important;
    width: min-content;
    align-items: flex-start;
}

.remove-row{
    background-color: red !important;
    border: 1px solid red !important;
}

.darkgrey-button {
    background-color: #333 !important;
    border: 1px solid #333 !important;
    color: white !important;
}

.close-modal{
    margin-top: 20px; 
    padding: 10px 20px; 
    background: #555; 
    color: white; 
    border: none; 
    border-radius: 0;
}
.close-prescription-modal{
    color: #555 !important; 
    background-color: unset !important;
    border: none !important; 
}

.rectangle-button{
    border-radius: 0 !important;
    padding: 8px 16px ;
    text-decoration: none;
    color: white;
    background-color: var(--pharmawp-color-blue);
    max-height: 40px;
    height: 35px;
    font-size: 14px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    line-height: 15px !important;
}
.my-buy-now-button{
    text-wrap: wrap !important;
}

.default-button-padding{
    padding: 8px 16px !important;
}

.create-new-button {
    height: 40px;
    text-align: center !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/*  */


/* Responsive */
@media (max-width: 800px) {
    .half-width, .quarter-width{
        width: 100% !important;
    }
    .row-flex{
        flex-direction: column;
    }
    .double-column-grid{ 
        grid-template-columns: 1fr !important;
    }
    .modal-content {
        width: 85%;
        margin: 5% auto;
        height: 80vh;
        padding: 12px;
    }
    .rectangle-button{
        height: min-content;
    }
    .account-actions-banner{
        min-height: 150px;
        max-height: 150px;
        flex-direction: column;
    }
}
@media (max-width: 700px) {
    .account-actions-banner{
        min-height: 200px;
        max-height: 200px;
        flex-direction: column;
    }
}








.user-url-wrap,
.user-facebook-wrap,
.user-instagram-wrap,
.user-linkedin-wrap,
.user-myspace-wrap,
.user-pinterest-wrap,
.user-soundcloud-wrap,
.user-tumblr-wrap,
.user-wikipedia-wrap,
.user-twitter-wrap,
.user-youtube-wrap{
    display: none !important;
}