@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");

body {
  font-family: "Open Sans";
  background-color: #e2e2e2;
  color: #1f1f1f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: bold;
}

/* navbar */
.navbar__custom {
  background-color: #ffffff;
  border-bottom: 1px solid #dfdfdf;
}

/* navbar brand */
.navbar-brand {
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
}

/* sidebar */
.sidebar__custom {
  background-color: #ffffff;
  border-right: 1px solid #dfdfdf;
  min-height: 100vh;
  max-height: 100%;
  padding-top: 80px;
  position: fixed;
}

/* sidebar link */
.sidebar_list__custom {
  text-align: center;
  background-color: #818181;
  display: block;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease-out;
}

.sidebar_list__custom:hover {
  background-color: #a7a7a7;
  color: #fff;
}

.connect_with_facebook {
  background-color: #558fc5;
}

.connect_with_facebook:hover {
  background-color: #406b94;
}

/* wrapper */
.wrapper__custom {
  padding-top: 80px;
  margin-bottom: 30px;
  margin-left: 315px;
}

.wrapper_white_bg__custom {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 25px 20px;
}

/* nav tab */
.nav-link {
  font-size: 14px;
  color: #adadad;
  transition: all 0.3s ease-out;
  font-weight: bold;
}

.nav-link:hover {
  border-color: transparent !important;
  background-color: #cecece !important;
  color: #686868;
}

button.active {
  background-color: #cecece !important;
  border-color: transparent !important;
}

.nav-tabs {
  border-bottom: 1px solid #cecece;
}

/* login */
.login_form__custom {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
  background-color: #fff;
  width: 600px;
  border-radius: 5px;
  color: #000;
  padding: 20px;
}

/* pagination */
.pagination__custom {
  border-top: 1px solid #8bb5ec;
  margin-top: 35px;
}

.pagination li {
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px 8px;
}

.pagination li.active {
  background-color: #8bb5ec;
}

.pagination li a {
  color: #1f1f1f;
  text-decoration: none;
}

/* table */
.table_white__custom {
  background-color: #ffffff;
}

/* overwrite default btn */
.btn {
  text-transform: uppercase;
  font-weight: bold;
}


/* image preview */
#image_preview__custom {
  background-color: #fff;
  padding: 20px;
  position: absolute;
  z-index: 5;
}

/* icon */
.icon__custom {
}

/* copyright */
.copyright {
  font-size: 10px;
  text-align: center;
  position: fixed;
  display: block;
  bottom: 0;
}
