@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato');

body {
  font-family: 'sofia-pro', sans-serif;
}
.form-label{
    font-weight: bold;
}
.btn.btn-rounded {
  -webkit-border-radius: 13px;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 13px;
  font-weight: bold;
}
.bold_navy_text {
  font-weight: bold;
  color: #181948;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif')
    50% 50% no-repeat rgb(249, 249, 249);
}

p {
  /*font-size: 1.2rem;*/
}
.rocksalt {
  font-family: 'Rock Salt', cursive;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
}
.card-primary {
  border-top: 3px solid #181948;
}

.border-sky {
  --bs-border-opacity: 1;
  border-color: 1px solid #bbc6e3 !important;
}

.card-primary.card-outline-tabs > .card-header a.active,
.card-primary.card-outline-tabs > .card-header a.active:hover {
  border-top: 3px solid #181948;
}
.nav-tabs .nav-link {
  color: #181948 !important;
  font-weight: bold;
}

.card-header {
  text-transform: none !important;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'] {
  font-family: Arial, sans-serif;
}
.btn-primary:focus {
  background-color: #181948;
}
.req:after {
  content: '*';
  color: red;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  height: 36px;
}
/* .form-select{
  height: 36px;
} */

.form-check-input:checked {
  background-color: #181948;
  border-color: #181948;
}

.bg-tr {
  background: #e7ebf5 !important;
}
/****** Background ******/

.bg-gray {
  background: #f4f5f7 !important;
}
.bg-deepblue {
  background: #181948 !important;
  color: #ffffff !important;
}

.bg-lightblue {
  background: #4f69ac !important;
  color: #ffffff !important;
}

.bg-skyblue {
  background: #bbc6e3 !important;
  color: #181948 !important;
}

.bg-mint {
  background: #cbe5de !important;
  color: #181948 !important;
}

.bg-mandygreen {
  background: #1b4752 !important;
  color: #ffffff !important;
}

.bg-sienna {
  background: #8d6e66 !important;
  color: #ffffff !important;
}

.bg-tangerine {
  background: #e16e47 !important;
  color: #ffffff !important;
}

/*** text***/
.text-deepblue {
  color: #181948 !important;
}
.text-lightblue {
  color: #4f69ac !important;
}
.text-mint {
  color: #cbe5de !important;
}
.text-mandygreen {
  color: #1b4752 !important;
}
.text-sienna {
  color: #8d6e66 !important;
}
.text-tangerine {
  color: #e16e47 !important;
}
/*************** BUTTON********/
.btn-deepblue {
  background: #181948 !important;
  color: #ffffff !important;
}
.btn-deepblue:focus,
.btn-deepblue:hover {
  color: #ffffff !important;
}

.btn-lightblue {
  background: #4f69ac !important;
  color: #ffffff !important;
}

.btn-lightblue:focus,
.btn-lightblue:hover {
  color: #ffffff !important;
}
.btn-skyblue {
  background: #bbc6e3 !important;
  color: #ffffff !important;
}
.btn-skyblue:focus,
.btn-skyblue:hover {
  color: #ffffff !important;
}

.btn-mint {
  background: #cbe5de !important;
  color: #181948;
}

.btn-mandygreen {
  background: #1b4752 !important;
  color: #ffffff !important;
}
.btn-mandygreen:focus,
.btn-mandygreen:hover {
  color: #ffffff !important;
}

.btn-sienna {
  background: #8d6e66 !important;
  color: #ffffff !important;
}
.btn-sienna:focus,
.btn-sienna:hover,
.btn-sienna:active {
  color: #ffffff !important;
}
.btn-tangerine {
  background: #e16e47 !important;
  color: #ffffff !important;
}
.btn-tangerine:focus,
.btn-tangerine:hover,
.btn-tangerine:active {
  color: #ffffff !important;
}

.fs-6 {
  font-size: 0.8rem !important;
}

.btn-sm {
  line-height: 1.8;
}

.ap-button button {
  max-height: 35px;
  min-height: 35px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 3px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}
.btn span,
.btn i {
  font-size: 15px;
  display: inline-block;
  margin-right: 0px !important;
}

.dog-details {
  font-size: 5px;
}

.bg-opacity-primary {
  background: #bbc6e3 !important;
}

.dark-purple {
  color: #2d469f !important;
}
