#sidebarFilter .card,#sidebar .card{
  background-clip: border-box;
  border: 0px;
  border-radius: 0;
  color:black;
}

#sidebarFilter .card-body,#sidebar .card-body, #accordionField .card-body{
  padding: 0;
}
/*
.navbar{
  height: 3rem;
}*/

.navbar{
   font-size: initial;
   font-weight: normal;
}

iframe{
  border: none;
}
a{
  outline:none;
  text-decoration: none;
}

a.text-decoration-none{
  color: inherit;
}

em{
  outline:none;
}

h5{
  margin: 0;
}

.jumbotron{
  background-color: #fafafa;
  margin-bottom: 0.5rem;
}

.shadow{
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
}

.dropzone{
  min-height: 7vw;
  padding: 0;
}

.dropzone .dz-preview .dz-image {
  width: 11rem;
  height: 8rem;
}

.dropzone .dz-preview{
  margin:0;
}

.dropzone .dz-preview .dz-details{
  padding: 0;
}


@media (min-width: 1400px)
{
  .d-xxl-inline {
      display: inline !important;
  }
}

.ui-selected{
  background: gold;
}



.bg-transparent-white{
  background-color: #ffffff2e;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3) !important;
}

.rounded {
    border-radius: .25rem!important;
}

.rounded-more {
    border-radius: .5rem!important;
}

@media (min-width: 992px){
  .pl-lg-7, .px-lg-7 {
      padding-left: 7rem !important;
  }
}

@media (min-width: 992px){
  .pr-lg-7, .px-lg-7 {
      padding-right: 7rem !important;
  }
}

.restyled-input {
  background-color: rgba(0,0,0,0);
  border: none;
}

.restyled-input:focus {
  background-color: rgba(0,0,0,0);
  outline: none !important;
  box-shadow: none !important;
  border: none;
}

.white-placeholder::placeholder{
  color: #ddd;
  opacity: 0.8;
}

.bootstrap-select .dropdown-toggle:focus{
  outline: none !important;
  box-shadow: none !important;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
  top: 13px;
}


.border-dark-transparent{
  border-color: #5050506e !important
}

.border-dark-transparent-2{
  border-color: #28282805 !important
}

.border-dark-transparent-3{
  border-color: #5050502e !important
}

@media (min-width: 576px)
{
  .jumbotron {
      padding: 2rem 2rem;
  }
}

.border-2{
  border-width: 2px !important;
}

body.modal-open {
  padding-right: 0 !important;

}

.outline-none{
  outline: none !important;
}

.modal-dialog-responsive{
  position: relative !important;
    display: table !important; /* This is important */
    overflow-y: auto !important;
    overflow-x: auto !important;
    width: auto !important;
    min-width: 300px !important;
}

.flipbook-modal{
      max-width: 100vw;
  }

@media (min-width: 992px){
  .flipbook-modal{
      width: 72vw;
  }
}

@media (max-width: 992px){
  .flipbook-modal{
      width: 95vw;
  }
}

.custom-modal{
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.custom-modal{
      max-width: 100vw;
  }

@media (min-width: 992px){
  .custom-modal{
      width: 72vw;
  }
}

@media (max-width: 992px){
  .custom-modal{
      width: 95vw;
  }
}