@font-face {
    font-family: 'Gilroy';
    src: url('/src/fonts/Gilroy-Regular.woff2') format('woff2'),url('/src/fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/src/fonts/Gilroy-Semibold.woff2') format('woff2'),url('/src/fonts/Gilroy-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/src/fonts/Gilroy-Bold.woff2') format('woff2'),url('/src/fonts/Gilroy-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
*, ::before, ::after {
    box-sizing: inherit;
}
html {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    text-size-adjust: 100%;
    min-height:100%;
}    
a,a:hover,a:visited{
    text-decoration:none;
    color: inherit;
}
p {
    margin:0px;
}
input:focus,textarea:focus,select:focus{
    outline:none;
}
select {
    background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 10L12 14L8 10" stroke="%23888483" stroke-width="1.47799" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    -webkit-appearance: none;
    background-position: calc(100% - 4px);
}
.input-box {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;    
    margin-bottom: 16px;
    font-size: 14px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
}
.input-wrap {
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
    border-radius: 16px;
    font-size: 14px;
}
.input-hint {
    color: rgba(255, 255, 255, 0.50);
    font-size: 12px;
    font-style: normal;
    line-height: 140%;
    display: none;
    transition: all 0.3s ease 0s;
    max-width:300px;
}
.input-focus .input-hint {
    display: block;    
}
.input-wrap span {
    padding: 0px 10px 0px 0px;
    display: flex;
}
.input-wrap input::-webkit-input-placeholder {
    color: transparent;
}
.input-box fieldset {
    text-align: left;
    position: absolute;
    inset: -5px 0px 0px;
    margin: 0px;
    padding: 0px 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
}
  .input-box label {
    color: rgba(0, 0, 0, 0.4);
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    padding: 0px;
    display: block;
    transform-origin: left top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 24px);
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translate(14px, 9px) scale(1);
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, padding 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    z-index: 1;
    pointer-events: none;
    font-size:14px;
    
 } 
 .input-box input,.input-box textarea,.input-box select {
    font: inherit;
    letter-spacing: inherit;
    color: currentcolor;
    border: 0px;
    box-sizing: content-box;
    background-color: transparent;
    height: 1.4375em;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    animation-name: autofill-cancel;
    animation-duration: 10ms;
    padding: 8.5px 14px;
    border-radius: 16px;
    font-size: 14px;
 }
 .input-box textarea {
    padding: 16.5px 14px;
}
.input-box legend {
    float: unset;
    width: auto;
    overflow: hidden;
    display: block;
    padding: 0px;
    height: 11px;
    font-size: 0.75em;
    visibility: hidden;
    max-width: 0.01px;
    transition: max-width 50ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    white-space: nowrap;
}
.input-box.input-focus legend { 
    max-width: 100%;
    transition: max-width 100ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.input-box legend span {
    padding-left: 5px;
    padding-right: 10px;
    display: inline-block;
    opacity: 0;
    visibility: visible;
}
.input-focus .input-wrap {

}   
.input-focus fieldset {
    text-align:left;
    position:absolute;
    inset:-5px 0px 0px;
    margin:0px;
    padding:0px 8px;
    pointer-events:none;
    border-radius:inherit;
    border-style:solid;
    overflow:hidden;
    min-width:0px;
    border-color: rgb(134,82,51);
    border-width:1px;
}
.input-focus label {
    display: block;
    transform-origin: left top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(133% - 32px);
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translate(14px, -9px) scale(0.75);
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, padding 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    z-index: 1;
    pointer-events: auto;
    user-select: none;
    padding: 0 3px;    
    color: rgb(134,82,51);
}   
.btn{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
}
.btn-link,
.btn-grey,
.btn-white,
.btn-brown,
a.btn-brown,
.btn-border,
.btn-light,
.btn-clear,
.btn-red,
.btn-green,
.btn-white:visited,
.btn-brown:visited,
.btn-light:visited,
.btn-clear:visited 
{
    display: flex;
    gap: 8px;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    padding: 6px 8px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    text-transform: initial;
    border-radius: 16px;
    background: rgb(134, 82, 51);
    color: rgb(255, 255, 255);
    align-items: center;
}
.btn-image {
    text-align: center;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: visible;
    color: rgba(0, 0, 0, 0.54);
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding: 5px;
    font-size: 1.125rem;    
}
.btn-clear {
    background:none;
    border: 1px solid #fff;
}
.btn-white,a.btn-white:visited,.btn-light,a.btn-light:visited{
    color: rgb(134, 82, 51);
    border: 1px solid rgb(134, 82, 51);
    transition: all 0.3s ease 0s;
    margin-top: 16px;
    background:#fff;
}
.btn.btn-green,a.btn-green:visited{
    background: #49B774;
    border-color: #49B774;
    color:#fff;
}
.btn-red,a.btn-red:visited{
    background:#DB464E;
    border-color: #DB464E;    
    color:#fff;            
}
.btn-link {
    color:#865233;
    background:none;
}
.btn-border {
    border:1px solid #865233;
    color:#865233;
    background:none;
}
.btn-bullet {
    display: flex;
    height: 26px;
    padding: 11px 30px 10px 12px;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    border-radius: 16px;
    border: 1px solid #888483;
    color: #888483;
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    letter-spacing: 0.1px;
    background-image:url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8.5" cy="8.5" r="7.33333" stroke="%23888483" stroke-width="1.33333"/></svg>');
    background-position: calc(100% - 5px);
    background-repeat: no-repeat;
}
.btn-bullet.active {
    background-color: #865233;
    background-image:url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="8.5" cy="8.5" r="7.33333" stroke="white" stroke-width="1.33333"/><circle cx="8.49999" cy="8.50011" r="4.44444" fill="white"/></svg>');
    color:#fff;
}
button.btn:disabled {
    background-color:#E7E6E6;
    color:#B8B5B4;
    font-weight:600;
}
.btn-wide,a.btn-wide {
    width:100%;
}
.btn-light {
    border:none;   
}
.btn-bold,a.btn-bold {
    font-weight:600;
}
.alert-box {
    z-index: 1400;
    position: fixed;
    display: flex;
    left: 0px;
    right: 0px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    top: 0px;
    border-radius: 0px 0px 30px 30px;
}
.alert-box>div {
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    display: flex;
    padding: 6px 42px 6px 38px;
    color: rgb(255, 255, 255);
    width: 100%;    
    opacity: 1;
    transform: none;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.error-box {
    display: flex;
    width: 100%;
    padding: 12px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 16px;
    background: rgba(219, 70, 78, 0.10);
    color: #110906;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; 
    letter-spacing: 0.1px;
}
.alert-box.red-alert {
    background-color: #DB464E;
}
.alert-box.green-alert {
    background-color: rgb(43 185 65);
}
.alert-box .alert-icon {
    margin-right: 12px;
    padding: 7px 0px;
    display: flex;
    font-size: 22px;
    opacity: 0.9;
    align-items: center;
}
.alert-icon svg {
    user-select: none;
    width: 24px;
    height: 24px;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: inherit;
}
.alert-box .alert-text {
    display:flex;
    min-width: 0px;
    overflow: auto;
    align-items: center;
}

.alert-close {
    display: flex;
    align-items: center;
    padding: 0;
    margin-left: auto;
}
.alert-box .alert-close button {
    text-align: center;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: visible;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: inherit;
    padding: 5px;
    font-size: 1.125rem;  
}
.alert-close button svg{
    user-select: none;
    width: 24px;
    height: 24px;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.25rem;
}
.loading {
    top: 0px;
    right: 0px;
    width:100%;
    height:100%;
    position:fixed;
    z-index:100;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(3.5px);
}
.loader {
    margin: 45vh auto;
    animation: 4s linear 0s normal none infinite running rotate;
    -webkit-animation: 4s linear 0s normal none infinite running rotate;
    width: 80px;
    height:80px;
    background-image:url('/src/img/png/load.png');
    background-repeat:no-repeat;
    background-size:100%;
    background-position:center;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}  