﻿/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&display=swap');

#app {
    background: linear-gradient(359deg, #FFA723, #FFA723,#FFA723, #FF5601, #FF5601,#FF5601) !important;
}

input:focus {
    outline: none;
}

.backdrop-web-profile {
    background-color: #00000033;
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 999999;
    justify-content: center;
    align-items: center;
    display: flex;
}

.text-web {
    margin: 10px;
    text-transform: inherit !important;
    font-weight: bolder;
    text-align: center;
}

.description-popup {
    text-transform: inherit !important;
    text-align: center;
    font-weight: 500;
    font-size: medium;
    padding: 0 20px 0 20px;
}

/*.pop-web {
    width: 30%;
    position: absolute;
    display: grid;
    border-radius: 15px;
    background-color: white !important;
    z-index: 999999999;
}

.pop-mobile {
    width: 88%;
    position: absolute;
    display: grid;
    border-radius: 15px;
    background-color: white !important;
    z-index: 999999999;
    box-shadow: 2px 3px 8px 5px rgba(0, 0, 0, 0.2);
}*/

.icon-close-web {
    padding-bottom: 8px;
    justify-content: center;
    display: flex;
}

.close-popup-web {
    color: white;
    background-color: #B70303;
    padding: 9px;
    border-radius: 20px;
    margin: 0;
    cursor: pointer;
}

.icon-web {
    width: auto;
    display: flex;
    justify-content: center;
    padding: 10px;
    background-color: rgb(241, 199, 0);
    border-radius: 15px 15px 0 0;
}

    .icon-web > span {
        font-size: xxx-large;
        color: white;
    }

.backdrop {
    background-color: #00000033;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.none {
    display: none !important;
}

.form {
    background: white;
    padding: 10px;
    border-radius: 18px;
}


.invisible {
    display: none;
}

.required {
    color: red;
    display: initial;
    margin-left: 5px;
    margin-block-start: 0;
    margin-block-end: 0;
}

.not-required {
    display: none;
}

.visible {
    display: initial;
}

.requerid-input {
    border-color: red !important;
    margin-bottom: 0 !important;
}

.requerid-text {
    display: initial;
    color: red;
    font-size: 10px;
    line-height: 15px;
    z-index: 99;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 10px;
}

.input-field-edit:focus, select:focus {
    outline: none;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    transition: 0.25s;
    transition-timing-function: ease-out;
    transform: translateY(0);
    opacity: 1;
}

.select-segment {
    border-radius: 8px;
    height: 35px;
    width: 100%;
    border: none;
    text-transform: capitalize;
    padding-left: 10px;
    color: white;
    margin-bottom: 15px;
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 2rem !important;
}

.label-edit {
    color: #FF5601;
    font-weight: 600;
    margin-bottom: 5px;
}

.form {
    transition: ease all 1s;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.input-field-edit {
    border-radius: 8px;
    height: 30px;
    width: calc(100% - 15px);
    border: 1px solid #FF5601;
    text-transform: capitalize;
    padding-left: 10px;
    margin-bottom: 5px;
}


.form {
    transition: ease all 1s;
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    flex-wrap: wrap;
}

.input-num-address {
    width: 50px;
    margin-left: 10px;
}

.content-form {
    margin-bottom: 0px;
    display: flex
}



.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.modal-container {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 420px;
    margin: 7px;
    padding: 16px;
    animation: fadeInUp-b-1mlb1f5z1t 0.3s ease;
    position: relative;
}

@media(max-height: 600px) {
    #app {
        height: calc(100vh + 80px);
        min-height: calc(100vh + 80px);
        overflow: clip;
    }

    .menu {
        bottom: -81px !important;
    }

    .page {
        height: calc(100vh + 80px) !important;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.grecaptcha-badge-terms {
    font-size: 10px;
    margin: 5px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
}

.not-content {
    display: flex;
    height: 100px;
    background: #FF5601;
    border-radius: 10px;
    align-items: center;
    padding: 20px;
}

    .not-content > p {
        color: white;
        font-weight: 600;
        text-align: center;
    }

* {
    user-select: none;
}

.invisible {
    display: none !important;
}

.fade-in-opacity {
    opacity: 0;
    animation: 1s fadein-opacity;
    animation-fill-mode: forwards;
}

.fade-out-opacity {
    opacity: 1;
    animation: 0.2s fadeout-opacity;
    animation-fill-mode: forwards;
}

@keyframes fadein-opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeout-opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


html {
    height: -webkit-fill-available;
}

input::placeholder {
    text-transform: initial;
}

html, body, #app {
    font-family: 'Sora', sans-serif;
    text-decoration: none;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    transition: 0.5s ease all;
    overflow: hidden;
}

h6, span {
    font-size: 14px;
}

p, h3, b {
    font-size: 12px;
}


h1: focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.disable-button {
    background-color: grey !important;
}

.content-filter {
    display: flex;
    align-items: center;
    background-color: #B70303;
    border-radius: 8px;
    /*width: 95%;*/
    /*margin-left: 10px;*/
    color: white;
    padding: 2px 0px 2px 10px;
}


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.status-bar-safe-area {
    display: none;
}

/*CheckBox*/
.content-checkbox-protection {
    display: flex;
    margin: 20px 0px;
}

.content-input-checkbox {
    margin-right: 1px;
}

.input-checkbox {
    width: 20px;
}

.content-description-protection {
    display: flex;
    align-items: center;
}

.description-protection {
    font-size: 12px;
    text-align: center;
    margin: 0
}

:root {
    --font-app: 'Sora', sans-serif;
    --app-bg-start: #ff8a3d;
    --app-bg-end: #f14f1c;
    --surface-0: #fffdfb;
    --surface-1: #fff6ef;
    --surface-2: #ffe7d7;
    --text-strong: #3b1d0c;
    --text-soft: #7a543e;
    --accent: #ff5a1f;
    --accent-strong: #db4712;
    --border-soft: rgba(130, 66, 28, 0.12);
    --shadow-soft: 0 16px 38px rgba(90, 31, 0, 0.12);
    --radius-card: 22px;
    --radius-control: 16px;
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-md: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.375rem;
}

html, body, #app {
    overflow: auto;
    color: var(--text-strong);
    background: transparent;
    font-family: var(--font-app);
    font-size: 15px;
    line-height: 1.45;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--text-strong);
    letter-spacing: -0.02em;
    font-family: var(--font-app);
    line-height: 1.2;
}

p, b, label, span, a, button, input, select, textarea {
    font-family: var(--font-app);
}

p {
    font-size: var(--text-sm);
}

h1 {
    font-size: clamp(1.5rem, 2vw + 1rem, 2.1rem);
}

h2 {
    font-size: clamp(1.25rem, 1.4vw + 0.95rem, 1.7rem);
}

h3 {
    font-size: var(--text-md);
}

h4 {
    font-size: var(--text-lg);
}

h5, h6 {
    font-size: var(--text-sm);
}

b,
strong {
    font-weight: 700;
}

button,
.btn,
input,
select,
textarea {
    font-size: var(--text-sm);
}

a, .btn-link {
    color: var(--accent);
}

.body,
.body-web {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 241, 0.98));
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-soft);
}

.body {
    height: auto;
    min-height: calc(100vh - 148px);
    margin: 0 10px;
    padding: 8px 0 14px;
}

.body-web {
    overflow: auto;
    min-height: calc(100vh - 160px);
}

.form {
    gap: 6px;
    background: transparent;
    padding: 0;
}

.label-edit {
    color: var(--accent);
    font-weight: 700;
    margin-bottom: 2px;
}

.input-field-edit,
.select-segment,
.input-search,
.select-search {
    min-height: 44px;
    border-radius: var(--radius-control);
    border: 1px solid var(--border-soft);
    background: rgba(255, 255, 255, 0.96);
    color: var(--text-strong);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    font-size: var(--text-sm);
}

.input-field-edit {
    width: calc(100% - 14px);
    padding-left: 12px;
}

.input-field-edit:focus,
.select-segment:focus,
.input-search:focus,
.select-search:focus {
    outline: none;
    border-color: rgba(255, 90, 31, 0.55);
    box-shadow: 0 0 0 4px rgba(255, 90, 31, 0.12);
    transform: none;
}

.btn-search,
.btn-search-web {
    min-height: 46px;
    border-radius: 16px;
    border: 0;
    background: linear-gradient(180deg, #7bc61c, #5aa411);
    color: white;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(74, 126, 14, 0.24);
    font-size: var(--text-sm);
}

.btn-search {
    width: min(315px, 100%);
}

.card-mobile,
.card-user,
.card {
    border-radius: 22px;
    box-shadow: var(--shadow-soft);
}

.card-mobile {
    height: auto;
    min-height: 112px;
    background: linear-gradient(180deg, #ff8f3b, #ff5c1f);
}

.card-user {
    background: linear-gradient(180deg, #fff9f4, #ffece0);
    color: var(--accent);
}

.card-user-description,
.description-popup,
.description-protection,
.forgot-password,
.create-account,
.span-create-account,
.nav-text,
.requerid-text,
.grecaptcha-badge-terms {
    font-size: var(--text-sm);
}

.label-edit,
.title-card,
.card-user-description {
    font-weight: 600;
}

.text-web {
    font-size: var(--text-md);
}

.search-bar {
    width: 100%;
    margin-top: 0;
    padding: 0 12px;
    box-sizing: border-box;
}

.content-search {
    gap: 10px;
}

.not-content {
    background: linear-gradient(180deg, #ff6e28, #eb531b);
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
}

::placeholder {
    color: #a17156;
    opacity: 1;
}

@media (min-width: 769px) {
    .body {
        margin: 0;
        min-height: calc(100vh - 176px);
    }

    .search-bar {
        padding-inline: 18px;
    }
}
