﻿.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    max-width: 200px;
    height: 20px;
    padding: 0 10px;
    background-color: #305b9f;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.center-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pColor {
    background-color: #305b9f;
}
.bPlus {
    color: #b7e1cd;
}
.bDelete {
    color: #f5c7c7;
}
.bCancel {
    color: #e8d7c8;
}
.bConfirm {
   color: #305b9f;
}
.bSend {
    color: #fcd7e6;
}
.bEdit {
    color: #f9e7c6;
}
.bClone {
    color: #cce5f6;
}
.bReport {
    color: #d5c7e8;
}
.camcad-loader {
    position: fixed;
    z-index: 999;
    background-color: rgba(35, 35, 50, 0.25);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pill-box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #305b9f;
    border-radius: 40px;
    padding: 5px 12px;
    color: white;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}