.error_msg { color: red;}
input[type="password"]::-ms-reveal,input[type="password"]::-ms-clear {display: none;}
.published_status .choices {margin-bottom:0px !important;}
.fixed-thumbnail {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.choices {margin-bottom: 0px !important;}

#blog-content .card{
    margin-block-end: 0rem !important;
}

/* Prevent text from wrapping in the dropdown */
.note-dropdown-menu .dropdown-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Optional: Limit the width of dropdown items */
.note-dropdown-menu .dropdown-item {
    max-width: 200px;
}

/* booking list tab css */
button.form-control.active {
    background-color: rgb(115, 93, 255);
    color: #fff;
    border: 1px solid rgb(115, 93, 255);
}

/* user list verified-icon */
.verified-icon{
    color: #31d339;
    font-size: 1.2em; 
}

.app-sidebar .main-sidebar-header .header-logo img {
    height: 3rem !important;
}