/* Template Overrides */

body {
    overflow-x: hidden;
}

.popover {
    display: none;
    min-width: 150px;
    background: #fff;
    border-radius: 0;
}

.scroll-auto {
    overflow-y: auto;
    overflow-x: hidden;
}

.popover-default > .popover-title {
    background: #fff;
    border: none;
}

.popover-footer {
    background: #fff;
    border: none;
}

.popover-x.top > .arrow * {
    border-color: #40525f;
}

.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;
}

.kv-sort-icon {
    margin-left: 5px;
}

.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;
}

.card-img-top-bg .order-btn {
    position: absolute;
    left: 10px;
    top: 10px;
}

.btn-edit:before {
    font-family: "Font Awesome 5 Free";
    content: "\f044";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.btn-delete:before {
    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 {
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.btn-upload:before {
    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-control {
    font-size: 0.85rem;
}

.form-control[readonly] {
    background-color: #f3f6f9;
}

.form-group.required > label:after {
    content: " *";
}

.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;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-search--inline .select2-search__field {
    min-width: auto;
    margin: 0;
}

.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;
    flex-wrap: wrap;
}

.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--single
.select2-selection__arrow {
    border-left: none !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;
}

.tox.tox-tinymce {
    height: auto !important;
    min-height: 500px;
}

.tox.tox-tinymce.tox-fullscreen {
    height: 100vh !important;
}

.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;
}

.image-input-wrapper {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.select2-container--krajee-bs4
.select2-selection--multiple
.select2-selection__rendered {
    white-space: break-spaces !important;
}

.bootstrap-switch {
    max-height: 35px;
}

.login.login-3 .login-aside {
    background-color: #00263d;
}

/* photo gallery file-caption */
.kv-fileinput-caption.form-control.file-caption {
    height: 38px;
    padding-top: 10px;
}

/* /photo gallery file-caption */

/* user meetings table */
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    .table-user-meetings table,
    .table-user-meetings thead,
    .table-user-meetings tbody,
    .table-user-meetings th,
    .table-user-meetings td,
    .table-user-meetings tr {
        display: block;
    }

    .table-user-meetings thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-user-meetings tr {
        border: 1px solid #ebedf3;
        border-radius: 7px;
        margin: 8px;
        padding: 5px;
        box-shadow: 0 0 6px 0 rgb(82 63 105 / 12%);
    }

    .table-user-meetings td {
        border: none;
        border-bottom: 1px solid #ebedf3;
        position: relative;
        text-align: left;
    }

    .table-user-meetings tr td:last-child {
        border-bottom: unset;
    }

    .table-user-meetings td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .table-user-meetings .symbol {
        margin-left: unset;
    }
}

/* /user meetings table */

/* Fonts */
.fz-1rem {
    font-size: 1rem;
}

.fz-2rem {
    font-size: 2rem;
}

.fz-3rem {
    font-size: 3rem;
}

/* Fonts */

/* Positioning */
.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain !important;
}

/* Positioning */

/* Colors */
.bg-darkred {
    background-color: #9b161a !important;
}

.bg-darkred-hover:hover {
    background-color: #b3191f !important;
}

.hint-block {
    color: #a3a3a3;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

/* Colors */


/* 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 */


/* Sizes */
.w-400px {
    width: 200px;
}

.min-w-200px {
    min-width: 200px;
}

/* Sizes */
