.text-decoration-underline {
    text-decoration: underline;
}

/* input need */
.input-need {
    font-size: 10px;
    color: #d92550;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.input-need,
.input-need:before {
    display: inline-block;
}
.input-need:before {
    content: '\f621';
    position: relative;
    top: -1px;
}

/* form input */
.form-control.input-primary {
    border-color: #3f6ad8;
    border-width: 2px;
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.input-primary:focus {
    border-color: #3f6ad8;
    box-shadow: 0 0 0 0.2rem rgba(63, 106, 216, 0.25);
}

.form-control.input-danger {
    border-color: #dc3545;
    border-width: 2px;
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.input-danger:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* fornm plain text */
.form-plain-text {
    background-color: #fff !important;
}
.form-plain-text:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
    background-color: #fff;
}

/* cursor */
.cursor-default {
    cursor: default !important;
}
.cursor-pointer {
    cursor: pointer;
}

/* login logo */
.app-logo-inverse {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: inherit;
    height: 70px;
}

/* 사용자단 강제 모바일 UI */
.app-force-mobile .app-header {
    justify-content: space-between;
}
.app-force-mobile .app-header.header-text-light .app-header__logo .logo-src {
    background-image: none;
}
.app-force-mobile .app-header .app-header__logo {
    display: none;
    order: 2;
    background: transparent !important;
    border: 0 !important;
    width: auto;
    display: flex;
}
.app-force-mobile .app-header .app-header__mobile-menu {
    display: flex;
    order: 0;
}
.app-force-mobile .app-sidebar .app-header__logo .header__pane,
.app-force-mobile .app-header .app-header__logo .header__pane {
    display: none;
}
.app-force-mobile .app-header .app-header__content {
    order: 4;
    flex: inherit;
}
.app-force-mobile .app-header .app-header__content {
    order: 4;
    flex: inherit;
}
.app-force-mobile .header-user-info {
    display: none;
}
.app-force-mobile .closed-sidebar .app-sidebar .app-sidebar__inner .metismenu-icon {
    left: 5px;
    text-indent: 0;
    margin-left: 0;
}
.app-force-mobile .closed-sidebar .app-sidebar .app-sidebar__inner .metismenu-state-icon {
    visibility: visible;
}
.app-force-mobile .closed-sidebar .app-sidebar .app-sidebar__inner ul.mm-show > li > a {
    height: inherit;
}
.app-force-mobile .closed-sidebar .app-sidebar .app-sidebar__inner ul::before {
    display: block;
}
.app-force-mobile .closed-sidebar .app-sidebar .app-sidebar__inner .app-sidebar__heading {
    text-indent: 0;
}
.app-force-mobile .closed-sidebar .app-sidebar .app-sidebar__inner ul.mm-show {
    padding: 0.5em 0 0 2rem;
}
.app-force-mobile .closed-sidebar .app-sidebar .app-sidebar__inner ul li a {
    text-indent: 0;
    padding: 0 1.5rem 0 45px;
}
.app-force-mobile .sidebar-mobile-open .app-sidebar .app-sidebar__inner ul ul li a {
    padding-left: 1rem;
}
.app-force-mobile .closed-sidebar .app-sidebar .app-sidebar__inner .app-sidebar__heading::before {
    display: none;
}
.app-force-mobile .app-page-contents {
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .app-force-mobile .app-header.header-text-light .header-mobile-open {
        background-color: #fff;
    }
    .app-force-mobile .app-header .app-header__content .app-header-right {
        width: 100%;
        margin-left: -15px;
    }
    .app-force-mobile .header-user-info {
        display: block;
    }
    .app-force-mobile .app-header.header-text-light .app-header-right > .header-btn-lg .widget-heading,
    .app-force-mobile .app-header.header-text-light .app-header-right > .header-btn-lg .widget-subheading {
        color: inherit;
    }
    .app-force-mobile .dropdown-menu {
        top: 200px !important;
        width: 90% !important;
    }
    .app-force-mobile .app-header .app-header__content .header-btn-lg {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .app-force-mobile .card-main-quote .card-quote-items .d-flex {
        justify-content: start !important;
        padding-left: 15vw;
    }
}
@media (max-width: 350px) {
    .app-force-mobile .card-main-quote .card-statistics > div {
        flex: inherit;
        max-width: inherit;
        width: 100% !important;
        padding: 15px 10px;
        border-right: 0 !important;
        border-bottom: 1px solid #dee2e6;
    }
}

.app-force-mobile .app-sidebar {
    flex: 0 0 280px !important;
    width: 280px !important;
    transform: translateX(-280px);
    position: fixed;
}
.app-force-mobile .sidebar-mobile-open .app-sidebar {
    transform: translateX(0);
}
.app-force-mobile .fixed-sidebar .app-main .app-main__outer {
    padding-left: 0;
}
.app-force-mobile .btn-icon-box {
    display: inline-flex;
    width: 42px;
    height: 42px;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.app-force-mobile .icon-box {
    display: inline-flex;
    width: 42px;
    height: 42px;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.app-force-mobile .user-avatar {
    padding: 0.2rem;
}
