.navbar-brand-image 
{
    width: 90px;
    height: 80px;
}

form .btn .icon {
    margin: 0;
}


.row > * {
    min-width: 0;
    padding-bottom: 15px;
}

.form-error {border: 2px solid #e74c3c !important;}
.span-error{color: red !important;}
.invalid-feedback {display: block !important;}

    .image-container {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        margin-bottom: 16px;
    }
    .form-imagecheck {
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    .form-imagecheck-image {
        width: 100%;
        height: auto;
        display: block;
    }
    .remove-image {
        position: absolute;
        top: 8px;
        right: 8px;
        background-color: rgba(255, 0, 0, 0.7);
        border: none;
        color: white;
        padding: 5px 10px;
        cursor: pointer;
        border-radius: 50%;
    }
    .remove-image:hover {
        background-color: rgba(255, 0, 0, 1);
    }
    .images-preview-div {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .image-container {
        box-sizing: border-box;
    }

    .image-container-counter {
        position: relative;
        display: inline-block;
    }

    .circle-number-counter {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translate(50%, 50%);
        width: 15px;
        height: 15px;
        background-color: #3d4754b8;
        color: white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 8px;
        font-weight: bold;
    }
    
    .dropdown-item.active{
        background: #3d4754 !important;
       }

    .nav-item.active {
     background: #3d4754;
    }

    table.dataTable {
        text-wrap: nowrap;
    }
    
    /* Custom button hover style with green background */
    .btn:hover {
        background-color: rgb(121, 196, 91) !important;
        border-color: rgb(121, 196, 91) !important;
        color: #fff !important;
    }

    .badge.bg-primary {
        background-color: rgb(121, 196, 91) !important;
    }