@font-face {
    font-family: "Doha2023";
    src: url(Doha2023-Medium.otf);
}
*{
    padding: 0;
    margin: 0;
}

body {
    background: #3e4144;
    font-family: "Doha2023",system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}
input{
    font-family: "Doha2023",system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;

}
a{
    text-decoration: none;
}
.form {
    margin: 100px auto;
  
    padding: 30px 25px;
    background: white;
    border-radius: 20px;
}
.dashboard .form {
  
    width: 80%!important;
  
}
h1.login-title {
    color: #666;
    margin: 0px auto 25px;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
}
.login-input {
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 25px;
    height: 25px;
    width: calc(100% - 23px);
}
.login-input:focus {
    border-color:#6e8095;
    outline: none;
}
.login-button {
    color: #fff;
    background: #310029;
    border: 0;
    outline: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.link {
    color: #666;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
}
.link a {
    color: #666;
}
h3 {
    font-weight: normal;
    text-align: center;
}
.card{align-item:center;}
/*.card img {max-width:200px; max-height:204px!important; }*/




.card-title { font-size:26px;}


/* HAdi  */
.container .content{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.container .content .file{
    margin-bottom: 20px;
}
.container .content .file a{
    display: flex;
     text-decoration: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 7px 12px;
    background-color: #f6f6f6;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 10px;
    height:120px;
}
.container .content .file .icon img{
    max-width: 60px;
}
.container .content .file .download img{
    max-width: 20px;
}
.container .content .file .content-link{
    display: flex;
    align-items: center;
}
.container .content .file .name {
margin-left: 30px;
}
.container .content .file .name h3{
  color: #310029;
    font-size: 30px;
    text-align: left;
    MARGIN: 0PX;
    font-weight: bold;
}

.gallery-footer { height: 200px !important;}
