

.dial{
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
    vertical-align:bottom;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
}


.loading {

    line-height: 200px;
    position: fixed;
    top: 50%; 
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    /* background-color: #fff;
    border-radius: 50%; */
    text-align: center;
    z-index: 11; /* 1px higher than the overlay layer */
}

.loading-bg{
	width:300px;
	/*height:300px; */
	border-radius:50%;
}

#interaction {
    margin-left: 25px;
    color: black;
}

#mainContainer {
    display: flex;
}

#mainContent {
    padding-left: 84px;
}

#leftSidebar {
    position: fixed;
    left: 0;
    z-index: 9999;
    min-width: 84px;
    max-width: 84px;
    background-color: black;
    height: 100vh;
    padding-left: 10px;
    padding-right: 10px;
}

.flex-1 {
    flex: 1;
}

.top-menu-controls {
    position: relative;
    left: -84px;
}

.sidebar-item {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.hover-sidebar-item:hover {
    background-color: #1a1a1a;
    border-radius: 8px;
    cursor: pointer;
}

.sidebar-item.active {
    background-color: #1a1a1a;
    border-radius: 8px;
}

#sidebarLogo {
    height: 53px;
}


.sidebar-border {
    border-bottom: 1px solid #2a2a2a;
    margin: 5px 0;
}

.sidebar-item-icon {
    font-size: 1.7rem;
    color: white;
}

.sidebar-item-icon a {
    color: white !important;
    text-decoration: none;
}

.sidebar-item ul li {
    position: relative;
    left: -11px;
}

.callstodo-title {
    margin-left: 25px;
}

.avatar-w-v2 {
    display: flex;
    gap: 20px;
    align-items: center;
}

.logged-user-w {
    background-color: white !important;
}

.logged-user-menu.color-style-bright {
    background-color: #2e2f30 !important;
}

#agentWelcome {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.font-bold {
    font-weight: bold;
}