/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.logo-navbar .top-logo {
    font-size: 24px;
    font-weight: bold;
}

.logo-icon {
    width: 24px;
    height: 24px;
    position: relative;
    top: -1px;
}


header.logo-navbar {
    width: 100%;
    position: absolute; /* Make the header position absolute to allow it to be placed at the very top */
    margin-top: 15px;
    top: 0;
    left: 0;
  }

  .logo-container {
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Center items vertically */
    justify-content: start; /* Align items to the start (left) */
    padding-left: 20px; /* Add some padding on the left */
  }

  .top-logo {
    display: flex;
    align-items: center;
  }

:root {
--vz-vertical-menu-width: 0;
--vz-vertical-menu-width-md: 0;
--vz-vertical-menu-width-sm: 0;
--vz-body-bg: white;
}


.ms-1.header-item.d-none.d-sm-flex {
    display: none !important;
}

.dropdown.topbar-head-dropdown.ms-1.header-item {
    display: none !important;
}

.btn.btn-sm.px-3.fs-16.header-item.vertical-menu-btn.topnav-hamburger.material-shadow-none {
    display: none !important;
}

.page-title-box.d-sm-flex.align-items-center.justify-content-between.bg-galaxy-transparent {
    display: none !important;
}
.page-topbar{
    background-color: white !important;
}

.dropdown.ms-sm-3.header-item.topbar-user {
    background-color: white !important;
    font-family: 'Inter' !important;
}


.card{
    font-family: 'Inter' !important;
    background-color: white !important;
}

.page-content{
    background-color: white !important;
}

.dropzone{
    justify-content: center !important;
    align-content: center !important;
    display:grid !important;
}

@keyframes mdi-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(359deg);
    }
  }
  
  .mdi-spin {
    animation: mdi-spin 2s infinite linear;
  }



  .button{
    border-radius: 5px;
  }

/* Make navbar navigation icons more visible on mobile */
@media (max-width: 576px) {
    .logo-navbar nav .nav-link i {
        font-size: 1.5rem !important;
        margin-right: 0 !important;
    }

    .logo-navbar nav .nav-link {
        padding: 0.5rem !important;
        min-width: 44px;
        min-height: 44px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

/* Mobile scrolling fixes */
@media (max-width: 768px) {
    /* Enable vertical scrolling on mobile */
    html, body {
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    /* Remove fixed heights that prevent scrolling */
    #layout-wrapper,
    .main-content,
    .page-content {
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
    }

    /* Add generous bottom padding for footer visibility */
    .page-content {
        padding-bottom: 5rem !important;
    }

    /* Ensure cards are visible */
    .card {
        margin-bottom: 1.5rem !important;
    }

    /* Last element gets extra margin to prevent cutoff */
    .card:last-child {
        margin-bottom: 4rem !important;
    }
}
