:root {
    --primary: #3ec5d3;
    --secondary: #285d69;
    --input-bg-grey: #f4f4f4;
    --bg-grey: #f8f9fa;
    --light-grey: #515e67;
    --dark-grey: #59676f;
    --light-teal-btn: #70e3de;
    --login-bar-green: #2d6876;
    --white: #fff;
    --header: 33px;
    --body-text: 17px;
    --card-header: 24px;
    --table-col-header: 15px;
    --col-header-sub: 15px;
    --table-text: 15px;
    --sml-table-text: 13px;
    --btn-text: 15px;
    --nav-btn-text: 13px;
    --label-text: 12px;
    --input-text: 14px;
    --nav-text: 15px;
    --cloud-text: 20px;
    --csv-text: 18px;
    --line-height: 1.2;
    --poppins: "Poppins", sans-serif;
    --semi-bold: 600;
    --medium: 500;
    --regular: 400;
    --light: 300;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
}

.scroll-y {
    overflow-y: auto; /* Enable vertical scrolling */
}

body::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
}

.display-inline {
    display: inline-flex;
}

/*FLEX*/
.flex {
    display: flex;
}

.flex-row {
    display: flex;
    flex-direction: row;
    transition: all 200ms ease-in;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row-space-between {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.flex-start {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.align-start {
    display: flex;
    align-items: start;
}

.text-center {
    text-align: center;
}

.align-center {
    display: flex;
    align-items: center;
}

.flex-end {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.flex-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flex-col-container {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.flex-container {
    margin-top: 105px;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: end;
}

/*CONTAINERS*/
.page-content {
    display: flex;
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.content-container {
    position: relative;
    width: 90%;
    height: 67vh;
    min-height: auto;
    margin: 40px auto 0;
    transition: all 0.5s ease;
}

.min-height-300px {
    min-height: 300px;
}

.max-height-600px {
    min-height: 600px;
}

.content-container.no-margin {
    margin: 0;
}

.content-container.auto-margin {
    margin: 0 auto;
}

.right-content-container {
    position: relative;
    width: 85%;
    height: auto;
    margin: 30px 0 0;
    transition: all 0.5s ease;
}

.content-container-fixed-sidebar.no-margin {
    margin: 0;
    padding: 0;
    width: 95%;
}

.width-70 {
    /*transition-delay: 200ms;*/
    width: 70% !important;
}

.width-90 {
    width: 90%;
}

.min-height-90 {
    min-height: 90%;
}

.min-height-100 {
    min-height: 100%;
}

.width-reducer > div.col-2 {
    width: 25% !important;
}

.content-container-fixed-sidebar {
    position: relative;
    width: 75%;
    height: 100%;
    min-height: 663px;
    transition: all 0.5s ease;
    margin-top: 20px;
    padding-top: 40px;
}

.content-container-no-sidebar {
    position: relative;
    padding-top: 50px;
    width: 90%;
    height: 50vh;
    /*min-height: 663px;*/
    margin: auto;
}

.full-page-container {
    width: 100%;
    min-height: 100vh;
    background-color: var(--primary);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-page-container {
    width: 100%;
    min-height: 100vh;
    background-color: #285D69F0;
    position: absolute;
    top: -105px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 100000;
}

.inner-container {
    width: 80%;
    max-width: 1280px;
    padding: 10px;
    margin: auto;
}

.single-container {
    background-color: var(--primary);
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
}

.single-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1280px;
    padding: 1rem;
    z-index: 50;
    display: flex;
    height: 100%;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.single-content {
    display: flex;
    width: 100%;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.single-box {
    width: 400px;
    background-color: var(--white);
    border: 1px solid #427b78a3;
    border-radius: 21px;
    padding: 20px 30px;
    box-shadow: 0 5px 25px #427b78a3;
}

.single-box-modal {
    width: 40%;
    height: auto;
    background-color: var(--white);
    border: 1px solid #427b78a3;
    border-radius: 21px;
    padding: 20px;
    box-shadow: 0 5px 25px #427b78a3;
}

    .single-box-modal input[type="number"].modal {
        width: 100%;
    }

    .single-box-modal .input-field {
        width: 100%;
    }

    .single-box-modal.required {
        width: 340px;
        height: 490px;
        margin: auto;
    }

    .single-box-modal.password {
        width: 320px;
        height: 220px;
        margin: auto;
    }

.single-box-password {
    width: 360px;
    height: auto;
    background-color: var(--white);
    border: 1px solid #427b78a3;
    border-radius: 21px;
    padding: 25px 30px;
    box-shadow: 0 5px 25px #427b78a3;
}

.password-content {
    max-width: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text-box {
    position: absolute;
    right: 40px;
    bottom: 106px;
    padding: 25px;
    max-width: 407px;
    border-radius: 8px;
}

.col-2 {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.card {
    position: relative;
    float: left;
    padding: 25px;
    height: 710px;
    box-shadow: 5px 0 10px -2px #d7d7d7;
    overflow: hidden;
}

.left-align-card {
    position: relative;
    float: left;
    padding: 25px 40px;
    height: auto;
    min-height: 700px;
    box-shadow: 5px 0 10px -2px #d7d7d7;
    overflow: hidden;
}

.card-with-footer {
    height: 600px;
}

.centered-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 10px;
    height: 710px;
    box-shadow: 5px 0 10px -2px #d7d7d7;
    overflow: hidden;
}

.content-with-footer-height {
    height: calc(100vh - 243px);
    max-height: calc(100vh - 243px);
}

.content-with-footer {
    height: calc(100vh - 300px);
    max-height: calc(100vh - 300px);
}

.content-with-nav-height, .modal-page-height {
    height: calc(100vh - 105px);
}

/*ELEMENTS*/
table {
    border-collapse: collapse;
}

.full-page-table {
    transition: all 500ms ease !important;
    width: 90%;
}

    .full-page-table th {
        min-width: 90%;
    }

th {
    width: 250px;
    overflow: hidden;
}

th {
    padding: 20px;
    text-align: left;
    vertical-align: top;
}

td {
    padding: 20px;
    text-align: left;
    vertical-align: center;
}

.last-col-quarter {
    width: 25%;
}

.last-col-third {
    width: 33% !important;
}

.x-wide-col {
    min-width: 550px;
    text-align: left;
    align-items: start;
    vertical-align: top;
    padding: 20px;
}

.wide-col {
    min-width: 420px;
    text-align: left;
    align-items: start;
    vertical-align: top;
    padding: 20px;
}

.medium-col {
    min-width: 175px;
    padding: 20px;
    text-align: left;
    align-items: start;
    vertical-align: top;
}

.slim-col {
    max-width: 100px;
    padding: 20px;
    text-align: left;
    vertical-align: top;
}

.x-slim-col {
    max-width: 60px;
    padding: 20px;
    text-align: left;
    vertical-align: top;
}

.last-col-half {
    width: 50%;
    max-width: 50%;
}

.last-col-three-quarters {
    width: 80% !important;
}

.filter-icon-table-header {
    text-align: right;
}

.no-header-table-padding {
    margin-top: 50px;
}

td {
    border-top: 0.1px solid #d9d9d9;
}

fieldset.card,
.form-buttons-container {
    padding: 0 30px;
}

.td-max-width {
    max-width: 50px;
}

/*UTILITIES*/
.page-height {
    height: auto;
}

.divider-line {
    border-top: 0.1px solid #d9d9d9;
    height: 0;
}

.teal-bg {
    background-color: var(--primary);
}

.dark-teal-bg {
    background-color: var(--secondary);
}

.grey-bg {
    background-color: var(--input-bg-grey);
}

.modal-bg {
    background-color: #285d6980;
}

.white-bg {
    background-color: var(--white);
}

.grey-border {
    border: 0.1px solid #d9d9d9;
}

.block {
    display: block;
}

.width-75 {
    transition: all 700ms ease-in;
    width: 75%;
}

.width-100 {
    transition: all 200ms ease-in;
    width: 100%;
}

.max-width-700px {
    max-width: 700px;
}

.max-width-250px {
    max-width: 250px;
}

.max-width-300px {
    max-width: 300px;
}

.max-width-380px {
    max-width: 380px;
}

.ml-0 {
    margin-left: 0;
}

.-ml-20 {
    margin-left: 20px;
}

.mb-0 {
    margin-bottom: 0;
}

.p-0 {
    padding: 0;
}

.px-10 {
    padding: 0 10px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-20 {
    padding-bottom: 20px;
}


.pt-3 {
    padding-top: 3px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-5 {
    padding-bottom: 5px;
}

.ml-40 {
    margin-left: 40px;
}

.px-40 {
    padding: 0 40px;
}

.pr-2 {
    padding-right: 2px;
}

.pr-6 {
    padding-right: 6px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-0 {
    padding-top: 0;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-220 {
    padding-left: 220px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-80 {
    padding-right: 80px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.py-30 {
    padding: 30px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.height-50vh {
    height: 50vh;
}

.scroll-x {
    overflow-x: scroll;
}


.text-align-right {
    text-align: right;
}

.quarter-width {
    width: 25%;
    min-width: 300px;
}

.fifth-width {
    width: 20%;
}

.fit-to-width {
    flex-grow: 1;
}

.card-min-width-content {
    min-width: min-content;
}

.min-height-content {
    min-height: min-content;
}

.card-min-width-450 {
    min-width: 450px;
}

.card-min-width-700 {
    min-width: 700px;
}

.width-100px {
    min-width: 100px;
}

.row-height-100 {
    height: 100px;
}

.row-height-50 {
    height: 50px;
}

    .row-height-50 td {
        padding: 10px;
    }

.height-80 {
    height: 80px;
}

.height-80pc {
    height: 80%;
}

.height-20pc {
    height: 20%;
}

.footer-z-index {
    z-index: 1100;
}

.first-card {
    z-index: 1000;
}

.second-card {
    z-index: 900;
}

.third-card {
    z-index: 800;
}

.fourth-card {
    z-index: 700;
}

.card-form {
    padding-left: 35px;
}

.filter-card-form {
    padding-left: 20px;
}

.filter-button-container {
    cursor: pointer;
}

.card-buttons-container {
    padding-top: 20px;
}

.sidebar {
    width: 20px;
    z-index: 1100;
    position: relative;
    float: left;
    min-height: calc(100vh - 155px);
    overflow-y: hidden
    box-shadow: 5px 0 10px -2px #285d6920;
}
  

.right-sidebar {
    width: 20px;
    z-index: 1200;
    position: relative;
    float: right;
    overflow-y: auto;
    box-shadow: 5px 0 10px -2px #285d6920;
}
.sidebar-Patient {
    width: 20px;
    z-index: 1000;
    position: relative;
    float: left;
    min-height: calc(100vh);
    overflow-y: hidden;
    box-shadow: 5px 0 10px -2px #285d6920;
}
.collapsable-Patient {
    width: 40px;
    padding: 120px 10px;
    transition: all 500ms ease-in;
}

.collapsable {
    width: 20px; 
    padding: 25px 10px;
    transition: all 500ms ease-in;
}

.collapsable-closed {
    width: 20px;
    padding: 25px 10px;
    transition: all 500ms ease-in;
}

    .collapsable-closed > .collapsable-sidebar-content {
        display: none;
        transition: all 500ms ease-in;
        transition-delay: 250ms;
    }

    .collapsable-closed > .sidebar-button > #sidebarOpen {
        display: block;
        transition: all 500ms ease-in;
    }

    .collapsable-closed > .sidebar-button > #sidebarClose {
        display: none;
        transition: all 500ms ease-in;
    }

.collapsable-open {
    width: 220px;
    min-width: 220px;
    padding-left: 35px;
    padding-right: 25px;
    transition: all 500ms ease-in;
}

    .collapsable-open > .collapsable-sidebar-content {
        transition-delay: 500ms;
        display: block;
        transition: all 500ms ease-in;
        padding-left: 10px;
    }

    .collapsable-open > .sidebar-button > #sidebarOpen {
        display: none;
        transition: all 500ms ease-in;
    }

    .collapsable-open > .sidebar-button > #sidebarClose {
        display: block;
        transition: all 500ms ease-in;
    }

/*.collapsable-open {*/
/*    width: 220px;*/
/*    min-width: 220px;*/
/*    padding-left: 25px;*/
/*    padding-right: 25px;*/
/*}*/

.non-collapsable {
    width: 220px;
    min-width: 220px;
    margin-right: 40px;
    padding: 25px;
}

.non-collapsable-no-margin {
    width: 220px;
    min-width: 220px;
    padding: 25px;
}

.non-collapsable-right {
    width: 15%;
    min-width: 250px;
    padding: 45px;
}

.sidebar-content {
    position: absolute;
    padding-top: 50px;
}

.collapsable-sidebar-content {
    position: absolute;
    transition: 0.5s;
    display: none;
    padding-top: 30px;
}

.sidebar-button {
    position: absolute;
    top: 58px;
    right: 0;
    transition: 0.5s;
}
.sidebar-patient-button {
    position: absolute;
    top: 125px;
    right: 0;
    transition: 0.5s;
}

#sidebarClose {
    display: none;
    transition: 0.5s;
}

#sidebarOpen {
    display: block;
    transition: 0.5s;
}

.filter-button-container {
    display: flex;
    gap: 4px;
    width: 30px;
    height: 30px;
    align-items: center;
    cursor: pointer;
}

.filter-button-text {
    transition: all 200ms linear;
    opacity: 0;
    width: 0;
    padding-left: 0px;
    font-family: var(--poppins);
    color: var(--primary);
}

.filter-bar {
    position: fixed;
    top: 105px;
    right: 0;
    min-height: calc(100vh - 155px);
    padding: 25px 10px;
    box-shadow: -5px 0 10px -2px #285d6920;
    transform: translateX(100%);
    transition: all 200ms linear;
    z-index: 10000;
    background-color: white;
}

.filter-bar-active {
    transform: translateX(0%);
}

.search-icon-img {
    height: 13px;
    width: 13px;
    padding: 20px 15px 15px 15px;
    margin-left: 10px;
    transition: 0.5s;
}

.button-img {
    width: 35px;
    margin-left: -12px;
    padding-top: 10px;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: inherit;
}

.postcode-search-button {
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: inherit;
}

.postcode-button-img {
    width: 33px;
    height: auto;
}

.postcode-absolute-right {
    position: absolute;
    right: 10px;
    top: 23px;
    z-index: 2000;
}

.sidebar-inputs {
    display: flex;
}

.search-icon-img-sidebar {
    margin-left: -10px;
    margin-top: -2px;
}

.reprint-icon-img {
    height: 15px;
    padding-top: 2px;
    margin-bottom: -2px;
}

/*TEXT STYLES*/

.header {
    font-family: var(--poppins);
    font-weight: var(--semi-bold);
    font-size: var(--header);
    color: var(--primary);
    margin-top: 50px;
    line-height: var(--line-height);
}

.filter-header {
    font-family: var(--poppins);
    font-weight: var(--semi-bold);
    font-size: var(--header);
    color: var(--primary);
    margin-top: 20px;
    line-height: var(--line-height);
}

.white-header {
    font-family: var(--poppins);
    font-weight: var(--semi-bold);
    font-size: var(--header);
    color: var(--white);
    line-height: var(--line-height);
    padding-left: 5px;
}

.card-header {
    font-family: var(--poppins);
    font-weight: var(--semi-bold);
    font-size: var(--card-header);
    color: var(--primary);
    text-align: left;
}

.basket-text {
    color: var(--secondary);
}

.card-header.order-details {
    padding: 3px 0 0 0;
    margin: 5px 0 0;
    color: var(--secondary);
}

.card-header-pt {
    padding-top: 5.6px;
}

.white-card-header {
    font-family: var(--poppins);
    font-weight: var(--semi-bold);
    font-size: var(--card-header);
    color: var(--white);
    text-align: left;
}

.col-sub-header {
    font-family: var(--poppins);
    font-weight: var(--medium);
    font-size: 17px;
    text-align: left;
    color: var(--primary);
    padding-left: 8px;
    margin: 3px;
}

    .col-sub-header.no-pl {
        padding-left: 0;
        margin: 0;
    }


    .col-sub-header.order-details {
        color: var(--secondary)
    }

.body-text {
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--body-text);
}

.nav-text {
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--nav-text);
    color: var(--dark-grey);
}

    .nav-text:hover {
        color: var(--primary);
    }

.csv-text {
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--csv-text);
    color: var(--white);
}

.grey-text {
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--body-text);
    color: var(--dark-grey);
}

.cloud-text {
    font-family: var(--poppins);
    font-weight: var(--medium);
    font-size: var(--cloud-text);
    color: var(--secondary);
    background-color: var(--white);
    text-align: right;
    max-width: 150px;
    margin-right: 20px;
}

.doc-cloud-text {
    font-family: var(--poppins);
    font-weight: var(--medium);
    font-size: var(--cloud-text);
    color: var(--secondary);
    text-align: right;
    max-width: 180px;
    margin-right: 5px;
    margin-top: 30px;
}

.cloud-img {
    position: relative;
}

.prescription-sent-img {
    position: absolute;
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
}

.csv-number-text {
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--btn-text);
    color: var(--secondary);
    text-align: center;
    background-color: var(--primary);
    border-radius: 50%;
    width: 30px;
    height: 26px;
    margin-right: 8px;
    padding-top: 4px;
}

.teal-body-text {
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--body-text);
    color: var(--primary);
    margin-bottom: 0;
    padding-bottom: 0;
}

.dark-body-text {
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--body-text);
    color: var(--secondary);
    margin-bottom: 0;
    padding-bottom: 0;
}

.white-body-text {
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--body-text);
    ;
    color: var(--white);
}

.grey-body-text {
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--body-text);
    color: var(--light-grey);
    margin-top: 5px;
}

.grey-input-text {
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--input-text);
    color: var(--light-grey);
}

/*TABLES*/
.table-button-container {
    float: right;
    display: flex;
    align-items: center;
    /*padding-top: 10px;*/
}

.table-col-header {
    font-family: var(--poppins);
    font-weight: var(--medium);
    font-size: var(--table-col-header);
    color: var(--primary);
    text-align: left;
}

.sml-table-col-header {
    font-family: var(--poppins);
    font-weight: var(--medium);
    font-size: var(--sml-table-text);
    color: var(--primary);
    text-align: left;
}

.table-text {
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--table-text);
    color: var(--dark-grey);
    padding-top: 25px;
    padding-bottom: 25px;
}

.sml-table-text {
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--sml-table-text);
    color: var(--dark-grey);
}

.clinic-list-text {
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--sml-table-text);
    color: var(--white);
}

.teal-button-text {
    font-family: var(--poppins);
    font-weight: var(--medium);
    font-size: var(--btn-text);
    color: var(--primary);
}

.row-height-100 {
    height: 100px;
}

.row-height-50 {
    height: 50px;
}

    .row-height-50 td {
        padding: 10px;
    }

.height-80 {
    height: 80px;
}

/*BUTTONS*/
.btn-row-container {
    display: flex;
    flex-direction: row;
}

.btn-stack-container {
    display: flex;
    flex-direction: column;
}

.sidebar-full-width-btn {
    height: 33px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    border: none;
    border-radius: 9999px;
    margin-top: 20px;
    padding-left: 15px;
}

.button-text {
    font-family: var(--poppins);
    font-weight: var(--medium);
    font-size: var(--btn-text);
}

.btn-styles {
    cursor: pointer;
    margin: 6px 15px 6px 0;
    padding: 6px 1rem;
    text-align: center;
    border: none;
    border-radius: 9999px;
}

.two-line-btn-styles {
    cursor: pointer;
    margin: 6px 15px 6px 0;
    padding: 8px 1.5rem;
    text-align: center;
    border: none;
    border-radius: 20px;
}

.primary-btn {
    font-family: var(--poppins);
    font-weight: var(--medium);
    background-color: var(--secondary);
    color: var(--primary);
    font-size: var(--btn-text);
}

.secondary-btn {
    font-family: var(--poppins);
    font-weight: var(--medium);
    background-color: var(--primary);
    color: var(--secondary);
    font-size: var(--btn-text);
}

.light-btn {
    font-family: var(--poppins);
    font-weight: var(--medium);
    background-color: var(--light-teal-btn);
    color: var(--secondary);
    font-size: var(--btn-text);
}

    .secondary-btn:hover,
    .primary-btn:hover,
    .light-btn:hover {
        color: var(--white);
    }

.submit-btn {
    font-family: var(--poppins);
    font-weight: var(--medium);
    background-color: var(--secondary);
    color: var(--white);
    font-size: var(--btn-text);
}

.nav-btn-container {
    margin-top: 20px;
}

.nav-btn {
    font-family: var(--poppins);
    font-weight: var(--regular);
    background-color: var(--primary);
    color: var(--white);
    font-size: var(--nav-btn-text);
    position: absolute;
    top: 40px;
    right: 0;
}

.doc-nav-btn {
    font-family: var(--poppins);
    font-weight: var(--regular);
    background-color: var(--primary);
    color: var(--white);
    font-size: var(--nav-btn-text);
    position: absolute;
    top: 30px;
    right: 70px;
}

    .doc-nav-btn.search-icon {
        background-color: var(--secondary);
        position: absolute;
        height: 8px;
        width: 8px;
        top: 35px;
        right: 20px;
        padding: 12px 14px 12px 12px;
    }

.nav-btn:hover {
    color: var(--secondary);
}

.save-btn {
    color: var(--secondary);
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--btn-text);
}

.remove-btn {
    font-family: var(--poppins);
    font-weight: var(--medium);
    cursor: pointer;
    margin: 10px;
    padding: 6px 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary);
    border-radius: 9999px;
    background-color: unset;
    color: var(--primary);
    font-size: var(--btn-text);
}

    .remove-btn:hover {
        color: var(--white);
    }

.white-bg-btn {
    font-family: var(--poppins);
    font-weight: var(--medium);
    border: 1px solid var(--primary);
    background-color: unset;
    color: var(--primary);
    font-size: var(--btn-text);
}

    .white-bg-btn:hover {
        color: var(--secondary);
        border-color: var(--secondary);
    }

.icon-text-btn-styles {
    cursor: pointer;
    margin: 6px;
    padding: 6px 1rem;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 9999px;
}

.btn-styles.no-margin-left {
    margin: 0;
}

.full-width-btn {
    width: 100%;
    cursor: pointer;
    padding: 6px 1rem;
    margin-top: 20px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    border: none;
    border-radius: 9999px;
}

.sidebar-icon-btn {
    cursor: pointer;
    padding: 6px 1rem;
    margin-top: 20px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    border: none;
    border-radius: 9999px;
}

.full-icon-text-btn-styles {
    width: 100%;
    cursor: pointer;
    margin: 6px;
    padding: 6px 1rem;
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    border: none;
    border-radius: 9999px;
}

.round-icon-btn-styles {
    cursor: pointer;
    margin: 6px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    border: none;
    border-radius: 50%;
}

.square-icon-btn-styles {
    width: 100%;
    cursor: pointer;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    border: none;
}

.collapse-icon-btn-styles {
    cursor: pointer;
    border: none;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 5px;
}

.icon {
    height: 15px;
    width: 15px;
}

.filter-icon-styles {
    height: 15px;
    width: 15px;
    background-color: unset;
    border: none;
}

.icon-right {
    padding-left: 8px;
}

.wide-icon-right {
    padding-left: 78px;
}

.arrow-icon-padding {
    padding: 10px 0;
    margin-right: 10px;
}

.icon-left {
    padding-right: 8px;
}

.search-input {
    display: inline-block !important;
    width: 185px !important;
}

.search-bar-icon {
    margin-left: -25px;
    padding-top: 2px;
    margin-top: -2px;
    height: 30px;
    width: 30px;
}

.close-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    height: 25px;
    width: 25px;
}

.white-hover:hover svg path {
    fill: var(--white);
}

.teal-hover:hover svg path {
    fill: var(--primary);
}

/*FORMS*/

.form-container {
    width: 342px;
    margin: auto;
    padding: 25px 0;
}

.sidebar-form-container {
    width: 200px;
    margin: auto;
    padding: 0;
}

fieldset {
    border: none;
}

.form-buttons-container {
    padding-top: 10px;
}

.sidebar-form > label {
    display: block;
}

.white-label-text {
    font-family: var(--poppins);
    font-weight: var(--light);
    font-size: var(--label-text);
    color: var(--white);
}

.grey-label-text {
    font-family: var(--poppins);
    font-weight: var(--light);
    font-size: var(--label-text);
    color: var(--light-grey);
}

.teal-label-text {
    font-family: var(--poppins);
    font-weight: var(--light);
    font-size: var(--label-text);
    color: var(--primary);
}

.input-field-text {
    font-family: var(--poppins);
    font-weight: var(--light);
    font-size: var(--input-text);
    color: var(--secondary);
    padding-left: 10px;
}

.sidebar-input {
    display: block;
    width: 185px;
    margin: 6px 0 12px 0;
    height: 30px;
    overflow: clip;
    border: none;
    border-radius: 10px;
}

.input-field {
    margin: 6px 0 12px 0;
    height: 30px;
    width: 240px;
    overflow: clip;
    border: none;
    border-radius: 10px;
    display: block;
}

    .input-field.small-input {
        width: 60px;
    }

    .input-field.table-input {
        max-width: 90px;
        width: 90px;
    }

    .input-field.product-search {
        margin-bottom: 0;
    }

.input-text-area {
    margin: 6px auto 12px auto;
    width: 280px;
}

.two-col-input-field {
    margin: 6px 0 12px 0;
    height: 30px;
    width: 108px;
    overflow: clip;
    border-radius: 10px;
    display: block;
}

.two-col-form-input-container {
    display: inline-block;
    width: 40%;
}

.input-field.login-form {
    width: 100%;
}

.input-field.new-password {
    width: 300px;
}

.input-field.grey-border {
    border: 0.1px solid #d9d9d9;
}

textarea.input-field {
    height: unset;
    padding-top: 8px;
}

input[type="checkbox"] {
    position: relative;
    bottom: 1px;
    margin-right: 5px;
    transform: scale(1.5, 1.5);
}

.dropdown-pointer {
    cursor: pointer;
    position: relative;
}

select,
.select-container,
.single-select {
    width: 252px;
    cursor: pointer;
    position: relative;
}

    select.narrow,
    .select-container.narrow,
    .single-select.narrow {
        width: 195px;
        padding: 2px 0;
        cursor: pointer;
        position: relative;
    }

        select.narrow.under-search,
        .select-container.narrow.under-search,
        .single-select.narrow.under-search {
            width: 185px;
        }

.select2-selection.select2-selection--single {
    height: 32px !important;
    padding-top: 3px;
}

.select2-selection--single {
    margin: 6px 0 12px 0;
    height: 35px;
    border-radius: 10px !important;
    border: 0.1px solid #d9d9d9 !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    font-family: var(--poppins);
    font-weight: var(--light);
    font-size: var(--input-text);
    color: var(--secondary) !important;
}

.select2-container--default,
.select2-results__option--highlighted.select2-results__option--selectable {
    font-family: var(--poppins);
    font-weight: var(--light);
    font-size: var(--input-text);
    color: var(--secondary) !important;
}

.select2-container {
    height: 30px;
    z-index: 15000;
}

.third-card .select2-container {
    width: 100% !important;
}

.select2-dropdown {
    border: 0.1px solid #d9d9d9 !important;
    margin-top: 5px;
}

.select2-search.select2-search--dropdown,
.select2-selection__arrow {
    display: none;
}

.down-arrow {
    position: absolute;
    transition: all 200ms ease-in;
    width: 15px;
    height: 15px;
    right: 33px;
    top: 15px;
    margin-right: -1rem;
    pointer-events: none;
    z-index: 160000;
}

.copyright-text {
    font-family: var(--poppins);
    font-weight: var(--light);
    font-size: var(--input-text);
    color: var(--light-grey);
}

.row-between {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    margin: 5px 0;
}

/*PAGINATION*/
.pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.pagination-text {
    font-family: var(--poppins);
    font-weight: var(--medium);
    text-align: center;
    color: var(--primary);
    font-size: var(--btn-text);
    padding: 0 8px;
}

.pagination-btn {
    background-color: var(--input-bg-grey);
    cursor: pointer;
    margin: 4px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    border: none;
    border-radius: 50%;
    float: left;
    text-decoration: none;
}

.nav-list {
    margin-right: 5px;
}

.nav-container {
    width: 100%;
    height: 105px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1500;
    box-shadow: 0 5px 25px #285d6920;
}

.nav-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-top: 1.5rem;
}

.nav-logo {
    position: absolute;
    top: 22px;
    left: 25px;
    padding-top: 1.5rem;
}

.nav-link-container {
    display: flex;
    justify-content: end;
    margin-right: 100px;
    padding-bottom: 10px;
}

    .nav-link-container a {
        font-family: var(--poppins);
        font-weight: var(--regular);
        font-size: var(--table-text);
        color: var(--dark-grey);
        padding: 10px;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .nav-link-container img {
        padding-left: 5px;
    }

    .nav-link-container a:hover {
        color: var(--primary);
    }

        .nav-link-container a:hover svg path {
            fill: var(--primary);
        }

/*DROPDOWN*/
.nav-links,
.dropdown-links {
    display: inline-block;
    transition-duration: 0.5s;
    position: relative;
}

    .nav-links:hover {
        cursor: pointer;
    }

.nav-list .nav-links .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    left: 0;
    display: none;
    background-color: var(--white);
    box-shadow: 0 3px 6px #00000029;
    border-radius: 0 0 16px 16px;
    min-width: 200px;
    padding: 3px;
}

    .nav-list .nav-links:hover > .dropdown,
    .nav-list .nav-links .dropdown:hover {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .nav-list .nav-links .dropdown .dropdown-links {
        clear: both;
        width: 100%;
    }

/*CLINIC SEARCH*/
.horizontal-container {
    background-color: var(--secondary);
    width: 100%;
}

.login-bar-container {
    background-color: var(--login-bar-green);
    height: 100%;
    overflow: hidden;
}

.horizontal-inner {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    position: relative;
    padding: 30px 0;
}

.add-clinic-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    padding: 10px 0;
}

.clinic-box {
    width: 300px;
    height: 250px;
    background-color: unset;
    border: 1px solid var(--primary);
    border-radius: 21px;
    overflow-y: scroll;
    margin-right: 10px;
}

.clinic-search-container {
    max-width: 200px;
    padding-bottom: 30px;
}

.clinic-content {
    padding: 4px;
}

.clinic-text {
    font-family: var(--poppins);
    font-weight: var(--light);
    color: var(--white);
    margin: 1px;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #3ec5d320;
    font-size: var(--input-text);
}

/*SCROLL BARS*/
/*     width */
.clinic-box::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.clinic-box::-webkit-scrollbar-track {
    background-color: var(--secondary);
    margin: 15px 0;
}

.clinic-box::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 20px;
}

.clinic-box::-webkit-scrollbar-track-piece {
}

.clinic-box::-webkit-scrollbar-corner {
}

.clinic-box::-webkit-resizer {
}

/* width */
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
*::-webkit-scrollbar-track {
    background-color: var(--secondary);
}

/* Handle */
*::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 20px;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.table-scroll {
    overflow-x: auto;
}

/*TOGGLES*/
.toggle-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 4px;
}

.toggle-text {
    font-family: var(--poppins);
    font-weight: var(--medium);
    font-size: var(--input-text);
    color: var(--secondary);
    padding: 6px;
}

/*ACTIVE/INACTIVE TOGGLE*/
/* The switch - the box around the slider */
.active-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

    /* Hide default HTML checkbox */
    .active-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.active-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e2e2;
    box-shadow: inset -2px 2px 3px #6969695a;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .active-slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 2px;
        background-color: var(--secondary);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

input:checked + .active-slider {
    background-color: var(--primary);
}

input:focus + .active-slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .active-slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.active-slider.round {
    border-radius: 34px;
}

    .active-slider.round:before {
        border-radius: 50%;
    }

/*LOCKED OUT TOGGLE*/
/* The switch - the box around the slider */
.locked-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

    /* Hide default HTML checkbox */
    .locked-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.locked-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e2e2e2;
    box-shadow: inset -2px 2px 3px #6969695a;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .locked-slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 2px;
        background-color: var(--primary);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

input:checked + .locked-slider {
    background-color: var(--secondary);
}

input:focus + .locked-slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .locked-slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.locked-slider.round {
    border-radius: 34px;
}

    .locked-slider.round:before {
        border-radius: 50%;
    }

/*FOOTER BAR*/
.footer-container {
    background-color: var(--white);
    width: 100%;
    height: 115px;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0 5px 25px #285d6920;
    padding-top: 20px;
}

.footer-inner {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    display: flex;
    flex-direction: row;
}

#footerButton {
    transition: all 500ms ease-in;
}

/* HIDDEN - HOVER */
.hidden {
    display: none;
}

.visibility-hidden {
    visibility: hidden;
}

.inline-block {
    display: inline-block;
}

.filter-header-container {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    padding-left: 10px;
}

.affiliate-header-padding {
    padding: 0 10px;
}

.affiliate-padding {
    padding: 0 30px 20px;
    margin-left: 40px;
}

.id-img {
    border: 7px solid var(--white);
    background-color: var(--white);
    border-radius: 5px;
    width: 240px;
    height: auto;
    margin: auto;
}

.a-tag, .table-text a {
    text-decoration: none;
    color: var(--dark-grey);
}

.btn-a-tag {
    text-decoration: none;
}

.table-text a:hover {
    text-decoration: none;
    color: var(--primary);
}

.back {
    transform: rotate(180deg);
}

.relative {
    position: relative;
}

.absolute-top {
    position: absolute;
    top: 0
}

.absolute-right {
    position: absolute;
    right: 50px;
    top: 0;
}

.absolute-right-corner {
    position: absolute;
    right: 10px;
    top: 10px;
}

.absolute-button-up {
    position: absolute;
    left: 20px;
    top: 0;
}

.absolute-button-down {
    position: absolute;
    left: 30px;
    top: 2px;
}

/*CALENDAR INPUT*/
input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    background: url("../assets/calendar-icon.svg") no-repeat;
    cursor: pointer;
    width: 15px;
    padding-right: 15px;
}

/*INCREMENT INPUT*/
input[type="number"] {
    position: relative;
    margin: 10px 0;
    cursor: pointer;
    width: 35px;
    height: 15px;
    padding: 10px;
}

    input[type="number"].modal {
        width: 230px;
    }

    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        width: 1em;
        background: url("../assets/chevron-up-down.svg") no-repeat center center;
        opacity: .5;
        position: absolute;
        top: 0;
        right: 5px;
        bottom: 0;
    }

        input[type="number"]::-webkit-inner-spin-button:hover,
        input[type="number"]::-webkit-inner-spin-button:active {
            box-shadow: 0 0 2px #0CF;
            opacity: .8;
        }

.number-input {
    margin: 6px 0 12px 0;
    height: 40px;
    width: 60px;
    overflow: clip;
    border-radius: 10px;
    display: block;
    border: 0.1px solid var(--primary);
}

.relative-div-height {
    height: 70px;
}

.warning-img {
    width: 33px;
    height: auto;
}

.warning-absolute-right {
    position: absolute;
    right: 10px;
    top: 23px;
    z-index: 2000;
}

.absolute-bottom-left {
    position: absolute;
    left: 5px;
    bottom: 40px;
}

.absolute-bottom-right {
    position: absolute;
    right: 55px;
    bottom: 40px;
}

.absolute-bottom-left.pl-75 {
    left: 75px;
}

.max-width-200px {
    max-width: 200px;
}


.max-width-150px {
    max-width: 150px;
}

.teal-note-text {
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--input-text);
    color: var(--primary);
}

.note-text {
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--input-text);
    color: var(--secondary);
    padding-left: 20px;
}

.product-search-return {
    margin: 0 12px 6px;
    padding: 6px;
    height: 280px;
    width: 450px;
    overflow: clip;
    border-radius: 10px;
    border: 0.1px solid #d9d9d9;
    background-color: var(--input-bg-grey);
    z-index: 1500;
    box-shadow: 0 5px 25px #427b78a3;
}

    .product-search-return ul {
        padding-left: 10px;
    }

    .product-search-return li {
        text-decoration: none;
        list-style-type: none;
        cursor: pointer;
        font-family: var(--poppins);
        font-weight: var(--regular);
        font-size: var(--input-text);
        color: var(--secondary);
        padding: 2px 4px;
    }

        .product-search-return li:hover {
            color: var(--primary);
        }

.search-content-half-container {
    margin-left: 40px;
    padding-left: 10px;
}

.mx-auto {
    margin: 0 auto;
}

.my-auto {
    margin: auto 0;
}

a#backBtn {
    margin-left: 20px;
    position: absolute;
    bottom: 40px;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.centered-card fieldset.visibility-hidden {
    display: none;
}

.centered-card input#\34 {
    margin-top: 3em;
}

#add-prescription a#backBtn {
    margin-left: 20px;
    position: relative;
    bottom: 0;
    top: 20px;
}

#order a#backBtn {
    margin-left: 20px;
    position: relative;
    bottom: 0;
    top: 20px;
}


/*Old Sytle*/
.intro-text {
    color: var(--secondary);
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--body-text);
}

.body-text {
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: var(--body-text);
}
/* Base Styles */
.sign_up .input-field {
    margin: 6px 0 12px;
    height: 30px;
    width: 100%;
    overflow: clip;
    border: none;
    border-radius: 10px;
    display: block;
}

.sign_up .last-col-quarter {
    box-shadow: 0 0 10px -10px #d7d7d7;
    width: 33% !important;
}

.intro-block {
    width: 50%;
}

.intro-container {
    width: 50%;
    justify-content: center;
    display: block;
    text-align: left;
}

.sign_up .quarter-width {
    width: 33%;
}

.sign_up .second-card .input-field.grey-border {
    border: 0.1px solid #d9d9d9;
}

.sign_up .second-card,
.sign_up .third-card {
    padding: 25px 40px;
}

.sign_up .third-card {
    padding-top: 0;
}

.sign_up .third-card {
    padding-top: 0;
}

.sign_up .submit-btn {
    background: transparent;
    color: #285d69;
}

.sign_up .sidebar-inputs label.grey-label-text {
    width: 100%;
}

.sign_up label.grey-input-text.checked-box {
    font-size: 14px;
    text-indent: 5px;
    position: relative;
    text-align: left;
    display: flex;
    flex-flow: wrap;
    justify-content: left;
}

.sign_up .submit-btn {
    margin-top: 1em;
}

.sign_up .centered-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
}

.sign_up .visibility-hidden {
    visibility: visible;
}

.sign_up .checked-box {
    display: flex;
    align-items: center;
}

.sign_up .checkbox-input {
    margin-right: 10px; /* Adjust the margin as needed */
}

.sign_up .intro-text {
    color: var(--secondary);
    font-family: var(--poppins);
    font-weight: var(--regular);
    font-size: 15px;
}

label.grey-input-text.checked-box a {
    color: #285d69;
}

.page-content.sign_up {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.flex-container.grey-bg {
    flex: 1;
}

.sign_up form {
    width: 100%;
}

.clinic-name-header {
    line-height: var(--line-height);
    color: var(--primary);
    font-weight: var(--semi-bold);
    font-family: var(--poppins);
    margin: auto;
}

/* Mobile Styles */
@media (max-width: 1000px) {
    .sign_up .flex-container {
        margin-top: 0;
        min-height: auto;
        display: block;
        justify-content: center;
    }

    .sign_up form {
        width: 100%;
    }

    .sign_up .quarter-width {
        width: 100%;
        min-width: 100%;
    }

    .sign_up .left-align-card {
        padding: 20px;
        min-height: auto;
    }

    .sign_up .second-card,
    .sign_up .third-card {
        padding: 20px;
    }

    .sign_up .quarter-width {
        width: 100%;
        min-width: 100%;
    }

    .sign_up .inner-container {
        width: 100%;
        max-width: 100%;
        padding: 10px;
        margin: auto;
    }

    .sign_up .last-col-quarter {
        width: 100% !important;
    }

    .left-align-card.first-card.grey-bg.right-shadow.quarter-width {
        margin-bottom: 2em;
    }

    li.nav-links-o {
        display: none;
    }
}

/* Mid-size Screen Styles */
@media only screen and (max-width: 1199px) and (min-width: 1001px) {
    .left-align-card {
        padding: 25px 20px;
        min-height: auto;
    }

    .sign_up .second-card,
    .sign_up .third-card {
        padding: 25px 20px;
    }

    .card-header {
        font-size: 18px;
    }

    .sign_up .intro-text {
        font-size: 13px;
    }

    .btn-styles {
        font-size: 11px;
    }

    .filter-header {
        font-size: 25px;
    }

    .sign_up label.grey-input-text.checked-box {
        font-size: 12px;
    }

    .empty-space {
        height: 115px;
    }

    .third-column h3.card-header.mt-0.pt-0 {
        margin-top: -1em;
    }
}

@media only screen and (min-width: 1300px) {
    .empty-space {
        height: 118px;
    }
}


@media only screen and (max-width: 1299px) and (min-width: 1199px) {
    .empty-space {
        height: 145px;
    }
}
