.text-theme{
  color: #12a4ed !important;
}
.bg-theme{
  background-color: #12a4ed !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.send-otp{
  position: absolute;
  top: 0.4px;
  right: 0px;
  height: 37px;
  border-radius: 0px 5px 5px 0px;
}
.header{
  width: 100vw;
  padding: 10px 0px;
  color: white;
}
.select2-container{
  width: 100% !important;
}
label{
  font-size:15px;
}
span.require{
  color: red;
}
.dragBox {
  width: 250px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 95px;
  color: #999;
  border: 2px dashed #ccc;
  display: inline-block;
  transition: transform 0.3s;
}
input[type="file"] {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
.draging {
  transform: scale(1.1);
}
#preview {
  text-align: center;
  width:100px;
  height: 100px;
  border: 1px solid #89828273;
  margin-top: 35px;
}
#preview img{
  width:98px;
  height: 98px;
}
.has-error .form-control{border:1px solid red;}
.has-error small{color:red;}
.copy{
  cursor: pointer;
  color: #0041ff;
}
#datatable_wrapper .row .col-sm-12{
  overflow: scroll;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#datatable_wrapper .row .col-sm-12::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#datatable_wrapper .row .col-sm-12 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.notification{
  color: #31708f;
  background-color: #d9edf7 !important;
  border-left: 5px solid !important;
  border-color: #bcdff1 !important;
  position: relative;
}
.cancel-notify{
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}




body {
  background-color: #fbfbfb;
}
@media (min-width: 991.98px) {
  main {
    padding-left: 240px;
  }
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0; /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 240px;
  z-index: 600;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
.list-group-item.active {
  background-color: #12a4ed !important;
  border-color: #12a4ed !important;
}
/* QR Code Style */

#main img{
  border:0;
}
#main{
  background:white;
}
#main #header{
  background:white;
  margin:auto;
}
#main #mainbody{
  background: white;
  width:100%;
display:none;
}
#main #footer{
  background:white;
}
#main #v{
  width:634px;
  height:480px;
}
#main #qr-canvas{
  display:none;
}
#main #qrfile{
  width:auto;
  height:auto;
}
#main #mp1{
  text-align:center;
  font-size:35px;
}
#main #imghelp{
  position:relative;
  left:0px;
  top:0px;
  z-index:100;
  font:18px arial,sans-serif;
  background:#f0f0f0;
margin-left:35px;
margin-right:35px;
padding-top:10px;
padding-bottom:10px;
border-radius:20px;
}
#main .selector{
  margin:0;
  padding:0;
  cursor:pointer;
  margin-bottom:-5px;
}
#main #outdiv
{
  width:640px;
  height:480px;
border: solid;
border-width: 3px 3px 3px 3px;
}
#main #result{
  border: solid;
border-width: 1px 1px 1px 1px;
padding:20px;
width:70%;
}

#main li a{
  text-decoration: none;
  color: black;
}

#main #footer a{
color: black;
}
#main .tsel{
  padding:0;
}
.social{
  padding: 10px;
  color: white;
  border-radius: 5px;
  margin-right: 10px;
}
.social:hover{
  color:#fff;
}
.social i{
  font-size: 18px;
}
.social i:hover{
  color: #fff;
}
.d_box{
  width: 255px;
  height: 150px;
  margin:10px;
  border-radius: 20px;
  color: white;
  box-shadow: 5px 5px 5px #0000008c;
  padding: 10px;
}
.d_box h3{
  margin-left: 15px;
  margin-top: 10px;
}
.boxes{
  display: flex;
}
.count_d{
  font-size: 50px;
}
.first_box_d{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.first_box_d i{
  font-size: 80px;
}
