:root {
    --app-border-radius: 4px;
    --app-backdrop-filter: blur(2px);
    --app-dropdown-show-animation-duration: 100ms;

    --app-bg-color: #ffffff;
    --app-primary: #2787f5;
}

.app-content-header {
    display: none;
}

.card {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.app-layout-mini .app-drawer-nav>.nav-item>.nav-link .app-drawer-icon {
    background: none;
}

.app-layout-mini .app-drawer-nav>.nav-item.active>.nav-link .app-drawer-icon {
    background: none;
    color: var(--app-primary);
    box-shadow: none;
}

@media only screen and (max-width: 1080px) {
    .app-header {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 1080px) {
    .app-drawer {
        left: -300px;
    }

    .app-drawer-container {
        padding-left: 0px !important;
    }

    .app-drawer-open .app-drawer {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }
}

.arrow-steps .step {
    font-size: 14px;
    text-align: center;
    color: #777;
    cursor: default;
    margin: 0 1px 0 0;
    padding: 10px 0px 10px 0px;
    float: left;
    position: relative;
    background-color: #ddd;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (min-width: 768px) {
    .arrow-steps .step {
        width: 12%;
    }
}

@media only screen and (max-width: 769px) {
    .arrow-steps .step {
        width: 33%;
    }
}

.arrow-steps .step a {
    color: #777;
    text-decoration: none;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
    content: "";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #ddd;
    z-index: 2;
}

.arrow-steps .step:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0;
}

.arrow-steps .step:first-child:before {
    border: none;
}

.arrow-steps .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.arrow-steps .step:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.arrow-steps .step span {
    position: relative;
}

*.arrow-steps .step.done span:before {
    opacity: 1;
    content: "";
    position: absolute;
    top: -2px;
    left: -10px;
    font-size: 11px;
    line-height: 21px;
}

.arrow-steps .step.current {
    color: #fff;
    background-color: #2787f5;
}

.arrow-steps .step.current a {
    color: #fff;
    text-decoration: none;
}

.arrow-steps .step.current:after {
    border-left: 17px solid #2787f5;
}

.arrow-steps .step.done {
    color: #173352;
    background-color: #2f69aa;
}

.arrow-steps .step.done a {
    color: #ffffff;
    text-decoration: none;
}

.arrow-steps .step.done:after {
    border-left: 17px solid #2f69aa;
}

/* Fix: conflict with tailwindcss */
.collapse {
    visibility: visible;
}

img, svg, video, canvas, audio, iframe, embed, object {
    display: inline-block;
}
