/* Global */
/* Helper Classes */
/* Colors */
/* Fonts */
/* Overrides */

/* Global */
body {
    overflow-x: hidden;
}

/* Global */

/* Helper Classes */
.scroll-auto {
    overflow-y: auto;
    overflow-x: hidden;
}

/* Helper Classes */

/* Colors */
.bg-purple {
    background-color: #8950fc !important;
}

.bg-purple-hover:hover {
    background-color: #41247a !important;
}

.bg-gray {
    background-color: #e5e8ef !important;
}

.bg-darkred {
    background-color: #9b161a !important;
}

.bg-darkred-hover:hover {
    background-color: #b3191f !important;
}

.bg-red {
    background-color: #be3337;
}

.bg-red-hover:hover {
    background-color: #9b161a;
}

/* Colors */

/* Fonts */
.fz-1rem {
    font-size: 1rem;
}

.fz-2rem {
    font-size: 2rem;
}

.fz-3rem {
    font-size: 3rem;
}

/* Fonts */

/* Overrides */
.label.label-lg {
    height: auto;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

/* Accordion */
.accordion .accordion-heading > a {
    display: block;
    position: relative;
    padding: 1rem;
    padding-right: 4rem;
    color: #373f50;
    font-size: 1.25rem;
}

.accordion .accordion-indicator {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.875rem;
    width: 2.125rem;
    height: 2.125rem;
    margin-top: -1.0625rem;
    transition: -webkit-transform 0.3s ease-in-out;
    /*noinspection CssOverwrittenProperties*/
    transition: transform 0.3s ease-in-out;
    /*noinspection CssOverwrittenProperties*/
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    border-radius: 50%;
    background-color: #f3f5f9;
    /*noinspection CssNoGenericFontName*/
    font-family: "Font Awesome 5 Free";
    font-size: 0.625rem;
    font-weight: bold;
    line-height: 2rem;
    text-align: center;
}

.accordion .accordion-indicator::before {
    content: "\f106";
}

.accordion .accordion-heading {
    margin: 0;
}

.accordion .collapsed .accordion-indicator--right-down {
    transform: rotate(90deg);
}

.accordion .accordion-indicator {
    transform: rotate(180deg);
}

/* Accordion */

/* Bootstrap */
.text-muted {
    color: #7d879c !important;
}

.bg-secondary {
    background-color: #f6f9fc !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.t-3 {
    top: 1rem;
}

.czi-arrow-left::before {
    /*noinspection CssNoGenericFontName*/
    font-family: "Font Awesome 5 Free";
    content: "\f104";
    font-weight: bold;
}

.btn-secondary,
.btn-secondary:hover,
.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-light,
.btn-light:hover {
    color: #4b566b !important;
    border-color: transparent;
}

.popover {
    display: none;
    max-width: 350px;
}

.popover.show {
    display: block;
}

.hint-block {
    color: #a3a3a3;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

/* Bootstrap */

/* Overrides */

.date-slot {
    display: inline-block;
    width: 110px;
    cursor: pointer;
}

.date-slot.closed {
    background: #ffe2e5 !important;
    /* pointer-events: none; */
    cursor: not-allowed !important;
}

.selected {
    background: #bff3cb !important;
    pointer-events: none;
}

.phone-input label {
    display: block !important;
}

.phone-input .iti.iti--allow-dropdown {
    display: block !important;
}

.iti.iti--allow-dropdown input {
    padding-left: 50px !important;
}

.medium-editor-element {
    min-height: 200px;
    overflow-y: auto;
}

.medium-editor-hidden {
    display: none;
}

.c-dropdown {
    border: none !important;
}

.card-img-top-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    height: 200px;
    position: relative;
    object-fit: contain;
}

.card-img-top-bg .order-btn {
    position: absolute;
    left: 10px;
    top: 10px;
}

.btn-edit:before {
    /*noinspection CssNoGenericFontName*/
    font-family: "Font Awesome 5 Free";
    content: "\f044";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.btn-delete:before {
    /*noinspection CssNoGenericFontName*/
    font-family: "Font Awesome 5 Free";
    content: "\f1f8";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.btn-create {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1040;
}

.btn-back:before {
    /*noinspection CssNoGenericFontName*/
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.btn-upload:before {
    /*noinspection CssNoGenericFontName*/
    font-family: "Font Awesome 5 Free";
    content: "\f093";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.form-group.has-success .form-control {
    border-color: #28a745;
}

.form-group.has-success label {
    color: #28a745;
}

.form-group.has-error .form-control {
    border-color: #dc3545;
}

.form-group.has-error label,
.form-group.has-error .help-block {
    color: #dc3545;
}

.form-group.required > label:after {
    content: " *";
}

.form-control {
    font-size: 0.85rem;
}

.badge,
.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
    padding: 0 12px !important;
    font-size: 12px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    border-radius: 20px !important;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__placeholder {
    color: #999;
    font-size: 0.85rem;
}

.table-loader {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
}

.is-loading .table-loader {
    visibility: visible;
}

.table-loader .content {
    width: 100%;
}

.detail-table {
    display: block;
    float: left;
    width: 100%;
    font-size: 15px;
}

.detail-table tbody {
    display: block;
    float: left;
    width: 100%;
}

.detail-table tbody tr {
    float: left;
    width: 100%;
}

.detail-table tbody tr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table th,
.data-table th *,
.data-table td {
    font-size: 13px;
}

.symbol-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.symbol {
    position: relative;
    z-index: 0;
    margin-left: -10px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-search--inline .select2-search__field {
    min-width: auto;
    margin: 0;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__rendered {
    white-space: break-spaces !important;
}

.modal.right.w-1-4 .modal-dialog {
    width: 25%;
    max-width: 25%;
}

.modal.right.w-2-4 .modal-dialog {
    width: 50%;
    max-width: 50%;
}

.modal.right.w-3-4 .modal-dialog {
    width: 75%;
    max-width: 75%;
}

.modal.right.w-4-4 .modal-dialog {
    width: 100%;
    max-width: 100%;
}

/*noinspection CssInvalidFunction*/
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-header {
    background: #343a40;
    color: #fff;
}

.modal.right .modal-header * {
    color: #fff;
}

.modal.right .modal-header .close {
    color: #fff;
    text-shadow: none !important;
    font-size: 2.5rem;
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right.fade .modal-dialog {
    right: 0;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in {
    right: 0;
}

@media (max-width: 992px) {
    .modal.right .modal-dialog {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.modal .modal-header .close span {
    display: block !important;
}

.symbol-label {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice__remove {
    margin-top: 4px !important;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
    height: 200px;
}

/* .c-offcanvas{
  z-index: 1060;
} */
.c-offcanvas.w-1-4 {
    width: 25%;
    right: -25%;
}

.c-offcanvas.w-2-4 {
    width: 50%;
    right: -50%;
}

.c-offcanvas.w-3-4 {
    width: 75%;
    right: -75%;
}

.c-offcanvas.w-4-4 {
    width: 100%;
    right: -100%;
}

@media (max-width: 992px) {
    .c-offcanvas {
        width: 100%;
        right: -100%;
    }
}

.datetimepicker .switch {
    display: table-cell !important;
}

@media (max-width: 767px) {
    .offcanvas-right.offcanvas-on {
        right: 0;
    }

    .offcanvas.offcanvas-right {
        padding: 15px !important;
    }

    .form-group.field-invitationform-consent button.btn-block {
        margin: 0 15px !important;
    }

    .offcanvas.offcanvas-right .row {
        margin: 0;
    }

    .offcanvas.offcanvas-right .field-invitationform-emails {
        margin-left: 15px;
    }

    .offcanvas.offcanvas-right .offcanvas-header {
        margin-left: 8px;
    }

    .offcanvas.offcanvas-right .row .col-md-12 {
        padding: 0;
    }

    .offcanvas.offcanvas-right .row .col-md-12 table thead th {
        padding-left: 0;
        padding-right: 0;
    }

    .offcanvas.offcanvas-right {
        width: 90%;
        right: -90%;
    }
}

/* photo gallery file-caption */
.kv-fileinput-caption.form-control.file-caption {
    height: 38px;
    padding-top: 10px;
}

/* /photo gallery file-caption */

/* user meetings table */
.blog-entry-author-ava {
    width: 50px !important;
    height: 50px !important;
    margin-right: 0.5rem;
    border: 1px solid #e3e9ef;
    border-radius: 50%;
    vertical-align: middle;
}

.blog-entry-author-ava > a > img,
.blog-entry-author-ava > img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

/* /user meetings table */


/* Error Summary */
.error-summary {
    background-color: #f64e60;
    color: #fff;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.42rem;
}

/* Error Summary */
