.form-inline1 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.form-inline1 .form-group1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.form-inline1 .form-field1 {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin: 5px;
}
.form-inline1 .form-field1 label {
    margin-right: 30px;
    padding-left: 5px;
    color: white;
    font-size: 20px;
    font-family: b Titr;
}
.form-inline1 .form-field1 input,
.form-inline1 .form-field1 select {
    flex-grow: 1;
    border: none;
    padding: 14px 20px;
    box-shadow: none !important;
    outline: none !important;
    font-family: b Nazanin;
    border-radius: 5px;
    margin-left: 20px;
}
.submit-button {
    width: 97%;
    background-color: yellow;
    color: black;
    padding: 14px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family:'B Nazanin';
}
.submit-button:hover {
    background-color: #ffc107;
}
.card-header {
    text-align: right;
    font-family: b Nazanin;
    color: yellow;
    margin-right: 25px;
}

.button {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-family:'B Nazanin';
}

.button1 {
    border-radius: 4px;
    width: 100%;
    font-size: 20px;
    padding: 20px 10px;


}
.button2{
    width: 100%;
    border-radius: 4px;
    background-color: #3569f3;
    font-size: 12px;
    height: 25px;
    padding: 5px;

}
.button3{
    width: 100%;
    border-radius: 4px;
    background-color: #343434;
    font-size: 12px;
    height: 25px;
    padding: 5px;

}
.button4{
    width: 100%;
    border-radius: 4px;
    background-color: #3569f3;
    font-size: 20px;
    height: 40px;
    padding: 5px;

}
.button5{
    width: 100%;
    border-radius: 4px;
    background-color: #343434;
    font-size: 20px;
    height: 40px;
    padding: 5px;

}

.button6{
    width: 60%;
    border-radius: 4px;
    background-color: #343434;
    font-size: 20px;
    height: 40px;
    padding: 5px;
    margin-right: 20%;
    margin-left: 20%;


}
.custom-link {
    color: deepskyblue; /* تنظیم رنگ متن به سفید */
    text-decoration: none; /* حذف زیرخط */
}

.custom-link:hover {
    color: yellow; /* تغییر رنگ متن به زرد هنگام هاور */
    text-decoration: none; /* حفظ حذف زیرخط هنگام هاور */
}
.button-excel {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: black !important;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.button-excel:hover {
    background-color: #d9e5d9;
}


