body {
    background: #ebeaf0;
 }
 main{
  margin-top: 100px;
}
.container-fluid{
    padding-left: 30px;
    padding-right: 30px;
}
.head_pdf {
    color: rgb(0, 162, 255);
    font-weight: 700!important
 } 
.button {
    display: inline-block;
    padding: 10px 50px;
    background: #0f0f0f;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #030303;
    color: #fff;
  }
.na_color {
    background: #c1c5c1;
    color: #000 !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
 }
.upload-area1,.upload-area2{
    height: 900px;
    border: 2px dashed #ccc;
    font-family: sans-serif;
    margin: 15px auto;
    padding: 10px;
    background: #fff;
    overflow-x: auto;
    overflow-y: auto;
 }
 
 .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #f3f2f266;
  }
  .loader img{
    position: relative;
    top: 45%;
    left: 45%;
    height: 20%;
  }
  .image_display {
    border: 2px dashed #ccc;
    margin: 5px;
  }

  #popup {
    position: absolute;
    height: 30px;
    background: gold;
    display: none;
  }
  .upload_image{
    width: 90px;
    height: 95px;
    margin-bottom: 10px;
}

  @import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");

  i {
    color: inherit;
  }
  
  .banners-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  .banner {
    color: white;
    font-weight: 700;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .banner .banner-message {
    flex: 1;
    padding: 0 2rem;
  }
  .banner .banner-close {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
  }
  .banner .banner-close:hover {
    background: rgba(0, 0, 0, 0.12);
  }
  
  .banner.error {
    background: #030303;
  }
  .banner.error::after {
    background: #030303;
  }
  
  .banner::after {
    content: "";
    position: absolute;
    height: 10%;
    width: 100%;
    bottom: 100%;
    left: 0;
  }
  
  .banner:not(.visible) {
    display: none;
    transform: translateY(-100%);
  }
  
  .banner.visible {
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.12);
    animation-name: banner-in;
    animation-direction: forwards;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
  
  @keyframes banner-in {
    0% {
      transform: translateY(-100%);
    }
    50% {
      transform: translateY(10%);
    }
    100% {
      transform: translateY(0);
    }
  }
  .show-banner {
    appearance: none;
    background: #ededed;
    border: 0;
    padding: 1rem 2rem;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0.25rem;
  }

  .modal-container{
    padding: 18px;
    position: absolute;
    width: 25%;
    height: 18%;
    top: 40%;
    left: 37%;
    background-color: #c1c5c1;
    border-radius: 15px;
    border: 2px dashed black;
  }

  .btn{
    background: #090909;
    color: #fff;
    height: 30%;
    width: 30%;
    left: 63%;
    position: absolute;

  }
