button,
input,
select {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

.form-row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.form-row>.col,.form-row>[class*=col-]{
    padding-right:5px;
    padding-left:5px
}
.form-group {
	margin-bottom: .1rem
}
.form-group select,
input {
	margin-bottom: 10px;
	font-family: unset;
	box-sizing: border-box
}

.form-group select:focus,
input[type="text"]:focus {
	font-size: initial;
	border-color: #81c0ff;
	box-shadow: 0 1px 1px #00000013 inset, 0 0 8px #2aaccc99;
	outline: 0 none
}
.form-control {
	text-align-last: center;
	display: block;
	width: 100%;
	padding: .375rem .75rem!important;
	font-family: unset!important;
	font-size: 1rem!important;
	line-height: 1.5!important;
	border: 1px solid #3b96ff!important;
	direction: rtl;
	text-align: center;
	border-radius: 5px
}
.mx-auto {
    margin: 0 auto!important;
    text-align: center;
}
.sharh {
    text-align: center;
    border: 2px solid #65884559;
    background: #c4fbc8;
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
}
.invalid {
	text-align: center;
    border: 2px solid #ebebeb;
    background: #fbf5c4;
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
}

.col-sm-100{
    width:100%;
    min-height:1px;
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
.dokmeh{
	font-family: unset!important;
	font-size: unset!important;
    width:100%!important;
    min-height:1px;
}
.mx-auto{
    margin:0 auto!important;
    text-align:center
}
.natijeh{
    text-align:center;
}
@media (min-width:768px){
    .col-md-55{
        -webkit-box-flex:0;
        -ms-flex:0 0 33.33%;
        flex:0 0 33.33%;
        max-width:33.33%
    }
	.col-100.{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
	.col-md-50{
        -webkit-box-flex:0;
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
}
@media (max-width:576px){
    .col-100{
        width:100%!important
    }
	
}
