﻿#AIMLPopup .modal-header {
    font-size: 14px;
    background-color: black;
    color: #fff;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
    display: flex;
    border: none;
    height: 90px;
}
#AIMLPopup .modal-content {
    border-radius: 10px !important;
    width: 523px;
}
#AIMLPopup .modal-image {
    width: 530px;
}
#AIMLPopup .modal-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
    display: flex;
    text-align: left;
}

#AIMLPopup .title_name {
    background-color: rgba(213, 217, 224, .29);
    border-radius: 100px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-size: 12px;
    display: flex;
    font-weight: 600;
}
span#dashboard-date {
    font-weight: 600;
}

#AIMLPopup .modal-body {
    justify-content: center;
    align-items: center;
    height: 240px;
    display: flex;
    overflow: hidden;
}

#AIMLPopup .message-item {
    display: none;
}

#AIMLPopup .modal-footer {
    background-color: black;
    border: none;
    color: #fff;
    padding: 24px;
}
#AIMLPopup .recognition-text {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    white-space: normal;
}
.dash-button {
    cursor: pointer;
    background-color: #1ead93;
    border-radius: 8px;
    padding: 10px 12px;
    font-weight: 700;
    color: #fff;
    border: none;
    font-size: .875rem;
    line-height: 1.25rem;
}

    .dash-button:hover {
        background-color: #026855;
        outline: none;
    }



#AIMLPopup .image-174:hover {
    outline: none;
    background-color: black;
    text-decoration: none;
    color: #fff;
}


#AIMLPopup .image-174 {
    z-index: 100;
    cursor: pointer;
    background-color: #424242;
    border-radius: 4px;
    width: 48px;
    height: 48px;
    padding: 14px;
    position: fixed;
    top: 24px;
    right: 50px;
}
#AIMLPopup .modal-close-background-2023 {
    z-index: -1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
}
.title_name img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
#AIMLPopup div#execagentfullname {
    font-size: 14px;
    font-weight: 600;
}
#AIMLPopup div#execagenttitle {
    text-transform: capitalize;
    font-size: 12px;
}
