/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.avatar-img {
  border-radius: 50%;
}

.container {
  margin: 0 auto;
  /* padding: 40px 20px; */
  text-align: center;
  font-family: var(--bs-body-font-family);
}

.section1 {
  margin-bottom: 40px;
}

.section1 img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.section1 p {
  font-size: 1.2em;
  color: #080808;
  justify-content: center;
  text-align: justify;
}
.text_style{
  font-size: 1.2em;
  color: #080808;
  justify-content: center;
  text-align: justify;
}

.min-images {
    border: 2px solid #044688;
    width: 50px;
}

/* Main navbar background */
.navbar {
  background-color: #004A8D;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.navbar-nav {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.navbar .nav-link {
  color: white;
  padding: 12px 20px;
  font-weight: 600;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  background-color: #0055A5;
  color: white;
}

body {
    font-family: 'Roboto', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
.main-sidebar {
    transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
    width: 230px;
}
a:focus, a:hover {
    text-decoration:none;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #044688;
  }

  ::selection {
    color: #fff;
    background: #044688;
  }
.card {
    margin-bottom: 10px !IMPORTANT;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 1px 4px rgb(21 34 50 / 8%);
}

.card-header {
    padding: 0.45rem 0.675rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 6px;
}

.card-body {
    flex: 1 1 auto;
    padding: 10px 10px;
}

.content-wrapper,
.main-footer,
.main-header {
    margin-left: 230px;
}

.main-sidebar .logo {
    height: 57px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-sidebar .logo img {
    border-radius: unset;
    box-shadow: unset;
    left: unset;
    margin: 0;
}

.content-header h1 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 20px;
    text-align: left;
    color: #131523;
}

.sidebar-dark-primary {
    background-color: #ffffff;
}

[class*="sidebar-dark"] .brand-link {
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #e6e6e6;
}

.sidebar-scroll-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.sidebar-scroll-bar::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.sidebar-scroll-bar::-webkit-scrollbar-thumb {
    background-color: #2b79fc;
}

.elevation-4 {
    box-shadow: 0px 1px 15px rgb(0 0 0 / 16%);
}

.skin-blue .sidebar-form {
    border-radius: unset;
    border: unset;
    margin: unset;
}

.sidebar-form,
.sidebar-menu>li.header {
    overflow: hidden;
    text-overflow: clip;
}

.search-form-box {
    box-shadow: none;
    border-radius: 20px;
    background-color: #f7f9f8;
    border: 1px solid transparent;
    height: 35px;
    padding-left: 36px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #5a607f;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.skin-blue .sidebar-form input[type="text"] {
    color: #666;
    border-radius: 20px;
}

.serach-icon-pos {
    position: absolute;
    left: 12px;
    top: 8px;
    z-index: 9;
}

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

.content-header {
    position: relative;
    padding: 10px 0px 10px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-header>h1 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 20px;
    text-align: left;
    color: #131523;
}


/*     Table Style      */

.table {
    border-spacing: 0px;
    border: 1px solid #a7a7a7;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table thead tr th:first-child,
.table tbody tr td:first-child {
    text-align: center;
}

.table-bordered thead tr th {
    border: 1px solid #a7a7a7b8;
    border-bottom: 0px;
    border-top: 0px;
    background: #004A8D;
    vertical-align: middle;
    color: white;
    padding: 4px 6px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.table tbody tr td {
    padding: 4px 6px;
    background: transparent;
    border: 1px solid #a7a7a7;
    /* border-bottom: 1px solid #eaeaea; */
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    line-height: 14px;
    color: #000;
    vertical-align: middle;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 5px;
}

.vision{
    margin-top: 20px;
    text-align: left !important;
}
.font-weight-bold{
    font-weight: 700 !important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}
