@charset "UTF-8";
:root {
  --main-color: #007fa4;
  --second-color: #29a161;
  --thired-color: #e15421;
  --body-bg: #e7faf9;
}

.navbar {
  background-color: rgba(0, 127, 164, 0.6) !important;
  z-index: 999;
  height: 65px !important;
}
.navbar .upper-links {
  display: none;
}
.navbar .custom-logout .nav-link {
  display: flex;
  align-items: center;
}
.navbar .custom-logout .nav-link:hover {
  color: #fff;
}
.navbar .user-avatar-nav .nav-link {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.navbar .user-avatar-nav .nav-link:hover {
  background-color: #007fa4;
}
.navbar .user-avatar-nav .nav-link:hover span {
  color: #fff;
}
.navbar .user-avatar-nav .nav-link .logo {
  margin-top: 0;
  margin-right: 5px;
}
.navbar .user-avatar-nav .nav-link span {
  color: #4a4a4a;
  font-size: 600;
}
.navbar .lang {
  margin-top: 10px;
}
.navbar .lang a {
  color: #232327;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 3px 12px;
}
.navbar .lang a i {
  padding: 0 8px 0 0;
}
.navbar .lang a a:hover {
  background-color: #232327;
  color: #f2f2f2;
}
.navbar .l3a9ar-dropdown .dropdown-toggle {
  background-color: #fff;
  color: #232327;
  width: 100px;
  border-radius: 5px;
}
.navbar .l3a9ar-dropdown .dropdown-toggle::after {
  top: 15px;
  right: 5px;
}
.navbar .navbar-collapse.show {
  height: 100vh;
  overflow-y: auto;
}
.navbar .navbar-collapse.close {
  left: -770px !important;
  transition: 0.3s ease-in-out;
}
.navbar .account-info {
  display: flex;
  background-color: #e7faf9;
  padding: 30px 10px 10px;
  position: relative;
  align-items: center;
}
.navbar .account-info .logo {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-right: 15px;
  width: 50px;
  height: 50px;
}
.navbar .account-info .logo img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.navbar .account-info .name {
  font-weight: bold;
  font-size: 15px;
  color: #232327;
}
.navbar .account-info .regestered-date {
  font-size: 12px;
  color: #4a4a4a;
}
.navbar .account-info .sidebar-toggler {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #fff;
  height: 20px;
  font-size: 14px;
  width: 25px;
  text-align: center;
  line-height: 20px;
  color: #232327;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 8px 1px 8px -3px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 991px) {
  .navbar .account-info .sidebar-toggler {
    display: block;
  }
}
.navbar .navbar-collapse {
  transition: 0.3s ease-in-out;
}
.navbar .navbar-collapse.show {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.navbar .menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.navbar .menu-header .close {
  color: #007fa4;
  font-weight: bold;
  font-size: 26px;
}
.navbar .menu-header .lang a {
  color: #232327;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 3px 12px;
}
.navbar .menu-header .lang a i {
  padding: 0 8px 0 0;
}
.navbar .menu-header .lang a a:hover {
  background-color: #232327;
  color: #f2f2f2;
}
.navbar .mobile-navbar {
  width: 100%;
  display: flex;
  justify-content: space-between !important;
  align-items: center;
}
.navbar .mobile-navbar .left,
.navbar .mobile-navbar .right {
  display: flex;
  align-items: center;
}
.navbar .mobile-navbar .left .start-ads,
.navbar .mobile-navbar .right .start-ads {
  margin-left: 10px;
}
.navbar .mobile-navbar .left .dropdown-menu[data-bs-popper],
.navbar .mobile-navbar .right .dropdown-menu[data-bs-popper] {
  right: 0 !important;
  left: auto !important;
}
.navbar .mobile-navbar .dropdown-toggle {
  padding: 0 !important;
}
.navbar .mobile-navbar .dropdown-toggle::after {
  content: "";
  display: none;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
}
.navbar .start-ads {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .start-ads.d-md-none {
  font-size: 12px;
  border-radius: 5px;
  border: 2px solid #007fa4;
  color: #007fa4 !important;
  background-color: #fff;
  margin-top: 0 !important;
  padding: 5px;
}
.navbar .start-ads.d-md-none .img {
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.navbar .start-ads.d-md-none img {
  width: 100%;
  height: 100%;
}
.navbar .start-ads.d-md-none i {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding-top: 1px;
  margin: 2px;
}
.navbar .login-avatar {
  background-color: #007fa4;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
}
.navbar .shopping-cart {
  position: relative;
  font-size: 16px;
}
.navbar .shopping-cart .cart-products-count {
  background-color: #007fa4;
  box-shadow: 0 0 1px #e7faf9;
  border-radius: 50%;
  display: block;
  height: 15px;
  width: 15px;
  padding: 1px;
  position: absolute;
  top: 0;
  right: 3px;
  line-height: 1.2;
  text-align: center;
  padding: auto 5px;
  transition: top 0.1s ease-out;
  font-size: 0.675rem;
  color: #fff;
  font-weight: bold;
}
.navbar .shopping-cart:hover .cart-products-count {
  top: -2px;
}
.navbar .shopping-cart a:focus {
  outline: 0;
}
.navbar .nav-top-items {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.navbar .link {
  display: flex;
  align-items: center;
}
.navbar .link .icon {
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #e7faf9;
  color: #4a4a4a;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.navbar .link .icon span {
  line-height: 30px;
}
.navbar .link .prefex {
  padding: 0 3px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
}
.navbar .link .prefex.pro {
  background-color: #fea500;
}
.navbar .link .prefex.hot {
  background-color: #e14342;
}
.navbar .link .prefex.hot span {
  padding: 0 2px;
}
.navbar .link.login .text {
  color: #007fa4;
}
.navbar .link.login .icon {
  background-color: rgba(0, 127, 164, 0.3) !important;
}
.navbar .link.login .icon span {
  color: #007fa4;
}
.navbar .link.add-product .text {
  color: #29a161;
}
.navbar .link.add-product .icon {
  background-color: rgba(41, 161, 97, 0.3) !important;
}
.navbar .link.add-product .icon span {
  color: #29a161;
}
.navbar .nav-main-icon {
  border-radius: 10px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  margin: 5px;
}
.navbar .nav-main-icon:hover + .material-symbols-outlined {
  color: #007fa4;
}
.navbar .nav-main-icon .material-symbols-outlined {
  width: 30px;
  height: 30px;
  font-size: 26px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: #4a4a4a;
}
.navbar .nav-main-icon .number {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 14px;
  width: fit-content;
  padding: 5px;
  color: #fff !important;
  overflow: hidden;
  font-size: 12px;
  line-height: 15px;
}
.navbar .nav-link .item-nav {
  font-size: 8px;
  text-align: center;
}
.navbar .nav-link .item-nav i,
.navbar .nav-link .item-nav .material-symbols-outlined {
  font-size: 16px;
  display: block;
  margin-bottom: -5px !important;
}
.navbar .nav-link .item-nav .number {
  background-color: #29a161;
  padding: 0 2px;
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
}
.navbar .navbar-toggler {
  border: 2px solid #007fa4 !important;
  outline: none;
  box-shadow: none;
}
.navbar .navbar-toggler:hover, .navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar .navbar-toggler span {
  color: #007fa4 !important;
}
.navbar .dropdown-toggle {
  position: relative;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .navbar .dropdown-toggle {
    margin-right: 0;
  }
}
.navbar .dropdown-toggle::after {
  position: absolute;
  top: 25px;
  right: -8px;
}
.navbar .dropdown-menu {
  width: 220px;
  right: 5px;
}
.navbar .dropdown-menu hr {
  margin: 5px 0;
  border: 0.5px solid #4a4a4a !important;
}
.navbar .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}
.navbar .dropdown-menu .dropdown-item span {
  padding: 0 5px 0 0;
}
.navbar .site-logo {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 4px;
  margin-left: 10px;
}
.navbar .site-logo img {
  width: 100%;
  height: 100%;
}
.navbar .logo {
  width: 25px;
  height: 25px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 4px;
}
.navbar .logo img {
  width: 100%;
  height: 100%;
}
.navbar .navbar-brand {
  color: #232327;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.navbar .navbar-brand img {
  width: 100%;
  height: 50px;
}
.navbar .navbar-brand span {
  position: absolute;
  top: 10px;
  right: -3px;
  padding: 0 3px;
  font-size: 10px;
  border-radius: 6px;
}
.navbar .nav-item button {
  border: none;
  background-color: transparent;
}
.navbar .nav-item .custom-link {
  display: flex;
  width: fit-content;
  text-wrap: nowrap;
  font-weight: 600;
  text-align: center;
  border-right: 1px solid #fff;
  border-radius: 5px;
}
.navbar .nav-item .custom-link:last-child {
  border-color: transparent;
}
.navbar .nav-item .custom-link:hover {
  background-color: #007fa4;
  color: #fff;
}
.navbar .nav-item:last-child {
  border-color: transparent;
}
.navbar .nav-item .avatar i {
  line-height: 30px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  color: #ccc;
  font-size: 16px;
}
.navbar .nav-item .nav-link {
  margin-top: 5px;
  padding: 5px 10px;
  color: #232327;
}
.navbar .shop {
  background-color: #fff;
  border-radius: 5px;
  padding: 2px;
}
.navbar .shop i {
  display: inline;
  padding: 10px;
  color: #232327;
}
.navbar .hot-pro {
  font-size: 11px;
  font-weight: 600;
  margin-top: 8px;
}
.navbar .hot-pro a {
  position: relative;
}
.navbar .hot-pro a span {
  position: absolute;
  top: -8px;
  right: 10px;
  letter-spacing: 1.7px;
  padding: 0 5px;
  color: #fff;
  font-size: 10px;
  border-radius: 6px;
  font-weight: 600;
}
.navbar .hot-pro .hmizat {
  width: 145px;
  font-size: 16px;
}
.navbar .hot-pro .hmizat span {
  background-color: #e14342;
  right: 11px;
  text-transform: uppercase;
}
.navbar .hot-pro .shop {
  width: 92px;
  font-size: 16px;
}
.navbar .hot-pro .shop span {
  right: 11px;
  background-color: #fea500;
  text-transform: uppercase;
}
.navbar .left-items {
  width: 100%;
}
.navbar .right-items {
  width: 100%;
  display: block;
}
.navbar .right-items .start-ads {
  border-radius: 5px;
  border: 2px solid #007fa4;
  color: #007fa4 !important;
  background-color: #fff;
  margin-top: 5px !important;
}
.navbar .right-items .start-ads .img {
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.navbar .right-items .start-ads img {
  width: 100%;
  height: 100%;
}
.navbar .right-items .start-ads i {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  padding-top: 1px;
  margin: 5px;
}

@media (max-width: 767px) {
  .navbar .upper-links {
    display: block;
  }
}
@media (max-width: 776px) {
  .navbar .nav-top-items {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar .nav-top-items {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .navbar .right-items {
    display: none !important;
  }
}
.modal .modal-content {
  border: 0;
  border-radius: 20px !important;
  overflow: hidden;
}
.modal .header {
  background-color: #ccc;
  display: flex;
  justify-content: space-around;
  color: #666;
}
.modal .header .selected {
  background-color: #fff;
}
.modal .header span {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 20px;
  cursor: pointer;
}
.modal .title {
  padding: 20px;
}
.modal .title p {
  font-size: 18px;
  padding-top: 5px;
}
.modal .content {
  text-align: center;
  padding: 20px 40px;
}
.modal .content .password-messing {
  display: block;
  width: 100%;
  text-align: center;
  color: #4a4a4a;
  margin: 20px auto;
  font-weight: 14px;
  border: none;
  background-color: transparent;
}
.modal .content .shop-password-messing {
  display: block;
  width: 100%;
  text-align: center;
  color: #4a4a4a;
  margin: 20px auto;
  font-weight: 14px;
  border: none;
  background-color: transparent;
}
.modal .content .submit {
  width: 100%;
  color: #fff;
  border-radius: 5px;
  background-color: #007fa4;
  padding: 8px 20px;
  border: none;
  font-size: 14px;
  margin-bottom: 10px;
}
.modal .content .register-link {
  font-size: 14px;
  display: block;
}
.modal .content .input {
  width: 100%;
  position: relative;
  border: 1px solid #bbb;
  height: 40px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.modal .content .input .prifix {
  position: absolute;
  top: 2.5px;
  left: 10px;
  padding: 5px;
  color: #bbb;
}
.modal .content .input input {
  border: none;
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  height: 100%;
  outline: none;
  box-shadow: none;
}
.modal .content h4 {
  font-size: 16px;
  text-align: center;
  color: #555;
  margin-top: 20px;
  margin-bottom: 20px;
}

.modal .product-modal {
  background-color: transparent !important;
}
.modal .product-modal .close {
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  z-index: 9999;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 10px 0;
}
.modal .product-modal .close a {
  color: #FFF;
}
.modal .product-modal .modal-carte-content {
  background-color: #fff;
  border-radius: 15px;
  padding: 5px 20px;
}
.modal .product-modal .modal-carte-content .title {
  color: #007fa4;
  padding: 10px 0;
  font-size: 12px;
}
@media (min-width: 992px) {
  .modal .product-modal .modal-carte-content .title {
    font-size: 15px;
  }
}
.modal .product-modal .modal-carte-content .categories li {
  padding: 10px 5px;
  margin: 2px 0;
  font-weight: bold;
  border: 1px solid #ccc;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .modal .product-modal .modal-carte-content .categories li {
    font-size: 14px !important;
  }
}
.modal .product-modal .modal-carte-content .categories li a {
  color: #232327;
}
.modal .product-modal .modal-carte-content .categories li a i {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .modal .product-modal .modal-carte-content .categories li a i {
    padding: 0 15px !important;
    font-size: 18px !important;
  }
}
.modal .product-modal .modal-carte-content .categories li:hover, .modal .product-modal .modal-carte-content .categories li:focus, .modal .product-modal .modal-carte-content .categories li.active {
  background-color: #29a161;
}
.modal .product-modal .modal-carte-content .categories li:hover a, .modal .product-modal .modal-carte-content .categories li:focus a, .modal .product-modal .modal-carte-content .categories li.active a {
  color: #fff;
}
.modal .product-modal .modal-carte-content .sub-categories {
  display: none;
}
.modal .product-modal .modal-carte-content .sub-categories .sub-categpries-wrapper {
  display: none;
}
.modal .product-modal .modal-carte-content .sub-categories .active {
  display: block !important;
}
.modal .product-modal .modal-carte-content .sub-categories li {
  padding: 0 10px;
}
.modal .product-modal .modal-carte-content .sub-categories li form {
  padding: 0;
}
.modal .product-modal .modal-carte-content .sub-categories li form button {
  border: none;
  width: 100%;
  height: 100%;
  background: transparent;
  text-align: left;
  font-weight: bold;
  padding: 10px 0;
  font-size: 10px !important;
  text-transform: uppercase;
}
.modal .product-modal .modal-carte-content .sub-categories li:hover, .modal .product-modal .modal-carte-content .sub-categories li.active {
  background-color: #29a161;
}
.modal .product-modal .modal-carte-content .sub-categories li:hover button, .modal .product-modal .modal-carte-content .sub-categories li.active button {
  color: #fff;
}
.modal .product-modal .product-modal-footer {
  padding: 40px 0;
  text-align: center;
  z-index: 3;
}
.modal .product-modal .product-modal-footer h5 {
  color: #fff;
  font-weight: bold;
}
.modal .product-modal .product-modal-footer p {
  color: #ccc;
  font-size: 14px;
}
.modal .product-modal .product-modal-footer a {
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #007fa4;
  border-radius: 5px;
}

h1 {
  color: #007fa4;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
}
.modal .actions {
  display: flex;
  justify-content: start;
}
.modal .actions .action {
  padding: 5px 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  text-align: center;
  color: #fff;
  background-color: #29a161;
  margin-right: 20px;
}
.modal .actions .save {
  background-color: #007fa4;
}
.modal .actions .cancel {
  background-color: #ccc;
  color: #232327;
}

.modal-backdrop {
  display: none;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes label {
  display: block;
  font-size: 17px;
  color: #444;
  display: flex;
  align-items: center;
}
#checkboxes label input {
  width: 18px;
  height: 18px;
  margin: 2px;
}

#checkboxes label:hover {
  background-color: #1e90ff;
}

.hero {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1;
  overflow: hidden;
  background-color: rgba(0, 127, 164, 0.6);
  /* Use border-radius to create an arch */
}
.hero .arch {
  background-color: #e7faf9; /* Set your desired background color */
  border-radius: 25% 25% 0 0/100% 100% 0 0;
  padding-top: 20px;
}
.hero .logo {
  position: absolute;
  top: 60px;
  z-index: 2;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.hero .logo img {
  width: 250px;
}
.hero .swiper {
  margin-top: -30px;
  height: calc(100vh - 150px);
  width: 80%;
  border-radius: 20px;
}
.hero .swiper .swiper-button-next,
.hero .swiper .swiper-button-prev {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background-color: #ccc;
  color: #007fa4;
  font-weight: bold;
}
.hero .swiper .swiper-button-next::after,
.hero .swiper .swiper-button-prev::after {
  font-size: 20px;
}
.hero .swiper .swiper-wrapper .swiper-slide .swiper-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .swiper .swiper-wrapper .swiper-slide .swiper-content .img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hero .swiper .swiper-wrapper .swiper-slide .swiper-content .img img {
  width: 100%;
  height: 100%;
}
.hero .swiper .swiper-wrapper .swiper-slide .swiper-content .content {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.hero .swiper .swiper-wrapper .swiper-slide .swiper-content .content h2,
.hero .swiper .swiper-wrapper .swiper-slide .swiper-content .content .desc {
  color: #fff;
}
.hero .swiper .swiper-wrapper .swiper-slide .swiper-content .content .desc {
  margin-top: 20px;
  font-size: 16px;
}
.hero .overlay {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.hero .hero-back {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .hero-back img {
  width: 100%;
  height: 100%;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}
@media (max-width: 767px) {
  .hero {
    height: auto;
  }
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.hero .container {
  position: relative;
  padding: 74px 20px 20px;
  text-align: center;
  z-index: 3;
}
.hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #007fa4;
  font-family: "Poppins", sans-serif;
}
.hero h1 span {
  color: #29a161;
}
.hero h2 {
  color: #444;
  margin: 10px 0 0 0;
  font-size: 28px;
}
.hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}
.hero .icon-box .title {
  font-weight: 500;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  transition: ease-in-out 0.3s;
}
.hero .icon-box .titlea:hover {
  color: #007fa4;
}
.hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #007fa4;
}
.hero .icon-box:hover {
  border-color: #007fa4;
}

.teachers {
  background-color: #e7faf9;
  margin-top: -40px;
}
.teachers .swiper-slide {
  max-width: 400px;
}
.teachers .teacher {
  margin: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 450px;
  position: relative;
}
.teachers .teacher:hover .social {
  opacity: 1;
}
.teachers .teacher .teacher-img {
  height: 280px;
  position: relative;
  overflow: hidden;
}
.teachers .teacher .teacher-img img {
  height: 100%;
}
.teachers .teacher .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.teachers .teacher .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.teachers .teacher .social a i {
  line-height: 0;
}
.teachers .teacher .social a:hover {
  color: #3fbbc0;
}
.teachers .teacher .social i {
  font-size: 18px;
  margin: 0 2px;
}
.teachers .teacher .teacher-info {
  padding: 25px 15px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: auto;
}
.teachers .teacher .teacher-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 22px;
  color: #555555;
}
.teachers .teacher .teacher-info span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #aaaaaa;
}
.teachers .teacher .teacher-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.teachers .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.teachers .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #29a161;
}
.teachers .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #29a161;
}

svg {
  background-color: #ececec;
}

.footer {
  background-color: #191919;
  padding: 0;
}
.footer .logo {
  display: flex;
  justify-content: start;
  align-items: center;
}
.footer .logo img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #DDD;
  overflow: hidden;
}
.footer .logo h3 {
  color: #007fa4 !important;
  margin: 0 20px !important;
  font-size: 40px !important;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer .box ul.policy_angles {
  line-height: 2;
  color: #b9b9b9;
  font-size: 18px;
  padding: 10px 0;
}
.footer .box ul.policy_angles i {
  color: #007fa4;
}

.footer .box h3 {
  color: white;
  font-size: 50px;
  margin: 0 0 20px;
}

.footer .social {
  padding: 20px 0 0;
  text-align: center;
}

.footer .social li {
  display: inline;
}

.footer .social li a {
  background-color: #313131;
  color: #b9b9b9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  margin: 5px;
}

.footer .social .facebook:hover {
  background-color: #1877f2;
  color: #FFF;
}

.footer .social .twitter:hover {
  background-color: #1da1f2;
  color: #FFF;
}

.footer .social .youtube:hover {
  background-color: #ff0000;
  color: #FFF;
}

.footer .social .linkdein:hover {
  background-color: #0054b4;
  color: #FFF;
}

.footer .social .email:hover {
  background-color: #db3a3a;
  color: #FFF;
}

.footer .social .whatsapp:hover {
  background-color: #31d153;
  color: #FFF;
}

@media (max-width: 991px) {
  .footer .box {
    margin-bottom: 20px;
  }
}

.footer .box .text {
  line-height: 2;
  color: #b9b9b9;
  font-size: 18px;
  padding: 10px 0;
  margin: 0;
}

.footer .box .links li {
  padding: 15px 0;
  transition: 0.3s ease-in-out;
  text-align: start;
  margin-left: 20px;
}

.footer .box .links li:not(:last-child) {
  border-bottom: 1px solid #444;
}

.footer .box .links li:hover {
  padding-left: 10px;
}

.footer .box .links li:hover a {
  color: white;
}

.footer .box .links li a {
  color: #b9b9b9;
  transition: 0.3s ease-in-out;
}

.footer .box .links li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  margin-right: 10px;
  color: #007fa4;
}

.footer .box .line {
  display: flex;
  align-items: center;
  color: #b9b9b9;
  margin-bottom: 10px;
}

.footer .box .line i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #ececec;
  border-radius: 50%;
  background-color: #007fa4;
  color: #232327;
  margin: 0 5px 3px;
}

.footer .box .line .info {
  line-height: 1.7;
  flex: 1;
}

.footer .box .line .info span {
  display: block;
}

.footer .box iframe {
  border: 5px solid #ececec;
}

.footer .footer-gallery img {
  width: 78px;
  border: 3px solid white;
  margin: 2px;
}

.footer .copyright {
  padding: 25px 0;
  text-align: center;
  color: white;
  margin: 20px 35px 0;
  border-top: 1px solid #444;
}
.footer .copyright a {
  color: #007fa4;
}

.actors {
  padding: 40px 0;
  background-color: #e7faf9;
  margin-bottom: 40px;
}
.actors .actor {
  text-align: center;
  padding: 20px;
  margin-bottom: 25px;
  text-decoration: none;
  overflow: hidden;
}
.actors .actor .img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: auto;
}
.actors .actor .img img {
  width: 100%;
  height: 100%;
}
.actors .actor .title {
  font-size: 28px;
  color: #232327;
  font-weight: bold;
}

.pagination {
  margin: 20px 0 !important;
  padding: 20px 0 8px !important;
  text-align: center;
}
.pagination .disabled {
  background-color: #eee;
  box-shadow: none;
  cursor: not-allowed;
  color: #999;
}
.pagination .disabled:hover {
  background-color: #eee;
  color: #999;
}
.pagination ul {
  list-style: none;
  margin: auto;
}
.pagination ul li {
  cursor: pointer;
}
@media (max-width: 767px) {
  .pagination ul li {
    font-size: 10px;
    padding: 4px !important;
  }
}
.pagination li {
  display: inline-block;
  display: inline;
  background-color: #fff;
  border-radius: 8px;
  color: #007fa4;
  margin: 10px 3px;
}
.pagination li:hover {
  background-color: #007fa4;
}
.pagination li:hover a {
  color: #fff;
}
.pagination li a {
  color: #007fa4;
}
.pagination .active {
  background-color: #007fa4;
  padding: 7px;
}
.pagination .active:hover {
  background-color: #fff;
}
.pagination .active a {
  color: #fff;
  padding: 7px;
}
.pagination .active a:hover {
  color: #007fa4;
}
.pagination .numbers {
  display: inline;
}
@media (max-width: 767px) {
  .pagination .numbers .number {
    margin: 1px;
    padding: 4px !important;
    font-size: 8px;
  }
}
.pagination .numbers .number {
  border-radius: 5px;
  border: 1px solid #007fa4;
  padding: 5px 6px 5px 10px;
  background-color: transparent;
}
.pagination .numbers .number:hover, .pagination .numbers .number.active {
  background-color: #007fa4;
  color: #FFF;
}
.pagination .numbers .number:hover a, .pagination .numbers .number.active a {
  color: #FFF;
  padding: 0;
}

.search-form .form {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}
.search-form .form .input {
  border: 1px solid #999 !important;
  border-radius: 10px;
  width: 100%;
  height: 45px;
  position: relative;
}
.search-form .form .input:first-child {
  overflow: hidden;
}
@media (max-width: 767px) {
  .search-form .form .input {
    margin-bottom: 8px;
  }
}
.search-form .form .input .title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
}
.search-form .form .input .title i {
  padding: 5px;
}
.search-form .form .input input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  margin: auto 10px;
}
.search-form .form .input select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
  border: none;
}
.search-form .form .input.submit {
  color: #fff;
  background-color: #007fa4;
  border: none !important;
  text-align: center;
}
.search-form .form .input.submit i {
  padding: 5px;
}

.top-premuim {
  margin-top: 20px;
}
.top-premuim .title {
  padding: 0 20px 20px;
  font-size: 22px;
}
.top-premuim .swiper {
  background-color: transparent;
  padding: 10px;
  border-radius: 10px;
}
.top-premuim .swiper .swiper-button-prev::after,
.top-premuim .swiper .swiper-button-next::after {
  font-size: 12px;
  font-weight: bold;
}
.top-premuim .swiper .swiper-btn {
  overflow: hidden;
  border-radius: 50%;
  padding: 12px;
  height: 40px;
  width: 40px;
  background-color: #eee;
  color: #4a4a4a;
  font-size: 10px;
}
.top-premuim .swiper-slide {
  position: relative;
  width: 250px;
  overflow: hidden;
  margin: auto 8px;
}
.top-premuim .product {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
  width: 250px;
}
.top-premuim .product .header {
  height: 170px;
  position: relative;
}
.top-premuim .product .header img {
  width: 100%;
  height: 100%;
}
.top-premuim .product .header .feature {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgb(244, 83, 83);
  color: #fff;
  border-radius: 12px;
  padding: 1px 5px;
  font-size: 12px;
}
.top-premuim .product .header .like {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  bottom: -16px;
  right: 10px;
  padding: 2px 7px;
  color: #007fa4;
}
.top-premuim .product .header .imgs-number {
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 0 5px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
}
.top-premuim .product .body {
  height: 140px;
  background-color: #fff;
  padding: 10px;
}
.top-premuim .product .body .title {
  color: #232327;
  font-weight: 400;
  font-size: 18px;
  padding: 0;
}
.top-premuim .product .body .olde-price {
  color: #777;
  font-size: 14px;
  margin-left: 15px;
}
.top-premuim .product .body .price {
  color: #007fa4;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}
.top-premuim .product .body .price span {
  font-weight: lighter;
}
.top-premuim .product .body .price .shop {
  color: #fff;
  background-color: orange;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 5px;
  position: absolute;
  right: 5px;
}
.top-premuim .product .body .category {
  font-weight: 400;
  color: rgba(105, 105, 105, 0.6705882353);
  font-size: 11px;
}
.top-premuim .product .body .category i {
  height: 15px;
  width: 15px;
}
.top-premuim .product .body .location {
  font-weight: 400;
  color: rgba(105, 105, 105, 0.6705882353);
  font-size: 11px;
  margin-bottom: 12px;
}
.top-premuim .product .body .location i {
  height: 15px;
  width: 15px;
}
.top-premuim .product .contacter {
  text-align: center;
  padding: 10px;
  width: 100%;
  background-color: #232327;
  color: #fff;
}
.top-premuim .product .contacter a {
  color: #fff;
}
.top-premuim .products-footer {
  text-align: center;
  padding: auto;
  margin: 20px;
}
.top-premuim .products-footer .more {
  background-color: #007fa4;
  border-radius: 30px;
  color: #fff;
  padding: 10px 40px;
  width: fit-content;
  margin: auto;
}
.top-premuim .products-footer .description {
  font-size: 17px;
  letter-spacing: 1.4px;
  margin: 20px auto;
}

.clients {
  padding-top: 20px;
  margin-bottom: 60px;
}

.clients .swiper-slide {
  min-width: fit-content !important;
  padding: 0 5px;
  height: 60px !important;
  background-color: #fff;
  margin: 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 60px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.2);
}

.clients .swiper-slide .axe {
  font-size: 22px;
  opacity: 0.5;
  transition: 0.3s;
  border-radius: 10px;
  border: 2px solid #007fa4;
  outline: 5px solid #FFF;
}

.clients .swiper-slide .axe:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007fa4;
}

.latest-random-posts {
  padding: 25px 0 60px;
}
.latest-random-posts .section-title h2 {
  padding: 10px auto;
}
.latest-random-posts .product {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.latest-random-posts .product .header {
  height: 200px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.latest-random-posts .product .header img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.latest-random-posts .product .body {
  padding: 15px;
}
.latest-random-posts .product .body .category {
  padding: 2px 15px;
  background-color: #eee;
  border-radius: 5px;
}
.latest-random-posts .product .body .title {
  padding: 15px 0;
  font-weight: bold;
  font-size: 18px;
  display: block;
  color: #232327;
}
.latest-random-posts .product .body .summery {
  padding-bottom: 5px;
}
.latest-random-posts .product .body .post-footer {
  border-top: 1px solid #eee;
  margin: 15px 0 5px;
  padding: 5px;
  color: #4a4a4a;
}

.main-post {
  flex: 1;
  margin: 10px auto;
  background-color: #fff;
  position: relative;
  height: 330px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  border: 5px solid #fff;
  border-bottom: 3px solid #007fa4;
  transition: 0.3s ease-in-out;
}
.main-post::before {
  content: "";
  z-index: 3;
  border-style: solid;
  border-width: 16px;
  border-color: #e7faf9 transparent transparent #e7faf9;
  position: absolute;
  left: -5px;
  top: -5px;
}
.main-post:hover img {
  transform: rotate(20deg);
  transform: scale(1.1);
}
.main-post .post-thumbnail {
  position: relative;
  overflow: hidden;
  max-height: 160px;
  width: 100%;
  text-align: center;
  background-color: rgba(30, 67, 86, 0.5);
  border-top-left-radius: 5px;
  border-top-right-radius: 8px;
}
.main-post .post-thumbnail::before {
  content: "";
  z-index: 2;
  border-style: solid;
  border-width: 15px;
  border-color: #fff transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.main-post .post-thumbnail img {
  display: block;
  max-width: 100%;
  height: 180px;
  transition: 0.3s ease-in-out;
}
.main-post .category {
  color: black;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  border-radius: 10px;
  text-align: center;
  width: fit-content;
  font-weight: bold;
}
.main-post .post-title {
  color: #000;
  font-weight: bold;
  line-height: 1.6;
  padding: 15px;
  display: block;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.main-post .post-title a {
  color: #000;
  text-decoration: none;
}
.main-post .post-title a:hover {
  text-decoration: none;
}
.main-post .post-content {
  padding: 0 15px;
  line-height: 1.6;
  font-size: 15px;
}
.main-post .read-more {
  width: 100%;
  position: absolute;
  left: auto;
  right: auto;
  bottom: 8px;
}
.main-post .read-more span {
  display: block;
  background: #007fa4;
  border-radius: 5px;
  text-align: center;
  width: 140px;
  color: #fff;
  padding: 4px 20px;
  transition: 0.3s;
  font-size: 14px;
  margin: auto;
}
.main-post .read-more a:hover {
  background: #7aafcb;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  transition: all ease-in-out 0.3s;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.services .icon-box .icon {
  width: 100px;
  height: 100px;
  background: #ffc451;
  border-radius: 4px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  justify-content: center;
  transition: 0.3s;
}

.services .icon-box .content {
  padding: 10px;
  text-align: left;
  color: #4a4a4a;
}

.services .icon-box img {
  width: 100px !important;
  height: 100px !important;
  border-right: 1px solid #007fa4;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  color: #ffc451;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.events {
  margin: auto;
  padding: 20px;
}
.events .dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.events .event-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
.events .event-card:hover {
  transform: translateY(-5px);
}
.events .event-card img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #ddd;
}
.events .event-card-content {
  padding: 20px;
}
.events .event-card h3 {
  margin-top: 0;
  font-size: 1.5rem;
  color: #333;
}
.events .event-card p {
  margin: 10px 0;
  color: #666;
}

.tree .row {
  width: 100%;
}
.tree .etablissement {
  width: 100%;
  margin-bottom: 20px;
}
.tree .block-title {
  color: #007fa4;
  font-weight: bold;
  font-size: 16px;
  margin: 5px 0;
}
.tree .card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  border-radius: 10px;
  background-color: rgba(0, 127, 164, 0.03);
  margin-bottom: 10px;
}
.tree .card .card-header {
  position: relative;
  display: flex;
  align-items: center;
}
.tree .card .card-header .card-title {
  color: #007fa4;
  margin-top: 5px;
}
.tree .card .card-header i {
  color: #007fa4;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  top: -20px;
  right: -20px;
  margin-right: 10px;
}
.tree .card .card-header img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  margin: 10px;
}
.tree .card:hover {
  transform: scale(1.05);
}
.tree .etablissement-image {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.tree .etablissement-name,
.tree .department-name,
.tree .filier-name,
.tree .module-name {
  color: #007bff;
}
.tree .card-body {
  display: none;
}
.tree .card-body.show {
  display: block;
}

* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.material-symbols-outlined {
  margin: 0 !important;
}

body,
html {
  background-color: #e7faf9 !important;
  transition: 0.3s ease-in-out;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
body ol,
html ol {
  padding: 0;
}
body ol:not(.classic),
html ol:not(.classic) {
  list-style: none;
  margin: 0;
  padding: 0;
}
body ul,
html ul {
  padding: 0;
  list-style: none;
}
body ul li:nth-child(1),
html ul li:nth-child(1) {
  animation-delay: 0.2s;
  animation-delay: 0.1s;
}
body a,
html a {
  text-decoration: none;
}
body a:hover,
html a:hover {
  text-decoration: none;
}
body a:link,
html a:link {
  text-decoration: none;
}

@media (max-width: 767px) {
  #chat-widget-container {
    bottom: 45px !important;
  }
}

.add-product .invalid-feedback,
.modal .invalid-feedback {
  margin-top: -10px;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .modal-dialog {
    width: auto !important;
  }
}

.clearfix {
  clear: both;
  width: 0;
  height: 0;
}

.display-cartes {
  display: none;
}

.tagify {
  width: 100%;
  padding: 2px;
  border: 1px solid #999;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  margin-bottom: 15px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #888 !important;
  width: 15px !important;
  border-radius: 5px !important;
}

.start-btn {
  width: 100%;
  text-align: center;
  margin: auto;
}
.start-btn .start-ads {
  padding: 7px 10px !important;
  margin: auto;
}

.alert-message-wrapper {
  position: fixed;
  bottom: 0px;
  right: 5px;
  z-index: 999;
  padding: 10px;
}

.alert-message-close {
  margin-left: 50px;
  border-radius: 50%;
}

.ads-container {
  overflow: hidden !important;
  border-radius: 15px !important;
  background-color: #eaeaea;
  padding: 0 !important;
  max-width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 30px;
}
.ads-container img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.custom-table th,
.custom-table td {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.custom-table thead {
  padding: 0 5px;
}
.custom-table tbody th,
.custom-table tbody td {
  padding: 12px;
}
.custom-table th {
  background-color: #007fa4;
  color: #fff;
}
.custom-table tr:hover {
  background-color: #f5f5f5;
}
.custom-table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.custom-table caption {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.blog {
  padding: 40px 0;
}
.blog .blog-header .img {
  position: relative;
}
.blog .blog-header .img img {
  width: 100%;
  height: 100%;
}
.blog .blog-header .img h3 {
  position: absolute;
  bottom: 45px;
  left: auto;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.blog .blog-header .categories-menu {
  padding: 0 20px;
  background-color: #fff;
  margin: 30px 0;
  position: relative;
  height: 64px;
}
.blog .blog-header .categories-menu .category {
  padding: 20px 15px;
  float: left;
  color: #232327;
}
.blog .blog-header .categories-menu .category:hover, .blog .blog-header .categories-menu .category:focus {
  color: #007fa4;
  background-color: rgba(0, 127, 164, 0.2);
}
.blog .blog-header .categories-menu .active {
  color: #007fa4;
  background-color: rgba(0, 127, 164, 0.2);
}
.blog .blog-header .categories-menu #more {
  position: absolute;
  padding: 20px 15px;
  background: #fff;
  top: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.blog .blog-header .categories-menu #overflow {
  display: none;
  background-color: #fff;
  width: 300px;
  position: absolute;
  border-radius: 15px;
  top: 65px;
  right: 0;
  overflow: hidden;
}
.blog .blog-header .categories-menu #overflow a {
  color: #232327;
  display: block;
  text-align: left;
  padding: 10px;
  width: 100%;
}
.blog .blog-header .categories-menu #overflow a:hover, .blog .blog-header .categories-menu #overflow a:focus {
  color: #007fa4;
  background-color: rgba(0, 127, 164, 0.2);
}
.blog .blog-header .categories-menu #more:hover #overflow {
  display: block;
}
.blog .blog-body {
  clear: both;
}
.blog .blog-body .product {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 25px;
  box-shadow: rgba(144, 164, 174, 0.3) 0px 2px 6px;
  overflow: hidden;
}
.blog .blog-body .product .header {
  height: 170px;
  overflow: hidden;
}
.blog .blog-body .product .header img {
  height: 100%;
  width: 100%;
}
.blog .blog-body .product .body {
  padding: 15px;
}
.blog .blog-body .product .body .category {
  padding: 2px 15px;
  background-color: #eee;
  border-radius: 5px;
}
.blog .blog-body .product .body .title {
  padding: 15px 0;
  font-weight: bold;
  font-size: 18px;
  display: block;
  color: #232327;
}
.blog .blog-body .product .body .summery {
  color: #4a4a4a;
  padding-bottom: 5px;
}

.post {
  padding: 30px 0;
}
.post .post-body {
  margin-top: 30px;
  padding: 25px;
  border-radius: 20px;
  background-color: #fff;
}
.post .post-body .category {
  padding: 10px 0;
  background-color: #ddd;
  border-radius: 10px;
  color: #333;
  padding: 2px 7px;
}
.post .post-body .title {
  font-weight: bold;
  font-size: 26px;
  margin: 20px 0;
}
.post .post-body .meta {
  display: flex;
  justify-content: space-between;
}
.post .post-body .meta > div {
  margin: 10px 0;
}
.post .post-body .meta .date {
  font-weight: bold;
}
.post .post-body .meta > div {
  padding: 0 10px;
}
.post .post-body .meta .social-share {
  text-align: end;
}
@media (max-width: 767px) {
  .post .post-body .meta .social-share {
    text-align: start;
  }
}
.post .post-body .meta .social-share span {
  font: 14px;
  font-weight: bold;
}
.post .post-body .meta .social-share i {
  color: #fff;
  font-size: 16px;
  width: 35px;
  height: 35px;
}
.post .post-body .meta .social-share a {
  border-radius: 50%;
  padding: 7px 0;
  text-align: center;
  margin: 3px;
}
.post .post-body .meta .social-share .whatsapp {
  background-color: rgb(71, 185, 51);
}
.post .post-body .meta .social-share .facebook {
  background-color: rgb(23, 94, 194);
}
.post .post-body .meta .social-share .link {
  background-color: rgb(92, 95, 91);
}
.post .post-body .img {
  max-height: 600px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
}
.post .post-body .img img {
  width: 100%;
  background-size: cover;
}
.post .post-body .post-content {
  padding: 20px;
}
.post .post-body .recommended-posts h5 {
  font-weight: bold;
  padding: 15px 5px;
}
.post .post-body .recommended-posts .product {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 25px;
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.post .post-body .recommended-posts .product .header {
  height: 170px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.post .post-body .recommended-posts .product .header img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.post .post-body .recommended-posts .product .body {
  padding: 15px;
}
.post .post-body .recommended-posts .product .body .category {
  padding: 2px 15px;
  background-color: #eee;
  border-radius: 5px;
}
.post .post-body .recommended-posts .product .body .title {
  padding: 15px 0;
  font-weight: bold;
  font-size: 18px;
  display: block;
  color: #232327;
}
.post .post-body .recommended-posts .product .body .summery {
  padding-bottom: 5px;
}

.contact {
  padding: 30px 0;
}
.contact .contact-hero {
  margin-bottom: 20px;
}
.contact iframe {
  border-radius: 10px;
}
.contact .form {
  background-color: #FFF;
  overflow: hidden;
  padding: 20px 10px 20px 0;
  border-radius: 10px;
}
.contact .form h4 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.contact .form input {
  width: 100%;
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 5px;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
}
.contact .form input[type=submit] {
  background-color: #007fa4;
}
.contact .form .submit {
  background-color: #007fa4;
  color: #FFF;
}
.contact .form textarea {
  width: 100%;
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 5px;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
}
.contact .contact-footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 200px;
  margin: 30px 0;
}
.contact .contact-footer .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.contact .contact-footer img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contact .contact-footer h4 {
  position: absolute;
  top: 20px;
  padding: 0 30px;
  text-align: center;
  z-index: 3;
  width: 100%;
  color: #FFF;
}
.contact .contact-footer .download-btns {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.contact .contact-footer .download-btns .download {
  margin: 30px 4px 4px;
  width: 155px;
  height: 40px;
  padding-top: 0;
  line-height: 1;
  border-radius: 7px;
  position: relative;
  border: none;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
}
.contact .contact-footer .download-btns .download i {
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 16px;
}
.contact .contact-footer .download-btns .download span {
  font-size: 10px;
  bottom: 10px;
  margin-top: -14px;
  margin-left: 10px;
}
.contact .contact-footer .download-btns .download strong {
  font-size: 15px;
  margin-bottom: 8px;
  margin-left: 12px;
}
.contact .contact-links .item {
  border-radius: 10px;
  background-color: #FFF;
  padding: 20px;
  text-align: center;
}
.contact .contact-links .item .icon {
  font-size: 20px;
  color: #007fa4;
}
.contact .contact-links .item .title {
  font-weight: bold;
}
.contact .start-btn {
  width: 100%;
  text-align: center;
}
.contact .start-btn .start-ads {
  padding: 12px 10px;
}

.add-question {
  padding: 20px 0;
}
.add-question .brand-ads {
  height: 200px;
  margin-bottom: 20px;
}
.add-question .brand-ads .brand-name {
  margin-top: 45px;
}
.add-question form .form-body {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.add-question form .form-body .form-contianer {
  padding: 10px;
}
.add-question form .form-body .form-contianer .image-input-wrapper {
  border: 3px dashed #007fa4;
  background-color: rgba(0, 127, 164, 0.2);
  border-radius: 10px;
  position: relative;
  width: 250px;
  height: 250px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .add-question form .form-body .form-contianer .image-input-wrapper {
    width: 260px;
    height: 260px;
  }
}
.add-question form .form-body .form-contianer .image-input-wrapper .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}
.add-question form .form-body .form-contianer .image-input-wrapper .content i {
  font-size: 30px;
  color: #007fa4;
}
.add-question form .form-body .form-contianer .image-input-wrapper .content .add {
  color: #fff;
  background-color: #007fa4;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  border-radius: 5px;
}
.add-question form .form-body .form-contianer .image-input-wrapper input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.add-question form .form-body .form-contianer .images-wrapper {
  text-align: end;
}
@media (max-width: 1200px) {
  .add-question form .form-body .form-contianer .images-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .add-question form .form-body .form-contianer .images-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .add-question form .form-body .form-contianer .images-wrapper {
    padding-left: 70px;
  }
}
@media (max-width: 575px) {
  .add-question form .form-body .form-contianer .images-wrapper {
    padding: 20px 0 20px !important;
  }
}
.add-question form .form-body .form-contianer .images-wrapper .images .spiner {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 50px;
}
.add-question form .form-body .form-contianer .images-wrapper .images .spiner i {
  font-size: 50px;
}
.add-question form .form-body .form-contianer .images-wrapper .images .img {
  width: 120px;
  height: 120px;
  border: 2px solid #007fa4;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin: 0 20px 20px 0;
  float: left;
}
.add-question form .form-body .form-contianer .images-wrapper .images .img.first-img .done {
  background-color: #007fa4;
}
.add-question form .form-body .form-contianer .images-wrapper .images .img img {
  width: 100%;
}
.add-question form .form-body .form-contianer .images-wrapper .images .img .delete {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 0px 5px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.add-question form .form-body .form-contianer .images-wrapper .images .img .primary-img {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.add-question form .form-body .form-contianer .images-wrapper .images .img .done {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 0px 4px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background-color: rgba(153, 153, 153, 0.5);
  border-radius: 50%;
}
.add-question form .form-body .form-contianer .images-wrapper .images .img .done.first {
  background-color: #007fa4;
}
.add-question form .form-body .price {
  position: relative;
}
.add-question form .form-body .price .suffex {
  position: absolute;
  top: 45px;
  right: 10px;
  color: #777;
}
.add-question form .form-body .price input {
  padding-right: 40px;
}
.add-question form .form-body .require-field {
  font-size: 14px;
}
.add-question form .form-body .require-field span {
  color: red;
  font-weight: bold;
}
.add-question form .form-body .require-field span i {
  font-size: 10px;
  border-radius: 50%;
  border: 1px solid red;
  padding: 1px 4px;
}
.add-question form .form-body label {
  margin: 5px 0;
}
.add-question form .form-body label.required {
  position: relative;
}
.add-question form .form-body label.required::before {
  content: "*";
  position: absolute;
  top: -2px;
  right: -8px;
  display: block;
  color: red;
  font-weight: bold;
}
.add-question form .form-body .explanation {
  color: #777;
  font-size: 12px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .add-question form .form-body .explanation {
    padding: 0 0 10px;
  }
}
.add-question form .form-body select {
  color: #777;
}
.add-question form .form-body select option {
  color: #232327;
}
.add-question form .form-body input,
.add-question form .form-body select,
.add-question form .form-body textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #999;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  margin-bottom: 15px;
}
.add-question form .form-body .advices h5 {
  color: #555;
  margin: 10px 0;
}
.add-question form .form-body .advices ul {
  list-style: disc;
  margin-left: 15px;
}
.add-question form .form-body .advices ul li {
  color: #999;
  font-size: 14px;
  margin-bottom: 5px;
}
.add-question form .footer-terms input {
  display: inline;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.add-question form .submit {
  text-align: center;
  border: none;
  padding: 10px;
  background-color: #007fa4;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  margin-top: 30px;
}

.forum {
  padding: 20px 0;
}
.forum .brand-ads {
  height: 200px;
  margin-bottom: 20px;
}
.forum .brand-ads .brand-name {
  margin-top: 45px;
}
.forum .page-title {
  font-weight: bold;
  color: #232327;
  font-size: 24px;
  padding-top: 20px;
}
.forum .forum-posts .forum-post {
  padding: 20px 15px;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 15px;
}
.forum .forum-posts .forum-post .post-header .header-left {
  margin-top: 5px;
  float: left;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #007fa4;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
}
.forum .forum-posts .forum-post .post-header .header-right {
  float: left;
  margin: 0 10px;
}
.forum .forum-posts .forum-post .post-header .header-right .post-title {
  font-size: 20px;
  font-weight: bold;
  text-align: #232327;
  padding-bottom: 5px;
}
.forum .forum-posts .forum-post .post-header .header-right .post-meta .user {
  color: #007fa4;
}
.forum .forum-posts .forum-post .post-header .header-right .post-meta .date-time {
  color: #999;
  padding: 0 5px;
}
.forum .forum-posts .forum-post .post-header .header-right .post-meta .date {
  margin: 5px;
}
.forum .forum-posts .forum-post .post-body {
  padding: 25px 0;
  clear: both;
  display: block;
  color: #4a4a4a;
}
.forum .forum-posts .forum-post .post-footer {
  display: flex;
  justify-content: space-between;
}
.forum .forum-posts .forum-post .post-footer .footer-left .phones {
  border: 1px solid #007fa4 !important;
  padding: 5px 15px;
  text-align: center;
  border-radius: 5px;
}
.forum .forum-posts .forum-post .post-footer .footer-right span {
  color: #999;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}
.forum .forum-posts .forum-post .post-footer .footer-right span a {
  color: #999;
}
.forum .reponses-container .title {
  padding: 15px;
  background-color: rgba(71, 154, 210, 0.2);
  color: #232327;
  border-radius: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
.forum .reponses-container .reponses-wrapper {
  padding: 0 0 0 50px;
}
.forum .footer-brand .add-container-btn {
  text-align: end;
  overflow: hidden;
  padding: 15px 0 50px;
}
.forum .footer-brand a {
  padding: 10px 40px;
  color: #fff;
  background-color: #007fa4;
  border-radius: 5px;
  text-align: center;
}
.forum .footer-brand .brand-ads {
  height: 80px;
}
.forum .footer-brand .brand-ads .brand-name {
  margin-top: -15px;
}
.forum form .form-body .form-contianer {
  padding: 10px;
}
.forum form .form-body .form-contianer .image-input-wrapper {
  border: 3px dashed #007fa4;
  background-color: rgba(0, 115, 255, 0.2);
  border-radius: 10px;
  position: relative;
  width: 250px;
  height: 250px;
  overflow: hidden;
}
.forum form .form-body .form-contianer .image-input-wrapper .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}
.forum form .form-body .form-contianer .image-input-wrapper .content i {
  font-size: 30px;
  color: #007fa4;
}
.forum form .form-body .form-contianer .image-input-wrapper .content .add {
  color: #fff;
  background-color: #007fa4;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  border-radius: 5px;
}
.forum form .form-body .form-contianer .image-input-wrapper input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.forum form .form-body .require-field {
  font-size: 14px;
}
.forum form .form-body .require-field span {
  color: red;
  font-weight: bold;
}
.forum form .form-body .require-field span i {
  font-size: 10px;
  border-radius: 50%;
  border: 1px solid red;
  padding: 1px 4px;
}
.forum form .form-body label {
  margin: 5px 0;
}
.forum form .form-body label.required {
  position: relative;
}
.forum form .form-body label.required::before {
  content: "*";
  position: absolute;
  top: -2px;
  right: -8px;
  display: block;
  color: red;
  font-weight: bold;
}
.forum form .form-body .explanation {
  color: #777;
  font-size: 12px;
  padding-top: 30px;
}
.forum form .form-body select {
  color: #777;
}
.forum form .form-body select option {
  color: #232327;
}
.forum form .form-body input,
.forum form .form-body select,
.forum form .form-body textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #999;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  margin-bottom: 15px;
}
.forum form .form-body .advices h5 {
  color: #555;
  margin: 10px 0;
}
.forum form .form-body .advices ul {
  list-style: disc;
  margin-left: 15px;
}
.forum form .form-body .advices ul li {
  color: #999;
  font-size: 14px;
  margin-bottom: 5px;
}
.forum form .footer-terms input {
  display: inline;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.forum form .submit {
  text-align: center;
  border: none;
  padding: 10px 40px;
  background-color: #007fa4;
  color: #fff;
  border-radius: 5px;
}
.forum .add-answer-form {
  display: none;
}
.forum .add-answer-form .title {
  padding: 15px;
  background-color: rgba(71, 154, 210, 0.2);
  color: #232327;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .forum .forum-posts .forum-post .post-footer {
    display: block;
  }
}
@media (max-width: 767px) {
  .forum .forum-posts .forum-post .post-footer .footer-left {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .forum .forum-posts .forum-post .post-footer .footer-right span {
    font-size: 12px;
    padding: 5px;
  }
}
@media (min-width: 767px) {
  .forum form .form-body .form-contianer .image-input-wrapper {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 767px) {
  .forum form .form-body .explanation {
    padding: 0 0 10px;
  }
}
.search-form {
  overflow: hidden;
}
.search-form .row {
  background-color: #fff;
  border-radius: 15px;
}
.search-form .form .search {
  width: 45px;
  height: 45px;
  background-color: #0073ff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 45px;
  margin-top: 0;
  border: none;
}
.search-form .submit-container {
  line-height: 75px;
}
.search-form .submit-container .submit {
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  background-color: #007fa4;
}

.pdf-page {
  margin: 15px;
  border: 1px solid #007fa4;
  border-radius: 10px;
  outline: 15px solid #fff;
}
.pdf-page .download-pdf {
  position: absolute;
  bottom: 30px;
  right: 15px;
  border-radius: 10px;
  background-color: #007fa4;
  color: #fff;
  padding: 5px 15px;
}
.pdf-page .pdf-header {
  display: flex;
  border-bottom: 1px solid #007fa4;
  padding: 15px;
  margin-bottom: 30px;
}
.pdf-page .pdf-header .logo {
  width: 100%;
  height: 80px;
  margin-right: 10px;
  overflow: hidden;
}
.pdf-page .pdf-header .logo img {
  height: 100%;
  background-size: auto;
}
.pdf-page .pdf-header .title h1 {
  font-size: 17px;
  font-weight: 600;
  color: #007fa4;
  width: 100%;
}

.add-button {
  background-color: #007fa4;
  border-radius: 10px;
  border: none;
  color: #fff;
  padding: 5px 15px;
  width: 200px;
  margin-left: 25px;
}

.content-area {
  margin-left: 310px;
  margin-top: 0;
  width: calc(100% - 310px);
  transition: 0.3s ease-in-out;
  padding: 10px 0;
  height: calc(100vh - 65px);
  overflow: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 65px;
}
.content-area.no-sidebar {
  width: 100%;
  right: 0;
  left: 0;
  display: block;
  transition: 0.3s ease-in-out;
  margin: 0;
}
.content-area .footer {
  position: absolute;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .content-area {
    width: 100%;
    top: 75px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .content-area.no-sidebar::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.dashboard-container {
  z-index: 99;
  position: fixed;
  top: 95px;
}
@media (max-width: 767px) {
  .dashboard-container {
    top: 75px;
  }
}

.sidebar {
  width: 300px;
  height: calc(100vh - 95px);
  position: fixed;
  top: 65px;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: 99999;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
}
@media (max-width: 767px) {
  .sidebar {
    left: -300px;
    top: 75px;
  }
  .sidebar .sidebar-body {
    height: calc(100vh - 147px) !important;
  }
  .sidebar .sidebar-toggler {
    right: -25px !important;
    top: 0 !important;
  }
  .sidebar.show {
    left: 0 !important;
  }
  .sidebar.show .sidebar-toggler {
    right: 5px !important;
  }
}
.sidebar.show {
  left: -300px;
}
.sidebar.show .sidebar-toggler {
  right: -25px !important;
}
.sidebar .sidebar-footer {
  padding-top: 10px;
  position: absolute;
  bottom: -44px;
  width: 100%;
  background-color: #fff;
}
.sidebar .sidebar-footer .menu-item {
  margin-bottom: 12px;
  position: relative;
}
.sidebar .sidebar-footer .menu-item form {
  display: flex;
}
.sidebar .sidebar-footer .menu-item .count {
  margin-top: 5px !important;
  float: left;
  width: fit-content;
  padding: 0px 5px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #007fa4;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  opacity: 0.9;
  box-shadow: rgba(144, 164, 174, 0.1) 0px 1px 4px;
}
.sidebar .sidebar-footer .menu-item.active .list-items {
  display: block;
}
.sidebar .sidebar-footer .menu-item .open-close-icon {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #007fa4;
  font-weight: bold;
}
.sidebar .sidebar-footer .menu-item .open-close-icon .open {
  display: block;
  transform: rotate(90deg);
  transition: 0.2s ease-in-out;
}
.sidebar .sidebar-footer .menu-item a,
.sidebar .sidebar-footer .menu-item .title {
  display: flex;
  font-size: 18px;
  margin-bottom: 10px;
  color: #555 !important;
  cursor: pointer;
  width: 100%;
  border: none;
  background-color: transparent;
}
.sidebar .sidebar-footer .menu-item a span,
.sidebar .sidebar-footer .menu-item .title span {
  margin: auto 10px;
}
.sidebar .sidebar-footer .menu-item .icon {
  padding: 0 10px;
}
.sidebar .sidebar-footer .menu-item .list-items {
  display: none;
}
.sidebar .sidebar-footer .menu-item .list-items .list-item {
  padding: 0 0 0 35px;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding-right: 5px;
}
.sidebar .sidebar-footer .menu-item .list-items .list-item .count {
  float: left;
  width: fit-content;
  padding: 0px 5px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #007fa4;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  opacity: 0.9;
  box-shadow: rgba(144, 164, 174, 0.1) 0px 1px 4px;
}
.sidebar .sidebar-body {
  height: calc(100vh - 200px);
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 50px;
  /* Track */
  /* Handle */
}
.sidebar .sidebar-body::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.sidebar .sidebar-body::-webkit-scrollbar-track {
  background-color: #ccc;
  padding: 2px;
  border-radius: 5px;
}
.sidebar .sidebar-body::-webkit-scrollbar-thumb {
  background-color: #007fa4;
  border-radius: 5px;
  opacity: 1;
}
.sidebar .sidebar-wrapper {
  border-radius: 10px;
  color: #555 !important;
  background-color: #fff;
}
.sidebar .sidebar-wrapper .sidebar-menu {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
}
.sidebar .sidebar-wrapper .sidebar-menu .btn {
  margin-bottom: 15px;
}
.sidebar .sidebar-wrapper .sidebar-menu .btn a {
  color: white;
  background-color: #0069f2;
  padding: 7px 12px;
  border-radius: 10px;
}
.sidebar .sidebar-wrapper .sidebar-menu .count {
  float: left;
  width: fit-content;
  padding: 0px 5px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #007fa4;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  opacity: 0.9;
  box-shadow: rgba(144, 164, 174, 0.1) 0px 1px 4px;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-item {
  margin-bottom: 12px;
  position: relative;
  background-color: rgba(0, 127, 164, 0.1);
  border-radius: 10px;
  padding-top: 8px;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-item form {
  display: flex;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-item .count {
  margin-top: 5px !important;
  float: left;
  width: fit-content;
  padding: 0px 5px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #007fa4;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  opacity: 0.9;
  box-shadow: rgba(144, 164, 174, 0.1) 0px 1px 4px;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-item.active .title {
  color: #007fa4;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-item.active .list-items {
  display: block;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-item .open-close-icon {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #007fa4;
  font-weight: bold;
  display: block;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-item .open-close-icon .open {
  transform: rotate(90deg);
  display: block;
  transition: 0.2s ease-in-out;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-item a,
.sidebar .sidebar-wrapper .sidebar-menu .menu-item .title {
  display: flex;
  font-size: 18px;
  margin-bottom: 10px;
  color: #555 !important;
  cursor: pointer;
  width: 100%;
  border: none;
  background-color: transparent;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-item a span,
.sidebar .sidebar-wrapper .sidebar-menu .menu-item .title span {
  margin: auto 10px;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-item .icon {
  padding: 0 10px;
  color: #007fa4;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-item .list-items {
  display: none;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-item .list-items .list-item {
  padding: 0 0 0 35px;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding-right: 5px;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-item .list-items .list-item .count {
  float: left;
  width: fit-content;
  padding: 0px 5px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #007fa4;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  opacity: 0.9;
  box-shadow: rgba(144, 164, 174, 0.1) 0px 1px 4px;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-active {
  margin-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-active form {
  display: flex;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-active .count {
  margin-top: 9px !important;
  float: left;
  width: fit-content;
  padding: 0px 5px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #007fa4;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  margin-top: 5px;
  opacity: 0.9;
  box-shadow: rgba(144, 164, 174, 0.1) 0px 1px 4px;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-active.active .list-items {
  display: block;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-active .open-close-icon {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #007fa4;
  font-weight: bold;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-active .open-close-icon .open {
  display: block;
  transform: rotate(90deg);
  transition: 0.2s ease-in-out;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-active a,
.sidebar .sidebar-wrapper .sidebar-menu .menu-active .title {
  display: flex;
  font-size: 18px;
  margin-bottom: 10px;
  color: rgb(3, 115, 201) !important;
  cursor: pointer;
  width: 100%;
  border: none;
  background-color: transparent;
  padding-top: 5px;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-active a span,
.sidebar .sidebar-wrapper .sidebar-menu .menu-active .title span {
  margin: auto 10px;
}
.sidebar .sidebar-wrapper .sidebar-menu .menu-active .icon {
  padding: 5px 5px 5px 10px;
}
.sidebar .sidebar-wrapper .stats-info {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.sidebar .sidebar-wrapper .stats-info .menu-item {
  display: flex;
  color: #555 !important;
  font-size: 18px;
}
.sidebar .sidebar-wrapper .stats-info .menu-item .count {
  float: left;
  width: fit-content;
  padding: 0px 5px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #007fa4;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  opacity: 0.9;
  box-shadow: rgba(144, 164, 174, 0.1) 0px 1px 4px;
}
.sidebar .sidebar-wrapper .stats-info .icon {
  padding: 0 10px;
}
.sidebar .sidebar-wrapper .stats-info .list-items {
  padding: 5px 5px 5px 20px;
}
.sidebar .sidebar-wrapper .sidebar-hero {
  display: flex;
  background-color: #fff;
  padding: 30px 10px 10px;
  position: relative;
}
.sidebar .sidebar-wrapper .sidebar-hero .logo {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-right: 15px;
  width: 50px;
  height: 50px;
}
.sidebar .sidebar-wrapper .sidebar-hero .logo img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sidebar .sidebar-wrapper .sidebar-hero .name {
  font-weight: bold;
  font-size: 15px;
}
.sidebar .sidebar-wrapper .sidebar-hero .regestered-date {
  font-size: 12px;
}
.sidebar .sidebar-wrapper .sidebar-hero .sidebar-toggler {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #fff;
  height: 20px;
  font-size: 14px;
  width: 25px;
  text-align: center;
  line-height: 20px;
  color: #232327;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 8px 1px 8px -3px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 991px) {
  .sidebar .sidebar-wrapper .sidebar-hero .sidebar-toggler {
    display: block;
  }
}
.sidebar .open-close-icon i {
  display: block !important;
}
.sidebar .active .open-close-icon {
  transform: rotate(90deg);
}

.modal .last-add-product-model {
  padding: 20px !important;
}
.modal .last-add-product-model .suivant {
  text-align: center;
  border: none;
  padding: 5px 20px;
  background-color: #007fa4;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}
.modal .last-add-product-model .date {
  padding: 20px 40px;
}
.modal .last-add-product-model .validate {
  width: 100%;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
}
.modal .last-add-product-model .validate .back {
  background-color: #ddd;
  border-radius: 5px;
  text-align: center;
  color: #555;
  border: none;
  padding: 0 15px;
}
.modal .last-add-product-model input {
  margin-right: 30px;
  border: 1px solid #999;
  padding: 5px;
  border-radius: 5px;
}
.modal .last-add-product-model .radio {
  margin: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #232327;
}
.modal .last-add-product-model .radio input {
  padding: 10px 20px;
  margin: 10px 20px 10px 0;
  font-size: 30px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body {
  background-color: #e7faf9;
  font-family: "Amiri", serif;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}

/* Float cancel and delete .deletes and add an equal width */
.dashboard-title {
  font-weight: bold !important;
}

.cancelbtn,
.deletebtn {
  float: left;
  width: 50%;
  height: 50px;
  border: none;
}

/* Add a color to the cancel button */
.cancelbtn {
  background-color: rgba(204, 204, 204, 0.7);
  color: black;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.cancelbtn:hover, .cancelbtn:focus {
  background-color: #cccccc;
}

/* Add a color to the delete button */
.deletebtn {
  background-color: rgba(244, 67, 54, 0.7);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
}
.deletebtn:hover, .deletebtn:focus {
  background-color: #f44336;
}
.deletebtn a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  line-height: 50px;
  color: #232327;
}

/* The Modal (background) */
/* Modal Content/Box */
/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* The Modal Close Button (x) */
/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn,
  .deletebtn {
    width: 100%;
  }
}
.no-sidebar .modal {
  width: 100% !important;
}

@media (max-width: 767px) {
  .modal {
    width: 100% !important;
  }
}
.page {
  background-color: transparent;
}
.page.full-screen {
  height: 100vh;
  overflow-y: scroll;
}

.page-top {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.page-top .title {
  font-size: 20px;
  font-weight: bold;
  color: #555;
}
.page-top .actions {
  display: flex;
}
.page-top .import {
  padding: 5px 15px;
  height: 35px;
  color: black;
  display: flex;
  justify-content: center;
  font-weight: 500;
  background-color: #cccccc;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 7.9873px 6.974px rgba(0, 0, 0, 0.2);
  margin: 0 5px;
  display: flex;
  align-items: center;
}
.page-top .import.delete {
  background-color: #d84400 !important;
  color: #fff;
}
.page-top .import.delete:hover {
  color: #fff;
}
.page-top .import.create {
  background-color: #007fa4 !important;
  color: #fff;
}
.page-top .import.create:hover {
  color: #fff;
}
.page-top .import:hover {
  background-color: #007fa4;
  color: #232327;
}
.page-top .import i {
  padding: 5px;
}
.page-top .other-page {
  padding: 5px 15px;
  height: 35px;
  color: #f2f2f2;
  display: flex;
  justify-content: center;
  font-weight: 500;
  background-color: #29a161;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 7.9873px 6.974px rgba(0, 115, 255, 0.2);
}
.page-top .other-page:hover {
  background-color: #007fa4;
  color: #232327;
}
.page-top .other-page a {
  color: #f2f2f2;
}
.page-top .other-page i {
  margin: 0 5px;
}

.page-body {
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
  border-radius: 20px;
  margin: 5px 10px 5px 5px;
  border: 2px solid #007fa4;
  outline: 5px solid #fff;
}
.page-body.hide {
  display: none;
}
.page-body * {
  box-sizing: border-box;
}
.page-body .body-actions {
  display: flex;
  margin: 0 0 20px 0;
}
.page-body .body-actions li {
  margin: 5px;
  color: #555;
  background-color: #eee;
  border-radius: 5px;
  font-weight: bold;
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #007fa4;
}
.page-body .body-actions li.minimize {
  line-height: 23px;
}
.page-body .body-content {
  display: block;
}
.page-body .body-content.hide {
  display: none;
}
.page-body .body-content .card-body {
  /* Track */
  /* Handle */
}
.page-body .body-content .card-body::-webkit-scrollbar {
  width: 15px;
}
.page-body .body-content .card-body::-webkit-scrollbar-track {
  background-color: #f4f5f7;
  padding: 2px;
  border-radius: 10px;
}
.page-body .body-content .card-body::-webkit-scrollbar-thumb {
  background-image: -webkit-linear-gradient(bottom, #007fa4, #29a161);
  background-image: -o-linear-gradient(bottom, #007fa4, #29a161);
  background-image: linear-gradient(to top, #007fa4, #29a161);
  border-radius: 10px;
  opacity: 1;
}

.help-block {
  font-weight: 600;
  color: #d84400;
}

label.main-label {
  margin: 10px auto;
}

.tag-lable {
  border: 1px solid #888;
  border-radius: 10px;
  position: relative;
  padding: 2px 10px 2px 20px;
  font-weight: 500;
}
.tag-lable input {
  position: absolute;
  top: 8px;
  left: -22px;
  margin: 0;
  padding: 0;
}

.table {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  overflow: hidden;
}
.table form {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #007fa4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 0;
  margin: auto;
}
.table form button {
  padding: 0 5px;
  color: #007fa4;
}
.table form button:hover {
  background-color: #007fa4;
  color: #fff;
}
.table form select,
.table form button {
  height: 38px;
  border-radius: 0;
  border: none;
}
.table form select:focus, .table form select:hover,
.table form button:focus,
.table form button:hover {
  border: 1px solid #007fa4;
  box-shadow: none;
  outline: none;
  border: none;
}
.table thead {
  background-color: #081f28;
  color: #fff;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  overflow: hidden;
}
.table thead tr,
.table thead th {
  padding: 0 5px;
  height: 30px;
}
.table tbody td {
  padding: 5px !important;
}

.dataTables_scrollHead thead {
  background-color: #007fa4;
  color: #fff;
}
.dataTables_scrollHead thead th {
  position: relative;
}
.dataTables_scrollHead thead th::before {
  content: "\f175";
  font-family: "Font Awesome 6 Free";
  display: block;
  font-size: 12px;
  position: absolute;
  top: 13px;
  left: 2px;
}
.dataTables_scrollHead thead th.sorting_asc::before {
  content: "\f176";
  font-family: "Font Awesome 6 Free";
  display: block;
  font-size: 12px;
  position: absolute;
  top: 13px;
  left: 2px;
}

table {
  width: 100% !important;
}
table td {
  white-space: normal !important;
}
table td .btn-group a {
  margin: 10px 5px;
}

.ck-editor__editable {
  min-height: 300px;
  max-height: 500px;
}

#filter_div {
  display: none !important;
  opacity: 0 !important;
}

.dataTables_filter {
  margin-bottom: 5px;
}
.dataTables_filter input {
  border-radius: 20px !important;
  border: none;
  box-shadow: none;
  outline: none;
  color: #007fa4;
  border: 2px solid rgba(0, 115, 255, 0.6) !important;
}

.export {
  float: left !important;
  height: 35px;
  width: 120px;
}

.profile .profile-header {
  text-align: center;
}
.profile .profile-header .cover {
  background-color: #fff;
  border: 3px solid #ddd;
  border-radius: 20px;
  height: 200px;
  width: 100%;
  position: relative;
}
.profile .profile-header .avatar {
  width: 150px;
  height: 150px;
  border: 3px solid #ddd;
  border-radius: 50%;
  position: absolute;
  bottom: -75px;
  left: calc(50% - 75px);
  background-color: #fff;
}
.profile .profile-header .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.profile .profile-header .avatar .edit {
  border: 1px solid #007fa4;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  bottom: 5px;
  right: 5px;
  overflow: hidden;
}
.profile .profile-header .avatar .edit label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.profile .profile-header .avatar .edit label i {
  background-color: #ddd;
  border: 1px solid #007fa4;
  color: #232327;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  top: -1px;
  right: -1px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.profile .profile-header .avatar .save {
  padding: 0 5px;
  border: 1px solid #007fa4;
  border-radius: 5px;
  position: absolute;
  bottom: 3px;
  right: 48px;
  display: none;
}
.profile .profile-header .avatar .save.active {
  display: block;
}
.profile .profile-header .edit {
  background-color: #ddd;
  border: 2px solid #007fa4;
  color: #232327;
  border-radius: 50%;
  width: 45px !important;
  height: 45px !important;
  position: absolute;
  bottom: 5px;
  right: 10px;
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
}
.profile .profile-header .name {
  font-weight: bold;
  font-size: 24px;
  color: #888;
  margin-top: 80px;
}
.profile .profile-header .registred-date {
  font-size: 18px;
  color: #888;
}
.profile .section-top {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.profile .section-top .title {
  font-size: 20px;
  font-weight: bold;
  color: #555;
}
.profile .section-top .other-page {
  padding: 5px 15px;
  height: 35px;
  color: #f2f2f2;
  display: flex;
  justify-content: center;
  font-weight: 500;
  background-color: #29a161;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 7.9873px 6.974px rgba(0, 115, 255, 0.2);
}
.profile .section-top .other-page:hover {
  background-color: #007fa4;
  color: #232327;
}
.profile .section-top .other-page a {
  color: #f2f2f2;
}
.profile .section-top .other-page i {
  margin: 0 5px;
}
.profile .all-shops .shops-item {
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid transparent;
  display: flex;
}
.profile .all-shops .shops-item.active {
  border-color: #007fa4;
}
.profile .all-shops .shops-item .body {
  display: flex;
  justify-content: space-between;
}
.profile .all-shops .shops-item .body .title {
  color: #232327;
  font-size: 18px;
}
.profile .all-shops .shops-item .body .active {
  color: #29a161;
}
.profile .all-shops .shops-item .body .inactive {
  color: red;
}
.profile .all-shops .shops-item .icon {
  background-color: rgba(0, 127, 164, 0.2);
  color: #007fa4;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
}

.dashboard-page .stats .items-number {
  font-weight: bold;
  font-size: 20px;
  padding: 2px 25px;
  background-color: rgba(0, 127, 164, 0.2);
  border-radius: 5px;
}

.dashboard-header {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .dashboard-header {
    display: block;
  }
}
.dashboard-header h2 {
  font-weight: bold;
}
.dashboard-header .actions {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .dashboard-header .actions {
    display: flex;
    justify-content: space-between;
  }
}
.dashboard-header .top-btn {
  background-color: #007fa4;
  border-radius: 8px;
  padding: 7px 30px;
  color: #fff;
  margin-left: 10px;
  border: none;
  display: block;
  height: 40px !important;
  text-align: center;
}
@media (max-width: 767px) {
  .dashboard-header .top-btn {
    padding: 11px 10px;
    font-size: 12px;
    margin-left: 0;
  }
}
.dashboard-header .top-btn a {
  display: flex;
}
.dashboard-header .back {
  background-color: #ccc !important;
  color: #4a4a4a;
  font-weight: bold;
  height: 40px;
  border: none;
  display: block;
  border-radius: 8px;
}
.dashboard-header .back i {
  padding: 5px;
}
.dashboard-header .back a {
  display: flex;
}
.dashboard-header a.top-btn span,
.dashboard-header a.back span {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.dashboard-header select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  opacity: 1;
}
.dashboard-header .stats .items-number {
  font-weight: bold;
  font-size: 20px;
  padding: 2px 25px;
  background-color: rgba(0, 127, 164, 0.2);
  border-radius: 5px;
}

table {
  margin-bottom: 50px;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
  overflow-x: auto !important;
}
table td {
  min-width: 100px !important;
  padding: 0 3px !important;
}
table td:first-child, table td:last-child {
  min-width: auto !important;
}
table thead {
  height: 60px;
  line-height: 60px;
  color: #4a4a4a;
}
table thead td {
  padding: 0 5px;
}
table .options {
  color: #4a4a4a !important;
  font-size: 16px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
table .options a {
  color: #4a4a4a;
}
table .options .nav-link {
  position: absolute;
  top: -17px;
  left: -30px;
}
table .options .nav-link::after {
  display: none;
}
table .options .dropdown-menu::marker {
  display: none;
  opacity: 0;
}
table .options .dropdown-menu li {
  padding: 3px 0;
}
table .options .dropdown-menu li.booster a {
  color: #fea500;
}
table .options .dropdown-menu li.on-admar a {
  color: #007fa4;
}
table .options .dropdown-menu li i {
  margin-right: 12px;
}

.dashboard-select {
  padding: 10px;
  width: 100%;
  position: relative;
  opacity: 1 !important;
  border: 0 !important;
}
.dashboard-select::before {
  content: ">";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #4a4a4a;
  transform: rotate(90deg);
}

.dashboard-body {
  margin-bottom: 40px;
}
.dashboard-body .form-content {
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}
.dashboard-body .form-content .title {
  color: #232327;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 10px;
}
.dashboard-body .form-content .input {
  position: relative;
  border: 1px solid #999;
  height: 45px;
  border-radius: 5px;
  margin: 0;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
}
.dashboard-body .form-content .input select {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  border: 0;
  outline: none;
  box-shadow: none;
}
.dashboard-body .form-content .input .prifix {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 5px;
  color: #bbb;
}
.dashboard-body .form-content .input .suffex {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 5px;
  color: #aaa;
  z-index: 2;
}
.dashboard-body .form-content .input .suffex i {
  cursor: pointer;
}
.dashboard-body .form-content .input .suffex.show-password {
  display: none;
}
.dashboard-body .form-content .input input {
  border: none !important;
  position: absolute;
  top: -8px;
  left: 0px;
  right: 0;
  height: 100%;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0 10px;
}
.dashboard-body .actions {
  display: flex;
  margin: 30px 0;
  justify-content: space-between;
  margin-bottom: 30px !important;
}
.dashboard-body .actions .action {
  border-radius: 8px;
  padding: 7px 10px;
  min-width: 150px;
  margin-left: 5px;
  border: none;
  text-align: center;
}
.dashboard-body .actions .save {
  background-color: #007fa4;
  color: #fff;
}
.dashboard-body .actions .return {
  background-color: #ddd;
  color: #4a4a4a;
}

.page-switch {
  padding: 10px 0;
}
.page-switch .options {
  display: flex;
}
.page-switch .options .option {
  background-color: #fff;
  border-radius: 10px;
  padding: 6px;
  font-weight: bold;
  color: #007fa4;
  text-align: center;
  border: 2px solid #007fa4;
  width: 150px;
  height: 40px;
  margin: 0 15px;
  cursor: pointer;
}
.page-switch .options .option.active, .page-switch .options .option:hover {
  background-color: #007fa4;
  color: #fff;
}

.shop .section-top {
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.shop .section-top .title {
  font-size: 20px;
  font-weight: bold;
  color: #555;
}
.shop .section-top .other-page {
  padding: 5px 15px;
  height: 35px;
  color: #f2f2f2;
  display: flex;
  justify-content: center;
  font-weight: 500;
  background-color: #29a161;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 7.9873px 6.974px rgba(0, 115, 255, 0.2);
}
.shop .section-top .other-page:hover {
  background-color: #007fa4;
  color: #232327;
}
.shop .section-top .other-page a {
  color: #f2f2f2;
}
.shop .section-top .other-page i {
  margin: 0 5px;
}
.shop .register-form {
  max-width: 100% !important;
}
.shop .register-form .tagify {
  border: 0 solid #999;
}
.shop .users {
  display: none;
}
.shop .users .page-top .other-page button {
  background-color: transparent;
  border: none;
  color: #fff;
}
.shop .users .users-wrapper .user {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.shop .users .users-wrapper .user .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #ddd;
  margin: 10px;
  overflow: hidden;
}
.shop .users .users-wrapper .user .avatar img {
  width: 100%;
  height: 100%;
}
.shop .users .users-wrapper .user .actions {
  display: block;
  margin: 0 10px;
}
.shop .users .users-wrapper .user .actions button {
  padding: 5px 10px;
  border: none;
  background-color: transparent;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #007fa4;
  margin: 0 5px;
}
.shop .users .users-wrapper .user .actions .edit_action {
  border-color: #007fa4;
}
.shop .users .users-wrapper .user .actions .delete_action {
  border-color: red;
}
.shop .edit {
  border: 1px solid #007fa4;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: 5px;
  right: 10px;
  overflow: hidden;
}
.shop .edit label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.shop .edit label i {
  background-color: #ddd;
  border: 1px solid #007fa4;
  color: #232327;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: -1px;
  right: -1px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}
.shop .save {
  padding: 0 5px;
  border: 1px solid #007fa4;
  border-radius: 5px;
  position: absolute;
  top: 12px;
  right: 55px;
  display: none;
}
.shop .save.active {
  display: block;
}
.shop .logo {
  position: relative;
}
.shop .logo .edit {
  border: 1px solid #007fa4;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 10px;
  overflow: hidden;
  z-index: 1;
}
.shop .logo .edit label input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.shop .logo .edit label i {
  background-color: #ddd;
  border: 1px solid #007fa4;
  color: #232327;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  top: -1px;
  right: -1px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.shop .logo .save {
  padding: 0 5px;
  border: 1px solid #007fa4;
  border-radius: 5px;
  position: absolute;
  top: auto;
  bottom: 7px;
  right: 45px;
  display: none;
  z-index: 3;
}
.shop .logo .save.active {
  display: block;
}
.shop .about {
  position: relative;
}
.shop .about .edit {
  background-color: #ddd;
  border: 1px solid #007fa4;
  color: #232327;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}

.orders {
  overflow: hidden;
}
.orders .controller-sections {
  padding: 15px auto 0;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .orders .controller-sections .num-orders {
    display: block;
  }
}
.orders .controller-sections input {
  padding: 1px 3px;
  margin-left: 2px;
  margin-bottom: 5px;
  border: 2px solid #999;
  border-radius: 5px;
  max-width: 152px;
  outline: none;
}
.orders .controller-sections input:hover {
  border: 2px solid #999;
}
.orders .controller-sections .date {
  display: inline-block;
}
.orders .controller-sections .sync {
  color: #fff;
  background-color: rgb(72, 22, 190);
  border-radius: 5px;
  border: none;
  font-weight: bold;
  padding: 5px 10px;
  margin: auto 3px;
}
.orders .controller-sections .sync:hover {
  background-color: rgb(130, 103, 248);
}
.orders .controller-sections .reset {
  color: #fff;
  background-color: transparent;
  border-radius: 5px;
  border: none;
  font-weight: bold;
  padding: 5px 10px;
  margin: auto 3px;
}
.orders .controller-sections .reset:hover {
  background-color: rgb(149, 150, 172);
}
.orders .controller-sections .control-sec {
  text-align: center;
  display: inline-block;
  margin: 5px;
}
.orders .controller-sections select {
  width: 160px;
  height: 30px;
}
.orders .controller-sections select.conf {
  width: 190px;
}
.orders .controller-sections .num-orders {
  padding: 15px;
}
.orders .orders-table {
  overflow-x: scroll;
}
.orders table .colors {
  display: block;
  overflow: hidden;
  margin: 0;
}
.orders table .colors span {
  width: 100%;
  height: 17px;
  border-radius: 10px;
  display: inline-block;
  border: 2px solid #232327;
  margin: 0;
}
.orders table td:not(:first-child) {
  padding: 2px 0;
  text-align: center;
}
.orders table td:not(:first-child) div {
  display: block;
  height: 20px !important;
  width: 100%;
  overflow: hidden;
  color: #222;
  background-color: #aaa;
}
.orders table td:not(:first-child) div:nth-child(even) {
  background-color: #333;
  color: #fefefe;
}
.orders table .yes {
  padding: 2px 5px;
  background-color: rgb(34, 141, 34);
  color: #f9f9f9;
  height: 15px;
  margin: 5px;
  border-radius: 5px;
  font-size: 12px;
}
.orders table .non {
  height: 15px;
  margin: 5px;
  padding: 2px 5px;
  font-size: 10px;
  background-color: rgb(201, 80, 24);
  color: #f9f9f9;
  border-radius: 5px;
}
.orders .status00 {
  background-color: rgba(255, 21, 5, 0.3) !important;
  border-left-color: rgba(255, 21, 5, 0.8) !important;
}
.orders .status00:hover {
  background-color: rgba(255, 21, 5, 0.5) !important;
}
.orders .status01 {
  background-color: rgba(135, 95, 35, 0.3) !important;
  border-left-color: rgba(135, 95, 35, 0.8) !important;
}
.orders .status01:hover {
  background-color: rgba(135, 95, 35, 0.5) !important;
}
.orders .status10 {
  background-color: rgba(89, 155, 253, 0.3) !important;
  border-left-color: rgba(89, 155, 253, 0.8) !important;
}
.orders .status10:hover {
  background-color: rgba(89, 155, 253, 0.5) !important;
}
.orders .status11 {
  background-color: rgba(31, 236, 31, 0.3) !important;
  border-left-color: rgba(31, 236, 31, 0.8) !important;
}
.orders .status11:hover {
  background-color: rgba(31, 236, 31, 0.5) !important;
}

.product-details .edit-btn {
  width: 100%;
  text-align: left;
  margin: 10px;
}
.product-details .edit-btn a {
  background-color: #007fa4;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px 25px;
  line-height: 35px;
  text-align: center;
}
.product-details .make-offer {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FFF;
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #29a161;
}
.product-details .make-offer a {
  color: #FFF;
}

ul {
  list-style: none;
}

.chat-logo {
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 10px;
}

input {
  outline: none;
}
input:hover, input:focus {
  outline: none;
}

#container {
  height: 78vh;
  position: relative;
}

/* Side Bar */
#sideBar {
  width: 410px;
  height: 100%;
  display: inline-block;
  position: relative;
}

#barraDeFerramentas {
  width: 100%;
  height: 60px;
  background-color: #eee;
}

.fotoUsuario {
  width: 40px;
  border-radius: 50%;
  margin: 10px 0 0 15px;
  background-color: #ccc;
}

.auxIcon {
  float: right;
  height: 60px;
  line-height: 60px;
  padding-right: 20px;
}
.auxIcon i {
  color: #80868a;
  font-size: 20px;
  margin: 0 15px 0 15px;
  cursor: pointer;
}

/* Container de Notificações */
#containerNotification {
  width: 100%;
  height: 90px;
  padding: 23px 0 0 80px;
  background-color: #9de1fe;
  color: #384c56;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

.fas.fa-bell-slash {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  font-size: 18px;
  color: #9de1fe;
  background-color: #f5fcff;
  position: absolute;
  top: 20px;
  left: 15px;
}

#containerNotification p {
  margin: 0;
}
#containerNotification #receberNotification {
  font-size: 15px;
  margin-bottom: 3px;
}
#containerNotification #ativarNotification {
  font-size: 13px;
}

/* Container de Pesquisa */
#containerPesquisa {
  width: 100%;
  height: 50px;
  padding: 7.5px 0 0 7.5px;
  background-color: #f8f8f8;
  position: relative;
  color: #bdc1c3;
  box-sizing: border-box;
}

#porcurarContato {
  position: absolute;
  left: 30px;
  top: 18px;
  font-size: 14px;
}

#procura {
  border: none;
  width: 385px;
  height: 35px;
  padding-left: 60px;
  border-radius: 17.5px;
  background-color: #fff;
  box-sizing: border-box;
}
#procura::placeholder {
  color: #bdc1c3;
}

/* Container de Contatos */
#containerContatos {
  height: auto;
  background-color: #fff;
}

.containerContatos {
  overflow-y: scroll;
  height: calc(100vh - 250px);
}

.boxContato {
  cursor: pointer;
  height: 72px;
  background-color: #fff;
  border-top: 1px solid #f2f2f2;
  position: relative;
  box-sizing: border-box;
}
.boxContato:last-child {
  border-bottom: 1px solid #f2f2f2;
}
.boxContato:hover {
  background-color: #f4f5f5;
}

.chatAtivo {
  background-color: #e9ebeb;
}
.chatAtivo.boxContato:hover {
  background-color: #e9ebeb;
}

.boxContato .fotoUsuario {
  width: 50px;
}

.ifoUsuario {
  margin-left: 15px;
  padding-top: 10px;
  display: inline-block;
}
.ifoUsuario p {
  margin: 0;
}

.infoMenssage p {
  margin: 0;
}

.nomeUsuario {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}

.previewMenssage {
  font-size: 14px;
  color: #454545;
}

.fa-check-double {
  margin-right: 5px;
  color: #4fc3f7;
}

.infoMenssage {
  position: absolute;
  top: 12px;
  right: 20px;
  display: inline-block;
}
.infoMenssage .horario {
  font-size: 12px;
  margin-bottom: 5px;
  color: #ccc;
}

.menssagePendente {
  background-color: #04fa67;
  color: #fff;
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  float: right;
}

/* CHAT */
/* Container Chat */
#chatArea {
  position: absolute;
  top: 0;
  left: 410px;
  width: calc(100% - 410px);
  height: 100%;
  background-color: rgb(255, 255, 255);
}
#chatArea .vide {
  text-align: center;
  margin-top: 250px;
}

.vide h1 {
  margin-top: 10px;
}

/* Chat Navbar */
#chatNavBar {
  height: 60px;
  background-color: #eee;
  border-left: 1px solid #ddd;
}
#chatNavBar p {
  margin: 0;
  float: right;
  margin-left: 20px;
}

#containerContactInfo {
  display: inline-block;
}
#containerContactInfo .nomeUsuario {
  font-size: 16px;
  height: 60px;
  line-height: 60px;
}

.containerContactInfo {
  height: calc(100vh - 250px);
  overflow-y: scroll;
}

#containerFerramentasChat {
  float: right;
  height: 60px;
  line-height: 60px;
  margin-right: 20px;
}
#containerFerramentasChat li {
  display: inline-block;
  margin: 0 15px 0 15px;
  font-size: 18px;
  color: #80868a;
  cursor: pointer;
}

/* Menssagens */
#containerMenssages {
  background-color: #e1dad2;
  height: calc(100% - 120px);
  position: relative;
}
#containerMenssages p {
  margin: 0;
}

.bg-image {
  background-image: url("./img/background_whats.png");
  background-repeat: repeat;
  opacity: 0.06;
  width: 100%;
  height: 100%;
}

.chatMenssages {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 30px 80px;
  box-sizing: border-box;
}
.chatMenssages P {
  display: block;
  color: #262626;
  font-size: 14px;
  padding: 7px;
  border-radius: 7px;
  position: relative;
  width: 100%;
}

.remetenteMenssage {
  background-color: #fff;
}
.remetenteMenssage:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 17px solid transparent;
  border-right: 17px solid #fff;
  position: absolute;
  top: 0;
  left: -10px;
}

.destinMenssage {
  background-color: #c7c7c7;
  text-align: right;
}
.destinMenssage:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #c7c7c7;
  position: absolute;
  top: 0;
  right: -10px;
}

/* Enviar Menssagem */
.containerEnviarMenssage {
  background-color: #efefef;
  border-left: 1px solid #ddd;
  height: 60px;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  position: relative;
}

#inputUsuario {
  position: absolute;
  top: 10px;
  background-color: #fff;
  border: none;
  width: calc(89% - 20px);
  height: 40px;
  border-radius: 20px;
  padding-left: 20px;
  font-size: 16px;
}

*:focus {
  outline: none;
}

.containerEnviarMenssage .btn {
  margin-top: 10px;
  padding: 7px 10px;
  background-color: #c7c7c7;
  border: none;
  border-radius: 10px;
  float: right;
}

.scrollbar {
  height: 100%;
  background-color: transparent;
  overflow-y: scroll;
  padding: 10px;
  bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
#style-1::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}
#style-1::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

#linkchat {
  background-color: #4fc3f7;
  transition: 4s ease;
}

.dashboard-header {
  margin: 20px 0;
}
.dashboard-header h2 {
  font-weight: bold;
}

.admin-products .actions {
  display: flex;
  justify-content: space-between;
}
.admin-products .actions .dropdown {
  background-color: #ccc;
  border-radius: 5px;
  flex: 1;
  text-align: center;
}
.admin-products .actions .dropdown span {
  color: #4a4a4a;
  font-size: 16px;
}
.admin-products .actions .dropdown::after {
  color: #4a4a4a;
}
.admin-products .actions .dropdown .nav-link {
  color: #4a4a4a;
}
.admin-products .actions .dropdown .dropdown-menu li {
  padding: 3px 0;
}
.admin-products .actions .dropdown .dropdown-menu li.booster a {
  color: #fea500;
}
.admin-products .actions .dropdown .dropdown-menu li.on-UMI a {
  color: #007fa4;
}
.admin-products .actions .dropdown .dropdown-menu li i {
  margin-right: 12px;
}
.admin-products .actions .input {
  border-radius: 5px;
  height: 40px;
  position: relative;
  background-color: #fff;
  margin: 5px;
  width: 200px;
}
@media (max-width: 767px) {
  .admin-products .actions .input {
    font-size: 14px;
  }
}
.admin-products .actions .input:first-child {
  overflow: hidden;
}
.admin-products .actions .input:nth-child(2) {
  width: 145px;
}
.admin-products .actions .input:nth-child(3) {
  width: 125px;
}
.admin-products .actions .input .title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
}
.admin-products .actions .input .title i {
  padding: 5px;
}
.admin-products .actions .input input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  margin: auto 10px;
}
.admin-products .actions .input select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.admin-products .actions .input.submit {
  color: #fff;
  background-color: #007fa4;
  border: none !important;
  text-align: left;
}
.admin-products .actions .input.submit i {
  padding: 5px;
}
.admin-products .actions .add-products {
  flex: 1;
  background-color: #007fa4;
  border-radius: 10px;
  padding: 2px 25px;
  color: #fff;
  margin-left: 10px;
  border: none;
  text-align: center;
}
.admin-products .filter-form {
  margin: 20px 0;
}
.admin-products .filter-form ul {
  list-style: none;
  overflow-x: scroll;
  display: flex;
  /* Handle */
}
.admin-products .filter-form ul::-webkit-scrollbar {
  width: 0;
  height: 2;
  border-radius: 5px;
}
.admin-products .filter-form ul::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 5px;
  opacity: 0;
}
.admin-products .filter-form ul li {
  display: inline;
  padding: 10px 25px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  margin: 10px;
}
.admin-products .filter-form ul li i {
  padding: 5px;
  display: inline;
}
.admin-products .products .product {
  background-color: #fff;
  border-radius: 15px;
  margin: 15px 0;
  overflow: visible !important;
}
.admin-products .products .product.selected {
  background-color: rgba(0, 127, 164, 0.1);
  border: 1px solid #007fa4;
}
.admin-products .products .product .img {
  position: relative;
  overflow: hidden;
  height: 175px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.admin-products .products .product .img img {
  height: 100%;
  width: 100%;
}
.admin-products .products .product .img .imgs-number {
  position: absolute;
  bottom: 10px;
  left: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 10px;
  padding: 0 5px;
}
.admin-products .products .product .img .feature {
  position: absolute;
  bottom: 8px;
  right: 8px;
  border-radius: 5px;
  background-color: #29a161;
  padding: 1px 5px;
  color: #fff;
  font-size: 10px;
  width: fit-content;
}
.admin-products .products .product .product-body {
  position: relative;
}
@media (max-width: 767px) {
  .admin-products .products .product .product-body {
    padding: 0 10px;
  }
}
.admin-products .products .product .product-body .options {
  position: absolute;
  top: 10px !important;
  right: 10px !important;
  color: #4a4a4a !important;
  font-size: 16px;
  width: 25px;
  height: 25px;
  background-color: #eaeaea;
  border-radius: 5px;
  text-align: center;
  line-height: 25px;
}
.admin-products .products .product .product-body .options a {
  color: #4a4a4a;
}
.admin-products .products .product .product-body .options .nav-link {
  position: absolute;
  top: -7px;
  left: -11px;
}
.admin-products .products .product .product-body .options .nav-link::after {
  display: none;
}
.admin-products .products .product .product-body .options .dropdown-menu li {
  padding: 3px 0;
}
.admin-products .products .product .product-body .options .dropdown-menu li.booster a {
  color: #fea500;
}
.admin-products .products .product .product-body .options .dropdown-menu li.on-UMI a {
  color: #007fa4;
}
.admin-products .products .product .product-body .options .dropdown-menu li i {
  margin-right: 12px;
}
.admin-products .products .product .product-body .checkbox {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.admin-products .products .product .product-body .checkbox input {
  width: 16px;
  height: 16px;
}
.admin-products .products .product .product-body .shop {
  font-size: 10px;
  color: #fff;
  background-color: orange;
  padding: 0 5px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 5px;
}
.admin-products .products .product .product-body .title {
  font-size: 18px;
  padding-top: 10px;
  color: #232327;
}
.admin-products .products .product .product-body .price {
  color: #007fa4;
  font-size: 18px;
}
.admin-products .products .product .product-body .features {
  padding: 10px;
  height: 70px;
  overflow: hidden;
}
.admin-products .products .product .product-body .features .feature {
  background-color: #eee;
  border-radius: 10px;
  width: fit-content;
  margin-right: 5px;
  padding: 2px 5px;
  float: left;
  font-size: 13px;
  margin-bottom: 30px;
}
.admin-products .products .product .product-body .features .feature .name {
  font-weight: bold;
  color: #999;
}
.admin-products .products .product .product-body .category {
  font-weight: 400;
  color: rgba(105, 105, 105, 0.6705882353);
  font-size: 11px;
}
.admin-products .products .product .product-body .category i {
  height: 15px;
  width: 15px;
}
.admin-products .products .product .product-body .location {
  font-weight: 400;
  color: rgba(105, 105, 105, 0.6705882353);
  font-size: 11px;
  margin-bottom: 12px;
}
.admin-products .products .product .product-body .location i {
  height: 15px;
  width: 15px;
}

.admin-categories .options {
  color: #4a4a4a !important;
  font-size: 16px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
.admin-categories .options a {
  color: #4a4a4a;
}
.admin-categories .options .nav-link {
  position: absolute;
  top: -17px;
  left: -30px;
}
.admin-categories .options .nav-link::after {
  display: none;
}
.admin-categories .options .dropdown-menu li {
  padding: 3px 0;
}
.admin-categories .options .dropdown-menu li.booster a {
  color: #fea500;
}
.admin-categories .options .dropdown-menu li.on-UMI a {
  color: #007fa4;
}
.admin-categories .options .dropdown-menu li i {
  margin-right: 12px;
}
.admin-categories .sub-category {
  background-color: #eee;
  display: none;
}
.admin-categories .show {
  display: revert;
}
.admin-categories table .retate-90 {
  cursor: pointer;
  transform: rotate(90deg);
  margin-left: 10px;
}
.admin-categories table thead {
  height: 60px;
  line-height: 60px;
}
.admin-categories table thead td {
  padding: 0 5px;
}
.admin-categories table tbody tr {
  background-color: #FFF;
  height: 60px;
  line-height: 60px;
}
.admin-categories table tbody tr td {
  padding: 0 5px;
}
.admin-categories table tbody tr .status {
  padding: 5px 15px;
  font-weight: bold;
  border-radius: 15px;
}
.admin-categories table tbody tr .status1 {
  background-color: rgba(41, 161, 97, 0.1);
  color: #29a161;
}
.admin-categories table tbody tr .status0 {
  background-color: rgba(225, 67, 66, 0.1);
  color: #e14342;
}

.dashboard .section-title {
  font-size: 24px;
  font-weight: bold;
  color: #232327;
  text-align: start;
  padding: 10px 0;
}
.dashboard .filter {
  color: #333 !important;
  background-color: #fff !important;
  font-size: 18px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  padding: 15px;
}
.dashboard .manage {
  border-radius: 10px;
  border: 1px solid #29a161;
  color: #29a161;
  background-color: rgba(41, 161, 97, 0.1);
  padding: 10px 15px;
}
.dashboard .setting {
  width: 100%;
  display: block !important;
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-bottom: 20px;
  align-items: center;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #007fa4;
}
.dashboard .setting .action {
  margin-top: 20px;
}
.dashboard .setting .title {
  color: #333;
  font-size: 22px;
  display: block;
  font-weight: 600;
}
.dashboard .setting .title div {
  margin: 20px 0;
}
.dashboard .setting .title .status {
  font-size: 16px;
  color: #007fa4;
  font-weight: bold;
  border-radius: 1px solid #007fa4;
  border-radius: 10px;
  padding: 10px;
  background-color: rgba(0, 127, 164, 0.1);
}
.dashboard .setting .title .date {
  font-size: 12px;
  color: #232327;
  margin-left: 20px;
  font-weight: bold;
}
.dashboard .setting .title .date span {
  color: #007fa4;
  font-weight: bold;
}
.dashboard .last {
  display: flex !important;
  justify-content: space-between;
}
.dashboard .last .action {
  margin-top: 0;
}
.dashboard .last-subjects .title {
  color: #333;
  font-size: 24px;
  margin: 20px 0;
}
.dashboard .last-subjects .subject {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  align-items: center;
  padding: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.dashboard .last-subjects .subject a {
  padding: 5px 15px;
  margin: 5px;
  border-radius: 10px;
}
.dashboard .last-subjects .subject .approve {
  color: #007fa4;
  background-color: rgba(0, 127, 164, 0.1);
  border: 1px solid #007fa4;
}
.dashboard .last-subjects .subject .delete {
  color: #e14342;
  background-color: rgba(225, 67, 66, 0.1);
  border: 1px solid #e14342;
}
.dashboard .last-subjects .subject .show {
  color: #29a161;
  background-color: rgba(41, 161, 97, 0.1);
  border: 1px solid #29a161;
}

.faq .content {
  background-color: white;
  padding: 25px;
  border-radius: 10px;
}
.faq .content .header {
  margin: 20px 0px;
}
.faq .content .header p:first-child {
  font-size: 20px;
  font-weight: 600;
}
.faq .content .header p:last-child {
  font-size: 15px;
  color: #4a4a4a;
  margin-top: -15px;
}
.faq .content .admar {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 10px;
}
.faq .content .admar .admar_principale {
  padding: 10px 17px;
  width: 185px;
  text-align: center;
  background-color: #007fa4;
  color: white;
  border-radius: 30px;
  cursor: pointer;
}
.faq .content .admar .admar_principale:hover {
  background-color: rgba(0, 127, 164, 0.6);
  color: black;
}
.faq .content .admar .admar_shop {
  padding: 10px 17px;
  width: 185px;
  text-align: center;
  border: 1px solid rgba(35, 35, 39, 0.5);
  border-radius: 30px;
  cursor: pointer;
}
.faq .content .admar .admar_shop:hover {
  color: #007fa4;
  border-color: #007fa4;
}
.faq .content .admar .hmizate_admar {
  padding: 10px 17px;
  width: 185px;
  text-align: center;
  border: 1px solid rgba(35, 35, 39, 0.5);
  color: #007fa4;
  border-radius: 30px;
  cursor: pointer;
}
.faq .content .admar .hmizate_admar:hover {
  background-color: rgba(35, 35, 39, 0.1);
}
.faq .content .questions .actions {
  width: 100%;
  text-align: end;
  float: right;
}
.faq .content .questions .actions button {
  padding: 2px 10px;
  color: #fff;
  background-color: #e15421;
  border: none;
  border-radius: 5px;
}
.faq .content .questions .actions button:first-child {
  background-color: #007fa4;
}
.faq .content .questions .question {
  width: 100%;
}
.faq .content .questions .question .faq {
  background-color: rgba(35, 35, 39, 0.05);
  padding: 10px 15px;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  height: auto;
}
.faq .content .questions .question .faq .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  margin-top: 15px;
}
.faq .content .questions .question .faq .top i {
  vertical-align: middle;
  margin-top: -10px;
  font-size: 18px;
}
.faq .content .questions .question .faq .detail {
  color: black;
  padding: 0px !important;
  font-size: 15px;
  background-color: none !important;
  display: none;
}
.faq .content .questions .question .faqchecked {
  position: absolute;
  top: 1px;
  right: 1px;
  display: none;
}
.faq .content .questions .question .faqchecked:checked + .faq .top i {
  transform: rotate(180deg);
}
.faq .content .questions .question .faqchecked:checked + .faq .detail {
  display: block;
}

.admin-posts table {
  overflow-x: auto !important;
}
.admin-posts table td {
  min-width: 100px !important;
  padding: 0 3px !important;
  line-height: 25px;
}
.admin-posts table td:first-child, .admin-posts table td:last-child {
  min-width: auto !important;
}
.admin-posts table tr .id {
  padding: 0 10px !important;
}
.admin-posts table tbody tr {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  padding-left: 10px;
}
.admin-posts .post {
  display: flex;
  background-color: transparent;
  padding: 10px 0;
  align-items: center;
}
.admin-posts .post .post-img {
  width: 200px;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
  background-color: transparent;
}
.admin-posts .post .post-img img {
  width: 100%;
  height: 100%;
}

.supper-admin-users h1 {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}
.supper-admin-users .users {
  overflow-x: auto !important;
}
.supper-admin-users .users td {
  min-width: 100px !important;
  padding: 0 3px !important;
  line-height: 25px;
}
.supper-admin-users .users td:first-child, .supper-admin-users .users td:last-child {
  min-width: auto !important;
}
.supper-admin-users .dvider {
  width: 100%;
  text-align: center;
  position: relative;
  color: #555;
  margin: 20px 0;
}
.supper-admin-users .dvider::before {
  content: "";
  width: 46.5%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 11px;
  left: 0;
}
.supper-admin-users .dvider::after {
  content: "";
  width: 46.5%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 11px;
  right: 0;
}
.supper-admin-users .connection-with {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.supper-admin-users .connection-with .facebook {
  border-radius: 15px;
  background-color: #007fa4;
  text-align: center;
  font-size: 18px;
  margin: 20px 10px 10px;
  padding: 0px 15px;
  height: 50px;
}
.supper-admin-users .connection-with .facebook a {
  color: #fff;
}
.supper-admin-users .connection-with .facebook i {
  font-size: 22px;
  padding: 10px;
}
.supper-admin-users .connection-with .google {
  text-align: center;
  border-radius: 15px;
  font-size: 18px;
  margin: 20px 10px 10px;
  padding: 0px 15px;
  border: 1px solid #4a4a4a;
  height: 50px;
  line-height: 45px;
}
.supper-admin-users .connection-with .google a {
  color: #4a4a4a;
}
.supper-admin-users .connection-with .google img {
  width: 30px;
  height: 30px;
  padding: 5px;
}
.supper-admin-users .register-form {
  margin: auto;
  max-width: 650px;
}
.supper-admin-users .register-form p {
  font-size: 12px;
  width: 100%;
  margin: 25px 0;
}
.supper-admin-users .register-form .footer-p {
  font-size: 10px;
}
.supper-admin-users .register-form h6 {
  width: 100%;
  font-size: 15px;
  margin: 30px 0 5px;
}
.supper-admin-users .register-form h5 {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  margin: 5px 0;
}
.supper-admin-users .register-form .type-label {
  width: 100%;
}
.supper-admin-users .register-form .type {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.supper-admin-users .register-form .type .option {
  float: right;
}
.supper-admin-users .register-form .type .option label {
  display: inline;
}
.supper-admin-users .register-form .type .option input {
  display: inline;
  margin: 0 10px 0 0;
}
.supper-admin-users .register-form label {
  margin: 15px 0 10px;
  width: 100%;
}
.supper-admin-users .register-form .submit {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.supper-admin-users .register-form textarea {
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 15px;
}
.supper-admin-users .register-form .input {
  width: 100%;
  position: relative;
  border: 1px solid #bbb;
  height: 48px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}
.supper-admin-users .register-form .input select {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  border: 0;
  outline: none;
  box-shadow: none;
}
.supper-admin-users .register-form .input .prifix {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 5px;
  color: #bbb;
}
.supper-admin-users .register-form .input input {
  border: none;
  position: absolute;
  top: 0;
  left: 40px;
  right: 0;
  height: 100%;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}

.update-image-header {
  display: flex;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .update-image-header {
    display: block;
  }
}
.update-image-header .upload-icon {
  width: 130px;
  height: 130px;
  border-radius: 10px;
  padding: 10px;
  background-color: rgba(0, 127, 164, 0.2);
  text-align: center;
  overflow: hidden;
}
.update-image-header .upload-icon .icon {
  text-align: center;
  line-height: 110px;
  font-size: 100px;
  font-weight: lighter;
  width: 110px;
  height: 110px;
  color: #007fa4;
  border-radius: 10px;
  border: 1px dashed #007fa4;
}
.update-image-header .upload-icon img {
  width: 100%;
  height: 110px;
  z-index: 2;
}
.update-image-header .right-section {
  padding: 20px;
  max-width: 300px;
}
.update-image-header .right-section .description {
  display: block;
}
.update-image-header .right-section .upload-image {
  position: relative;
  display: block;
  width: 200px;
  height: 40px;
}
.update-image-header .right-section .upload-image input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.update-image-header .right-section .upload-image span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  color: #007fa4;
  border: 2px solid #007fa4;
  text-align: center;
  line-height: 35px;
}

.connection-with .google,
.connection-with .facebook {
  display: flex;
  justify-content: space-between;
  /* Rounded sliders */
}
.connection-with .google .icon,
.connection-with .facebook .icon {
  font-size: 35px;
  padding: 15px;
}
.connection-with .google .status,
.connection-with .facebook .status {
  margin: 0 20px;
  padding: 3px 8px;
  text-align: center;
  color: #4a4a4a;
  background-color: #ccc;
  border-radius: 20px;
}
.connection-with .google .status.active,
.connection-with .facebook .status.active {
  color: #29a161;
  background-color: rgba(41, 161, 97, 0.2);
}
.connection-with .google .switch,
.connection-with .facebook .switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
}
.connection-with .google .slider,
.connection-with .facebook .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.connection-with .google .slider:before,
.connection-with .facebook .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.connection-with .google input:checked + .slider,
.connection-with .facebook input:checked + .slider {
  background-color: #007fa4;
}
.connection-with .google input:checked + .slider::before,
.connection-with .facebook input:checked + .slider::before {
  left: -10px !important;
}
.connection-with .google input:focus + .slider,
.connection-with .facebook input:focus + .slider {
  box-shadow: 0 0 1px #007fa4;
}
.connection-with .google input:checked + .slider:before,
.connection-with .facebook input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.connection-with .google .slider.round,
.connection-with .facebook .slider.round {
  border-radius: 34px;
}
.connection-with .google .slider.round:before,
.connection-with .facebook .slider.round:before {
  border-radius: 50%;
}
.connection-with .google .right,
.connection-with .google .left,
.connection-with .facebook .right,
.connection-with .facebook .left {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.parametres .details {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
.parametres .details h2 {
  font-size: 20px;
  margin: 10px 0px;
  font-weight: 600;
}
.parametres .details label {
  color: #4a4a4a;
  margin: 25px 0px 0px 0px;
}
.parametres .details input,
.parametres .details textarea,
.parametres .details select {
  box-shadow: none;
  padding: 10px;
}
.parametres .details .input-group-text {
  background-color: white;
  color: #4a4a4a;
  padding: 10px;
}
.parametres .details #horaires {
  margin: 10px 0px;
}
.parametres .details #horaires .block label {
  text-align: center;
  border: 1px solid rgba(74, 74, 74, 0.5);
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  color: black;
}
.parametres .details #horaires .block input {
  position: absolute;
  top: 1px;
  right: 1px;
  display: none;
}
.parametres .details #horaires .block input:checked + label {
  background-color: #007fa4;
  color: white;
}
.parametres .details #clock {
  margin: 10px 0px;
}
.parametres .details #clock nav {
  display: flex;
}
.parametres .details #clock .block input {
  border-radius: 10px;
  border: 1px solid rgba(74, 74, 74, 0.5);
  margin-right: 10px;
}
.parametres .details #clock .field {
  margin-top: 42px;
  text-align: right;
}
@media (max-width: 991px) {
  .parametres .details #clock .field {
    text-align: left;
  }
}
.parametres .details #clock .switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 24px;
}
.parametres .details #clock .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.parametres .details #clock .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.parametres .details #clock .switch .slider:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.parametres .details #clock .switch input:checked + .slider {
  background-color: #007fa4;
}
.parametres .details #clock .switch input:focus + .slider {
  box-shadow: 0 0 1px #007fa4;
}
.parametres .details #clock .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(44px);
}
.parametres .details #clock .switch .slider.round {
  border-radius: 34px;
}
.parametres .details #clock .switch .slider.round:before {
  border-radius: 50%;
}
.parametres .details .show-img {
  width: 100%;
  max-height: 250px;
  overflow: hidden;
  border-radius: 15px;
}
.parametres .details .show-img img {
  width: 100%;
  object-fit: cover;
}
.parametres .details #upload .file-upload-content {
  display: none;
  text-align: center;
}
.parametres .details #upload .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
.parametres .details #upload .image-upload-wrap {
  margin-top: 20px;
  border: 1px dashed #007fa4;
  padding: 50px 0px;
  background: rgba(0, 127, 164, 0.1);
  position: relative;
  border-radius: 10px;
}
.parametres .details #upload .image-dropping,
.parametres .details #upload .image-upload-wrap:hover {
  border: 1px dashed black;
}
.parametres .details #upload .image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #232327;
}
.parametres .details #upload .drag-text {
  text-align: center;
}
.parametres .details #upload .drag-text h3 {
  font-weight: 100;
  color: #007fa4;
}
.parametres .details #upload i {
  font-size: 40px;
  color: #007fa4;
}
.parametres .informations {
  margin: 15px 0px;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
.parametres .informations h2 {
  font-size: 20px;
  margin: 10px 0px;
  font-weight: 600;
}
.parametres .informations label {
  color: #4a4a4a;
  margin: 25px 0px 0px 0px;
}
.parametres .informations input,
.parametres .informations textarea,
.parametres .informations select {
  box-shadow: none;
  padding: 10px;
}
.parametres .informations .block {
  margin: 10px 10px;
}
.parametres .informations .block label {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px;
  padding: 20px 10px;
  border-radius: 10px;
  color: #007fa4;
  width: 100%;
}
.parametres .informations .block label i {
  font-size: 25px;
  margin: 10px 0px;
}
.parametres .informations .block input {
  position: absolute;
  top: 1px;
  right: 1px;
  display: none;
}
.parametres .informations .block input:checked + label {
  background-color: #007fa4;
  color: white;
}
.parametres .variants:nth-child(even) {
  background-color: #e7faf9;
}
.parametres .variants .variant-value {
  padding: 0 15px;
}
.parametres .reseaux {
  margin: 15px 0px;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
.parametres .reseaux h2 {
  font-size: 20px;
  margin: 10px 0px;
  font-weight: 600;
}
.parametres .reseaux label {
  color: #4a4a4a;
  margin: 25px 0px 0px 0px;
}
.parametres .reseaux input {
  box-shadow: none;
  border-left: none;
  padding: 10px;
}
.parametres .reseaux .input-group-text {
  padding: 12px;
  font-size: 20px;
  background-color: white;
  border-right: none;
}
.parametres .reseaux .input-group-text i {
  color: #4a4a4a;
}

.parametres .details {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
.parametres .details h2 {
  font-size: 20px;
  margin: 10px 0px;
  font-weight: 600;
}
.parametres .details label {
  color: #4a4a4a;
  margin: 15px 0px 0px 0px;
}
.parametres .details input, .parametres .details textarea, .parametres .details select {
  box-shadow: none;
  padding: 10px;
}
.parametres .details .input-group-text {
  background-color: white;
  color: #4a4a4a;
  padding: 10px;
}
.parametres .details #horaires {
  margin: 10px 0px;
}
.parametres .details #horaires .block label {
  text-align: center;
  border: 1px solid rgba(74, 74, 74, 0.5);
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  color: black;
}
.parametres .details #horaires .block input {
  position: absolute;
  top: 1px;
  right: 1px;
  display: none;
}
.parametres .details #horaires .block input:checked + label {
  background-color: #007fa4;
  color: white;
}
.parametres .details #clock {
  margin: 10px 0px;
}
.parametres .details #clock nav {
  display: flex;
}
.parametres .details #clock .block {
  margin: 0px 10px;
}
.parametres .details #clock .block label {
  text-align: center;
  border: 1px solid rgba(74, 74, 74, 0.5);
  padding: 10px;
  border-radius: 10px;
  color: black;
}
.parametres .details #clock .block label i {
  margin-right: 10px;
}
.parametres .details #clock .block input {
  position: absolute;
  top: 1px;
  right: 1px;
  display: none;
}
.parametres .details #clock .block input:checked + label {
  background-color: #007fa4;
  color: white;
}
.parametres .details #clock .field {
  margin-top: 42px;
}
.parametres .details #clock .switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 24px;
}
.parametres .details #clock .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.parametres .details #clock .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.parametres .details #clock .switch .slider:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.parametres .details #clock .switch input:checked + .slider {
  background-color: #007fa4;
}
.parametres .details #clock .switch input:focus + .slider {
  box-shadow: 0 0 1px #007fa4;
}
.parametres .details #clock .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(44px);
}
.parametres .details #clock .switch .slider.round {
  border-radius: 34px;
}
.parametres .details #clock .switch .slider.round:before {
  border-radius: 50%;
}
.parametres .details #upload .file-upload-content {
  display: none;
  text-align: center;
}
.parametres .details #upload .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
.parametres .details #upload .image-upload-wrap {
  margin-top: 20px;
  border: 1px dashed #007fa4;
  padding: 50px 0px;
  background: rgba(0, 127, 164, 0.2);
  position: relative;
  border-radius: 10px;
}
.parametres .details #upload .image-dropping,
.parametres .details #upload .image-upload-wrap:hover {
  border: 1px dashed black;
}
.parametres .details #upload .image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #232327;
}
.parametres .details #upload .drag-text {
  text-align: center;
}
.parametres .details #upload .drag-text h3 {
  font-weight: 100;
  color: #007fa4;
}
.parametres .details #upload i {
  font-size: 40px;
  color: #007fa4;
}
.parametres .informations {
  margin: 15px 0px;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
.parametres .informations h2 {
  font-size: 20px;
  margin: 10px 0px;
  font-weight: 600;
}
.parametres .informations label {
  color: #4a4a4a;
  margin: 15px 0px 0px 0px;
}
.parametres .informations input, .parametres .informations textarea, .parametres .informations select {
  box-shadow: none;
  padding: 10px;
}
.parametres .informations .block {
  margin: 10px 10px;
}
.parametres .informations .block label {
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px 10px;
  border-radius: 10px;
  color: #007fa4;
  width: 100%;
}
.parametres .informations .block label i {
  font-size: 25px;
  margin: 10px 0px;
}
.parametres .informations .block input {
  position: absolute;
  top: 1px;
  right: 1px;
  display: none;
}
.parametres .informations .block input:checked + label {
  background-color: #007fa4;
  color: white;
}
.parametres .reseaux {
  margin: 15px 0px;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
.parametres .reseaux h2 {
  font-size: 20px;
  margin: 10px 0px;
  font-weight: 600;
}
.parametres .reseaux label {
  color: #4a4a4a;
  margin: 15px 0px 0px 0px;
}
.parametres .reseaux input {
  box-shadow: none;
  border-left: none;
  padding: 10px;
}
.parametres .reseaux .input-group-text {
  padding: 12px;
  font-size: 20px;
  background-color: white;
  border-right: none;
}
.parametres .reseaux .input-group-text i {
  color: #4a4a4a;
}

.create-user {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.create-user .switch-section {
  display: flex;
  align-items: center;
}
.create-user .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
}
.create-user .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.create-user .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.create-user .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.create-user input:checked + .slider {
  background-color: #007fa4;
}
.create-user input:checked + .slider::before {
  left: 0px !important;
}
.create-user input:focus + .slider {
  box-shadow: 0 0 1px #007fa4;
}
.create-user input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.create-user .slider.round {
  border-radius: 34px;
}
.create-user .slider.round:before {
  border-radius: 50%;
}
.create-user .add-section {
  display: flex;
  align-items: center;
  color: #007fa4;
}
.create-user .add-section .add {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #fff;
}
.create-user .add-section .plus {
  font-size: 24px;
  color: #007fa4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.create-user .add-section .plus i {
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
}
.create-user .add-option-container {
  display: none;
}
.create-user .add-option-container.active {
  display: block;
}
.create-user .add-option {
  margin-top: 20px;
}
.create-user .add-option .remove {
  text-align: center;
}
.create-user .add-option .remove i {
  padding: 14px 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: red;
  cursor: pointer;
}
.create-user .add-option i {
  color: #bbb;
  padding: 10px 5px 10px 0;
}
.create-user .add-option-btn {
  color: #007fa4;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 20px;
}
.create-user .add-option-btn span {
  padding: 0 6px 1px;
  border: 1.5px solid #007fa4;
  border-radius: 5px;
  margin-right: 5px;
}

.authorisations .header {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  align-items: center;
}
.authorisations .header .selection {
  padding: 5px 15px;
  border: 1px solid #ccc;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.authorisations .header .selection input {
  width: 17px;
  height: 17px;
  margin: 0 5px;
}

.admin-users .users {
  overflow-x: auto !important;
  padding-bottom: 150px;
}
.admin-users .users td {
  min-width: 150px !important;
  padding: 0 3px !important;
  line-height: 25px;
}
.admin-users .users td:first-child, .admin-users .users td:last-child {
  min-width: auto !important;
}
.admin-users .item .ckeck-item {
  margin: 15px 0;
  display: flex;
  align-items: center;
}
.admin-users .item .ckeck-item input {
  width: 18px;
  height: 18px;
  margin: 3px;
}
.admin-users .item .sub-item {
  margin-left: 15px;
}
.admin-users .ckeck-item {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.admin-users .ckeck-item input {
  width: 18px;
  height: 18px;
  margin: 3px;
}
.admin-users .sub-item {
  margin-left: 15px;
}
.admin-users form .user-field {
  margin: 15px 0;
}
.admin-users form .user-field label {
  padding: 5px 0;
  color: #4a4a4a;
}
.admin-users form .user-field textarea {
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 5px;
  width: 100%;
}
.admin-users form .user-field .prifix {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 5px;
  color: #bbb;
}
.admin-users form .input {
  width: 100%;
  position: relative;
  border: 1px solid #bbb;
  height: 45px;
  border-radius: 5px;
  overflow: hidden;
}
.admin-users form .input select {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  border: 0;
  outline: none;
  box-shadow: none;
  border: 1px solid #bbb;
  height: 45px;
  border-radius: 5px;
  margin: 0;
}
.admin-users form .input select:hover, .admin-users form .input select:focus {
  border: 0;
}
.admin-users form .input .prifix {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 5px;
  color: #bbb;
}
.admin-users form .input input {
  margin: 0;
  border: none;
  position: absolute;
  top: 0 !important;
  left: 40px;
  right: 0;
  height: 100%;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
.admin-users form .input input:hover, .admin-users form .input input:focus {
  border: 0;
}
.admin-users table {
  overflow-x: auto !important;
  font-weight: bold;
}
.admin-users table td {
  min-width: 100px !important;
  padding: 0 3px !important;
  line-height: 25px;
}
.admin-users table td:first-child, .admin-users table td:last-child {
  min-width: auto !important;
}
.admin-users table .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 127, 164, 0.1);
  text-align: center;
  line-height: 50px;
  color: #007fa4;
}
.admin-users table .avatar1 {
  background-color: rgba(41, 161, 97, 0.1);
  color: #29a161;
}
.admin-users table .avatar2 {
  background-color: rgba(225, 67, 66, 0.1);
  color: #e14342;
}
.admin-users table .avatar3 {
  background-color: rgba(0, 127, 164, 0.1);
  color: #007fa4;
}
.admin-users table .avatar4 {
  background-color: rgba(254, 165, 0, 0.1);
  color: #fea500;
}
.admin-users table .avatar5 {
  background-color: rgba(225, 84, 33, 0.1);
  color: #e15421;
}
.admin-users table .avatar6 {
  background-color: rgba(146, 36, 193, 0.1);
  color: #9224c1;
}
.admin-users table .avatar7 {
  background-color: rgba(235, 37, 221, 0.1);
  color: #eb25dd;
}
.admin-users table .retate-90 {
  cursor: pointer;
  transform: rotate(90deg);
  margin-left: 10px;
}
.admin-users table thead {
  height: 60px;
  line-height: 60px;
  color: #4a4a4a;
}
.admin-users table thead td {
  padding: 0 5px;
}
.admin-users table tbody {
  background-color: #fff;
  border-radius: 15px;
}
.admin-users table tbody tr {
  height: 60px;
  line-height: 60px;
}
.admin-users table tbody tr td {
  padding: 0 5px;
}
.admin-users table tbody tr .status {
  padding: 5px 15px;
  font-weight: bold;
  border-radius: 15px;
}
@media (max-width: 1087px) {
  .admin-users table tbody tr .status {
    display: inline-table;
  }
}
.admin-users table tbody tr .status1 {
  background-color: rgba(41, 161, 97, 0.1);
  color: #29a161;
}
.admin-users table tbody tr .status0 {
  background-color: rgba(225, 67, 66, 0.1);
  color: #e14342;
}

.privacy {
  padding: 20px 0 60px;
}
.privacy .privacy-wrapper .box {
  width: 100%;
  display: block;
  min-height: 150px;
  border: 2px solid transparent;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.3);
}
.privacy .privacy-wrapper .box:hover {
  border: 2px solid #007fa4;
}
.privacy .privacy-wrapper .box .icon {
  color: #007fa4;
  font-size: 30px;
  text-align: center;
}
.privacy .privacy-wrapper .box .title {
  text-align: center;
  font-size: 20px;
  color: #232327;
}

.show-privacy {
  background-color: #fff;
  padding: 20px auto;
  overflow: hidden;
}
.show-privacy .title {
  text-align: center;
  color: #0073FF;
  margin: 40px auto;
}
.show-privacy .content {
  margin: 10px auto 50px;
  border-right: 8px dashed rgba(0, 115, 255, 0.5);
  border-left: 8px dashed rgba(0, 115, 255, 0.5);
}
.show-privacy .content .text {
  padding: 20px;
}
.show-privacy .content .virsion {
  background-color: rgba(0, 115, 255, 0.5);
  padding: 10px;
  color: #fff;
  text-align: center;
  margin: 0 8px;
}

.form .section {
  padding: 20px 15px;
  height: 70px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.form .section::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  left: 65.5%;
  display: block;
  top: 33px;
}

@media (max-width: 767px) {
  .form .section::after {
    left: 76%;
  }
}
.form .section::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #ccc;
  position: absolute;
  right: 65.5%;
  display: block;
  top: 33px;
}

@media (max-width: 767px) {
  .form .section::before {
    right: 76%;
  }
}
.form .section .title {
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 20px;
  width: 32%;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  margin: auto;
}

@media (max-width: 767px) {
  .form .section .title {
    width: 55%;
  }
}
.form .logo {
  padding: 0 20px;
  text-align: start;
}

@media (max-width: 767px) {
  .form .logo {
    text-align: center;
  }
}
.form .logo label {
  color: #f2f2f2;
  background-color: #007fa4;
  font-size: 18px;
  border-radius: 20px;
  margin-top: 10px;
  width: 200px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  cursor: pointer;
  box-shadow: 0 7.9873px 6.974px rgba(39, 170, 109, 0.2);
}

.form .logo label:hover {
  background-color: #29a161;
}

.form .logo input {
  display: none;
}

.form .tags-field {
  margin: 15px;
}
.form .tags-field .label {
  font-weight: bold;
  color: #888;
}

.form .field {
  margin: 15px;
}

.form .field > label {
  display: block;
  margin: 0;
}

.form .field .radio {
  width: 30px;
}

.form .field input,
.form .field select,
.form .field textarea {
  width: 100%;
  border: none;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 10px;
  outline: none;
  margin: 8px 0;
}

.form .field input:focus,
.form .field select:focus,
.form .field textarea:focus {
  outline: none;
  border-bottom: 2px solid #007fa4;
}

.form .field input:hover,
.form .field select:hover,
.form .field textarea:hover {
  border-bottom: 2px solid #007fa4;
}

.form .field label {
  font-weight: bold;
  color: #888;
}

.form .field.gender-section .gender-inputs {
  margin: 8px 0;
  padding: 7px;
  display: flex;
  justify-content: center;
  background-color: rgba(39, 170, 109, 0.1);
  border-bottom: 2px solid #999;
}

.form .field.gender-section .gender-inputs:hover {
  border-bottom: 2px solid #29a161;
}

.form .form-actions {
  margin: 10px;
  width: 100%;
  padding: 10px 0;
}

.form .form-actions::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ccc;
  display: block;
  margin-bottom: 20px;
}

.form .form-actions .action {
  border: none;
  outline: none;
  margin: 0 10px;
}

.form .form-actions .action:focus {
  border: none;
  outline: none;
}

.stats {
  padding: 15px 5px;
}
.stats .stat {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 25px;
  background-color: #FFF;
  box-shadow: rgba(144, 164, 174, 0.1) 0px 1px 4px;
  padding: 10px 3px;
  min-height: 133px;
  border-radius: 10px;
  position: relative;
}
.stats .stat .stat-icon {
  color: #007fa4;
  padding: 10px;
  font-size: 40px;
  opacity: 0.6;
}
.stats .stat .stat-header {
  display: flex;
  padding: 10px 0;
}
.stats .stat .stat-header .stat-title {
  color: #007fa4;
  font-weight: bold;
  font-size: 30px;
  opacity: 0.85;
}
.stats .stat .stat-body .stat-info {
  font-weight: 14px;
}
.stats .stat .stat-body .stat-info .increas {
  color: green;
}
.stats .stat .stat-body .stat-info .decreas {
  color: red;
}
.stats .stat .stat-footer {
  padding: 10px 0;
  display: block;
  font-size: 12px;
  color: #232327;
}

.content-box {
  position: relative;
}
.content-box .action {
  padding: 3px 5px;
  font-size: 13px;
  margin: 3px;
}
.content-box .card {
  margin-top: 0.5px;
}
.content-box .all {
  margin: 15px auto 10px;
  border-radius: 16px;
  padding: 3px 15px;
  display: block;
  width: 200px;
}
.content-box .search {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.content-box .search input {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  color: #777;
  border: none;
  box-shadow: 0 0 7.8976px -0.2104px rgba(35, 35, 39, 0.3);
  outline: none;
}
.content-box .search input:focus {
  outline: none;
  border: none;
}
.content-box .search button {
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  width: 80px;
  color: #e7faf9;
  font-weight: bold;
  background-color: #232327;
  border-radius: 30px;
  border: none;
  outline: none;
}
.content-box .search button:hover {
  border: none;
  outline: none;
}

.show-subject {
  padding: 40px 0;
}
.show-subject .subject-wrapper {
  background-color: #FFF;
  border-radius: 15px;
  padding: 15px;
}
.show-subject .subject-wrapper .title {
  text-align: center;
  font-size: 26px;
  color: #111;
}
.show-subject .subject-wrapper .description {
  color: #333;
  font-size: 18px;
  margin-left: 10px;
}
.show-subject .subject-wrapper .models li {
  position: relative;
  font-size: 20px;
  margin-bottom: 10px;
}
.show-subject .subject-wrapper .models li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -20px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #007fa4;
}

.finale-list {
  margin: 60px 0;
}
.finale-list .prof span {
  display: block;
}

.dashboard-page {
  padding: 40px 0;
}
.dashboard-page .dashboard-body .title {
  color: #007fa4;
  font-size: 26px;
  font-weight: bold;
}
.dashboard-page .dashboard-body .description {
  padding: 20px 0 30px;
}
.dashboard-page .dashboard-body .box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-page .dashboard-body .box-header .title {
  color: #232327;
  font-size: 20px;
  font-weight: bold;
  margin-top: -20px;
}
.dashboard-page .dashboard-body .box-header select {
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: #4a4a4a;
  padding: 6px 20px;
}
.dashboard-page .dashboard-body .actions {
  display: block;
}
.dashboard-page .dashboard-body .actions .action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-page .dashboard-body .actions .action .title {
  font-size: 14px;
  color: #232327;
  position: relative;
}
.dashboard-page .dashboard-body .actions .action .title::before {
  content: "";
  position: absolute;
  top: 26px;
  left: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #007fa4;
}
.dashboard-page .dashboard-body .actions .action .status .do {
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #7732e7;
  color: #fff;
}
.dashboard-page .dashboard-body .actions .action .status .done {
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #ccc;
  color: #4a4a4a;
  display: none;
}
.dashboard-page .dashboard-body .actions .valide .title::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  display: block;
  position: absolute;
  top: 21px;
  left: -5px;
  font-size: 14px;
  border-radius: 50%;
  color: #29a161;
  background-color: transparent;
}
.dashboard-page .dashboard-body .actions .valide .status .do {
  display: none;
}
.dashboard-page .dashboard-body .actions .valide .status .done {
  display: block;
}
.dashboard-page .dashboard-body .stats {
  margin-top: -10px;
  margin-bottom: 20px;
}
.dashboard-page .dashboard-body .stats .block {
  background-color: #fff;
  box-shadow: 0px 0px -1px 8px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  margin-bottom: 20px;
}
.dashboard-page .dashboard-body .stats .block .title {
  font-size: 14px;
  color: #232327;
}
.dashboard-page .dashboard-body .stats .block .icon {
  background-color: rgba(0, 127, 164, 0.1);
  color: #007fa4;
  font-size: 20px;
  border-radius: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 50px;
}
.dashboard-page .dashboard-body .stats .block .stats-num {
  font-size: 26px;
  font-weight: bold;
  color: #232327;
}
.dashboard-page .dashboard-body .stats .block .changement {
  border-radius: 5px;
  padding: 1px 5px;
  font-size: 12px;
  width: fit-content;
}
.dashboard-page .dashboard-body .stats .block .changement.positive {
  background-color: rgba(41, 161, 97, 0.1);
  color: #29a161;
}
.dashboard-page .dashboard-body .stats .block .changement.negative {
  background-color: rgba(225, 67, 66, 0.1);
  color: #e14342;
}
.dashboard-page .dashboard-body .latest-orders {
  overflow-x: auto;
}
.dashboard-page .dashboard-body .latest-orders table {
  overflow-x: auto !important;
}
.dashboard-page .dashboard-body .latest-orders table td {
  min-width: 100px !important;
  padding: 0 3px !important;
}
.dashboard-page .dashboard-body .latest-orders table td:first-child, .dashboard-page .dashboard-body .latest-orders table td:last-child {
  min-width: auto !important;
}
.dashboard-page .dashboard-body .latest-orders table .product-action {
  border-radius: 5px;
  background-color: #29a161;
  text-align: center;
  line-height: center;
  padding: 2px 10px;
  color: #fff;
}
.dashboard-page .dashboard-body .latest-orders table .add_hmizat {
  background-color: #ccc;
  color: #232327;
  width: fit-content;
  padding: 2px 10px;
  border-radius: 5px;
}
.dashboard-page .dashboard-body .latest-orders table .add_hmizat span {
  padding: 10px;
}
.dashboard-page .dashboard-body .latest-orders table td {
  text-align: left !important;
}
.dashboard-page .dashboard-body .latest-orders table tr {
  border-bottom: 0.5px solid #aaa !important;
}
.dashboard-page .dashboard-body .latest-orders table tbody tr {
  background-color: #fff;
}
.dashboard-page .dashboard-body .latest-orders table tbody tr .id {
  padding: 0 10px !important;
}
.dashboard-page .dashboard-body .latest-orders table tbody .order-product {
  padding: 5px 0 0;
}
.dashboard-page .dashboard-body .latest-orders table tbody .order-product .order-product-wrapper {
  display: flex;
  background-color: transparent;
  align-items: center;
  width: 200px;
  padding-bottom: 5px;
}
.dashboard-page .dashboard-body .latest-orders table tbody .order-product .product-img {
  width: 50px !important;
  height: 50px !important;
  overflow: hidden;
  border-radius: 10px;
  background-color: transparent;
  flex: 1;
}
.dashboard-page .dashboard-body .latest-orders table tbody .order-product .product-img img {
  width: 100% !important;
  height: 100% !important;
}
.dashboard-page .dashboard-body .latest-orders table tbody .order-product .product-content {
  padding: 0 5px;
  background-color: #fff !important;
  flex: 2;
  line-height: 23px;
}
.dashboard-page .dashboard-body .latest-orders table tbody .order-product .product-content .fb {
  font-weight: bold;
}
.dashboard-page .dashboard-body .latest-orders table tbody .order-product .product-content .title {
  background-color: #fff;
  display: block;
  font-size: 16px;
  color: #232327;
  font-weight: lighter;
}
.dashboard-page .dashboard-body .latest-orders table tbody .order-product .product-content .quantity {
  display: block;
}
.dashboard-page .dashboard-body .latest-orders table tbody .status {
  padding: 3px 15px;
  font-weight: bold;
  border-radius: 15px;
}
@media (max-width: 1087px) {
  .dashboard-page .dashboard-body .latest-orders table tbody .status {
    display: inline-table;
  }
}
.dashboard-page .dashboard-body .latest-orders table tbody .status0 {
  background-color: rgba(97, 51, 205, 0.1);
  color: rgb(97, 51, 205);
}
.dashboard-page .dashboard-body .latest-orders table tbody .status7 {
  background-color: rgba(97, 51, 205, 0.1);
  color: rgb(97, 51, 205);
}
.dashboard-page .dashboard-body .latest-orders table tbody .status1 {
  background-color: rgba(225, 67, 66, 0.1);
  color: #e14342;
}
.dashboard-page .dashboard-body .latest-orders table tbody .status2 {
  background-color: rgba(74, 74, 74, 0.1);
  color: #4a4a4a;
}
.dashboard-page .dashboard-body .latest-orders table tbody .status3 {
  background-color: rgba(254, 165, 0, 0.1);
  color: #fea500;
}
.dashboard-page .dashboard-body .latest-orders table tbody .status4 {
  background-color: rgba(0, 127, 164, 0.1);
  color: #007fa4;
}
.dashboard-page .dashboard-body .latest-orders table tbody .status5 {
  background-color: rgba(41, 161, 97, 0.1);
  color: #29a161;
}

.login {
  min-height: calc(100vh - 70px);
  text-align: center;
  padding-top: 30px;
}
.login .auth-links {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.login .auth-links a {
  width: 100px;
  height: 100%;
  border: 1px solid #007fa4;
  border-radius: 10px;
  margin: 5px;
  text-align: center;
  color: #007fa4;
  font-weight: bold;
  background-color: #fff;
}
.login .auth-links a .img {
  width: 70px;
  height: 70px;
  margin: auto;
  overflow: hidden;
}
.login .auth-links a .img img {
  width: 100%;
  height: 100%;
}
.login .login-wrapper {
  border-radius: 20px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 30px;
  width: 500px;
  margin: auto;
  position: relative;
  border: 2px solid #007fa4;
}
.login .page-body {
  margin: 0 !important;
}
.login .page-title {
  padding: 10px 0;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  color: #007fa4;
}
.login .logo {
  height: 100px;
  width: 100px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #007fa4;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
}
.login .logo img {
  height: 100%;
}
.login form {
  text-align: start;
  width: 100%;
}
.login form input {
  width: 100%;
}

.group .title {
  font-size: 22px;
  padding: 10px 0;
  margin-top: 15px;
  font-weight: bold;
}
.group .subjects {
  background-color: rgba(0, 127, 164, 0.1);
  border-radius: 10px;
}
.group .subjects .subject {
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
}
.group .members {
  background-color: rgba(41, 161, 97, 0.1);
  border-radius: 10px;
}
.group .members .member {
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
}
.group .motivation {
  background-color: #e7faf9;
  border-radius: 10px;
  padding: 10px;
  font-size: 17px;
  color: #222;
}

.students .invetation {
  width: 100%;
  height: fit-content;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  margin: 20px 10px;
}
.students .invetation .title {
  color: #29a161;
}
.students .invetation .title {
  text-align: center;
  width: 100%;
  color: #007fa4;
  font-size: 30px;
  font-weight: bold;
}
.students .invetation .sub-title {
  text-align: start;
  width: 100%;
  font-size: 24px;
  color: #232327;
  font-weight: bold;
  margin-bottom: 30px;
}
.students .invetation .chooses {
  margin-left: -20px;
}
.students .invetation .chooses li {
  padding: 10px;
  color: #232327;
  font-size: 22px;
  font-weight: bold;
}
.students .invetation .chooses li a {
  float: right;
  border: 1px solid #007fa4;
  color: #232327;
  text-align: center;
  color: #232327;
  border-radius: 10px;
  padding: 2px 15px;
}
.students .invetation .chooses li a:hover {
  color: #29a161;
}
.students .invetation .actions {
  display: flex;
  justify-content: start;
}
.students .invetation .actions .action {
  padding: 5px 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  text-align: center;
  color: #fff;
  background-color: #29a161;
  margin-right: 20px;
}
.students .invetation .actions .show {
  background-color: #007fa4;
}
.students .invetation .actions .delete {
  background-color: #e14342;
}
.students .invetation .actions .edit {
  background-color: #fea500;
}

.tags {
  padding: 5px 0;
  text-align: left;
  overflow: hidden;
}
.tags .tag {
  position: relative;
  background-color: #ccc;
  border-radius: 5px;
  text-align: center;
  float: left;
  margin: 3px;
  color: #232327;
  padding: 0 10px;
  pointer-events: none;
}
.tags .tag:hover {
  background-color: rgba(0, 127, 164, 0.3);
  color: #232327;
}
.tags .tag.active {
  background-color: #007fa4;
  color: #fff;
}
.tags .tag input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
  pointer-events: auto;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}
input:checked + .slider::before {
  left: 6px !important;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.section-title {
  text-align: start;
  margin: 40px 0 20px;
}
.section-title h2 {
  color: #1e2318;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
