/* Login */
.body-login {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: left;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  background-image: url(../img/bg1-conmar.jpg);
  background-size: cover;
}

.div-signin {
  display: flex;
  height: 80%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  /* background-color: rgba(0, 0, 0, 0.25); */
}

.form-signin {
  width: 40%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* End Login */

/* Header */

.item-header {
  margin-top: 20px;
}

.text-center .item-header{
  font-size: 11px;
}

.text-header {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

/* End Header */

/* Items Design  */

body {
  margin-bottom: -15px;
}

hr {
  margin-bottom: -5px;
}

.text-light {
  color: white;
}

.content-body {
  padding-top: 60px;
  min-height: 83vh;
}

.caption-text {
  padding-left: 10px;
}

.btn-action {
  height: 32px;
  width: 32px;
  font-size: 15px;
  padding: 3px 0px;
}

.f-size {
  font-size: 12.5px;
}

.table-responsive {
  overflow-x: hidden;
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
}

.font-size-md {
  font-size: 12.5px;
}

.font-size-md .col-1 {
  width: 5%;
}

.font-size-md .col-2 {
  width: 10%;
}

.bg-dark-custom {
  background-color: #000000;
  background-image: var(--bs-gradient) !important;
  color: #eee;
}


.card-profile {
  padding-top: 2px;
  padding-bottom: 5px;
}

.card-body-profile {
  background: #e0e3e6;
  padding-right: 180px;
  padding-left: 180px;
}

.form-search {
  margin-right: -22px;
  margin-left: 5px;
}

.form-search-xs {
  margin-right: -15px;
}

/* End Items Design  */

/* Select absolute */
.select-form {
  position: relative;
}

.height-form-select {
  height: 62px;
}

.select-form select {
  width: 93.5%;
  position: absolute;
  z-index: 1;
}

/* End Select absolute  */

/* Paginator */
.pagination > li > a {
  background-color: white;
  color: #000000;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #ddd;
}

.pagination > .page-item.active > .page-link {
  color: #ffffff;
  background-color: #212529 !important;
  border: solid 1px #000000 !important;
}

.pagination > .active > a:hover {
  background-color: #ffffff !important;
  border: solid 1px #000000;
}

/* End Paginator */

/* Items NavBar  */
.active {
  font-weight: 700;
  font-size: 1.06rem;
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  background-color: #121212;
}

/* End Items NavBar  */

/* Pages errors */
.container-error {
  width: auto;
  max-height: 680px;
  padding: 0 15px;
}

/* End Pages errors */

/* footer */
.img-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

.text-footer {
  padding-top: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.text-footer a {
  text-decoration: none !important;
  outline: none !important;
  color: #e0e0e0;
}

/* End footer */

/* chart */
.chart {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 350px;
}

.chart-xl {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 600px;
}

.chart svg,
.chart canvas {
  width: 100% !important;
}

.chart-legend {
  margin: 10px 0;
}

.page-chart {
  margin-bottom: 20px;
}

.section-charts {
  display: flex;
}

.chart-item {
  width: 50% !important;
}

.chart-item-xl {
  width: 100% !important;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #d6d6d6;
  box-shadow: inset 0 -1px 0 rgba(58, 58, 58, 0.645);
}

.accordion-button {
  box-shadow: inset 0 -1px 0 rgba(58, 58, 58, 0.645);
}

/* end chart */

/* Styles responsive */
@media all and (min-width: 1400px) {
  .form-signin {
    width: 40%;
  }

  .nav-style {
    flex-direction: row !important;
  }

  .select-form select {
    width: 93.8%;
    position: absolute;
  }
}

@media all and (max-width: 1400px) {
  .form-signin {
    width: 50%;
  }

  .nav-style {
    flex-direction: row !important;
  }
}

@media all and (max-width: 992px) {
  .form-signin {
    width: 65%;
  }

  .nav-style {
    flex-direction: column !important;
  }

  .section-charts {
    flex-direction: column !important;
  }

  .chart-item {
    width: 100% !important;
  }

  .content-body {
    min-height: 88vh;
  }

  .select-form select {
    width: 90.5%;
    position: absolute;
  }

  .f-size {
    font-size: 9px;
  }
}

@media all and (max-width: 768px) {
  .form-signin {
    width: 75%;
  }

  .nav-style {
    flex-direction: column !important;
  }

  .table-responsive {
    overflow-x: auto;
    width: 100%;
  }

  .f-size {
    font-size: 8px;
  }
}

@media all and (max-width: 580px) {
  .form-signin {
    width: 75%;
  }

  .select-form select {
    width: 90%;
    position: absolute;
  }
}

@media all and (max-width: 575px) {
  .form-signin {
    width: 75%;
  }

  .select-form select {
    width: 95%;
    position: absolute;
  }
}

@media all and (max-width: 530px) {
  .form-signin {
    width: 75%;
  }

  .select-form select {
    width: 93.5%;
    position: absolute;
  }
}

@media all and (max-width: 450px) {
  .form-signin {
    width: 80%;
  }
}

@media all and (max-width: 400px) {
  .form-signin {
    width: 85%;
  }

  .select-form select {
    width: 92%;
    position: absolute;
  }
}

@media all and (max-width: 320px) {
  .form-signin {
    width: 90%;
  }

  .select-form select {
    width: 90%;
    position: absolute;
  }
}

@media all and (max-width: 260px) {
  .form-signin {
    width: 90%;
  }

  .select-form select {
    width: 86%;
    position: absolute;
  }
}

/* End Styles responsive */

/* Panel Modal */

.modal-body {
  background: #e0e3e6;
}

.panel {
  background: #ffffff;
  border: none;
  margin-bottom: 1.33rem;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.panel .panel-body,
.panel .panel-toolbar,
.panel .panel-footer {
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.panel .panel-heading {
  padding: 0.8rem 1rem;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.panel .panel-heading .panel-title {
  font-size: 0.8125rem;
  margin: 0;
  line-height: 1.35;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.panel .panel-heading .panel-title > a {
  color: inherit;
  display: block;
}

.panel .panel-heading .panel-title > a:hover,
.panel .panel-heading .panel-title > a:focus {
  text-decoration: none;
}

.panel .panel-heading .panel-heading-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.panel .panel-heading .panel-heading-btn > a + a {
  margin-left: 5px;
}

.panel .panel-heading .panel-heading-btn .btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.panel .panel-heading .tab-overflow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.panel .panel-body {
  padding: 1rem 1rem;
}

.panel .panel-body:before,
.panel .panel-body:after {
  content: "";
  display: table;
  clear: both;
}

.panel .panel-toolbar {
  padding: 0.8rem 1rem;
}

.panel .panel-footer {
  border-top: 1px solid #cfd8dc;
  padding: 0.8rem 1rem;
}

.panel [class^="col-"].ui-sortable {
  min-height: 0;
}

.panel.panel-default > .panel-heading {
  background: #eeefef;
  color: #263238;
}

.panel.panel-inverse > .panel-heading {
  background: #263238;
  color: #ffffff;
}

.panel.panel-loading .panel-body {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.panel.panel-loading .panel-body .panel-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #dcdcdc;
  opacity: 0.9;
  z-index: 10;
  -webkit-animation: fadeIn 0.2s;
  -moz-animation: fadeIn 0.2s;
  -ms-animation: fadeIn 0.2s;
  -o-animation: fadeIn 0.2s;
  animation: fadeIn 0.2s;
  border-radius: 0 0 3px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel.panel-expand {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  z-index: 1080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0;
}

.panel.panel-expand > .panel-body,
.panel.panel-expand > .panel-heading,
.panel.panel-expand > .panel-footer {
  border-radius: 0;
}

.panel.panel-expand > .panel-body {
  overflow-x: scroll;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.panel.panel-expand > .panel-body > .slimScrollDiv {
  height: 100% !important;
}

.panel.panel-expand
  > .panel-body
  > .slimScrollDiv
  > div:not(.slimScrollBar):not(.slimScrollRail) {
  height: 100% !important;
}

.panel.panel-expand > .panel-heading {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.panel.panel-expand > .panel-heading .fa-expand:before {
  content: "\f066";
}

.panel.panel-expand > .hljs-wrapper {
  max-height: 50%;
  overflow: scroll;
}

.panel.panel-hover-icon .panel-heading .panel-heading-btn .btn i {
  visibility: hidden;
}

.panel.panel-hover-icon .panel-heading:hover .panel-heading-btn .btn i,
.panel.panel-hover-icon .panel-heading:focus .panel-heading-btn .btn i {
  visibility: visible;
}

.panel.panel-with-tabs .panel-heading > .nav-tabs {
  margin-top: -0.4rem;
  margin-bottom: -0.8rem;
  border-bottom: none;
}

.panel.panel-with-tabs .panel-heading > .nav-tabs .nav-item .nav-link {
  border: none;
  margin: 0;
}

.panel-expand .app-content {
  z-index: 9999;
}

.panel-expand .app-content .panel.panel-expand {
  background: #eceff1;
}

/* end Panel Modal */

.table-list {
  padding-bottom: 100px;
}

.select2-container {
  z-index: 3000;
}

.selection
  .select2-selection
  .select2-container--default
  .select2-container--focus
  .select2-selection--multiple {
  min-height: 37.6px !important;
}

.select2-selection .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--focus .select2-selection--multiple,
.select2-selection .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container--focus .select2-selection--single {
  min-height: 37.6px !important;
}

.select2-search--dropdown {
  display: none !important;
  visibility: hidden !important;
}

.select2-search .select2-search--inline,
.select2-search__field {
  min-height: 25px !important;
}

.bg-color-3 {
  --bs-bg-opacity: 1;
  background-color: #262626 !important;
  background-image: var(--bs-gradient) !important;
  color: #e0e0e0 !important;
}

.bg-color-2 {
  --bs-bg-opacity: 1;
  background-color: #262626 !important;
  background-image: var(--bs-gradient) !important;
  color: #e0e0e0 !important;
}

.bg-color-1 {
  --bs-bg-opacity: 1;
  background-color: #6b7680 !important;
  background-image: var(--bs-gradient) !important;
  color: #e0e0e0 !important;
}

.bg-color-1 .active {
  background-color: #52565a !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-1 .dropdown-item:active {
  background-color: #52565a !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-1 .dropdown-item:hover {
  background-color: #52565a !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-3 .active {
  background-color: #40403f !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-3:active {
  background-color: #40403f !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-3:hover {
  background-color: #40403f !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.w-xxl {
  --bs-modal-width: 80% !important;
}

.h-xxl {
  height: 98% !important;
}

.btn.btn-icon.btn-xs {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 16px;
}

.btn.btn-xs {
  font-size: 12px;
  line-height: 18px;
  padding: 1px 5px;
}

.gallery .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.gallery .responsive-container-block.bigContainer {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.gallery .responsive-container-block.Container {
  max-width: 1320px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  align-items: center;
  justify-content: space-evenly;
}

.gallery .overlay {
  position: fixed;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(71, 69, 69, 0.7);
  height: 100%;
  width: 100%;
  max-height: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  display: none;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.gallery .overlay-inner {
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: white;
  width: fit-content;
  padding-top: 35px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 1;
  max-width: 50%;
  max-height: 85%;
}

.gallery .close {
  position: absolute;
  top: 9px;
  right: 15px;
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  color: #474545;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.gallery .overlay-inner .hdImgs {
  width: fit-content;
  height: calc(80% - 55px);
  display: flex;
}

.gallery .overlay-inner img {
  max-height: 100%;
  max-width: 100%;
  transform: none;
}

.gallery .close:hover {
  cursor: pointer;
}

.gallery .project {
  position: relative;
  width: 33%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.gallery .btn-box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.gallery .project:hover .btn-box {
  display: block;
}

.gallery .btn {
  cursor: pointer;
}

.gallery .smallImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .gallery .project {
    width: 50%;
  }

  .gallery .overlay-inner {
    width: 90%;
  }
}

@media (max-width: 500px) {
  .gallery .project {
    width: 100%;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .gallery .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .gallery .overlay-inner {
    max-width: 90%;
  }
}

.bg-color-4 {
  --bs-bg-opacity: 1;
  background-color: #f07f3c !important;
  background-image: var(--bs-gradient) !important;
  color: #e0e0e0 !important;
}

.bg-color-4 .active {
  background-color: #c84720 !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-4:active {
  background-color: #c84720 !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-4:hover {
  background-color: #c84720 !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-5 {
  --bs-bg-opacity: 1;
  background-color: #a21209 !important;
  background-image: var(--bs-gradient) !important;
  color: #e0e0e0 !important;
}

.bg-color-5 .active {
  background-color: #f07f3c !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-5:active {
  background-color: #f07f3c !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-5:hover {
  background-color: #f07f3c !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-6 {
  --bs-bg-opacity: 1;
  background-color: #676767 !important;
  background-image: var(--bs-gradient) !important;
  color: #e0e0e0 !important;
}

.bg-color-6 .active {
  background-color: #252525 !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-6:active {
  background-color: #252525 !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-6:hover {
  background-color: #252525 !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-7 {
  --bs-bg-opacity: 1;
  background-color: #252525 !important;
  background-image: var(--bs-gradient) !important;
  color: #e0e0e0 !important;
}

.bg-color-7 .active {
  background-color: #676767 !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-7:active {
  background-color: #676767 !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-7:hover {
  background-color: #676767 !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-8 {
  --bs-bg-opacity: 1;
  background-color: #000000 !important;
  background-image: var(--bs-gradient) !important;
  color: #e0e0e0 !important;
}

.bg-color-8 .active {
  background-color: #252525 !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-8:active {
  background-color: #252525 !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.bg-color-8:hover {
  background-color: #161616 !important;
  background-image: var(--bs-gradient) !important;
  color: #fff !important;
}

.in-search {
  font-size: 12px; /* Reduce el tamaño de la fuente */
  padding: 4px 8px; /* Reduce el relleno interior */
  height: 24px; /* Ajusta la altura */
  width: 10vw; /* Ajusta el ancho según necesidad */
  margin-left: -50px;
}

.item-search {
  margin-top: 22px;
  font-size: 12px; /* Reduce el tamaño de la fuente */
  text-align: right !important;
  padding: 4px 20px; /* Reduce el relleno interior */
  height: 24px; /* Ajusta la altura */
  width: 8.5vw; /* Ajusta el ancho según necesidad */
}

/* Cards */
/* From Uiverse.io by kamehame-ha */
.cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.cards .card-1 {
  background-color: #f07f3c;
}

.cards .card-2 {
  background-color: #a21209;
}

.cards .card-3 {
  background-color: #252525;
}

.icon-cell {
  width: 100px;
  font-size: 1.7em;
  text-align: left;
}

.cards .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 25px;
  height: 16vh;
  width: 50vh;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  transition: 400ms;
}

.tip {
  margin-top: 10px;
  font-size: 1em;
  font-weight: 700;
}

.second-text {
  font-size: 0.7em;
}

.cards .card:hover {
  transform: scale(1.1, 1.1);
}

.cards:hover > .card:not(:hover) {
  filter: blur(4px);
  transform: scale(0.9, 0.9);
}

@media (max-width: 1024px) {
  .cards .card {
    height: 38vh;
    width: 80%;
  }
}

@media (max-width: 768px) {
  .cards .card {
    height: 28vh;
    width: 75%;
  }
  .icon-cell {
    font-size: 1.5em;
  }
  .tip {
    font-size: 1.2em;
  }
  .second-text {
    font-size: 0.7em;
  }
}

@media (max-width: 480px) {
  .cards .card {
    height: 18vh;
    width: 70%;
  }
  .icon-cell {
    font-size: 1em;
  }
  .tip {
    font-size: 1em;
  }
  .second-text {
    font-size: 0.6em;
  }
}

@media (max-width: 400px) {
  .cards .card {
    height: 16vh;
    width: 80%;
  }
  .icon-cell {
    font-size: 0.8em;
  }
  .tip {
    font-size: 0.9em;
  }
  .second-text {
    font-size: 0.6em;
  }
}
/* Cards */
.bn-search .btn{
  font-size: 11px;
}

/* Login */ 
.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 90vh;
  border-radius: 0.75rem;
  background-color: rgba(255, 255, 255, 0.82);; /* light gray background */
  padding: 2rem;
  margin: 15px;
  color: #000000; /* dark gray text */
  font-weight: bold;
}

.title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #000000; /* blue title */
}

.form {
  margin-top: 1.5rem;
}

.input-group {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input-group label {
  display: block;
  color: #000000; /* dark gray label */
  margin-bottom: 4px;
}

.input-group input {
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid #424242; /* light gray border */
  outline: 0;
  padding: 0.75rem 1rem;
  color: #202020; /* dark gray text */
}

.input-group input:focus {
  border-color: #666666; /* blue border on focus */
}

.forgot {
  display: flex;
  justify-content: flex-end;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #666; /* dark gray forgot password */
  margin: 8px 0 14px 0;
}

.forgot a,
.signup a {
  color: #333; /* dark gray link */
  text-decoration: none;
  font-size: 14px;
}

.forgot a:hover,
.signup a:hover {
  text-decoration: underline #8b8b8b; /* blue underline on hover */
}

.sign {
  display: block;
  width: 100%;
  padding: 0.75rem;
  text-align: center;
  color: #ffffff; /* white text */
  border: none;
  border-radius: 0.375rem;
  font-weight: 600;
}

.footer-message {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}

.line {
  height: 1px;
  flex: 1 1 0%;
  background-color: #666666; /* light gray line */
}

.footer-message .message {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #666; /* dark gray social message */
}

.alert-danger{
  font-size: 12px;
  color: red;
  font-weight: bold;
}