:root{--dfm-background: #eaeff2;--dfm-radius: 15px;--dfm-field-radius: 7px;--dfm-field-border: #222222;--dfm-field-label-color: #222222;--dfm-button-background: #0a2754;--dfm-button-color: #ffffff;--dfm-table-column-background: #ffffff;--dfm-table-column-color: #222222}@font-face{font-family:"vz";src:url("../../fonts/Vazir.ttf")}section#dfm{margin:30px 0px;background-color:var(--dfm-background);border-radius:var(--dfm-radius);padding:25px;position:relative}section#dfm *{direction:rtl;padding:0;margin:0;outline:none;border:0;font-family:"vz";box-sizing:border-box;font-size:12px}section#dfm h4.dfm-heading{position:absolute;right:25px;top:-15px;background-color:#fff;border-radius:5px;padding:10px 20px;font-size:13px;font-weight:100;border-radius:var(--dfm-field-radius);z-index:1}section#dfm div.dfm-form-wrapper{padding-top:15px;width:100%}section#dfm div.dfm-form-wrapper form.dfm-form{width:100%;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:center}@media(max-width: 768px){section#dfm div.dfm-form-wrapper form.dfm-form{flex-direction:column}}@media(min-width: 768px){section#dfm div.dfm-form-wrapper form.dfm-form{-moz-column-gap:50px;column-gap:50px;row-gap:10px}}section#dfm div.dfm-form-wrapper form.dfm-form p{flex:auto}@media(max-width: 768px){section#dfm div.dfm-form-wrapper form.dfm-form p{width:100%}}section#dfm div.dfm-form-wrapper form.dfm-form p label{font-size:13px;padding-bottom:10px;padding-top:10px;display:block;color:var(--dfm-field-label-color)}section#dfm div.dfm-form-wrapper form.dfm-form p input,section#dfm div.dfm-form-wrapper form.dfm-form p select{width:100% !important;padding:12px 15px !important;border-radius:var(--dfm-field-radius) !important;border:1px solid var(--dfm-field-border) !important}section#dfm div.dfm-form-wrapper form.dfm-form p.dfm-button{flex:none}section#dfm div.dfm-form-wrapper form.dfm-form p.dfm-button button{cursor:pointer;width:100%;padding:12px;border-radius:var(--dfm-field-radius);background-color:var(--dfm-button-background);color:var(--dfm-button-color);display:flex;align-items:center;justify-content:center}@media(max-width: 768px){section#dfm div.dfm-form-wrapper form.dfm-form p.dfm-button button{margin-top:10px}}section#dfm p.dfm-error{padding:10px 10px;border-radius:var(--dfm-field-radius);font-size:13px;margin:5px 0px;color:#555;border-right:3px solid #db4040;background-color:#ffdada}section#dfm div.dfm-results{background-color:#fff;padding:15px;border-radius:var(--dfm-radius);margin:15px 0px;width:auto;overflow-x:auto;display:none}section#dfm div.dfm-results table.dfm-table{width:100%;border-collapse:collapse;text-align:center}section#dfm div.dfm-results table.dfm-table th:last-child{border-top-left-radius:var(--dfm-field-radius);border-bottom-left-radius:var(--dfm-field-radius)}section#dfm div.dfm-results table.dfm-table th:first-child{border-top-right-radius:var(--dfm-field-radius);border-bottom-right-radius:var(--dfm-field-radius)}section#dfm div.dfm-results table.dfm-table td:last-child{border-radius: 0px;}section#dfm div.dfm-results table.dfm-table td:first-child{border-radius: 0px;}section#dfm div.dfm-results table.dfm-table thead{padding:10px !important;border-radius:0px;background-color:var(--dfm-table-column-background)}section#dfm div.dfm-results table.dfm-table thead th{padding:10px;font-size:13px;color:var(--dfm-table-column-color)}section#dfm div.dfm-results table.dfm-table tbody td{padding:10px;font-size:12px;color:#636363}section#dfm div.dfm-results table.dfm-table tbody tr:nth-child(even){background-color:#eee}section#dfm div.dfm-results table.dfm-table *{font-weight:100}.select2-container--default .select2-selection--single{margin:0px 0px !important;padding:8px 15px!important;height:100%;width:100%;font-size:13px;position:relative;border-radius:var(--dfm-field-radius) !important;border:1px solid var(--dfm-field-border) !important}.select2-container--default .select2-selection--single::after{content:url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="48" height="48" viewBox="0 0 48 48"%3E%3Cpath fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 18L24 30L12 18"%2F%3E%3C%2Fsvg%3E');position:absolute;left:0;top:0;bottom:0;transform:scale(0.4);opacity:30%}.pagination{display:inline-block}.pagination a{color:#000;float:right!important;padding:8px 16px !important;text-decoration:none;cursor:pointer;border-radius:5px}.pagination a.active{background-color:#0a2754;color:#fff}.pagination a:hover:not(.active){background-color:#ddd}