body{
    margin:0;
    padding: 0;
    direction: rtl;
    background: #e2e8f0;
    font-family: IRANSansfanum;
    font-size: 16px;
    /*white-space: nowrap;*/

}
main{
    padding:5px;
}
.title{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: "IranNastaliq";
    font-size: 20px;
    line-height: 35px;
}
.title span:last-child{
    margin-top: 10px;
    font-size: 25px;
}
.title img{
    width: 90px;
    margin-bottom: 10px;
}

.customized-fieldset {
    border: 1px dashed #797979;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.customized-fieldset > legend {
    padding: 0 5px;
    width: auto;
    color: #484848;
    font-weight: 600;
}

.intro{
    display: flex;
}

.info-line span:first-child{
    color: #2d3874;
}

.info-line span:last-child{
    color: #5a4e49;
}

.user-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 10px;
}
.information {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    padding: 10px;
}



input[type="checkbox"] {
    transform: scale(1.5);
    margin: 0 5px 0 0;
}
input[type="checkbox"] ~ label{
    margin-right: 5px;
    font-size: 14px;
}

textarea,.form-input{
    border-radius: 7px;
    width: 100%;
    background: transparent;
    padding:10px;
    border: 1px solid #ababab;
    line-height: 15px;
    font-family: IRANSansfanum;
}
textarea:focus,input:focus{
    border:1px solid black;
}

.input-part{
    position: relative;
    display: flex;
}

.complaint-box > div:not(:last-child){
    width: 50%;
    float: right;
    margin-bottom: 11px;
}

.input-part.explain{
    margin: 20px 0 5px 0;
}

.complaint-box  hr{
    display: block;
    width: 100%;
}



.upload img{
    align-self: center;
    display: flex;
    margin: 10px auto;
    border-radius: 10px;
    max-width: 135px;
    cursor: pointer;
}







.custom-hr{
    border: none;
    border-bottom: 1px solid #c7c7c7;
}

.btn {
    display: inline-block;
    border-radius: 10px;
    background-color: #5c9d4c;
    border: none;
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    font-size: 16px;
    font-family: IRANSansfanum;
}

.mt-15{
    margin-top:15px;
}
.error{
    color: #b31919;
    font-size: 13px;
    margin-right: 5px;
}




footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #878787;
    font-size: 11px;
    margin-bottom: 15px;
}

footer a {
    text-decoration: none;
    cursor: pointer;
    color: #03a9f4;
}

footer p{
    margin: 5px 0;
    font-weight: bold;
}
footer img{
    width: 12px;
    margin-right: 7px;
}
footer div {
    display: flex;
    align-items: center;
}




label{
    color: #818181 !important;
}





.table-div{
    width: 100%;
}

.info-table td, .info-table th {
    text-align: center;
}

.info-table tr:nth-child(even){background-color: #f2f2f2;}

.info-table tr:hover {background-color: #ddd;}

.info-table th {
    background-color: #607d8b;
    color: white;
}

.info-table{
    border-collapse: separate;
    display: table;
    box-sizing: border-box;
    text-indent: initial;
    border:1px solid #c3c3c3;
    border-radius: 5px;
    border-spacing: 0;
    font-size: 12px;
    width: 100%;
}

td,th{
    border-bottom: 1px solid #c3c3c3;
    padding: 5px;
}
td:nth-child(2):not(:last-child),th:nth-child(2):not(:last-child){
    border-right: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
}
tr:last-child td {
    border-bottom: none;
}
thead th:first-child,tbody tr:first-child th:first-child{
    border-radius: 0 5px 0 0;
}
thead th:last-child{
    border-radius: 5px 0 0 0;
}

tr:last-child td:first-child,tbody tr:last-child th:first-child {
    border-radius: 0 0 5px 0;
}
tr:last-child td:last-child {
    border-radius: 0 0 0 5px;
}





.float-label {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: text;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #b1b1b1;
}
.form-control.is-invalid:focus {
    box-shadow: none;
}

.input-with-float-label:focus ~ .float-label, .input-with-float-label:not(:placeholder-shown) ~ .float-label, .selectbox-float-label {
    top: -9px;
    right: 15px;
    z-index: 70;
    font-size: 10px;
    color: #424242;
}
.input-with-float-label:focus ~ .float-label::after, .input-with-float-label:not(:placeholder-shown) ~ .float-label::after, .selectbox-float-label::after {
    content: " ";
    display: block;
    position: absolute;
    background: #e2e8f0;
    height: 4px;
    margin-top: 1px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1;
}












.swal2-title{
    font-size: 20px !important;
}

.swal2-html-container{
    font-size: 15px !important;
}


.swal2-confirm.swal2-styled{
    font-family: IRANSansfanum;
}





.progress-bar {
    border-radius: 60px;
    overflow: hidden;
    width: 100%;
    display: none;
}
.progress-bar span {
    display: block;
}
.bar {
    background: rgba(0, 0, 0, 0.075);
}
.progress {
    transition: width 0.1s;
    background: #75b800;
    color: #fff;
    padding: 5px 0;
    width: 0;
}











.btn {
    position: relative;
}
.btn.remove-img{
    background: #bd4646;
    margin-top: 5px;
    padding: 2px;
    font-size: 14px;
    border-radius: 8px;
}

.button__text {
    transition: all 0.2s;
}

.button--loading .button__text {
    visibility: hidden;
    opacity: 0;
}

.button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}





