div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: rgba(15, 64, 142, 1) !important;
  color: #fff;
  font-size: 1em;
}

.react-tel-input .form-control {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.01rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 48px;
  margin-left: 0;
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 8px !important;
  line-height: 25px;
  height: 65px !important;
  width: -webkit-fill-available !important;
  outline: none;
}

.react-tel-input .selected-flag {
  outline: none;
  position: relative;
  width: 38px;
  height: 100%;
  padding: 0 0 0 8px;
  border-radius: 8px 0 0 8px !important;
}

.react-tel-input .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  background-color: #f5f5f5;
  border: 1px solid #cacaca;
  border-radius: 8px 0 0 8px !important;
}

.react-tel-input .form-control {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.01rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 75px !important;
  margin-left: 0;
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 5px;
  line-height: 25px;
  height: 35px;
  width: 300px;
  outline: none;
}

.react-tel-input .selected-flag {
  outline: none;
  position: relative;
  width: 65px !important;
  height: 100%;
  padding: 0 0 0 8px;
  border-radius: 3px 0 0 3px;
}

.react-tel-input .selected-flag {
  outline: none;
  position: relative;
  width: 38px;
  height: 100%;
  /* padding: 0 0 0 23px; */
  border-radius: 3px 0 0 3px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.password-wrapper {
  position: relative;
}

.eye-button {
  position: absolute;
  right: 5%;
  top: 35%;
  transform: translateY(-50%);
  cursor: pointer;
}

.eye-button:hover,
.eye-button:focus {
  transform: translateY(-50%) scale(1.5);
}

.eye-button:active {
  transform: translateY(-50%) scale(1);
}

@media (min-width: 768px) {
  #closeMobileView {
    display: none !important;
  }
}

.pagination .page-item .page-link {
  z-index: 1;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.15);
  color: #6e6e6e;
  margin-left: 7px;
  border: 0.0625rem solid #e6e6e6;
}

.notification-dropdown-menue {
  height: calc(-300px + 100vh);
  overflow-y: auto;
}

.unread-notification {
  background-color: #f1baba;
  cursor: pointer;
  border-radius: 8px;
  padding: 10px;
}

.read-notification {
  background-color: white;
}

.user-noti-wrapper:hover {
  background-color: #f8f9fa;
}

.search-dropdown .dropdown-menu {
  height: calc(-300px + 100vh) !important;
  overflow-y: auto;
}

.search-result-img {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.file-name {
  width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-h-24 {
  width: 24px;
  height: 24px;
}

.preview-image {
  width: 50px;
  height: 50px;
}
/* Account switch modal styles */
.account-switch-popup {
  max-width: 500px;
  border-radius: 10px;
}

.btn-confirm-switch {
  background-color: #4a6fdc;
  border: none;
  padding: 10px 20px;
  font-weight: 500;
}

.btn-confirm-switch:hover {
  background-color: #3a5bc7;
}

.btn-cancel-switch {
  background-color: #f1f2f6;
  color: #333;
  border: none;
  padding: 10px 20px;
}

.btn-cancel-switch:hover {
  background-color: #e2e3e8;
}

.account-switch-item {
  border-top: 1px solid #f1f2f6;
  padding: 12px 16px;
}

.account-switch-item:hover {
  background-color: #f8f9fa;
}

.account-switch-item i {
  font-size: 1.2rem;
  color: #4a6fdc;
}

.big-icon {
  width: 80px;
  height: 80px;
  border: 2px solid #dee2e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #6c757d;
  background-color: #f8f9fa;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.big-icon:hover {
  transform: scale(1.05);
  color: #495057;
}

[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: fill !important;
  display: block;
}
