::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c2c6c5;
}

:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color: #c2c6c5;
}

::-ms-input-placeholder{ /* Microsoft Edge */
  color: #c2c6c5;
}
.uiInput{
    position: relative;
    display: inline-flex;
    color: rgba(0,0,0,.87);
}
.uiInput.fluid{
    width: 100%;
}
.uiInput.small{
    font-size: 13px;
}
.uiInput>input{
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    text-align: left;
    line-height: 2.5;
    outline: none;
    width: 100%;
    border-radius: 6px;
    font-size: 15px;
    border: 1px solid #ddd;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    padding: 0px 12px;
}
.uiInput>textarea{
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    text-align: left;
    line-height: 1.21428571em;
    outline: none;
    width: 100%;
    border-radius: 6px;
    font-size: 20px;
    border: 1px solid #ddd;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    padding: 8px 12px;
}
.uiInput>input:hover:not(:focus){
    border-color: #d0d0d0 !important;
}
.field.error .uiInput>input,
.field.error .select select{
    border-color: #ea3a2d !important;
}
.uiInput>input:focus, .uiInput>textarea:focus{
    box-shadow: 0 0 0 4px rgb(0 132 255 / 50%) !important;
    outline: 0 !important;
    transition: none !important;
}
.uiInput.hIcon>input{
    padding-left: 34px;
    padding-right: 34px;
}
.uiInput.hIcon .iconLeft{
    cursor: default;
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 34px;
    opacity: .2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uiInput.hIcon .iconRight{
    cursor: default;
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 34px;
    opacity: .2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uiButton{
    background: #e0e1e2;
    cursor: pointer;
    display: inline-block;
    min-height: 36px;
    outline: 0;
    border: none;
    color: rgba(0,0,0,.6);
    padding: 11px 21px;
    font-weight: 700;
    -webkit-transition: .1s;
    transition: .1s;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
}
.uiButton.com{
    padding: 8px 8px;
    height: auto;
    min-height: auto;
}
.form1 .fields{
    display: flex;
}
.form1 .fields .field{
    padding-right: 16px;
}
.form1 .field, .form1 .fields{
    margin-bottom: 16px;
}
.form1 .fields .field:last-of-type{
    margin-bottom: 0px;
}
.uiForm{
    position: relative;
    max-width: 100%;
}
.uiForm .field>label{
    display: block;
    margin: 0 0 0.28571429rem 0;
    color: rgba(0,0,0,.87);
    font-size: .92857143em;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.4;
}
.uiForm .required.field>label:after{
    display: inline-block;
    vertical-align: top;
    margin: -0.2em 0 0 0.2em;
    content: '*';
    color: #db2828;
}
.uiForm.large{
    font-size: 16px;
}
.ui.error.message {
    -webkit-box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
    box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}
.ui.error.message {
    background-color: #fff6f6;
    color: #9f3a38;
}
.ui.message {
    position: relative;
    min-height: 1em;
    margin: 1em 0;
    background: #f8f8f9;
    padding: 12px 32px;
    line-height: 1.3;
    border-radius: 8px;
}
.uiForm .error.message, 
.uiForm .success.message, 
.uiForm .warning.message{
    display: none;
}
.uiForm .field.error .input, 
.uiForm .field.error label, 
.uiForm .fields.error .field .input, 
.uiForm .fields.error .field label{
    color: #9f3a38;
}
.uiInput.disabled>input, 
.uiInput:not(.disabled) input[disabled]{
    pointer-events: none;
    opacity: .45;
}
.uiForm .field .error{
    display: none;
    color: #ea3527;
    font-size: 13px;
    text-align: left;
}
.uiForm .field.error .error{
    display: block;
}
.uiForm .field.error input[type=text], 
.uiForm .field.error input[type=number], 
.uiForm .field.error select{
    border-color: #ea3a2d;
}
.uiForm .field.error ._zCbo0 label{
    color: #ea3527;
}
.uiForm .field .field1{
    display: flex;
}
.uiForm .field .field1 .field2{
    margin-right: 10px;
}
.uiForm .dty0{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 16px;
}
.uiForm .dty{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-start: auto;
    grid-row-start: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}
.uiForm .dty1{
    width: 100%;
    background: #f1f2f3;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 4px 6px;
}
.uiForm .dty2{
    border-bottom: 1px solid #dedede;
    margin-bottom: 6px;
}
.uiForm .dty3{
    display: flex;flex-direction: column;line-height: 1.5;
}
.uiForm .dty4{
    
}
.__llp {
    position: absolute;
    background: #000000;
    padding: 2px;
    font-size: 11px;
    line-height: 1;
    right: 0px;
    border: 1px solid #f1f2f3;
    color: #fff;
    border-radius: 4px;
}
/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991px){
    
}
/* SMARTPHONE */
@media only screen and (min-width: 0px) and (max-width: 767px){
    .form1 .fields{
        flex-direction: column;
    }
    .uiForm .field .field1{
        flex-direction: column;
        margin-top: -10px;
    }
    .uiInput.hIcon .iconLeft,
    .uiInput.hIcon .iconRight{
        width: 50px;
    }
    .uiInput>input{
        min-height: 46px;
        padding: 0 8px;
        font-size: 20px;
        line-height: 2;
    }
    .uiForm .field>label{
        font-size: 18px;
    }
    .uiButton{
        padding: 10px;
        font-size: 16px;
    }
}