﻿* {
    --phoenix-navbar-vertical-link-active-color: #e5a000;
}

.modal-content {
    border-radius: 1rem;
    border: none;
}

.feather-14 {
    width: 14px;
    height: 14px;
}

.form-label {
    padding-left: 0rem !important;
}

.spinner-border-sm {
    --phoenix-spinner-width: 0.8rem !important;
    --phoenix-spinner-height: 0.8rem !important;
    --phoenix-spinner-border-width: 0.2em;
}

.btn-icon {
    padding: 0;
    line-height: calc(1.25em + .75rem + 2px);
    border-radius: 2rem;
    width: calc(1.25em + .75rem + 2px);
    height: calc(1.25em + .75rem + 2px);
    color: #363642;
    background: linear-gradient(180deg,#fff,#f6f7f9);
    border-color: #d7dce5;
    box-shadow: 0 1px 0 0 rgba(20,20,31,.05);
}

/*.btn-primary {
    --phoenix-btn-bg: #004964;
    --phoenix-btn-hover-bg: #003544;
    --phoenix-btn-active-bg: #003544;
    --phoenix-btn-disabled-bg: #004964;
}*/

.btn-success {
    --phoenix-btn-bg: #34c38f;
    --phoenix-btn-hover-bg: #2ca67a;
    --phoenix-btn-active-bg: #2a9c72;
    --phoenix-btn-disabled-bg: #34c38f;
}

.btn-danger {
    --phoenix-btn-bg: #f46a6a;
    --phoenix-btn-hover-bg: #cf5a5a;
    --phoenix-btn-active-bg: #c35555;
    --phoenix-btn-disabled-bg: #f46a6a;
}

.btn-warning {
    --phoenix-btn-bg: #f1b44c;
    --phoenix-btn-hover-bg: #cd9941;
    --phoenix-btn-active-bg: #c1903d;
    --phoenix-btn-disabled-bg: #f1b44c;
}

/*.btn-secondary {
    --phoenix-btn-bg: #74788d;
    --phoenix-btn-hover-bg: #636678;
    --phoenix-btn-active-bg: #5d6071;
    --phoenix-btn-disabled-bg: #74788d;
}*/

.btn-outline-secondary {
    --phoenix-btn-color: #74788d;
    --phoenix-btn-border-color: #74788d;
    --phoenix-btn-hover-color: #fff;
    --phoenix-btn-hover-bg: #74788d;
    --phoenix-btn-hover-border-color: #74788d;
    --phoenix-btn-focus-shadow-rgb: 116,120,141;
    --phoenix-btn-active-color: #fff;
    --phoenix-btn-active-bg: #74788d;
    --phoenix-btn-active-border-color: #74788d;
    --phoenix-btn-disabled-color: #74788d;
    --phoenix-btn-disabled-bg: transparent;
    --phoenix-btn-disabled-border-color: #74788d;
}

.navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg .navbar-vertical-footer {
    bottom: 0;
    width: calc(4rem - 1px);
    background-color: #EFF2F6;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
}

.text-warning {
    --phoenix-text-opacity: 1;
    color: #e5a000 !important;
}

.category-icon {
    font-size: 24px;
    margin-bottom: 8px;
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 15px;
}
.category-item {
    background-color: white;
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.category-name {
    font-size: 14px;
    color: #333;
}
.featured-scroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    padding-bottom: 10px; /* Add some padding to show box-shadow */
}
.featured-scroll::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
.featured-card {
    display: inline-block;
    width: 140px;
    margin-right: 8px;
    vertical-align: top;
    white-space: normal;
}
.featured-card .card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.featured-card img {
    height: 150px;
    object-fit: cover;
}
.featured-card .card-img-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}
.featured-card h5 {
    color: whitesmoke;
}
.bottom-nav {
    background-color: white;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}
.bottom-nav .nav-link {
    color: #6c757d;
}
.bottom-nav .nav-link.active {
    color: #0d6efd;
}
.add-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0d6efd;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 15px;
    z-index: 1000;
}
.back-button {
    background-color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.favorite-symbol.active-symbol {
    background: #698aff;
}
.favorite-symbol {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    line-height: 42px;
    text-align: center;
   /* background: #fff;
    border-radius: 50%;*/
}
.favorite-symbol.active-symbol ion-icon {
    color: #fff;
}

.md {
    --f7-text-editor-toolbar-padding: 8px;
    --f7-text-editor-toolbar-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.25);
}
.md {
    --f7-treeview-item-height: 34px;
    --f7-treeview-label-font-size: 16px;
    --f7-treeview-icon-size: 24px;
}
.md {
    --f7-autocomplete-dropdown-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    --f7-autocomplete-dropdown-text-matching-font-weight: 400;
    --f7-autocomplete-dropdown-font-size: var(--f7-list-font-size);
    --f7-autocomplete-dropdown-text-color: rgba(0, 0, 0, 0.54);
    --f7-autocomplete-dropdown-text-matching-color: #212121;
}
md {
    --f7-notification-margin: 0px;
    --f7-notification-padding: 16px;
    --f7-notification-border-radius: 0px;
    --f7-notification-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22), 0 1px 2px rgba(0, 0, 0, 0.24);
    --f7-notification-icon-size: 16px;
    --f7-notification-title-color: var(--f7-theme-color);
    --f7-notification-title-font-size: 12px;
    --f7-notification-title-text-transform: none;
    --f7-notification-title-line-height: 1;
    --f7-notification-title-font-weight: 400;
    --f7-notification-title-right-font-size: 12px;
    --f7-notification-subtitle-font-size: 14px;
    --f7-notification-subtitle-font-weight: 400;
    --f7-notification-text-font-size: 14px;
    --f7-notification-text-line-height: 1.35;
    --f7-notification-bg-color: #fff;
    --f7-notification-title-right-color: rgba(0, 0, 0, 0.54);
    --f7-notification-subtitle-color: #212121;
    --f7-notification-text-color: rgba(0, 0, 0, 0.54);
}
.icon-inner, .ionicon, svg {
    display: block;
    height: 100%;
    width: 100%;
}
div {
    display: block;
    unicode-bidi: isolate;
}
.text-small {
    font-size: 12px;
}
.text-condition {
    font-size: 10px;
}
.title-item {
    font-weight: 500;
    color: #383e50;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
h5 {
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 110%;
    font-family: 'Heebo', sans-serif;
    margin: 0;
    font-weight: 500;
    color: #383e50;
}
h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.promo-banner .content-left {
    padding-right: 15px;
}
.color-white {
    color: #fff !important;
}
.color-white {
    --f7-theme-color: #ffffff;
    --f7-theme-color-rgb: 255, 255, 255;
    --f7-theme-color-shade: #ebebeb;
    --f7-theme-color-tint: #ffffff;
}
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.content-box {
    background: linear-gradient(135deg, #698aff 0%, #383e50 100%);
    padding: 15px;
    border-radius: 12px;
    display: flex;
}
.promo-banner .content-right {
    justify-content: end;
    align-self: center;
}
.ios .button {
    transition-duration: .1s;
}
.button-icon-large {
    width: 40px;
    height: 40px;
    font-size: 22px;
    padding: 0;
}
.button {
    background: #01cfb0;
    border-radius: 8px;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: none;
}