.add_link_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.submit_btn_right{
    float: right;
}
.alert.alert-success p{
    margin-bottom: 0;
}

select.form-control {
    padding: 1rem 1.375rem !important;
}
.dataTables_filter label{
    float: right;
    display: flex;
    line-height: 40px;
    padding: 10px;
}
.dataTables_filter input{
    margin-left: 10px;
    border: 1px solid #ccc;
}
.dataTables_paginate .pagination{
    float: right;
    margin-top: 10px;
}
.dataTables_info{
    line-height: 50px;
}
nav.navbar.default-layout-navbar.col-lg-12.col-12 {
    padding-top: 0px !important;
    margin-top: -5px !important;
}




.sidebar .nav .nav-item.web_active > .nav-link .menu-title{
    color: var(--color);
    font-family: "ubuntu-medium", sans-serif;
}
/*select.form-control{
    color: #120606;
}*/


.input-group .btn, .sidebar{
    z-index: auto;
}



.image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
}

/* Image wrapper */
.image-wrapper {
    position: relative;
    display: inline-block;
}

/* Image styling */
.image-wrapper img {
    max-height: 100px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    border-radius: 5px;
}

.image-wrapper img:hover {
    transform: scale(1.1);
}

/* Delete icon */
.delete-icon {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: white;
    font-size: 14px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.delete-icon:hover {
    background: darkred;
}

/* Popup modal */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.popup img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}


.auth .auth-form-light select,.form-control{
    color: #6f6b6b;
}




/* 04032025 add function start  */
#fileError{
    font-size: 0.9rem;
    color: #6c757d !important;
    display: block;
    margin-top: 0.25rem;
}
/* 04032025 add function end */




/* 12032025 add style */

.search-field .input-group-prepend {
    font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.search-field{
    margin-top: 22px;
}
/* 12032025 add style */





.kvjf span{
    background: #fff2f2;
    color: #da8387;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 74px;
    width: 74px;
    text-align: center;
    line-height: 75px;
    border-radius: 8px;
}
.kvjf span img{
  width: 50px;
  height: 50px; 
  margin: 0 auto;   
}




.menu-icon-image{
    width: 15px;
    height: 15px;
    margin: 0 0 10px auto;
}

.menu-icon-image  img{
   width: 100%;
    height: 100%;
    object-fit: contain;  

}