@-webkit-keyframes spin-animation-clockwise {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin-animation-clockwise {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin-animation-anticlockwise {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes spin-animation-anticlockwise {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(-7deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(7deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@keyframes shake {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(-7deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(7deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-2px)
    }

    50% {
        transform: translateY(-4px)
    }

    75% {
        transform: translateY(-2px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes up-down {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-2px)
    }

    50% {
        transform: translateY(-4px)
    }

    75% {
        transform: translateY(-2px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes grow-width {
    1% {
        width: 1%
    }

    2% {
        width: 2%
    }

    3% {
        width: 3%
    }

    4% {
        width: 4%
    }

    5% {
        width: 5%
    }

    6% {
        width: 6%
    }

    7% {
        width: 7%
    }

    8% {
        width: 8%
    }

    9% {
        width: 9%
    }

    10% {
        width: 10%
    }

    11% {
        width: 11%
    }

    12% {
        width: 12%
    }

    13% {
        width: 13%
    }

    14% {
        width: 14%
    }

    15% {
        width: 15%
    }

    16% {
        width: 16%
    }

    17% {
        width: 17%
    }

    18% {
        width: 18%
    }

    19% {
        width: 19%
    }

    20% {
        width: 20%
    }

    21% {
        width: 21%
    }

    22% {
        width: 22%
    }

    23% {
        width: 23%
    }

    24% {
        width: 24%
    }

    25% {
        width: 25%
    }

    26% {
        width: 26%
    }

    27% {
        width: 27%
    }

    28% {
        width: 28%
    }

    29% {
        width: 29%
    }

    30% {
        width: 30%
    }

    31% {
        width: 31%
    }

    32% {
        width: 32%
    }

    33% {
        width: 33%
    }

    34% {
        width: 34%
    }

    35% {
        width: 35%
    }

    36% {
        width: 36%
    }

    37% {
        width: 37%
    }

    38% {
        width: 38%
    }

    39% {
        width: 39%
    }

    40% {
        width: 40%
    }

    41% {
        width: 41%
    }

    42% {
        width: 42%
    }

    43% {
        width: 43%
    }

    44% {
        width: 44%
    }

    45% {
        width: 45%
    }

    46% {
        width: 46%
    }

    47% {
        width: 47%
    }

    48% {
        width: 48%
    }

    49% {
        width: 49%
    }

    50% {
        width: 50%
    }

    51% {
        width: 51%
    }

    52% {
        width: 52%
    }

    53% {
        width: 53%
    }

    54% {
        width: 54%
    }

    55% {
        width: 55%
    }

    56% {
        width: 56%
    }

    57% {
        width: 57%
    }

    58% {
        width: 58%
    }

    59% {
        width: 59%
    }

    60% {
        width: 60%
    }

    61% {
        width: 61%
    }

    62% {
        width: 62%
    }

    63% {
        width: 63%
    }

    64% {
        width: 64%
    }

    65% {
        width: 65%
    }

    66% {
        width: 66%
    }

    67% {
        width: 67%
    }

    68% {
        width: 68%
    }

    69% {
        width: 69%
    }

    70% {
        width: 70%
    }

    71% {
        width: 71%
    }

    72% {
        width: 72%
    }

    73% {
        width: 73%
    }

    74% {
        width: 74%
    }

    75% {
        width: 75%
    }

    76% {
        width: 76%
    }

    77% {
        width: 77%
    }

    78% {
        width: 78%
    }

    79% {
        width: 79%
    }

    80% {
        width: 80%
    }

    81% {
        width: 81%
    }

    82% {
        width: 82%
    }

    83% {
        width: 83%
    }

    84% {
        width: 84%
    }

    85% {
        width: 85%
    }

    86% {
        width: 86%
    }

    87% {
        width: 87%
    }

    88% {
        width: 88%
    }

    89% {
        width: 89%
    }

    90% {
        width: 90%
    }

    91% {
        width: 91%
    }

    92% {
        width: 92%
    }

    93% {
        width: 93%
    }

    94% {
        width: 94%
    }

    95% {
        width: 95%
    }

    96% {
        width: 96%
    }

    97% {
        width: 97%
    }

    98% {
        width: 98%
    }

    99% {
        width: 99%
    }

    100% {
        width: 100%
    }
}

@keyframes grow-width {
    1% {
        width: 1%
    }

    2% {
        width: 2%
    }

    3% {
        width: 3%
    }

    4% {
        width: 4%
    }

    5% {
        width: 5%
    }

    6% {
        width: 6%
    }

    7% {
        width: 7%
    }

    8% {
        width: 8%
    }

    9% {
        width: 9%
    }

    10% {
        width: 10%
    }

    11% {
        width: 11%
    }

    12% {
        width: 12%
    }

    13% {
        width: 13%
    }

    14% {
        width: 14%
    }

    15% {
        width: 15%
    }

    16% {
        width: 16%
    }

    17% {
        width: 17%
    }

    18% {
        width: 18%
    }

    19% {
        width: 19%
    }

    20% {
        width: 20%
    }

    21% {
        width: 21%
    }

    22% {
        width: 22%
    }

    23% {
        width: 23%
    }

    24% {
        width: 24%
    }

    25% {
        width: 25%
    }

    26% {
        width: 26%
    }

    27% {
        width: 27%
    }

    28% {
        width: 28%
    }

    29% {
        width: 29%
    }

    30% {
        width: 30%
    }

    31% {
        width: 31%
    }

    32% {
        width: 32%
    }

    33% {
        width: 33%
    }

    34% {
        width: 34%
    }

    35% {
        width: 35%
    }

    36% {
        width: 36%
    }

    37% {
        width: 37%
    }

    38% {
        width: 38%
    }

    39% {
        width: 39%
    }

    40% {
        width: 40%
    }

    41% {
        width: 41%
    }

    42% {
        width: 42%
    }

    43% {
        width: 43%
    }

    44% {
        width: 44%
    }

    45% {
        width: 45%
    }

    46% {
        width: 46%
    }

    47% {
        width: 47%
    }

    48% {
        width: 48%
    }

    49% {
        width: 49%
    }

    50% {
        width: 50%
    }

    51% {
        width: 51%
    }

    52% {
        width: 52%
    }

    53% {
        width: 53%
    }

    54% {
        width: 54%
    }

    55% {
        width: 55%
    }

    56% {
        width: 56%
    }

    57% {
        width: 57%
    }

    58% {
        width: 58%
    }

    59% {
        width: 59%
    }

    60% {
        width: 60%
    }

    61% {
        width: 61%
    }

    62% {
        width: 62%
    }

    63% {
        width: 63%
    }

    64% {
        width: 64%
    }

    65% {
        width: 65%
    }

    66% {
        width: 66%
    }

    67% {
        width: 67%
    }

    68% {
        width: 68%
    }

    69% {
        width: 69%
    }

    70% {
        width: 70%
    }

    71% {
        width: 71%
    }

    72% {
        width: 72%
    }

    73% {
        width: 73%
    }

    74% {
        width: 74%
    }

    75% {
        width: 75%
    }

    76% {
        width: 76%
    }

    77% {
        width: 77%
    }

    78% {
        width: 78%
    }

    79% {
        width: 79%
    }

    80% {
        width: 80%
    }

    81% {
        width: 81%
    }

    82% {
        width: 82%
    }

    83% {
        width: 83%
    }

    84% {
        width: 84%
    }

    85% {
        width: 85%
    }

    86% {
        width: 86%
    }

    87% {
        width: 87%
    }

    88% {
        width: 88%
    }

    89% {
        width: 89%
    }

    90% {
        width: 90%
    }

    91% {
        width: 91%
    }

    92% {
        width: 92%
    }

    93% {
        width: 93%
    }

    94% {
        width: 94%
    }

    95% {
        width: 95%
    }

    96% {
        width: 96%
    }

    97% {
        width: 97%
    }

    98% {
        width: 98%
    }

    99% {
        width: 99%
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0)
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0)
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@-webkit-keyframes pulse-primary {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(221, 51, 51, 0.7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(221, 51, 51, 0)
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(221, 51, 51, 0)
    }
}

@keyframes pulse-primary {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(221, 51, 51, 0.7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(221, 51, 51, 0)
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(221, 51, 51, 0)
    }
}

@-webkit-keyframes left-right {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-2px)
    }

    50% {
        transform: translateX(-4px)
    }

    75% {
        transform: translateX(-2px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes left-right {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-2px)
    }

    50% {
        transform: translateX(-4px)
    }

    75% {
        transform: translateX(-2px)
    }

    100% {
        transform: translateX(0)
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: yekan !important;
    font-weight: 400 !important;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1.6
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/Yekan-Bakh-FaNum-01-Hairline.woff") format("woff");
    src: url("../fonts/Yekan-Bakh-FaNum-01-Hairline.eot"), url("../fonts/Yekan-Bakh-FaNum-01-Hairline.eot?#iefix") format("embedded-opentype"), url("../fonts/Yekan-Bakh-FaNum-01-Hairline.ttf") format("truetype")
}

@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/Yekan-Bakh-FaNum-02-Thin.woff") format("woff");
    src: url("../fonts/Yekan-Bakh-FaNum-02-Thin.eot"), url("../fonts/Yekan-Bakh-FaNum-02-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Yekan-Bakh-FaNum-02-Thin.ttf") format("truetype")
}

@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Yekan-Bakh-FaNum-03-Light.woff") format("woff");
    src: url("../fonts/Yekan-Bakh-FaNum-03-Light.eot"), url("../fonts/Yekan-Bakh-FaNum-03-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Yekan-Bakh-FaNum-03-Light.ttf") format("truetype")
}

@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Yekan-Bakh-FaNum-04-Regular.woff") format("woff");
    src: url("../fonts/Yekan-Bakh-FaNum-04-Regular.eot"), url("../fonts/Yekan-Bakh-FaNum-04-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Yekan-Bakh-FaNum-04-Regular.ttf") format("truetype")
}

@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Yekan-Bakh-FaNum-05-Medium.woff") format("woff");
    src: url("../fonts/Yekan-Bakh-FaNum-05-Medium.eot"), url("../fonts/Yekan-Bakh-FaNum-05-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Yekan-Bakh-FaNum-05-Medium.ttf") format("truetype")
}

@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Yekan-Bakh-FaNum-06-Bold.woff") format("woff");
    src: url("../fonts/Yekan-Bakh-FaNum-06-Bold.eot") url("../fonts/Yekan-Bakh-FaNum-06-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Yekan-Bakh-FaNum-06-Bold.ttf") format("truetype")
}

@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Yekan-Bakh-FaNum-07-Heavy.woff") format("woff");
    src: url("../fonts/Yekan-Bakh-FaNum-07-Heavy.eot"), url("../fonts/Yekan-Bakh-FaNum-07-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Yekan-Bakh-FaNum-07-Heavy.ttf") format("truetype")
}

@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/Yekan-Bakh-FaNum-08-Fat.woff") format("woff");
    src: url("../fonts/Yekan-Bakh-FaNum-08-Fat.eot"), url("../fonts/Yekan-Bakh-FaNum-08-Fat.eot?#iefix") format("embedded-opentype"), url("../fonts/Yekan-Bakh-FaNum-08-Fat.ttf") format("truetype")
}

@font-face {
    font-family: yekan;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/Yekan-Bakh-FaNum-07-Heavy.woff") format("woff");
    src: url("../fonts/Yekan-Bakh-FaNum-07-Heavy.eot"), url("../fonts/Yekan-Bakh-FaNum-07-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Yekan-Bakh-FaNum-07-Heavy.ttf") format("truetype")
}

.alert-font-bold {
    font-weight: bold !important;
}

.focus .ts-control {
    box-shadow: unset !important
}

.ts-control {
    padding: 0.8535rem 0.75rem
}

.ts-control input::-moz-placeholder {
    color: #a7a7a7 !important
}

.ts-control input:-ms-input-placeholder {
    color: #a7a7a7 !important
}

.ts-control input::placeholder {
    color: #a7a7a7 !important
}

.ts-dropdown {
    background: #ffffff;
    box-shadow: 0px 17px 17px rgba(131, 131, 131, 0.25);
    border-radius: 0 0 12px 12px;
    border: 1px solid #dd3333;
    border-top: none;
    margin-top: 1px;
    width: calc(100% + 2px);
    margin-left: -1px
}

.ts-dropdown ::-webkit-scrollbar {
    width: 12px;
    border-radius: 50px
}

.ts-dropdown ::-webkit-scrollbar-track {
    background: #f3f3f3;
    border-radius: 50px;
    border: 1px solid #f3f3f3
}

.ts-dropdown ::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    border: 4px solid #f3f3f3;
    border-radius: 50px
}

.ts-dropdown-content {
    padding: 0;
    overflow: auto
}

.ts-dropdown-content .option {
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: #04102b !important;
    text-align: right;
    white-space: nowrap;
    padding: 0.65rem 0.75rem;
    border-radius: 0
}

.ts-dropdown-content .option.active {
    background: unset;
    color: #dd3333
}

.ts-dropdown-content .option:hover {
    background: rgba(222, 222, 222, 0.2)
}

.ts-dropdown-content .no-results {
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #04102b !important
}

@media (min-width: 768px) {
    .ts-dropdown-content .no-results {
        font-size: 14px;
        line-height: 21px
    }
}

.ts-wrapper.dropdown-active {
    border-color: #dd3333;
    border-bottom-color: rgba(221, 51, 51, 0.5);
    border-end-end-radius: 0;
    border-end-start-radius: 0
}

.btn {
    font-size: 12px;
    font-weight: inherit;
    padding: 9px 24px;
    border-radius: 10px;
    transition: all 0.3s
}

.btn:focus {
    box-shadow: unset
}

@media (min-width: 1200px) {
    .btn {
        font-size: 14px
    }
}

@media (min-width: 1400px) {
    .btn {
        font-size: 16px
    }
}

.btn--primary {
    background-color: #dd3333;
    border-color: #dd3333;
    color: white !important
}

.btn--primary:hover {
    filter: grayscale(0.2)
}

.btn--primary.outline {
    border-color: #dd3333;
    background-color: transparent;
    color: #dd3333 !important
}

.btn--primary.outline:hover {
    background-color: #dd3333;
    color: white !important
}

.btn--outline-primary {
    color: #dd3333;
    border-color: #dd3333
}

.btn--outline-primary:hover {
    background-color: #dd3333;
    color: white
}

.breadcrumb {
    margin: 0
}

.breadcrumb-item {
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #04102b !important
}

@media (min-width: 992px) {
    .breadcrumb-item {
        font-size: 16px
    }
}

@media (max-width: 992px) {
    .breadcrumb-item:first-child span {
        display: none
    }
}

.breadcrumb-item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    row-gap: 0.25rem;
    color: rgba(4, 16, 43, 0.6);
    transition: all 0.3s
}

.breadcrumb-item a:hover {
    color: #dd3333
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

.pagination {
    margin-top: 2rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem
}

.pagination .page-item {
    transition: all 0.3s
}

.pagination .page-item:hover .page-link {
    background: #dd3333;
    color: white !important;
    border-color: #dd3333
}

.pagination .page-item:hover .page-link img {
    filter: brightness(0) invert(1)
}

.pagination .page-item .page-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #04102b !important;
    transition: all 0.3s
}

.pagination .page-item .page-link.previous,
.pagination .page-item .page-link.next {
    border-color: #dd3333
}

.pagination .page-item .page-link.next img {
    transform: rotate(180deg) scale(1)
}

.pagination .page-item.active .page-link {
    background: #dd3333;
    color: white !important;
    border-color: #dd3333
}

.widget {
    background: #eeeeee;
    border-radius: 12px;
    padding: 1px;
    transition: all 0.3s
}

@media (min-width: 992px) {
    .widget {
        border-radius: 16px
    }
}

.widget:hover {
    background: linear-gradient(45deg, #d33, white, white, #d33)
}

.widget a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
    align-items: center;
    padding: 18px;
    background: #ffffff;
    border-radius: inherit;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #04102b !important;
    transition: all 0.3s
}

.widget a .bg,
.widget a .lines {
    transition: all 0.3s
}

.widget a:hover {
    color: #dd3333 !important
}

.widget a:hover .bg {
    fill: rgba(255, 240, 240, 0.7)
}

.widget a:hover .lines {
    stroke: #dd3333
}

.ticket-widget {
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 20px 16px;
    display: flex;
    flex-direction: row;
    gap: 16px
}

.ticket-widget div {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.ticket-widget div span:first-child {
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
    line-height: unset;
    color: #04102b !important
}

@media (min-width: 992px) {
    .ticket-widget div span:first-child {
        font-size: 22px
    }
}

.ticket-widget div span:last-child {
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: unset;
    color: #04102b !important
}

@media (min-width: 992px) {
    .ticket-widget div span:last-child {
        font-size: 16px
    }
}

.ticket {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #04102b !important;
    text-align: justify;
    padding: 15px 19px
}

.ticket+.ticket {
    margin-top: 24px
}

@media (min-width: 992px) {
    .ticket {
        font-size: 16px;
        padding: 25px 24px
    }
}

.ticket hr {
    margin: 0;
    background-color: unset;
    opacity: 1;
    border-top: 1px solid #eeeeee;
    margin-top: 15px;
    margin-bottom: 15px
}

.ticket:hover {
    box-sizing: border-box;
    border-radius: 16px
}

.ticket:hover .ticket__footer__link {
    color: #dd3333
}

.ticket:hover .ticket__footer__link svg {
    -webkit-animation: left-right 1s infinite;
    animation: left-right 1s infinite
}

.ticket:hover .ticket__footer__link svg path {
    stroke: #dd3333
}

.ticket__footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem
}

@media (min-width: 992px) {
    .ticket__footer {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        row-gap: 2rem
    }
}

.ticket__footer__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .ticket__footer__meta {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        row-gap: 2rem
    }
}

.ticket__footer__meta__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px
}

.ticket__footer__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #04102b;
    transition: all 0.3s
}

.ticket__footer__link:hover {
    color: #dd3333
}

.ticket__footer__link:hover svg {
    -webkit-animation: left-right 1s infinite;
    animation: left-right 1s infinite
}

.ticket__footer__link:hover svg path {
    transition: all 0.3s;
    stroke: #dd3333
}

.ticket-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem
}

.ticket-head__result-text {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 150%;
    color: #04102b !important
}

@media (min-width: 992px) {
    .ticket-head__result-text {
        font-size: 18px
    }
}

.ticket-head__result-text span {
    color: rgba(4, 16, 43, 0.5)
}

.ticket-head__filter {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%
}

@media (min-width: 768px) {
    .ticket-head__filter {
        width: 350px
    }
}

.ticket-head__filter .form-label {
    white-space: nowrap;
    margin-bottom: unset
}

.welcome-message {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem
}

@media (min-width: 992px) {
    .welcome-message {
        flex-direction: row;
        justify-content: space-between
    }
}

.welcome-message__text {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #04102b !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px
}

@media (min-width: 992px) {
    .welcome-message__text {
        font-size: 18px
    }
}

.welcome-message__text span {
    font-weight: 800
}

.welcome-message__text img {
    width: 30px;
    height: 30px
}

@media (min-width: 992px) {
    .welcome-message__text img {
        width: 38px;
        height: 38px
    }
}

.welcome-message__notification {
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    color: #04102b !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px
}

@media (min-width: 992px) {
    .welcome-message__notification {
        font-size: 16px
    }
}

.welcome-message__notification span {
    font-weight: 700
}

.welcome-message__notification img {
    width: 26px;
    height: 26px
}

.notification {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #04102b !important;
    text-align: justify;
    padding: 15px 19px
}

.notification+.notification {
    margin-top: 24px
}

@media (min-width: 992px) {
    .notification {
        font-size: 16px;
        padding: 25px 24px
    }
}

.notification hr {
    margin: 0;
    background-color: unset;
    opacity: 1;
    border-top: 1px solid #eeeeee;
    margin-top: 15px;
    margin-bottom: 15px
}

.notification:hover {
    box-sizing: border-box;
    border-radius: 16px
}

.notification:hover .notification__footer__link {
    color: #dd3333
}

.notification:hover .notification__footer__link svg {
    -webkit-animation: left-right 1s infinite;
    animation: left-right 1s infinite
}

.notification:hover .notification__footer__link svg path {
    stroke: #dd3333
}

.notification__footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem
}

@media (min-width: 992px) {
    .notification__footer {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        row-gap: 2rem
    }
}

.notification__footer__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .notification__footer__meta {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        row-gap: 2rem
    }
}

.notification__footer__meta__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px
}

.notification__footer__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #04102b;
    transition: all 0.3s
}

.notification__footer__link:hover {
    color: #dd3333
}

.notification__footer__link:hover svg {
    -webkit-animation: left-right 1s infinite;
    animation: left-right 1s infinite
}

.notification__footer__link:hover svg path {
    transition: all 0.3s;
    stroke: #dd3333
}

.license {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    padding: 15px 19px
}

@media (min-width: 992px) {
    .license {
        padding: 20px 24px
    }
}

.license+.license {
    margin-top: 24px
}

.license hr {
    margin: 0;
    background-color: unset;
    opacity: 1;
    border-top: 1px solid #eeeeee;
    margin-top: 15px;
    margin-bottom: 15px
}

.license__body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem
}

.license__body__title {
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: #04102b !important
}

@media (min-width: 992px) {
    .license__body__title {
        font-size: 18px
    }
}

.license__body__meta {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
    flex-wrap: wrap
}

.license__body__meta span {
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: unset;
    color: #04102b !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px
}

@media (min-width: 992px) {
    .license__body__meta span {
        font-size: 16px
    }
}

.license__footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem
}

.license__footer__downloads {
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
    flex-wrap: wrap
}

.license__footer__downloads span,
.license__footer__downloads a {
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    color: #04102b !important
}

@media (min-width: 992px) {

    .license__footer__downloads span,
    .license__footer__downloads a {
        font-size: 16px
    }
}

.license__footer__downloads a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px
}

.license__footer__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px
}

.license__footer__actions__guide {
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color: #dd3333 !important;
    text-decoration: underline;
    transition: all 0.3s
}

@media (min-width: 992px) {
    .license__footer__actions__guide {
        font-size: 16px
    }
}

.license__footer__actions__guide:hover {
    text-decoration: none
}

.avatar-upload {
    display: flex;
    flex-direction: row;
    gap: 20px
}

.avatar-upload__src {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border: 1.5px dashed rgba(199, 199, 199, 0.5);
    border-radius: 12px;
    background-color: white
}

.avatar-upload__src img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: center;
    -o-object-position: center;
    object-position: center
}

.avatar-upload__body {
    align-self: flex-end;
    display: flex;
    flex-direction: column
}

.avatar-upload__body__text {
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #04102b !important
}

.avatar-upload__body__file {
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #04102b !important
}

.avatar-upload__body__file label {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    text-decoration: underline
}

.avatar-upload__body__file label img {
    width: 24px;
    height: 24px
}

.file-upload {
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: unset;
    color: #04102b !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.file-upload label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    text-decoration: underline;
    cursor: pointer
}

.order {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    padding: 15px 19px
}

@media (min-width: 992px) {
    .order {
        padding: 20px 24px
    }
}

.order+.order {
    margin-top: 24px
}

.order hr {
    margin: 0;
    background-color: unset;
    opacity: 1;
    border-top: 1px solid #eeeeee;
    margin-top: 15px;
    margin-bottom: 15px
}

.order__body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem
}

.order__body__title {
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: #04102b !important
}

@media (min-width: 992px) {
    .order__body__title {
        font-size: 18px
    }
}

.order__body__meta {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
    flex-wrap: wrap
}

.order__body__meta span {
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: unset;
    color: #04102b !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px
}

.order__body__meta span::before {
    content: "";
    display: inline-flex;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #e5e5e5
}

@media (min-width: 992px) {
    .order__body__meta span {
        font-size: 16px
    }
}

.order__body__meta span strong {
    font-weight: 500
}

.order__footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem
}

.order__footer__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
    flex-wrap: wrap
}

.order__footer__meta span {
    display: flex;
    flex-direction: row;
    gap: 6px;
    flex-wrap: wrap;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    color: #04102b !important
}

@media (min-width: 992px) {
    .order__footer__meta span {
        font-size: 16px
    }
}

.order__footer__meta span strong {
    font-weight: bold
}

.order__footer__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px
}

.order__footer__actions__guide {
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color: #dd3333 !important;
    text-decoration: underline;
    transition: all 0.3s
}

@media (min-width: 992px) {
    .order__footer__actions__guide {
        font-size: 16px
    }
}

.order__footer__actions__guide[disabled] {
    color: rgba(4, 16, 43, 0.3) !important
}

.order__footer__actions__guide:hover {
    text-decoration: none
}

.order__footer__actions button[disabled] {
    color: rgba(4, 16, 43, 0.3) !important;
    border-color: rgba(4, 16, 43, 0.3)
}

.order-detail {
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 14px
}

@media (min-width: 992px) {
    .order-detail {
        padding: 24px
    }
}

@media (max-width: 992px) {
    .order-detail .row {
        margin-left: 0;
        margin-right: 0
    }

    .order-detail .row .col-lg-4 {
        padding-top: 7px;
        padding-bottom: 7px;
        border-bottom: 1px solid #eeeeee
    }

    .order-detail .row .col-lg-4:first-child {
        padding-top: 0
    }

    .order-detail .row .col-lg-4:last-child {
        padding-bottom: 0;
        border-bottom: none
    }
}

@media (min-width: 992px) {
    .order-detail .row .col-lg-4:not(:last-child) {
        border-left: 1px solid #eeeeee
    }
}

.order-detail hr {
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: unset;
    opacity: 1;
    border-top: 1px solid #eeeeee
}

@media (min-width: 992px) {
    .order-detail hr {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.order-detail__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color: #04102b !important
}

@media (min-width: 992px) {
    .order-detail__item {
        font-size: 16px;
        justify-content: space-between
    }
}

.order-detail__item span {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.order-detail__item strong {
    font-weight: 500
}

* {
    outline: none
}

html {
    scroll-behavior: smooth;
    font-family: yekan !important
}

body {
    font-family: yekan !important
}

body main {
    background-color: #ffffff;
}

body main.auth {
    background-color: rgb(236, 236, 236)
}

a {
    text-decoration: none
}

.text-green {
    color: #579f57
}

.text-red {
    color: #dd3333
}

.text-yellow {
    color: #fec00e
}

.text-yellow a {
    color: inherit !important
}

.result-text {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: #dd3333 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px
}

.result-text img {
    max-width: 30px;
    max-height: 30px
}

.result-text span {
    font-weight: bold
}

@media (max-width: 992px) {
    .sidebar {
        position: absolute;
        padding-top: 16px;
        padding-bottom: 16px;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: auto;
        z-index: 1;
        background-color: white
    }

    .sidebar.close {
        display: none
    }
}

@media (min-width: 992px) {
    .sidebar {
        width: 21%;
        display: block
    }
}

.sidebar__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.sidebar__head__close-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    position: relative
}

@media (min-width: 992px) {
    .sidebar__head__close-menu {
        display: none
    }
}

.sidebar__head__logo {
    height: 48px
}

.sidebar__head__logo img {
    height: 100%;
    border-radius: 50%;
}

.sidebar__head__text {
    font-style: normal;
    font-size: 24px;
    font-weight: 900;
    line-height: unset;
    color: #04102b !important
}

@media (max-width: 992px) {
    .sidebar__head__text {
        display: none
    }
}

.sidebar__body {
    padding: 18px 0 16px;
    margin-top: 30px;
    background: white;
    border: 1px solid rgba(229, 229, 229, 0.8);
    box-sizing: border-box;
    box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.02);
    border-radius: 20px
}

.sidebar__body__avatar {
    border: 5px solid #f8f8f8;
    width: 81px;
    height: 81px;
    margin: 0 auto;
    border-radius: 100%;
    padding: 3px;
    background-color: white;
    position: relative
}

.sidebar__body__avatar img {
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.sidebar__body__user {
    background: #f6f6f6;
    border-radius: 16px;
    padding: 45px 1rem 1rem;
    margin: -40.5px 1rem 0;
    display: flex;
    flex-direction: column;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem
}

.sidebar__body__user__name {
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    color: #04102b !important;
    text-align: center;
    padding: 0
}

.sidebar__body__user hr {
    background-color: unset;
    border-top: 1.2px dashed #e5e5e5;
    opacity: 1;
    margin: 0
}

.sidebar__body__user__balance {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.sidebar__body__user__balance span {
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    line-height: 100%;
    color: #04102b !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    row-gap: 0.25rem
}

.sidebar__body__user__balance span strong {
    font-style: normal;
    font-size: 14px;
    font-weight: 800;
    line-height: 100%;
    color: #04102b !important
}

.sidebar__body__user__balance .increase {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all 0.3s
}

.sidebar__body__user__balance .increase:hover {
    transform: scale(1.2)
}

.sidebar__body__links {
    margin: 30px 0 0 0 !important;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.sidebar__body__links li {
    position: relative
}

.sidebar__body__links li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
    color: #04102b !important;
    transition: all 0.3s;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 10px
}

@media (min-width: 992px) {
    .sidebar__body__links li a {
        font-size: 16px
    }
}

.sidebar__body__links li a svg path {
    transition: all 0.3s
}

.sidebar__body__links li a:hover {
    background-color: #dd3333;
    color: white !important
}

.sidebar__body__links li a:hover svg path {
    stroke: white
}

.sidebar__body__links li a.active {
    background-color: #dd3333;
    color: white !important
}

.sidebar__body__links li a.active svg path {
    stroke: white
}

.sidebar__body__links li a.active::before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: #dd3333
}

.sidebar__body__logout {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin: 50px 16px 0;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 45px;
    color: #04102b !important;
    background: #f5f5f5;
    border-radius: 5px 5px 16px 16px;
    transition: all 0.3s
}

@media (min-width: 992px) {
    .sidebar__body__logout {
        font-size: 16px;
        line-height: 60px
    }
}

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 32px
}

@media (min-width: 992px) {
    .content {
        width: 79%
    }
}

.content__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem
}

.content__header__open-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    position: relative
}

@media (min-width: 992px) {
    .content__header__open-menu {
        display: none
    }
}

.content__header__actions {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 1.5rem
}

.content__header__actions a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    position: relative
}

@media (min-width: 992px) {
    .content__header__actions a {
        width: 48px;
        height: 48px
    }
}

.content__header__actions a span {
    font-style: normal;
    font-size: 10px;
    font-weight: bold;
    line-height: unset;
    color: white !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #dd3333;
    border: 2px solid #ffffff;
    border-radius: 100%;
    -webkit-animation: pulse-primary 2s infinite;
    animation: pulse-primary 2s infinite;
    position: absolute;
    top: -11px;
    right: -11px
}

.content__card {
    background: #f6f6f6;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 2rem
}

@media (min-width: 992px) {
    .content__card {
        padding: 25px;
        border-radius: 24px
    }
}

.content__card__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
    flex-wrap: wrap
}

.content__card__head .header-steps-counter{
    background: #eb3737;
    width: 35px;
    height: 35px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
}

.content__card__head__title {
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    color: #04102b !important;
    position: relative
}

@media (min-width: 992px) {
    .content__card__head__title {
        font-size: 22px
    }
}

.content__card__head__title::before {
    content: "";
    display: block;
    width: 55px;
    height: 4px;
    position: absolute;
    right: 0;
    bottom: -1.1rem;
    background: linear-gradient(90deg, #d33 0%, #d33 70%, transparent 70%, transparent 80%, #d33 80%, #d33 100%)
}

@media (max-width: 768px) {
    .content__card__head form {
        flex-grow: 1;
        margin-top: 2rem
    }
}

@media (min-width: 768px) {
    .content__card__head form {
        width: 350px
    }
}

.content__card__body {
    margin-top: 0.5rem
}

.content__card__body__text {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #04102b !important;
    margin-bottom: 1.25rem
}

@media (min-width: 992px) {
    .content__card__body__text {
        font-size: 18px
    }
}

.content__footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #04102b;
    padding: 22px 30px;
    border-radius: 12px;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 2rem
}

@media (min-width: 992px) {
    .content__footer {
        border-radius: 16px;
        flex-direction: row;
        justify-content: space-between
    }
}

.content__footer__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 2rem
}

@media (min-width: 992px) {
    .content__footer__contact {
        flex-direction: row
    }
}

.content__footer__contact a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: white !important
}

.content__footer__contact a:hover {
    color: white
}

.content__footer__contact a:hover .shake {
    -webkit-animation: shake 0.5s infinite linear;
    animation: shake 0.5s infinite linear;
    transform-origin: center
}

.content__footer__socials {
    display: flex;
    flex-direction: row;
    gap: 12px
}

.content__footer__socials a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    position: relative;
    width: 40px;
    height: 40px;
    position: relative
}

.content__footer__socials a img {
    position: relative;
    z-index: 1
}

.content__footer__socials a::after {
    content: "";
    position: absolute;
    background-color: #dd3333;
    width: 0;
    height: 0;
    border-radius: inherit;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s
}

.content__footer__socials a:hover::after {
    width: 100%;
    height: 100%
}

.content__footer__copy-right {
    margin-top: -20px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    line-height: rgba(4, 16, 43, 0.6);
    color: #04102b !important
}

.content__footer__copy-right a {
    color: #04102b;
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.3s
}

.content__footer__copy-right a:hover {
    color: #dd3333
}

.table-container {
    background-color: white;
    padding: 15px;
    border: 1px solid #eeeeee;
    border-radius: 16px
}

@media (min-width: 992px) {
    .table-container {
        padding: 24px
    }
}

.table {
    text-align: center;
    margin-bottom: 0
}

.table thead tr {
    border-bottom: 1px solid #eeeeee
}

.table thead tr th {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: rgba(4, 16, 43, 0.5) !important;
    padding-bottom: 17px;
    white-space: nowrap
}

@media (min-width: 992px) {
    .table thead tr th {
        font-size: 18px
    }
}

.table tbody tr {
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color: #04102b !important
}

@media (min-width: 992px) {
    .table tbody tr {
        font-size: 16px
    }
}

.table tbody tr:nth-child(even) {
    background-color: #f6f6f6
}

.table tbody tr:hover td a {
    color: #dd3333
}

.table tbody tr td {
    min-width: 120px;
    padding-top: 16px;
    padding-bottom: 16px;
    white-space: nowrap
}

.table tbody tr td:first-child {
    border-start-start-radius: 10px;
    border-end-start-radius: 10px
}

.table tbody tr td:last-child {
    border-start-end-radius: 10px;
    border-end-end-radius: 10px
}

.table tbody tr td a {
    color: #04102b;
    text-decoration: underline;
    transition: all 0.3s
}

.table tbody tr td a.disabled {
    color: rgba(4, 16, 43, 0.3);
    text-decoration: none;
    pointer-events: none
}

.table tbody tr td a:hover {
    color: #dd3333
}

.input-group {
    padding: 0.4rem 0;
    background: #ffffff;
    border: 1px solid rgba(199, 199, 199, 0.5);
    border-radius: 10px;
    transition: all 0.3s
}

.input-group:focus-within {
    border: 1px solid #dd3333
}

.input-group .form-control {
    border: none;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #04102b !important;
    text-align: right
}

.input-group .form-control::-moz-placeholder {
    color: #a7a7a7
}

.input-group .form-control:-ms-input-placeholder {
    color: #a7a7a7
}

.input-group .form-control::placeholder {
    color: #a7a7a7
}

.input-group .form-control:focus {
    box-shadow: none
}

.input-group .form-control[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.input-group-text {
    border: none;
    background: white
}

.input-group-text img {
    max-height: 20px
}

.input-group-append .btn {
    padding: 11px 16px
}

.input-error {
    display: block;
    margin: 10px 0;
    color: #dd3333;
    font-size: 12px;
}

.form-select {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M3.75 6.375L9 11.625L14.25 6.375" stroke="%23A7A7A7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    background-size: 25px;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #04102b !important
}

.form-select:focus {
    border: 1px solid #dd3333;
    box-shadow: none
}

.form-label {
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #04102b !important
}

.form-label--lg {
    font-size: 16px
}

.form-check {
    display: flex;
    align-items: center;
    gap: 8px
}

.form-check-label {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: unset;
    color: #04102b !important
}

.form-check-input {
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    transition: all 0.3s;
    margin-top: unset;
    border-radius: 6px
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #dd3333
}

.form-check-input:checked {
    border-color: #dd3333;
    background-color: red;
}

.form-check-input:checked[type="checkbox"] {
    /* background-image: url("../images/icons/tick-square.svg"); */
    background-image: url("../images/icons/check.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.tabby .nav {
    border: none;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    padding: 14px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: none;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 1.5rem
}

.tabby .nav .nav-link {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: unset;
    color: #04102b !important;
    border: none;
    padding: 12px 16px;
    white-space: nowrap;
    transition: all 0.3s
}

@media (min-width: 992px) {
    .tabby .nav .nav-link {
        font-size: 18px
    }
}

.tabby .nav .nav-link svg {
    margin-left: 8px
}

.tabby .nav .nav-link:hover {
    color: #dd3333 !important
}

.tabby .nav .nav-link.active {
    border: none;
    color: #dd3333 !important;
    background: #f6f6f6;
    border-radius: 10px
}

.tabby .nav .nav-link.active svg path {
    stroke: #dd3333
}

.tabby .tab-content {
    margin-top: 24px
}

@media (min-width: 576px) {
    .modal .modal-dialog.modal-sm {
        max-width: 440px
    }
}

.modal .modal-dialog .modal-content {
    background: #ffffff;
    border-radius: 20px
}

.modal .modal-dialog .modal-content .modal-header {
    padding: 18px 24px;
    border-bottom: 1px solid #e5e5e5
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    line-height: 33px;
    color: #04102b !important
}

@media (min-width: 992px) {
    .modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 20px
    }
}

.modal .modal-dialog .modal-content .modal-header .close {
    all: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer
}

.modal .modal-dialog .modal-content .modal-header .close:hover {
    transform: rotate(90deg)
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 18px 24px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 33px;
    color: #04102b !important
}

@media (min-width: 992px) {
    .modal .modal-dialog .modal-content .modal-body {
        font-size: 16px
    }
}

.modal .modal-dialog .modal-content .modal-body.alert {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem
}

.auth {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    row-gap: 1rem
}

@media (min-width: 992px) {
    .auth {
        flex-direction: row;
        height: 100vh;
        max-height: 100vh;
        overflow: hidden
    }
}

.auth__content {
    width: 100%;
    flex-grow: 1;
    display: flex;
    align-items: center;
    overflow: auto;
    background: #fff;
    box-shadow: 0 0 16px 5px #dbdbdb;
}

.auth__body {
    padding: 1rem;
    width: 100%;
    max-height: 100%
}

.auth__body .content__card__head__title {
    margin-bottom: 3.75rem
}

@media (min-width: 992px) {
    .auth__body {
        padding: 4rem;
        padding-right: 8rem
    }
}

.auth__body__actions {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: 1rem;
    gap: 1.5rem;
    flex-wrap: wrap
}

.auth__body__actions a {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    color: #04102b !important;
    text-decoration: underline;
    transition: all 0.3s
}

.auth__body__actions a:hover {
    color: #dd3333 !important
}

.auth__body__buttons {
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media (min-width: 992px) {
    .auth__body__buttons {
        flex-direction: row;
        align-items: stretch
    }

    .auth__body__buttons button,
    .auth__body__buttons a {
        width: 100%;
        flex-grow: 1
    }
}

.auth__body__register {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #04102b !important;
    margin-top: 4rem;
    text-align: center
}

@media (min-width: 992px) {
    .auth__body__register {
        font-size: 18px
    }
}

.auth__body__register a {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #04102b !important;
    text-decoration: underline;
    transition: all 0.3s
}

@media (min-width: 992px) {
    .auth__body__register a {
        font-size: 18px
    }
}

.auth__body__register a:hover {
    color: #dd3333 !important
}

.auth__image {
    width: 100%;
    flex-grow: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth__image img {
    /* width: 100%; */
    /* height: 100% */
}

@media (max-width: 992px) {
    .auth__image {
        display: none;
    }

    .auth__image img {
         width: 100%;
        /* height: 100%*/
    }
}

.auth__image .content__footer__copy-right {
    background-color: white;
    position: absolute;
    z-index: 10;
    left: 2rem;
    bottom: 2rem;
    padding: 5px 10px;
    border-radius: 15px
}

.error-page {
    min-height: 100vh;
    align-items: center
}

@media (min-width: 992px) {
    .error-page {
        height: 100vh
    }
}

.error-page__content h1 {
    font-style: normal;
    font-size: 25px;
    font-weight: 800;
    line-height: 150%;
    color: #04102b !important
}

@media (min-width: 992px) {
    .error-page__content h1 {
        font-size: 42px
    }
}

.error-page__content p {
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #04102b !important;
    margin-top: 0.5rem;
    margin-bottom: 1rem
}

@media (min-width: 992px) {
    .error-page__content p {
        font-size: 24px;
        margin-top: 1rem;
        margin-bottom: 2rem
    }
}

.sc_video_in_loop_player_holder,
.share_box_holder {
    display: none
}

.balance {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    padding: 15px
}

@media (min-width: 992px) {
    .balance {
        padding: 24px
    }
}

.balance hr {
    margin: 0;
    background-color: unset;
    opacity: 1;
    border-top: 1px solid #eeeeee;
    margin-top: 15px;
    margin-bottom: 15px
}

.balance__header {
    font-style: normal;
    font-size: 16px;
    font-weight: 300;
    line-height: unset;
    color: #dd3333 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

@media (min-width: 992px) {
    .balance__header {
        font-size: 18px
    }
}

.balance__header span {
    font-weight: 800
}

.balance__header img {
    width: 30px;
    height: 30px
}

.balance__body {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem
}

@media (min-width: 768px) {
    .balance__body {
        flex-direction: row;
        align-items: flex-end
    }
}

.balance__body__input {
    flex-grow: 1
}

.balance__body__button {
    min-height: 42px;
    margin-bottom: 2px
}

.notification__detail {
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 15px
}

@media (min-width: 992px) {
    .notification__detail {
        padding: 24px
    }
}

.notification__detail p {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: #04102b !important
}

.notification__detail a {
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #dd3333 !important;
    text-decoration: underline
}

.notification__detail strong {
    font-weight: bold
}

.ticket__reply__form__collapse {
    border: 1px solid #bce8f1;
    border-radius: 15px;
    overflow: hidden;
}

.ticket__reply__form__collapse .ticket__reply__form__collapse__content {
    padding: 15px;
}

.ticket__reply__form__collapse button.reply {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #31708f;
    background-color: #d9edf7;
    border-width: 0;
    border-bottom: 1px solid #bce8f1;
    width: 100%;
    padding: 15px;
    text-align: right;
}

.ticket__messages {
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    border-radius: 16px
}

.ticket__messages.admin {
    border-left: 2px solid #04102b;
}

.ticket__messages__outter {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 15px
}

.ticket__messages__inner {
    margin: 15px
}

.ticket__message {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ticket__messages+.ticket__messages {
    margin-top: 40px
}

.ticket__message .ticket__message__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F6F6F6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.ticket__message__header__user {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ticket__message__avatar {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    border: 1px solid #e5e5e5
}

.ticket__message__avatar img {
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.ticket__message__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 100%
}

/* @media (min-width: 992px) {
   .ticket__message__body {
      max-width: 100%
   }
} */

.ticket__message__body__text {
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #04102b !important;
    direction: rtl;
    text-align: start
}

.ticket__message__body__attachments {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.ticket__message__body__attachments_label {
    color: #5a5a5a;
    padding-top: 10px;
    font-size: 12px;
    border-top: 1px solid #F6F6F6;
}

.ticket__message__body__attachments button {
    border: none;
    border-radius: unset;
    background-color: snow;
    color: rgb(255, 71, 71);
    font-size: 10px;
    padding: inherit;
    font-family: Arial, Helvetica, sans-serif;
}

.ticket__message__body__date {
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #a7a7a7 !important;
    display: flex;
    flex-direction: row;
    gap: 8px
}

.ticket__message__rating {
    display: flex;
    justify-content: flex-end;
}

.ticket__message__rating_stars {
    display: flex;
    flex-direction: row-reverse;
    gap: 3px;
}

.ticket__message__rating_star.rateable {
    cursor: pointer;
}

.ticket__message__rating_star.rateable:hover,
.ticket__message__rating_star.rateable:hover~.ticket__message__rating_star.rateable svg {
    color: #f1db0d;
}

.ticket__message__rating_star.active svg {
    stroke: #f1db0d;
}

.ticket__message__ticket_signature {
    margin-top: 10px;
    padding: 15px;
    font-size: 13px;
    background-color: #F6F6F6;
    border-radius: 15px;
    line-height: 25px;
}

.ticket__message.admin {
    direction: ltr
}

.ticket__message.admin .ticket__message__avatar {
    border: 1px solid #04102b
}

.ticket__message.admin .ticket__message__body__text {
    background: #04102b;
    color: white !important
}

.ticket__message.admin .ticket__message__body__date {
    flex-direction: row-reverse;
    text-align: start;
    justify-content: flex-end
}

.invoice {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    row-gap: 3rem
}

.invoice__container {
    visibility: hidden
}

.invoice__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.invoice__header__logo {
    height: 50px
}

.invoice__header__logo img {
    width: 100%;
    height: 100%
}

.invoice__header__issue {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    color: #04102b !important
}

.invoice__title {
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    color: #04102b !important;
    text-align: center
}

.invoice__price {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    color: #04102b !important
}

.invoice__price span {
    background-color: white;
    padding: 10px 20px;
    border-radius: 16px
}

.invoice__card {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem
}

.invoice__card__header {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    line-height: unset;
    color: #04102b !important
}

.invoice__card__body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem
}

.invoice__card__body__item {
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    line-height: unset;
    color: #04102b !important
}

.invoice__card__body__item>span {
    opacity: 0.4;
    font-weight: normal
}

.invoice__card.invoice-order-detail .invoice__card__body {
    -moz-column-gap: 0;
    column-gap: 0;
    justify-content: flex-start
}

.invoice__card.invoice-order-detail .invoice__card__body__item {
    width: 25%
}

.invoice-detail {
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 14px;
}

.invoice-detail.description {
    line-height: 30px;
}

.invoice-detail.description h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.invoice-detail .payment-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.invoice-detail .payment-details .payment-detail {
    display: flex;
    align-items: center;
    gap: 20px;
}

.invoice-detail .payment-details .payment-detail svg {
    stroke: #ADADAD;
    width: 24px;
    height: 24px;
}

.invoice-detail .payment-details .payment-detail label {
    color: #7e7e7e;
}

.invoice-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.invoice-details .details-right {
    width: 67%;
    display: flex;
    flex-direction: column;
    gap: 20px;

}


.invoice-details .details-right-full {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.invoice-details .details-left {
    width: 30%;
}

@media (max-width: 992px) {
    .invoice-details {
        flex-direction: column;
    }

    .invoice-details .details-right {
        width: 100%;
    }

    .invoice-details .details-left {
        width: 100%;
    }
}

.products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.product {
    width: 48%;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #04102b !important;
    text-align: justify;
    padding: 15px 19px
}

@media (min-width: 992px) {
    .product {
        font-size: 16px;
        padding: 25px 24px
    }
}

.product__title {
    margin-bottom: 10px;
}

.product__title h3 {
    font-size: 1.2rem;
}

.product__body {}

.order__product__metas {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order__product__meta {
    display: flex;
    flex-direction: row;
    gap: 20px;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 16px;
    padding: 14px;
}

.order__product__meta .order__product__meta__title {
    min-width: 150px;
    color: #a9a9a9;
}

.invoice-container {
    margin: 15px auto;
    padding: 70px;
    max-width: 850px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.ticket_attachments_preview img {
    border: 2px solid #ccc;
    padding: 5px;
    border-radius: 10px;
    width: 50px;
    height: 50px;
}

span.period-type-color {
    border: 2px solid #de3333;
    border-radius: 10px;
    padding: 2px 12px;
    margin-top: 10px !important;
    box-shadow: inset 0 0 13px 3px #ff4d4db3;
}

.text-left {
    direction: ltr;
    text-align: left !important;
}

.with-select-input-in-side .input-group select {
    border-radius: 5px !important;
    border: none;
    padding: 5px;
}
.with-select-input-in-side .input-group select option {
    display: flex;
    justify-content: center;
    align-content: center;
}

blockquote {
    background: #404040;
    border-left: 5px solid #229dff;
    color: #ffffff;
    font-family: Consolas, Monaco, "Courier New", monospace;
    padding: 2rem 1.25rem;
    margin: 1rem 0;
    border-radius: 0.5rem;
    overflow-x: auto;
    font-size: 0.95rem;
    line-height: 1.6;
    position: relative;
}
blockquote::before {
    content: "“";
    position: absolute;
    top: -2rem;
    left: 1rem;
    color: #6e6e6e;
    font-size: 8.75rem;
    padding: 0.2rem 0.6rem;
    border-radius: 0.25rem;
}

/* بلوک کد اصلی */
pre {
    background-color: #1e1e2f; /* پس‌زمینه تاریک */
    color: #d4d4d4; /* رنگ متن روشن */
    font-family: 'Fira Code', Consolas, Monaco, 'Courier New', monospace;
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
    overflow-x: auto; /* اسکرول افقی برای کد طولانی */
    position: relative;
    margin: 1rem 0;
    white-space: pre; /* حفظ فاصله و خط‌ها */
    border: 1px solid #2c2c3e; /* حاشیه ظریف */
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
}

/* تگ <code> داخل pre */
pre code {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

/* شماره‌گذاری خطوط اختیاری */
pre code::before {
    content: "";
}

/* هاور کردن برای هایلایت شدن (اختیاری) */
pre:hover {
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

/* نسخه Light Mode */
/*@media (prefers-color-scheme: light) {
    pre {
        background-color: #f5f5f5;
        color: #1f2937;
        border: 1px solid #e5e7eb;
        box-shadow: inset 0 0 3px rgba(0,0,0,0.05);
    }
}*/


.input-group.mb-3.justify-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-top: 10px;
}


