
img.logo_light {
    height: 100%;
    width: 100%;
}

.light-style .menu .app-brand.demo {
    min-height: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
}

.req {
  color: red;
}

.logo-upload {
  border: 1px solid #ccc;
  padding:15px;
  height: 200px;
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  cursor: pointer;
}

  
.file-input {
  display: none;
}

img#label-icon-preview {
  max-width: 100%;
  max-height: 100%;
}

img#letter-icon-preview {
    max-width: 100%;
    max-height: 100%;
}

img#letter-outline-preview {
    max-width: 100%;
    max-height: 100%;
}

img#letter-with-object-preview {
    max-width: 100%;
    max-height: 100%;
}

img#icon-preview {
    max-width: 100%;
    max-height: 100%;
}

img#logo-preview {
  max-width: 100%;
  max-height: 100%;
}

img#profile-preview{
  max-width: 100%;
  max-height: 100%;
}

.file-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #aaa;
}

.image-upload {
  border: 1px solid #ccc;
  width: 100%;
  padding: 15px;
  height: 200px;
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.ck-editor__editable {
  min-height: 400px !important;
  height: 400px !important;
  overflow-y: auto;
}

.bg-navbar-theme .search-input-wrapper .search-input {
    color: #ffffff;
}

i.ti.ti-arrow-left.ti-md.me-2.me-lg-4.ti-lg {
  color: white;
  margin-bottom: 15px;
}