.callnavigation {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.callnavigation .brandContainer {
    display: flex;
    align-items: center;
}

.callnavigation .brandName {
    font-family: "Metropolis Extra Light";
    font-size: 21px;
    line-height: 1.21;
    letter-spacing: 1.32px;
    color: #0eb5fe;
}

.callnavigation .navbar-brand {
    margin-left: 10px;
    margin-right: 0px;
}

.callnavigation .top-bar {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: width 0.3s;
    border-bottom: 1px solid #f0f0f0;
}

.callnavigation .callerHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    width: 100%;
}

.callnavigation .privatemessages.desktop {
    height: calc(100vh - 120px);
}

.callnavigation .privatemessages .header-container {
    display: none;
}

.callnavigation .top-bar .callerName {
    font-family: "Metropolis Bold";
    font-size: 26px;
    line-height: 1.21;
    letter-spacing: 0.26px;
    color: #333333;
    padding: 0 20px;
}

.callnavigation .layout-switch {
    margin-right: 10px;
}

.callnavigation.speaker-layout .speakerviewmanager {
    height: 150px;
    display: inline-flex;
    overflow-y: hidden;
    overflow-x: auto;
    max-width: 100%;
    justify-content: flex-start;
    transition: width 0.3s;
}

.callnavigation.speaker-layout.open .speaker-view-container {
    width: calc(100% - 350px);
}
.callnavigation .speaker-view-container {
    text-align: center;
    width: 100%;
    transition: width 0.3s;
}
.callnavigation.open .call-container {
    right: 350px;
}

.callnavigation.speaker-layout .call-container {
    top: 247px;
}

.callnavigation .call-container {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 88px;
    right: 0px;
    transition: right 0.3s;
}

.callnavigation .user {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.callnavigation .thumbnail {
    width: 100%;
    padding-top: 75%;
    background-color: red;
    border-radius: 50%;
}

.callnavigation .bottom-icons.hide {
    bottom: -92px;
}

.callnavigation .bottom-icons:hover {
    bottom: 0;
}

.callnavigation .bottom-icons {
    transition: bottom ease-in 0.1s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 20px 20px 0 0;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    width: 80%;
    min-width: 500px;
    max-width: 800px;
}

.modal-content {
    background-color: transparent;
}

.modal.devices .modal-body,
.modal.endCall .modal-body,
.modal.endCall .modal-footer {
    background-color: white;
}

.modal.endCall,
.modal.devices {
    top: 30%;
}

.modal.endCall .modal-header,
.modal.devices .modal-header {
    background-color: #0d4962;
}

.modal.endCall .modal-title,
.modal.devices .modal-title {
    letter-spacing: 0.3px;
}

.modal.endCall .close > span,
.modal.devices .close > span {
    font-family: "Metropolis Light";
    letter-spacing: 0.3px;
    font-size: 24px;
}

.modal.endCall .description {
    font-family: "Metropolis Bold";
    font-size: 24px;
    letter-spacing: 0.24px;
    color: #333;
    text-align: center;
    width: 70%;
    margin: 3% auto 0;
}

.modal.endCall .modal-footer {
    border-top: none;
    padding-bottom: 2rem;
    border-bottom-left-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
}

.modal.endCall .modal-footer .btn-secondary {
    background-color: #f0f0f0;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.2px;
    font-family: "Metropolis Bold";
    color: #0d4962;
    border: none;
    width: 120px;
    margin-right: 30px;
    border-radius: 10px;
}

.modal.endCall .modal-footer .btn-primary {
    background-color: #0d4962;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.2px;
    font-family: "Metropolis Bold";
    border: none;
    width: 120px;
    border-radius: 10px;
}

.callnavigation.dark {
    background-color: #031821;
}

.callnavigation.dark .top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.callnavigation.dark .bottom-icons {
    background-color: rgba(3, 24, 33, 0.8);
}

.callnavigation.dark .top-bar .callerName,
.callnavigation.dark .layoutswitch .title {
    color: rgba(255, 255, 255, 0.87);
}

.dark .modal.devices .modal-body,
.dark .modal.endCall .modal-body,
.dark .modal.endCall .modal-footer {
    background-color: #042533;
}

.dark .modal.devices .deviceslists .input-title,
.dark .modal.devices .deviceslists select,
.dark .modal.endCall .description {
    color: rgba(255, 255, 255, 0.87);
}

.dark .modal.devices .deviceslists select {
    background-color: #0d4962;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/arrow_icon_DM_m_v1.png);
}

.dark .modal.endCall .modal-footer .btn-secondary {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.87);
    border: 1px solid rgba(255, 255, 255, 0.87);
}
