/* Responsive */
@media (max-width: 768px) {
    /* Styles for tablets and larger screens */
    form.reset-form,
    form.forgot-form,
    form.login-form,
    form.signup-form {
        padding: 20px;
    }
    .side-content {
        padding: 0 15px;
    }
    .nav-bar-info {
        font-size: 11px;
    }
    nav.navbar {
        text-align: center;
    }
    .mobile-menu-trigger {
        display: block;
        position: absolute;
        top: 13px;
        left: 10px;
        font-size: 25px;
        background: #ffffff;
        width: 40px;
        line-height: 36px;
        border-radius: 5px;
        height: 35px;
    }
    .mobile-menu-trigger .fa-solid.fa-xmark {
        display: none;
    }
    .mobile-menu-trigger .fa-solid.fa-bars {
        display: inline-block;
    }
    .mobile-menu-trigger.active .fa-solid.fa-xmark {
        display: inline-block;
    }
    .mobile-menu-trigger.active .fa-solid.fa-bars {
        display: none;
    }
    .menu-container {
        position: fixed;
        z-index: 101;
        translate: -110%;
        transition: 0.4s;
    }
    .menu-container.active {
        translate: 0%;
    }
    /* .side-content {
        padding: 10px;
    } */
    .actions-row {
        margin-bottom: 10px;
        margin-top: 10px;
        min-height: auto;
    }
    #conversation-block {
        position: fixed;
        top: 60px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        translate: -100%;
        transition: 0.4s;
    }
    #conversation-block.active {
        translate: 0;
    }
    span.callBlock-dot {
        display: none;
    }
    .call-block {
        flex-wrap: wrap;
        padding-bottom: 40px;
        justify-content: center;
        padding: 30px;
        padding-bottom: 40px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        box-shadow: 0px -10px 15px 0px rgb(0 0 0 / 20%);
    }
    .call-block__left {
        flex-wrap: wrap;
    }
    /* span#callBlock-info, */
    /* span#callBlock-status { */
    /* width: 100% !important; */
    /* display: block !important; */
    /* max-width: 100% !important; */
    /* margin-bottom: 10px !important; */
    /* } */
    .calling-interface,
    .voicemail-interface {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        overflow-y: auto;
        overflow-x: hidden;
        translate: -100%;
        transition: 0.4s;
    }
    .calling-interface.active,
    .voicemail-interface.active {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        overflow-y: auto;
        overflow-x: hidden;
        translate: 0;
    }
    .responsive-btn {
        padding: 0.3rem 0.5rem;
        font-size: 0.7rem;
        /* border-radius: 0.25rem; */
    }
    .section-title {
        font-size: 1rem;
    }
    .module-heading {
        font-size: 0.8rem;
        font-weight: 400;
    }
    .analytics-icon {
        font-size: 2rem;
    }
}
@media (max-width: 400px) {
    li.cf-menu-item a {
        justify-content: left;
    }
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }
}

/* Default (mobile-first) */
#smiles-keyboard span {
    width: calc((100% - 50px) / 6);
}

/* 320px and up */
@media (min-width: 320px) {
    #smiles-keyboard span {
        width: calc((100% - 40px) / 5);
    }
    .gif-preview {
        height: 60px;
        width: 100%;
        width: calc((100% - 30px) / 4);
    }
}

/* 375px and up */
@media (min-width: 375px) {
    #smiles-keyboard span {
        width: calc((100% - 50px) / 6);
    }
}

/* 425px and up */
@media (min-width: 425px) {
    #smiles-keyboard span {
        width: calc((100% - 50px) / 6);
    }
    .gif-preview {
        height: 70px;
        width: 100%;
        width: calc((100% - 30px) / 4);
    }
}

/* 768px and up */
@media (min-width: 768px) {
    #smiles-keyboard span {
        width: calc((100% - 110px) / 12);
    }
    .gif-preview {
        height: 90px;
        width: 100%;
        width: calc((100% - 60px) / 7);
    }
}

/* 1024px and up */
@media (min-width: 1024px) {
    #smiles-keyboard span {
        width: calc((100% - 70px) / 8);
    }
    .gif-preview {
        height: 70px;
        width: 100%;
        width: calc((100% - 40px) / 5);
    }
}

/* 1440px and up */
@media (min-width: 1440px) {
    #smiles-keyboard span {
        width: calc((100% - 130px) / 14);
    }
    .gif-preview {
        height: 80px;
        width: 100%;
        width: calc((100% - 70px) / 8);
    }
}
/* 1440px and up */
@media (min-width: 1680px) {
    #smiles-keyboard span {
        width: calc((100% - 130px) / 14);
    }
    .gif-preview {
        height: 70px;
        width: 100%;
        width: calc((100% - 90px) / 10);
    }
}
