
body{
    color:#000 !important;
}


span.select2.select2-container.select2-container--default , textarea{
   box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);  
}
  
 input[type='checkbox'] {box-shadow: none}
  
      .select2-container--default .select2-selection--single {
          border: 0px solid #f2f2f2;
          text-align:left;
          width:100%;
      }
      
      #id_remark{
               font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  border-radius: 30px;
  width: 100%;
  border: 0px solid #f2f2f2;
  margin: 0px 0px 0px 0px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 11px;
  width: 100%;
      }
      
      
      input[type="file"]::button {


background-color: white;
border-radius: 30px;
border:1px solid #aaa;

}


.select2-results__options {
  
 box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);   
}


.QTN_tbl{
    font-size:11px;
    
}



.promise-progress-container {
  height: 0.8rem;
  width: 100%;
  border-radius: 0.4rem;

  background: #e6eeff;
}

.promise-progress-container .promise-progress {
  height: 100%;
  width: 0;
  border-radius: 0.4rem;

  background: linear-gradient(90deg, #099,#5dd);

  transition: width 0.4s ease;
}


/*
.select2 {
width:100%!important;
}

.select2-selection { overflow: hidden; }
.select2-selection__rendered { white-space: normal; word-break: break-all; }
*/


 .sidenav a {
  font-weight: 600;
  color: #555 !important;
  background: #eee;
  border-radius: 30px;
  height: 42px;
  padding: 10px;
  margin: 16px;
  filter: drop-shadow(-5px 10px 5px #999);
  transition: all 0.3s;
  display: inline-block;
  text-align: center;
  margin: 10px;
}


.sidenav a:hover{
            
            
            background:#eee;
            filter: drop-shadow(-5px 5px 5px #777);
            color:#099;
            height:45px;
        }
        
        .top_header a {
            color:#fff !important;
        }
        
        
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #099;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #933;
}

input:focus + .slider {
  box-shadow: 0 0 1px #933;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    width: 102% !important;
  margin: -1px !important;
  height: 108% !important;
}

.select2-container{
    box-shadow: -10px 5px 15px 5px rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}


.active {
  background-color: #099;
  color: white;
}
.dropdown-container {
  display: none;
  background-color: #555;
  padding-left: 8px;
}

 #center2, #iso_images {
    display:none;
}

.invoice-box table tr.top table td.logo img {
  max-height: 140px !important;
  max-width: 300px;
}

#background_logo{
position: fixed;
  z-index: 9999;
  width: 30%;
  display: block;
  left: 35%;
  top: 20%;
  filter: drop-shadow(black 0rem 1rem 10px);
  /* background: #19467f; */
}

@media screen and (max-width: 1000px) {
 
#background_logo{
position: fixed;
    z-index: 9999;
    width: 50%;
    display: block;
    left: 25%;
    top: 20%;
}
}
#background_img{
width: 100%;
  height: 100%;
  position: absolute;
}


.center img {
    width: 65px !important;
    height: 65px !important;
    border-radius: 50% !important;
    margin-top: 7px !important;
}

.center p {
margin-top: 20px;
  color: #000;
  background: #fff;
  border-radius: 30px;
filter: drop-shadow(0px 9px 8px #555);
}