﻿.bg-light-blue {
    background-color: #E6FAFB;
}
.bg-deep-light-green {
    background-color: #EFF8FF;
}
.bg-light-red {
    background-color: #FEF4F5;
}
.bg-light-green {
    background-color: #CEF3D4;
}
.p-4-23 {
    padding: 4px 23px;
}
.view-meetings-agenda {
    width: 484px;
    height: 100%;
    z-index: 1111;
    top: 0px;
    right:0px;
    left: auto;
    position: absolute;
    background-color: #fff;
}
@media(max-width:548px){
    .view-meetings-agenda{
        width:217px;
    }
}
.height-hv-79{
    height:79vh;
}
.meeting-toast {
    width: 322px;
    height: 85px;
    padding: 20px;
    background: #F6FFF9;
    box-shadow: 0px 4px 16px rgba(16.46, 10.73, 39.36, 0.08);
    border-radius: 12px;
    overflow: hidden;
    border: 1px #48C1B5 solid;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    display: inline-flex;
}
.meeting-toast-body {
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex;
}
.toast-font-style {
    color: #27303A;
    font-size: 16px;
    font-family: Nunito;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 22.40px;
    word-wrap: break-word;
}
.toast-small-text-style {
    color: #2F3F53;
    font-size: 12px;
    font-family: Nunito;
    font-weight: 400;
    line-height: 19.20px;
    word-wrap: break-word;
}
.meeting-toast-postion {
    top: 27px;
    right: 27px;
    z-index: 1111;
    position: fixed;
}