/* ================================================
   Button styles – all btn / button rules live here
   ================================================ */

/* Bootstrap .btn-primary override */
.btn-primary {
  color: #fff !important;
  background-color: #0ab39c !important;
  border-color: #0ab39c !important;
}

/* Primary Button */
.btn_primary {
  background-color: #0ab39c;
  color: #fff;
  padding: 7px 12px;
  font-size: 14px;
  height: 36px;
  border: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

/* Hover / Focus / Active */
.btn_primary:hover,
.btn_primary:focus,
.btn_primary:active {
  background-color: #099682;
  color: #fff;
  border: none;
}

.btn_primary_blue {
  text-align: center;
  display: block;
  width: 100%;
  background: #1f59a9;
  color: #fff !important;
  padding: 7px 12px !important;
  font-size: 13px !important;
  height: 36px;
  text-transform: capitalize;
  max-width: 100%;
  min-width: 70px;
  border: none;
  border-radius: 6px;
}

.btn_danger {
  text-align: center;
  display: block;
  width: 100%;
  background: #dc3545;
  color: #fff !important;
  padding: 7px 12px !important;
  font-size: 11px !important;
  height: 32px;
  text-transform: uppercase;
  max-width: 100%;
  min-width: 70px;
}

.btn_success {
  text-align: center;
  display: block;
  width: 100%;
  background: #027519;
  color: #fff !important;
  padding: 7px 12px !important;
  font-size: 11px !important;
  height: 32px;
  text-transform: uppercase;
  max-width: 100%;
  min-width: 70px;
}

.btn_filter {
  background: #0ab39c;
  color: #fff;
  font-size: 13px;
  height: 36px;
  border-radius: 5px;
  min-width: 42px;
  border: none;
  text-transform: uppercase;
}

/* Utility / positional button helpers */
.add_update_btn {
  position: absolute;
  top: 10px;
  right: 15px;
  width: auto;
  padding: 5px 10px;
  font-size: 11px;
  text-transform: uppercase;
}

.add_update_btn2 {
  position: absolute;
  top: 10px;
  right: 115px;
  width: auto;
  padding: 5px 10px;
  font-size: 11px;
  text-transform: uppercase;
}

.add_update_btn3 {
  position: absolute;
  top: 10px;
  right: 170px;
  width: auto;
  padding: 5px 10px;
  font-size: 11px;
  text-transform: uppercase;
}

.genrate-btn-vc {
  width: auto;
  float: right;
  margin-top: 20px;
}

.get_btn {
  background: #417fcf;
  padding: 3px 10px;
  border-radius: 15px;
  cursor: pointer;
  border: 1px solid #fff;
}

.online_recharge_btn {
  background: #ee1820;
  padding: 8px 20px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.login_btn {
  font-weight: 700;
}

.mar-btn-sty {
  margin-top: 26px;
}

/* Modal button overrides: .btn_primary is block + 100% width by default */
.modal .btn_primary,
.modal .modal-footer .btn_primary,
.modal .modal-footer > .btn.btn_primary {
  width: auto !important;
  max-width: none !important;
  min-width: 70px;
  display: inline-block !important;
  flex: 0 0 auto;
  align-self: center;
}

.modal #FleetPlusMessagePopupOkBtn {
  width: auto !important;
  display: inline-block !important;
  flex: 0 0 auto;
}

/* Bootstrap 4 close button */
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
  outline: none !important;
  box-shadow: none;
}

button.close {
  color: #fff;
  font-weight: 400;
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
.btn-sty-both {
    position: absolute;
    top: 34px;
    right: 15px;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background: #e2e2e2;
    color: #8d8d8d;
    border: 1px solid #e2e2e2;
}

/* Win over page Styles / inherited uppercase on parent wrappers */
.btn.btn_primary,
button.btn.btn_primary,
a.btn.btn_primary,
input.btn.btn_primary {
  text-transform: capitalize !important;
}

/* OTP button labels: casing is set in markup/JS (OTP uppercase); disable capitalize so OTP is not rendered Otp */
.btn.nayara-otp-btn-label,
button.nayara-otp-btn-label,
a.nayara-otp-btn-label,
input.nayara-otp-btn-label,
.ft-otp-resend-btn.nayara-otp-btn-label,
.cp-edit-otp-resend-btn.nayara-otp-btn-label,
.otp-verify-btn.nayara-otp-btn-label,
.ecp-otp-verify-btn.nayara-otp-btn-label,
#forgot_resend_otp_btn.nayara-otp-btn-label,
#unlock_resend_otp_btn.nayara-otp-btn-label,
#resendLink.nayara-otp-btn-label,
#resend_otp.nayara-otp-btn-label {
  text-transform: none !important;
}