@font-face {
    font-family: myFont;
    src: url(KJino.TTF);
}

body {
    overflow-y: hidden;
    font-family: myFont !important;
}

.container {
    width: 100% !important;
    max-width: unset !important;
}

.row {
    margin-bottom: 0;
}

i {
    color: #ffae00;
    display: flex;
    transform: rotate(-90deg);
    font-size: 5vh !important;
}

.card {
    padding: 1rem !important;
    margin: 1rem 0rem .5rem 0rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.current .card {
    background-color: #424242;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    border-color: #7c7c7c !important;
}

    .current .card.recent-call {
        color: white;
        animation-name: example;
        transition: .5s;
        animation-duration: 4s;
        animation-iteration-count: 5;
    }

@keyframes example {
    0% {
        background-color: #424242;
    }

    25% {
        background-color: #048704;
    }

    50% {
        background-color: #424242;
    }

    75% {
        background-color: #048704;
    }
}

.card div {
    font-size: 3.5rem !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.current .card > * {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .current .card > *:first-child {
        justify-content: end;
    }

    .current .card > *:nth-child(2n) {
        justify-content: center;
        width: 50%;
    }

    .current .card > *:last-child {
        justify-content: start;
    }

.card div b {
    font-weight: bold !important;
    display: flex;
    align-items: center;
}

.current {
    height: 100vh;
    /* background-color: #17223B; */
}

    .current > .col > .card {
        height: calc(33vh - 1.5rem - 3rem);
    }

.incoming {
    overflow-y: auto !important;
    height: 100vh;
    padding-bottom: .5rem !important;
    direction: rtl;
    border-right: 1rem solid #424242;
}

    .incoming .card {
        border-color: #7c7c7c !important;
    }

.blue.darken-4 {
    background-color: #17223B !important;
}

.blue.darken-3 {
    background-color: #424242 !important;
}

.incoming::-webkit-scrollbar {
    width: 1em;
}

.incoming::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #17223B;
}

.incoming::-webkit-scrollbar-thumb {
    background-color: #424242;
    border-radius: 32px;
}

.current .card .mud-icon-root.mud-svg-icon {
    fill: greenyellow !important;
    width: 4rem !important;
    transform: scale(3) translateY(-2px);
}
