body {
  font-family: 'Yekan','Tahoma'!important;
}
.sidebar-nav {
    margin-top: 20px;
    margin-right: 1%;
    padding: 0;
    list-style: none;
  }
.header-container{
    border: 2px solid red; /* green border */
    border-radius: 15px; /* rounded corners */
    padding: 1%; /* padding inside the container */
    margin-top: 2%; /* top margin */
    width: 90%; /* adjust width as needed */
    margin-left: auto; /* centering the form */
    margin-right: auto; /* centering the form */
    text-align: center;
  }
.form-container {
    border: 2px solid red; /* red border */
    border-radius: 15px; /* rounded corners */
    padding: 1%; /* padding inside the container */
    margin-top: 1%; /* top margin */
    width: 90%; /* adjust width as needed */
    margin-left: auto; /* centering the form */
    margin-right: auto; /* centering the form */
    text-align: center;
}

.btn-red-theme {
    background-color: red; /* red background */
    color: white; /* white text */
    border: none; /* no border */
    font-family: Yekan;
    padding: 5px 20px; /* padding inside the container */
    margin: 10px;
    border: 2px solid red; /* red border */
    border-radius: 15px; /* rounded corners */
}

.btn-red-theme:hover {
    background-color: darkred; /* darker red on hover */
    border: 2px solid darkred; /* red border */
}
#manualDownloadContainer {
  padding: 10px;
  background-color: #f8f9fa;
  border: 1px solid #ccc;
  text-align: center;
  margin-top: 20px; 
}
.error-message {
  color: darkred;
}
ul {
  list-style-type: none;
}

input {
  direction: ltr;
}
