.bdr {
  border: 1px solid red !important;
}

.app-header {
  background-color: var(--bs-primary);
}

@media (min-width: 992px) {
  .app-header-menu .menu > .menu-item.here > .menu-link {
    background-color: #00000045;
  }
  .app-header-menu .menu > .menu-item.here > .menu-link .menu-title {
    color: var(--bs-gray-100);
  }
  .app-header-menu .menu > .menu-item > .menu-link .menu-title {
    font-size: 1.08rem;
    font-weight: 600;
  }
  .app-header-menu .menu > .menu-item > .menu-link .menu-title {
    color: var(--bs-gray-300);
  }
  .app-header-menu .menu > .menu-item > .menu-link {
    padding: 11px 18px;
  }
  .app-main {
    transition: margin 0.3s ease;
    min-height: 91vh;
  }
  .app-content {
    padding-top: 0px;
  }
  [data-kt-app-header-sticky="on"] .app-header {
    background-color: var(--bs-primary);
  }
  .app-header-menu
    .menu
    > .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here)
    .menu-title,
  .app-header-menu
    .menu
    > .menu-item:not(.here)
    > .menu-link:hover:not(.disabled):not(.active):not(.here)
    .menu-title {
    color: var(--bs-gray-100);
  }
  .app-header .header-search .search-input {
    background: 0 0;
    border-color: #ffffff38;
  }
}

.app-header-menu .btn.btn-color-gray-600 .svg-icon,
.app-header-menu .btn.btn-color-gray-600 i {
  color: var(--bs-text-gray-800);
}

.app-default,
body {
  background-color: var(--bs-primary);
}

.card {
  box-shadow: none;
}
.bg-cus-grad {
  background-image: linear-gradient(179deg, #338ab81c, transparent);
}

.card-des-icon {
  position: absolute;
  top: -20px;
  right: -10px;
  font-size: 80px !important;
  transform: rotate(-45deg);
  opacity: 0.05;
}

.card .card-header .card-title,
.card .card-header .card-title .card-label {
  font-size: 1.375rem;
}

.cts-tab .nav.nav-pills.nav-pills-custom .nav-link.active,
.cts-tab .nav.nav-pills.nav-pills-custom .show > .nav-link.active {
  background-color: #0079ae;
  border: 1px solid var(--bs-border-dashed-color);
  transition-duration: 1ms;
  position: relative;
}
.cts-tab .nav.nav-pills.nav-pills-custom .nav-link.active i,
.cts-tab .nav.nav-pills.nav-pills-custom .show > .nav-link.active i {
  color: var(--bs-gray-100);
}
.cts-tab .nav.nav-pills.nav-pills-custom .nav-link.active .nav-text,
.cts-tab .nav.nav-pills.nav-pills-custom .show > .nav-link.active .nav-text {
  color: var(--bs-gray-100) !important;
}

.box-statics {
  border: 1px dashed var(--bs-primary);
}

.bdr-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 27%;
  width: 2px;
  height: 40px;
  background-color: var(--bs-primary) !important;
  z-index: 9;
}

.expand [aria-expanded="false"] span i {
  transform: rotate(0deg);
  transition: 0.3s;
}
.expand [aria-expanded="true"] span i {
  transform: rotate(90deg);
  transition: 0.3s;
}

/* .bg-cus-grad1 {
    background-image: linear-gradient(179deg, #3e3bff38, #b5e9ff);
} */
.bg-cus-grad1 .card-des-icon {
  opacity: 0.3 !important;
}
.bg-cus-grad1 {
  background-image: linear-gradient(179deg, #3e3bff1a, #b5e9ff5c);
}
.bg-main-light {
  background-color: #d0f1ff73;
}

.select2-container--bootstrap5
  .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg)
  .select2-selection__choice
  .select2-selection__choice__display {
  margin-left: 1.1rem;
  font-size: 0.85rem;
  font-weight: 700;
}
.select2-container--bootstrap5
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  background-color: var(--bs-gray-200);
}

.search-input::placeholder {
  color: var(--bs-gray-300) !important;
}

.background .shape {
  height: 200px;
  width: 200px;
  position: absolute;
  border-radius: 50%;
}
.shape:first-child {
  background: linear-gradient(#0079ae, #6cc4ff);
  left: 20px;
  top: 80px;
}
.shape:last-child {
  background: linear-gradient(#0079ae, #6cc4ff);
  right: 10px;
  bottom: 80px;
}
.sign-in .box {
  height: 520px;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.13);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
  padding: 50px 35px;
  z-index: 9;
}
.sign-in .box * {
  color: #ffffff;
  letter-spacing: 0.5px;
  outline: none;
  border: none;
}
.sign-in .box h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
}

/* .sign-in label{
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}
.sign-in input{
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}
.sign-in::placeholder{
    color: #e5e5e5;
}
.sign-in button{
    margin-top: 50px;
    width: 100%;
    background-color: #ffffff;
    color: #080710;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
} */
.social {
  margin-top: 30px;
  display: flex;
}
.social div {
  background: red;
  width: 150px;
  border-radius: 3px;
  padding: 5px 10px 10px 5px;
  background-color: rgba(255, 255, 255, 0.27);
  color: #eaf0fb;
  text-align: center;
}
.social div:hover {
  background-color: rgba(255, 255, 255, 0.47);
}
.social .fb {
  margin-left: 25px;
}
.social i {
  margin-right: 4px;
}

.section-bg {
  background-image: url(../media/3704909.jpg);
  background-size: cover;
  position: relative;
}

.section-bg::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(45deg, black, #0079aeba);
}

@media (min-width: 992px) {
  .p-lg-40 {
    padding: 7rem !important;
  }
}

.text-two {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  word-break: break-word;
  height: 42px;
  /* border: 1px solid; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13.6px;
  line-height: 21px;
  font-weight: 600;
  color: #000;
  margin-bottom: 1px;
}