.center {
  height: 60%;
  margin: auto;
  width: 50%;
  /* Remove this line: padding: 200px; */
}
.logo {
  margin-top: 0;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  /* Remove this line: padding: 200px; */
}
.center #logo {
  width: 300px;
}
#op {
  background-color: rgba(179, 216, 218, 255);
}
.navbar {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}
.logoutbtn {
  font-size: 20px;
  font-weight: 500;
  color: #4eb8d3;
}
.logoutbtn i {
  font-size: 30px;
}

/* From Uiverse.io by Prince4fff */
.centerCard {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  text-align: center;
  border-radius: 10px;
}
.go-corner {
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #4eb8d3;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -10px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
  font-size: 30px;
  font-weight: 500;
}

.centerCard-child {
  display: block;
  position: relative;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  min-height: 160px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #636262;
  gap: 15px;
}
.centerCard-child i {
  font-size: 30px;
}
.centerCard-child h3 {
  font-size: 17px;
  text-transform: uppercase;
}

.centerCard-child:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #4eb8d3;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.centerCard-child:hover:before {
  transform: scale(35);
}

.centerCard-child:hover h3 {
  transition: all 0.4s ease-out;
  color: #fff;
}
.centerCard-child:hover i {
  color: #fff;
}
a:hover {
  text-decoration: none !important;
}

.records-table thead th {
  background-color: #4eb8d3;
  color: #fff;
  padding: 8px 10px;
}
.records-table tbody td {
  padding: 8px 10px;
}
.records-table tbody td .btn {
  padding: 3px 8px;
  background-color: #4eb8d3;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
}
#uploadCard {
  cursor: pointer;
  padding: 30px;
  border: 2px dashed #4eb8d3;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#previewImage {
  display: none;
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
}
#placeholderText {
  color: #4eb8d3;
}
#placeholderText i {
  font-size: 25px;
  margin-bottom: 15px;
  display: inline-block;
}
.report-details p strong {
  color: #4eb8d3;
  font-size: 1rem;
}
.report-details p {
  color: #818182;
}
.btn {
  background-color: #4eb8d3 !important;
  color: #fff !important;
}
.signup-card {
  max-width: 450px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
#loader{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9e9e9e80;
}
.mrm-search-section {
    background: #efefef;
}
.mrm-search-section .card
 {
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    padding: 30px;
}
/* .mrm-user-list {
    background: #efefef;
}
.mrm-user-list {
    min-height: 86vh;
    padding: 50px 0;
} */
.mrm-user-list .card{
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    padding: 30px;
}
.mrm-user-list .search-mrm {
    margin-bottom: 20px;
    float: right;
    width: 100%;
    text-align: right;
}
.mrm-user-list .search-mrm form {
    float: right;
}
video.bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.5;
}
.mrm-search-section table th, td {
    padding: 6px 10px !important;
}
.mrm-search-section h4 {
    margin-bottom: 13px;
}
.mrm-search-section h5 {
    background: #44bbd4;
    padding: 10px;
    color: #fff !important;
}
.mrm-search-section .inner-card th img {
    width: 25px;
    margin-right: 10px;
}
.mrm-search-section table th {
    font-weight: 500;
}
.col.p-0.search_area {
    display: flex;
    justify-content: space-between;
}
.col.p-0.search_area .input-search {
    display: flex;
    align-items: center;
}
.col.p-0.search_area .input-search form {
    margin-bottom: 0;
}
.col.p-0.search_area .suggestion h6 {
    display: flex;
    gap: 10px;
    align-items: center;
}
.col.p-0.search_area .suggestion span
 {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
}
.col.p-0.search_area .input-search button.btn {
    white-space: nowrap;
}
.col.p-0.search_area .input-search h4 {
    font-size: 19px;
    margin: 0px;
}
.col.p-3.inner-card {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.buttton-list.text-right {
    float: right;
    width: 100%;
}
a.navbar-brand img {
    width: 156px;
}
.centerCard a.centerCard-child img {
    width: 80px;
    margin-bottom: 20px;
}
a.centerCard-child {
    box-shadow: rgba(149, 157, 165, 0.2) 0px -3px 4px;
    border-radius: 10px;
}
.search_area .suggestion h6 {
    margin: 0px;
}
.suggestion {
    display: grid;
}
.sumbit_btn {
    border: none !important;
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
    border-radius: 50px !important;
    padding: 10px 21px !important;
}
.sumbit_btn img {
    width: 23px;
    margin-left: 7px;
}
form div#uploadCard {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
    border: 2px solid #4eb8d3 !important;
    border-style: dashed !important;
}
section.upload-section div#placeholderText img {
    width: 70px;
    margin-bottom: 19px;
}
/* .left-bar a {
    color: #fff;
    width: 100%;
    padding: 15px 0px;
    display: block;
}
.left-bar ul {
    padding-left: 0px;
    list-style: none;
}
.left-bar {
    background: #4eb8d3;
    padding: 15px 0px;
    color: #fff;
    margin-right: 27px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    min-height: 80vh;
    border-radius: 4px;
}
.left-bar li {
    border-bottom: 1px solid #dddddd;
}
.left-bar li {
    border-bottom: 1px solid #dddddd;
    padding: 0px 25px;
} */
.dashboard-section {
    padding: 0px 21px;
}
.left-bar .centerCard {
    margin-bottom: 35px;
}
.right-content {
    padding-left: 10px;
}
.left-bar {
    position: sticky;
    top: 25px;
}
div#mrm-search-section {
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    padding: 30px;
}
.search_area.mrm_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
search_area.mrm_search .input-search {
    display: flex;
    align-items: center;
    gap: 10px;
}
.search_area.mrm_search .input-search h5 {
    margin: 0px !important;
    padding: 0px !important;
    white-space: nowrap;
    font-size: 17px;
    color: #828282 !important;
}
.search_area.mrm_search .input-search button.btn {
    display: flex;
    align-items: center;
}
.search_area.mrm_search .input-search {
    display: flex;
    align-items: center;
    gap: 10px;
}
.search_area.mrm_search .suggestion {
    display: flex;
    align-items: center;
    gap: 15px;
}
table.table td {
    font-size: 14px;
}
table.table th {
    font-size: 14px;
}
