@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    src: local('Tajawal'), local('Tajawal-Regular'), url(fonts/tajwal_normail-1.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
  }
  /* latin */
  @font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    src: local('Tajawal'), local('Tajawal-Regular'), url(fonts/tajwal_normail-2.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  html {
    font-size:62.5%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  
  body {
    font-family: 'Tajawal',"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:16px;
    line-height:1.42857143;
    color:#000000;
    font-weight: 700;
    background-color:#fff;
    direction:rtl;
  }
.logo-container{
    width: 100px;
}
.logo-container > img{
    width: 100%;
}

.main-container {
    margin-top: 65px;
}

.form-container{
    max-width: 600px;
    margin: 10px auto;
}
.form-container h1{
    font-weight: 300;
    font-size: 2.5rem;
}

.dropzone {
    border: 1px dashed #ced4da;
    border-radius: 5px;
    background: white;
}
#imageUpload{
    margin-bottom: 20px;
    min-height: 80px;
}

div.has-error > input {
    border: 1px solid #dc3545;
}

div.has-error> .form-text {
    color: #dc3545;
}

#successModal .fa-thumbs-up {
    font-size: 7.5rem;
    color: #2ebf2e;
}

#successModal .fa-thumbs-down {
    font-size: 7.5rem;
    color: #e13535;
}

#success-text{
    margin-top: 20px;
    font-size: 1.2rem;
}

#shipments-table .table td, .table th {
    padding: .75rem; 
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
table.dataTable thead th {
    white-space: nowrap
  }
table.dataTable tr td {
    white-space: nowrap
  }

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(179 176 176);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.badge {
    padding: 4px 12px;
    margin: 2px;
}

.list-unstyled {
    padding-right: 0;
}

.text-left{
    text-align: right!important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right;
    float: right;
}
.dropdown-menu{
    text-align: right;
}
