/*
*production.css
* File include itemproduction only specific css only
******************************************************************************/

.menu .app-brand.production {
    height: 70px;
    /* margin-top: 12px; */
}

.app-brand-logo.production svg {
    width: 22px;
    height: 38px;
}

.app-brand-text.production {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.production-blocks>* {
    display: block !important;
}

.production-inline-spacing>* {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .production-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .production-only-element class with .production-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.production-vertical-spacing>* {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.production-vertical-spacing.production-only-element> :first-child {
    margin-top: 0 !important;
}

.production-vertical-spacing-lg>* {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.production-vertical-spacing-lg.production-only-element> :first-child {
    margin-top: 0 !important;
}

.production-vertical-spacing-xl>* {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.production-vertical-spacing-xl.production-only-element> :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/*
* Layoutproduction
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

/* timeline css */
.timeline {
    list-style-type: none;
    padding: 0;
}

.timeline-item {
    background-color: #f1f4f8;
    margin: 10px 0;
    padding: 15px 20px;
    border-left: 4px solid #005b96;
    transition: background-color 0.3s ease;
    position: relative;
}

.timeline-item button {
    background: none;
    border: none;
    color: #333;
    font-size: 16px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    padding: 0;
}

.timeline-item button:hover {
    color: #005b96 !important;
}

.timeline-item:hover {
    background-color: #e2e6ea;
}


/* dashboard styling */
.teacher-entry {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.teacher-entry:last-child {
    border-bottom: none;
}

/* Gallery  page*/

.galleryimages {
    margin: 20px auto;
    columns: 4;
    column-gap: 20px;
}

.galleryimages .box {
    width: 100%;
    margin-bottom: 20px;
    break-inside: avoid;
}

.galleryimages .box img {
    max-width: 100%;
    /* border-radius: 22px; */
}

n {
    cursor: pointer;
}

.image-wrapper {
    position: relative;
    display: inline-block;
}

.image-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}

.image-wrapper:hover .overlay {
    opacity: 1;
}

.image-wrapper .text {
    color: #fff;
    font-size: 16px;
}

.preview-image {
    width: 44px;
    height: 44px;
    border-radius: 25px;
    margin-right: 15px;
}


/* ratings */
.app-ecommerce-category .comment-editor .ql-editor,.app-ecommerce .comment-editor .ql-editor {
    min-height: 7rem;
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem
}

@media(max-width: 575.98px) {
    .widget-separator .border-shift.border-end {
        border-right:none !important;
        border-left: none !important
    }
}
