@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");

a {
  cursor: pointer;
}

.navbar {
  z-index: 1050 !important;
}

img {
  max-width: 100%;
}

.filepond--credits {
  display: none;
}
#autosize {
  resize: none;
}
.profile-img img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: 0px auto 20px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
}
.profile-img .file-input {
  position: relative;
}
.profile-img .file-input-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.profile-img .file-input-label {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  position: absolute;
  bottom: 10px;
  right: 0;
  margin: 0 auto;
  left: 0;
  cursor: pointer;
  border-radius: 50%;
  color: #3a61e9;
  padding: 0;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-info {
  margin: 0 0 25px;
}
.profile-info .lable {
  color: #959595;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 5px;
}
.profile-info .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0 5px;
  border-bottom: 1px solid #c7c7c7;
  color: #000;
  font-weight: 500;
}

.otp-modal .otp-box .otp-input {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.otp-modal .otp-box .otp-input .form-control {
  padding: 0;
  margin: 0 8px;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  box-shadow: none;
}

table.table-bordered.dataTable {
  border-left: 1px solid #dbdade;
  border-right: 1px solid #dbdade !important;
}

/* .table-light{
    --bs-table-bg: #000;
} */
.modal-footer {
  justify-content: center;
}
.filepond--item {
  width: calc(25% - 0.5em);
}
.actions {
  display: flex;
  gap: 10px;
}
.dark-text {
  color: #000;
}
.menu-item > .menu-sub > .menu-item.active .menu-link {
  background-color: #00000024 !important;
  color: #000 !important;
}
.bg-menu-theme.menu-vertical .menu-sub .menu-item.active .menu-link {
  background: #00000024 !important;
  color: #000 !important;
}

/* Hide the default radio button */
section.category .content .box input[type="radio"] {
  display: none;
}

/* select box with checkmark */
section.category .content .box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

section.category .content .box .spinner-border {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
}

/* Add a border when the radio button (box) is selected */
section.category .content .box input[type="radio"]:checked + .img {
  border: 3px solid #000;
  border-radius: 10px;
  padding: 2px;
}

/* Style for the checkmark */
section.category .content .box input[type="radio"]:checked + .img::before {
  content: "✓";
  font-size: 14px;
  color: #18bb13;
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  height: 22px;
  width: 22px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

section.category .content .box .img {
  position: relative;
}

section.category .content .box .img label {
  display: flex;
  cursor: pointer;
}

.video video {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

section.cms-page .error-page {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
section.cms-page .error-page h4 {
  margin: 30px 0 0;
  color: #000;
  font-weight: 600;
}

/* ======================== 
    Scrollbar CSS 
===========================*/
::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}
.horizontal-scroll::-webkit-scrollbar-track {
  background: #f1f1f150;
}
.horizontal-scroll::-webkit-scrollbar-thumb {
  background: #333333bb;
}
.horizontal-scroll::-webkit-scrollbar-thumb:hover {
  background: #0f0f0fe4;
}

::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: #f1f1f150;
}
::-webkit-scrollbar-thumb {
  background: #333333bb;
}
::-webkit-scrollbar-thumb:hover {
  background: #0f0f0fe4;
}

.scroll-box {
  max-height: 381px;
  overflow-y: scroll;
}

section.category .box img,
section.category .box video {
  height: 150px;
  object-fit: cover;
  width: 100%;
}

section.category .img {
  position: relative;
}
section.category .img a i{
  position: absolute;
  bottom: 10px;
  z-index: 1;
  right: 45px;
  background: rgba(5, 5, 5, 0.71);
  padding: 5px;
  display: none;
  backdrop-filter: blur(2px);
  color: #fff;
  border-radius: 50%;
}
section.category .img:hover a i {
  display: block;
}

/* project stepper  */

/* Make the stepper header container scrollable */
.bs-stepper-header-container {
  position: relative;
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  white-space: nowrap;
  padding: 0 20px;
}

/* video icon for video thumbnail  */
.video-thumbnail-icon{
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #00000096;
  border-radius: 50%;
  padding: 5px;
}

section.category .img .edit-icon{
  position: absolute;
  color: #fff;
  font-size: 20px;
  display: none;
  background: #00000096;
  border-radius: 50%;
  padding: 5px;
  bottom: 10px;
  right: 10px;
}

section.category .img:hover .edit-icon{
  display: block;
}
