@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap");
body,
* {
  font-family: "Inter", sans-serif !important;
}

body {
  font-size: 14px;
}

p {
  color: #696969;
}

select {
  background-color: #f6f7f9 !important;
  border: 1px solid #eef0f4 !important;
  border-radius: 5px;
  padding: 7px 15px !important;
  color: #696969 !important;
}

.header .search-form input {
  background-color: #f6f7f9 !important;
  border: 1px solid #eef0f4 !important;
  border-radius: 5px;
}
.header .search-form input:focus, .header .search-form input:focus-visible {
  border: 1px solid #0b5ed7 !important;
}

table td p,
table td {
  font-size: 14px !important;
  color: #696969;
}

tr:last-child td {
  border-bottom: none !important;
}

.card-body .datatable-bottom {
  padding-bottom: 0 !important;
}

.datatable-selector {
  margin-right: 10px;
}

.datatable-top,
.datatable-bottom {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.form-control,
.datatable-input {
  background-color: #f6f7f9 !important;
  border: 1px solid #eef0f4 !important;
  border-radius: 5px !important;
  color: #696969 !important;
  font-size: 14px !important;
}
.form-control:focus, .form-control:focus-visible,
.datatable-input:focus,
.datatable-input:focus-visible {
  border: 1px solid #0b5ed7 !important;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=date],
input[type=time],
input[type=file],
.form-select {
  height: 40px;
}

textarea {
  resize: none;
}

button,
.btn {
  border-radius: 5px;
}

.btn {
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 30px;
}

div.bg-primary,
main.bg-primary,
section.bg-primary {
  background-color: #0b5ed7 !important;
}

*.text-primary {
  color: #0b5ed7 !important;
}

a {
  color: #0b5ed7;
}
a:hover, a:active, a:focus {
  color: #0949a6;
}

.card-title {
  color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

.pagetitle h1 {
  color: #000;
  font-size: 32px;
  margin-bottom: 1rem;
}

.card-title {
  font-size: 24px;
}

.fs-16 {
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .card-body {
    padding: 40px 35px;
  }
  .card-title {
    padding: 0px 0 20px 0;
  }
}
.main-bg {
  background-image: url("../img/saibaba.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.main-bg .container {
  position: relative;
  z-index: 11;
}
.main-bg::after {
  transition: opacity 0.2s;
  position: absolute;
  opacity: 0.4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(#dd5c01, #ea8a00);
}

button.nav-link {
  border-radius: 0 !important;
}

.form-select {
  font-size: 14px;
}

*.form-check-input:checked {
  background-color: #0b5ed7 !important;
  border-color: #0b5ed7 !important;
}

*.form-check-input:checked {
  background-color: #0b5ed7 !important;
  border-color: #0b5ed7 !important;
}

.form-check-input {
  width: 1.5em;
  height: 1.5em;
  min-width: 1.5em;
  margin-top: 0;
  background-color: #f6f7f9;
  border-color: #eef0f4;
}

.form-check-label {
  margin-left: 1em !important;
  line-height: 1;
}

.form-check {
  display: flex;
  align-items: center;
}

.text-primary {
  color: #0b5ed7 !important;
}
input[type=file]::file-selector-button {
  height: 38px;
}

.dropdown-divider {
  border-top: 1px solid #eef0f4 !important;
}

hr {
  border-color: #eef0f4 !important;
  opacity: 1 !important;
}

.bg-primary-light {
  background-color: rgba(11, 94, 215, 0.1);
}

.circle-icon-xs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 30px;
}

h4, h5 {
  color: #0b5ed7;
}

.banner-main {
  background-image: linear-gradient(#dd5c01, #ea8a00);
  border-radius: 5px;
}

.breadcrumb.text-white .breadcrumb-item::before {
  color: #fff;
}

.back-to-top:hover, .back-to-top:active, .back-to-top:focus {
  background-color: #0949a6;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #0949a6;
  border-color: #0949a6;
}

.btn-secondary {
  background-color: #de5f00;
  border-color: #de5f00;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #ab4900;
  border-color: #ab4900;
}

#stepperNextBtn {
  background-color: #0b5ed7 !important;
  border-color: #0b5ed7 !important;
  border-radius: 5px !important;
}
#stepperNextBtn:hover, #stepperNextBtn:active, #stepperNextBtn:focus {
  background-color: #0949a6 !important;
  border-color: transparent !important;
}

.cursor-not-allowed {
  border-radius: 5px !important;
  color: #94a3b8 !important;
}

.stepper-back-btn {
  border-radius: 5px !important;
  border: 1px solid #0b5ed7 !important;
  color: #0b5ed7 !important;
}
.stepper-back-btn:hover, .stepper-back-btn:active, .stepper-back-btn:focus {
  background-color: #0b5ed7 !important;
  border-color: transparent !important;
  color: #fff !important;
}

.stepper-active {
  background-color: #de5f00 !important;
  border-color: #de5f00 !important;
}

.step-complete {
  border-color: #de5f00 !important;
}

.stepper-inactive {
  color: #d1d5db !important;
}

.fc-small {
  width: 60px !important;
}

body, html, section {
  overflow-x: hidden;
}

.navbar-toggler {
  margin-left: auto;
}

.collapse {
  visibility: visible;
}

@media screen and (max-width: 575px) {
  .datatable-input {
    margin-top: 20px;
    width: 100%;
  }
  .datatable-dropdown {
    float: none !important;
  }
  .datatable-search {
    float: none !important;
  }
  .nb .navbar-nav .btn {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .card-body {
    padding: 30px !important;
  }
  .fc-small {
    width: 60px !important;
  }
  #main {
    padding: 0;
  }
  .add-persons-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .card-body {
    padding: 30px !important;
  }
  .nb .navbar-nav {
    flex-direction: row;
    margin-top: 30px;
    justify-content: flex-end;
  }
}/*# sourceMappingURL=custom.css.map */