html,
body {
  font-family: 'Almarai', sans-serif;
}
body,
td,
th {
  font-size: 16px;
  color: #303030;
}
h1 {
  font-weight: 800;
  margin-bottom: 20px;
  color: #695D46;
}
h2 {
  font-weight: 700;
  color: #303030;
  margin-bottom: 15px;
}
.footer .bottom {
    /*background-color: #182672;*/
    color: white;
    padding: 5px;
    font-size: 14px;
}
a,
.btn-link {
  color: #0366d6;
}
.btn-primary {
  color: #fff;
  background-color: #2974B5;
  border-color: #1861ac;
}
.navbar-toggler {
  background-color: rgba(255, 255, 255, 0.1);
}
.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}
.invalid {
  outline: 1px solid red;
}
.validation-message {
  color: red;
}
/* Sticky footer styles
-------------------------------------------------- */
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
.required-field {
  color: red;
}
.nav-greeting {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.navbar-brand img {
  height: 60px;
}
.filter-menu {
  list-style: none;
  padding: 0.46666667em;
}
.filter-menu > li {
  padding: 0.7em;
  font-weight: bold;
}
.filter-menu > li > div {
  font-weight: normal;
}
.filter-menu > li .duration-input input,
.filter-menu > li .duration-input select.custom-select {
  margin: 0.7em 0;
}
.filter-menu > li:not(:last-child) {
  border-bottom: 2px solid #9c9c9c;
}
.filter-menu .filter-field-selected input,
.filter-menu .filter-field-selected select,
.filter-menu .filter-field-selected .select2-selection.select2-selection--single {
  border-color: #17aac1;
}
.filter-menu .filter-field-selected {
  border-color: #17aac1;
}
#list_stakeholders li {
  list-style: none;
}
#complaint_messages li {
  list-style: none;
}
.navbar-nav {
    font-size: 16px;
}

.dropdown-menu {
    font-size: 16px;
}

.main-container {
    min-height: 70vh;
}
.btn {
    font-size: 12px;
}

.card-padding {
    padding: 10px;
    margin-bottom: 10px;
}

.complaint-number {
    white-space: nowrap;
}

.home-card {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 2em;
}

.home-card-message {
    margin-bottom: 10px;
}

.home-card-content {
    position: relative;
    /*top: 30%;*/
    text-align: center;
    padding: 10px;
    margin-top: 2em;
}

@media (min-width: 767.99px) {
    footer .item:not(:first-child) {
        border-right: 1px solid #bebebe;
        border-left: 0px
    }
}

@media (min-width: 460px){
    .short-logo{
        display:none;
    }
}

@media (max-width: 460px){
    .long-logo{
        display:none;
    }
}

.remove-doc-container {
    position: relative;
}

.remove-document {
    margin-top: -10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
}

button.previous-step, button.previous-step:hover {
    float: right;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #17A2B8;
    border-radius: 60px;
    opacity: 1;
    color: #17A2B8;
    width: 180px;
    height: 40px;
}

.next-step, .next-step:hover {
    float: left;
    background: #17A2B8 0% 0% no-repeat padding-box;
    border-radius: 60px;
    opacity: 1;
    color: #FFFFFF;
    width: 180px;
    height: 40px;
}

.navigation-buttons {
    padding-left: 15px;
    padding-right: 15px;
}

span.bs-stepper-circle {
    width: 7em;
}

div.active .bs-stepper-circle {
    background-color: #007bff;
}

.form-section {
    padding: 10px;
    border-radius: 30px;
    border: 1px solid #dee2e6 !important;
}

@media (max-width:760px) {
    span.bs-stepper-circle {
        width: 5em;
    }
}

@media(max-width:460px) {
    button.previous-step, button.previous-step:hover, .next-step, .next-step:hover {
        width: 120px;
    }

    span.bs-stepper-circle {
        width: 4em;
    }
}

@media(max-width:370px){
    span.bs-stepper-circle {
        width: 3em;
    }
}

@media(max-width:315px) {
    span.bs-stepper-circle {
        width: 2em;
    }
}

@Media(max-width:300px) {
    button.previous-step, button.previous-step:hover, .next-step, .next-step:hover {
        width: 100px;
    }
}

.repeated-complaints-msg {
    font-size: 14px;
}