html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.ml-4 {
    margin-left: 1.5rem !important;
}
.ml-3 {
    margin-left: 1rem !important;
}

/*Left nav close icon*/
.fa-circle-arrow-left:before {
    font-size: 1.55rem !important;
}

/*Gallery*/
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

    div.gallery:hover {
        border: 1px solid #777;
    }

    div.gallery img {
        width: 100%;
        height: auto;
    }

div.desc {
    padding: 15px;
    text-align: center;
}

/*table*/
.fw-bold {
    font-weight: 700 !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: 0 solid #d9dee3;
    border-radius: 0.5rem;
    background-clip: padding-box;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
}
.card-header {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0 solid #d9dee3;
}
.text-nowrap {
    white-space: nowrap !important;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #697a8d;
    --bs-table-striped-bg: #f9fafb;
    --bs-table-active-color: #697a8d;
    --bs-table-active-bg: rgba(67, 89, 113, 0.1);
    --bs-table-hover-color: #697a8d;
    --bs-table-hover-bg: rgba(67, 89, 113, 0.06);
    width: 100%;
    margin-bottom: 1rem;
    color: #697a8d;
    vertical-align: middle;
    border-color: #d9dee3;
}
.table > :not(:first-child) {
    border-top: 2px solid #d9dee3;
}
.table-border-bottom-0 tr:last-child td, th {
    border-bottom-width: 0;
}
.table th{
    font-size: 0.75rem;
    letter-spacing: 1px;
}

/*Forms*/
.card-body {
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem;
}
.mb-3 {
    margin-bottom: 1rem !important;
}

.mt-10{
    margin-top: 10px;
}

.row {
    --bs-gutter-x: 1.625rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-0.5* var(--bs-gutter-x));
    margin-left: calc(-0.5* var(--bs-gutter-x));
}
.col-form-label {
    padding-top: calc(0.4375rem + 1px);
    padding-bottom: calc(0.4375rem + 1px);
    margin-bottom: 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.53;
    color: #566a7f;
    letter-spacing: inherit;
}
.col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.4375rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.53;
    color: #697a8d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9dee3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-center{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.carousel {
    position: relative;
    border: 0.5px solid black;
}

/*gallery*/
.mb-5 {
    margin-bottom: 3rem !important;
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.card-img-top {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    width: 100%;
}
img {
    vertical-align: middle;
}

.card-title {
    margin-bottom: 0.875rem;
}

.h-100 {
    height: 100% !important;
    margin-left: 10px;
}

.btn-align{
    display: flex;
}

.ml-20{
    margin-left: 20px
}

label.col-form-label {
    font-weight: bold;
}