body {
  margin: 0;
  padding: 0;
  font-family: Lato !important;
  background: #f4f5f9;
  color: #787878;
}

/* Bajrang Resend otp css */
.msg_otp {
  width: 100%;
  font-size: 12px;
  color: #828282;
  text-align: center;
}

.msg_otp span a {
  font-size: 13px;
  color: #0079af !important;
  font-weight: 600;
  cursor: pointer;7
  text-decoration: underline;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1470px) {
  .tab_main {
    height: 85vh;

  }

  .dashrd {
    height: auto !important;
  }

  .pie,
  .histo {
    height: 66vh;

  }

  #canvas-holder {

    margin-top: 50px;
  }

  .auth.reg {
    top: 12vh;
  }

  .modal-dialog {
    max-width: 768px;
    margin: 3.75rem auto;
  }

  /*-----------Pradeep-----*/

  .auth.reg {
    top: 17vh;
  }

  .head_pie {
    width: 100%;
    color: #000;
    font-size: 14pX;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 1px dashed #d8d7d7;
    padding-top: 5px;
    margin-bottom: 85px;
    font-weight: 600;
  }

  .caption h2 {
    color: #fff;
    font-size: 35px;
    padding: 30px 30px 10px;
    text-align: left;
    text-transform: uppercase;
  }

  .caption p {
    padding: 0px 32px 20px;
    color: #bfbdbd;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 24px;
  }

}

::placeholder {
  color: rgba(0, 0, 0, 0.50);
}

#myTable_wrapper {
  margin-bottom: 10px;
}

#myTable_filter label input[type=search] {
  margin-left: 15px !important;
}

.mt-22 {
  margin-top: 22px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-136_5 {
  margin-top: 136.5px;
}

#mainfooter {
  position: fixed;
  bottom: 0px;
}

.footer {
  background: #505050;
  width: 100%;
  color: #FFFFFF;
  z-index: 4;
  margin-top: 60px;
  text-shadow: 0 0px 1px black;
}

.footer h5 {
  margin: 2px 0px;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  width: 100%;
}

.swal-modal {
  width: 400px;
}

.swal-icon:first-child {
  margin-top: 16px;
  margin-bottom: 16px;
}

.swal-title:not(:last-child) {
  margin-bottom: 10px;
}

.swal-footer {
  text-align: center;
  margin-top: 4px;
  padding: 6px 16px;
}

.swal-footer .swal-button.swal-button--confirm {
  background-color: #0079af;
  font-weight: 500;
}

.swal-footer .swal-button.swal-button--cancel {
  background-color: #c8c8c8;
}

.swal-icon--success__ring {
  box-shadow: 0px 0px 8px rgb(0 0 0 / 55%);
}

.swal-title {
  font-size: 22px;
  padding: 0px 16px;
}

.swal-overlay--show-modal .swal-modal {
  box-shadow: 1px 1px 10px rgb(0 0 0 / 50%);
}

.swal-button.swal-button--confirm:not([disabled]):hover {
  background-color: rgba(151, 20, 77, 0.85);
}

.swal-button.swal-button--cancel:not([disabled]):hover {
  background-color: #7d7d7d;
  color: #ffffff;
  font-weight: 100;
}

.success-msg {
  display: block;
  color: #333333;
  border-radius: 4px;
  margin: 2px 0px 16px 0px;
  border: 2px solid rgb(0 222 97 / 35%);
  background-color: rgb(0 221 96 / 15%);
  width: 100%;
}

.suc-head {
  color: #008b12;
  font-size: 18px;
  margin: 0px 10px 0px 40px;
  font-weight: 600;
}

.err-head {
  color: #0079af;
  font-size: 18px;
  margin: 0px 10px 0px 40px;
  font-weight: 600;
}

.err-img {
  padding: 0px 7px;
  background-color: #0079af;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 1px;
}

.suc-img {
  padding: 0px 7px;
  background-color: #0ab800;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 1px;
}

.err-img img,
.suc-img img {
  width: 12px;
}

.cred-wrap {
  padding: 6px 6px;
  line-height: 16px;
  font-size: 14px;
  color: #c90000;
}

.cred-head {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}

.error-msg {
  display: block;
  border-radius: 4px;
  margin: 0px 0px 8px 0px;
  border: 2px solid rgba(222, 0, 0, 0.35);
  background-color: rgba(210, 55, 50, 0.15);
  width: 100%;
}

.hideMsgClass {
  cursor: pointer;
  margin: 3px 6px;
  position: absolute;
  width: 12px;
  display: inline-block;
  right: 0;
  top: 3px;
}

@media screen and (max-width: 767.98px) {
  .mt-136_5 {
    margin-top: 75px;
  }

  .success-msg {
    font-size: 12px;
  }

  .suc-head {
    font-size: 14px;
  }

  .err-img img,
  .suc-img img {
    width: 10px;
  }

  .suc-head {
    margin: 0px 5px 0px 34px;
  }

}

@media screen and (max-width: 575.98px) {
  .wrapper-log-box {
    max-width: 284px !important;
    width: 284px !important;
  }

  .inp-field .input {
    height: 40px;
    width: 40px;
    padding: 6px 2px 2px;
    font-size: 20px;
    margin: 0 7.5px 0 1px;
  }
}