.wave {
    background-color: #f3f6f9;
    overflow: hidden;
    position: relative;
}
.wave > div {
    z-index: 1;
}
.wave:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: -1;
}
.wave:after {
    content: " ";
    width: 1000px;
    height: 1025px;
    position: absolute;
    bottom: 65%;
    left: -250px;
    border-radius: 35%;
    background: white;
    z-index: 0;
}
.wave:after {
    transform: rotate(45deg);
}
.wave-animate:after {
    -webkit-animation: animate-wave 15s infinite linear;
    animation: animate-wave 15s infinite linear;
}
.wave-animate-slower:after {
    -webkit-animation: animate-wave 30s infinite linear;
    animation: animate-wave 30s infinite linear;
}
.wave-animate-slow:after {
    -webkit-animation: animate-wave 25s infinite linear;
    animation: animate-wave 25s infinite linear;
}
.wave-animate-fast:after {
    -webkit-animation: animate-wave 10s infinite linear;
    animation: animate-wave 10s infinite linear;
}
.wave-animate-faster:after {
    -webkit-animation: animate-wave 5s infinite linear;
    animation: animate-wave 5s infinite linear;
}
.wave.wave-primary {
    background-color: rgba(54, 153, 255, 0.1) !important;
}
.wave.wave-primary .svg-icon svg g [fill] {
    fill: #3699ff;
}
.wave.wave-secondary {
    background-color: rgba(228, 230, 239, 0.1) !important;
}
.wave.wave-secondary .svg-icon svg g [fill] {
    fill: #e4e6ef;
}
.wave.wave-success {
    background-color: rgba(27, 197, 189, 0.1) !important;
}
.wave.wave-success .svg-icon svg g [fill] {
    fill: #1bc5bd;
}
.wave.wave-info {
    background-color: rgba(137, 80, 252, 0.1) !important;
}
.wave.wave-info .svg-icon svg g [fill] {
    fill: #8950fc;
}
.wave.wave-warning {
    background-color: rgba(255, 168, 0, 0.1) !important;
}
.wave.wave-warning .svg-icon svg g [fill] {
    fill: #ffa800;
}
.wave.wave-danger {
    background-color: rgba(246, 78, 96, 0.1) !important;
}
.wave.wave-danger .svg-icon svg g [fill] {
    fill: #f64e60;
}
.wave.wave-light {
    background-color: rgba(243, 246, 249, 0.1) !important;
}
.wave.wave-light .svg-icon svg g [fill] {
    fill: #f3f6f9;
}
.wave.wave-dark {
    background-color: rgba(24, 28, 50, 0.1) !important;
}
.wave.wave-dark .svg-icon svg g [fill] {
    fill: #181c32;
}
.wave.wave-white {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.wave.wave-white .svg-icon svg g [fill] {
    fill: #ffffff;
}

@-webkit-keyframes animate-wave {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes animate-wave {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.cardx {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #ebedf3;
    border-radius: 0.42rem;
}
.card-bodyx {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2.25rem;
}
.cardx > hr {
    margin-right: 0;
    margin-left: 0;
}
.cardx > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.cardx > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.42rem - 1px);
    border-top-right-radius: calc(0.42rem - 1px);
}
.cardx > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.42rem - 1px);
    border-bottom-left-radius: calc(0.42rem - 1px);
}
.cardx > .card-header + .list-group,
.cardx > .list-group + .card-footer {
    border-top: 0;
}

.cardx.card-custom {
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    border: 0;
}
.cardx.card-custom > .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}
.cardx.card-custom > .card-header .card-title {
    display: flex;
    align-items: center;
    margin: 0.5rem;
    margin-left: 0;
}
.cardx.card-custom > .card-header .card-title .card-icon {
    margin-right: 0.75rem;
    line-height: 0;
}
.cardx.card-custom > .card-header .card-title .card-icon i {
    font-size: 1.25rem;
    color: #7e8299;
    line-height: 0;
}
.cardx.card-custom > .card-header .card-title .card-icon i:after,
.cardx.card-custom > .card-header .card-title .card-icon i:before {
    line-height: 0;
}
.cardx.card-custom > .card-header .card-title .card-icon .svg-icon svg {
    height: 24px;
    width: 24px;
}
.cardx.card-custom
    > .card-header
    .card-title
    .card-icon
    .svg-icon
    svg
    g
    [fill] {
    transition: fill 0.3s ease;
    fill: #7e8299;
}
.cardx.card-custom
    > .card-header
    .card-title
    .card-icon
    .svg-icon
    svg:hover
    g
    [fill] {
    transition: fill 0.3s ease;
}
.cardx.card-custom > .card-header .card-title,
.cardx.card-custom > .card-header .card-title .card-label {
    font-weight: 500;
    font-size: 1.275rem;
    color: #181c32;
}
.cardx.card-custom > .card-header .card-title .card-label {
    margin: 0 0.75rem 0 0;
    flex-wrap: wrap;
}
.cardx.card-custom > .card-header .card-title small {
    color: #b5b5c3;
    font-size: 1rem;
}
.cardx.card-custom > .card-header .card-toolbar {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    flex-wrap: wrap;
}
.cardx.card-custom > .card-header.card-header-tabs-line {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
}
.cardx.card-custom > .card-header.card-header-tabs-line .card-toolbar {
    margin: 0;
}
.cardx.card-custom > .card-header.card-header-tabs-line .nav {
    border-bottom-color: transparent;
}
.cardx.card-custom > .card-header.card-header-tabs-line .nav .nav-item {
    align-items: stretch;
}
.cardx.card-custom > .card-header.card-header-tabs-line .nav .nav-link {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.cardx.card-custom > .card-header.card-header-right {
    justify-content: flex-end;
}
.cardx.card-custom > .card-bodyx {
    padding: 2rem 2.25rem;
}
.cardx.card-custom > .card-footer {
    background-color: transparent;
}
.cardx.card-custom .card-scroll {
    position: relative;
    overflow: auto;
}
.cardx.card-custom.card-stretch {
    display: flex;
    align-items: stretch !important;
    flex-direction: column;
    height: 100%;
}
.cardx.card-custom.card-stretch.gutter-b {
    height: calc(100% - 25px);
}
.cardx.card-custom.card-stretch.card-stretch-half {
    height: 50%;
}
.cardx.card-custom.card-stretch.card-stretch-half.gutter-b {
    height: calc(50% - 25px);
}
.cardx.card-custom.card-stretch.card-stretch-third {
    height: 33.33%;
}
.cardx.card-custom.card-stretch.card-stretch-third.gutter-b {
    height: calc(33.33% - 25px);
}
.cardx.card-custom.card-stretch.card-stretch-fourth {
    height: 25%;
}
.cardx.card-custom.card-stretch.card-stretch-fourth.gutter-b {
    height: calc(25% - 25px);
}
.cardx.card-custom.card-fit > .card-header {
    border-bottom: 0;
}
.cardx.card-custom.card-fit > .card-footer {
    border-top: 0;
}
.cardx.card-custom.card-space {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
.cardx.card-custom.card-space > .card-header {
    padding-left: 0;
    padding-right: 0;
}
.cardx.card-custom.card-space > form > .card-bodyx,
.cardx.card-custom.card-space > .card-bodyx {
    padding-left: 0;
    padding-right: 0;
}
.cardx.card-custom.card-space > form > .card-footer,
.cardx.card-custom.card-space > .card-footer {
    padding-left: 0;
    padding-right: 0;
}
.cardx.card-custom.card-sticky > .card-header {
    transition: left 0.3s, right 0.3s, height 0.3s;
    min-height: 70px;
}
.card-sticky-on .cardx.card-custom.card-sticky > .card-header {
    transition: left 0.3s, right 0.3s, height 0.3s;
    position: fixed;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    z-index: 101;
    background: #ffffff;
}
.cardx.card-custom.card-transparent {
    background-color: transparent;
}
.cardx.card-custom.card-shadowless {
    box-shadow: none;
}
.cardx.card-custom.card-px-0 .card-header,
.cardx.card-custom.card-px-0 .card-bodyx,
.cardx.card-custom.card-px-0 .card-footer {
    padding-left: 0;
    padding-right: 0;
}
.cardx.card-custom.card-border {
    box-shadow: none;
    border: 1px solid #ebedf3;
}
.cardx.card-custom.card-collapsed > form,
.cardx.card-custom.card-collapsed > .card-bodyx {
    display: none;
}
.cardx.card-custom .card-header .card-toolbar [data-card-tool="toggle"] i {
    transition: all 0.15s ease;
}
.cardx.card-custom.card-collapsed
    .card-header
    .card-toolbar
    [data-card-tool="toggle"]
    i,
.cardx.card-custom.card-collapse
    .card-header
    .card-toolbar
    [data-card-tool="toggle"]
    i {
    transition: all 0.15s ease;
    transform: rotate(180deg);
}
