@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;

400;500;700&display=swap);body {
  font-family: "Inter", sans-serif;
  color: #6b6767;
}

/* 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;
}

.home-bg {
  background-image: url(/images/bg-mainv2.jpg?a94f2ccd8d253b1577cf6aeec3aecb38);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
}

.header-background {
  background-image: url(/images/bg-headerv2.png?7ad2512e57c8fb27f25e615ae9a91152);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  position: absolute;
  z-index: 0;
  width: calc(100% - 270px);
  top: 0;
  color: #222222;
}

.top-wrapper {
  margin-top: 160px;
  position: relative;
}

.top-wrapper-out {
  margin-top: 208px;
  position: relative;
}

.content-page {
  padding: 15px;
}

.card {
  border-radius: 10px;
  border: inherit;
}

.card-dash {
  border: 1px dashed #b5adad;
  border-radius: 5px;
}

input,
select,
textarea {
  border: 2px solid #d8d8d8 !important;
}

::-moz-placeholder {
  color: #c3c3c3 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #c3c3c3 !important;
  opacity: 1;
}

::placeholder {
  color: #c3c3c3 !important;
  opacity: 1;
}

.form-control {
  color: #b5adad !important;
  border-radius: 5px;
}

.container.custom {
  max-width: 1270px;
}

.card.form {
  padding: 2rem;
}

.card.bb {
  border-bottom: 2px solid #e6e6e6;
}

input,
select,
textarea {
  border: 1.5px solid #b5adad !important;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 1px) !important;
}

.input-group-prepend select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0 !important;
}

button {
  font-size: 14px !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 2px solid #b5adad;
}

.table-bordered td,
.table-bordered th {
  border: 2px solid #b5adad;
  font-weight: bold;
}

.content-page {
  padding-bottom: 125px;
}

.rounded-circle.badge {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
}

.text-black {
  color: #222222;
}

label {
  margin-bottom: 0 !important;
}

.swal2-confirm {
  background: #004995 !important;
}

.swal2-actions button {
  min-width: 110px;
}

.vuecal__event {
  color: #fff !important;
}

.vuecal__view-btn--active {
  background: #004995 !important;
  color: #fff !important;
}

.programs-multiple label {
  width: 45%;
  border-radius: 2em !important;
  font-weight: normal;
  white-space: normal;
  border: 2px solid #d8d8d8;
  font-size: 13px;
  line-height: normal;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}

.programs-multiple input {
  display: none;
}

.programs-multiple label.active {
  color: #fff !important;
  border: 2px solid #0056ae;
  background: #0056ae !important;
  border-color: #0056ae !important;
}

.box-boreder-split {
  border: 3px dashed #d8d8d8;
}

.mx-datepicker {
  width: 100% !important;
}

.swal2-image {
  width: 240px !important;
}

.swal2-title {
  padding-top: 1px !important;
}

.question-mark-circle {
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
}

.cursor-pointer {
  cursor: pointer;
}

.table > thead > tr > th > a {
  color: #222 !important;
}

.table .btn {
  height: inherit;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #b5adad;
  font-style: italic;
  color: #222222;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
}

.table-bordered td,
.table-bordered th {
  vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: inherit;
}

.table-striped thead {
  background-color: rgba(0, 0, 0, 0.05);
}

.table > thead > tr > th {
  border-bottom: 2px solid #b5adad;
}

.table thead th {
  vertical-align: middle;
}

.search-spiner {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.btn-upload {
  overflow: hidden;
}

.color-blue {
  color: #2515e2;
}

.color-bblue {
  color: #00237b;
}

.color-dark-blue {
  color: #1d56ea;
}

.color-gray {
  color: #8b8484;
}

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

.badge {
  border-radius: 10px;
  font-size: 15px;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.btn {
  font-size: 15px !important;
  font-weight: bold !important;
}

.btn-small {
  font-size: 15px !important;
  border-radius: 10px !important;
  padding: 0.275rem 0.75rem !important;
}

.tooltip-inner {
  border: 1px solid #b7b7b7 !important;
  background: #fff !important;
  color: #a2a2a2;
  font-size: 10px;
  text-align: left;
  line-height: normal;
  border-radius: 5px;
}

#page-main-loader {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #004995;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

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

select.form-control:not([size]):not([multiple]) {
  font-size: 14px;
}

.mb-100 {
  margin-bottom: 100px;
}

table {
  color: #2b2b2b;
}

.radio label {
  font-size: inherit;
}

.multiselect__input {
  border: 0 !important;
}

a.disabled-con,
a.disabled-con:visited,
a.disabled-con:active,
a.disabled-con:hover {
  background-color: #d9d9d9 !important;
  color: #aaa !important;
}

.table > thead > tr > th {
  vertical-align: middle;
}

.slimscrollleft {
  overflow-y: auto;
}

.dropdown-toggle-notification::after {
  display: none !important;
}

.dropdown-menu-notification .dropdown-item:hover {
  background: #c6e0ff;
}

.opt-label {
  font-size: 10px;
  position: absolute;
  margin-left: 5px;
}

.gm-style-iw {
  max-width: 400px !important;
  border: 7px solid #333232;
  background-color: #4ac7d2bd !important;
  padding: 0;
  border-radius: 25px !important;
  top: -9px !important;
}

.gm-style-iw-d {
  max-width: 360px !important;
  overflow: hidden !important;
}

.reports_btn_gmap,
.report_btn_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.iw-container {
  padding: 3px;
  margin-right: 10px;
  text-align: center;
}

button.gm-ui-hover-effect {
  border-radius: 100%;
  background: #fff !important;
  box-shadow: 1px 2px #888888;
  top: 20px !important;
  right: -17px !important;
  height: 30px !important;
  width: 30px !important;
  display: flex !important;
  justify-content: center;
  opacity: 1 !important;
  z-index: 99;
}

.poi-info-window div,
.poi-info-window a {
  background-color: #4ac7d27d !important;
}

.gm-style-iw {
  overflow: inherit !important;
}

.gm-style .gm-style-iw-t::after {
  background: linear-gradient(45deg, #333232 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%) !important;
  top: -10px !important;
}

.pac-logo:after {
  display: none !important;
}

.pac-container {
  border-radius: 20px;
  z-index: 10000 !important;
}

.pac-container .pac-item {
  padding: 5px;
  padding: 7px 15px;
  border-top: 0 !important;
  border-bottom: 1px solid #e9e5e5;
  background: #f4f4f4;
}

.pac-container .pac-item:nth-of-type(odd) {
  background: #dfdfdf;
}

.pac-container .pac-icon-marker {
  display: none;
}

.btn {
  font-weight: bold;
}

.btn-dark-blue {
  background-color: #192383;
  color: white;
  border: 1px solid #192383;
}

.btn-dark-blue:hover {
  background-color: #131b69;
}

.bg-light-blue {
  background-color: #1d56ea;
}

.bg-gray {
  background-color: #f5f5f5 !important;
}

.btn-light-blue {
  background-color: #1d56ea;
  color: white;
  border: 1px solid #1d56ea;
}

.btn-light-blue:hover {
  background-color: #1649cc;
  color: #fff;
}

.bg-dark-blue {
  background-color: #192383;
}

::-webkit-input-placeholder {
  font-style: italic;
}

:-moz-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

body .text-primary {
  color: #1d56ea !important;
}

.data-table-wrapper {
  margin-top: 300px;
}

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

@media (max-width: 995px) {
  .flex-row-mobile {
    flex-direction: column;
  }

  .card.form {
    padding: 15px;
  }
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #004995;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.vuecal__weekdays-headings {
  border-bottom: inherit !important;
}

.vuecal__title-bar {
  background: transparent !important;
}

.vuecal__arrow i.angle {
  color: #004995;
}

.vuecal__title button {
  color: #ccc;
}

.vuecal__event {
  margin-bottom: 2px;
}

.vuecal--month-view .vuecal__cell {
  min-height: 120px;
}

.vuecal--short-events .vuecal__event-title {
  max-width: 89px;
  font-size: 11px !important;
  padding: 7px 3px !important;
  text-align: center !important;
  cursor: pointer;
}

.vuecal--short-events {
  height: auto !important;
}

.vuecal__cell.out-of-scope {
  color: #696969 !important;
}

.vuecal--month-view .vuecal__cell-content {
  justify-content: flex-start !important;
  height: 100%;
  align-items: flex-end;
}

.vuecal--month-view .vuecal__cell-date {
  padding: 8px;
}

.vuecal--month-view .vuecal__no-event {
  display: none;
}

.vuecal__event.lunch {
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, #f2f2f2 10px, #f2f2f2 20px);
  /* IE 10+ */
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vuecal__event.lunch .vuecal__event-time {
  display: none;
  align-items: center;
}

.vuecal__menu,
.vuecal__cell-events-count {
  background-color: #1c54a5 !important;
  font-size: 11px;
  color: #fff;
}

.vuecal__menu button {
  border-bottom-color: #fff;
  color: #fff;
}

.vuecal__menu button.active {
  background-color: rgba(255, 255, 255, 0.15);
}

.vuecal__title-bar {
  background-color: #e4f5ef;
}

.vuecal__cell.vuecal__cell--today,
.vuecal__cell.current {
  background-color: rgba(240, 240, 255, 0.4);
}

.vuecal:not(.vuecal--day-view) .vuecal__cell.selected {
  background-color: rgba(235, 255, 245, 0.4);
}

.vuecal__cell.selected:before {
  border-color: rgba(66, 185, 131, 0.5);
}

.vuecal {
  box-shadow: inherit !important;
}

.vuecal__cell:before {
  border: inherit !important;
}

.vuecal__flex .vuecal__cell-content {
  background: #d8d8d8;
  margin: 5px;
}

.vuecal__cell {
  margin-bottom: 10px;
}

.vuecal__menu {
  display: none Impo !important;
}

.vuecal__title {
  font-size: 2rem;
  font-weight: bold;
  color: #1d56ea;
}

.vuecal__cell.vuecal__cell--today {
  background: transparent !important;
}

.vuecal__cell.vuecal__cell--today .vuecal__cell-content {
  background: #8f969c !important;
}

.vuecal__cell .vuecal__event * {
  line-height: normal;
}

.vuecal__cell.vuecal__cell--selected {
  background: transparent !important;
}

.vuecal__cell.vuecal__cell--selected .vuecal__cell-content {
  background: #afb2b5 !important;
}

.time-picker {
  width: inherit !important;
}

.time-picker input {
  display: block;
  width: 100% !important;
  height: calc(1.6em + 0.75rem + 2px) !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  background-color: #434f5c;
  background-clip: padding-box;
  border: 1px solid #4c5a67 !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.month-view {
  margin-top: 15px !important;
}

.vuecal--month-view .vuecal__cell-date {
  padding: 8px;
  border-bottom-left-radius: 10px 10px;
  border-top-right-radius: 10px;
  margin-bottom: 3px;
  font-weight: bold;
}

.vuecal--week-view .vuecal__event,
.vuecal--day-view .vuecal__event {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.vuecal__event.approved,
.vuecal__event.finished {
  background-color: #53b230;
  color: #fff;
}

.vuecal__event.pending {
  background-color: #ffa700;
  color: #fff;
}

.vuecal__event.ongoing {
  background-color: #004995;
  color: #fff;
}

.vuecal__event.cancelled,
.vuecal__event.rejected {
  background-color: #cb4747;
  color: #fff;
}

