html {
    font-size: 14px;
}
.text-shinymint {
    color: #4bddba !important;
}
/*Prevent text selection*/
/*Use this class to disable selection along with the disable-interactions.js file to disable other page eventys like copy right click inspect etc.*/
.disable-text-selection {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ql-disabled {
    color: grey;
    background: #CCCCCC;
}

.limit-text {
    text-overflow: ellipsis;
    overflow: hidden;
}

.modal-stacked {
    z-index: 1057;
}

.dataTable .bi {
    font-size: 18px;
}

.modal-stacked {
    z-index: 1057;
}

.dataTable .bi {
    font-size: 18px;
}

.hidden-control {
    position: absolute;
    left: -9999px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 768px) {
    .logo-img {
        max-width: 50px; /* Smaller size on smaller screens */
    }
}

@media (max-width: 1024px) {
    .navbar-brand img {
        max-width: 50px; /* Use a smaller logo */
    }
}

/* Default mobile styles: smaller size */
.placeholder-Image {
    width: 80px; /* Example size for mobile */
    height: 80px; /* Maintain the aspect ratio if necessary */
}

/* Tablet styles */
@media (min-width: 768px) { /* Adjust the min-width as needed for your target tablet devices */
    .placeholder-Image {
        width: 120px; /* Example size for tablets */
        height: 120px;
    }
}

/* Desktop styles */
@media (min-width: 992px) { /* Adjust the min-width as needed for your target desktop devices */
    .placeholder-Image {
        width: 256px; /* Desired size for desktops */
        height: 256px;
    }
}

.image-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .image-container:hover .zoom-image {
        transform: scale(1.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }

.zoom-image {
    display: block;
    transition: all 0.3s ease;
}

.image-container .top-zoom {
    object-position: bottom;
}

.image-container:hover .top-zoom {
    object-position: top;
    transform: scale(1.25) translateY(10%);
}

/* Customize loader overlay to cover entire screen */
#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 9999; /* Ensure loader is on top of other content */
}

/* Center the spinner logo */
#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


    #loader img {
        width: 50px;
        height: 50px;
    }

.card {
    font-family: 'Roboto', sans-serif;
    font-weight: 500; /* Lighter font weight */
    background-color: white; /* Light background color for a clean look */
    border: 1px solid #dee2e6; /* Border color to define card edges */
    border-radius: 0.35rem; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.card-header {
    background-color: #ffffff; /* White background for header */
    border-bottom: 1px solid #dee2e6; /* Border bottom for separation */
    padding: 0.75rem 1.25rem; /* Padding for better spacing */
    font-size: 1rem; /* Slightly larger font size for header */
}

.card-subheader {
    background-color: #ffffff; /* White background for header */
    border-bottom: 1px solid #dee2e6; /* Border bottom for separation */
    padding: 0.75rem 1.25rem; /* Padding for better spacing */
    font-size: 0.75rem; /* Slightly larger font size for header */
}

.card-body {
    padding: 1.25rem; /* Padding for content */
    font-size: 1rem; /* Standard font size for body */
    /* color: #495057; /* Gray color for text */ */
}

.card-footer {
    background-color: #ffffff; /* White background for header */
    border-bottom: 1px solid #dee2e6; /* Border bottom for separation */
    padding: 0.75rem 1.25rem; /* Padding for better spacing */
    font-size: 1rem; /* Slightly larger font size for header */
}

.borderless-whitetable {
    background-color: white;
    border: none;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-width: 0;
}


.cardcateg {
    background-color: #ededed;
}

    .cardcateg:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    }


.card-icon {
    font-size: 1.5rem;
}

.card-main-categories {
    background-color: white;
}

.card-footer {
    background-color: #ededed;
}

.ui-sortable-placeholder {
    border: 2px dashed #cccccc;
    background: #dee2e6;
    border-radius: 0.35rem;
    min-height: 144px;
    visibility: visible !important;
}

.ui-sortable-placeholder * {
    visibility: hidden;
}

.select-search-thumbnail{
    width: 40px;
}
 

.marker-tag {
    position: relative;
}

.accordion-item.section-item .accordion-button::after,
.accordion-item.removable-sub-section .accordion-button::after {
    margin-left: unset;
}

.accordion-item.section-item.pointer-at-end .accordion-button::after,
.accordion-item.ques-item .accordion-button::after {
    margin-left: auto;
}
.subsec-placeholder .ui-sortable-placeholder {
    width: 100%;
}

.card .ui-sortable-placeholder {
    min-height: 144px;
}
.accordion.subsec-placeholder {
    min-height: 80px;
    border: 2px dashed #cccccc;
    padding: 15px 15px 0;
    display: flex; /* Use flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    color: #999999; /* Grey text color */
    text-align: center; /* Center text if it wraps */
    position: relative; /* Position for the pseudo-element */
    width: 100%; /* Ensure the container takes full width */
}

.accordion.subsec-placeholder::before {
    content: 'Sub Sections go here'; /* Use ::before for the text */
    width: 100%; /* Make the pseudo-element full width */
    display: block; /* Make it a block element */
    transition: visibility 0s 0.3s, opacity 0.3s ease; /* Smooth transition for opacity and visibility */
    opacity: 1; /* Initial opacity */
    padding-bottom: 15px;
}

.accordion.subsec-placeholder:hover::before {
    display: none; /* Remove content on hover */
}
 
.accordion-collapse.show .preview-text {
    display: none;
}

.form-floating .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection {
    font-size: 16px;
    height: 4rem;
    display: flex;
    justify-content: left;
    align-items: center;
}
 

 
 
