/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
    height: 64px;
    margin-top: 12px;
}

.app-brand-logo.demo svg {
    width: 22px;
    height: 38px;
}

.app-brand-text.demo {
    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
******************************************************************************/

.demo-blocks > * {
    display: block !important;
}

.demo-inline-spacing > * {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-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;
}

/*
* Layout demo
******************************************************************************/

.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;
}

/* Add background colors for status cells */
.Ongoing {
    padding: 8px 20px;
    border: none;
    border-radius: 5px; /* Adjust border radius as needed */
    font-size: 14px;
    letter-spacing: 1px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    outline: none; /* Remove default focus outline */
    color: green; /* Text color */
    background-color: #d1e9f1; /* Light blue background */
}

/* Hover effect */
.Ongoing:hover {
    transform: scale(1); /* Scale up slightly on hover */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a subtle shadow on hover */
}

.Completed {
    padding: 8px 20px;
    border: none;
    border-radius: 5px; /* Adjust border radius as needed */
    font-size: 14px;
    letter-spacing: 1px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    outline: none; /* Remove default focus outline */
    color: blue; /* Text color */
    background-color: #d1e9f1; /* Light blue background */
}

.Completed:hover {
    transform: scale(1); /* Scale up slightly on hover */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a subtle shadow on hover */
}

.Pending {
    padding: 8px 20px;
    border: none;
    border-radius: 5px; /* Adjust border radius as needed */
    font-size: 14px;
    letter-spacing: 1px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    outline: none; /* Remove default focus outline */
    color: orange; /* Text color */
    background-color: #f9e4c7; /* Light orange background */
}

.Pending:hover {
    transform: scale(1); /* Scale up slightly on hover */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a subtle shadow on hover */
}

.Delayed {
    padding: 8px 20px;
    border: none;
    border-radius: 5px; /* Adjust border radius as needed */
    font-size: 14px;
    letter-spacing: 1px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    outline: none; /* Remove default focus outline */
    color: red; /* Text color */
    background-color: #f7c1c1; /* Light red background */
}

.Delayed:hover {
    transform: scale(1); /* Scale up slightly on hover */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a subtle shadow on hover */
}
.form-label {
    font-weight: bold;
}
.mandatory {
    font-weight: bold;
    font-size: larger;
}
.progress_status_div {
    width: 100%;
}
.progress_status_div span {
    width: 100%;
    display: block;
    text-align: center;
}
.date_width {
    min-width: 125px;
}

.custom-input-group-text {
    background-color: #e9ecef; /* Use the same background color as the input field */
    border-color: #ced4da; /* Use the same border color as the input field */
    border-right: none; /* Remove the right border to visually separate the base URL from the slug */
    pointer-events: none; /* Make the base URL text unclickable */
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    /* margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem; */
}
.remove-button {
    position: absolute;
    top: 0;
    right: -25px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.brochure-container {
    position: relative;
    display: inline-block;
}
.video-link-btn-toggle-status.active {
    background-color: green; /* Change to your desired active color */
    color: white; /* Text color for active status */
}

.video-link-btn-toggle-status.inactive {
    background-color: grey; /* Change to your desired inactive color */
    color: white; /* Text color for inactive status */
}
/* switch */
.custom-switch-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-switch {
    flex: 1;
}

.custom-switch:first-child {
    justify-content: flex-start;
}

.dropify-wrapper .dropify-message p {
    font-size: 30px;
}

[style^="--rating"]::after {
    content: "★★★★★";
    font-size: 1.3em;
    white-space: nowrap;
    background: linear-gradient(
        90deg,
        #fb0 calc(var(--rating) * 20%),
        #ddd calc(var(--rating) * 20%)
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: #0000;
}

.list-images {
    max-width: 80px;
    border-radius: 5px;
}
.size-14{
    font-size: 14px;
}

.short-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.avatar-xxl {
    width: 8rem;
    height: 6rem;
}
.plot-area{
    border-radius: .375rem 0 0 .375rem;
}
.plot-area-type{
    border-radius: 0 .375rem .375rem 0;
    margin-top: 3px;
}
.justify-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
img.img-thumbnail{
    max-height: 80px;
}

.input-group-text-left{
    border-radius: .375rem 0 0 .375rem;
    height: 38px;
}
.apexcharts-toolbar {
    display: none !important;
}

.radio-custom label{
    padding: 3px 7px;
    font-size: 12px;
    margin-right: 7px;
}

h1.pricing-text{
    line-height: 3.25rem;
    font-size: 2rem;
}

.pricing-main{
    display: inline-flex !important;
}

@media (min-width: 1400px) {
    .package-title{
        display: flex !important;
    }
}

.custom-option:hover {
    border: 1px solid #e14537 !important;
}


.custom-option:has(input[type="radio"]:checked) {
    border: 2px solid #e14537 !important;
    box-shadow: 0 0 10px rgba(225, 69, 55, 0.5);
}

.next-btn::after {
    position: absolute;
    display: block;
    border: 2px solid;
    block-size: .45em;
    border-block-end: 0;
    border-inline-start: 0;
    content: "";
    inline-size: .45em;
    inset-block-start: 49%;
    transform: translateY(-50%) rotate(45deg);
}