@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: "Poppins", sans-serif;
}

.fi-main-ctn {
    height: auto !important;
}

main.fi-main {
    height: 100% !important;
}

.fi-sidebar {
    @apply border-r border-gray-950/5 dark:border-white/10;
}

.fi-sidebar-nav {
    @apply bg-white dark:bg-gray-900 shadow-sm;
}

.dark .fi-sidebar-nav {
    @apply dark:bg-gray-900;
}

.developer_by {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    opacity: 0.7;
    font-size: 13px;
    color: white;
}

.developer_by:hover {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 1rem;
    opacity: 1;
}

.developer_by a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.developer_by img {
    width: 100%;
    max-width: 8.5rem;
}

.developer_by span {
    font-size: 0.85rem;
}

.create-help-request-button {
    @apply rounded-full w-10 h-10 p-0 flex items-center justify-center;

    .fi-btn-label {
        @apply hidden;
    }
}

.edit-recipe-page form.fi-form {
    order: 1;
}

.edit-recipe-page .fi-page-header-widgets {
    order: 2;
}

.edit-recipe-page .fi-resource-relation-managers {
    order: 3;

    .fi-resource-relation-manager.on-page {
        @apply grid grid-cols-2 gap-6;
    }
}

.activity_version_list {
    grid-column: 4 / 5;
}

.restore_button_widget {
    grid-column: 1 / 4;
}

.fi-fo-component-ctn div:has(section.activity_logs_old_new_wrapper) {
    grid-column: 1 / 4;
}


@media only screen and (max-width: 735px) {
    .activity_version_list {
        grid-column: 1 / 5;
    }

    .restore_button_widget {
        grid-column: 1 / 5;
    }

    .fi-fo-component-ctn div:has(section.activity_logs_old_new_wrapper) {
        grid-column: 1 / 5;
    }
}

.activity_logs_old_wrapper {
    background-color: #fef2f2;
}

.activity_logs_new_wrapper {
    background-color: #f0fdf4;
}


.activity_version_list {
    position: relative;
}

@media only screen and (min-width: 736px) {
    .activity_version_list .fi-wi-widget {
        position: absolute;
    }
}

.activity_version_list,
.activity_version_list .fi-wi-widget {
    width: 100%;
}

.activity_version_list .fi-section-content-ctn .fi-section-content {
    max-height: 182px;
    overflow-y: auto;
    width: 100%;
}

.activity_log_input .disabled\:\[-webkit-text-fill-color\:theme\(colors\.gray\.500\)\]:disabled {
    color: black !important;
    -webkit-text-fill-color: black;
    font-size: 12px;
}

@media only screen and (max-width: 735px) {
    .activity_version_list .fi-section-content-ctn .fi-section-content {
        overflow-y: auto;
        width: 100%;
    }
}


/*//admin header*/

.fi-sidebar-header {
    position: relative;
}

.fi-sidebar-header .fi-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-68%) translateY(-50%);
}

/*//admin header*/


/*//login*/

.fi-simple-header .fi-logo {
    height: 80px !important;
}

/*login*/

/*background image*/
/*.fi-main-ctn {*/
/*    background-image: url('/public/images/background/background.png');*/
/*    background-size: 30%;*/
/*    background-repeat: repeat;*/
/*    background-color: rgba(255, 255, 255, 0.9);*/
/*    background-blend-mode: lighten;*/
/*}*/

/*.dark\:bg-gray-950:is(.dark *) .fi-main-ctn {*/
/*    background-image: url('/public/images/background/background.png');*/
/*    background-size: 30%;*/
/*    background-repeat: repeat;*/
/*    background-color: rgba(0, 0, 0, 0.1);*/
/*    background-blend-mode: darken;*/
/*}*/

/*background image*/


.login_page .fi-simple-layout .fi-simple-main {
    all: unset;
    width: 100%;
}

.login_page .custom_form_wrapper .fi-form {
    width: 100%;
}

.login_page .action_button_wrapper .fi-form-actions,
.login_page .action_button_wrapper {
    width: 100%;
}

.login_page .action_button_wrapper .fi-ac {
    min-height: 44px;
}

.login_page .fi-simple-layout {
    background-color: var(--sidebar-background);
}

.bg-strong-bliss {
    background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%) !important;
}

.login_page .fi-simple-header {
    display: none;
}


.max-w-50 {
    max-width: 50%;
}

/*//table*/


/*//table*/


/*//tippy*/

div[data-tippy-root]#tippy-1 {
    display: none;
}

/*//tippy*/


.button_without_label {
    @apply gap-0;
}


.meal-schedule-view .fi-main {
    max-width: 100% !important;
}


