/* notification and profile container styles */

.notification-profile-container {
    display: flex;
    gap: 20px;
}

.notification-profile-container > .notification-container > button {
    width: 50px;
    height: 50px;
    border-radius: 9px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px #D0D1D780;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #373737;
    padding: unset;
}

.notification-profile-container > .notification-container > .dropdown-menu {
    right: 0;
    left: unset;
}

.notification-svg {
    cursor: pointer;
    width: 36px;
    height: 36px;
}

.notification-svg > svg {
    width: 100%;
    height: 100%;
}

/* notification dropdown */
.notification-dropdown-menu {
    width: 500px !important;
    max-height: 370px !important;
    min-height: 75px;
    overflow-y: auto !important;
    padding: 0px !important;
    padding: 10px !important;
    border-radius: 10px !important;
    background: #FFFFFF !important;
    border: 1px solid #ECECEC !important;
    box-shadow: 0px 0px 5px 0px #00000021 !important;
    margin-top: unset !important;
    right: 0 !important;
    top: 50px !important;
    left: unset !important;
    cursor: default;
}

.notification-dropdown-menu > .dropdown-item{
    padding: 0px;
}

.notification-dropdown-menu > .dropdown-item:hover {
    background-color: unset !important;
    color: #000000 !important;
    cursor: pointer;
}

.notification-dropdown-menu > .dropdown-item > hr {
    margin: 5px;
}

.notification-dropdown-menu > .dropdown-item:last-child > hr {
    display: none;
}

.notification-dropdown-menu > .dropdown-item > .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-dropdown-menu > .dropdown-item > .header > span {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    cursor: default;
    color: #000000 !important;
}

.notification-dropdown-menu > .dropdown-item > .header > a {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: var(--primary-color);
}
.notification-dropdown-menu > .dropdown-item > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.notification-dropdown-menu > .dropdown-item > div > .image-info-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.notification-dropdown-menu > .dropdown-item > div > .image-info-container .image{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.notification-dropdown-menu > .dropdown-item > div > .image-info-container .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.notification-dropdown-menu > .dropdown-item > div > .image-info-container > .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
    /* max-width: 70%; */
    overflow: hidden;
}

.notification-dropdown-menu > .dropdown-item > div > .image-info-container > .info > span:first-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #000000;
}

.notification-dropdown-menu > .dropdown-item > div > .image-info-container > .info > span:last-child {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.8px;
    text-align: left;
    color: #494949;
    word-wrap: break-word;
    white-space: pre-line;
}

.notification-dropdown-menu > .dropdown-item > div > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
}

.notification-dropdown-menu > .dropdown-item > div > div:last-child  > span:last-child{
    font-size: 12px;
    font-weight: 400;
    line-height: 14.8px;
    text-align: left;
    color: #313131 !important;
    top: 3px;
    position: relative;
}


.buttons > .add-show {
    border: none;
    background-color: var(--primary-color);
    padding: 9px 34px;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: center;

}

.has_unread_indicator {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #dc3545;
    top: 2px;
    right: 0px;
    border-radius: 50%;
    color: #ffffff;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.toast-info {
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.toast-info .title{
    font-weight: 500;
    text-transform: capitalize;
}

.toast-info .body {
    font-weight: 400;
}


.toastify {
    border-radius: 6px!important;
    font-size: .875rem;
    font-weight: 400;
    line-height: 14px;
    color: #FFFFFF;
}

.danger-toast {
    border: 1px solid #dc3545!important;
    background: #fef5f5!important;
    color: #dc3545!important;
    display: flex!important;
    gap: 5px;
    line-height: 16px;
}

.success-toast {
    border: 1px solid #28a745 !important;
    background: #f0fff4 !important;
    color: #28a745 !important;
    display: flex !important;
    gap: 5px;
    line-height: 16px;
}

.success-toast .toast-close {
    color: #28a745 !important;
    opacity: 1 !important;
    align-self: flex-start;
}

.danger-toast .toast-close {
    color: #dc3545!important;
    opacity: 1!important;
    align-self: flex-start;
} 

button:disabled {
    opacity: .5;
    cursor: not-allowed;;
}

.hide {
    display: none !important;
}

.password-toggle{
    position: absolute;
    right: 10px;
    background: transparent;
    border: none;
}

.opacity-point-3-5 {
    opacity: 0.35;
    cursor: not-allowed;
}

.pac-container {
    z-index: 12222;
}