.input-box {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
    font-size: 14px;
    -webkit-box-flex: 1;
    width: 100%;
}
.input-wrap {
    line-height: 1.5em;
    letter-spacing: 0.01em;
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    border-radius: 3px;
    font-size: 14px;
}
.input-hint {
    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:-webkit-autofill,input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}
.input-wrap button {
    border:none;
    display:flex;
}
.input-wrap input::-webkit-input-placeholder {
    color: transparent;
}
.input-box fieldset {
    text-align: left;
    position: absolute;
    margin: 0px;
    padding: 0px 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    width:100%;
    height: calc(100% + 6px);
    box-sizing: border-box;
    bottom: 0px;    
}
  .input-box label {
    line-height: 1.5em;
    letter-spacing: 0.01em;
    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.5em;
    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;

    margin:0px;
    padding:0px 8px;
    pointer-events:none;
    border-radius:inherit;
    border-style:solid;
    overflow:hidden;
    min-width:0px;
    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;    
}
.input-before,.input-after {
    display:flex;
    height: 100%;
    align-items: center;    
}
.input-wrap > div {
    min-height: 38px;
    max-width: calc(100% - 34px);
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding:5px;
    flex-wrap: wrap;
}
.input-wrap button {            
    gap: 0px;
    justify-content: center;
}            
.phone-box .input-after,.password-box .input-after {
    height: 38px;
    border-radius: 0px 8px 8px 0;
    justify-content:center;
    width: 72px;
}
.flag-icn {
    border:0px;
    padding:0px;
    margin:0px;
    width: 21px;
    height: 16px; 
    background-size: 100%;
    background-repeat:no-repeat;
    background-position:center;
}
.alert-box .alert-icon {
    margin-right: 18px;
    display: flex;
    opacity: 0.9;
    align-items: center;
    margin-top:1px;
    position:relative;
    z-index:9000;
}
.alert-icon svg {
    user-select: none;
    width: 24px;
    height: 24px;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    z-index: 1;
    border-radius: 12px;   
    
}
.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;
    display:flex;
    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;
    background: none;
    border: none;
}
.alert-close button svg{
    user-select: none;
    width: 24px;
    height: 24px;
    display: inline-block;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.alert-box {  
    border-radius: 30px;
    overflow: hidden;
    right: 20px;
    z-index: 5001;
    opacity: 1;
    position: fixed;
    bottom: 20px;
    width: calc(100% - 40px);
    color: #444;
    font-weight: 500;
    background: rgba(254, 243, 202, 1);
    max-width: calc(500px - 40px);
}
.alert-box>div {
    display:flex;
    padding:10px 15px;
    min-height: 58px;
}
.alert-box.green-alert  {
    color: #218a28;
    background: #bbffdd;                
}
.green-alert .alert-icon svg {
    background: #57eebb;
    fill: #218a28;
}
.alert-box svg,.alert-close button svg {
    fill:#444;
}
.arrow {
  border: solid #c1c1c1;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
}
.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
    .status-box{
        margin: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        font-size: 20px;
        padding-bottom: 30px;
        justify-content: center;
    }
    .status-content {    
        height: 100%;
        font-size: 16px;
        color: rgb(93 93 93);
        width: 180px;
        margin: auto;
        height: 340px;
        margin-top: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .status-box h3,.status-box p {
        text-align:center;
        justify-content:center;
        padding:0px;
        margin:0px;
    }
    .success-content svg {
        margin: 0 auto;
    } 
    .success-content {
        width:200px;
    }    
    .success-box .back-button {
        width:100%;
        justify-content: center;
    }