/*================================================================================
	Author: Anupam
================================================================================*/

.AddBtn {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1.53rem;
}
.loading-icon{
    width: 100px;
}
.SelectSearch .select2-container {
    width: 43% !important;
}
.note-editor .note-toolbar .note-color-all .note-dropdown-menu, .note-popover .popover-content .note-color-all .note-dropdown-menu {
    min-width: 346px;
}
.dz-details, .dz-error-message, .dz-error-mark, .dz-error-mark{
    display: none !important;
}
.dz-details:hover, .dz-error-message:hover, .dz-error-mark:hover, .dz-error-mark:hover{
    display: none !important;
}
.logoSmall{
    width: 43px;
}
.avatar_banner img {
    border-radius: 6%;
}
.DeleteStyle{
    position: absolute;
    background-color: red;
    color: #ffffff;
    padding: 7px;
    border-radius: 25%;
}
.Click{
    cursor: pointer;
}