.rc-msg {
    font-size: 10px;
    color: gray;
}

.form-required
{
	color: red;
}

.error-fld {
	/*display: block;*/
	/*float: left;*/
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
    background-position: left top;
}
tr:nth-child(2) td:nth-child(2) input{
	/*height: 10vw;*/
}
.main-callback .input {
    width: unset;
}
/* .main-callback textarea { */
    /* width: unset; */
/* } */

.main-callback input, .main-callback textarea {
    display: inline-block;
    font-weight: 400;
    line-height: 2;
    text-align: start;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem 1rem;
    font-size: 1rem;
    border-radius: 0.4rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media(max-width: 1200px) {    
    .main-callback input, .main-callback textarea {
        font-size: .9rem;
    }
}
@media(max-width: 768px) {
    .main-callback {
        flex-direction: column;
    }
    .main-callback input {
        width: 100%!important;
    }
}
.main-callback input:focus {
    outline: none;
}
.form-row{
	align-items: center;
    justify-content: center;
}
.close:hover{
	cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{
	opacity: 1;
}
.form textarea{
	height: 10vh;
}
.form-btn-right{
	float: right;
	padding-top: 15px;
}

.input__wrapper {
    margin: 4px 0 10px 0;
}

.input__wrapper label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.input__file {
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
}

.input__file-button {
}

.input__file-icon {
    width: 18px;
}

.input__file-button-text {
    margin: 0 6px;
    font-weight: normal;
}