@import url("SpoqaHanSansNeo.css");

* {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

a, a:hover {
    text-decoration: none;
    color: #212529;
}

i, input, button {
    vertical-align: middle;
}

.normal-size {
    font-size: 1rem !important;
}

.c-header-nav .c-header-nav-link {
    padding-right: 0 !important;
}

.list-table, table.dataTable {
    border-collapse: collapse !important;
}

.list-table thead th {
    border-top: 1px solid #4d4d4d;
    color: #000000;
    background-color: #ffffff;
    font-weight: 500;
}

.list-table th, .list-table td {
    white-space: nowrap;
    text-align: left;
}

.list-table thead th {
    padding: 15px 10px;
    color: #1e1e1e;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: middle;
}

.list-table tbody td {
    border-bottom: 1px solid #e6e6e6;
    vertical-align: middle;
    color: #6c757d;
}

.list-table tbody .title a {
    color: #000;
}

.list-table tbody td.title {
    max-width: 200px;
    text-align: left;
    letter-spacing: -1px;
    font-weight: 500;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-table tbody td ul > li {
    margin-bottom: 0.35rem;
}

.list-table tbody td ul > li:last-child {
    margin-bottom: 0;
}

.list-table thead th.fst, .list-table thead th:first-child {
    border-left: 0 none;
}

.list-table tbody td.fst, .list-table tbody td:first-child {
    border-left: 0 none;
}

.list-table tbody th:last-child, .list-table tbody td:last-child {
    padding-right: 14px;
}

.list-table .dropright {
    position: initial;
}

.dropdown-menu {
    position: absolute;
}


.list-dashboard {
    border-top: 0 none !important;
}

.list-dashboard thead th {
    color: #8094ae !important;
    font-size: .9em;
    padding: .5rem !important;
    background-color: transparent !important;
}


.list-dashboard tbody tr:last-child td {
    border-bottom: 0 none;
}

.form-control-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-table {
    border-top: 1px solid #4d4d4d;
    font-size: 14px;
}

.form-table.service-form {
    border-top: 1px solid #4d4d4d;
    border-radius: 5px;
}

.form-table.service-form {
    border-top: 1px solid #dbdfea;
    border-radius: 4px;
}

.form-table.service-form th {
    background-color: #f5f6fa;
    color: #8094ae;
    border-bottom: 1px solid #dbdfea;
}

.form-table.service-form td {
    color: #8094ae;
    border-bottom: 1px solid #dbdfea;
    border-right: 1px solid #dbdfea;
}

.form-table .custom-control {
    display: flex;
}

.form-table.inner-form-table {
    border-top: 1px solid #4d4d4d;
    font-size: 14px;
}

.form-table th {
    color: #000000;
    background-color: #fbfbfc;
    text-align: left;
}

.form-table tr.div th, .form-table tr.div td {
    border-bottom: 1px solid #4d4d4d;
    border-left: 0 none;
}

.form-table th, .form-table td {
    vertical-align: middle;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 15px;
}

.form-table th {
    padding: 10px 15px;
    color: #1e1e1e;
    font-weight: normal;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    vertical-align: middle;
}

.form-table.inner-form-table th {
    border-left: 0 none;
    border-right: 0 none;
}

.form-table td {
    font-size: 13px;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: middle;
    text-align: left;
}

.form-table label {
    margin-bottom: 0;
}

@media all and (max-width: 767px) {
    .form-table {
        border-top: 0 none !important;
        margin-bottom: 0 !important;
    }

    .form-table tr {
        display: block;
        width: 100%;
    }

    .form-table td {
        display: block;
        width: 100%;
        border: 0 none !important;
        padding: 0 !important;
        margin-bottom: 1.25rem;
    }

    .form-table th {
        background-color: transparent !important;
        width: 100%;
        border: 0 none !important;
        text-align: left;
        display: block;
        padding: 0 !important;
        margin-bottom: 8px;
    }

    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: right;
    }

    .c-main {
        padding-top: 1rem;
    }

    .c-main > .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and ( max-width: 576px ) {
    li.page-item {
        display: none;
    }

    .page-item:first-child,
    .page-item:last-child,
    .page-item.active {
        display: block;
    }

    .c-main {
        padding: 0 !important;
    }

    .c-main > .container-fluid {
        padding: 0px !important;
    }

    .c-main > .container-fluid > .card {
        border: 0 none;
    }
}

.no-size {
    font-size: inherit;
}

.form-control-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.width-auto {
    width: auto;
}

.no-margin p, .note-editable p {
    margin-bottom: 0;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.note-modal .modal-dialog {
    box-shadow: none !important;
}

textarea.form-control {
    min-height: auto;
}

.uk-sticky .logo-light {
    display: none;
}

.uk-sticky .logo-dark {
    display: block;
}

.uk-sticky.uk-light .logo-light {
    display: block;
}

.uk-sticky.uk-light .logo-dark {
    display: none;
}

.uk-sticky.uk-light.uk-sticky-below .logo-light {
    display: none;
}

.uk-sticky.uk-light.uk-sticky-below .logo-dark {
    display: block;
}

.night-mode .uk-sticky-below .logo-light {
    display: block !important;
}

.night-mode .uk-sticky-below .logo-dark {
    display: none !important;
}

@media screen and ( max-width: 520px ) {
    .uk-light .logo-light {
        display: none !important;
    }

    .uk-light .logo-dark {
        display: block !important;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }


    .dataTables_info {
        display: none;
    }
}

.swiper-button-next, .swiper-button-prev {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.swiper-pagination-bullet {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.table th {
    line-height: unset;
}

.datatable-wrap {
    border: 0 none;
    border-radius: unset;
}


.dataTables_empty {
    border-left: 0 none !important;
    padding: 100px 0 !important;
    text-align: center !important;
}

tr.dataTables_empty td {
    padding: 100px 0 !important;
    text-align: center !important;
}

.h-max-50px {
    max-height: 50px !important;
}

.h-max-30px {
    max-height: 30px !important;
}

.image-thumbnail-sm {
    width: 40px;
    height: 40px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
}

.image-thumbnail-md {
    width: auto;
    max-height: 150px;
    border-radius: 0;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

div.dataTables_wrapper div.dataTables_length select {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 0rem;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: start;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: .35rem;
    font-size: .75rem;
}

div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
}

.note-editor.card {
    margin-bottom: 0;
}


.form-table.table-sm {
    border-top: 1px solid #4d4d4d;
    font-size: 12px;
}

.btn-secondary {
    color: #ffffff;
}

.breadcrumb-item.active a {
    color: #6c757d;
}

.list-thumb-image {
    display: block;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.list-thumb-lg {
    width: 400px;
}


.dropdown-item {
    padding: .8rem 1.5rem;
}

.dropdown-menu {
    padding: 0;
}


.note-editable {
    font-size: 1rem;
}

.note-editable p {
    margin-bottom: 0;
}

.toggle.btn {
    min-height: auto;
}

.input-group .form-control {
    height: auto !important;
}

.c-chartjs-tooltip {
    display: none !important;
}

.text-black {
    color: #000000;
}

.container-fluid > .card > .card-header {
    background-color: #ffffff;
    padding: 1.25rem;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 100%;
    margin-left: 0 !important;
}

.dataTables_info {
    text-align: right !important;
}

.c-header {
    min-height: auto;
    border-bottom: 0 none;
}

.c-sidebar {
    background-color: #ffffff;
    border-right: 1px solid #dee2e6;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}


.c-sidebar-nav-title {
    font-size: 13px;
    margin-top: 0;
    color: #B9B9C5 !important;
}

.c-sidebar .c-sidebar-nav-title {
    color: #222;
}

.c-sidebar .c-sidebar-nav-dropdown-toggle, .c-sidebar .c-sidebar-nav-link {
    color: #222;
    font-weight: 400;
}

.c-sidebar .c-sidebar-nav-dropdown-toggle:hover, .c-sidebar .c-sidebar-nav-link:hover {
    color: #222;
    background-color: #fff8b7;
}

.c-header-toggler {
    min-width: inherit;
}

.breadcrumb {
    padding: 0 1.25rem;
    font-size: 13px;
}

.tutorial_top_banner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.tutorial_top_banner.pc > div {
    height: 56px;
}

.tutorial_top_banner div {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    font-size: 18px;
    font-weight: 700;
    color: white;
}

.text-yellow {
    color: #FDD000;
}

.banner_close {
    margin: auto 0;
    cursor: pointer;
}

.banner_close > span {
    font-size: 14px;
    font-weight: 400;
}

.tutorial_top_banner.pc {
    display: block;
}

.tutorial_top_banner.mobile .content {
    margin: auto 0;
}

.tutorial_top_banner.mobile {
    height: 100%;
    display: none;
}

.tutorial_top_banner.mobile > div {
    height: 100%;
}

.tutorial_top_banner.mobile .content > div {
    padding-bottom: 10px;
    font-size: 18px;
}

.tutorial_top_banner.mobile .content > p {
    line-height: 15px;
    font-size: 12px;
    font-weight: 400;
    word-break: keep-all;
}

.fancybox-content, .fancybox-content .fancybox-iframe {
    border-radius: 30px !important;
}

@media (min-width: 400px) {
    .tutorial_top_banner.mobile img {
        margin-right: 15px;
    }
}

@media (min-width: 517px) {
    .tutorial_top_banner.mobile .content > div {
        padding-bottom: 5px;
        font-size: 20px;
    }

    .tutorial_top_banner.mobile .content > p {
        line-height: 18px;
        font-size: 14px;
        font-weight: 400;
        word-break: keep-all;
    }
}

@media (max-width: 1300px) {
    .tutorial_top_banner.pc {
        display: none;
    }

    .tutorial_top_banner.mobile {
        display: block;
    }
}

@media not all, (hover: hover) {
    .c-sidebar .c-sidebar-nav-dropdown-toggle:hover .c-sidebar-nav-icon, .c-sidebar .c-sidebar-nav-link:hover .c-sidebar-nav-icon {
        color: #222;
    }

    .c-sidebar .c-sidebar-nav-link:hover.c-sidebar-nav-dropdown-toggle:after, .c-sidebar :hover.c-sidebar-nav-dropdown-toggle:after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='rgba(0, 0, 0, 1)' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E")
    }
}


.c-sidebar .c-active.c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon, .c-sidebar .c-sidebar-nav-link.c-active .c-sidebar-nav-icon {
    color: #222;
}


.c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-dropdown-toggle, .c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link {
    color: #222;
}

.c-sidebar .c-active.c-sidebar-nav-dropdown-toggle, .c-sidebar .c-sidebar-nav-link.c-active {
    background-color: #ffe25a;
    color: #000000;
}


.c-sidebar .c-sidebar-nav-dropdown-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='rgba(0, 0, 0, 1)' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
    transform:rotate(270deg);
}

html:not([dir=rtl]) .c-sidebar-nav-dropdown.c-show>.c-sidebar-nav-dropdown-toggle:after {
    transform: rotate(90deg);
}

.c-sidebar .c-sidebar-nav-dropdown.c-show {
    background-color: transparent;
}

.c-sidebar .c-active.c-sidebar-nav-dropdown-toggle, .c-sidebar .c-sidebar-nav-link.c-active {
    color: #222;
}

.c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-icon {
    color: #222;
}

.c-sidebar .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon, .c-sidebar .c-sidebar-nav-link .c-sidebar-nav-icon {
    color: #b9b9c5;
}

.c-sidebar .c-sidebar-minimizer {
    background-color: #ffffff;
    height: 50px;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

html:not([dir=rtl]) .c-sidebar-nav-dropdown-items .c-sidebar-nav-dropdown-toggle, html:not([dir=rtl]) .c-sidebar-nav-dropdown-items .c-sidebar-nav-link {
    padding-left: 60px;
}

.c-sidebar .c-sidebar-minimizer:hover {
    background-color: #ffffff;
}

.c-sidebar-nav-top {
    padding: 1rem 1.2rem;
}

.c-sidebar .status-bar {
    justify-content: flex-end;
    color: #6c757d;
    padding: 1rem 1.2rem;
}

.c-sidebar-nav-dropdown-toggle, .c-sidebar-nav-link {
    padding: .6rem 1.2rem;
}

.c-sidebar .c-sidebar-minimizer:hover:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%236c757d' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

.c-sidebar .dropdown-item {
    padding: 10px 16px;
    font-size: 13px;
}

.c-main {
    padding-top: 0;
}

.c-main > .container-fluid {
    padding: 0;
}

.c-main > .container-fluid > .card {
    border: 0 none;
}

.dash_section_selected {
    background-color: transparent !important;
}

.c-app {
    color: #222222;
    background-color: #ffffff;
}

.c-header .c-header-nav .c-header-nav-btn, .c-header .c-header-nav .c-header-nav-link {
    color: #222222;
    font-weight: 700;
}

.c-footer {
    background-color: #ffffff;
    height: 54px;
}

.required {
    color: #f44336;
}

form label {
    font-weight: 500;
}

.btn-rounded {
    border-radius: 2em;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .375rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #1e1e1e !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


.fade.in {
    opacity: 1;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.card-header h4 {
    font-weight: bold;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
}

.form-wizard-header {
    background-color: #e3eaef;
}

.form-wizard-header .pt-2 {
    padding-top: .75rem !important;
}

.form-wizard-header .pb-2 {
    padding-bottom: .75rem !important;
}


.bootstrap-datetimepicker-widget {
    font-size: 12px;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    background-color: #fff;
    border: 1px solid #d9e3e9;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    border: 0 none;
    color: #98a6ad;
}

.bootstrap-datetimepicker-widget * {
    white-space: normal;
    font-size: 12px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: .5rem;
}

.card-widgets {
    float: right;
}

.select2-container--bootstrap4 .select2-selection {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    line-height: 1.5;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.5em + .9rem + 2px) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.1rem;
    padding-right: 1rem;
}

.select2-search--dropdown .select2-search__field {
    padding: .45rem 1.1rem;
    color: #495057;
    font-size: .875rem;
    border-radius: .25rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

.avatar img {
    width: 100%;
    height: 100%;
    border-radius: .375rem;
}

.avatar {
    font-size: 1rem;
    display: inline-flex;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: .375rem;
    background-color: #adb5bd;
    align-items: center;
    justify-content: center;
}

.avatar-xs {
    font-size: .75rem;
    width: 24px;
    height: 24px;
}

.avatar-sm {
    font-size: .875rem;
    width: 36px;
    height: 36px;
}

.avatar-lg {
    font-size: .875rem;
    width: 58px;
    height: 58px;
}

.avatar-xl {
    width: 74px;
    height: 74px;
}

.avatar.rounded-circle img, .rounded-circle {
    border-radius: 50% !important;
}

.avatar-group .avatar {
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}

.thumbnail {
    max-width: 100%;
    height: auto;
    border: 1px solid #dee2e6;
    padding: .25rem;
}

#DataTables_Table_0_length > label > div > select {
    width: 80px;
}

.is_required {
    background-color: #fff9c2;
}

.btn_tutorial_start {
    font-weight: 700;
    border-radius: 5px;
    width: 81px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    font-size: 11px;
    max-height: 25px;
    border: 2px solid #FDD000;
}

.btn.btn_tutorial_start:hover {
    background: #ECF0F3;
}

.btn.btn_tutorial_start {
    border: 2px solid #ECF0F3;
}

.tutorial-all-item {
    margin-bottom: 30px;
}

.tutorial-all-item > div:first-child {
    font-weight: 700;
    font-size: 15px;
}

.btn_tutorial_start.finished {
    background: #FDD000;
}

.tutorial-all {
    background: white;
    padding: 45px;
}

.tutorial-all > .title {
    font-size: 18px;
    font-weight: 700;
}

.tutorial-all > .title.step {
    margin-bottom: 30px;
}

.tutorial_popup_class .swal2-icon.swal2-success {
    border-color: #32C682 !important;
    color: #32C682 !important;
}

.tutorial_popup_class .swal2-icon.swal2-success .swal2-success-ring {
    border-color: #32C682 !important;
}

.tutorial_popup_class .swal2-icon.swal2-success .swal2-success-line-long, .tutorial_popup_class .swal2-icon.swal2-success .swal2-success-line-tip {
    background-color: #32C682 !important;
}

.tutorial_popup_class .text-center {
    font-family: Spoqa Han Sans Neo;
    letter-spacing: 0em;
    font-style: normal;
    color: black;
    padding-bottom: 10px;
}

.tutorial_popup_class .title {
    font-weight: 700;
    font-size: 24px;
}

.tutorial_popup_class .content {

    font-size: 16px;
    padding-bottom: 35px;
}

.tutorial_popup_class .sub {
    font-family: Spoqa Han Sans Neo !important;
    font-size: 12px;
}

.tutorial_popup_class .tutorial-btn-group {
    padding-top: 25px;
}

.tutorial_popup_class .tutorial-btn-group .btn_tutorial_start {
    font-family: Spoqa Han Sans Neo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: black;
    padding: 10px 0px;
    max-height: none;
    cursor: pointer;
    border-radius: 10px;
}

.tutorial_popup_class .tutorial-btn-group > *:first-child {
    margin-right: 10px;
}

.tutorial_popup_class .tutorial-btn-group > *:last-child {
    margin-left: 10px;
    background: #FDD000;
}

.btn_tutorial_text {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    font-size: 13px;
    font-weight: 700;
    color: black;
}

.tutorial_close {
    box-shadow: 1.528px 1.528px 9.168px rgb(0 0 0 / 5%);
    border-radius: 50% !important;
    color: black !important;
    font-size: 16px !important;
    padding: 20px !important;
    margin: 10px !important;
    font-weight: 700;
}

.tutorial_close:focus {
    box-shadow: none !important;
}

.dashboard .card {
    border: 0 none;
    padding: 0;
}

.dashboard .card .card-header {
    background-color: transparent;
    padding: 0;
    border-bottom: 0 none;
    color: #222222;
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 20px;
}

.dashboard .card .card-body {
    padding: 0;
}

.dashboard .card .card-body span {
    font-weight: normal;
}

.dashboard .card-group .card {
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 20px 0;
}

.dashboard .title {
    color: #222222;
    font-size: 16px !important;
    font-weight: 700;
}


.c-sidebar-ext-nav {
    width: 100%;
    padding: 0;
    margin: 0;
}

.c-sidebar-ext-nav a:hover {
    background-color: #fff8b7;
}

.c-sidebar-ext-nav a {
    display: block;
    font-weight: 700;
    padding: .6rem 1.2rem;
    border-radius: 5px;
}

.page-item.active .page-link {
    background-color: #ffffff;
    border-color: #dee2e6;
    color: #000;
    font-weight: 500;
}

.page-link {
    color: #6c757d;
}

.btn {
    border-radius: 0.2rem;
}

.btn-outline-primary {
    border-color: #6c757d;
    color: #000000;
}

.btn-outline-success {
    border-color: #6c757d;
}

.btn-outline-secondary {
    border-color: #6c757d;
    color:#222;
}

.btn-outline-danger {
    border-color: #6c757d;
}
.btn-outline-warning {
    border-color: #6c757d;
}

.badge {
    font-size: 14px;
    font-weight: normal;
    color: #222222;
    background-color: transparent !important;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.bootstrap-tagsinput .badge {
    font-size: 12px;
    font-weight: normal;
    color: #000000 !important;
    background-color: #EFEFEF !important;
    border-radius: 30px;
    margin: 2px 4px 6px 4px !important;
    padding: 7px 9px 7px 16px !important;
}

.bootstrap-tagsinput .badge [data-role=remove]:after {
    background-color: rgba(0,0,0,.0)!important;
}

.badge.badge-primary {
    color: #1f80ea;
}

.badge.badge-secondary {
    color: #6c757d;
}

.badge.badge-danger {
    color: #e00000;
}

.badge.badge-warning {
    color: #ffc107;
}

.badge.badge-info {
    color: #00bddc;
}

.badge.badge-success {
    color: #28a745;
}

.font-weight-bold {
    font-weight: 500 !important;
}

.dashboard .table .thead-light th {
    background-color: transparent;
    border-bottom-width: 1px;
}

.list-table thead th {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #FDDC00;
    color:#000;
}

.form-wizard-header {
    background-color: #FFFACC;
    border-top: 1px solid #ffe25a;
    border-bottom: 1px solid #ffe25a;
    margin-top: -1px;
}

.modal {
    /* notifix 창보다 뒤에 있도록 */
    z-index: 3500 !important;
}

.text-muted-2 {
    color: #999999;
}

html:not([dir=rtl]) .page-link {
    margin-left: -2px !important;
}
/*매뉴얼 css*/
@media (max-width: 768px) {
    .manual{
        left: 0px !important;
        width: 356px !important;
        height: 667px !important;
        text-align: left !important;
    }
    .close-button {
        margin-left: 15px !important;
    }
}
.manual{
    position: fixed !important;
    z-index: 10000000 !important;
    display: block !important;
    flex-wrap: nowrap !important;
    overflow-y: scroll !important;
    background: white !important;
    bottom: 50px;
    left: 263px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 30%) 0px 12px 60px 5px !important;
    width: 0px;
    height: 0px;
    color: black;
    opacity : 0;
    /*transition: all .5s;*/
}
.manual-basic{
    display: none;
    opacity: 0;
    visibility: visible;
    transition: opacity 0s ease;
    -webkit-transition: opacity 0s ease;
}
.close-button {
    text-align: right;
    margin-right: 15px;
    margin-top: 15px;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    top: 11px;
}
.manual-main{
    margin: 10px;
}

.manual-button {
    width: 60px !important;
    font-weight: 700;
    border-radius: 5px;
    width: 81px;
    padding-top: 3px;
    /*padding-bottom: 2px;*/
    text-align: center;
    font-size: 11px;
    max-height: 25px;
    /*border: 2px solid #FDD000;*/
    /*background: #FDD000;*/
    /*transition: background .3s;*/
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #000000;
}
.manual-button:hover {
    color: #FFFFFF !important;
    background: #333333;
    border: 1px solid #000000;
}
#manual::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #ffffff;
    border-radius: 20px;
}

#manual::-webkit-scrollbar
{
    width: 8px;
    border-radius: 20px;
    background-color: #ffffff !important;
}

#manual::-webkit-scrollbar-thumb
{
    background-color: #EFEFEF;
    border-radius: 20px;
}

.customSwitchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.customSwitchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 70px;
    max-width: 70px;
    height: 30px;
    background: #d1d1d1;
    border-radius: 100px;
    position: relative;
}

.customSwitchToggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.customSwitchToggle input:checked + label, .customSwitchToggle input:checked + input + label {
    background: #0D4BC1 !important
}

.customSwitchToggle input + label:before, .customSwitchToggle input + input + label:before {
    content: 'OFF';
    position: absolute;
    font-weight: normal;
    font-size: 12px;
    top: 7px;
    left: 32px;
    width: 25px;
    height: 10px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.customSwitchToggle input:checked + label:before, .customSwitchToggle input:checked + input + label:before {
    content: 'ON';
    position: absolute;
    top: 7px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.customSwitchToggle input:checked + label:after, .customSwitchToggle input:checked + input + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.customSwitchToggle label:active:after {
    width: 60px;
}

table thead tr th {
    border-right: 1px solid #dddddd;
    background-color: #F9F9F9 !important;
    text-align: left !important;
}
table thead tr td {
    text-align: left !important;
}

thead tr th:last-child {
    border-right: none !important
}

@media (max-width: 720px) {
    .pc-element {
        display: none;
    }
}

.swal-custom-title {
    font-size: 25px;
}

.bookmark-btn {
    font-size: 13px;
    margin-top: 0;
    cursor: pointer;
}

/* status bar*/
.status-bar .status-area {
    border-radius: 4px;
    padding: 20px;

}

.status-bar .status-area .status-header h5 {
    font-size: 16px;
}

.status-bar .status-area .status-header p {
    font-size: 14px;
}

.status-bar .status-area .status-header p > span {
    color: #005CE6;
    font-weight: bold;
}

.upgrade-btn {
    background: #ffe400;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    padding: 7px;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.bs-list {
    border-radius: 0.2rem;
    background: #EFEFEF;
}

/* select2 multiple change border color */
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ced4da 1px !important;
}
/* end */

.text-custom-muted {
    color: #878D91;
}

.tutorial_top_banner {
    background: rgba(0, 0, 0, 0.6);
}

.tutorial_top_banner .text-emp {
    color: #ffdc00;
}

.tutorial_top_banner .btn-default {
    background: #ffe400;
    font-size: 12px;
    font-weight: bold;
    padding: 7px;
}
