html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*********/
@font-face {
    font-family: "Vazir-Bold-FD";
    src: url("Farsi-Digits/Vazir-Bold-FD.ttf")
}
@font-face {
    font-family: "Vazir-FD";
    src: url("Farsi-Digits/Vazir-FD.ttf")
}
@font-face {
    font-family: "Vazir-Light-FD";
    src: url("Farsi-Digits/Vazir-Light-FD.ttf")
}
@font-face {
    font-family: "Vazir-Medium-FD";
    src: url("Farsi-Digits/Vazir-Medium-FD.ttf")
}
@font-face {
    font-family: "Vazir-Thin-FD";
    src: url("Farsi-Digits/Vazir-Thin-FD.ttf")
}
header {
    max-width: 1024px;
    height: 291px;
    background: linear-gradient(to bottom right, #0096D0, #00C1C1);
    margin: auto;
}
.activists {
    height: 140px;
}
main {
    max-width: 1024px;
    margin: auto;
}
.logos {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 25px;
    padding-top: 20px;
}
.logos img {
    width: 128px;
    margin: 10px;
}
.description {
    text-align: center;
    font-family: Vazir-FD;
    color: #FAFDFE;
    line-height: normal;
    font-size: medium;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
}
.description-home {
    margin-top: -60px;
    margin-left: 140px;
    margin-right: 140px;
}
a {
    text-decoration: none;
}
.box {
    width: 150px;
    height: 270px;
    background: #ffffff;
    border-radius: 10px;
    border-color: #EAEAEA;
    border-width: 2px;
    border-style: solid;
    box-shadow: 0px 4px 10px 5px rgba(217, 226, 233, 0.25);
    display: flex;
    cursor: pointer;
}
.box div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    row-gap: 25px;
    margin: auto;
}
.box img {
    width: 128px;
}
.inquiry {
    display: flex;
    justify-content: center;
    column-gap: 25px;
    margin-top: -50px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 50px;
}
.inquiry p {
    font-family: Vazir-Bold-FD;
    text-align: center;
    color: #47495A;
    font-size: smaller;
    margin: 0 5px;
    line-height: normal;
}
.text {
    max-width: 1024px;
    margin: auto;
    text-align: center;
    font-family: 'Vazir-FD';
    line-height: normal;
    padding-bottom: 50px;
    direction: rtl;
    color: #47495A;
    padding-left: 10px;
    padding-right: 10px;
    font-size: small;
}
/******/
.box-input {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 10px;
    border-color: #EAEAEA;
    border-width: 2px;
    border-style: solid;
    box-shadow: 0px 4px 10px 5px rgba(217, 226, 233, 0.25);
    display: flex;
    cursor: pointer;
    flex-direction: column;
}
form {
    width: 100%;
    direction: rtl;
    padding-bottom: 25px;
}
form .label-text {
    width: auto;
    display: block;
    text-align: right;
    margin-top: 20px;
    margin-right: 10px;
    font-family: 'Vazir-FD';
    color: #47495A;
    font-size: smaller;
}
form span {
    display: block;
    overflow: hidden;
    padding-left: 45px;
}
form .btn {
    padding-left: 25px;
}
form input[type="text"], form input[type="number"], form input[type="tel"] {
    width: 100%;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 15px;
    border-radius: 10px;
    height: 30px;
    border-color: #EAEAEA;
    border-style: solid;
    border-width: thin;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Vazir-FD';
    margin-bottom: 5px;
}
form input[type="text"]:focus-visible, form input[type="number"]:focus-visible, form input[type="tel"]:focus-visible {
    outline-style: solid;
    outline-color: #dedede;
}
form input[type="checkbox"] {
    width: auto;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 15px;
    border-radius: 10px;
    border-color: #EAEAEA;
    border-style: solid;
    border-width: thin;
}
form .label-checkbox {
    width: auto;
    text-align: right;
    font-family: 'Vazir-FD';
    color: #47495A;
    font-size: small;
}
form input[type="button"] {
    width: 100%;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 15px;
    border-radius: 10px;
    height: 30px;
    border-color: #EAEAEA;
    border-style: solid;
    border-width: thin;
    font-family: 'Vazir-FD';
    color: #ffffff;
    background: linear-gradient(to right, #0096D0, #00C1C1);
    font-size: medium;
    cursor: pointer;
    height: 48px;
}
form select {
    width: 100%;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 15px;
    border-radius: 10px;
    height: 30px;
    border-color: #EAEAEA;
    border-style: solid;
    border-width: thin;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Vazir-FD';
    margin-bottom: 5px;
}
form select:focus-visible {
    outline-style: solid;
    outline-color: #dedede;
}
.ddfdfdfd {
    border-radius: 10px;
    height: 30px;
    border-color: #EAEAEA;
    border-style: solid;
    border-width: thin;
    font-family: 'Vazir-FD';
    color: #ffffff;
    background: linear-gradient(to right, #0096D0, #00C1C1);
    font-size: small;
    cursor: pointer;
}
table {
    font-family: 'Vazir-FD';
    border-collapse: collapse;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
    font-size: small;
}
table, td, th {
    border: 1px solid;
    text-align: center;
    border-color: #EAEAEA;
    padding: 10px;
    direction: rtl;
}
tr:nth-child(even){
    background-color: #F7F7F7
}
/****/
div.dt-container {
    padding: 10px;
    color: #47495A;
}
.dt-search {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    column-gap: 10px;
    font-family: 'Vazir-FD';
    font-size: small;
}
.dt-length {
    font-family: 'Vazir-FD';
    font-size: small;
}
.dt-paging-button {
    font-family: 'Vazir-FD';
    font-size: small;
}
.dt-info {
    font-family: 'Vazir-FD';
    font-size: small;
}
table.dataTable thead th {
    text-align: center;
}
table.dataTable tfoot th {
    text-align: center;
}
div.dt-container .dt-search input {
    border-radius: 10px;
    height: 30px;
    border-color: #EAEAEA;
    border-style: solid;
    border-width: thin;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    direction: rtl;
}
div.dt-container .dt-input {
    border-radius: 10px;
    height: 30px;
    border-color: #EAEAEA;
    border-style: solid;
    border-width: thin;
}
div.dt-container .dt-search input:focus-visible {
    outline-style: auto;
    outline-color: #dedede;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    border-radius: 10px;
    border-color: #EAEAEA;
    border-style: solid;
    border-width: thin;
    font-family: 'Vazir-FD';
    color: #ffffff !important;
    background: linear-gradient(to right, #0096D0, #00C1C1);
    font-size: small;
}
div.dt-container .dt-paging .dt-paging-button:hover {
    border-radius: 10px;
    border-color: #EAEAEA;
    border-style: solid;
    border-width: thin;
    font-family: 'Vazir-FD';
    color: #47495A !important;
    background: #ffffff;
    font-size: small;
}
@media only screen and (max-width: 450px){
	table.dataTable {
        font-size: x-small;
    }
}