@charset "UTF-8";
/*
CSS code for the Beautysen.
*/

/* ---------------- Body ---------------- */

body {
    font-family: 'Jost';
    font-size: 16px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: 0em;
    font-style: normal;
    color: #1D1D1F;
}

/* ---------------- Text ---------------- */

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #3B37CA !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #3c37cabe !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, 
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #0ACF97 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #068662 !important;
}

.text-info {
    color: #39afd1 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #247f9a !important;
}

.text-warning {
    color: #ffbc00 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #b38400 !important;
}

.text-danger {
    color: #FF5052 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #f81240 !important;
}

.text-light {
    color: #eef2f7 !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #bacadf !important;
}

.text-dark {
    color: #1d1d1d !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121519 !important;
}

.text-body {
    color: #6c757d !important;
}

.text-muted {
    color: #333333 !important;
}

.text-black-50 {
    color: rgba(29, 29, 29, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-violet {
    color: #7B44A1 !important;
}

.text-purple {
    color: #C5206A !important;
}

/* --------------- Button --------------- */

.btn-primary {
    color: #fff;
    background-color: #3C37C8;
    border-color: #3C37C8;
}

.btn-primary:hover {
    color: #fff;
    background-color: #4e5bf2;
    border-color: #4250f2;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #4e5bf2;
    border-color: #4250f2;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #3C37C8;
    border-color: #3C37C8;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4250f2;
    border-color: #3645f1;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5);
}

.btn-outline-primary {
    color: #3C37C8;
    border-color: #3C37C8;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #3C37C8;
    border-color: #3C37C8;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #3C37C8;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #3C37C8;
    border-color: #3C37C8;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3C37C8;
    border-color: #3C37C8;
}

.create-corpus-btn:hover,
.create-corpus-btn:focus {
    color: #fff !important;
    background-color: #3C37C8;
    border-color: #3C37C8;
}

.btn-danger {
    color: #fff;
    background-color: #FF5052;
    border-color: #FF5052;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #f9375e;
    border-color: #f82b54;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #f9375e;
    border-color: #f82b54;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 116, 144, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(251, 116, 144, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #FF5052;
    border-color: #FF5052;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f82b54;
    border-color: #f81e4a;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 116, 144, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(251, 116, 144, 0.5);
}

.btn-outline-danger {
    color: #c060fc;
    border-color: #c060fc;
}

.btn-outline-danger:hover {
    color: #fff !important;
    background-color: #c060fc;
    border-color: #c060fc;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 96, 252, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(192, 96, 252, 0.5) !important;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #c060fc;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #c060fc;
    border-color: #c060fc;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 96, 252, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(192, 96, 252, 0.5);
}

.btn-outline-danger:hover {
    color: #fff;
}

/* ---------------- Badge --------------- */

.badge-primary-lighten {
    color: #3c37c8;
    background-color: rgb(60 55 200 / 15%);
}

.badge-success-lighten {
    color: #0acf97;
    background-color: rgba(10, 207, 151, 0.1);
}

.badge-danger-lighten {
    color: #fa5c7c;
    background-color: rgba(250, 92, 124, 0.1);
}

.badge-warning-lighten {
    color: #ffbc00;
    background-color: rgba(255, 188, 0, 0.1);
}

.badge-secondary-lighten {
    color: #6c757d;
    background-color: rgba(108, 117, 125, 0.1);
}

/* --------------- Alert -------------- */

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 14px;
}

/* --------------- Select2 -------------- */

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.select2-container .select2-selection--multiple:focus-within {
    border: 1px solid #3d39c8 !important;
}

/* -------------- Navigation ------------- */

.nav-tabs.nav-bordered li a.active {
    border-bottom: 2px solid #3b37ca;
}

/* ---------------- Navbar --------------- */

.navbar-section {
    font-size: 14px;
    background-color: #d0e9fe;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}

.navbar-section .nav-link {
    color: #1d1f1f !important;
}

.navbar-section .nav-link:hover {
    font-weight: 700 !important;
}

.navbar-section .nav-link-unable {
    color: #6c757d !important;
}

.navbar-section .nav-link-selected {
    font-weight: 700 !important;
}

.navbar-section .nav-link-selectedd {
    color: #185abc !important;
    background-color: #e8f0fe !important;
}

.navbar-custom .app-search form {
    padding: calc(32px / 2) 5px calc(32px / 2) 0;
    overflow: hidden;
    max-width: none;
    min-width: 510px;
}

.notification-list .user-icon {
    font-size: 28px;
    vertical-align: middle;
    line-height: 70px;
    color: #3B37CA;
}

.topnav {
    background-image: linear-gradient(138deg, #3B37CA 0%, #03A5FB 100%);
}

.topnav .navbar-nav .nav-link {
    font-size: 1.0375rem !important;
    position: relative;
    padding: 1rem 1.3rem;
}

/* ---------------- Sidebar -------------- */

.sidebar {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}

.sidebar-section {
    display: block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

#sidebar-head {
    font-weight: 400;
    color: #1d1f1f;
}

.sidebar-head-logo {
    font-size: 18px;
}

.sidebar-head-text {
    font-size: 16px;
}

.sidebar-target-background {
    margin: 5px 20px;
    padding: 5px 5px;
    border-radius: 8px;
}

#sidebar-description {
    display: block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.sidebar-description-text {
    font-style: italic;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.sidebar-form-section {
    margin-bottom: 15px;
}

.sidebar-form-title {
    padding: 12px 30px;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1d1d1f;
}

.sidebar-form-field {
    padding: 5px 30px;
}

#sidebar-form-buttons {
    padding: 12px 30px;
}

.sidebar-form-button {
    width: 100%;
}

.sidebar-subtitle {
    font-size: 13px;
    font-weight: 600;
}

/* ----------------- Form ---------------- */

.form-group {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
}

.form-group #div_id_brand {
    padding-top: 0px !important;
}

.form-group #div_id_ingredient {
    padding-top: 0px !important;
}

label {
    font-weight: 400 !important;
    font-size: 14px !important;
}

.form-review-filter label {
    font-weight: 400 !important;
    font-size: 14px !important;
    padding-top: 1px;
}

.select-reviews-form label {
    font-weight: 400 !important;
    font-size: 14px !important;
    padding-top: 1px;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #3b37ca;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e3e5fd !important;
}

.select2-container {
    font-size: 14px !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #3b37ca;
    border-color: #3b37ca;
    background-color: #3b37ca;
}

.select2-container .select2-selection--multiple {
    min-height: calc(2.25rem + 2px);
    border: 1px solid #dee2e6 !important;
    background-color: #fff;
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: #6c757d;
    font-size: 14px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 7px !important;
}

/* ------------- Scroll Button ----------- */

#scrollToTopButton {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #d0e9fe;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    transform: translateY(100px);
    transition: all .5s ease;
}

/* ------------- Authentication ---------- */

.asteriskField {
    display: none;
}

body.authentication-bg {
    background-image: url("../images/bg-pattern-blue-test.54ac63e8a2d1.svg");
    background-size: cover;
    background-position: center;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3B37CA;
    outline: 0;
}

.search-products-form-control {
    color: #495057;
    background-color: #f1f3fa !important;
    border-color: #3B37CA;
    outline: 0;
}

a {
    color: #3B37CA;
    text-decoration: none;
    background-color: transparent;
}

/* ------------- Hyperlink ---------- */

.topic-hyperlink {
    color: #1D1D1F;
    text-decoration: underline;
}

/* ------------- Topic table ------------- */

.dt-buttons {
    text-align: left;
    margin-bottom: 20px;
}

.dt-button {
    display: inline-block;
    font-weight: 400;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.45rem 0.9rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0.15rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .btn {
        -webkit-transition: none;
        transition: none; } }
    .btn:hover {
      color: #6c757d;
      text-decoration: none; }
    .btn:focus, .btn.focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 0.1rem rgba(114, 124, 245, 0.25);
              box-shadow: 0 0 0 0.1rem rgba(114, 124, 245, 0.25); }
    .btn.disabled, .btn:disabled {
      opacity: 0.65; }
    .btn:not(:disabled):not(.disabled) {
      cursor: pointer; }
  
  a.btn.disabled,
  fieldset:disabled a.btn {
    pointer-events: none; }

.dt-button {
    color: #fff;
    background-color: #3b37ca;
    border-color: #3b37ca; }
    .btn-primary:hover {
      color: #fff;
      background-color: #4e5bf2;
      border-color: #4250f2; }
    .btn-primary:focus, .btn-primary.focus {
      color: #fff;
      background-color: #4e5bf2;
      border-color: #4250f2;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5); }
    .btn-primary.disabled, .btn-primary:disabled {
      color: #fff;
      background-color: #3b37ca;
      border-color: #3b37ca; }
    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #4250f2;
      border-color: #3645f1; }
      .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
      .show > .btn-primary.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5); }

.table-topic-summary h6 {
    font-size: 14px !important;
}

.table-topic-summary tr {
    font-size: 14px !important;
    line-height: 14px;
}

.text-legend-cell {
    text-align: left;
    padding-left: 5px !important;
}


.btn-table {
    height: 20px;
    padding: 2px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 5px;
}

.topic-hyperlink-detail {
    text-decoration: underline;
}

/* ---------------- Pagination ---------------- */

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3c37c8 !important;
    border-color: #3c37c8 !important;
}

.pagination-rounded .page-link {
    border-radius: 5px !important;
    margin: 0 3px;
    border: none;
}

.reviews-order-dropdown .dropdown-toggle {
    letter-spacing: .05em;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #6c757d;
}