﻿:root {
    /*--main-color: #263e06;*/
    --main-color: #356211;
    --main-dark-color: #0D3425;
    --main-dark-light-color: #0D3425bb;
    --main-darker-color: #09261b;
    --second-color: #558303;
    --second-light-color: #558303bb;
    --third-color: #6C8F32;
    --third-light-color: #6C8F32bb;
    --forth-color: #F2E880;
    --forth-light-color: #F2E880bb;
    --fifth-color: #C15C37;
    --fifth-light-color: #C15C37bb;
    --sixth-color: #AA471F;
    --sixth-light-color: #AA471Fbb;
    --bs-deadblue: #3498db;
    --bs-deadred: #e74c3c;
}

@font-face {
    font-family: 'jersey10-regular';
    src: url('../fonts/jersey10-regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/woff/IRANSansX-Thin.woff') format('woff'), url('../fonts/woff2/IRANSansX-Thin.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/woff/IRANSansX-UltraLight.woff') format('woff'), url('../fonts/woff2/IRANSansX-UltraLight.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/woff/IRANSansX-Light.woff') format('woff'), url('../fonts/woff2/IRANSansX-Light.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/woff/IRANSansX-Medium.woff') format('woff'), url('../fonts/woff2/IRANSansX-Medium.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/woff/IRANSansX-DemiBold.woff') format('woff'), url('../fonts/woff2/IRANSansX-DemiBold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/woff/IRANSansX-ExtraBold.woff') format('woff'), url('../fonts/woff2/IRANSansX-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/woff/IRANSansX-Black.woff') format('woff'), url('../fonts/woff2/IRANSansX-Black.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 950;
    src: url('../fonts/woff/IRANSansX-ExtraBlack.woff') format('woff'), url('../fonts/woff2/IRANSansX-ExtraBlack.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 1000;
    src: url('../fonts/woff/IRANSansX-Heavy.woff') format('woff'), url('../fonts/woff2/IRANSansX-Heavy.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/woff/IRANSansX-Bold.woff') format('woff'), url('../fonts/woff2/IRANSansX-Bold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/woff/IRANSansX-Regular.woff') format('woff'), url('../fonts/woff2/IRANSansX-Regular.woff2') format('woff2');
}

* {
    line-height: 35px;
}

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 0 !important;
    line-height: 30px !important;
}

body.rtlBody {
    font-family: "IRANSansX", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body.index-page {
    margin-bottom: 140px !important;
}

.jersey-font {
    font-family: 'jersey10-regular', 'IRANSansX' !important;
    font-size: 1.2em;
    line-height: 1.2em;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

header > .navbar {
    background: var(--main-dark-color);
    color: #95a286;
    border-bottom: none !important;
    box-shadow: 0rem 0.05rem 0.55rem rgb(0 0 0 / 65%) !important;
}

.navbar-light .navbar-toggler {
    border: none;
}

body.ltrBody {
    direction: ltr !important;
}

body.rtlBody {
    direction: rtl !important;
}

body.app-mode .breadcrumb,
body.app-mode footer {
    display: none;
}

body.app-mode {
    margin-bottom: 140px !important;
}

body.app-mode .navbar {
    margin-bottom: 30px;
}

footer {
    background-color: #f8f8f8;
}

.container {
    background: white;
    padding: 15px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.container-list {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.form-container {
    max-width: 600px;
}

.flex {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.flex-column {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.flex-same-columns > * {
    flex-grow: 1;
    flex-basis: 0;
}

.just-flex {
    display: flex;
}

.flex-baseline {
    display: flex;
    align-items: baseline;
}

.flex-center {
    display: flex;
    align-items: center;
    gap: 5px;
}

.flex-content-center {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.flex-end {
    display: flex;
    justify-content: end;
    gap: 5px;
}

.flex-no-gap {
    gap: 0 !important;
}

.justify-end {
    justify-content: end;
}

.hidden {
    display: none !important;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

#toast {
    position: absolute;
    top: 90px;
    right: 10px;
}

#toast .btn-close {
    margin-right: 15px !important;
    margin-left: auto !important;
}

.rtlBody #toast .btn-close {
    margin-right: auto !important;
    margin-left: 15px !important;
}

.width-auto {
    width: auto !important;
}

.width-100 {
    width: 100%;
}

a.btn {
    color: #fff !important;
}

a.btn:hover {
    color: #fff !important;
}

.nav-link {
    padding: 0.3rem 1rem;
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem 1rem !important;
}

.nav-item {
    display: flex;
    align-items: center;
}

.nav-item.dropdown > a {
    line-height: 40px;
}

.nav-item.dropdown > span {
    line-height: 45px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--second-color);
}

/*google button*/
.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #f2f2f2;
    background-image: none;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;

    background: white;
    border: 1px solid var(--second-color);
    border-radius: 50px;
}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
    gap: 5px;
}

.small-login--button .gsi-material-button .gsi-material-button-content-wrapper {
    gap: 0;
}

.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
}

.gsi-material-button:disabled .gsi-material-button-state {
    background-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #001d35;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #001d35;
    opacity: 8%;
}
/*google button*/

/*colors*/
.bg-blue {
    --bs-bg-opacity: 1;
    background-color: var(--bs-blue) !important;
}

.bg-deadblue {
    --bs-bg-opacity: 1;
    background-color: var(--bs-deadblue) !important;
}

.bg-indigo {
    --bs-bg-opacity: 1;
    background-color: var(--bs-indigo) !important;
}

.bg-purple {
    --bs-bg-opacity: 1;
    background-color: var(--bs-purple) !important;
}

.bg-pink {
    --bs-bg-opacity: 1;
    background-color: var(--bs-pink) !important;
}

.bg-red {
    --bs-bg-opacity: 1;
    background-color: var(--bs-red) !important;
}

.bg-deadred {
    --bs-bg-opacity: 1;
    background-color: var(--bs-deadred) !important;
}

.bg-orange {
    --bs-bg-opacity: 1;
    background-color: var(--bs-orange) !important;
}

.bg-yellow {
    --bs-bg-opacity: 1;
    background-color: var(--bs-yellow) !important;
}

.bg-green {
    --bs-bg-opacity: 1;
    background-color: var(--bs-green) !important;
}

.bg-teal {
    --bs-bg-opacity: 1;
    background-color: var(--bs-teal) !important;
}

.bg-cyan {
    --bs-bg-opacity: 1;
    background-color: var(--bs-cyan) !important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: var(--bs-white) !important;
}

.bg-gray {
    --bs-bg-opacity: 1;
    background-color: var(--bs-gray) !important;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: #222 !important;
}
/**/

.control-label {
    margin-top: -15px;
    position: absolute;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0.8em;
    color: #888;
    background: #fff;
    padding: 0 5px;
    line-height: 25px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input.form-control,
.form-group select.form-control{
    height: 50px !important;
}

/*.form-group input[type=file].form-control {
    height: auto;
}*/

.profile {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.profile img {
    width: 50px; 
    height: 50px; 
    border: 2px solid var(--third-color);
}

.img-small {
    width: 40px;
    height: 40px;
    border: 2px solid var(--third-color);
}

.navbar-brand {
    font-size: 2.5em;
    font-weight: bold;
    color: var(--main-color) !important;
}

.navbar-brand > img {
    width: 40px;
    border-radius: 50%;
    border: 2px solid var(--third-color);
}

.info-container {
    position: absolute;
    display: flex;
    top: 100px;
    gap: 50px;
    font-size: 1.5em;
    flex-direction: row;
}

.info {
    color: #212121;
    width: 30vw;
    min-width: 450px;
    height: 450px;
    background: rgb(255 255 255 / 95%) !important;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    border: 2px solid var(--third-color);
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 600px) {
    .info-container {
        flex-direction: column;
    }

    .info {
        min-width: 100%;
        width: 90vw;
    }

    .container {
        width: 92vw;
        padding: 10px;
    }

    .container-list {
        padding: 0;
    }
}

.info .btn {
    font-size: 25px;
    color: #fff !important;
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 2;
    -webkit-box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e;
    box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e;
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

.info .btn.start {
    padding: 10px 20px;
    font-size: 1.5em;
}

.info .btn:hover {
    -webkit-animation: shadow-pop-tr 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: shadow-pop-tr 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

@-webkit-keyframes shadow-pop-tr {
    0% {
        -webkit-box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e;
        box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e;
        -webkit-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }

    100% {
        -webkit-box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
        box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
        -webkit-transform: translateX(-8px) translateY(8px);
        transform: translateX(-8px) translateY(8px);
    }
}

@keyframes shadow-pop-tr {
    0% {
        -webkit-box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e;
        box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e;
        -webkit-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }

    100% {
        -webkit-box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
        box-shadow: 1px -1px #3e3e3e, 2px -2px #3e3e3e, 3px -3px #3e3e3e, 4px -4px #3e3e3e, 5px -5px #3e3e3e, 6px -6px #3e3e3e, 7px -7px #3e3e3e, 8px -8px #3e3e3e;
        -webkit-transform: translateX(-8px) translateY(8px);
        transform: translateX(-8px) translateY(8px);
    }
}

.info > .main-content {
    display: grid;
    grid-template-areas: '.''.';
    justify-items: center;
    align-items: center;
    height: 100%;
    z-index: 0 !important;
}

.info img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 450px; 
    object-fit: cover; 
}

.info img.content {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 5px;
    position: relative;
    padding: 0;
}

@media screen and (max-width: 600px) {
    .info > .main-content {
        grid-template-areas: '.''.';
    }
}

.btn {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ddd !important;
    text-decoration: none !important;
}

.btn.large {
    padding: 10px 15px;
}

.btn-icon {
    padding: 7px 10px;
    text-decoration: none !important;
    border: 1px solid #f8f9fa;
    border-radius: 5px;
}

.btn-icon:hover {
    transition: border-color 0.5s;
    border-color: #ddd;
}

.muted {
    color: #aaa !important;
}

.muted-with-size {
    color: #aaa !important;
    font-size: 0.8em;
}

.desc-text {
    font-size: 0.9rem;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

a:hover {
    color: var(--third-color) !important;
    text-decoration: none !important;
}

a.link {
    text-decoration: underline dotted !important;
    text-underline-offset: 7px;
}

a.link:hover {
    text-decoration: underline solid !important;
}

.link > img {
    width: 20px;
}

/*list*/
.page-header {
    display: flex;
    gap: 10px;
    align-items: center;
}

.list-rows {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.list-row {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
    background: white;
    border-radius: 5px;
    transition: background .5s;
}

.list-row_data {
    display: grid;
    grid-template-areas:
        'g1 g2 g2 g2 g6'
        'g1 g5 g5 g3 g3';
    gap: 2px 20px;
    grid-template-columns: max-content;
    width: 100%;
    align-items: self-start;
}

.list-row_data .dropdown-item {
    display: flex;
    text-align: justify !important;
    gap: 5px;
}

.text-end {
    text-align: end !important;
}

.align-content-center {
    align-content: center;
}

.no-wrap-text {
    overflow: hidden;
    text-wrap-mode: nowrap;
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 800px) {
    .list-row_data {
        grid-template-areas:
            'g1 g2 g2 g2 g6'
            'g1 g5 g5 g3 g3';
    }

    .list-row_data .g3 {
        text-align: right;
    }

    .list-row {
        flex-direction: column;
        align-items: normal;
    }
}

.list-row_data .g1 {
    grid-area: g1;
}

.bold {
    font-size: 1.3em !important;
    font-weight: 500 !important;
}

.just-bold {
    font-weight: 500;
}

.list-row_data .g1 img {
    width: 80px;
    border-radius: 10px;
    border: 1px solid black;
    padding: 10px;
    background: aliceblue;
}

.list-row_buttons {
    white-space: nowrap;
}

.list-row_buttons img {
    display: inline-block;
    width: auto;
}

.list-item-row {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
    background: white;
    border-radius: 5px;
    transition: background .5s;
}

.list-item-row_data {
    display: grid;
    grid-template-areas:
        'g1 g2 g2 g2 g6'
        'g1 g3 g3 g5 g5'
        'g1 g4 g4 g7 g7';
    gap: 2px 20px;
    width: 100%;
    grid-template-columns: max-content;
    align-items: self-start;
}

.list-item-row_data img {
    border-radius: 5px;
    width: 100px;
}

@media screen and (max-width: 800px) {
    .list-item-row_data {
        grid-template-areas:
            'g1 g2 g2 g2 g6'
            'g1 g3 g3 g5 g5'
            'g1 g4 g4 g7 g7';
    }

    .list-item-row {
        flex-direction: column;
        align-items: normal;
    }

    .list-item-row_data img {
        width: 100px;
    }
}

.list-item-row_data .g2 {
    font-size: 1.5em;
    grid-area: g2;
    min-width: 150px;
}

.account-row,
.prop-row,
.account-suggestion-row {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 10px;
    margin-bottom: 5px;
    justify-content: space-between;
    min-width: 340px;
}

.account-suggestion-row {
    min-width: 150px;
    justify-content: center;
    border: none;
    margin-bottom: 0;
}

.prop-row select.form-control {
    width: 100%;
}

.account-row_data {
    display: grid;
    grid-template-areas:
        'g1 g2 g7 g7'
        'g1 g6 g4 g4'
        'g5 g5 g5 g5';
    grid-template-columns: max-content max-content max-content;
    width: 100%;
    column-gap: 10px;
}

.account-suggestion-row_data {
    display: grid;
    gap: 5px;
    line-height: 20px;
    grid-template-areas:
        'g1'
        'g2'
        'g6'
        'g4';
    grid-template-columns: max-content;
    width: auto;
    justify-items: center;
}

.account-suggestion-row_data img {
    width: 70px;
    height: 70px;
    border: 1px solid #efefef;
}

.prop-row_data {
    display: grid;
    grid-template-areas:
        'g1 g2 g2 g2'
        'g1 g3 g3 g3'
        'g1 g4 g4 g4';
    gap: 5px 20px;
    grid-template-columns: max-content auto auto auto;
    width: 100%;
    line-height: 20px;
    overflow: hidden;
}

.prop-row_data img.prop-image {
    width: 100px;
    border: 2px solid;
    padding: 2px;
    border-radius: 20px;
    background: aliceblue;
}

@media (max-width: 768px) {
    .prop-row_data {
        grid-template-areas:
            'g1 g2 g2 g2'
            'g1 g3 g3 g3'
            'g4 g4 g4 g4';
        grid-template-columns: 75px max-content;
    }
}

.prop-row_data .prop-title {
    color: var(--second-color);
    font-weight: bold;
    font-size: 1.3em;
}

.prop-row_data .prop-value {
    display: flex;
    gap: 10px;
    width: inherit;
}

.account-row_data.minimal {
    grid-template-areas:
        'g1 g2 g4';
    gap: 0px 10px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-35 {
    line-height: 35px;
}

.account-row .account-row_data {
    grid-template-columns: max-content auto auto max-content max-content;
    width: 100%;
}

.account-row .account-row_data .grid-align-content {
    justify-self: end;
}

.account-info-grid {
    display: grid;
    grid-template-areas:
        '. . .'
        '. . .';
    text-align: center;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10px;
    border: 1px solid #efefef;
    border-radius: 5px;
}

.account-info-grid > span {
    padding: 5px 10px;
}

.account-info-grid > span.middle {
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
}

.account-row_data img {
    width: 65px;
    height: 65px;
    border: 1px solid #efefef;
}

.account-row_data.minimal img {
    width: 50px;
    height: 50px;
    border: 1px solid #efefef;
}

.account-row_data .btn img {
    width: 100%;
    height: auto !important;
    border: none !important;
}

.account-row_data .btn,
.list-item-row_data .btn.report {
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 0.8em;
}

.tag {
    border-radius: 5px;
    padding: 2px 5px;
    color: #fff !important;
    text-transform: lowercase;
    font-size: 0.8em;
    white-space: nowrap;
}

.tag:hover {
    color: #fff !important;
}

.g1 {
    grid-area: g1;
}

.g2 {
    grid-area: g2;
}

.g3 {
    grid-area: g3;
}

.g4 {
    grid-area: g4;
}

.g5 {
    grid-area: g5;
}

.g6 {
    grid-area: g6;
}

.g7 {
    grid-area: g7;
}

.g8 {
    grid-area: g8;
}

.g-grid-title {
    display: grid;
    grid-template-columns: 1fr max-content max-content;
    column-gap: 5px;
}

.list-item-row_buttons {
    white-space: nowrap;
}

@media screen and (max-width: 600px) {
    .account-row .account-row_data {
        grid-template-columns: max-content auto max-content;
    }

    .grid-align-content {
        justify-self: end;
    }
}

.search-container {
    display: flex;
    gap: 5px;
}

.m-0 {
    margin: 0 !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-rl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.p-rl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.breadcrumb {
    color: #aaa;
    font-size: 0.8em !important;
    margin-bottom: 0;
}

.logout {
    color: var(--bs-danger) !important;
}

.empty-data {
    color: #aaa;
    font-size: 1.5em;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.empty-data img {
    width: 200px;
    border-radius: 50%;
    margin-top: 50px;
    margin-bottom: 20px;
}

.error-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.error-box img {
    width: 300px;
    border-radius: 50%;
    margin-top: 50px;
    margin-bottom: 20px;
}

@media (min-width:768px) {
    .responsive-two-column-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}

.notif-counter {
    color: #fff;
    background: var(--second-color);
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 0.7em;
    position: absolute;
    line-height: 15px;
    margin-left: 15px;
    z-index: 1;
}

.new-notif button {
    font-weight: 700;
    background: linear-gradient(180deg, #f5fff7 0%, #eefbf2 100%);
}

.notification-list-shell {
    display: grid;
    gap: 12px;
}

.notifications-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    border: 1px dashed #d3e7db;
    border-radius: 12px;
    color: #3c6b54;
    font-weight: 500;
}

.notification-accordion .accordion-item {
    border-radius: 12px !important;
    overflow: hidden;
    border: 1px solid #deece5;
    margin-bottom: 8px;
}

.notification-accordion .accordion-button {
    line-height: 1.5;
    box-shadow: none !important;
}

.notification-accordion .accordion-body {
    line-height: 2;
}

.notification-item-title {
    line-height: 1.65;
}

.notification-item-meta {
    margin-top: 2px;
}

.notifications-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.notifications-page-indicator {
    color: #3f5046;
    font-weight: 600;
    text-align: center;
    min-width: 90px;
}

.notifications-page-btn {
    min-width: 95px;
    border: 1px solid #d0e3d8 !important;
    color: #1f3e2f !important;
    background-color: #f8fcf9;
    border-radius: 10px;
    transition: transform .2s, background-color .2s, border-color .2s;
}

.notifications-page-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    border-color: #9fc4af !important;
    background-color: #edf8f1;
}

.notifications-page-btn:disabled {
    opacity: .55;
    cursor: not-allowed;
}

@media (max-width: 576px) {
    .notifications-pagination {
        grid-template-columns: 1fr;
        display: grid;
    }

    .notifications-page-btn {
        width: 100%;
    }
}

.btn > img {
    filter: brightness(0) invert(1);
}

.filter-primary {
    filter: brightness(0) saturate(100%) invert(30%) sepia(85%) saturate(4640%) hue-rotate(213deg) brightness(103%) contrast(99%) !important;
}

.filter-success {
    filter: brightness(0) saturate(100%) invert(37%) sepia(62%) saturate(1398%) hue-rotate(121deg) brightness(84%) contrast(80%) !important;
}

.filter-danger {
    filter: brightness(0) saturate(100%) invert(35%) sepia(34%) saturate(4311%) hue-rotate(332deg) brightness(87%) contrast(99%) !important;
}

.filter-white {
    filter: brightness(0) invert(1);
}

.filter-gray {
    filter: brightness(0) invert(0.85);
}

.filter-dark {
    filter: none !important;
}

.max-w-600 {
    max-width: 600px;
}

.flex-gap-10 {
    display: flex;
    gap: 10px;
    align-items: center;
}

.profile-info {
    line-height: 3em;
    border-radius: 5px;
    display: grid;
    grid-auto-columns: 1fr 1fr;
    grid-template-areas: 'g1 g1''. .';
    gap: 5px;
}

.profile-info > div {
    display: flex;
    width: 100%;
}

.profile-info > div span:first-of-type {
    flex-basis: 150px;
}

.section {
    padding: 80px;
    background-color: var(--second-color);
    color: #fff;
}

.section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.section > div > .description {
    width: 40vw;
}

.section.odd {
    background-color: var(--sixth-color);
}

.section img {
    width: 200px;
    border-radius: 5%;
    border: solid #000 3px;
    padding: 2px;
}

@media (max-width:768px) {
    .section > div {
        flex-direction: column;
    }

    .section > div > .description {
        width: 80vw;
    }

    .login-css {
        border: none;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .profile-info {
        grid-auto-columns: 1fr;
        grid-template-areas: 'g1''.';
    }
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.share-modal-template .modal-dialog {
    max-width: 400px;
}

.share-modal-template .buttons {
    display: flex;
    justify-content: space-between;
}

.share-modal-template a {
    border-radius: 5px;
    padding: 5px;
    line-height: 30px;
    cursor: pointer;
}

.share-modal-template a > img {
    width: 48px;
}

.share-modal-template a:hover {
    background-color: #efefef;
}

#cropModal .modal-body {
    padding: 0;
}

#cropModal .cropper-container {
    min-height: 400px !important;
}

.share-text {
    margin-bottom: 15px;
    background: #efefef;
    padding: 5px 10px;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.5em;
}

.text-main {
    color: var(--second-color) !important;
}

.pipe-line {
    border-left: 1px solid #ddd;
}

.grid-align-content {
    align-content: center;
}

.state-buttons {
    display: inline-block;
}

.state-buttons > a.btn {
    font-size: 12px;
    letter-spacing: 1px;
}

.img-25 {
    width: 25px !important;
}

.account-permissions {
    display: flex;
}

.account-permissions .account-permission:not(:first-of-type) {
    margin-left: -10px;
    margin-right: -10px;
}

.account-permissions .account-permission img {
    width: 30px;
    border: 2px solid var(--second-light-color);
    transition: transform 0.1s, z-index 0.1s;
    z-index: 1;
}

.account-permissions .account-permission img:hover {
    z-index: 10;
    transform: scale(1.2);
}

.accounts-to-filter {
    max-height: 60vh;
    overflow: auto;
}

.nav-item-flex {
    display: flex;
}

@media (max-width:768px) {
    .nav-item-flex {
        gap: 10px;
    }
}

hr {
    opacity: 0.5;
    background-color: var(--second-color) !important;
    margin: 1rem 0 !important;
}

#showCroppedImageData {
    width: 200px;
    margin-top: 20px;
}

@media (max-width: 578px) {
    .show-in-mobile {
        display: flex !important;
    }
    .show-in-desktop {
        display: none !important;
    }
}

@media (min-width: 578px) {
    .show-in-mobile {
        display: none !important;
    }

    .show-in-desktop {
        display: flex !important;
    }
}

.account-suggestion-box {
}

.suggestion-container {
    display: flex;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 8px; 
    height: 8px;
    background-color: #f4f4f4;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--second-color);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #1a8a39;
}

::-webkit-scrollbar-thumb:active {
    background-color: #136627; 
}

::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 10px;
}

.breadcrumb-item + .breadcrumb-item {
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: unset;
    padding-right: .5rem;
    padding-left: .5rem;
}

.dropdown-menu {
    position: absolute !important;
    padding: 0 !important;
}

.ltrBody .dropdown-menu[data-bs-popper] {
    right: 0;
    left: unset;
}

.rtlBody .dropdown-menu[data-bs-popper] {
    right: unset;
    left: 0;
}

.rtlBody .accordion-button::after {
    margin-right: auto;
    margin-left: unset;
}

@media screen and (max-width: 600px) {
    .rtlBody .dropdown-menu[data-bs-popper] {
        right: 0;
        left: unset;
    }

    .ltrBody .dropdown-menu[data-bs-popper] {
        right: unset;
        left: 0;
    }
}

.overlay-content {
    top: 5% !important;
}

.overlay-content a {
    padding: 0 !important;
    font-size: 30px !important;
    line-height: 50px !important;
}

.rtlBody .overlay-content {
    right: 25%;
    left: unset;
    text-align: right;
}

.loginLink > button {
    height: 100%;
    min-height: 40px;
}

.profile-navbar {
    flex-direction: row !important;
    padding: 0;
    gap: 10px;
}

.btn.report {
    width: 30px;
    height: 30px;
}

.btn.report img {
    width: 20px;
    height: 20px;
}

.main-content {
    position: relative;
    z-index: 2;
    animation: fadeIn 2s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.heartbeat {
    -webkit-animation: heartbeat 2.5s ease-in-out infinite both;
    animation: heartbeat 2.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}


/*list form*/
.categories-container {
    display: flex;
    gap: 10px; /* فاصله بین تصاویر */
    justify-content: flex-start;
    flex-wrap: wrap;
}

.category {
    cursor: pointer;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 5px;
    transition: border-color 0.3s ease, transform 0.2s ease;
}

.category img {
    width: 80px; 
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

.category span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #333;
}

.category:hover {
    transform: scale(1.05);
    border-color: #6b8c21; 
}

.category.selected {
    border-color: #4CAF50; 
}
/*list form*/

.mobile-nav2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    display: flex;
    justify-content: space-around;
    padding: 5px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #6b8c21;
    z-index: 10;
    align-items: center;
}

.mobile-nav2 .nav-item {
    flex: 1;
    text-align: center;
    color: #555;
    text-decoration: none;
    font-size: 0.8em;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 20px;
}

.mobile-nav2 .nav-item.bold-menu-button > img {
    position: absolute;
    top: -35px;
    width: 80px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 5px solid var(--second-color);
}

.mobile-nav2 .nav-item.bold-menu-button {
    padding-top: 30px;
}

.mobile-nav2 .nav-item i {
    display: block;
    font-size: 22px;
    margin-bottom: 2px;
}

.mobile-nav2 .nav-item:not(.bold-menu-button).active {
    color: #6b8c21 !important;
    border-bottom: 3px solid #6b8c21;
    padding: 5px 0;
}

.accordion-item:not(.new-notif) button {
    background-color: #f5f5f5;
} 

.btn-small {
    font-size: 0.85em;
    padding: 3px 7px;
}

.modal-header .btn-close {
    margin: -0.2rem -0.2rem auto !important;
}

.modal-bottom {
    position: fixed;
    transform: translateX(-50%);
    z-index: 10000;
    width: 250px;
    bottom: 110px;
    left: 50vw;
}

.modal-bottom .card-body {
    flex-direction: column;
    gap: 0;
}

.modal-list-menu {
    position: fixed;
    z-index: 10000;
}

/*input file*/
input[type="file"] {
    display: none;
}

.custom-file-upload {
    padding: 12px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd !important;
    border-color: #ffecb5;
}

.combine-images {
    display: flex;
    align-items: baseline;
}

.combine-images .img-1 {
}

.combine-images .img-2 {
    z-index: 0;
    margin-left: -5px;
    margin-right: 0px;
    background: #fff;
    height: 1.3em;
}

.rtlBody .combine-images .img-2 {
    margin-right: -5px;
    margin-left: 0px;
}

.title {
    color: var(--second-color);
    font-size: 2em;
}

/*loader*/
#avocado-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--main-dark-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.clean-video {
    background: transparent;
    object-fit: cover;
    display: block;
}

.clean-video::poster {
    display: none;
}

#avocado-loader img {
    animation: pulse 1s infinite;
    border-radius: 50%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

img.btn-image {
    width: 25px;
    border: none;
}


element.style {
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
    padding: .75rem .75rem !important;
}

.form-check {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin-left: 0;
    align-items: center;
}

.form-switch {
    padding: 0 !important;
}

.form-check-input {
    margin-left: 0 !important;
    height: 25px !important;
    width: 50px !important;
}

.form-check-input:checked {
    background-color: var(--second-color) !important;
    border-color: var(--second-color) !important;
}

.form-check-input:focus {
    border-color: var(--second-light-color) !important;
}

.date-format {
    direction: ltr;
}

.grid-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.list-group {
    padding: 0 !important;
}

.step img.prop-image {
    width: 90px;
    border: 2px solid;
    border-radius: 20px;
    padding: 2px;
    background: aliceblue;
}

.footex {
    background: var(--main-dark-color);
    color: #fff;
    display: grid;
    grid-template-areas: 'g1 g2 g3';
    justify-content: center;
    column-gap: 30px;
    text-align: start;
    padding: 15px;
}

.footex > ul {
    margin: 0;
}

.footex-er {
    background: var(--main-darker-color);
    color: #888;
}

@media (max-width: 800px) {
    .footex {
        justify-content: center;
        column-gap: 10px;
    }
}

.link-with-image {
    display: flex;
    gap: 5px;
    align-items: center;
}

.link-with-image > img {
    width: 35px;
}

.profile-tab-text {
    display: flex;
    align-items: center;
    gap: 5px;
}

.profile-tab-text > img {
    width: 30px;
}

.avobot-introduction {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}

.avobot-introduction > img {
    width: 200px;
}

.font-0-6x {
    font-size: 0.6em !important;
}

.font-0-7x {
    font-size: 0.7em !important;
}

.font-0-8x {
    font-size: 0.8em !important;
}

.font-1-5x {
    font-size: 1.5em !important;
}

.font-2x {
    font-size: 2em !important;
}

.font-3x {
    font-size: 3em !important;
}

.font-4-5x {
    font-size: 4.5em !important;
}

.avobot-profile {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.avobot-profile > div {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px;
    border-bottom: 1px solid var(--main-color);
    align-items: center;
    gap: 5px;
}

    .avobot-profile img {
        margin-left: auto;
        margin-right: auto;
        width: 125px;
        align-self: center;
        border: 1px solid var(--second-light-color);
        border-radius: 50%;
        padding: 2px;
    }

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2rem;
    }
}

#cursor {
    display: inline-block;
    color: #198754;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.w-18 svg {
    width: 18px;
}

@media (min-width: 768px) {
    .md\:block {
        display: block !important;
    }
}

.icon2x > svg {
    width: 2rem;
    height: 2rem;
}

.step-counter {
    margin-top: -25px;
    margin-left: -65px;
}

@media (min-width: 768px) {
    .md\:m-0 {
        margin: 0px !important;
    }

    .md\:px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media (max-width: 768px) {
    .xl\:px-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .xl\:px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .xl\:flex-column {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}

.timeline-dot {
    margin-left: -5px;
}

.tag-border {
    border-width: 1px !important;
}

.form-check .form-check-input {
    float: unset !important;
}

.min-width-65 {
    min-width: 65px !important;
}

.line-height-1-3em {
    line-height: 1.3em !important;
}

.line-height-1-5em {
    line-height: 1.5em !important;
}

.text-xl {
    line-height: unset !important;
}
.leading-relaxed {
    line-height: unset !important;
}

.ai-rows {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.ai-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: start;
    text-align: start;
    padding: 10px;
    justify-content: space-between;
    background: white;
    border-radius: 5px;
    transition: background .5s;
}

.ai-row > h2 {
    font-size: 2em;
    color: var(--main-color);
    align-self: center;
    border-bottom: 2px solid var(--second-color);
    padding: 0 20px 10px 20px;
}

.ai-row > img {
    width: 125px;
    align-self: center;
    border: 1px solid var(--second-light-color);
    border-radius: 50%;
    padding: 2px;
}

.ai-row > a {
    align-self: flex-end;
}

.dot {
    content: "";
    display: inline-block;
    background-color: var(--main-color);
    border-radius: 50%;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
    height: 5px;
    width: 5px;
}

.gift-ideas-shell {
    position: relative;
    border-radius: 28px;
    padding: 1.45rem;
    background:
        radial-gradient(520px 210px at 90% 0, rgba(242, 232, 128, 0.22), transparent 70%),
        radial-gradient(420px 180px at 4% 8%, rgba(13, 52, 37, 0.08), transparent 75%),
        linear-gradient(180deg, #f7fbf9 0%, #f1f8f5 100%);
    border: 1px solid #deebe4;
    box-shadow: 0 24px 48px rgba(13, 52, 37, 0.1);
    overflow: hidden;
}

.gift-ideas-shell > * {
    position: relative;
    z-index: 1;
}

.gift-ideas-hero {
    text-align: center;
    padding: 0.2rem 0 1rem;
}

.gift-ideas-hero-icon {
    width: 86px;
    height: 86px;
    border-radius: 999px;
    margin: 0 auto 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #2f845f 0%, #57b17f 100%);
    box-shadow: 0 14px 34px rgba(47, 132, 95, 0.35);
}

.gift-ideas-hero-icon svg {
    width: 2rem;
    height: 2rem;
}

.gift-ideas-heading {
    margin: 0;
    color: #1b2838;
    font-size: clamp(1.5rem, 3vw, 2.45rem);
    font-weight: 800;
    line-height: 1.45;
}

.gift-ideas-subtitle {
    margin: 0.35rem auto 0;
    color: #617169;
    font-size: 0.95rem;
    line-height: 1.9;
}

.gift-ideas-list {
    display: grid;
    gap: 0.9rem;
}

.gift-idea-card {
    background: #fff;
    border: 1px solid #dceae3;
    border-radius: 18px;
    padding: 1rem;
    text-align: start;
    box-shadow: 0 10px 24px rgba(13, 52, 37, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.gift-idea-card:hover {
    transform: translateY(-2px);
    border-color: #b8d2c2;
    box-shadow: 0 16px 30px rgba(13, 52, 37, 0.14);
}

.gift-idea-top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0.6rem 0.9rem;
    flex-wrap: wrap;
}

.gift-idea-title {
    margin: 0;
    color: #16262f;
    font-size: clamp(1.16rem, 2.1vw, 2rem);
    font-weight: 700;
    line-height: 1.65;
}

.gift-idea-match-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.18rem 0.72rem;
    border: 1px solid #b8dfca;
    background: linear-gradient(180deg, #e4f8ee 0%, #d2f1e2 100%);
    color: #236a4a;
    white-space: nowrap;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.8;
}

.gift-idea-description {
    margin: 0.45rem 0 0;
    color: #64746d;
    font-size: 0.95rem;
    line-height: 1.9;
}

.gift-providers-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.7rem;
    justify-content: center;
}

.gift-provider-link {
    min-width: 72px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    padding: 0.22rem;
    border-radius: 12px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.gift-provider-link:hover {
    transform: translateY(-2px);
    background-color: rgba(53, 98, 17, 0.08);
}

.gift-provider-logo-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e5ebe8;
    box-shadow: 0 8px 18px rgba(13, 52, 37, 0.08);
}

.gift-provider-logo-wrap img {
    width: 46px;
    border-radius: 10px;
}

.gift-provider-title {
    color: #77877f;
    font-size: 0.7rem;
    line-height: 1.45;
}

.gift-ideas-actions {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.gift-ideas-restart-btn {
    border: 1px solid #c8ddcf !important;
    background: #fff;
    color: #254233;
    border-radius: 12px;
    padding: 0.36rem 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.gift-ideas-restart-btn:hover {
    border-color: #9dc3ae !important;
    background-color: #f2faf6;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .gift-ideas-shell {
        padding: 1rem 0.8rem;
        border-radius: 20px;
    }

    .gift-ideas-hero-icon {
        width: 74px;
        height: 74px;
        margin-bottom: 0.65rem;
    }

    .gift-idea-card {
        border-radius: 14px;
        padding: 0.85rem;
    }

    .gift-providers-row {
        justify-content: start;
    }
}

.alert {
    display: flex;
    align-items: center;
    gap: 5px;
}

.text-right {
    text-align: right !important;
}

.lineheight-2 {
    line-height: 2;
}

/* api docs page */
.api-doc-page {
    padding: 1.5rem 0 2.4rem;
}

.api-doc-shell {
    width: min(1120px, calc(100vw - 2rem));
    margin-inline: auto;
}

.api-doc-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.8rem 1.2rem;
    border-radius: 20px;
    padding: 1.2rem 1.3rem;
    margin-bottom: 0.95rem;
    background:
        radial-gradient(560px 220px at 90% 8%, rgba(242, 232, 128, 0.28), transparent 70%),
        linear-gradient(135deg, #0d3425 0%, #24543d 46%, #356211 100%);
    color: #f3fff7;
    box-shadow: 0 18px 40px rgba(13, 52, 37, 0.24);
}

.api-doc-title {
    margin: 0;
    color: #fff;
    font-size: clamp(1.55rem, 3vw, 2.3rem);
    font-weight: 800;
    line-height: 1.22;
}

.api-doc-description {
    margin: 0.55rem 0 0;
    color: rgba(236, 255, 246, 0.92);
    font-size: 0.95rem;
    line-height: 1.82;
    max-width: 66ch;
}

.api-doc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.api-doc-card {
    overflow: hidden;
}

.api-doc-section {
    border: 1px solid #dce8e2;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fcfa 100%);
    padding: 0.9rem;
}

.api-doc-section + .api-doc-section {
    margin-top: 0.75rem;
}

.api-doc-section h2 {
    margin: 0 0 0.45rem;
    color: #163728;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    font-weight: 800;
    line-height: 1.5;
}

.api-doc-section p {
    margin: 0.45rem 0 0;
    color: #4b5563;
    font-size: 0.93rem;
    line-height: 1.8;
}

.api-doc-list {
    margin: 0.5rem 0 0;
    padding-inline-start: 1.2rem;
}

.api-doc-list li {
    margin: 0.18rem 0;
    color: #4b5563;
    line-height: 1.75;
    font-size: 0.92rem;
}

.api-doc-code {
    margin: 0.45rem 0 0;
    border-radius: 12px;
    border: 1px solid #d6e5dc;
    background: #0f1d18;
    color: #dff6e8;
    padding: 0.85rem;
    overflow: auto;
    line-height: 1.65;
    font-size: 0.84rem;
}

.api-doc-code code {
    color: inherit;
    white-space: pre-wrap;
    word-break: break-word;
}

.api-doc-inline-btn {
    margin-top: 0.55rem;
    border-radius: 10px;
}

.api-doc-note {
    color: #6b7280;
    font-size: 0.86rem;
}

.api-doc-section-highlight {
    border-color: #bfd9c9;
    background: linear-gradient(145deg, #f3fbf6, #fffef8);
}

@media (max-width: 920px) {
    .api-doc-shell {
        width: min(1120px, calc(100vw - 1.2rem));
    }

    .api-doc-hero {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 760px) {
    .api-doc-page {
        padding-top: 1rem;
    }

    .api-doc-card {
        padding: 1rem 0.75rem !important;
    }

    .api-doc-hero-actions .btn {
        width: 100%;
    }
}

.ltr {
    direction: ltr;
}
