body {
    margin: 0;
    color: rgba(76, 78, 100, 0.87);
    letter-spacing: 0.15px;
    font-family: Inter, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    overflow-x: hidden;
}
.text-right {
    text-align: right;
}
.form-control::placeholder {
    padding-left: 0;
}
.search-input {
    display: inline-block;
    position: relative;
}
.search-input .search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.relative {
    position: relative;
}
body.mode-dark .input_date_filter {
    width: 260px;
    display: inline-block;
}
.keyword-list {
    padding-left: 0;
}
.keyword-item {
    padding: 5px;
    display: flex;
    justify-content: space-between;
}
.text-link {
    color: #007c89;
    cursor: pointer;
}
.text-grey {
    color: #888;
}
.text-link:hover, .text-link:focus {
    color: #00b7db;
}
.t-layout-fixed {
    table-layout: fixed;
}
.contact-form-table .col-name {
    width: 15%;
}
.contact-form-table .col-email {
    width: 20%;
}
.contact-form-table .col-website {
    width: 35%;
}
.small {
    font-size: 0.86rem;
}
/*.tox .tox-edit-area__iframe {
    background-color: transparent !important;
}
.mce-content-body {
    color: #fff;
}*/
.mail-variable-item {
    font-size: 12px;
    padding: 2px 8px;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.0);
    color: rgba(0, 0, 0, 0.7);
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.mail-variable-item:hover, .mail-variable-item:focus {
    background-color: rgba(168, 165, 165, 0.6);
    border-color: rgba(255, 255, 255, 0.0);
    color: rgba(0, 0, 0, 0.7);
}
.mode-dark .input-group-text {
    background-color: #39596b;
    border: 1px solid #39596b;
    color: #fff;
}
.keyword-card {
}
.chart-container {
    width: 100%;
    min-height: 250px;
    margin-bottom: 30px;
}
.chart-container > div, .chart-container > div > svg {
    width: 100% !important;
}
.search-input {
    position: relative;
}
.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}
.btn-outline-primary {
    background-color: rgba(100, 100, 100, 0.1);
    border-color: #eee;
    color: #999;
}
.btn-check+.btn:hover, .btn-check+.btn:focus, .btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #eee;
    border-color: #eee;
}
.btn-group-alt .btn-check:checked+.btn,
.btn-group-alt .btn.active,
.btn-group-alt .btn.show,
.btn-group-alt .btn:first-child:active,
.btn-group-alt :not(.btn-check)+.btn:active
{
    background-color: #eee;
    border-color: #eee;
    color: #333;
}
.cd-select .select2-container--default .select2-search--inline .select2-search__field {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
.fs-12 {
    font-size: 12px;
}
.login-content {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.tox-tinymce {
    min-height: 300px !important;
}
.input-medium .select2-selection {
    padding-right: 30px;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #00838F;
    border-color: #00838F;
}
body .filter-box .input-medium .select2 {
    max-width: inherit !important;
}
.keywords-list-manager {
    max-height: 420px;
    overflow: auto;
}
.keywords-list-manager thead {
    position: sticky;
    top: 0;
    z-index: 1;
}
.keywords-list-manager thead tr th:first-child {
}
.keywords-list-manager thead tr th {
    background-color: rgb(32 43 51);
}
.keyword-tags-input-wrapper .vs__dropdown-menu {
    display: none;
}
.badge-primary {
    background-color: #00838F;
    border-color: #00838F;
}
.bg-primary {
    background-color: #00838F;
}
.form-check-input:checked {
    background-color: #00838F;
    border-color: #00838F;
    box-shadow: none;
}
.icon-close:after {
    content: 'close';
    font-family: "Material Symbols Outlined", serif;
    color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
}
.btn-sm.icon-close:after {
    font-size: 16px;
}
.btn-danger.icon-close:after {
    color: #dc3545;
}
.btn-danger.icon-close:after:hover, .btn-danger.icon-close:after:focus {
    color: #93212c;
}
