:root {
  --blur-size: 150px;
  --shape-1-size: 400px;
  --shape-3-size: 400px;
  --shapes-opacity: 16%;
}

body {
  font-family: "Inter", sans-serif;
}

h1 {
  font-weight: 800;
}

h2 {
  color: #201F1F;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0;
}

h4 {
  color: #201F1F;
  font-size: 18px;
  font-weight: 700;
}
.bold {
  font-weight: 500;
}
.required {
  color: #C51313;
  font-weight: 600;  
}
/****Font- sizes*******/
.text-sm {
  font-size: 13px;
}
.text-xs {
  font-size: 11px;
}
/******header******/
.collapse.navbar-collapse {
  
}
/****Tables*******/
thead {
  font-size: 13px;
  font-weight: 500;
  background-color: #F5F3F3;
}
.table>:not(:first-child) {
  border: none;
}
/***Navbar*****/
.navbar-brand img {
  width: 135px;
}

.top-navigation {
  background: #fff;
  -webkit-box-shadow: #0000003a 2px 2px 4px 2px;
          box-shadow: #0000003a 2px 2px 4px 2px;
}
.data-display-bg-white {
  background-color: #fff;
  border-radius: 12px;
  padding: 6px 2px;
}
.admin-icon {
  background-color: #0020C1;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  margin-right: 10px;
  width: 32px;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #e9ecef !important;
}
.navbar-nav {
  border-right: #D8D8D8 solid 1px;
  margin-right: 20px;
  padding-right: 15px;
}
/*******Login*******/
.login {
  background: url(../img/bg-login.jpg) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.bg-white-backdrop {
  background: rgb(255 255 255 / 50%);
  border-radius: 8px;
  backdrop-filter: blur(10px);  
  padding: 35px 40px 60px 40px;
  position: relative;
  z-index: 2;
}

.top-form.text-center {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-form.text-center button {
  background-color: #0f5132;
  border: none;
  border-radius: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  width: 30px;
  height: 30px;
}

.login-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 230px;
}

a {
  text-decoration: none;
}
.dark-link {
  color:#000;
}
.dark-link i {
  color: #AAAAAA;
}

.shape-1 {
  width: 40%;
  height: 40%;
  background-color: #184B99;
  border-radius: 50%;
  position: absolute;
  right: -20%;
  top: -20%;
  mix-blend-mode: multiply;
  -webkit-filter: blur(var(--blur-size));
  filter: blur(var(--blur-size));
  opacity: 50%;
  -webkit-animation: blob ease-in 4s infinite;
  animation: blob ease-in 4s infinite;
  z-index: 1;
}

.shape-2 {
  width: 40%;
  height: 40%;
  background-color: #21AFE5;
  border-radius: 50%;
  position: absolute;
  right: -30%;
  top: 10%;
  mix-blend-mode: multiply;
  -webkit-filter: blur(var(--blur-size));
  filter: blur(var(--blur-size));
  opacity: 50%;
  -webkit-animation: blob ease-in 4s infinite;
  animation: blob ease-in 4s infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  animation-direction: reverse;
  z-index: 1;
}

.shape-3 {
  width: 40%;
  height: 40%;
  background-color: #21AFE5;
  border-radius: 50%;
  position: absolute;
  left: -20%;
  bottom: 0;
  mix-blend-mode: multiply;
  -webkit-filter: blur(var(--blur-size));
  filter: blur(var(--blur-size));
  opacity: 50%;
  -webkit-animation: blob ease-in 4s infinite;
  animation: blob ease-in 4s infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  animation-direction: reverse;
  z-index: 1;
}
small {
  color: #7B7B7B;
}
.nav-link {
  color: #000;
  font-size: 14px;
  text-align: left;
}
.flex-shrink-0.sidebar-menu {
  position: sticky;
  top: 10px;
}
.list-unstyled.pills li.active {
  background-color: #FEF5E5 !important;
  border-color: #D2AE6D !important;    
  font-weight: 600;
}
.list-unstyled.pills li.active a {
  background-color: #FEF5E5 !important;
  color:#000;
  border-color: #D2AE6D !important;    
}
.nav-link:hover {
  color:#000;
  font-weight: 600;
}
#empty-state, #create-new, #list, #profile-act {
  transition: opacity 0.3s ease;
}
.truncate-sm {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 110px;
}
/*******Status********/
.status-active {
  background-color: #EAF9E4;
  border: #4AC217 solid 1px;
  border-radius: 4px;
  color: #256809;
  font-size: 13px;
  font-weight: 300;
  padding: 5px 8px;
}
.status-inactive {
  background-color: #FFDCDC;
  border: #C51313 solid 1px;
  border-radius: 4px;
  color: #C51313;
  font-size: 13px;
  font-weight: 300;
  padding: 5px 8px;
}
.status-info {
  background-color: #fff;
  border: #777777 solid 1px;
  border-radius: 4px;
  color: #525151;
  font-size: 13px;
  font-weight: 300;
  padding: 3px 5px;
}
/*****Buttons****/
.btn-small {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  padding: 0px 5px;
}
.btn-outline-danger {
  border-color: #C51313;
  color: #C51313;
}
.btn-outline-primary {
  border-color: #0020C1;
  color: #0020C1 !important;
}
.btn-outline-primary:hover {
  background-color: #EDEFFB;
}
.btn-newregister {
  background-color: #D2AE6D;
  border-color: #D2AE6D;
  display: flex;
  color: #000;
  align-items: center;
}
.btn-danger {
  background-color: #C51313;
  border-color: #C51313;
}
.btn-edit-mp {
  display: flex;
  align-items: center;
  gap: 4;
}
.circle-button {
  background-color: #EDEFFB;
  border-radius: 50px;
  border:#0020C1 solid 1px;
  color: #0020C1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  height: 22px;
  width: 22px;
}
.link-blue {
  color: #0020C1;
}
.img-empty-state {
  width: 150px;
}
.pill {
  border: #D1D5E9 solid 1px;
  border-radius: 4px;
  padding: 5px 7px;
}
.folio {
  border: #D1D5E9 solid 1px;
  border-radius: 4px;
  color: #0020C1;
  font-weight: 700;
  padding: 5px 7px;
}
/*******Alerts**********/
.warning-text-atention {
  background-color: #FBFBDD;
  border:#E5E58A solid 1px;
  border-radius: 6px;
  display: flex;
  gap: 5;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.warning-text-atention i {
  color: #DE9A26;
  font-size: 20px;  
  margin-right: 12px;
}
/********flex scroll horizontal*************/
.flexed-scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: scroll;
    padding: 0px 15px 20px 15px;
}
.card-light {
  border:#D1D5E9 solid 1px;
  border-radius: 12px;
  box-shadow: #0000003a 2px 2px 3px 1px;
  padding: 15px;
  width: 188px;
}
.card-light b {
  font-size: 22px;
}

/*******Events***************/
.app {  
  margin: 0 auto;
  display: grid;
  gap: 14px;
}
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  
}
.topbar h1 {
  font-size: 1.05rem;
}
.actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.status {
  color: #A7A4A4;
  font-size: 0.9rem;
}
.month {
  font-weight: 600;
}
.btn-accent {
  background: linear-gradient(180deg, #3cc7ff, #1ea9e6);
  color: #062332;
  border-color: #63d2ff;
}
.btn.danger {
  background: #3e1a22;
  border-color: #7a2a36;
}
.layout {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 14px;
}
@media (max-width: 1120px) {
  .layout {
    grid-template-columns: 1fr;
  }
}

.panel {
  background: #F9FAFF;
  border: 1px solid #D1D5E9;
  border-radius: 14px;
  padding: 12px;
  display: grid;
  gap: 10px;
  align-items: start;
}

/* Calendar */
.weekdays {
  background-color: #fff;
  border: 1px solid #D1D5E9;
  border-radius: 12px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  padding: 2px 4px;
  color: #000000;
  font-size: 0.9rem;
  text-align: center;
  height: 40px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  min-height: 520px;
}
.cell {
  background: #fff;
  border: 1px solid #D1D5E9;
  border-radius: 12px;
  padding: 8px;
  display: grid;
  gap: 8px;
  cursor: pointer;
  position: relative;
  min-height: 100px;
  transition: transform 0.08s ease;
}
.cell:hover {
  transform: translateY(-1px);
}
.cell .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cell .d {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-weight: 600;
  color: #000;
}
.cell.out {
  opacity: 0.55;
}
.cell.today .d {
  background-color:#f3f5fe;
  color: #062332;
}
.dots {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.badge {
  display: none;
}
.day.flex {
  display: flex;
  flex-direction: column;
}

.day-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  width: 100%;
}
.events {
  list-style: none;
  display: grid;
  gap: 8px;
  padding: 0;
  width: 100%;
}
.events.small .ev {
  padding: 6px 8px;
}
.ev {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
  background: #fff;
  border: 1px solid #D1D5E9;
  border-radius: 10px;
  padding: 8px 10px;
}
.ev .dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.ev .t {
  font-weight: 600;
}
.ev .m {
  display: flex;
  gap: 10px;
  color: #000;
  font-weight: 300;
  font-size: 0.9rem;
}
.ev .tools {
  display: flex;
  gap: 6px;
}
.icon {
  background: #f3f5fe;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #0020C1;
  border-radius: 8px;
  padding: 6px 8px;
  cursor: pointer;
}
.icon.edit {
  display: none;
}
.icon:hover {
  filter: brightness(1.08);
}

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.card {
  background: #0b162f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px;
}
.card .k {
  color: #cbd5e1;
  font-size: 0.85rem;
}
.card .v {
  font-weight: 700;
  font-size: 1.1rem;
}

dialog {
  border: none;
  border-radius: 12px;
  background: #0e1935;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px;
  width: min(720px, 96vw);
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
.form label {
  display: grid;
  gap: 6px;
  font-size: 0.9rem;
}
.form input {
  background: #0b162f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 8px;
  padding: 8px 10px;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.dlg-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 10px;
}
.spacer {
  flex: 1;
}
/****/
@-webkit-keyframes blob {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
    transform: translate(0px, 0px) scale(1);
  }
  33% {
    -webkit-transform: translate(30px, -50px) scale(1.2);
    transform: translate(30px, -50px) scale(1.2);
  }
  66% {
    -webkit-transform: translate(-20px, 20px) scale(0.9);
    transform: translate(-20px, 20px) scale(0.9);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1);
    transform: translate(0px, 0px) scale(1);
  }
}

@keyframes blob {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
    transform: translate(0px, 0px) scale(1);
  }
  33% {
    -webkit-transform: translate(30px, -50px) scale(1.2);
    transform: translate(30px, -50px) scale(1.2);
  }
  66% {
    -webkit-transform: translate(-20px, 20px) scale(0.9);
    transform: translate(-20px, 20px) scale(0.9);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1);
    transform: translate(0px, 0px) scale(1);
  }
}

.dark-card {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.dark-card .card-footer {
  background-color: transparent;
  border-color: #fff;
}

.dark-card .text-dark, .dark-card h3, .dark-card h2 {
  color: #fff !important;
}

/*******Buttons******/
.btn-white-search {
  background: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  height: 27px;
  position: absolute;
  width: 27px;
  left: 10px;
  top: 7px;
}

.dropdown-menu.show {
  min-width: 100%;
}
.btn-success {
  background-color: #26B14B;
  border-color: #26B14B;
}

.filter-button {
  background: #fff;
  border-radius: 4px;
  border: #D8D8D8 solid 1px;
  color: #332D24;
  font-size: 15px;
  padding: 5px 10px;
}
.btn-sm {
  background-color: transparent;
  border: none;
  margin-left: 5px;
  padding: 0;
}

.notifications-active {
  background-color: #26B14B;
  border: #fff solid 1px;
  border-radius: 50px;
  height: 14px;
  width: 14px;
  position: absolute;
  right: 5px;
  top: 3px;
  z-index: 9;
}

.content-data {
  background-color: #373435;
  min-height: 100vh;
}

.b-bottom {
  border-bottom: 1px solid #F6F6F6;
}

.icon-more-info {
  margin-right: 8px;
  margin-top: 0px;
}

.icon-arrow {
  position: relative;
  top: -3px;
  margin-left: 5px;
}

.card-footer {
  background-color: #fff;
}

.user-info-sm {
  background-color: #26B14B;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  height: 24px;
  width: 24px;
}

/*****Special inputs*****/
.input-search {
  background: #F6F6F6;
  border: #D8D8D8 solid 1px;
  border-radius: 50px;
  padding-left: 45px;
  padding-right: 20px;
  height: 40px;
  width: 220px;
}

.input-search:focus {
  border-color: #0F80F1;
  outline: none;
}
input.search {
  background: url(../img/search.svg) no-repeat 2% center;  
  background-size: 14px;
  padding-left: 8%;
}
/*****modal*******/
.modal {
  left: unset;
  right: 0;
}

.modal-fullscreen {
  width: 40vw;
  position: fixed;
  right: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out !important;
  transition: -webkit-transform .3s ease-out !important;
  transition: transform .3s ease-out !important;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out !important;
  -webkit-transform: translate(0px, 0px) !important;
          transform: translate(0px, 0px) !important;
}

.modal-footer,
.modal-header {
  border: none;
}

.form-check-label,
.form-label {
  color: #201F1F;
  font-weight: 400;
  font-size: 15px;
}
.orange-text-md {
  color: orangered;
  font-size: 28px;
}
.form-label {
  margin-bottom: 5px;
}

.form-check {
  padding-left: 15px;
}

.file-upload {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  border: 1px dashed #979797;
  border-radius: 6px;
  background: white;
  padding: 0 20px;
  font-family: sans-serif;
  cursor: pointer;
}

.file-upload span {
  color: black;
  font-size: 14px;
}

.file-upload .examinar {
  color: #0F80F1;
}

.file-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.search-large {
  position: absolute;
  right: 10px;
}
.card-small {
  background-color: #f9f9f9;
  border: #e9e9e9 solid 1px;
  border-radius: 6px;
  padding: 15px 10px;
}
.account {
  display: flex;
  align-items: center;
  border: #e9e9e9 solid 1px;
  border-radius: 4px;
  padding: 8px 10px;
}
/******Spacing********/
.py-30 {
  padding: 30px 0px;
}

.mb-30 {
  margin-bottom: 30px;
}
/******Text colors*******/
.text-gray {
  color: #AAAAAA;
}
/****Tables*****/
.lowercase {
  text-transform: lowercase;
}
.dataTables_filter {
  display: flex;
  align-self: start;
  margin-bottom: 20px;
  width: 100%;
}
.dataTables_filter input {
  background: #fff  !important;
  border: #D8D8D8 solid 1px !important;
  height: 40px;
  width: 250px !important;  
}
.dataTables_filter input::after {
  content:"E";
  position: absolute;
  color:#000;
  z-index: 999;
  background: #6225B0;
  width: 20px;
  height: 20px;
}
.dataTables_filter input:focus {
  border-color: #0F80F1 !important;
  box-shadow: none !important;
  outline: none;
}
thead.white {
  background-color: #fff;
  font-size: 15px;
}

thead.white th {  
  font-weight: 600;
}
.go-profile {
  color:#000;
  font-weight: 600;
}
.table td {
  font-size: 14px;
  font-weight: 400;
  border: none !important;
  white-space: nowrap;
}
.table tr {
  border-bottom: #DEDEDE solid 1px;
}
table > :not(caption) > * > * {
  padding: .7rem !important;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.dataTables_info {
  color: #332D24;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.dataTables_paginate {  
  display: flex;  
  justify-content: center;
  width: 100%;
}
.page-item.active .page-link {
  background-color: #6225B0 !important;
  border-color: #6225B0 !important;
  border-radius: 4px;
}
ul.pagination {
  font-size: 14px;
  margin-top: 20px;
}
.form-check-input:checked {
  background-color: #0020C1;
  border-color: #0020C1;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.status-ok {
  background: #ECFCF1;
  color: #26B14B;
  border: #26B14B solid 1px;
  border-radius: 50px;
  padding: 2px 8px;
  font-size: 14px;
}

.status-success {
  background: #E1EFFE;
  color: #0F80F1;
  border: #0F80F1 solid 1px;
  border-radius: 50px;
  padding: 2px 8px;
  font-size: 14px;
}

.status-progress {
  background: #F4ECFF;
  color: #6225B0;
  border: #6225B0 solid 1px;
  border-radius: 50px;
  padding: 2px 8px;
  font-size: 14px;
}

.breadcrumb {
  background: #fff;
  border: #D8D8D8 solid 1px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.breadcrumb-item {
  font-size: 14px;
}
.breadcrumb-item i {
  color:#979797;
}

.file {
  background: #fff;
  border: #D8D8D8 solid 1px;
  border-radius: 4px;
  padding: 20px;
}
/******Canvas size*******/
.offcanvas-end.medium {
  padding: 10px 30px;
  width: 620px;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1rem;
}
/********Profile********/
.content-block {
  border:#D6D6D6 solid 1px;
  border-radius: 12px;
  font-weight: 300;
}
.content-block b {
  font-weight: 600;
}
.sidebar-menu .btn-newregister {
  background-color: #D2AE6D;
}
.nav-pills {
  position: sticky;
  top: 10px;
}
.mobile {
  display: none;
}
@media (max-width: 992px) {
  .mobile {
    display: inline-flex;
  }
  .desktop {
    display: none !important;
  }
  .btn.btn-primary.mobile {
    background: url(../img/menu.svg) no-repeat center #0020C1;
    background-size: 26px;
  }
}
@media (max-width: 768px) {
  .col-md-4.bg-white-backdrop {
    width: 80%;
  }
  .btn-newregister {    
    font-size: 14px;
  }
  .data-display-bg-white .row {
    margin: 0;
  }
  .data-display-bg-white .p-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 425px) {
  .bg-white-backdrop .text-end {
    text-align: center !important;
  }
  .form-control,
  .form-select {
    margin-bottom: 15px;
  }
  input.form-control.archivo-input {
    margin-bottom: 0px !important;
  }
  span.input-group-text {
    height: 38px;
  }
  .content-block .d-flex {
    display: flex !important;
    flex-wrap: wrap;
  }
  .btn.btn-outline-primary.btn-sm {
    margin-bottom: 15px;
  }
  .flex-mobile-wrap {
    flex-wrap: wrap;
  }
  .data-display-bg-white.table-responsive.p-4.h-100 {
    margin-top: 15px;
  }
  .content-data {
    padding-bottom: 40px;
  }
}