@font-face {
    font-family: "Amazon Ember";
    src: url("fonts/Amazon Ember.ttf");
}

body {
    font-family: "Amazon Ember", Arial, Helvetica, sans-serif;
}

.main-header {
    z-index: 90;
}

.page-header h1 {
    font-size: 20px;
    margin: 3px 0 3px 5px;
}

.content-wrapper .content-header {
    margin-bottom: -1rem;
}
.content-wrapper .content {
    padding-top: 1rem;
}

.content-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: .31rem;
}

.selected-wrapper {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
}

.table td, .table th {
    padding: .5rem;
}

.table-bordered td, .table-bordered th {
    border-color: #eeeeee;
}

.table-bordered .delimiter-right {
    border-right: 2px solid #dfdfdf;
}

.table-bordered .delimiter-left {
    border-left: 2px solid #dfdfdf;
}

.table th {
    padding: .4rem;
}
.table td {
    padding: .3rem .4rem;
}
.table th a {
    color: inherit;
}

.table-bordered td, .table-bordered th {
    border-color: #eeeeee;
}

.table-bordered .delimiter-right {
    border-right: 2px solid #dfdfdf;
}

.table-bordered .delimiter-left {
    border-left: 2px solid #dfdfdf;
}

.table-bordered .delimiter-right-dark {
    border-right: 2px solid #808080;
}
.table-bordered .delimiter-left-dark {
    border-left: 2px solid #808080;
}

.card-body.p-0 .table thead > tr > th:first-of-type,
.card-body.p-0 .table thead > tr > td:first-of-type,
.card-body.p-0 .table tfoot > tr > th:first-of-type,
.card-body.p-0 .table tfoot > tr > td:first-of-type,
.card-body.p-0 .table tbody > tr > th:first-of-type,
.card-body.p-0 .table tbody > tr > td:first-of-type {
    padding-left: .7rem;
}

.card-body.p-0 .table thead > tr > th:last-of-type,
.card-body.p-0 .table thead > tr > td:last-of-type,
.card-body.p-0 .table tfoot > tr > th:last-of-type,
.card-body.p-0 .table tfoot > tr > td:last-of-type,
.card-body.p-0 .table tbody > tr > th:last-of-type,
.card-body.p-0 .table tbody > tr > td:last-of-type {
    padding-right: .7rem;
}

.card-body .form-group:last-child {
    margin-bottom: unset;
}

.col-checkbox {
    width: 35px;
    min-width: 35px;
    text-align: center;
}
.col-text {
    width: 100px;
    min-width: 100px;
}
.col-short-text {
    width: 40px;
    min-width: 40px;
}

label.custom-control-label {
    cursor: pointer;
}

.actions {
    width: 100px;
}

ul.pagination {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    display: block;
}
ul.pagination li {
    display: inline-block;
    margin: 0 3px;
}
select.per-page-select {
    float: right;
    width: auto;
}

ul.pagination {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    display: block;
}
ul.pagination li {
    display: inline-block;
    margin: 0 3px;
}

.localization-image img {
    max-width: 100%;
    max-height: 100px;
}

.localization-image-short img {
    max-width: 64px;
    max-height: 64px;
}

.quokka-register-input {
    border-radius: unset;
    border: none;
    border-bottom: 2px solid #E0E0E0;
}

.quokka-register-input:focus {
    border-color: #8FC63D;
}

.quokka-register-btn {
    background-color: #8FC63D;
    color: white;
}

.quokka-default-btn {
    background-color: #606060;
    color: white;
}

.quokka-btn {
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
}

.quokka-register-btn:hover {
    background-color: #6C9C2D;
}

.quokka-default-btn:hover {
    background-color: #3a3a3a;
    color: white;
}

.quokka-register-card {
    border-radius: 15px;
}

.quokka-register-error .alert {
    color: #ffffff;
    background-color: #ff8e8e;
    border: none;
    border-radius: 10px;
}

.quokka-register-card-footer {
    background-color: #464646;
    border-radius: 0 0 15px 15px;
    color: white;
}

.quokka-register-card-footer a {
    color: white;
}

.quokka-register-card-footer a:hover {
    color: #8FC63D;
}

.subscription-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.subscription-card {
    position: relative;
    margin: 30px 10px;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 300px;
    background-color: white;
}
.subscription-title {
    display: block;
    margin-bottom: 20px;
    color: #676767;
    font-size: 20px;
    font-weight: bold;
}
.subscription-price {
    display: block;
    margin-bottom: 20px;
    color: #8FC63D;
    font-size: 30px;
    font-weight: bold;
}
.subscription-features {
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.btn-subscription {
    background-color: #8FC63D;
    width: 100%;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
}
.btn-subscription:hover {
    background-color: #6C9C2D;
    color: white;
}
.subscription-most-popular {
    position: absolute;
    background-color: #464646;;
    top: -16%;
    left: 29%;
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
}

.quokka-logo-menu {
    max-width: 200px;
    height: auto;
}

@media (max-width: 576px) {
    .navbar-nav {
        flex-direction: column;
        text-align: center;
    }

    .nav-item {
        margin: 5px 0;
    }

    .quokka-logo-menu {
        margin: 0 auto;
    }
}

.card-header.d-flex.table-custom-header::after {
    content: none;
    display: none;
}

.scrollable-container {
    position: relative;
}
.scrollable {
    overflow: auto;
    border: 0;
    min-width: 100%;
    height: 80vh;
}
.scrollable .table {
    border: 0;
    min-width: 100%;
    width: auto;
    margin: 0;
}
.scrollable table thead {
    position: sticky;
    z-index: 15;
    top: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.scrollable table {
    width: 100%;
    border-collapse: separate!important;
    border-spacing: 0;
}
.product-wrapper {
    min-width: 400px;
}
.product-name {
    word-wrap: break-word;
    white-space: normal;
}
.edit-chat-modal {
    position: absolute;
    width: 143px;
    top: 0px;
    left: 66px;
    z-index: 7;
}

.chat-item-form-wrapper {
    background-color: #adadad;
}

.chat-item-form {
    width: 300px;
    padding: 15px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.chat-item-button {
    color: #676767;
    font-size: 16px;
    border: none;
    background-color: white;
}

.tf-nc {
    border-radius: 5px;
    width: 260px;
}

.chat-container {
    width: 700px;
    display: flex;
    flex-direction: column;
}

.message {
    padding: 10px;
    border-radius: 10px;
    word-wrap: break-word;
    margin-bottom: 5px;
}

.message.user {
    align-self: flex-end;
    background-color: #007bff1c;
    text-align: right;
}

.message.bot {
    align-self: flex-start;
    background-color: #efefef;
    text-align: left;
    padding: 10px;
}

.message-action {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    font-size: 12px;
    margin-bottom: 5px;
}

.custom-card {
    width: 250px;
    border-radius: 12px;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin: 10px;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
}

.custom-card-header {
    background: linear-gradient(to right, var(--gradient-start), var(--gradient-end));
    color: white;
    padding: 12px;
    font-weight: 600;
    font-size: 0.85rem;
    text-align: center;
    letter-spacing: 0.5px;
}

.custom-card-body {
    background: #fcefe5;
    padding: 20px 15px;
    text-align: center;
}

.custom-icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.custom-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.custom-title {
    text-align: left;
    color: #19264a;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.custom-text {
    text-align: left;
    color: #3a3a3a;
    font-size: 17px;
    margin: 0;
    line-height: 1;
}

.custom-arrow {
    margin-top: 12px;
    font-size: 10px;
    color: #19264a;
}

.custom-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.custom-title-block {
    margin-left: 15px;
}

.white-icon {
    background: #0c3054;
    padding: 5px;
    border-radius: 5px;
    max-width: 50px;
}

.customer-table td, .customer-table th {
    font-size: 12px;
    border-right: 1px solid #eeeeee;
    width: auto;
}

.customer-table thead th {
    border-bottom: none;
}

.customer-table .short-col {
    width: 40px;
    min-width: 40px;
}

.file-pairs-container {
    border: 1px solid #e0e0e0;
    padding: 10px;
    border-radius: 5px;
}
.no-added-files {
    text-align: center;
    color: #999999;
    font-size: 14px;
}
.slider-image {
    max-width: 100%;
    min-height: 100px;
}

.slider-image img {
    max-width: 100px;
    min-height: 100%;
}

.link-translates-container {
    border: 1px solid #eaeaea;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.color-picker {
    width: 35px;
    height: 35px;
    border: 2px solid #606060;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.color-picker::-webkit-color-swatch-wrapper {
    padding: 0;
    border-radius: 50%;
}

.color-picker::-webkit-color-swatch {
    border: none;
    border-radius: 50%;
}



