.abcd{ color:blue; } .btn btn-primary rounded{ height:50px; width:20px; } .o_DiscussSidebar{ width: 500px; } .o_DiscussSidebar_startAMeetingButton { } .header { margin-left: 200px; } .text-700 { color: gray!important; } .o-mail-DiscussSidebarCategory{ height: 45px; margin-left:1.2 rem } .o-mail-DiscussSidebarCategory span{ color: black!important; } .o-mail-DiscussSidebarCategory-icon{ color: black!important; } .o-mail-DiscussSidebarCategory-add{ color: black!important; } i.o_DiscussSidebarCategory_command{ color: black!important; } .o_DiscussSidebar{ background-color: #FFFFFF!important; } .o-mail-ThreadIcon { border-radius: 50%; padding-right: 15px; color: var(--layout-color) !important; } .o-mail-DiscussSidebar-item { color: black; font-size: 17px; margin: 0.6rem; border-radius: 30px !important; } .sidebar-tabs { width: 100%; display: flex; justify-content: center; align-items: center; gap: 0.4rem; font-size: 1rem; padding: 0.8rem; color: #494f57; background-color: transparent; font-weight: 500; flex-direction: column-reverse; } .sidebar-tabs:hover{ background-color:#e9ecef; } .meet-btn__container { border:none; background-color:transparent; flex-direction:column; } .abcd{ width: 94vw; height: 100vh; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; align-content: flex-start; grid-template-areas:"a a a a a a" "b b b b b b" } .chat{ background-color: #f8f9fa; width: 100vw; height: 100vw; z-index: 99; position: relative; } .abcd .search{ grid-area: a; } .abcd .search hr{ grid-area: b; } .hide-sidebar { width: unset; } .image_size{ height: 100px; width: 100px; border-radius: 4px; overflow: hidden; } .image_size img{ width:100%; height:100%; object-fit:cover;} .other_image_size{ height:30px; width:30px; } hr{ display:none; } .mb-1 { margin-bottom: 128px !important; } .abcd .form-control{ height:30px; }