.cui__layout {
    display: flex;
    flex-direction: column;
    flex: auto;
    min-height: 100vh;
    min-width: 0;
    /* SETTINGS */
}

.cui__layout--hasSider {
    flex-direction: row;
}

.cui__layout__content {
    /* background: url(../images/bg.jpg) no-repeat center center fixed; */
    background: url('../../kit/core/img/bg-general.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    flex: auto;
    min-height: 0;
}

.cui__layout__footer {
    flex: 0 0 auto;
}

.cui__layout__header {
    flex: 0 0 auto;
    /* height: 64px; */
    background-image: url('../../kit/core/img/bg-header-left.png'), url('../../kit/core/img/bg-header-right.png');
    background-position: left top, right top;
    background-repeat: no-repeat;
    background-color: #fff !important;
    position: sticky;
    top: 0;
    z-index: 99;
}

.cui__layout--grayBackground {
    background: #f2f4f8;
}

.cui__layout--contentMaxWidth .cui__utils__content {
    max-width: 1420px;
    margin: 0 auto;
}

.cui__layout--appMaxWidth {
    max-width: 1420px;
    margin: 0 auto;
}

.cui__layout--squaredBorders .card {
    border-radius: 0 !important;
}

.cui__layout--cardsShadow .card {
    box-shadow: 0 4px 10px 0 rgba(20, 19, 34, 0.03), 0 0 10px 0 rgba(20, 19, 34, 0.02);
}

.cui__layout--cardsShadow .card .card {
    box-shadow: none;
}

.cui__layout--borderless .card {
    border: none !important;
}

[data-kit-theme='dark'] .cui__layout__grayBackground, [data-kit-theme='dark'] .cui__layout__headerGray {
    background: transparent !important;
}

.cui__utils__content {
    /* padding: 2rem; */
    margin: 0 auto;
    min-height: calc(100vh - 207px);
}

@media (max-width: 575px) {
    .cui__utils__content {
        padding: 2rem 1.06rem;
    }
}

.cui__utils__heading {
    color: #141322;
    font-size: 1.13rem;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.cui__utils__shadow {
    box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.15);
}

[data-kit-theme='dark'] .cui__utils__heading {
    color: #aeaee0;
}


/* custom css */

.card-green {
    background-color: #1C4F3E !important;
}

.btn-dark-green {
    background-color: #1C4F3E;
    border-radius: 8px;
    color: #fff;
}

.btn-green-outline {
    display: inline-block;
    width: fit-content;
    border: 1px solid #00D086 !important;
    color: #00D086 !important;
    border-radius: 8px !important;
    background-color: #fff !important;
}

.btn-red-outline {
    display: inline-block;
    width: fit-content;
    border: 1px solid #F5222E !important;
    color: #F5222E !important;
    font-weight: 700;
    border-radius: 8px !important;
    background-color: #fff !important;
}
