html,
body {
    height: 100%;
    margin: 0;
}

/* roboto-100 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src:
        local('Roboto Thin'),
        local('Roboto-Thin'),
        url('../fonts/roboto-v20-latin-100.woff2') format('woff2'); /* Super Modern Browsers */
}

/* roboto-100italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src:
        local('Roboto Thin Italic'),
        local('Roboto-ThinItalic'),
        url('../fonts/roboto-v20-latin-100italic.woff2') format('woff2'); /* Super Modern Browsers */
}

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src:
        local('Roboto Light'),
        local('Roboto-Light'),
        url('../fonts/roboto-v20-latin-300.woff2') format('woff2'); /* Super Modern Browsers */
}

/* roboto-300italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src:
        local('Roboto Light Italic'),
        local('Roboto-LightItalic'),
        url('../fonts/roboto-v20-latin-300italic.woff2') format('woff2'); /* Super Modern Browsers */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src:
        local('Roboto'),
        local('Roboto-Regular'),
        url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'); /* Super Modern Browsers */
}

/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src:
        local('Roboto Italic'),
        local('Roboto-Italic'),
        url('../fonts/roboto-v20-latin-italic.woff2') format('woff2'); /* Super Modern Browsers */
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src:
        local('Roboto Medium'),
        local('Roboto-Medium'),
        url('../fonts/roboto-v20-latin-500.woff2') format('woff2'); /* Super Modern Browsers */
}

/* roboto-500italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src:
        local('Roboto Medium Italic'),
        local('Roboto-MediumItalic'),
        url('../fonts/roboto-v20-latin-500italic.woff2') format('woff2'); /* Super Modern Browsers */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src:
        local('Roboto Bold'),
        local('Roboto-Bold'),
        url('../fonts/roboto-v20-latin-700.woff2') format('woff2'); /* Super Modern Browsers */
}

/* roboto-700italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src:
        local('Roboto Bold Italic'),
        local('Roboto-BoldItalic'),
        url('../fonts/roboto-v20-latin-700italic.woff2') format('woff2'); /* Super Modern Browsers */
}

.no-scroll {
    overflow: hidden;
}

.cet-titlebar,
.cet-titlebar > * {
    font-family: Roboto, Cambria, Cochin, Georgia, Times, 'Times New Roman',
        serif;
}

.cet-titlebar {
    color: #fff;
    font-weight: 500;
}

#app,
.app,
.router {
    height: 100%;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(143, 143, 143, 0.1);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(80, 79, 79, 0.7);
    border-radius: 5px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

::-webkit-scrollbar-thumb:active {
    background: #888;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.rce-mbox-photo--img img {
    object-fit: cover;
    width: auto;
    height: 150px !important;
    max-width: 200px;
}

.rce-mbox-right {
    background-color: '#efefef';
}

input[type='tel'] {
    font-family: 'Roboto';
}

html body {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #34cf58;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: rgba(255, 255, 255, 0.7);

    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-max-height: 70px;
    --toastify-toast-min-height: 30px;
}

.Toastify__close-button {
    align-self: center;
}

.Toastify__toast-body {
    padding: 0 !important;
}
.base-Popper-root {
    z-index: 9999;
}
.ReactVirtualized__Table__row,
.ReactVirtualized__Table__rowColumn,
.ReactVirtualized__Table__headerRow {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}
.ReactVirtualized__Table__headerRow {
    padding: 0px !important;
}
.MuiTableCell-root {
    height: 40px;
}
.tableCell {
    flex: 1;
}
.noClick {
    cursor: initial;
}
.extra_div {
    max-height: 40px;
    overflow-x: hidden;
}
.extra_span {
    margin-right: 7px;
}
.called {
    background-color: '#171717';
}
.done {
    background-color: '#00d08270';
}
.hidden {
    opacity: 0;
    height: 40px;
}
.selected {
    background-color: #ffcd6f40 !important;
    color: #fff;
}

.rhap_container {
    --audio-bg-color: #151515;
    --audio-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-family: inherit;
    width: 100%;
    padding: 5px 10px;
    background-color: var(--audio-bg-color);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.rhap_container:focus:not(:focus-visible) {
    outline: 0;
}
.rhap_container svg {
    vertical-align: initial;
}

.rhap_header {
    margin-bottom: 10px;
}

.rhap_footer {
    margin-top: 5px;
}

.rhap_main {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.rhap_stacked .rhap_controls-section {
    margin-top: 8px;
}

.rhap_horizontal {
    flex-direction: row;
}
.rhap_horizontal .rhap_controls-section {
    margin-left: 8px;
}

.rhap_horizontal-reverse {
    flex-direction: row-reverse;
}
.rhap_horizontal-reverse .rhap_controls-section {
    margin-right: 8px;
}

.rhap_stacked-reverse {
    flex-direction: column-reverse;
}
.rhap_stacked-reverse .rhap_controls-section {
    margin-bottom: 8px;
}

.rhap_progress-section {
    display: flex;
    flex: 3 1 auto;
    align-items: center;
}

.rhap_progress-container {
    display: flex;
    align-items: center;
    height: 20px;
    align-self: center;
    margin: 0 calc(10px + 1%);
    flex: 1 0 auto;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}
.rhap_progress-container:focus:not(:focus-visible) {
    outline: 0;
}

.rhap_time {
    color: var(--audio-color);
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
}

.rhap_progress-bar {
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 5px;
    background-color: #dddddd;
    border-radius: 2px;
}

.rhap_progress-filled {
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: #868686;
    border-radius: 2px;
}

.rhap_progress-bar-show-download {
    background-color: rgba(221, 221, 221, 0.5);
}

.rhap_download-progress {
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: #dddddd;
    border-radius: 2px;
}

.rhap_progress-indicator {
    box-sizing: border-box;
    position: absolute;
    z-index: 3;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    top: -8px;
    background: #868686;
    border-radius: 50px;
    box-shadow: rgba(134, 134, 134, 0.5) 0 0 5px;
}

.rhap_controls-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rhap_additional-controls {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
}

.rhap_repeat-button {
    font-size: 26px;
    width: 26px;
    height: 26px;
    color: #868686;
    margin-right: 6px;
}

.rhap_main-controls {
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rhap_main-controls-button {
    margin: 0 3px;
    color: #868686;
    font-size: 35px;
    width: 35px;
    height: 35px;
}

.rhap_play-pause-button {
    font-size: 40px;
    width: 40px;
    height: 40px;
}

.rhap_volume-controls {
    display: flex;
    flex: 1 0 auto;
    justify-content: flex-end;
    align-items: center;
}

.rhap_volume-button {
    flex: 0 0 26px;
    font-size: 26px;
    width: 26px;
    height: 26px;
    color: #868686;
    margin-right: 6px;
}

.rhap_volume-container {
    display: flex;
    align-items: center;
    flex: 0 1 100px;
    user-select: none;
    -webkit-user-select: none;
}

.rhap_volume-bar-area {
    display: flex;
    align-items: center;
    width: 100%;
    height: 14px;
    cursor: pointer;
}
.rhap_volume-bar-area:focus:not(:focus-visible) {
    outline: 0;
}

.rhap_volume-bar {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 4px;
    background: #dddddd;
    border-radius: 2px;
}

.rhap_volume-indicator {
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    left: 0;
    top: -4px;
    background: #868686;
    opacity: 0.9;
    border-radius: 50px;
    box-shadow: rgba(134, 134, 134, 0.5) 0 0 3px;
    cursor: pointer;
}
.rhap_volume-indicator:hover {
    opacity: 0.9;
}

.rhap_volume-filled {
    height: 100%;
    position: absolute;
    z-index: 2;
    background-color: #868686;
    border-radius: 2px;
}

/* Utils */
.rhap_button-clear {
    background-color: transparent;
    border: none;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
}
.rhap_button-clear:hover {
    opacity: 0.9;
    transition-duration: 0.2s;
}
.rhap_button-clear:active {
    opacity: 0.95;
}
.rhap_button-clear:focus:not(:focus-visible) {
    outline: 0;
}
