/* overrides */
/* .INDhasDragTooltip #INDWrap #INDmenu-btn {
  top: 100px !important;
}
@media only screen and (max-width: 992px) {
  .INDhasDragTooltip #INDWrap #INDmenu-btn {
    top: 20% !important;
  }
} */
/* overrides */

/* todo - define ltr */
.modal .close.close-dashboard {
    right: unset;
    left: 10px;
}

.mr-auto {
    margin-right: auto;
}

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

/* todo - define ltr */

#inputName {
}

#inputPhone {
}

#inputCode {
}

#inputEmail {
}

#inputId {
}

.no-animate {
    -webkit-transition: none !important;
    transition: none !important;
}

.d-block-mobile,
.d-flex-mobile,
.d-column-mobile {
    display: none;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

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

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-grow {
    flex-grow: 1;
}

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

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

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.radius-0 {
    border-radius: 0 !important;
}

.radius-4 {
    border-radius: 4px !important;
}

.radius-8 {
    border-radius: 8px !important;
}

.divider-primary {
    margin: 0;
    border-top: 2px solid #fb9048;
}

.divider-secondary {
    margin: 0;
    border-top: 1px solid #7070704d;
}

.border-0 {
    border: 0 !important;
}

.border-primary {
    border: 1px solid;
    border-color: #fb9048 !important;
}

.border-secondary {
    border: 1px solid;
    border-color: #7070704d !important;
}

.color-primary {
    color: #fb9048 !important;
}

.color-secondary {
    color: #7070704d !important;
}

.color-white {
    color: #fff;
}

.bg-primary {
    background-color: #fb9048 !important;
}

.bg-secondary {
    background-color: #7070704d !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-gray {
    background-color: #f1f4f8 !important;
}

.bg-gradient {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 90%, rgba(241, 244, 248, 1) 100%);
}

.h-100 {
    height: 100%;
}

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

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

.max-1300 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.w-25 {
    width: 25%;
}

.w-33 {
    width: 33.333333%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-66 {
    width: 66.666666%;
}

.w-75 {
    width: 75%;
}

.w-100 {
    width: 100%;
}

.pa-5 {
    padding: 5px;
}

.pa-10 {
    padding: 10px;
}

.pa-15 {
    padding: 15px;
}

.pa-20,
.pa-20-md {
    padding: 20px;
}

.ma-0 {
    margin: 0;
}

.ma-5 {
    margin: 5px;
}

.ma-10 {
    margin: 10px;
}

.ma-15 {
    margin: 15px;
}

.ma-20 {
    margin: 20px;
}

.mx-5 {
    margin-right: 5px;
    margin-left: 5px;
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

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

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

.mx-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

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

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

.mx-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

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

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

.mx-20 {
    margin-right: 20px;
    margin-left: 20px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

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

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

.title-0 {
    font-size: 32px;
    font-weight: 700;
}

.title-1 {
    font-size: 26px;
    font-weight: 600;
}

.title-2 {
    font-size: 22px;
    font-weight: 600;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

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

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

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

#company-update-modal {
    word-break: break-all;
}

@media only screen and (max-width: 768px) {
    .w-25,
    .w-33,
    .w-35,
    .w-40,
    .w-50,
    .w-60,
    .w-65,
    .w-66,
    .w-75 {
        width: 100%;
    }

    .pa-20-md {
        padding: unset;
    }

    .hide-mobile {
        display: none !important;
    }

    .d-block-mobile {
        display: block !important;
    }

    .d-flex-mobile {
        display: flex !important;
    }

    .d-column-mobile {
        display: flex !important;
        flex-direction: column !important;
    }

    .flex-nowrap-mobile {
        flex-wrap: nowrap;
    }

    .justify-center-mobile {
        justify-content: center;
    }

    .bg-gray-mobile {
        background-color: #f1f4f8 !important;
    }

    .bg-white-mobile {
        background-color: #fff !important;
    }

    .pa-5-mobile {
        padding: 5px;
    }

    .pa-10-mobile {
        padding: 10px;
    }

    .pa-15-mobile {
        padding: 15px;
    }

    .pa-20-mobile {
        padding: 20px;
    }

    .w-50-mobile {
        width: 50%;
    }
}

a.btn.a-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.profile-pic {
    max-width: 75px;
    max-height: 75px;
    border-radius: 50%;
    border: 2px solid #fb9048;
}

.profile-pic.sm {
    width: 40px;
    height: 40px;
    border-width: 1px;
}

.svg-container {
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.svg-28 {
    width: 28px;
    height: 28px;
}

.svg-40 {
    width: 40px;
    height: 40px;
}

.svg-44 {
    width: 44px;
    height: 44px;
}

.svg-100 {
    width: 100px;
    height: 100px;
}

.no-btn {
    margin: unset;
    padding: unset;
    background: unset;
    border: unset;
}

.box-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.box-logo-container.logo-80 {
    height: 80px;
    width: 80px;
}

.dashboard-account .btn,
.dashboard-investments .btn {
    border-radius: 0;
}

.dashboard-account .form-control {
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #ccc;
    background-color: transparent;
}

.dashboard-account .form-control:focus {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #ccc;
    background-color: transparent;
}

.dashboard-account .border-bottom-field {
    border-bottom: 1px solid #ccc;
}

.dashboard-account .no-field-style {
    /* border: unset; */
    /* background: unset; */
    border-color: transparent !important;
    background-color: transparent !important;
}

.dashboard-account {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px; /* 84px; */
    /* padding: 20px; */
}

/* .dashboard-account .main-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */
/* .dashboard-account .main-title-container .main-title {
  color: #fb9048;
  font-size: 26px;
  font-weight: 500;
} */
.dashboard-account .info-banner {
    padding: 15px;
    background-color: #f1f4f8;
    font-size: 14px;
    text-align: center;
}

.dashboard-account .btn-invest-type {
    padding: 10px 15px;
    min-width: 150px;
    background-color: #fff;
    color: #fb9048;
    font-size: 16px;
    border-radius: 22px;
    border: 1px solid #fb9048;
}

.dashboard-account .btn-invest-type.selected {
    background-color: #fb9048;
    color: #fff;
}

.dashboard-account .invest-img {
    height: 100px;
    width: 100px;
    border: 2px solid #fb9048;
}

.dashboard-account .notifications-container {
    font-size: 14px;
}

/* .dashboard-account .notifications-container .notifications-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
} */
.dashboard-account .know-client-container {
    font-size: 14px;
}

/* .dashboard-account .know-client-container .know-client-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
} */
.dashboard-account .know-client-container .pay-attention-icon {
    width: 26px;
    height: 20px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fb9048;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.dashboard-account .know-client-container .pay-attention-title {
    color: #fb9048;
    font-weight: 700;
}

.dashboard-account .my-companies-container {
    font-size: 14px;
}

/* .dashboard-account .my-companies-container .my-companies-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
} */
.dashboard-account .my-companies-container .company-box {
    margin: 15px auto;
    padding: 15px;
    border: 1.5px solid transparent;
    background-color: #f1f4f8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* flex-wrap: nowrap; */
    /* justify-content: center; */
}

.dashboard-account .my-companies-container .company-box:hover {
    background-color: #fff;
    border: 1.5px solid #fb9048;
}

.dashboard-account .my-companies-container .company-box .company-title {
    font-size: 22px;
    font-weight: 700;
}

.dashboard-account .my-companies-container .company-box .company-subtitle {
    font-size: 12px;
    font-weight: 500;
}

.dashboard-account .my-companies-container .company-box .company-actions {
    align-self: flex-end;
    /* margin-right: auto; */
}

.dashboard-account .my-companies-container .company-box .company-actions-mobile {
    align-self: flex-start;
    /* margin-right: auto; */
}

.dashboard-account .my-companies-container .company-box:hover .show-hover {
    display: block !important;
}

.dashboard-investments {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px; /* 84px; */
    /* padding: 10px; */
}

.dashboard-investments .main-header-container {
    background-image: url('../img/bg-investments.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    /* background-color: #EE6D72; */
    background-color: #ab0000;
    color: #fff;
}

.dashboard-investments .main-header-container .capable-line {
    position: relative;
    margin: 5px 30px;
}

.dashboard-investments .main-header-container .capable-line-icon {
    position: absolute;
    right: -20px;
}

.dashboard-investments .summary-container {
    background-color: #fff;
    margin-top: -70px;
    -webkit-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.16);
}

/* .dashboard-investments .summary-container .summary-tab-bar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: stretch;
    height: 50px;
} */
.dashboard-investments .summary-container .summary-tab {
    /* background-color: #fff; */
    /* color: #fb9048; */
    /* font-weight: 700; */
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    padding: 10px 25px;
}

.dashboard-investments .summary-container .summary-tab.selected {
    background-color: #fff;
    color: #fb9048;
    font-weight: 700;
}

.dashboard-investments .summary-mobile,
.dashboard-investments .about-mobile {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
}

.dashboard-investments .summary-mobile .summary-mobile-button,
.dashboard-investments .about-mobile .about-mobile-button {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}

.dashboard-investments .summary-mobile .summary-mobile-content {
}

.dashboard-investments .about-mobile .about-mobile-content {
    max-height: 75vh;
    overflow-y: auto;
}

.dashboard-investments .summary-mobile .summary-mobile-content .summary-mobile-tabs {
    display: flex;
    height: 50px;
}

.dashboard-investments .summary-mobile .summary-mobile-content .summary-mobile-tabs .summary-tab {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #f1f4f8;
    border: 1px solid #7070704d;
    font-size: 20px;
}

.dashboard-investments .summary-mobile .summary-mobile-content .summary-mobile-tabs .summary-tab.selected {
    background-color: #fff;
    color: #fb9048;
    border-top: 1px solid #7070704d;
    border: 1px solid transparent;
    /* font-weight: 700; */
}

.dashboard-investments .summary-mobile .summary-mobile-content .summary-tab-content {
    min-height: 50vh;
    max-height: 65vh;
    overflow-y: auto;
}

.dashboard-investments .companies-updates {
    background-color: #f1f4f8;
}

.dashboard-investments .companies-updates .company-update-box {
    -webkit-box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.16);
    border: 1px solid transparent;
    border-radius: 4px;
}

.dashboard-investments .companies-updates .company-update-box:hover {
    border: 1px solid #fb9048;
}

.dashboard-investments .conventions {
    background-color: #fff;
}

.dashboard-investments .company-update-convention-box {
    border: 1px solid transparent;
    min-height: 175px;
}

.dashboard-investments .company-update-convention-box:hover {
    border: 1px solid #fb9048;
    border-radius: 4px;
    background-color: #fff;
}

.dashboard-investments .company-update-convention-img {
    max-height: 175px;
}

.dashboard-investments .company-more-box {
    background-color: #fff;
    border: 1.5px solid #d8d8d8;
    border-radius: 4px;
    /* min-height: 450px; */
}

.dashboard-investments .company-more-box:hover {
    border: 1.5px solid #fb9048;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.dashboard-investments .company-more-box-img-container {
    position: relative;
    height: 200px;
}

.dashboard-investments .company-more-box-logo {
    position: absolute;
    height: 60px;
    width: 60px;
    border: 1px solid #ccc;
    background-color: #fff;
    right: 25px;
    bottom: -30px;
}

.dashboard-investments .company-more-box-content {
    min-height: 300px;
    margin-top: 25px;
    padding: 25px;
}

.dashboard-investments .no-data-container {
    background-color: #fff;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 100%;
}

.dashboard-investments .summary-container .no-data-container {
    height: 400px;
    border: unset;
}

.dashboard-investments .summary-mobile .no-data-container {
    min-height: 50vh;
    max-height: 65vh;
    border: unset;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .dashboard-investments .no-data-container .icon-no-data {
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-bottom: 20px;
  height: 100px;
  width: 100px;
} */

.dashboard-investments .company-stats-box {
}

.dashboard-investments .stats-divider {
    width: 2px;
    background-color: #f1f4f8;
    margin-left: 25px;
    margin-right: 25px;
}

.dashboard-charges {
    margin-top: 70px; /* 84px; */
    padding: 10px 0;
}

.dashboard-conventions {
    margin-top: 70px; /* 84px; */
    padding: 10px 0;
}

.dashboard-conventions .sort-filter-container select.form-control,
.dashboard-updates .sort-filter-container select.form-control {
    max-width: 200px;
}

.dashboard-conventions .convention-box {
    border: 1px solid transparent;
    min-height: 200px;
}

.dashboard-investments .convention-box {
    border: 1px solid transparent;
    min-height: 150px;
}

.dashboard-conventions .convention-box:hover,
.dashboard-investments .convention-box:hover {
    border: 1px solid #fb9048;
}

.dashboard-conventions .convention-img {
    /* max-height: 200px; */
}

.dashboard-investments .convention-img {
    /* max-height: 150px; */
}

.dashboard-conventions .convention-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 200px;
    overflow: hidden;
}

.dashboard-investments .convention-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 150px;
    overflow: hidden;
}

.dashboard-conventions .conventions-mobile-tabs {
    /* display: flex; */
    height: 50px;
}

.dashboard-conventions .conventions-mobile-tabs .conventions-tab {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #f1f4f8;
    border: 1px solid #7070704d;
    font-size: 20px;
}

.dashboard-conventions .conventions-mobile-tabs .conventions-tab.selected {
    background-color: #fff;
    color: #fb9048;
    border: 1px solid transparent;
    border-top: 1px solid #7070704d;
    font-weight: 700;
}

.dashboard-updates {
    margin-top: 70px; /* 84px; */
    padding: 10px 0;
}

.dashboard-updates .company-update-box {
    border: 1px solid transparent;
    background-color: #f1f4f8;
    min-height: 175px;
}

.dashboard-updates .company-update-box:hover {
    border: 1px solid #fb9048;
    background-color: #fff;
}

.max-height-content {
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dashboard-updates .company-update-img {
    /* max-height: 175px; */
}

.dashboard-investments .company-update-img {
    /* max-height: 175px; */
}

.dashboard-updates .company-update-img-container,
.dashboard-investments .company-update-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 200px;
    overflow: hidden;
}

.dashboard-header {
    direction: rtl;
    height: unset !important;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.dashboard-header .line {
    display: block;
    position: absolute;
    top: 13px;
    left: 13px;
    height: 2px;
    background: #676767;
    width: 20px;
    transition: all 300ms cubic-bezier(0.61, 0.01, 0.42, 1);
}

.dashboard-header .line.two {
    top: 21px;
}

.dashboard-header .line.three {
    top: 29px;
}

.dashboard-header .dashboard-profile-menu {
    position: absolute;
    right: unset;
    left: 0px;
    top: 70px;
    background-color: #fff;
    min-width: 250px;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
}

.dashboard-header .dashboard-mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    padding: 20px;
    background-color: #2f4858;
    color: #fb9048;
    overflow: scroll;
}

.dashboard-header .dashboard-mobile-menu li {
    margin: 13px 10px;
}

.dashboard-header .dashboard-mobile-menu li a {
    /* color: #f99050; */
    font-size: 26px;
}

.dashboard-header .dashboard-mobile-menu li.active a {
    /* color: #f99050; */
    font-weight: 700;
}

.dashboard-header .close-mobile-menu .line {
    background-color: #fff;
}

.dashboard-header .close-mobile-menu .line {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
}

.dashboard-header .close-mobile-menu .line.two {
    opacity: 0;
}

.dashboard-header .close-mobile-menu .line.three {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 21px;
}

.dashboard-header .dashboard-nav-item {
    display: flex;
    align-items: center;
    margin: 0 15px;
    padding: 20px 0;
    height: 100%;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
}

.dashboard-header .dashboard-nav-item.active {
    border-bottom: 2px solid #f99050;
}

.dashboard-header .dashboard-nav-item a {
    line-height: 28px;
    color: #333;
}

.dashboard-header .dashboard-nav-item.active a {
    color: #f99050;
    font-weight: 700;
}

.dashboard-header .dashboard-nav-item a:hover {
    color: #f99050;
}

.dashboard-header .social-mobile-menu .svg-container {
    background-color: #c7c7c74d;
    width: 50px;
    height: 50px;
}

.dashboard-header.ltr {
    direction: ltr;
}

.dashboard-header.ltr .dashboard-profile-menu {
    right: 0px;
    left: unset;
}

.notifications-radio-container {
    position: relative;
    height: 28px;
    width: 28px;
}

.notifications-radio-container img {
    position: absolute;
    height: 28px;
    width: 28px;
}

.investmentsTable th {
    white-space: nowrap;
}

.with-data-container, .details-table-container, .charges-table-container {
    overflow-x: auto;
}

.updatesUpdateItem {
    padding: 12px;
}

.cup-grid-container {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    width: 100%;
}

.cup-grid-item {
    flex: 1;
    min-width: 0;
}

.cup-info-box {
    background: #f1f4f8;
    padding: 10px;
    border-radius: 4px;
    height: 100%;
}

.cup-info-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.cup-info-value {
    font-size: 18px;
    color: #333;
    word-break: break-word;
}

/* Text formatting fixes */
.cup-formatted-text {
    white-space: normal;
    line-height: 1.5;
    color: #333;
}

.cup-formatted-text p {
    margin-bottom: 10px;
    font-size: 16px !important;
}

.cup-formatted-text br {
    display: none;
}

.cup-formatted-text br + br {
    display: block;
    content: "";
    margin: 10px 0;
}

/* Title styling */
.cup-title {
    font-size: 18px;
    color: #f99050;
}

/* File link styling */
.cup-file-link {
    color: #ff5722;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.cup-file-link:hover {
    text-decoration: underline;
}

/* Close button styling */
.cup-close-btn {
    background-color: #f99050 !important;
    border-color: #f99050 !important;
}

.cup-close-btn:hover {
    background-color: #f87934 !important;
    border-color: #f87934 !important;
}

.cup-message-clean {
    white-space: normal !important;
}

/* Handle line breaks */
.cup-message-clean br {
    display: none;
}

/* Only show double line breaks */
.cup-message-clean br + br {
    display: block;
    margin: 10px 0;
}

/* Responsive design */
@media (max-width: 768px) {
    .cup-grid-container {
        flex-direction: column;
    }

    .cup-grid-item {
        width: 100%;
    }
}