/** ONDEMAND **/

.switcher-language.green-switcher li.has-child-menu ul.sub-menu li .llt-owner-actions button.llt-owner-actions-btn {
    color: white;
    font-size: 14px;
    height: 20px;
    width: 20px;
    padding: 0px;
    background: none;
    border: 1px solid #dc3545;
    border-radius: 4px;
    background: #dc3545;
}

.switcher-language.green-switcher li.has-child-menu ul.sub-menu li .llt-owner-actions {
    display: flex;
    gap: 4px;
}

.switcher-language.green-switcher li.has-child-menu ul.sub-menu li .llt-owner-actions button.llt-owner-actions-btn.retranslate-btn {
    font-size: 13px;
    border: 1px solid #04c317;
    border-radius: 4px;
    background: #04c317;
}

.switcher-language.green-switcher li.has-child-menu ul.sub-menu li .llt-owner-actions button.llt-owner-actions-btn.download-translation-btn {
    font-size: 13px;
    border: 1px solid #0dcaf0;
    border-radius: 4px;
    background: #0dcaf0;
}

.switcher-language.green-switcher li.has-child-menu ul.sub-menu li .llt-owner-actions button.llt-owner-actions-btn.download-translation-btn[disabled] {
    background: #8e9ea1a3;
    border-color: #8e9ea1a3;
}

.switcher-language.green-switcher li.has-child-menu ul.sub-menu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.llt-swal-download-links-container .swal2-popup.swal2-modal{
    width: 100%;
    max-width: 480px;
}

.my-swal-popup {
    max-width: 650px !important;
    width: 90% !important;
    padding-top: 4em;
    padding-bottom: 4em;
}

.swal-btn-lg {
    font-size: 1.3rem;
}

.swal-text-lg {
    font-size: 1.4rem;
}