*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: -100px;
  background-color: blanchedalmond;
}

:root {
  --maincolor: #8c4b9c;
  --loginColor: rgba(32, 29, 29, 0.7);
  --bodyFontSize: 1.1rem;
  --boxShadow: rgb(0 0 0 / 11%) 0 0 0 1px, rgb(0 0 0 / 5%) 0 10px 10px -5px;
  --borderRadius: 0.5rem;
  --mainPaddingHalf: 0.5rem;
  --mainPaddingOne: 1rem;
  --titleColor: rgba(0, 0, 0, 0.7);
  /** background color */
  --secondBackground: #ffffff0d !important;
  --thirdBackground: rgba(255, 255, 255, 0.1) !important;
  /*   --backgroundDark: #252526;
  --backgroundDark: #111016; */
  --backgroundDark: #0e0d13;
  --background-secondary: #24232b;
  --top__bottom: 4rem;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--backgroundDark, #0e0d13);
  font-size: var(--bodyFontSize);
  font-family: "Roboto", sans-serif;
  color: #cdd3d9;
}

.background__color {
  background-color: var(--background-secondary);
  border-radius: 25px;
}

.padding-tb {
  padding: var(--top__bottom) 0;
}

/* .login_form {
  color: var(--loginColor);
} */

/* .header_color {
  color: var(--titleColor);
} */

.hideList {
  transition: all 0.3s ease;
}

.hideList:hover {
  color: #ddd;
  cursor: pointer;
}

.form-group span.show__eye {
  color: black;
  position: absolute;
  font-size: 1.5rem;
  right: 25px;
  transform: translate(-50%, -50%);
  top: 70%;
}
.form-group .show__eye:hover {
  cursor: pointer;
}

.dropdown-divider {
  border-top: 1px solid #cdd3d9;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  padding: var(--mainPaddingOne) var(--mainPaddingHalf);
  /* box-shadow: var(--boxShadow); */
}
.dropdown-item {
  padding-top: var(--mainPaddingHalf);
  padding-bottom: var(--mainPaddingHalf);
}
.dropdown-menu {
  border-radius: var(--borderRadius);
}
.dropdown-item:focus,
.dropdown-item:hover {
  border-radius: var(--borderRadius);
  /* background-color: var(--mainColor); */
  font-weight: bold;
}

.table-responsive {
  max-height: 600px;
  overflow-y: scroll;
}

.position-sticky {
  z-index: 999;
}

.navbar__top {
  top: 52px;
}

.activate__account {
  top: 0;
}
/* 
*================================================================
*
*
*     header page
*
*
* ================================================================  */

.avatar-holder {
  width: 25px;
  height: 25px;
}

.bg-dark {
  background: #0e0d13 !important ;
}

/* 
*================================================================
*
*
*     categories page
*
*
* ================================================================  */
.user_card-description {
  /*   min-height: 100px;
 */
  max-height: 100px;
  overflow-y: auto;
}

.category_price {
  font-size: 27px;
  font-weight: 500;
}

/* 
*================================================================
*
*
*     login page
*
*
* ================================================================  */

/* 
*================================================================
*
*
*     login page
*
*
* ================================================================  */

.login-section {
  height: calc(100vh - 54px);
}

.login-section .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.form-group .show__eye {
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  font-size: 1.4rem;
  right: 10px;
  transform: translate(-50%, -50%);
  top: 50%;
}
.form-group.edit_fix .show__eye {
  color: black;
  position: absolute;
  font-size: 1.5rem;
  right: 25px;
  transform: translate(-50%, -50%);
  top: 70%;
}
.form-group.edit_fix > span {
  color: red;
  font-size: 1.5rem;
  position: absolute;
  right: 18px;
  transform: translate(-50%, -50%);
  top: 70%;
}

.form-group.star-fix .show__eye {
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  font-size: 1.4rem;
  right: 25px;
  transform: translate(-50%, -50%);
  top: 50%;
}

.form-group .show__eye:hover {
  cursor: pointer;
}

.form-group.star-fix > span {
  color: red;
  font-size: 1.3rem;
  position: absolute;
  right: 10px;
  transform: translate(-50%, -50%);
  top: 55%;
}

.nav-pills .nav-link {
  background: var(--backgroundDark);
  color: white;
  border-radius: 0;
  border: none;
}

.nav-pills .nav-link.active.sign-up,
.nav-pills .show > .nav-link {
  background-color: #28a745;
}

/* 
*================================================================
*
*
*     index page
*
*
* ================================================================  */

/* .main {
  padding-top: 54px;
}
@media (max-width: 768px) {
  .main {
    padding-top: 52px;
  }
} */

/* #carouselExampleControls .carousel-item {
  height: calc(100vh - 55px);
}
#carouselExampleControls .carousel-item > img {
  height: 100%;
  background-size: cover;
} */

/* .hero-section {
  position: relative;
  height: calc(100vh - 55px);
} */
/* .hero-section .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 55px;
} */
/* @media (min-width: 992px) {
  .hero-section .container {
    padding-bottom: 54px;
  }
} */

/* .hero-section .heading {
  color: var(--titleColor);
}
.hero-section .hero__more {
  background-color: #343a40;
  color: white;
  border-radius: 4px;
  transition: 0.4s;
}
.hero-section .hero__more:hover {
  background-color: #364b5f;
  color: white;
  text-decoration: none;
} */

/* 
*================================================================
*
*
*     profile page
*
*
* ================================================================  */

.profile-info .card {
  background-color: var(--background-secondary);
}

.strapProfile::before,
.strapProfileNotActive::before {
  position: absolute;
  content: attr(data-register);
  width: 100%;
  color: white;
  left: -35%;
  padding: 5px;
  top: 7%;
  display: inline-block;
  text-align: center;
  transform: rotate(-45deg);
}
.strapProfile::before {
  background-color: #34e780;
}

.strapItem::before {
  position: absolute;
  content: attr(data-itemIsApprove);
  width: 100%;
  padding: 5px;
  color: white;
  right: -37%;
  top: 12%;
  display: inline-block;
  text-align: center;
  transform: rotate(45deg);
  z-index: 100;
}

.strapProfileNotActive::before,
.strapItem::before {
  background-color: violet;
}

.profile__data {
  border: none;
  border-radius: 25px;
  box-shadow: 0 0.035rem 1rem rgba(0, 0, 0, 15%);
}

.profile-header-img {
  margin: 35px auto 0;
  width: 120px;
  height: 120px;
  display: flex;
}

.profile-header-img > img.img-fluid {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 2px;
  border: 3px solid #51d2b7;
}

.profile-header-img > img.img-fluid::before {
  position: absolute;
  content: "";
  background-color: #343a40;
}

.profile-header {
  margin-top: 43px;
}

.edit-profile {
  border-top: 1px solid rgb(234 234 234);
}

.edit-profile > p {
  line-height: 1.2;
  color: whitesmoke;
}
.editProfile-link {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-weight: 500;
  transition: all 0.3s;
}
.editProfile-link:hover {
  text-decoration: none;
  background-color: var(--backgroundDark);
}

/* 
*================================================================
*
*
*     profile page
*
*
* ================================================================  */

.comments-list li:nth-of-type(even),
.items_details-list li:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}
.latest_item_comments > a {
  color: #212529;
}
.comments-list li:hover .latest_item_comments > a {
  color: #28a745;
}

/* 
*================================================================
*
*
*     new advertisement page
*
*
* ================================================================  */

.form-group.star-item > span {
  color: red;
  font-size: 1.3rem;
  position: absolute;
  right: 20px;
  transform: translate(-50%, -50%);
  top: 70%;
}

/* 
*================================================================
*
*
*     items page
*
*
* ================================================================  */

.comment-img {
  flex-basis: 42px;
  height: 42px;
  width: 42px;
}
.user-comment,
.comment-details {
  flex: 1;
}

.dropdown-divider {
  border-top: 1px solid #cdd3d9;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
  padding: var(--mainPaddingOne) var(--mainPaddingHalf);
  /* box-shadow: var(--boxShadow); */
}
.dropdown-item {
  padding-top: var(--mainPaddingHalf);
  padding-bottom: var(--mainPaddingHalf);
}
.dropdown-menu {
  border-radius: var(--borderRadius);
}
.dropdown-item:focus,
.dropdown-item:hover {
  border-radius: var(--borderRadius);
  /* background-color: var(--mainColor); */
  font-weight: bold;
}

/*================================================
*
*  edit section
*
*=================================================*/

.form-group > span {
  color: red;
  font-size: 1.5rem;
  position: absolute;
  right: 18px;
  transform: translate(-50%, -50%);
  top: 70%;
}
.form-group > span.textarea {
  color: red;
  font-size: 1.5rem;
  position: absolute;
  right: 18px;
  transform: translate(-50%, -50%);
  top: 18%;
}

/*================================================
*
*  update section
*
*=================================================*/
.update_section .update_text {
  font-size: 1.5rem;
}

/*================================================
*
*  add member section
*
*=================================================*/

.form-group span.show__eye {
  color: black;
  position: absolute;
  font-size: 1.5rem;
  right: 25px;
  transform: translate(-50%, -50%);
  top: 70%;
}
.form-group .show__eye:hover {
  cursor: pointer;
}

/*================================================
*
*  manage member section
*
*=================================================*/

.table.manage__table td,
.table.manage__table th {
  min-width: 200px;
  vertical-align: middle;
}
.table.manage__table td:last-child,
.table.manage__table th:last-child {
  min-width: 380px;
  max-width: 380px;
}

.table.manage__table td:first-of-type,
.table.manage__table th:first-of-type {
  min-width: 70px;
}
.edit_delete_button {
  min-width: 75px;
}

/*================================================
*
*  dashboard  section
*
*=================================================*/
.hideList {
  transition: all 0.3s ease;
}

.hideList:hover {
  color: #ddd;
  cursor: pointer;
}

.hidden_item_transition {
  display: block;
}

.dashboard__section .status {
  color: white;
}
.dashboard__dataHolder {
  overflow: hidden;
}
.dashboard__section .dashboard_link {
  color: white;
  text-decoration: none;
}
.dashboard_link .dashboard__numbers {
  transition: all 0.3s ease-in-out;
}
.dashboard_link:hover .dashboard__numbers {
  transform: scale(1.4);
  text-decoration: none;
}

.latest__panel .card-header {
  /* background-color: #074cbd; */
  background-color: #130f40;
  color: white;
}

.table.item__description td:nth-of-type(2) {
  min-width: 450px;
}
.table.manage__table td > p {
  max-height: 150px;
  overflow-y: auto;
}

/*  booking form  */
.custom_invalid-feedback {
  border: 1px solid red;
}

.carousel-item img {
  height: 600px;
}
