@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100% !important;
}
}

@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100% !important;
}
}
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100% !important;
}
}

.form-control-data{
  background-color: rgb(5, 47, 114) !important;
  color: white !important;
  width: auto;
  text-align: center;
  padding: 5px 10px!important;
  margin-right: 5px !important;
}
button:hover{
    background-color: rgb(3, 78, 119) !important;
}
.button-submit{
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1285px) {
  .form-control-data{
    background-color: rgb(5, 47, 114);
    color: white;
    width: auto;
    text-align: center;
    margin-right: 5px !important;
  }  
}

@media screen and (max-width: 600px) {
  .form-control-data{
      background-color: rgb(5, 47, 114);
      color: white;
      width: auto;
      text-align: center;
      margin-right: 5px !important;
  }  
  .clearicon {
    height: 35px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    margin-right: 1% !important;
    margin-left: 35% !important;
    width: 30% !important;
  }
}


div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.75em !important;
  font-weight: 500;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: rgb(5, 47, 114) !important;
  color: #fff;
  font-size: 1em;
}

.autocomplete-container .input-container input {
  font-size: 12px !important;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: #fff;
  color: #000000de;
  width: 100%;
  padding: 0 5px !important;
  line-height: 40px;
  height: 40px;
}

.bg-clr{
  /*background: linear-gradient(90deg, #77bccf 0%, #89bf8e 100%);*/
  height: 95vh !important;
  margin-top: 50px !important;
}

.tabledata-blank {
  width: 100%;
  border: solid 1px gray;
  overflow: scroll;
  height: 70px;
  font-size: small;
  text-align: center;
}

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  min-height: 62px;
}