html,
body {
  height: 100%;
  color: #4c5258;
  letter-spacing: 0.5px;
  background-color: #f4f4f4;
  /*background-color: #c6e5cc;*/
  /* background: radial-gradient(#eee, #668); */
  /* height: 100vh; */
  /* width: 100vw; */
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  /*padding: 25px 15px 20px;*/
  padding: 0px 0px 0px;
  /*padding: 120px 15px 20px;*/
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.card-header {
  border-bottom: 0px;
  background-color: #fff;
}

.o-hidden {
  overflow: hidden !important;
}

.bg-login-image {
  background: url(/images/C3.jpeg);
  background-position: center;
  background-size: cover;
}

.bg-change-password-image {
  background: url(/images/change_password.jpg);
  background-position: center;
  background-size: cover;
}

.bg-register-image {
  background: url(/images/register.jpg);
  background-position: center;
  background-size: cover;
}

.caret-off::before {
  display: none;
}
.caret-off::after {
  display: none !important;
}

.user-box {
  display: flex;
  align-items: center;
  height: 60px;
  border-left: 1px solid #f0f0f0;
  margin-left: 1rem;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 0 solid #e9ecef;
  border-radius: 10px;
  font-size: 14px;
}

.dropdown-menu-end {
  --bs-position: end;
  right: 0;
  left: auto;
}

.fa-wordpress {
  color: rgb(0, 0, 0);
}

.fa-facebook-square {
  /*color: rgb(59, 91, 152);*/
  color: rgb(0, 0, 0);
}

.fa-twitter-square {
  color: rgb(0, 0, 0);
}

.fa-instagram {
  color: rgb(0, 0, 0);
}

.fa-youtube {
  color: rgb(0, 0, 0);
}

/*.fa-address-book {
  color: #e4b12d;
}

.fa-whatsapp {
  color: #e4b12d;
}

.fa-tachometer-alt {
  color: #e4b12d;
}

.fa-list-alt {
  color: #e4b12d;
}

.fa-users {
  color: #e4b12d;
}

.fa-user-circle {
  color: #e4b12d;
}

.fa-id-card-alt {
  color: #e4b12d;
}

.fa-passport {
  color: #e4b12d;
}

.fa-people-arrows {
  color: #e4b12d;
}*/

.navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.chat-wrapper {
  width: auto;
  height: 330px;
  border-radius: 0.25rem;
  position: relative;
  background: #ffffff;
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
}

.chat-content {
  margin-left: 340px;
  padding: 85px 15px 15px 15px;
}

.chat-header {
  position: absolute;
  height: 70px;
  left: 340px;
  right: 0;
  top: 0;
  padding: 15px;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top-right-radius: 0.25rem;
  z-index: 1;
}

.chat-footer {
  position: absolute;
  height: 70px;
  left: 340px;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #f8f9fa;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom-right-radius: 0.25rem;
}

.chat-content {
  position: relative;
  width: auto;
  height: 240px;
}

.chat-content-leftside .chat-left-msg {
  width: fit-content;
  background-color: #eff2f5;
  padding: 0.8rem;
  border-radius: 12px;
  max-width: 480px;
  text-align: left;
  border-top-left-radius: 0;
}

.chat-content-rightside .chat-right-msg {
  width: fit-content;
  background-color: #dcedff;
  padding: 0.8rem;
  border-radius: 12px;
  float: right;
  max-width: 480px;
  text-align: left;
  border-bottom-right-radius: 0;
}

.chat-msg {
  font-size: 13px;
  color: #6c757d;
}

.chat-time {
  font-size: 13px;
  color: #6c757d;
}

.chat-header {
  border-top-left-radius: 0.25rem;
}

.chat-footer {
  border-bottom-left-radius: 0.25rem;
}

.chat-sidebar {
  left: -370px;
}

.chat-content {
  margin-left: 0px;
}

.chat-header {
  left: 0px;
}

.chat-footer {
  left: 0px;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.text-end {
  text-align: right !important;
}

.bd-navbar {
  min-height: 4rem;
  background-color: #7952b3;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);
}

.pace .pace-progress {
  background: #ee3148;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
}

.date {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-family: "Open Sans", sas-serif;
  font-size: 2em;
  /* padding: 0.5em; */
  text-align: center;
}

/* #clock {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  height: 130px;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  left: calc(50% - 300px);
  position: absolute;
  top: calc(50% - 65px);
  width: 600px;
} */

.unit {
  background: linear-gradient(#aaa, #777);
  /* border-radius: 15px; */
  border-radius: 8px;
  box-shadow: 0 2px 2px #444;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  /* font-size: 5em; */
  font-size: 1em;
  height: 100%;
  /* line-height: 130px; */
  line-height: 33px;
  /* margin: 0 10px; */
  text-align: center;
  text-shadow: 0 2px 2px #666;
  /* width: 23%; */
  width: 4%;
}

/* .section {
  padding: 60px 0;
} */

.section-title {
  color: #2d2d2d;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  padding: 15px 0px;
  margin-bottom: 0;
  margin-top: 0;
}
.section-subcontent {
  font-size: 22px;
  text-align: center;
  padding-bottom: 30px;
}
.small-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
}

/* ==========================================================================
   Sponsors Section Style
   ========================================================================== */
#sponsors .spnsors-logo {
  margin-top: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#sponsors .spnsors-img {
  margin-top: 20px;
  padding: 30px;
  text-align: center;
  /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);*/
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#sponsors .spnsors-carousel {
  margin-top: 20px;
  /*padding: 30px;*/
  text-align: center;
  /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);*/
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#sponsors .spnsors-logo:hover {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}

/*.carousel-inner .carousel-item img{*/
/*    margin: 0 auto;*/
/*}*/
