@import url("_open-sans-5iFiv7a.css");
@import url("../fonts/iconify-icons-lTKnpS1.css");
@import url("../template/css/core-u37vQHb.css");
@import url("libs/node-waves-AwlYb34.css");
@import url("../libs/choices-js/style--_Nczjl.css");

/* From demo.css */
/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 72px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/* end demo.css */

.app-brand {
    height: 64px;
}

.app-brand-logo {
    width: 150px;
}

.avatar-default {
    aspect-ratio: 1;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #45485F;
    color: white;
}

.was-validated .full-editor:invalid,
.full-editor.is-invalid,
.was-validated .ql-toolbar + .full-editor:invalid,
div[class*="row-invalid"] .ql-toolbar {
    border-color: var(--bs-form-invalid-color) !important;
    border-width: 2px !important;
}

.btn-close span[aria-hidden=true] {
    display: none;
}

.card-video {
    width: 100%;
    aspect-ratio: 16/9;
}

.card-buttons-absolute {
    top: 10px;
    right: 10px;
    position: absolute;
}

.card-background-img {
    background-color: #1ab7ea;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.select-media-wrapper .card-img {
    width: 100px;
    aspect-ratio: 1.6;
}

.select-media-wrapper [type="checkbox"]:is(:checked) + label .card,
.select-attachment-wrapper [type="checkbox"]:is(:checked) + label .card {
    box-shadow: 0 .1875rem .75rem 0 rgb(69 72 95)
}

.file-icon {
    font-size: 60px;
}

label.required::after,
label.required::after {
    content: "*";
    color: #ff3e1d;
    margin-left: 2px;
}

td.nested-table {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nested-table .table-border-bottom-0 tr:last-child td,
.nested-table .table-border-bottom-0 tr:last-child th {
    border-bottom-width: 1px;
}

.breadcrumb-item, .breadcrumb-item a {
    color: rgba(69, 72, 95, 0.8);
}

.filepond--root {
    border-width: 2px;
    border-style: dashed;
    border-color: rgb(187, 187, 187);
    border-image: initial;
    padding: 20px 10px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.filepond--root .filepond--drop-label {
    background-color: #fff;
}

.filepond--panel-root,
.filepond--panel-bottom,
.filepond--panel-center {
    background-color: #fff !important;
}

.filepond--item {
    width: calc(50% - 0.5em);
}

.filepond--file {
    background-color: #1C244B !important;
}

@media (min-width: 30em) {
    .filepond--item {
        width: calc(50% - 0.5em);
    }
}

@media (min-width: 50em) {
    .filepond--item {
        width: calc(33.33% - 0.5em);
    }
}
