﻿.status-tag {
    border-radius: 25px;
    min-width: 35px;
    text-align: center;
    max-width: 125px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: bold;
}

.dropdown-menu{
    background-color: white!important;
}

.dropdown-btn, .dropdown-item{
    cursor: pointer;
}

td, tr {
    height: 40px;
}

#phone, .iti {
    width: 100% !important;
}

.user-img-container {
    width: 125px;
    border-radius: 15px;
}

.user-info-box{
    min-height: 200px;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.image-box {
    position: relative;
    width: 120px;
    height: 120px;
    border: 2px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 2px 5px;
}

#upload-btn {
    display: block;
    margin-top: 10px;
}

.formatting-options {
    margin-bottom: 15px;
}

.format-btn {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 5px;
}

    .format-btn:hover {
        background-color: #ddd;
    }

.content-editable {
    border: 1px solid #ddd;
    padding: 10px;
    min-height: 250px;
    background-color: white;
    outline: none;
}

.close-image {
    position: absolute;
    top: 10%;
    right: 10%;
}

.notification, profile-setting {
    min-height: 100px;
}



