
img.logo_light {
    height: 100%;
    width: 180px;
}

.light-style .menu .app-brand.demo {
    min-height: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
}

.req {
  color: red;
}

.image-upload {
  border: 1px solid #ccc;
  padding:15px;
  height: 440px;
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  cursor: pointer;
}


.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#puc-preview {
  max-width: 100%;
  max-height: 100%;
}

img#insurance-preview{
    max-width: 100%;
    max-height: 100%;
}

img#rc-book-preview {
    max-width: 100%;
    max-height: 100%;
}

img#fitness-preview {
  max-width: 100%;
  max-height: 100%;
}

img#vehicle-front-preview {
    max-width: 100%;
    max-height: 100%;
}

img#vehicle-back-preview {
    max-width: 100%;
    max-height: 100%;
}

img#logo-preview {
    max-width: 100%;
    max-height: 100%;
}

img#image-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;
}

.banner-upload {
  border: 1px solid #ccc;
  width: 100%;
  padding: 15px;
  height: 440px;
  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;
}



.photo-preview-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.ngo-photo-preview-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.photo-preview-wrapper {
  position: relative;
  margin: 5px;
  max-width: 100px;
  max-height: 100px;
}

.photos-preview {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 100px;
  height: 100px;
}

.thumbnail-photos-preview {
  /* border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 200px;
  height: 100px; */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.close-btn {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-weight: bold;
}

.thumbnail-close-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-weight: bold;
}

.thumbnail-photo-preview-wrapper {
  /* position: relative;
  margin: 5px;
  max-width: 200px;
  max-height: 100px; */

    position: relative;
    margin: 5px;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

.error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}




.vehicle-modal .info-box {
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.vehicle-modal .info-box label {
    font-size: 12px;
    color: #888;
    display: block;
}

.vehicle-modal .info-box p {
    font-weight: 600;
    margin: 0;
    color: #333;
}

.image-card {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.image-card:hover {
    transform: translateY(-5px);
}

.image-card h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

.img-preview {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.img-preview:hover {
    transform: scale(1.05);
}

.no-image {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 8px;
    color: #999;
}

.image-popup {
    position: fixed;
    top:0; left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.image-popup img {
    max-width:90%;
    max-height:90%;
    border-radius:10px;
}

/* CARD */
.doc-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 260px;
    display: flex;
    flex-direction: column;
}

.doc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* HEADER */
.doc-header {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

/* PREVIEW BOX */
.preview-box {
    flex: 1;
    background: #f5f7fa;
    border-radius: 10px;
    overflow: hidden;
}

/* IMAGE */
.preview-media {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
    transition: 0.3s;
}

.preview-media:hover {
    transform: scale(1.05);
}

/* PDF */
.pdf-preview {
    width: 100%;
    height: 100%;
}

.pdf-preview iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* EMPTY */
.doc-card.empty {
    justify-content: center;
    align-items: center;
}

.no-file {
    color: #aaa;
}

/* INFO BOX */
.info-box {
    background: #f8f9fc;
    padding: 12px;
    border-radius: 10px;
}

.info-box label {
    font-size: 12px;
    color: #888;
}

.info-box p {
    margin: 0;
    font-weight: 600;
}

/* IMAGE POPUP */
.image-popup {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.85);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.image-popup img {
    max-width:90%;
    max-height:90%;
    border-radius:12px;
}

.expense-type-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 500;
    color: #6c757d;
    transition: all 0.3s ease;
    background: #fff;
}

.expense-type-card i {
    font-size: 20px;
}

.noti-btn {
    --bs-btn-active-border-color: transparent;
    padding: 0;
 
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    background-color: #e1d8d8 !important;
  }
  .layout-navbar .navbar-dropdown .badge-notifications {
    top: 1px !important;
    inset-inline-end: -11px !important;
}
.badge.badge-dot {
    display: inline-block;
    margin: 0;
    padding: 1px;
    width: 15px !important;
    height: 15px;
    border-radius: 50%;
    vertical-align: middle;
}
.badge{
  font-size: 10px !important;
}

.filter-btn {
    border-radius: 20px !important;
    margin-right: 5px;
}

.btn-outline-primary.active{
    color: #fff !important;
}


.expense-card {
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        transition: all 0.3s ease;
        cursor: pointer;
        background: #fff;
    }

    .expense-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }

.ck-editor__editable {
    min-height: 150px !important;
    max-height: 200px;
}

input[readonly], input[readonly]:focus {
    color: #acaab1;
    background-color: #f3f2f3;
    border-color: #cdccd0;
    opacity: 1;
}

/* .file-preview {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.file-preview iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.file-input {
    display: none;
} */



.logo-upload {
    position: relative;
    cursor: pointer;
    min-height: 200px; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.file-preview {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.file-preview iframe {
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: auto; 
}

.logo-upload::after {
    content: "Click to Change";
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 2px 8px;
    font-size: 10px;
    border-radius: 4px;
    z-index: 10;
    display: none;
}

.logo-upload.active:hover::after {
    display: block;
}
/* 
.file-input {
    display: none;
} */

.pdf-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.custom-top-border {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

/* આ લેયર PDF ની ઉપર આવશે */
/* .pdf-click-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: 100%;
    z-index: 10;
    cursor: pointer;
    background: transparent;
} */
