.image_delete_button {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    border: 0.5px solid #dddddd;
}

.image_delete_button img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.image_delete_button:hover::after {
    content: "Delete";
    position: absolute;
    color: white;
    font-size: 14px;
    background: rgb(255, 76, 76);
    padding: 5px 10px;
    border-radius: 5px;
}

.square_img {
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.square_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge {
    padding: 5px 8px;
}

.alertify-notifier {
    z-index: 99999;
}

.alertify .ajs-dialog {
    padding: 24px;
}

.alertify .ajs-content {
    padding: 24px 0px !important;
}

.alertify .ajs-footer {
    padding: 24px;
    margin: 0px;
    padding: 0px;
}

.ajs-message {
    color: white !important;
}

.ajs-button {
    border: 0px;
    border-radius: 5px;
}

.icon_theme {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c7a87446;
}

.icon_theme .feather_icon {
    color: #665b48;
}

.accordion-item,
.accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    transform: scale(0.7);
}

.btn_click_effect {
    transition: 0.2s;
    cursor: pointer;
}

.btn_click_effect:active {
    transform: scale(95%);
}
