body {
    font-size: 13px;
    letter-spacing: normal;
}

.btn {
    text-transform: none;
    letter-spacing: normal;
}

[class*=" bi-"]::before, [class^=bi-]::before {
    -webkit-font-smoothing: inherit !important;
    -moz-osx-font-smoothing: inherit !important;
}

.mr-1 {
    margin-right: 3px;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 25px;
}

.ml-1 {
    margin-left: 4px;
}

.pl-2 {
    padding-left: 22px !important;
}

.ml-3 {
    margin-left: 25px;
}

.pt-01 {
    padding-top: 0.1rem !important;
}

.form-label {
    margin-bottom: 0.25rem !important;
}

.invalid-feedback-sec {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.jconfirm .jconfirm-cell {
    display: block;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    font-size: 18px;
    font-weight: normal;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 10px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
    font-size: 18px;
    padding-left: 5px;
}

.navbar {
    background-color: #fff !important;
    padding: 0;
}

.navbar .container-fluid {
    padding: 0;
}

.navbar .dropdown-menu {
    font-size: 14px;
}

.nav-tabs .nav-link {
    color: #000;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 10px;
}

.navbar-light .navbar-nav .nav-link.btn-secondary {
    color: #fff;
    padding: 6px;
    margin-top: 2px;
}

.navbar .nav-link svg {
    width: 15px;
    height: 15px;
    margin-top: -3px;
}

.navbar-light .navbar-toggler {
    margin: 5px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #000;
    font-size: 14px;
    background-color: #eff9ff;
    border-radius: 5px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    font-weight: 400;
    background-color: #bee6fd;
}

.nav-pills-light .nav-link {
    padding: 0.35rem 0.6rem;
}

.nav-pills .nav-link {
    margin: 2px;
    border: 1px solid #cfcece;
    border-radius: .25rem;
    font-weight: normal;
    color: #000;
    background-color: #f3f4f7;
}

.modal-content .modal-header .modal-title {
    font-size: 1rem
}

.modal-dialog {
    overflow-y: initial !important;
    margin-bottom: 25px !important;
}

.modal-body {
    padding: 1rem;
    overflow-y: auto;
}

.modal-body .multiple-input-list {
    width: 100%;
}

.modal-body form {
    margin-top: 10px;
}

.modal-title {
    font-size: 14px;
}

#modal-dialog-second {
    z-index: 1100;
}

#modal-dialog-third {
    z-index: 1200;
}

.modal-backdrop-second {
    --bs-backdrop-zindex: 1091;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.25;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1091;
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
    opacity: var(--bs-backdrop-opacity);
}

.modal-backdrop-third {
    --bs-backdrop-zindex: 1125;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.25;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1125;
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
    opacity: var(--bs-backdrop-opacity);
}

.btn-xs {
    padding: 0.2rem 0.25rem;
    font-size: 0.5rem;
    border-radius: 0.15rem;
}

.arrow-down {
    display: inline-block
}

.arrow-down:after {
    border-color: initial;
    border-style: solid;
    border-width: 0 0 1px 1px;
    content: "";
    height: .4em;
    display: inline-block;
    right: 5px;
    top: 50%;
    margin-left: 5px;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    transition: all .3s ease-out;
    width: .4em
}

.icon-xs {
    height: 16px;
    width: 16px
}

.text-sm {
    font-size: 13px;
}

.text-xs {
    font-size: 11px;
}

.text-bold {
    font-weight: 700;
}

.text-grey {
    color: #8f8f8f;
}

a[data-sort]:after {
    position: relative;
    display: inline-block;
    line-height: 9px;
    padding-left: 2px;
    font-size: .8em;
    color: #53acf8;
}

a.asc:after {
    content: "▼";
}

a.desc:after {
    content: "▲";
}

.text-right {
    text-align: right;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-dark,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-dark {
    color: #fff;
    background: #6c757d;
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: #cccccc !important;
}

.text-disabled {
    opacity: 0.6;
}

.nav-pills {
    padding: 3px 0;
    background: #fff;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 750px
    }

    .modal-xl {
        max-width: 1280px;
    }

    .modal-dynamical {
        max-width: 1200px;
        --bs-modal-width: 1200px;
    }

    .modal-table {
        max-width: 450px;
        --bs-modal-width: 450px;
    }
}

.form-control {
    padding: 0.25rem 0.8rem;
    font-size: 13px;
    border-radius: 0.25rem;
    color: black;
}

.form-select, select.form-control {
    font-size: 13px;
    padding: 0.3rem 1.35rem 0.3rem 0.5rem;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.2rem center;
    background-size: 14px 10px;
    border-radius: 0.25rem;
    color: #000;
}

table.multiple-input-list.table-renderer tr > td:last-child {
    text-align: center;
}

.multiple-input-list .multiple-input-list {
    margin-top: 0 !important;
}

.multiple-input-list thead tr {
    text-align: center;
    vertical-align: middle;
}

.multiple-input-list thead th {
    padding: 0.1rem 0.15rem;
    font-size: 13px;
}

.multiple-input-list .list-cell__value {
    width: 100%;
}

.multiple-input-list .list-cell__emails,
.multiple-input-list .list-cell__phones {
    padding-top: 2px;
}

.multiple-input-list__item {
    margin-bottom: 0;
    border-bottom: 1px solid #cfcece;
}

.multiple-input-list__item:last-child {
    border-bottom: none;
}

.multiple-input-list__item .multiple-input-list__item {
    border-bottom: none;
}

.multiple-input-list__item td {
    vertical-align: middle;
    padding: 0.15rem 0.25rem;
}

.multiple-input-list .list-cell__button {
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

.krajee-default .file-caption-info, .krajee-default .file-size-info {
    height: 20px;
}

.select2-container {
    width: 100% !important;
}

.select2-search__field {
    width: 100% !important;
}

.select2-container--bootstrap .select2-selection--multiple {
    min-height: 45px;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
    font-size: 13px !important;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #e3e3e3 !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #e3e3e3 !important;
    color: #262626 !important;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 10px !important;
    padding-left: 10px !important;
    padding-top: 15px !important;
    min-height: 30px !important;
    height: 30px !important;
    line-height: 1 !important;
    min-width: 20rem !important;
    font-size: 13px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: -8px !important;
    right: 2px !important;
    font-size: 20px !important;
}

.select2-container--bootstrap .select2-selection--single {
    height: 45px !important;
    line-height: 1 !important;
    padding: 14px 18px 6px 7px !important;
    font-size: 13px !important;
    font-family: "PT Sans", sans-serif !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__clear {
    right: 0 !important;
    top: -3px !important;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #222 !important;
    font-size: 12px !important;
    white-space: normal !important;
    margin: 5px 0 0 6px !important;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
    overflow-x: hidden !important;
    font-size: 12px;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #f7f7f7 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: initial !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #222 !important;
    font-size: 12px !important;
    display: block !important;
    white-space: nowrap !important;
    margin: 5px 5px 0 6px !important;
    margin-top: 1px !important;
    margin-left: 2px !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    margin-left: 0 !important;
}

.notification-message {
    position: fixed;
    top: 75px;
    right: 25px;
    width: 300px;
    display: none;
    opacity: 0.9;
    background-color: #f1f1f1;
    color: #000;
    text-align: center;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    z-index: 10510000;
}

@media (max-width: 768px) {
    .notification-message {
        top: 15%;
        right: 0;
        margin-left: 0;
        margin-top: 0;
        width: 100%;
    }
}

.pagination {
    margin-top: 10px;
}

.pagination li span {
    padding: 0.25rem 0.4rem;
    position: relative;
    display: block;
    color: #000;
    background-color: #fff;
    font-size: 14px;
}

.pagination li.active a {
    background-color: #bee6fd;
    border-color: #bee6fd;
    color: #fff;
    padding: 0.2rem 0.5rem;
}

.pagination li.active span {
    background-color: #bee6fd;
    border-color: #bee6fd;
    color: #000;
    padding: 0.2rem 0.5rem;
}

.pagination .page-link {
    padding: 0.2rem 0.5rem;
    font-size: 14px;
    color: #000;
}

.pagination .page-link:focus {
    box-shadow: none;
}

.pagination .prev.disabled,
.pagination .next.disabled {
    display: none;
}

.tab-content {
    padding: 1rem !important;
}

.nav-link:focus, .nav-link:hover {
    color: rgba(0, 0, 0, .7);
}

.grid-view {
    background-color: #fff;
}

.grid-view .summary {
    text-align: right;
}

.grid-view td, .grid-view th {
    color: #424242;
    white-space: initial;
    /*word-break: break-word;*/
}

.grid-view th {
    white-space: initial;
}

.grid-table td .form-control {
    padding: 0.3rem 0.5rem;
    font-size: 13px;
}

.grid-view .header-table .filters td {
    background-color: #fff;
}

.grid-view .filters input {
    font-size: 13px;
    padding: 0.3rem 0.2rem;
}

.grid-view .filters input:focus,
.grid-view .filters select:focus,
.grid-view .filters textarea:focus {
    border: 1px solid #7d858a;
    outline: 0;
    box-shadow: 0 0 0 5px rgba(140, 140, 140, 0.25);
}

.grid-view table td.action-column {
    text-align: center;
    padding: 0;
}

table th {
    text-align: center;
    font-weight: 400;
    background-color: #e9e9e9 !important;
    vertical-align: middle;
}

table tfoot td {
    background-color: #f3f3f3 !important;
    vertical-align: middle;
}

.nav-pills > li > a, .nav-tabs > li > a {
    font-weight: 400;
}

.summary-text {
    margin-top: 6px;
}

.spinner {
    color: #464646;
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.grid-view .filters .range-value {
    font-size: 10px;
    padding: 7px 20px 0 0.25rem;
    height: 30px;
    min-height: 30px;
    resize: none;
    overflow: hidden;
    line-height: 0.85rem;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    border-radius: 0;
}

.kv-drp-dropdown .kv-clear {
    font-size: 1rem !important;
    right: 0.2rem !important;
    line-height: 1rem !important;
}

.form-submit-btn {
    position: relative;
}

.jconfirm-buttons button.loading::after
.form-submit-btn.loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}

.input-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.table-sm {
    font-size: 13px;
}

.table-sm > :not(caption) > * > * {
    padding: 0.2rem 0.4rem;
}

.carousel-indicators {
    margin-bottom: 0;
    margin-top: 30px;
    bottom: inherit;
}

.carousel-control-prev, .carousel-control-next {
    align-items: inherit;
    width: 5%;
    bottom: inherit;
}

.select-number-checkbox {
    width: 16px;
    height: 16px;
    margin-top: 1px;
    border: 1px solid rgb(0 0 0 / 50%);
}

.select-number-checkbox:disabled {
    opacity: 0.25;
}

.ui-widget {
    font-family: "PT Sans", sans-serif !important;
    font-size: 13px !important;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 5px 12px !important;
}

textarea.textarea-100 {
    max-width: 100%;
    min-width: 100%;
    min-height: 175px;
    max-height: 175px;
}

.invalid-feedback {
    word-break: break-word;
}

tr.highlight-row {
    background-color: #ddefff;
}

.input-group-text.password-eye {
    border: none;
    position: absolute;
    right: 2px;
    top: 9px;
}

.table th {
    text-transform: none;
    border: 1px solid white;
    letter-spacing: normal;
}

.survey-analytic-block .table th,
.survey-analytic-block .table td {
    font-size: 11px;
    word-break: break-word;
}

.survey-analytic-block .table th {
    font-size: 10px;
    word-break: break-all;
}

.survey-analytic-block .bg-dark {
    background-color: #5a5a5a !important;
    color: white;
}

.bg-danger-row {
    background-color: #ffd5d4 !important;
}

.bg-warning-row {
    background-color: #fff1bc !important;
}

.bg-success-row {
    background-color: #e3ffd0 !important;
}

.bg-info-row, .bg-info-row th {
    background-color: #caefff !important;
}

.survey-check-answer .custom-option-icon .custom-option-content {
    padding: 0.25em;
}

.survey-check-answer .custom-option-icon .custom-option-body {
    margin-bottom: 0.25rem;
}

.survey-check-answer .col-sm {
    width: 100px;
}

td.white-spaced {
    white-space: normal;
    word-break: break-word;
}

.landing-faq .faq-image {
    max-width: 340px;
    width: 80%
}

.mdi-telegram::before {
    content: url("/img/icons/icons8-telegram-app-24.svg");
}

.custom-option-icon .custom-option-body .custom-option-title {
    font-size: 1rem;
}

.alert-success {
    color: #388d00;
}

.table-survey-report th {
    word-break: break-all;
}

.survey-response-block {
    max-height: 500px;
}

.table-survey-report {
    border-collapse: separate; /* Don't collapse */
    border-spacing: 0;
}

.table-survey-report th {
    z-index: 2;
}

.table-survey-report td {
    border-bottom: 1px solid #eaeaec;
}

.table-survey-report th.first-stick {
    background: #e9e9e9;
    position: sticky;
    z-index: 3;
}

.table-survey-report td.first-stick {
    background: #fff;
    position: sticky;
    z-index: 2;
}

.table-survey-report th.first-stick,
.table-survey-report td.first-stick {
    left: 0;
}

@media (min-width: 992px) {
    .table-survey-report th.second-stick,
    .table-survey-report th.third-stick {
        background: #e9e9e9;
        position: sticky;
        z-index: 3;
    }

    .table-survey-report td.second-stick,
    .table-survey-report td.third-stick {
        background: #fff;
        position: sticky;
        z-index: 2;
    }

    .table-survey-report th.second-stick,
    .table-survey-report td.second-stick {
        left: 120px;
    }

    .table-survey-report th.third-stick,
    .table-survey-report td.third-stick {
        left: 240px;
    }
}

.border-right-td {
    border-right: 1px solid #adadad !important;
}

.border-top-td {
    border-top: 1px solid #adadad !important;
}

.cabinet-grid-block table td.only-mobile {
    display: none;
}

.app-chat-contacts .create-new-chat {
    position: absolute;
    top: 11px;
    right: 11px;
}

@media print {
    .print-link {
        display: none;
    }
}

@media (max-width: 720px) {
    .cabinet-grid-block table thead {
        display: none;
    }

    .cabinet-grid-block table tr {
        display: block;
        margin-bottom: 15px;
    }

    .cabinet-grid-block table td {
        display: flex;
        font-size: 13px;
        word-break: break-word;
    }

    .cabinet-grid-block table td::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 15px;
        min-width: 125px;
        max-width: 125px;
    }

    .cabinet-grid-block table td.action-column {
        text-align: left;
        padding: 0.2rem 0.4rem;
        width: auto !important;
        min-width: auto !important;
    }

    .cabinet-grid-block table td.text-center {
        text-align: left !important;
    }

    .cabinet-grid-block table td.mobile-hidden {
        display: none;
    }

    .cabinet-grid-block table td.only-mobile {
        display: flex;
    }
}

.text-dark .form-check-label {
    color: black;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #666cff;
    border-color: #666cff;
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: black;
}