@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* /Component/Admin/AdminNotificationRow.razor.rz.scp.css */

.notification[b-c6pcpk84un] {
    display: flex;
    flex-direction: row;
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(138, 175, 243, 0.3);
    width: 100%;
    height:fit-content;
    justify-content:space-between;
}

.property-value[b-c6pcpk84un] {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}

.edit-icons[b-c6pcpk84un] {
    display: flex;
    flex-direction: row;
    width:10%;
    justify-content: space-evenly;
}
.email[b-c6pcpk84un] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width:60%;
}

.languages[b-c6pcpk84un] {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:25%;
}
/* /Component/Admin/AdminVersionRow.razor.rz.scp.css */

.version[b-l4ddw1yv5r] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(138, 175, 243, 0.3);
    width: 48%;
    height:fit-content;
}

.version-title[b-l4ddw1yv5r] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.property-value[b-l4ddw1yv5r] {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items:baseline;
}

.property-value .form-control[b-l4ddw1yv5r]{
    text-align:end;
    width:50%;
}

.edit-icons[b-l4ddw1yv5r] {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    width: 15%;
    justify-content: space-between;
}

@media screen and (max-width: 1450px) {
    .version[b-l4ddw1yv5r] {
        display: flex;
        flex-direction: column;
        padding: 20px;
        border-radius: 10px;
        background-color: rgb(138, 175, 243, 0.3);
        width: 100%;
        height: fit-content;
    }
}

/* /Component/Home/TranslationRow.razor.rz.scp.css */
[b-z1zxc5s4nz]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
[b-z1zxc5s4nz]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 1000px;
}

/* Handle */
[b-z1zxc5s4nz]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 1000px;
}

[b-z1zxc5s4nz]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.translation-keys[b-z1zxc5s4nz] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    
    border-bottom: solid 1px rgb(137, 137, 137);
    font-size: 14px;
    padding: 3px 0;
}


.keys-section[b-z1zxc5s4nz] {
    display: flex;
    flex-direction:row;
    justify-content: space-evenly;
    align-items: center;
    width: 45%;
    font-weight: 600;
}

.key-container[b-z1zxc5s4nz]{
    width: 80%;
    margin-left: 10px;
}
.key[b-z1zxc5s4nz] {
    width:100%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-tooltip[b-z1zxc5s4nz] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    width: 20%;
    max-height: 100%;
    font-size: 10px;
    flex-wrap: wrap;
    overflow: hidden;
}

.product-patch[b-z1zxc5s4nz]{
    height:fit-content;
    width:fit-content;
    border-radius:3px;
    padding:1px 2px;
    margin:1px;
}

.cursor-help[b-z1zxc5s4nz]{
    cursor: help;
}

.translation-values-section[b-z1zxc5s4nz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 49%;
    overflow-wrap:anywhere
}

.edit-section[b-z1zxc5s4nz] {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 6%
}

.edit-section button[b-z1zxc5s4nz] {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 1000px;
}

.edit-section button i[b-z1zxc5s4nz] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment-icon[b-z1zxc5s4nz] {
    cursor: help;
    font-size: 18px;
}
.icon-pointer[b-z1zxc5s4nz] {
    cursor: help;
    font-size: 18px;
}

.head-value-section[b-z1zxc5s4nz] {
    display: flex;
    width: 90px;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
}

.head-value-icons[b-z1zxc5s4nz] {
    display: flex;
    justify-content: space-evenly;
    width:60px;
}

.head-value-section img[b-z1zxc5s4nz] {
    height: 20px;
    width: 30px;
}

.translation-values[b-z1zxc5s4nz] {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    padding: 2px;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.translation-text[b-z1zxc5s4nz]{
    width:100%;
    text-align:start;
}

.translation-values:not(:last-child)[b-z1zxc5s4nz] {
    border-bottom: solid 1px rgb(155, 155, 155);
}
/* /Component/Home/TranslationRowReview.razor.rz.scp.css */
[b-rd4asjsulx]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
[b-rd4asjsulx]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 1000px;
}

/* Handle */
[b-rd4asjsulx]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 1000px;
}

[b-rd4asjsulx]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.translation-keys[b-rd4asjsulx] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border-bottom: solid 1px rgb(137, 137, 137);
    font-size: 14px;
    margin: 0
}



.keys-section[b-rd4asjsulx] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 45%;
    font-weight: 600;
}

.key-container[b-rd4asjsulx] {
    width: 80%;
    margin-left: 10px;
}
.key[b-rd4asjsulx] {
    width:100%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-tooltip[b-rd4asjsulx] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    width: 30%;
    max-height: 100%;
    font-size: 10px;
    flex-wrap: wrap;
    overflow: hidden;
}

.product-patch[b-rd4asjsulx] {
    height: fit-content;
    width: fit-content;
    border-radius: 3px;
    padding: 1px 2px;
    margin: 1px;
}


.translation-values-section[b-rd4asjsulx] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 49%;
    overflow-wrap:anywhere;
}

.edit-section[b-rd4asjsulx] {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 6%
}

.edit-section button[b-rd4asjsulx] {
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 1000px;
}

.edit-section button i[b-rd4asjsulx] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon[b-rd4asjsulx] {
    cursor: pointer;
    font-size: 18px;
}

.head-value-section[b-rd4asjsulx] {
    display: flex;
    width: 90px;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
}

.head-value-icons[b-rd4asjsulx] {
    display: flex;
    justify-content: space-evenly;
    width:60px;
}

.head-value-section img[b-rd4asjsulx] {
    height: 20px;
    width: 30px;
}

.translation-values[b-rd4asjsulx] {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    padding: 2px;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.translation-text[b-rd4asjsulx]{
    width:100%;
    text-align:start;
}

.translation-values:not(:last-child)[b-rd4asjsulx] {
    border-bottom: solid 1px rgb(155, 155, 155);
}

.btn[b-rd4asjsulx]{
    display:flex;
    justify-content:center;
    align-content:center;
}

.btn-secondary[b-rd4asjsulx] {
    opacity:0.7;
    cursor: default;
    /*pointer-events: none;*/
}
/* /Component/Home/TranslationValue.razor.rz.scp.css */

.edit-text-area[b-fo4h3du1oh] {
    height: 35px;
    min-height: 35px;
    max-height: 200px;
    font-size: 14px;
    width: 40%;
}
/* /Component/MainLayout.razor.rz.scp.css */
.page[b-6xmcmqz2pj]{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-direction:column;
    height:100vh;
    background-image:url("./image/background.jpg");
    background-size:cover;
    background-position:50%;
    overflow:hidden;
}

.nav-header[b-6xmcmqz2pj]{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    width:100%;
}

.title-router[b-6xmcmqz2pj] {
    display:flex;
    align-items:baseline;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight:bold;
    font-size:25px;
    text-decoration:solid;
}

.user-menu[b-6xmcmqz2pj] {
    display: flex;
    flex-direction:row;
    width: 95%;
    justify-content: flex-end;
    align-items: center;
    margin:0 30px
}
.user-menu button[b-6xmcmqz2pj] {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 175px;
}


.dropdown-item[b-6xmcmqz2pj]{
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:5px 10px ;
}

.layout-frame[b-6xmcmqz2pj]{
    display:flex;
    justify-content:center;
    align-items:center;
    width:95%;
    height:92%;
    border-radius:15px;
    background-color:white;
}

@media screen and (max-width: 970px) {
    .title-router[b-6xmcmqz2pj] {
        display: flex;
        align-items: baseline;
        left: 15%;
        font-weight: bold;
        font-size: 25px;
        text-decoration: solid;
    }
    .user-menu[b-6xmcmqz2pj] {
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }
}
/* /Pages/AdminNotification.razor.rz.scp.css */
.admin-page[b-wqm1dszct4] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    overflow: hidden;
}

.nav-item[b-wqm1dszct4] {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 10px 20px;
}

.nav-link[b-wqm1dszct4] {
    padding: 0;
    cursor: pointer;
}

.bar-selector[b-wqm1dszct4] {
    width: 100%;
    height: 3px;
    border-radius: 1000px;
}


.notification-container[b-wqm1dszct4] {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 90%;
    width: 100%;
    margin: 10px;
}

.create-notification[b-wqm1dszct4], .current-notifications[b-wqm1dszct4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    height: 100%
}



.not-found[b-wqm1dszct4] {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 60%;
    font-size: 20px;
}


.vertical-splitter[b-wqm1dszct4] {
    display: flex;
    width: 1px;
    height: 80%;
}

.notification-row-container[b-wqm1dszct4] {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    scrollbar-width: none;
    gap: 15px 0;
}


.create-notification[b-wqm1dszct4] {
    padding: 0 30px;
}

.form-container[b-wqm1dszct4] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.create-notification-form[b-wqm1dszct4] {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgb(138, 175, 243, 0.3);
    border-radius: 20px;
    padding: 20px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.editform-style[b-wqm1dszct4]{
    display:flex;
    flex-direction:column;
    justify-content:center;
    width:80%
}


.label-input-notification[b-wqm1dszct4] {
    display: flex;
    flex-direction: column;
    margin: 10px
}

input:invalid[b-wqm1dszct4] {
    border: 1px red solid;
}

.creation-checkbox-container[b-wqm1dszct4] {
    display: flex;
    flex-direction: column;
    margin: 30px;
}

.creation-checkbox[b-wqm1dszct4] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flags[b-wqm1dszct4] {
    height: 40px;
    width: 60px;
    margin: 2px
}
.flag[b-wqm1dszct4] {
    height: 30px;
    width: 45px;
    margin-right:3px;
}

.header-info[b-wqm1dszct4]{
    display:flex;
    flex-direction:row;
    width:80%;
    margin:20px 0;
}

.notif-info-spacer[b-wqm1dszct4]{
    display:flex;
    justify-content:center;
    width:60%;
}


@media screen and (max-width: 1200px) {

    .vertical-splitter[b-wqm1dszct4] {
        display: none
    }

    .notification-container[b-wqm1dszct4] {
        flex-direction: column;
        overflow-y: scroll;
        height:auto;
    }

    .create-notification[b-wqm1dszct4], .current-notifications[b-wqm1dszct4] {
        width: 95%;
        padding:0;
    }
    .notification-row-container[b-wqm1dszct4], .create-notification-form[b-wqm1dszct4]{
        width:100%;
    }
}
/* /Pages/AdminVersion.razor.rz.scp.css */
.admin-page[b-6getpkvuwy] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    overflow: hidden;
}

.nav-item[b-6getpkvuwy] {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 10px 20px;
}

.nav-link[b-6getpkvuwy] {
    padding: 0;
    cursor: pointer;
}

.bar-selector[b-6getpkvuwy] {
    width: 100%;
    height: 3px;
    border-radius: 1000px;
}

.test[b-6getpkvuwy]{
    width:500px;
}

.version-container[b-6getpkvuwy]{
    display:flex;
    flex-direction:row;
    align-items:center;
    height:90%;
    width:100%;
    margin:10px;
}

.create-version[b-6getpkvuwy], .current-versions[b-6getpkvuwy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    height:100%
}


.not-found[b-6getpkvuwy]{
    display:flex;
    flex-direction:column;
    width:100%;
    justify-content:center;
    align-items:center;
    height:60%;
    font-size:20px;
}


.vertical-splitter[b-6getpkvuwy] {
    display: flex;
    width: 1px;
    height: 80%;
}

.version-row-container[b-6getpkvuwy] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap:25px 0;
}


.create-version[b-6getpkvuwy] {
    padding: 0 30px;
}

.form-container[b-6getpkvuwy] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y:auto;
}

.form-container[b-6getpkvuwy]::-webkit-scrollbar {
    display: none;
}

.create-version-form[b-6getpkvuwy] {
    display: flex;
    flex-direction: column;
    width: 80%;
    background-color: rgb(138, 175, 243, 0.3);
    border-radius: 20px;
    padding: 20px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.center-editform[b-6getpkvuwy]{
    display:flex;
    flex-direction:column;
    width:100%;
}

.label-input-version[b-6getpkvuwy] {
    display: flex;
    flex-direction: column;
    margin: 10px
}

.label-input-isActive[b-6getpkvuwy] {
    display: flex;
    flex-direction: row;
    width:100%;
    justify-content:space-between;
    padding:10px;
}

.product[b-6getpkvuwy]{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:90%;
    margin:10px 0 0 0;
    padding:2px 10px;
    border-radius:10px;
    background-color:white;
}

.products-container[b-6getpkvuwy]{
    display:flex;
    flex-direction:column;
    align-items:center
}

.add-product[b-6getpkvuwy]{
    cursor:pointer;
}
.add-product-error[b-6getpkvuwy]{
    cursor:not-allowed;
}

input:invalid[b-6getpkvuwy] {
    border:1px red solid;
}



@media screen and (max-width: 1200px) {

    .vertical-splitter[b-6getpkvuwy] {
        display: none
    }

    .version-container[b-6getpkvuwy] {
        flex-direction: column;
        overflow-y: scroll;
        height: auto;
    }
    .version-row-container[b-6getpkvuwy]{
        width:100%;
    }
    .create-version[b-6getpkvuwy], .current-versions[b-6getpkvuwy] {
        width: 95%;
        padding:0;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.page[b-j3nxm4yrik] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Verdana,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    overflow: hidden !important;
    height: 100vh;
    font-size: smaller;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(./image/background.jpg);
}

.connect-container[b-j3nxm4yrik] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    background: rgba(199,190,190,.15);
    width: 40%;
    min-width:200px;
    max-width:500px;
    box-shadow: 0 8px 32px 0 rgba(131,131,137,.37);
    backdrop-filter: blur(20px);
    padding: 50px;
    padding-bottom: 0;
    padding-top: 30px;
    img{
           height:70px;
       }
}

 

.trb-title[b-j3nxm4yrik]{
    font-weight:bold;
    color:unset;
}

.btn-azureAD[b-j3nxm4yrik] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    font-family: inherit;
    overflow: visible;
    text-transform: none;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    -webkit-appearance: inherit;
    transition: background-color 100ms linear, border-color 100ms linear, color 100ms linear, box-shadow 100ms linear;
    font-weight: 400;
    white-space: nowrap;
    text-decoration: none;
    border-width: 0;
    line-height: 1rem;
    fill: rgb(48, 48, 48);
    font-size: 0.875rem;
    border-radius: 0.25rem;
    border-color: #e3e3e3;
    color: #303030;
    cursor: pointer;
    box-shadow: inset 0 0 0 2px #868686, 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    background: #f0f0f0;
    margin-bottom:20px;
    padding:5px 10px;
    img{
            width: 1rem;
            height: 1rem;
            margin:5px;
       }
}


/* /Pages/TranslationReviewTable.razor.rz.scp.css */

.translationReviewPage[b-u2cpsgh3s9] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}

.header-home[b-u2cpsgh3s9] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.nav-item[b-u2cpsgh3s9] {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 10px 20px;
}

    .nav-item a[b-u2cpsgh3s9] {
        padding: 0;
        cursor: pointer;
    }

.bar-selector[b-u2cpsgh3s9] {
    width: 100%;
    height: 3px;
    background-color: rgb(13, 127, 254);
    border-radius: 1000px;
}

.filter-container[b-u2cpsgh3s9]{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:60%;
    margin:10px 0px;
}

.version-filter[b-u2cpsgh3s9]{
    display:flex;
    flex-direction:row;
    width:40%;
}
.version-filter select[b-u2cpsgh3s9]{
    margin:5px;
}

.container-language-selection[b-u2cpsgh3s9] {
    display: flex;
    flex-direction: row;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.language-selection[b-u2cpsgh3s9] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}
.flags[b-u2cpsgh3s9] {
    height: 40px;
    width: 60px;
    margin: 2px
}

.not-selected[b-u2cpsgh3s9] {
    opacity: 0.5;
    background-color: white;
}

.language-selection input[type="checkbox"][b-u2cpsgh3s9] {
    display: none;
}


.total-count[b-u2cpsgh3s9] {
    border-bottom: 2px solid rgb(155, 155, 155);
    margin-left: 10px;
}

#translations-screen[b-u2cpsgh3s9] {
    display: flex;
    flex-direction: column;
    margin: 0 4px 10px 4px;
    overflow-y: scroll;
    width: 100%;
    max-height: 800px;
    height: 100%;
}

.no-review[b-u2cpsgh3s9]{
    display:flex;
    width:100%;
    height:100%;
    font-size:25px;
    justify-content:center;
}
.no-review i[b-u2cpsgh3s9]{
    display:flex;
    align-items:center;
}
/* /Pages/TranslationTable.razor.rz.scp.css */

.translationPage[b-q3mizrd8av] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    overflow: hidden;
}

#translations-screen[b-q3mizrd8av] {
    display: flex;
    flex-direction: column;
    margin: 0 4px 10px 4px;
    overflow-y: scroll;
    width: 100%;
    max-height:800px;
    height:100%;
}

.cursor-help[b-q3mizrd8av] {
    cursor: help;
}

.nav-item[b-q3mizrd8av] {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 10px 20px;
}

.nav-link[b-q3mizrd8av]{
    padding: 0;
    cursor: pointer;
}

.bar-selector[b-q3mizrd8av] {
    width: 100%;
    height: 3px;
    border-radius: 1000px;
}

.container-search-form[b-q3mizrd8av] {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 95px;
    justify-content:space-between;
}

.searchForm[b-q3mizrd8av] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.searchForm[b-q3mizrd8av]::-webkit-scrollbar {
    display: none;
}

.input-container[b-q3mizrd8av] {
    display: flex;
    flex-direction: row;
    width: 520px;
    justify-content:space-between;
    height:100%;
}

.flex-col[b-q3mizrd8av]{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding:4px;
    height:100%;
}



.container-language-selection[b-q3mizrd8av] {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: center;
    justify-content: space-between;
}
.language-selection[b-q3mizrd8av] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}

.search-replace[b-q3mizrd8av]{
    display:flex;
    flex-direction:row;
    width:fit-content;
    justify-content:space-evenly;
    align-items:flex-start;
    height:100%;
}

.search-replace-input[b-q3mizrd8av] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    width: fit-content;
}


.text-button-overflow[b-q3mizrd8av] {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}

.replace-section[b-q3mizrd8av]{
    display:flex;
    flex-direction:row;

}

.search-replace-input button[b-q3mizrd8av] {
    margin: 4px;
}

.search-replace-input .input-group[b-q3mizrd8av] {
    width: 100%;
    margin: 4px;
}


.flags[b-q3mizrd8av]{
    height:40px;
    width:60px;
    margin:2px
}

.not-selected[b-q3mizrd8av]{
    opacity:0.5;
    background-color:white;
}

.language-selection input[type="checkbox"][b-q3mizrd8av]{
    display: none;
}

.missing-search-div[b-q3mizrd8av] {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    min-width:100px;
    align-items: center;
    justify-content: center;
}

.missing-language-img[b-q3mizrd8av] {
    height: 32px;
    width: 48px;
    cursor: pointer;
}

.missing-language-color[b-q3mizrd8av] {
    filter: invert(45%) sepia(98%) saturate(4368%) hue-rotate(201deg) brightness(85%) contrast(100%);
}

.total-count[b-q3mizrd8av] {
    border-bottom: 2px solid rgb(155, 155, 155);
    margin-left: 10px;
}



.not-found[b-q3mizrd8av]{
    position:relative;
    left:40%;
    top:45%;
    width:fit-content;
}
