@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=David+Libre:wght@400;500&family=Playfair+Display:wght@500;600;700&family=Raleway:wght@100;200;300;400;500;600;700;800&display=swap");
/* Body styles */
body {
    font-family: "Arial", sans-serif;
}

/* Container styles */
.container-fluid {
    max-width: 1280px;
    margin: 0 auto;
}
/* login page start */
.login-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100vh; /* Adjust this value as needed */
}

.login-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.invalid-input {
    background-color: #ffcccc !important; /* Adjust the color as needed */
}

/* login page end */

/* sidebar start */
.brand-name {
    font-family: "David Libre", serif;
}
/* sidebar end */

/* topbar start */
.topbar {
    background-color: #fff3e9;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    font-family: "David Libre", serif;
    letter-spacing: 1px;
    z-index: 50;
    width: 100%;
}

.dashboard-title {
    color: #883d00 !important;
    font-size: 1.6rem;
}
.metismenu.nav-menu li.active {
    background-color: green;
    /* Add any other styling you want for the active state */
}


/* topbar end */
/* main start */
.text-title{
    color: #883d00;
    font-size: 1.6rem;
    font-family: "David Libre", serif;
}
.welcome-title {
    color: #883d00;
    font-size: 1.6rem;
    font-family: "David Libre", serif;
}
.card.custom-card-main {
    border: 1px solid #ba5402;
    border-radius: 5px;
    width: 400px;
    height: 200px;
}
.card-header.card-header-main {
    background-color: #ba5402;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    border-radius: 5px;
    width: 100%;
}
.card-title-main {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 0;
}
.card-body.card-body-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5px;
}
.connection-mainlink {
    padding: 5px 25px;
    border-radius: 5px;
    font-size: 1rem;
    background-color: #fff;
    font-weight: 600;
    color: #ba5402;
    transition: 300ms ease-in-out;
}
.connection-mainlink:hover {
    color: white;
    background-color: #ba5402;
}
/* main end*/

/* Card styles */
.card {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
}

.card-header {
    padding: 10px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}

.card-body.custom-cardbody {
    text-align: center;
}

/* Checkbox styles */
.design-checkbox {
    width: 20px; /* Width of the custom checkbox */
    height: 20px; /* Height of the custom checkbox */
    cursor: pointer;
}

/* Modal styles */
.modal-body {
    padding: 20px;
}

/* Form styles */
.page-body {
    padding: 20px;
    margin: 0;
    gap: 20px;
}
form {
    margin-bottom: 0; /* Remove default margin to avoid extra space */
}
/* table start category*/
.image-table {
    object-fit: contain;
}
.card-header.viewcard-header{
    background-color: #fff3e9;
}
.card-header.viewcard-header h3{
    color: #883d00;
    font-family: "David Libre", serif;
}


/* table end category*/

.btn.btn-defaultbutton {
    background-color: #bf661e;
    border: none;
    padding: 5px 20px;
    color: white;
    border-radius: 5px;
    font-family: "David Libre", serif;
    font-size: 1.1rem;
}

/* Button styles */
.btn-primary {
    background-color: #007bff;
    color: #fff;
}

.btn-danger {
    background-color: #dc3545;
    color: #fff;
}

/* Add {{$category}} design button styles */
.btn.btn-primary[data-target="#exampleModal"] {
    margin-bottom: 20px;
}

.btn-signout {
    background-color: red;
}

/* title styles */
.title-categorypages {
    font-family: "David Libre", serif;
}
.title-category {
    color: #ba5402;
}

.sidebar {
    z-index: 100;
    width: 100%;
    height: 100%;
}
.sidebar-nav {
    padding: 40px;
}
.nav-menu {
    margin-top: 2rem;
    display: flex;
    text-decoration: none;
    flex-direction: column;
    list-style: none;
    justify-content: center;
    align-items: start;
    gap: 20px;
    padding: 0;

    
}
.nav-menu li{
    display: flex;
    flex-direction: column;
   
    width: 100%;
    border-radius: 10px;
    transition: 300ms ease-in-out;

}
.nav-menu li a {
    color: #ba5402;
    display: flex;
    text-decoration: none;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px;
    transition: 300ms ease-in-out;
    font-weight: 400;

}
.nav-menu li:hover{
background-color: #bf661e;

}
.nav-menu li a:hover {
    color: #fff;
    font-weight: 500;
}
.btn-logout {
    margin-top: 100px;
    width: 100%;
}
/* design card */

.card-design-collections {
    gap: 20px;
}
.card.custom-card-category {
    background-color: white;
    min-width: 250px;
    border: none;
    /* border: 1px solid #ba5402; */
    box-shadow: 0px 5px 10px #cecece;
}

.card-design {
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    border: 1.8px solid #bf661e;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    margin: 10px;
    position: relative; /* Required for overlay */
}

.card-design:hover {
    background-color: #fff3e9;
}

.image-container {
    position: relative;
    width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
        255,
        255,
        255,
        0.8
    ); /* Semi-transparent white overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-container:hover .overlay {
    opacity: 1;
}

.overlay a {
    color: #dc3545;
    font-size: 2.5rem;
}

/* designs card end*/

.card-title {
    font-size: 1.3rem;
    text-transform: capitalize;
    color: #ba5402;
    width: 130px;
}
.image-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.designs-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin: auto;
    margin: 20px;
}
.image-design {
    width: 300px;
}

/* category page */

/* category designs  */
.action-buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.container-designs {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 20px;
    gap: 20px;
    background-color: white;
}
.card-header.categorycustom-cardheader {
    background-color: white;
    border: none;
    display: flex;
    align-items: start;
    justify-content: start;
}

/* category designs card start */

.images-category {
    width: 200px;
    height: 200px;
    object-fit: contain;
}
.card-header.custom-cardheader {
    background-color: white;
    border: none;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "David Libre", serif;
    font-weight: 500;
    color: #ba5402;
}
.card-footer.custom-cardfooter {
    background-color: #bf661e;
    border-color: #ba5402;
    color: white;
    
}

.category-custom-cardfooter {
    padding: 10px;
    margin: 0;
    border: none;
    width: 100%;
    background-color: #bf661e;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* design card */


/* email style */
.custom-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.custom-table th, .custom-table td {
    border: 1px solid #dddddd;
    padding: 8px;
    text-align: left;
}

.custom-table th {
    background-color: #f2f2f2;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.custom-table tbody tr:hover {
    background-color: #e0e0e0;
}

/* Responsive styles */
@media (max-width: 768px) {
    .container-fluid {
        padding: 0 15px;
    }
  
}
