.callContainet {
    width: 441px;
/*    height: 100px;*/
    max-height: 600px;
    position: fixed;
    right: 12px;
    bottom: 40px;
/*    overflow-y: scroll; */
	z-index: 1000;
}
.window{
    width: 420px;
    height: 240px;
    background: wheat;
    border-top: 10px;
    border-top-color: red;
    padding: 2px;
    border-top-left-radius: 10px; /* Левый верхний уголок */
    border-top-right-radius: 10px; /* Правый верхний уголок */
    border-bottom-left-radius: 10px; /* Левый нижний уголок */
    border-bottom-right-radius: 10px; /* Правый нижний уголок */
    border-top-style: solid; /* Стиль линии сверху */
    font-size: 8px !important;
}
.imeg {
    width: 43px;
    height: 39px;
    float: left;
    margin: 4px 24px 0;
    margin-right: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}
/* Входящий вызов */
.imeg-incoming {
    background-image: url(front/image/history/1.png);
}

/* Исходящий вызов */
.imeg-outgoing {
    background-image: url(front/image/history/2.png);
}
.close{
    width: 10px;
    height: 15px;
    display: block;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    font-size: 15px;
}

.content{
    font-size: 12px;
    line-height: 20px;
        padding-left: 25px;
}
.values{
    font-weight: bold;
    font-size: 15px;
}
.text-center{
text-align: center;
}
.List{

cursor: pointer;
font-weight: bolder !important;
font-size: 15px !important;
}
.lastcall {
    background-color: #fff8e1;       /* светло-жёлтый фон */
    border: 1px solid #ffcc80;
    border-left: 5px solid #ff9800;
    padding: 8px 12px;
    margin: 10px 0;
    border-radius: 6px;
    font-size: 14px;
    color: #444;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: grid;
    grid-template-columns: 150px 1fr; /* подписи фикс ширины, значения растягиваются */
    row-gap: 4px;
}

.lastcall .label {
    font-weight: 600;
}

.lastcall .value {
    color: #333;
    font-weight: bold;}
/*.lastcall::before {
    content: "📞";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}*/
.callHeader {
    display: flex;
    justify-content: space-between; /* заголовок слева, номер справа */
    align-items: center;
    margin: 8px 0;
    font-size: 14px;
    padding: 4px 6px;
    background-color: #f5f5f5; /* лёгкая подсветка фона */
    border-radius: 6px;
}


.callTitle{
    
    font-size: 18px;
    
}

.callNumber {
    color: #00796b; /* приятный зелёный цвет номера */
    font-size: 16px;
    font-weight: 600;
}