@import url('https://fonts.googleapis.com/css2?family=Abel&family=Almarai&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap');
.hover-pointer:hover {
  cursor: pointer;
}
.form-control  {
  border-radius: 25px !important;
  border: solid 1px #aeb6ba;
  font-size: 15px;
  color: #09304f;
  outline: 0;
  background-color: #fff;
  padding: 13px 15px;
}
#autocomplete-searchable-input{
  border-radius: 25px;
  border: solid 1px #aeb6ba;
  font-size: 15px;
  color: #09304f;
  outline: 0;
  background-color: #fff;
  padding: 13px 15px;
}
#autocomplete-searchable-input{
width:100%;
}
#autocomplete_div{
position:relative;
}
#results-of-searchable-input{
    list-style:none;
    margin: 0;
    box-sizing: border-box;
    max-height: 296px;
    overflow-y: auto;
    background: #fff;
    list-style: none;
    box-shadow: 0 2px 2px rgb(0 0 0 / 16%);
    position: absolute;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    top: 100%;
    padding-top: 15px;
    padding-left: 0;
    margin-top: -1px;
    border-top-color: transparent;
    border-radius:20px;
    visibility:hidden;

}
#results-of-searchable-input li{
    padding-left: 15px;

}
#results-of-searchable-input li:hover{
cursor:pointer;
background-color:#f2f2f2;
}
.search-visible{
    visibility:visible!important;
    border-radius: 0px 0 20px 20px!important;
    border: solid 1px #aeb6ba!important;
    border-top: 0!important;

}
.input-visible{
    border-radius: 25px 25px 0 0!important;
    border-bottom: 0!important;
}
.form-label{
    color: #000;
    display: contents;
    padding: 0;
    font-size: 18px;
    margin-bottom: 8px;
    position: relative;
    white-space: normal;
    line-height: 1.4;
    width: 100%;
      font-size: 16px;
    font-weight: 700;
}
body{
    background-color:#fff;
    /* font-family: 'Abel', sans-serif !important; */
}
:lang(ar) body {
  /* font-family: 'Almarai', sans-serif !important; */
}
.btn-primary{
    border-radius: 1rem;
    padding: 10px 20px;
    color: #fff;
    background-color: #09304f !important;
    background: #09304f !important;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
h1{
    margin-bottom: 20px!important;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
    color: #376474 !important;
    font-size: 30px;
}
.card-body{
    background-color: #f2f2f2;
}
.form-control:focus{
    box-shadow: none;
    border-color: #aeb6ba;
    color: #09304f;
}
 .btn-primary:focus{
     box-shadow: none;
     border-color: transparent;
 }

 textarea {
    height: 142px;
    resize: none;
}

.form-select:focus{
    box-shadow: none;
}
.form-select{
    border-radius: 25px !important;
    border: solid 1px #aeb6ba;
    font-size: 15px;
    color: #09304f;
    outline: 0;
    background-color: #fff;
    padding: 13px 35px;
}

.lazy-form-file {
    height: 3.3125rem;
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}
.lazy-form-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.lazy-form-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.lazy-form-file-input:lang(en) ~ .lazy-form-file-label::after {
    content: 'Upload';
}
.lazy-form-file-input:lang(en)~.lazy-form-file-label::after {
    content: "Browse";
}
.lazy-form-file-label::after {
    background: #009cde;
    color: #ffffff;
    padding-left: 3.125rem;
    padding-right: 1.875rem;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: 1.875rem center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-left: 0;
}
.lazy-form-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.breadcrumb {
    padding: 0 0;
    background-color: #007d7e;
}

.tooltip--btn{
    display: inline-block;
    padding: 3px 10px;
    background-color: #376474 !important;
    color: #FFF;
    border: 0px;
}
 /*****fixes******/

  .form-control{
    background-color: #fcfcfc;
    padding-inline-start: 12px;
    width: 100%;
    border: 1px solid #3a3a3a;
    height: 50px!important;
    border-radius: 0!important;
    color: #3a3a3a!important;

  }
  .form-select,
  .textinput, .textarea, .emailinput, .dateinput,
    .company-register #id_foundation_date{
    background-color: #fcfcfc;
      padding-inline-start: 12px;
      border: 1px solid #3a3a3a;
      height: 50px;
      border-radius: 0!important;
  }
  body, .inner, .panel, .registration-form{
    background-color: #fff;
  }
   .registration-form .form-group .label{
    margin-bottom: 3px;
    font-size: 16px;
    color: #3a3a3a;
    font-weight: 400;
   }
   div.content-box div.home-items p.detail,  h1,  h2,  h3,  nav#cd-lateral-nav,  p.title,  .btn-primary,  div.table-cell,  .title-area h1, .tenderslist p.orgname, .tenderslist p.tenderno span,  .title-area h1{
    font-size: 25px!important;
    font-weight: bold!important;
    text-align: center!important;
    color: #b89d59!important;

   }
  .lazy-form-file{
    background-color: #fcfcfc;
    padding-inline-start: 12px;
    border: 1px solid #3a3a3a;
    height: 50px;
    border-radius: 0;
  }
  .lazy-form-file-label{
    height:48px
  }
  .lazy-form-file-label::after{
    height: 47px;
    line-height: 32px;
    font-size: 16px;
    color: #3a3a3a;
  }
  .btn-primary,
  .company-reg .btn-default, .addRow{
    background-color: #b89d59!important;
    border-radius: 0!important;
    font-size: 20px!important;
    position: relative;
    color: #fff!important;
    font-weight: 400!important;
    margin-top: 25px;
    opacity: 1 !important;
  }
  [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
    opacity: .65;
  }
  .btn-primary:before,
  .company-reg:before .btn-default:before, .addRow:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #deb353;
    transition: all 0.3s ease-in-out;

  }
  .btn-primary:hover:before,
  .company-reg:hover:before .btn-default:hover:before, .addRow:hover:before{
width: 100%;
  }
  .registration-form .radio input[type="radio"] + span{
    color: #162b4b;

  }
  .home-btn:hover, .home-btn:active, .home-btn:focus, .tender-search-new ul.inline-buttons .btn-primary:hover, .tender-search-new ul.inline-buttons .btn-primary:focus, .tender-search-new ul.inline-buttons .btn-primary:active, .btn:hover, .btn:active, .btn:focus, a.btn-link:hover, a.btn-link:active, a.btn-link:focus{
    color: #fff!important;
    background-color: #deb353;


  }
  #rtl .form-select{
    background-position: left .75rem center;
  }
  .tooltip--btn{
    padding: 0 10px;
  }
  #results-of-searchable-input li{
    color: #162b4b!important;
  }
  #rtl #results-of-searchable-input li{
    direction: ltr;

  }
  #rtl #autocomplete-searchable-input{
    direction: ltr;

  }
  #autocomplete-searchable-input{
        background-color: #fcfcfc;
    padding-inline-start: 12px;
    width: 100%;
    border: 1px solid #3a3a3a;
    height: 50px!important;
    border-radius: 0!important;
  }
  #results-of-searchable-input{
    z-index: 9;
  }
.row.form-fields-wrapper{
    align-items:baseline;
  }
  #results-of-searchable-input li{
    direction: initial;

  }
   #autocomplete-searchable-input{
    direction: ltr;

  }
#accordion-parent-form-required_files .form-label{
  font-size: 13px;
  display: flex;
  height: 30px;
  align-items: baseline;
}
.form-label{
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 400;
  font-family: "Marcellus", serif!important;

}
.form-label:lang(ar){
  font-family: "Cairo", sans-serif!important;

}
#collapse-parent-form-required_files #submitButton{
  display: flex;
  width: 220px;
  height: 60px;
  opacity: .65;
  color: #fff!important;
  font-size: 25px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 1px solid transparent;
  max-width: 100%;
}
 .btn-primary:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #deb353;
  transition: all 0.3s ease-in-out;}
 .btn-primary:hover:before {
    width: 100%;
  }
  .form-text{
    color: #dbdbdb;
    font-size: 16px;
  }
  .card-body{
    background-color: #fff;
  }
  #collapse-parent-form-required_files .btn-primary{
    color: #fff!important;

  }
  #heading-parent-form-required_files .accordion-button:not(.collapsed){
    color: #3a3a3a;
    background-color: #b89d59!important;
    box-shadow: none;

  }
  #heading-parent-form-required_files .accordion-button{
    border-color: #3a3a3a;
  }
  .accordion-button:lang(ar):after{
    margin-left: 0;
  }
  #heading-parent-form-required_files .accordion-button:focus{
    border-color: #3a3a3a;
  }
  #heading-parent-form-required_files .accordion-button:not(.collapsed)::after{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  .submit-button-content-span{
    position: relative;
  }
  body{
    font-family: "Marcellus", serif!important;
    overflow-x: hidden;
  }
  .lazy-form-file-label::after{
    background-color: #b89d59;
    color: #fff;
  }
  body:lang(ar){
font-family: "Cairo", sans-serif!important;
  }
  #form-app-id .col-2{
    width: 100%;
  }
  #form-app-id .mt-3{
    margin-top: 0!important;
  }
  #form-app-id .mb-3{
    margin-bottom: 25px!important;
  }
  #form-app-id .invalid-feedback{
    color: red;
  }
 /*.container, .container-lg, .container-md,
 .container-sm, .container-xl{
    max-width: 100%;
  }*/
  .lazy-form-file-input{
    height: calc(1.5em + 1.5rem + 2px);
  }
  #autocomplete-searchable-input:lang(ar){
    direction: rtl;
  }
  .form-control:focus{
    border-color: #3a3a3a;
    color: #3a3a3a;
  }
  /*# sourceMappingURL=diwan.css.map */
  .card-body{
    background: transparent;
  }

  .form-label, label{
    color: #FFF;
  }

  .form-control, .form-select, .textinput, .textarea, .emailinput, .dateinput, .company-register #id_foundation_date, #autocomplete-searchable-input, .lazy-form-file-input{
    background-color: transparent;
    color: #B89D59 !important;
    -webkit-border-radius: 10.72px;
    -moz-border-radius: 10.72px;
    -ms-border-radius: 10.72px;
    -o-border-radius: 10.72px;
    border-radius: 10.72px !important;
    border: 1.2px dashed #A29060;
    font-size: 21px;
    font-weight: 400;
    line-height: 25.74px;
    height: auto;
    padding-block: 14px;
    padding-left: 18px;
    padding-right: 30px;
    outline: none;
  }

  .autocomplete_div{
    border: 0 !important;
  }

  .form-label{
    min-height: 50px;
  }

  .row.form-fields-wrapper{
    background-color: #0E1F3F;
    border: 1.12px dashed var(--text-yellow);
    padding: 30px 33px 30px 31px;
    -webkit-border-radius: 16.57px;
    -moz-border-radius: 16.57px;
    -ms-border-radius: 16.57px;
    -o-border-radius: 16.57px;
    border-radius: 16.57px;
  }

  #form-app-id .invalid-feedback, .text-danger, .MultiFile-remove{
    color: crimson !important;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}
#form-app-id .help-block{
  color: #4CAF50 !important;
}
.loginPopup{
  display: none !important;
}