


body {
    padding-top: 55px;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}

@media (max-width: 768px) {
    body {
        padding-top: 60px;
    }
}

a {
    color: #0F4FAF;
}
a:focus,
a:hover {
    color: #0F4FAF;
    text-decoration: none;
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*navigation bar*/
.navbar-fixed-top {
    border: 0;
}

.navbar {
    background: #FFF !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    min-height: 55px;
    border-bottom: 1px solid #CED8DB;
}
.navbar-brand {
    height: 55px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.navbar-header {
    display: flex;
    align-items: center;
}
.navbar-header-page {
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
}
.navbar-header-page a {
    font-weight: 700;
    color: #333;
}
.navbar-header-page a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .navbar {
        min-height: 60px;
    }
    .navbar-brand {
        height: 60px;
    }
    .navbar-toggle-button {
        position: absolute !important;
        right: 15px;
    }
}

.navbar-brand-text {
    color: #ffffff;
}

.navbar-brand>img {
    width: 110px;
}

.navbar-toggle-button {
    position: relative;
    top: 15px !important;
}

.navbar-brand-text:hover, .navbar-brand-text:focus {
    color: #fafafa;
}

.navbar-nav > li > a {
    color: #333;
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    /* background-color: #41586e; */
}

.navbar-nav > li.active > a {
    /* background-color: #34495e !important; */
}

.navbar-nav > li.active > a:hover, .navbar-nav > li.active > a:focus {
    /* background-color: #34495e !important; */
}

.nav .open > a {
    /* background-color: #34495e !important; */
}

@media (max-width: 767px) {
    .navbar-nav {
        margin-top: 0;
        background: #273B60;
        padding-bottom: 10px;
    }
    .navbar-nav > li > a {
        padding: 18px 20px;
        color: #fff;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        background: #273B60;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        color: #d8d8d8;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover {
        /* background-color: #41586e; */
    }
}

.navbar-nav > li > a.nav-link {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    background: #273B60 !important;
}
.nav .open>a:hover {
    background: #273B60;
}
.nav-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.nav-icon img {
    width: 100%;
}

.nav-user {
    max-width: 270px;
}
.nav-notice-icon {
    overflow: inherit;
}

.nav-notice-icon-inner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
}

.nav-icon-user {
    width: 26px;
    height: 26px;
    margin-right: 0;
}
.nav-icon-user .nav-notice-icon-inner {
    width: 26px;
    height: 26px;
    border-radius: 0;
}
.nav-icon-user .noti-badge {
    right: -3px;
    top: -7px;
}

.navbar-nav>li>.dropdown-menu {
    min-width: 220px;
    border: none;
    box-shadow: none;
    padding: 0;
    top: calc(100%);
    background: #273B60;
    color: #fff;
    border-radius: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.dropdown-menu>li>a {
    font-size: 15px;
    padding: 13px 15px;
    color: #fff;
    transition: 0.2s;
}
.dropdown-menu>li>a.nav-link {
    display: flex;
    align-items: center;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: #fff;
    color: #273B60;
}
.dropdown-menu-logout {
    /* border-top: 1px solid #fff; */
    /* margin-top: 5px; */
    position: relative;
}
.dropdown-menu-logout::before {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 10px;
}
.dropdown-menu-logout a span {
    position: relative;
    padding-right: 22px;
    transition: 0.2s;
}
.dropdown-menu-logout a span::after {
    content: "";
    width: 14px;
    height: 16px;
    display: block;
    background: url(/images/icon_logout.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 1px;
    transition: 0.2s;
}
.dropdown-menu-logout a:hover span::after {
    background: url(/images/icon_logout_navy.png) no-repeat center center;
    background-size: 100%;
}

@media (min-width: 768px) {
    .nav-user.dropdown:hover .dropdown-menu {
        display: block;
    }
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: #fff;
    color: #273B60;
}

/*end navigation bar*/

.giant-title {
    color: #777777;
    margin-top: 100px;
    font-size: 64px;
}

@media (max-width: 992px) {
    .giant-title {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .giant-title {
        font-size: 32px;
    }
}

/* Sidebar navigation */
.sidebar {
    display: none;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 55px;
        bottom: 0;
        width: 220px;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        /* border-right: 1px solid #eee; */
        padding-top: 0;
    }
    .sidebar::before {
        content: "";
        width: 1px;
        height: 100%;
        display: block;
        background: #CED8DB;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar > li {
    border-bottom: 1px solid #CED8DB;
}

.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
    border-right: 2px solid #CED8DB;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

.nav-sidebar > .nav-sidebar-item > a {
    color: #000;
    padding: 13px 20px;
    border-right: none;

}

.nav-sidebar > .nav-sidebar-item > a:hover,
.nav-sidebar > .nav-sidebar-item > a:focus {
    background-color: #fff;
    border-right: 2px solid #CED8DB;
}

.nav-sidebar > .sub-active > a {
    background-color: #fff;
    border-right: none !important;
}

.nav-sidebar > .sub-active {
    position: relative;
}

.nav-sidebar > .sub-active::after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 0;
}

.nav-sidebar > .sub-active > a:hover,
.nav-sidebar > .sub-active > a:focus {
    background-color: #fff;
}

.nav-sidebar .nav-link {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.nav .open > a.company-dropdown {
    background-color: #428bca !important;
}

.nav-sidebar-subitem {
    background: #fff;
    list-style: none;
    padding: 0 0 10px 32px;
}
.nav-sidebar-subitem li a {
    color: #000;
    padding: 0 20px 13px 0;
    display: block;
    height: 100%;
    width: 100%;
    transition: .3s;
}
.nav-sidebar-subitem li a.current {
    color: #01c3cb;
}
.nav-sidebar-subitem li a:hover {
    color: #01c3cb;
}
.nav-sidebar-subitem li a::before {
    content: "\2514"; /* content: '└'; */
    margin-right: 10px;
    color: #000;
}

.nav-sidebar-subitem {
    display: none;
}

.sub-active .nav-sidebar-subitem {
    display: block;
}

.bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.nav-divider {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/*main content*/
.main {
    padding: 20px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.main .page-header {
    margin-top: 0;
}

.main-content {
    width: calc(100% - 220px);
    margin-left: 220px;
}

@media (max-width: 767px) {
    .main-content {
        width: 100%;
        margin: 0;
    }
}

/*end main content*/

.brand-image {
    float: left;
    width: 60px;
    height: 60px;
}

.left {
    float: left;
}

.right {
    float: right;
}

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

.bottom-right {
    float: right;
    display: block;
    position: relative;
    bottom: 0;
}

.delete-company-label {
    font-size: 1.5em;
}

.zero-padding-left-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nopadding {
    padding: 0;
}

.big-text {
    font-size: 10em;
}

.emoji-text {
    font-weight: 300;
    color: #7a7a7a;
}

.glyphicon {
    top: 2px;
}

.bottom-line {
    border-bottom: solid 1px #dddddd;
}

.label-block {
    display: block;
    width: 100%;
}

.bottom-sheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.bottom-sheet-info-panel {
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    border: solid 1px #ccc;
    box-shadow: 0 -2px 2px 1px #ccc;
}

.bottom-sheet-info-panel {
    padding: 10px;
}

#bottom-sheet-panel-content {
    overflow-y: auto;
}

.sidebar-detail-container {
    padding-bottom: 10px;
    padding-top: 10px;
}

/*switch*/

.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 28px;
}

.switch-lg {
    width: 54px;
    height: 34px;
}

.switch-sm {
    width: 42px;
    height: 22px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-lg .slider:before {
    height: 26px;
    width: 26px;
}

.switch-sm .slider:before {
    height: 14px;
    width: 14px;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.dialog-icon {
    width: 30px;
    height: 30px;
}

.floating-button {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    font-size: 16px;
    box-shadow: 0 3px 10px 0 #0000004d;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 1000;
}

/*material*/

.material-form-group {
    position: relative;
    margin-top: 1rem;
    /*margin-bottom: 1rem;*/
}

.material-form-group .material-control-label {
    font-size: 14px;
    font-weight: 500;
    color: #AAA;
    margin: 0;
    position: absolute;
    left: 4px;
    top: 10px;
    pointer-events: none;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.material-form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: block;
    top: 3px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.material-form-group input:focus ~ .bar {
    border-bottom: 1px solid #428BCA;
}

.material-form-group input:focus ~ .material-control-label,
.material-form-group input:valid ~ .material-control-label {
    top: -10px;
    font-size: 12px;
    color: gray;
}

.material-form-group input:focus ~ .material-control-label {
    color: #428BCA;
}

.must-not-empty::after {
    color: #ff3800;
    content: "*";
    font-size: 18px;
    position: relative;
    top: 2px;
    left: 2px;
}

.floating-button {
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}

.floating-button {
    transform: translateY(200%);
}

.input-panel-heading-fix {
    position: relative;
    top: -5px;
}

.panel-heading > button, .panel-heading > .btn {
    position: relative;
    top: -5px;
    min-width: 100px;
}

.panel-success > .panel-heading > button, .panel-success > .panel-heading > .btn {
    background-color: #d0e6be;
    color: #3c763d;
}

.panel-success > .panel-heading > button:hover, .panel-success > .panel-heading > .btn:hover {
    background-color: #c7dcb6;
}

.panel-warning > .panel-heading > button, .panel-warning > .panel-heading > .btn {
    background-color: #e6e2ce;
    color: #8a6d3b;
}

.panel-warning > .panel-heading > button:hover, .panel-warning > .panel-heading > .btn:hover {
    background-color: #dcd8c5;
}

.panel-default > .panel-heading > button, .panel-default > .panel-heading > .btn {
    background-color: #e6e6e6;
    color: #333;
}

.panel-default > .panel-heading > button:hover, .panel-default > .panel-heading > .btn:hover {
    background-color: #dcdcdc;
}

.panel-primary > .panel-heading > button, .panel-primary > .panel-heading > .btn {
    background-color: #316aa5;
}

.panel-primary > .panel-heading > button:hover, .panel-primary > .panel-heading > .btn:hover {
    background-color: #2c6196;
    border: 1px solid #2C6196;
}

div.panel-primary:nth-of-type(even) {
    border-color: #468fcf;
}

div.panel-primary:nth-of-type(even) > .panel-heading {
    border-color: #468fcf;
    background-color: #468fcf;
}

.noti-badge {
    width: 14px;
    height: 14px;
    display: block;
    text-indent: -999em;
    top: 0px;
    right: 0px;
    font-size: 10px;
    position: absolute;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    background-color: #ff490d;
}
.noti-badge.is-check {
    background-color: #ffc154;
}




.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    opacity: 0.2;
}


/* ----------------------------------------------------------

layout

---------------------------------------------------------- */
.l-container {
    padding: 40px 0 80px;
}

.l-container--md {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 80px;
}

.l-footer {
    width: 100%;
    text-align: center;
    padding: 10px 0 15px;
    opacity: 0;
}
.l-footer-side {
    padding-left: 220px;
}
.l-footer.is-loaded {
    opacity: 1;
}
.l-footer.is-fixed {
   width: 100%;
   position: fixed;
   right: 0;
   bottom: 0;
}
.l-footer-nav {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}
.l-footer-nav li {
    margin: 0 12px;
}
.l-footer-nav li a {
    color: #0F4FAF;
    font-size: 12px
}
.l-footer-nav li a:hover {
    text-decoration: underline;
}

.l-footer-copyright {
    color: #CED8DB;
    font-size: 12px;
}

@media (max-width: 767px){
.l-footer-side {
    padding-left: 0;
}
.l-footer-nav {
    flex-direction: column;
}
}
/* ----------------------------------------------------------

component

---------------------------------------------------------- */

/* c-ttl
---------------------------------------------------------- */
.c-ttl-01 {
    font-size: 18px;
    padding-left: 10px;
    margin: 0 0 20px;
    position: relative;
}
.c-ttl-01::before {
    content: "";
    display: block;
    width: 3px;
    height: 20px;
    background: #01C3CB;
    position: absolute;
    top: 0;
    left: 0;
}

.c-ttl-02 {
    font-size: 24px;
    border-bottom: 1px solid #929A9D;
    margin: 0 0 30px;
    padding: 15px 0;
}

.c-ttl-03 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px;
}
.c-ttl-03 .note {
    font-size: 15px;
    font-weight: 500;
    color: #929A9D;
    padding: 10px 0 5px 10px;
    display: inline-block;
}

@media (max-width: 767px) {
    .c-ttl-03 .note {
        display: block;
        padding: 0;
        margin-top: 10px;
        font-size: 12px;
    }
}

/* c-btn
---------------------------------------------------------- */
.c-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    transition: 0.2s;
}
.c-btn span {
    position: relative;
}
.c-btn:hover {
    text-decoration: none;
}

.c-btn-white {
    height: 30px;
    background: #fff;
    border: 2px solid #9D9D9D;
    color: #9D9D9D;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 20px;
    border-radius: 5px;
}
.c-btn-white:hover {
    color: #9D9D9D;
}

.c-btn-red {
    height: 30px;
    background: #DE213F;
    border: 2px solid #DE213F;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 20px;
    border-radius: 5px;
}

.c-btn-red:hover {
    background: #fff;
    color: #DE213F;
}

.c-btn-navy {
    height: 30px;
    background: #273B60;
    border: 2px solid #273B60;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 20px;
    border-radius: 5px;
}

.c-btn-navy:hover {
    background: #fff;
    color: #273B60;
}

.c-btn-gray {
    height: 30px;
    background: #555;
    border: 1px solid #555;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 20px;
    border-radius: 5px;
}

.c-btn-gray:hover {
    background: #fff;
    color: #555;
}

.c-btn-gray-border {
    height: 30px;
    background: #fff;
    border: 1px solid #555;
    color: #555;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 20px;
    border-radius: 5px;
}

.c-btn-gray-border:hover {
    background: #555;
    color: #fff;
}

.c-btn-orange {
    height: 30px;
    background: #F08B00;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 20px;
    border-radius: 5px;
}
.c-btn-orange:hover {
    color: #fff;
}

.c-btn-border {
    height: 30px;
    background: #fff !important;
    color: #555555 !important;
    border: 1px solid #555555;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 20px;
    border-radius: 5px;
}
.c-btn-border:hover {
    color: #fff !important;
    background: #555 !important;
}
.c-btn-border02 {
    border: 2px solid #555555;
}

.c-btn-border-orange {
    height: 30px;
    background: #fff;
    color: #F08B00;
    border: 1px solid #F08B00;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 20px;
    border-radius: 5px;
}

/* .c-btn-orange:hover {
    color: #fff;
} */

.c-btn-back span {
    padding-left: 20px;
}
.c-btn-back span::before {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    background: url(/images/icon_back.png) no-repeat center top;
    background-size: 100%;
    position: absolute;
    top: 4px;
    left: 0;
}

.c-btn-add span {
    padding-left: 20px;
}

.c-btn-add span::before,
.c-btn-add span::after {
    content: "";
    width: 16px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}
.c-btn-add span::after {
    transform: rotate(90deg);
}

/* c-table
---------------------------------------------------------- */
.c-table {
    width: 100%;
}
.c-table tr {
    border-bottom: 1px solid #CED8DB;
}
.c-table th,
.c-table td {
    padding: 30px 0;
    vertical-align: top;
}
.c-table td {
    padding: 30px 20px;
}
.c-table th {
    width: 200px;
}
.c-table__ttl {
    font-size: 15px;
    margin: 0;
    padding: 3px 0;
}
.c-table__ttl span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.c-table__ttl span.required {
    display: inline;
    color: #D34141;
    padding-left: 0;
    font-weight: 500;
}
.c-table__txt {
    font-size: 18px;
    margin: 0;
}
.c-table__txt.is-caution {
    font-weight: bold;
    font-size: 18px;
    color: #ff3800;
}
.c-table__note {
    font-size: 14px;
    margin: 10px 0 0;
    padding-left: 1em;
    position: relative;
}
.c-table__note span {
    position: absolute;
    left: 2px;
}

@media (max-width: 767px) {
    .c-table th,
    .c-table td {
        display: block;
        padding: 20px 0;
    }

    .c-table th {
        width: 100%;
        padding-bottom: 0;
    }

    .c-table__ttl {
        font-size: 16px;
    }
    .c-table__txt {
        font-size: 16px;
    }

    .c-table__ttl span {
        display: inline;
    }

}


/* c-link
---------------------------------------------------------- */
.c-link-txt {
    color: #0F4FAF !important;
    text-decoration: underline !important;
}
.c-link-txt:hover {
    text-decoration: none !important;
}
.c-link-txt-back {
    position: relative;
}
.c-link-txt-back::before {
    content: "";
    width: 15px;
    height: 13px;
    display: block;
    background: url(/images/icon_back_blue.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -18px;
    top: 4px;
}

/* c-lead
---------------------------------------------------------- */
.c-lead {
    text-align: center;
    margin: 0 0 40px;
}

.c-lead p {
    font-size: 16px;
    line-height: 1.7;
}

/* ----------------------------------------------------------

project

---------------------------------------------------------- */

/* p-headding
---------------------------------------------------------- */
.p-heading {
    font-size: 24px;
    border-bottom: 1px solid #929A9D;
    padding: 20px 0;
    margin: 0 0 40px;
    position: relative;
}

.p-heading__ttl {
    margin: 0;
    font-weight: 700;
}

.p-heading__btn {
    position: absolute;
    right: 0;
    bottom: 15px;
}

@media (max-width: 767px) {
    .p-heading {
        font-size: 20px;
        padding: 10px 0;
        margin: 0 0 25px;
    }
}

/* p-page-headding
---------------------------------------------------------- */
.p-page-heading {
    padding: 25px 0 15px;
    position: relative;
    text-align: center;
}
.p-page-heading-border {
    position: relative;
}
.p-page-heading-border .p-page-heading__ttl {
    border-bottom: 1px solid #CED8DB;
    padding: 0 0 20px;
    text-align: left;
}
.non-left-menu .p-page-heading-border .p-page-heading__ttl {
    text-align: center;
}
.p-page-heading-bottom-border .p-page-heading__ttl {
    padding: 0 0 0;
    text-align: center;
}
.p-page-heading__ttl {
    font-size: 22px;
    margin: 0 0 20px;
}
.p-page-heading__lead {
    font-size: 14px;
    line-height: 1.7;
    padding-right: 200px;
    position: relative;
}
.p-page-heading__lead.non-btn {
    padding-right: 0;
    text-align: center;
}
.p-page-heading-bottom-border .p-page-heading__lead {
    border-bottom: 1px solid #CED8DB;
    padding: 0 0 20px;
}

/* p-pagenation
---------------------------------------------------------- */
.p-pagenation ul {
    text-align: center;
    margin: 0;
}
.p-pagenation li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 2px;
}
.p-pagenation li.disabled {
    opacity: 0.6;
}
.p-pagenation li a,
.p-pagenation li span {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px !important;
    border: 1px solid #CED8DB;
    padding: 0;
    font-size: 15px;
    line-height: 40px;
    color: #333;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #01C3CB;
    border-color: #01C3CB;
    color: #fff;
}
.p-pagenation li .dot {
    line-height: 30px;
}
.p-pagenation li .prev {
    text-indent: -999em;
    position: relative;
}
.p-pagenation li .prev::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-left: 1px solid #929A9D;
    border-bottom: 1px solid #929A9D;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
}
.p-pagenation li .next {
    text-indent: -999em;
    position: relative;
}

.p-pagenation li .next::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-left: 1px solid #929A9D;
    border-bottom: 1px solid #929A9D;
    transform: rotate(225deg);
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
}

@media (max-width: 1279px) {
    .p-pagenation {
        width: 100%;
    }
}

/* p-form
---------------------------------------------------------- */
.p-form-input {
    width: 100%;
    background: #fff;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    height: 70px;
    line-height: 50px;
    font-size: 18px;
    /* border: 1px solid #929A9D; */
    border: 1px solid #CED8DB;
    border-radius: 5px;
}
.p-form-input--small {
    height: 50px;
    font-size: 14px;
}

.p-form-input--round {
    height: 60px;
    font-size: 16px;
    border-radius: 15px;
}

.p-form-input:focus,
.p-form-textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.p-form-input::placeholder  {
    color: #ccc;
}

.c-table__txt-plan b {
    font-size: 20px;
}

.p-form-textarea {
    width: 100%;
    background: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 18px;
    /* border: 1px solid #929A9D; */
    border: 1px solid #CED8DB;
    border-radius: 5px;
    resize: none;
}

.p-form-textarea--small {
    height: 125px;
    font-size: 14px;
    padding: 15px;
}

.p-form-input__wrap+.p-form-input__wrap {
    margin-top: 10px;
}

.p-form-input__wrap input:read-only {
    color: #999;
    background-color: #eee;
}

.c-table .p-form-td {
    padding: 20px;
}

.p-form-error-txt {
    color: #D34141;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}
.p-form-input--small + .p-form-error-txt,
.p-form-textarea--small+.p-form-error-txt {
    font-size: 14px;
}

.p-form-error-input {
    border: 2px solid #D34141 !important;
}

.p-form *::placeholder {
    color: #ccc;
}

.p-form-btns {
    display: flex;
    justify-content: center;
}

.p-form-btn {
    width: 290px;
    margin: 0 auto;
}
.p-form-btn button,
.p-form-btn input {
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    font-weight: 700;
    padding: 0 40px;
    font-size: 18px;
    color: #fff;
}

.p-form-input-post input {
    width: 200px;
    margin-left: 10px;
}

.p-form-btn input:disabled,
.p-form-btn button:disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: default;
}

.p-form-btns .p-form-btn {
    margin: 0 10px;
}

.p-form-btn .p-form-btn-add {
    border: 1px solid #01C3CB;
    background: #fff;
    height: 40px;
    border-radius: 20px;
}
.p-form-btn .p-form-btn-add02 {
    border: 1px solid #DE213F;
    background: #fff;
}
.p-form-btn .p-form-btn-add span {
    font-size: 14px;
    color: #01C3CB;
    position: relative;
    padding-left: 25px;
}
.p-form-btn .p-form-btn-add02 span {
    color: #DE213F;
}
.p-form-btn .p-form-btn-add span::before,
.p-form-btn .p-form-btn-add span::after {
    content: "";
    width: 16px;
    height: 3px;
    display: block;
    background: #01C3CB;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}
.p-form-btn .p-form-btn-add02 span::before,
.p-form-btn .p-form-btn-add02 span::after {
    background: #DE213F;
}
.p-form-btn .p-form-btn-add span::after {
    transform: rotate(-90deg);
}

.p-form-btn .p-form-btn-add:hover {
    background: #01C3CB;
}
.p-form-btn .p-form-btn-add:hover span {
    color: #fff;
}
.p-form-btn .p-form-btn-add:hover span::before,
.p-form-btn .p-form-btn-add:hover span::after {
    background: #fff;
}

.p-form-btn .p-form-btn-add02:hover {
    background: #DE213F;
}
.p-form-btn .p-form-btn-add02:hover span {
    color: #fff;
}
.p-form-btn .p-form-btn-add02:hover span::before,
.p-form-btn .p-form-btn-add02:hover span::after {
    background: #fff;
}

.p-form-btn .p-form-btn-back {
    color: #555;
    border: 2px solid #555;
}
.p-form-btn .p-form-btn-back:hover {
    color: #fff;
}

.p-form-icon-cut {
    width: 34px;
    height: 34px;
    background: #fff;
    border: 1px solid #929A9D;
    border-radius: 50%;
    position: relative;
    text-indent: -999em;
    margin-left: 10px;
}

.p-form-icon-cut::after {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background: #929A9D;
    position: absolute;
    top: 50%;
    left: calc(50% - 7px);
}

.p-form-icon-cut:hover {
    background: #929A9D;

}
.p-form-icon-cut:hover::after {
    background: #fff;
}

.p-form-checkbox input {
    appearance: none;
}
.p-form-checkbox label, .p-form-radio label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 26px;
    /* color: #929A9D; */
    font-weight: 500;
}
.p-form-checkbox label::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: #01C3CB;
    border-radius: 4px;
    position: absolute;
    top: 1px;
    left: 0;
}
.p-form-checkbox label::after {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 5px;
    left: 3px;
    transform: rotate(-45deg);
    opacity: 0;
}
.p-form-checkbox input:checked + label::after {
    opacity: 1;
}

.p-form-checkbox-white label::before {
    background: #fff;
    border: 1px solid #929A9D;
}
.p-form-checkbox-white label::after {
    border-left: 2px solid #01C3CB;
    border-bottom: 2px solid #01C3CB;
}

.p-form-checkbox-white-green label::before {
    background: #fff;
    border: 1px solid #929A9D;
}

.p-form-checkbox-white-green label::after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.p-form-checkbox-white-green input:checked+label::before {
    background: #01C3CB;
    border: 1px solid #01C3CB;
}

@media (max-width: 767px) {
    .p-form-input {
        font-size: 16px;
        height: 50px;
    }
    .c-table .p-form-td {
        padding: 20px 0;
    }
    .p-form-error-txt {
        font-size: 14px;
    }

    .p-form-btns .p-form-btn {
        margin: 0 5px;
    }
    .p-form-btn button,
    .p-form-btn input {
        font-size: 14px;
        padding: 0 10px;
    }
}

/* p-colorpicker
---------------------------------------------------------- */
.p-colorpicker.input-group {
    display: flex;
    padding: 5px 0;
}
.p-colorpicker .input-group-addon {
    width: 50px !important;
    height: 40px !important;
    padding: 0 !important;
    border: none !important;
}
.p-colorpicker .input-group-addon i {
    width: 50px !important;
    height: 40px !important;
}
.p-colorpicker .input-group-addon + input {
    box-shadow: none;
    border: none !important;
    border-left: 1px solid #CED8DB !important;
    height: 40px !important;
    font-size: 14px !important;
    max-width: 167px;
}
.p-colorpicker .input-group-btn {
    width: 40px;
    height: 40px; 
    margin-left: 10px; 
}
.p-colorpicker .input-group-btn span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px !important;
    border: 1px solid #CED8DB;
    overflow: hidden;
    /* background: #fff url(/images/icon_default.png) no-repeat center center;
    background-size: 22px; */
}
/* .p-colorpicker .input-group-btn:hover span {
    background: #fff url(/images/icon_default_orange.png) no-repeat center center;
    background-size: 22px;
} */
.p-colorpicker .input-group-btn span::before,
.p-colorpicker .input-group-btn span::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.p-colorpicker .input-group-btn span::before {
    background: #fff url(/images/icon_default_orange.png) no-repeat center center;
    background-size: 22px;
}
.p-colorpicker .input-group-btn span::after {
    background: #fff url(/images/icon_default.png) no-repeat center center;
    background-size: 22px;
}
.p-colorpicker .input-group-btn:hover span::after {
    opacity: 0;
}
.p-colorpicker input {
    margin-top: 0 !important;
}

.p-colorpicker__box {
    border: 1px solid #CED8DB;
    border-radius: 4px;
    display: flex;
    overflow: hidden;
}

/* p-bot
---------------------------------------------------------- */
.p-bot-heading {
    display: flex;
    justify-content: space-between;
}
.p-bot-heading-btns {
    display: flex;
}
.p-bot-icon-reload,
.p-bot-icon-toggle {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    margin-left: 5px;
    top: 0 !important;
    position: relative;
}
.p-bot-icon-reload::before,
.p-bot-icon-reload::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
/* .p-bot-icon-reload::before {
    background: url(/images/icon_default_orange.png) no-repeat center center;
    background-size: 100%;
    opacity: 0;
} */
.p-bot-icon-reload::after {
    background: url(/images/icon_default.png) no-repeat 6px center;
    background-size: 15px;
}
.p-bot-icon-toggle::before,
.p-bot-icon-toggle::after {
    content: "";
    width: 12px;
    height: 2px;
    display: block;
    background: #555;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
}
.p-bot-icon-name {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
}
.p-bot-icon-name .JKChatView-bot-icon {
    object-fit: cover;
}

.p-bot-icon-name .live-fake-first-message {
    /* border: 1px solid #CED8DB; */
    border: none !important;
    object-fit: cover;
}
span.JKChatView-chat-message p {
    margin: 0 0 0;
}

.p-bot-icon-name .JKChatView-chatter-heading {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 0 10px;
    border-bottom: none;
}

.p-bot-message {
    display: flex;
}
.p-bot-message--answer {
   justify-content: flex-start;
}
.p-bot-message--question {
    justify-content: flex-end;
}

/* p-bot-create
---------------------------------------------------------- */
.p-bot-create.p-login {
    padding: 40px 0 90px;
}
.p-bot-create .giant-title {
    margin: 0 auto 90px;
}
.p-bot-create .p-login-form {
    margin: 70px 0 0;
}
.p-bot-create .p-login-form__group .p-login-form__label {
    width: 150px;
}
.p-bot-create .p-login-form__group .p-form-input__wrap {
    width: calc(100% - 170px);
}
.p-bot-create__wrap01 {
    display: flex;
    align-items: flex-start;
}
.p-bot-create__wrap01 input {
    background: none !important;
    border: none;
    box-shadow: none;
    padding: 0 20px;
    height: 25px;
    width: calc(100% - 160px);
}
.p-bot-create-img-wrap {
    width: 120px;
    height: 120px;
    border: 1px solid #CED8DB;
    border-radius: 50%;
    margin: 0 0 15px;
    overflow: hidden;
}
.p-bot-create-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.p-bot-create__wrap02 {
    margin-left: 30px;
    display: block;
    position: relative;
}

.p-bot-create__wrap02 input {
    float: none !important;
    margin: 20px 0 0 !important;
    padding: 0;
}

.p-bot-create__wrap02 .note {
    /* padding: 10px 20px; */
    margin: 20px 0 0;
    display: inline-block;
}

.p-bot-create-img-btn {
    width: 180px;
    height: 45px;
    font-size: 12px;
    font-weight: 400;
    padding-left: 42px;
    position: relative;
}
.p-bot-create-img-btn::before,
.p-bot-create-img-btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 12px;
    transition: 0.2s;
}
.p-bot-create-img-btn::before {
    background: url(/images/icon_clip03_gray.png) no-repeat center center / contain;
    opacity: 0;
}
.p-bot-create-img-btn::after {
    background: url(/images/icon_clip03.png) no-repeat center center / contain;
}
.p-bot-create-img-btn:hover::before {
    opacity: 1;
}
.p-bot-create-img-btn:hover::after {
    opacity: 0;
}

.p-bot-create__btn {
    width: 100%;
    height: 60px;
    font-size: 18px;
    margin: 20px 0 0;
}
@media (max-width: 767px) {
    .p-bot-create__wrap02 {
        display: block;
    }
    .p-bot-create__wrap02 .note {
        padding: 10px 0;
    }
}

/* p-list-bot
---------------------------------------------------------- */
.p-list-bot {
    padding: 40px 0
}
.p-list-bot__lead {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 60px;
}
.p-list-bot__lists {
    display: flex;
    flex-wrap: wrap;
}
.p-list-bot-item {
    width: calc((100% / 3) - 36px);
    margin: 0 18px 36px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}
.p-list-bot-item::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(/images/icon_edit.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    right: 10px;
    pointer-events: none;
}
.p-list-bot-item a {
    display: block;
    padding: 40px 20px 60px;
    height: 100%;
    transition: 0.2s;
}
.p-list-bot-item a:hover {
    /* background: #f6f6f6; */
}
.p-list-bot-item__icon {
    width: 100px;
    height: 100px;
    border: 1px solid #CED8DB;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px;
}
.p-list-bot-item__icon img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.p-list-bot-item__name {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.p-list-bot-item__layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(39 59 96 / 0.6);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.2s;
}
.p-list-bot-item__layer p {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.p-list-bot-item a:hover .p-list-bot-item__layer{
    opacity: 1;
}

.p-list-bot-create {
    box-shadow: none;
}
.p-list-bot-create::after {
    content: none;
}
.p-list-bot-create a {
    background: #f3f3f3;

}
.p-list-bot-create .icon {
    width: 100px;
    height: 100px;
    border: 1px solid #CED8DB;
    border-radius: 50%;
    margin: 0 auto 60px;
    position: relative;
    transition: 0.2s;
}
.p-list-bot-create .icon::before,
.p-list-bot-create .icon::after {
    content: "";
    width: 30px;
    height: 3px;
    background: #CED8DB;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
    transition: 0.2s;
}
.p-list-bot-create .icon::after {
    transform: rotate(-90deg);
}
.p-list-bot-create a:hover {
    background: #f3f3f3;
}
.p-list-bot-create a:hover .icon {
    border: 1px solid #273B60;
}
.p-list-bot-create a:hover .icon::before,
.p-list-bot-create a:hover .icon::after {
    background: #273B60;
}
.p-list-bot-create p {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #555;
}

@media (max-width: 767px) {
    .p-list-bot-item {
        width: calc((100% / 2) - 20px);
        margin: 0 10px 20px;
    }
}

/* p-login
---------------------------------------------------------- */
.giant-title {
    color: #333;
    font-size: 34px;
    font-weight: 700;
    margin: 0 auto 30px;
}

.p-login {
    padding: 90px 0;
}
.p-login-label {
    height: 100px;
    background: #01C3CB;
    text-align: center;
    margin: 0 -15px;
    padding: 20px 10px;
}
.p-login-label p {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.p-login-label p b {
    font-size: 34px;
}
.p-login__wrap {
    max-width: 500px;
    margin: 30px auto;
}
.p-login__wrap--md {
    max-width: 700px;
}
.p-login__inner--sm {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}

.p-login-txtbox {
    margin: 0 0 30px;
    text-align: center;
}
.p-login-txtbox--caution {
    background: #FFE8E8;
    padding: 20px 20px;
    border-radius: 5px;
}
.p-login__txt {
    font-size: 16px;
}
.p-login__note {
    font-size: 14px;
    color: #929A9D;
    position: relative;
    /* padding-left: 1em; */
}
/* .p-login__note span {
    position: absolute;
    top: 0;
    left: 0;
} */
.p-login__error {
    font-size: 16px;
    color: #D34141;
}

.p-login__btn {
    width: 100%;
    height: 60px;
    font-size: 18px;
    border-radius: 15px;
    margin: 20px 0 0;
}

.p-login-form {
    margin: 40px 0 0;
}
.p-login-form__group {
    display: flex;
}
.p-login-form__group .p-login-form__label {
    width: 120px;
    font-size: 15px;
    padding-top: 20px;
    text-align: left;
}
.p-login-form__group .p-form-input__wrap {
    width: calc(100% - 140px);
    margin-left: 20px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.p-login .alert-success {
    text-align: center !important;
    font-size: 16px !important;
    padding: 25px 20px !important;
    border-radius: 5px;
}

.alert-success {
    text-align: center !important;
}

.alert-danger {
    text-align: center !important;
}

.p-login-form__check {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}
.p-login-form__check .p-form-checkbox {
    margin-right: 30px;
    margin-bottom: 15px;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #D34141;
}
.has-error .form-control {
    border-color: #D34141;
}

@media (max-width: 767px) {
    .p-login-form__group {
        display: block;
    }
    .p-login-form__group .p-login-form__label {
        width: 100%;
        margin-bottom: 10px;
        padding-top: 10px;
    }
    .p-login-form__group .p-form-input__wrap {
        width: 100% !important;
        margin-left: 0;
    }
    .p-bot-create-img-btn::before {
        left: 12px;
    }
    .p-bot-create__wrap02 {
        margin-left: 20px;
        width: calc(100% - 110px);
    }
    .p-bot-create-img-wrap {
        width: 90px;
        height: 90px;
    }
    .p-bot-create-img {
        width: 90px;
        height: 90px;
    }
    .input-group .form-control {
        margin: 10px 0 0;
    }
    .p-bot-create__wrap02 .note {
        margin: 10px 0 0;
    }
}

/* p-account
---------------------------------------------------------- */
.p-account-lead {
    text-align: center;
    margin: 0 0 40px;
}

.p-account-lead p {
    font-size: 16px;
    line-height: 1.7;
}
.p-account-lead p b {
    font-size: 24px;
}

.p-account-heading {
    font-size: 18px;
    border-bottom: 1px solid #929A9D;
    padding: 20px 0;
}

.p-account-heading__ttl {
    margin: 0;
    font-weight: 700;
}

.p-account-table {
    margin: 0 0 70px;
}

.p-account-plan__flip {
    padding: 20px;
}

.p-account-plan__txt01 {
    font-size: 22px;
    font-weight: 700;
}
.p-account-plan__txt01 span {
    color: #D34141;
    padding-left: 15px;
}
.p-account-plan__txt01 span b{
    font-size: 24px;
}
.p-account-plan__txt02 {
    font-size: 22px;
    font-weight: 700;
}
.p-account-plan__txt02 span {
    padding-left: 1em;
}
.p-account-plan__txt02 b {
    font-size: 26px;
}

.p-account-plan__btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 100%;
    background: #01c3cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin: 20px 0 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    font-weight: 700;
    padding: 0 40px;
    font-size: 18px;
    color: #fff;
    position: relative;
    border: 2px solid #01c3cb;
    border-radius: 5px;
}
.p-account-plan__btn::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 30px;
    transform: rotate(135deg);
}
.p-account-plan__btn.is-open::after {
    transform: rotate(-45deg);
}
.p-account-plan__btn:hover {
    background: #fff;
    color: #01c3cb;
    border: 2px solid #01c3cb;
}
.p-account-plan__btn:hover::after {
    border-top: 2px solid #01c3cb;
    border-right: 2px solid #01c3cb;
}
.p-account-plan__radio {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    position: relative;
}

.p-account-plan__radio > div {
    width: calc(50% - 10px);
}

.p-account-plan__radio input {
    display: none;
}

.p-account-plan__radio label {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    height: 165px;
    padding-top: 25px;
    position: relative;
    cursor: pointer;
}

.p-account-plan__radio label span {
    font-size: 14px;
    display: block;
    margin: 0 0 10px;
}
.p-account-plan__radio label span b {
    font-size: 20px;
    font-weight: 700;
}
.p-account-plan__radio label span .price {
    font-size: 28px;
}
.p-account-plan__radio label .small {
    color: #01C3CB;
    font-weight: 500;
}
.p-account-plan__radio label .small span {
    font-size: 18px;
    display: inline;
}
.p-account-plan__radio label .label {
    width: 86px;
    height: 86px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px 0 0 0;
    padding: 15px 0 0 10px;
    overflow: hidden;
}
.p-account-plan__radio label .label span {
    position: relative;
    text-align: left;
}
.p-account-plan__radio label .label::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 86px 86px 0 0;
    border-color: #DE213F transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.p-account-plan__radio input:checked + label {
    background: #f0fcfc;
}
.p-account-plan__radio input + label::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #01C3CB;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.p-account-plan__radio input.is-contract + label{
    width: 100%;
    background: #F0FCFC;
    border-radius: 5px;
    text-align: center;
    height: 165px;
    padding-top: 25px;
    position: relative;
    pointer-events: none;
}

.p-account-plan__radio .p-accout-plan-check {
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background: rgba(39,59,96,0.8);
    font-size: 16px;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}
.p-account-plan__radio.is-check .p-accout-plan-check {
    opacity: 1;
    pointer-events: auto;
}

.p-account .red {
    color: #D34141;
    margin: 15px 0;
}
.p-account .p-form-input {
    max-width: 540px;
    font-size: 16px;
}

.p-account-cancel {
    margin: 20px 0;
}
.p-account-cancel button {
    border: 1px solid #CED8DB;
    font-size: 12px;
    color: #333;
    width: 100px;
    padding: 0 10px;
}
.p-account-cancel button:hover {
    border: 1px solid #333;
    background: #333;
    color: #fff;
}
.p-account-cancel p {
    color: #D34141;
    font-size: 14px;
    margin: 0 0 0 10px;
}

.p-account-plan .p-account__note {
    color: #929A9D;
}

.p-accoutn-caution {
    padding: 20px;
    background: #ff3800;
    margin: 0 0 50px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}
.p-accoutn-caution.is-check {
    background: #ffc154;
}
.p-accoutn-caution p {
    font-size: 16px;
    margin: 0;
}
.p-account-plan__lead {
    font-size: 18px;
    font-weight: 700;
}
.p-account-plan__note {
    font-size: 14px;
    color: #929A9D;
    margin: 0;
}

@media (max-width: 767px) {
    .p-account-heading {
        font-size: 20px;
        padding: 10px 0;
    }
    .p-account-plan__radio {
        display: block;
    }
    .p-account-plan__radio>div {
        width: 100%;
        margin: 5px 0;
    }
}

/* p-cancel
---------------------------------------------------------- */
/* .p-cancel {
    margin: 50px 0 0;
} */
.p-cancel__section {
    margin: 0 0 60px;
}
.p-cancel__section .c-ttl-01{
    margin: 0 0 25px;
}
.p-cancel__ttl {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 20px;
}
.p-cancel__checklist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 0;
}
.p-cancel__checklist li {
    width: 33.33333%;
    margin: 0 0 10px;
    list-style: none;
}

@media (max-width: 767px) {
    .p-cancel__checklist li {
        width: 100%;
        margin: 0 0 5px;
    }
}

.p-cancel-plan {
    /* margin: 50px 0 0; */
}
.p-cancel-plan__lead {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 25px;
}
.p-cancel-plan__lead span {
    color: #D34141;
}
.p-cancel-plan__txt {
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
}
.p-cancel-terms {
    margin: 60px auto;
    max-width: 800px;
    height: 250px;
    border: 1px solid #929A9D;
    border-radius: 4px;
}
.p-cancel-terms__inner {
    padding: 30px;
}
.p-cancel-terms p {
    margin: 0 0 20px;
}
.p-cancel-terms ul {
    padding-left: 20px;
    margin: 0 0 20px;
}
.p-cancel-terms ul li {
    margin: 0 0 3px;
}

.p-cancel-plan .p-form-checkbox {
    text-align: center;
    margin: 40px 0;
}
.p-cancel-plan .p-form-checkbox label {
    color: #333;
    font-size: 16px;
}

/* p-page
---------------------------------------------------------- */

.p-page-header-inner-menu-backbtn {
    position: absolute;
    right: 20px;
    bottom: -1rem;
}
.p-page-header-inner-menu-backbtn a {
    background: #fff;
    border: 1px solid #555;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    appearance: none;
    transition: 0.2s;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
}
.p-page-header-inner-menu-backbtn a:hover {
    background: #555;
    color: #fff;
}

/* user
---------------------------------------------------------- */
.user-btn-wrap {
    margin-bottom: 2rem;
}
.user-btn {
    width: 200px;
    height: 50px;
}
.user-modal-gray-text {
    text-align: center;
    margin-bottom: 2rem;
    color: #ccc;
}
.user-modal-red-text {
    text-align: center;
    margin-bottom: 2rem;
    color: #DE213F;
}
.modal-title-danger {
    color: #DE213F;
}
#user-personal-dialog .modal-dialog,
#user-add-dialog .modal-dialog,
#user-role-dialog .modal-dialog,
#user-roledelete-dialog .modal-dialog {
    top: 10%;
    width: auto;
    margin: 30px auto;
    display: table;
}
#user-personal-dialog  .p-account-table,
#user-add-dialog  .p-account-table,
#user-role-dialog  .p-account-table,
#user-roledelete-dialog .p-account-table {
    margin: 0 0 0;
}
#user-add-dialog .modal-dialog .c-table .p-form-td,
#user-role-dialog .modal-dialog .c-table .p-form-td,
#user-roledelete-dialog .modal-dialog .c-table .p-form-td {
    vertical-align: middle !important;
}
#user-add-dialog .modal-dialog .c-table .p-form-td .p-form-checkbox,
#user-role-dialog .modal-dialog .c-table .p-form-td .p-form-checkbox,
#user-roledelete-dialog .modal-dialog .c-table .p-form-td .p-form-checkbox {
    display: inline-block;
    margin-right: 10px;
}
#user-add-dialog .modal-dialog .c-table .p-form-td .p-form-checkbox label,
#user-role-dialog .modal-dialog .c-table .p-form-td .p-form-checkbox label,
#user-roledelete-dialog .modal-dialog .c-table .p-form-td .p-form-checkbox label {
    padding-left: 23px;
}
#user-add-dialog .modal-dialog .c-table .p-form-td .p-form-checkbox label::before,
#user-role-dialog .modal-dialog .c-table .p-form-td .p-form-checkbox label::before,
#user-roledelete-dialog .modal-dialog .c-table .p-form-td .p-form-checkbox label::before {
    top: 3px;
}
.user-setting__note {
    font-size: 12px;
    color: #929A9D;
}

.user-table {
    margin-bottom: 30px;
}
.user-table table {
    width: 100%;
}
.user-table table th,
.user-table table td {
    padding: 15px;
}
.user-table table th p,
.user-table table td p {
    margin-bottom: 0;
}
.user-table table th {
    background: #273B60;
    border-right: 1px solid #CED8DB;
    color: #fff;
    font-weight: 500;
    position: relative;
}
.user-table table th:last-child {
    border-right: none;
}
.user-table table td {
    vertical-align: middle;
    border-bottom: 1px solid #CED8DB;
    height: 93px;
}
.user-table__ttl {
    font-size: 14px;
    text-align: center;
}
.user-table__txt {
    font-size: 14px;
    text-align: center;
}
.user-table-cell {
}

.user-table-operation {
    width: 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.user-table-operation button {
    width: 50px;
    height: 26px;
    border: 1px solid #CED8DB;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    font-size: 12px;
}
.user-table-operation button.btn_delete_user,
.user-table-operation button.btn_edit {
    width: 70px;
    padding-left: 18px;
    background: #555;
    color: #fff;
    border: 1px solid #555;
    margin:  0 auto;
}
.user-table-operation button.btn_delete_user {
    margin: 10px auto 0;
}
.user-table-operation button img {
    height: 13px;
    width: auto;
    transition: 0.2s;
}
.user-table-operation button::before,
.user-table-operation button::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    opacity: 0;
    transition: 0.2s;
}
.user-table-operation button::after {
    opacity: 1;
}
.user-table-operation button.btn_edit::before {
    background: url(../../images/icon_edit.png) no-repeat 8px center;
    background-size: auto 13px;
}
.user-table-operation button.btn_edit::after {
    background: url(../../images/icon_edit_white.png) no-repeat 8px center;
    background-size: auto 13px;
}
.user-table-operation button.btn_delete_user::before {
    background: url(../../images/icon_remove.png) no-repeat 8px center;
    background-size: auto 14px;
}
.user-table-operation button.btn_delete_user::after {
    background: url(../../images/icon_remove_white.png) no-repeat 8px center;
    background-size: auto 14px;
}
.user-table-operation button:hover img {
    opacity: 0;
}
.user-table-operation button:hover::after {
    opacity: 0;
}
.user-table-operation button:hover::before {
    opacity: 1;
}
.user-table-operation button.btn_delete_user:hover,
.user-table-operation button.btn_edit:hover {
    background: #fff;
    color: #555;
    border: 1px solid #CED8DB;
}

.user-table-note {
    text-align: center;
    margin: 60px 0;
    font-size: 16px;
}
.user-table-sort {
    width: 8px;
    height: 18px;
    position: absolute;
    right: 8px;
    background: none;
    border: none;
    cursor: pointer;
}
.user-table-sort::before,
.user-table-sort::after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 3px;
}
.user-table-sort::before {
    top: 0;
    transform: rotate(-135deg);
}
.user-table-sort::after {
    bottom: 0;
    transform: rotate(45deg);
}


.user-table-cell-check {
    width: 45px;
}
td.user-table-cell-check {
    vertical-align: middle !important;
    text-align: center;
}
td.user-table-cell-check .p-form-checkbox {
    width: 20px;
    height: 20px;
    position: relative;
}
td.user-table-cell-check .p-form-checkbox input {
    display: none;
}
td.user-table-cell-check .p-form-checkbox label {
    top: -10px;
}


.user-table-cell-id {
    width: 380px;
}
.user-table-cell.role {
    width: 160px;
}
.user-table-cell.bot {
    width: 230px;
}
.user-table-cell-operation {
    width: 230px;
}

@media (max-width: 1279px) {
    .user-table {
        /* overflow-x: scroll; */
    }
    .user-table table {
        width: 950px;
    }
}

.user-select select {
    width: 100%;
    height: 50px;;
    border: 1px solid #CED8DB;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 10px;
    margin-right: 10px;
}
.checked-bot span:not(:last-child) {
    margin-right: 3px;
}
.checked-bot span:not(:last-child)::after {
    content: '/';
    margin-left: 12px;
}
.p-form-td_text {
    margin-bottom: 0;
}
.pw-txt {
    color: #ccc;
}
.button__group {
    min-width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.c-btn-add {
  width: 100%;
  flex: 3;
  background-color: #273B60;
}

.c-btn-del {
  flex: 1;
  padding: 0;
}

.user-table .c-btn-add {
    padding: 14px;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 4px;
    transition: all 0.2s linear;
    font-size: 1.4rem;
    font-weight: bold;
    border: 1px solid transparent;
    min-width: 50px;
    text-align: center;
    width: 100%;
    flex: 3;
    background-color: #273B60;
}

.user-table .c-btn-add:hover {
  opacity: 1;
  border: 1px solid #273B60;
  color: #273B60;
  background-color: #fff;
}

.user-table .c-btn {
  padding: 14px;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 4px;
  transition: all 0.2s linear;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid transparent;
  min-width: 50px;
  text-align: center;
}
.user-table .c-btn-grey {
  flex: 1;
  border: 1px solid transparent;
  background-color: #555;
  transition: all 0.2s linear;
}
.user-table .c-btn-grey:hover {
  border-color: #555;
  background-color: #fff;
  color: #555;
  opacity: 1;
}
.user-table .c-btn-pale {
  flex: 1;
  background-color: #fff;
  border: 1px solid #555;
  color: #555;
  transition: all 0.2s linear;
}
.user-table .c-btn-pale:hover {
  background-color: #555;
  border-color: #555;
  color: #fff;
}
.p-bot-message--feedback {
    width: 100%;
    display: block;
}
.p-bot-message--feedback .feedback-message {
    display: block !important;
}

/* plan
---------------------------------------------------------- */
.plan-table {
    width: 100%;
    height: 100%;
}
.plan-table tr {
    border-bottom: none;
}
.plan-table thead th {
    width: 25%;
    padding: 0 10px 30px;
    text-align: center;
}
.plan-table .plan_pdf-btn {
    display: block;
    width: 150px;
    margin: 0 auto;
}
.plan-table .plan_pdf-btn a {
    display: block;
    width: 100%;
    border: 1px solid #555555;
    border-radius: 4px;
    background: #ffffff;
    color: #333333;
    text-align: center;
    position: relative;
    transition: .3s;
    padding: 12px 30px 12px 5px;
    font-size: 14px;
}
.plan-table .plan_pdf-btn a:hover {
    background: #555555;
    color: #ffffff;
}
.plan-table .plan_pdf-btn a::after {
    content: '';
    background: url("../images/icon_pdf.png") no-repeat center center;
    background-size: 100%;
    width: 17px;
    height: 21px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.plan-title-box {
    width: 100%;
    padding: 4px;
    border-radius: 10px;
    text-align: center;
}
.plan-title-box h4 {
    font-weight: bold;
}
.plan-title-box.plan-light {
    background: rgba(64,210,216,.3);
    color: #333333;
}
.plan-title-box.plan-standard {
    background: #01C3CB;
    color: #ffffff;
}
.plan-title-box.plan-custom {
    background: #286F73;
    color: #ffffff;
}
.plan-table tbody tr th,
.plan-table tbody tr td {
    border-right: 2px solid #fff;
    height: 100%;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.plan-table .bg-box {
    background: #F3F3F3;
    padding: 20px 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.plan-table th .bg-box {
    border-radius: 5px 0 0 5px;
}
.plan-table .price-tr-end {
    border-right: none !important;
}
.plan-table .price-tr-end .bg-box {
    padding: 20px 0;
    border-radius: 0 5px 5px 0;
}

.plan-table tbody th h5 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin: 3px 0;
}
.plan-table tbody th p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin: 3px 0;
}
.plan-table tbody td .plan-catch-box {
    height: 90px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.plan-table tbody td .plan-catch-box .plan-catch {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.plan-table tbody td .plan-catch-box .plan-catch-txt {
    font-size: 14px;
    margin-bottom: 0;
}

.plan-table tbody td .plan-price-box {
    height: 100px;
    vertical-align: top;
}
.plan-table tbody td .plan-price-box .plan-price {
    font-size: 14px;
    color: #F08B06;
    font-weight: bold;
    vertical-align: middle;
}
.plan-table tbody td .plan-price-box .plan-price span {
    font-size: 35px;
    letter-spacing: .1rem;
}
.plan-table tbody td .plan-price-box .plan-price-txt {
    font-size: 14px;
}
.plan-table tbody td .plan-price-box .plan-price-txt span {
    font-size: 14px;
    font-weight: bold;
}
.plan-table tbody td .plan-price-box .plan-price-strike {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    margin: 6px 0 -2px 0;
}
.plan-table tbody td .plan-price-box .plan-price-strike span {
    font-size: 20px;
    font-weight: bold;
    text-decoration: solid 2px line-through #333333;
}
.plan-table tbody td .plan-price-box .plan-price-description {
    background-color: #FF490D;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 1px 12px;
    margin: -30px 0 0 0;
}
.plan-table tbody td .plan-price-box .plan-price-description span {
    font-size: 16px;
    font-weight: bold;
}

.plan-table .bg-none .bg-box {
    background: none;
}
.plan-table .icon_circle img {
    width: 26px;
}
.plan-table .icon_triangle img {
    width: 25px;
}
.plan-table .icon_cross img {
    width: 19px;
}
.plan-table .normal-txt {
    font-size: 14px;
    padding-top: 5px;
    margin-bottom: 0;
}
.plan-table .txt-left {
    text-align: left;
}
.plan-table .txt-left .bg-box {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 20px;
}
.custom-plan-tr {
    padding: 5px 0 0 0 !important;
}
.custom-plan-tr .bg-box {
    background: #F3F3F3 !important;
    border-radius: 0 5px 5px 0;
}
.custom-plan-tr .custom-plan-tr-txt {
    text-align: left;
    font-size: 14px;
    padding-top: 10px;
}
.c-table tr.plan-tr th {
    padding-top: 0;
}
.plan-change-btn-wrap {
    width: 288px;
    height: 60px;
    margin: 60px auto 10px;
}
.plan-change-btn-wrap button {
    background: #F08B06;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    border-radius: 5px;
    transition: .3s;
}
.plan-change-btn-wrap button:hover {
    background: #ffffff;
    color: #F08B06;
    border: 2px solid #F08B06;
}
.plan-change-btn-bottom-txt {
    font-size: 14px;
    color: #333;
    text-align: center;
    font-weight: normal;
}
.plan-btn-box {
    padding: 5px 5px 5px;
}
.plan-btn-box input {
    display: none;
}
.plan-btn-box button,
.plan-btn-box a,
.plan-btn-box label {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    border-radius: 5px;
    transition: .3s;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    margin: 10px 0;
}
.plan-btn-box .plan-change-color-btn_full {
    height: 130px;
}
.plan-btn-box .plan-change-color-btn_half {
    height: 60px;
}
.plan-btn-box.plan-light label {
    background: rgba(64,210,216,.3);
    border: 3px solid rgba(255,255,255,0);
    color: #333333;
    position: relative;
    cursor: pointer;
}
.plan-btn-box.plan-standard label {
    background: #01C3CB;
    border: 3px solid rgba(255,255,255,0);
    color: #ffffff;
    position: relative;
    cursor: pointer;
}
.plan-btn-box.plan-custom label {
    background: #286F73;
    border: 3px solid rgba(255,255,255,0);
    color: #ffffff;
    position: relative;
    cursor: pointer;
}
.plan-btn-box.plan-custom a {
    background: #286F73;
    color: #ffffff;
}
.plan-btn-box.plan-light label:hover {
    border: 3px solid #F08B06;
    background: rgba(64,210,216,.1);
    color: #333333;
}
.plan-btn-box.plan-standard label:hover {
    border: 3px solid #F08B06;
    background: rgba(1,195,203,.6);
    color: #fff;
}
.plan-btn-box.plan-custom label:hover {
    border: 3px solid #F08B06;
    background: #286f7362;
    color: #fff;
}
.plan-btn-box.plan-custom a:hover {
    border: 2px solid #286F73;
    background: #fff;
    color: #286F73;
}
.plan-btn-box label::before,
.plan-btn-box label::after {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.plan-btn-box label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.plan-btn-box label::after {
  background-color: #F08B06;
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 8px
}
.plan-btn-box input:checked + label {
    border: 3px solid #F08B06;
}
.plan-btn-box input:checked + label::after {
  opacity: 1;
}
.plan-btn-box .visually-hidden {
 position: absolute;
 white-space: nowrap;
 border: 0;
 clip: rect(0 0 0 0);
 clip-path: inset(50%);
 overflow: hidden;
 height: 1px;
 width: 1px;
 margin: -1px;
 padding: 0;
}
.table-foot-txt {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    margin-top: -30px;
    padding-left: 240px;
}

.plan-table .feature-list {
    display: block;
    margin: 6px 0;
    text-align: left;
    height: 300px;
}    
.plan-table .feature-list ul {
    list-style: none;
    padding-left: 20px;
}
.plan-table .feature-list li {
    margin: 12px 0;
}
.plan-table .feature-list li::before {
    content: "\2714"; /* "✔" Unicode */
    color: #286F73;
    font-weight: bold;
    margin-right: 8px;
}   


/* ----------------------------------------------------------

swal2 popup

---------------------------------------------------------- */
.swal2-popup {
    padding: 60px 40px !important;
    width: 750px !important;
    border-radius: 5px;
    box-shadow: none;
}
.swal2-title {
    font-size: 24px !important;
    font-weight: 500 !important;
}
.swal2-title .success {
    color: #333 !important;
    padding-top: 20px;
}
.swal2-title .red {
    color: #D34141 !important;
}
.swal2-title .error {
    color: #D34141 !important;
}
.swal2-title .error .label {
    background: #D34141 !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 0;
}
.swal2-title .error .txt {
    display: block;
    margin: 20px 0 0;
}
.swal2-content {
    font-size: 16px !important;
    margin: 10px 0 !important;
}
button.swal2-styled {
    outline: none !important;
    box-shadow: none !important;
}
.swal2-styled.swal2-confirm {
    width: 140px;
    background: #DE213F !important;
    border: 1px solid #DE213F !important;
    font-size: 14px !important;
    order: 1;
}
.swal2-styled.swal2-confirm:hover {
    background: #fff !important;
    color: #DE213F !important;
}
.swal2-styled.swal2-cancel {
    width: 140px;
    font-size: 14px !important;
    color: #555 !important;
    background: #fff !important;
    border: 1px solid #555 !important;
}
.swal2-styled.swal2-cancel:hover {
    width: 140px;
    background: #555 !important;
    color: #fff !important;
}
.swal2-close {
    width: 30px !important;
    height: 30px !important;
    top: -50px !important;
    text-indent: -999em;
    outline: none !important;
    box-shadow: none !important;
}
.swal2-close::before,
.swal2-close::after {
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 20px);
}
.swal2-close::before {
    transform: rotate(-45deg);
}
.swal2-close::after {
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .swal2-popup {
        padding: 40px 15px !important;
        width: 100% !important;
    }
    .swal2-title {
        font-size: 18px !important;
        font-weight: 500 !important;
    }
}

/* ----------------------------------------------------------

tips

---------------------------------------------------------- */
.tips {
    position: relative;
}

.tips-box {
    position: absolute;
    font-size: 12px;
    color: #fff;
    background: #333333;
    padding: 5px;
    border-radius: 5px;
    top: -35px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    z-index: 5;
}

.tips:hover .tips-box {
    opacity: 1;
}

.tips-box::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #333333 transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 4px);
}

.tips-box-under {
    top: inherit;
    bottom: -35px;
}

.tips-box-under::before {
    bottom: inherit;
    top: -5px;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #333333 transparent;
}

/* ----------------------------------------------------------

modal-dialog

---------------------------------------------------------- */
.modal-dialog {
    top: calc(50% - 100px);
}
.modal-content {
    width: 750px;
    padding: 60px 40px;
    border-radius: 5px;
    box-shadow: none;
}
.modal-header {
    border: none;
    text-align: center;
}
.modal-header .close {
    margin: 0;
    top: -50px;
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    text-indent: -999em;
    opacity: 1;
}
.modal-title {
    font-size: 24px;
}
.modal-header .close::before,
.modal-header .close::after {
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 20px);
}

.modal-header .close::before {
    transform: rotate(-45deg);
}

.modal-header .close::after {
    transform: rotate(45deg);
}

.modal-footer {
    border: none;
    display: flex;
    justify-content: center;
}
.modal-footer button {
    width: 140px;
    height: 40px;
}

@media (max-width: 767px) {
    .modal-content {
        width: 100%;
    }
}

#JKChatView_place_holder iframe {
    transition: 0.5s ease;
}
.p-page-heading {
    text-align: left;
}
.p-page-header-inner-menu .p-page-heading__ttl {
    padding-bottom: 0;
}
.p-page-header-inner-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 30px;
    position: relative;
}
.p-page-header-inner-menu::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ced8db;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.p-page-header-inner-menu h1 {
    padding: 0;
    margin: 0;
}
.p-page-header-inner-menu h1 a {
    font-size: 18px;
    text-align: center;
    padding: 15px 20px;
    margin: 0;
    background: #f5f5f5;
    border-radius: 4px 0 0 0;
    display: block;
    line-height: 1;
    min-width: 240px;
    position: relative;
    z-index: 1;
    color: #333;
    transition: .3s;
}
.p-page-header-inner-menu h1 a:hover {
    color: #01c3cb;
}
.p-page-header-inner-menu h1 a.current {
    background: #fff !important;
    padding: 25px 20px 15px;
    border-radius: 4px 4px 0 0 !important;
    border-top: 1px solid #ced8db;
    border-right: 1px solid #ced8db;
    border-left: 1px solid #ced8db;
    z-index: 2;
    color: #01c3cb;
}
.p-page-header-inner-menu-btn {
}
.p-page-header-inner-menu-btn a {
    font-size: 18px;
    padding: 15px 30px;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    transition: 0.2s;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    min-width: 240px;
    text-align: center;
    position: relative;
    z-index: 1;    
    color: #333;
}
.p-page-header-inner-menu-btn a.current {
    background: #fff !important;
    padding: 25px 20px 15px;
    border-radius: 4px 4px 0 0 !important;
    border-top: 1px solid #ced8db;
    border-right: 1px solid #ced8db;
    border-left: 1px solid #ced8db;
    z-index: 2;
    color: #01c3cb;
}
.p-page-header-inner-menu-btn a:last-child {
    background: #f5f5f5;
    border-radius: 0 4px 0 0;
}
.p-page-header-inner-menu-btn a:hover {
    color: #01c3cb;
}
.bot-setting__gray {
    color: #929A9D;
    margin-bottom: 20px;
}
.bot-setting-inner-textp {
    margin-bottom: 20px;
}
.p-page-header-inner-menu-backbtn {
    position: absolute;
    right: 20px;
    bottom: -1rem;
}
.p-page-header-inner-menu-backbtn a {
    background: #fff;
    border: 1px solid #555;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    appearance: none;
    transition: 0.2s;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
}
.p-page-header-inner-menu-backbtn a:hover {
    background: #555;
    color: #fff;
}

.p-form-btn-back-wrap {
    margin: 0 0 30px;
    max-width: 980px;
    width: 100%;
    display: block;
}
.p-form-btn-back {
    margin: 20px auto 0;
    width: 220px;
}
.p-form-btn-back a {
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
    padding: 0 40px;
    font-size: 18px;
    color: #fff;
    background: #555;
    border: 1px solid #555;
    font-size: 14px;
    transition: 0.2s;
}
.p-form-btn-back a:hover {
    color: #555;
    background: #fff;
}
.has-back-btn {
    padding-bottom: 0 !important;
}

.new_delete-btn, .new_download-btn {
    width: 46px;
    height: 46px;
    margin-left: 10px;
    position: relative;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
.new_delete-btn .tips, .new_download-btn .tips {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px !important;
    border: 1px solid #CED8DB;
    overflow: hidden;
}
.new_delete-btn .tips button::before, .new_delete-btn .tips button::after ,
.new_download-btn .tips button::before, .new_download-btn .tips button::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
}
.new_delete-btn .tips button::before {
    background: #fff url("../images/icon_clear_orange.svg") no-repeat center center;
    background-size: 18px;
}
.new_delete-btn .tips button::after {
    background: #fff url("../images/icon_clear.svg") no-repeat center center;
    background-size: 18px;
}
.new_download-btn .tips button::before {
    background: #fff url("../images/btn_flow_import_green.png") no-repeat center center;
    background-size: 100%;
}
.new_download-btn .tips button::after {
    background: #fff url("../images/btn_flow_import.png") no-repeat center center;
    background-size: 100%;
}
.new_delete-btn :hover button::after, .new_download-btn :hover button::after {
    opacity: 0;
}
.p-page-heading-border .p-page-header-inner-menu  .p-page-heading__ttl {
    border-bottom: none;
}

.nav-sidebar-subitem {
    display: none;
}
.sub-active .nav-sidebar-subitem {
    display: block;
}
.wrap-tinymce {
    width: 100%;
    border: none;
    padding: 20px;
    background: #F3F3F3;
    border-radius: 0 20px 20px 20px;
}
.tinymce-editor {
    overflow: hidden;
    overflow-y: auto;
    min-height: 160px;
}
.tinymce-editor p {
    margin: 0 0 0;
}
.mce-content-body {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.mce-content-body, .mce-edit-focus {
    outline: none !important;
    border: none !important;
}
.mce-content-body[data-mce-placeholder] {
    overflow: hidden;
}
.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #01C3CB;
    width: 60px;
    height: 60px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
   -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite; 
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }    
}
.modal-loader {
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0px;
    bottom: 0;
    background: rgb(153 147 147 / 65%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 10000;
}
body.is-alert .sidebar {
    top: 128px;
}
body.is-alert .sidebar-detail-container{
    margin-top: 63px;
}
.myeditablediv img {
    max-width: 400px;
    height: auto;
}
.JKChatView-nograp {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tox-statusbar__branding, .tox-statusbar__wordcount, .tox-statusbar__path {
    display: none !important;
}
#confirm-dialog-content .tox .tox-statusbar {
    display: none;
}

.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}

.ai-usage-points {
    float: right;
    margin-top: 10px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.ai-usage-text {
    text-align: right;
    margin-bottom: 4px;
}
/* progress bar */
.progress_back{
	display: block;
	width: 100%;
	height: 7px;
	background: #ccc;
	position: relative;
	border-radius: 10px;
}
.progress_front{
	display: block;
	height: 7px;
	background: #01C3CB;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10px;
	transition: 0.5s ease-in-out;
	overflow: hidden;
}
/* tooltip */
.tooltip-box {
    position: relative;
    cursor: pointer;
    display: inline-block;
    /*z-index: 10;*/
    margin-left: 10px;
}
.tooltip-box .q {
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #273B60;
    background: #CED8DB;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.description {
  display: none;
  position: absolute;
  text-align: left;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  width: 320px;
  margin: 10px 0 0;
  transform: translateX(-46%);
  font-weight: 500;
  z-index: 9999;
}
.description::before {
    content: "";
    position: absolute;
    top: -28px;
    left: 50%;
    border: 15px solid transparent;
    border-bottom: 15px solid #000;
    transform: translateX(-54%);
    margin-left: 0;
}
.description.right::before {
    content: "";
    position: absolute;
    top: -28px;
    left: 90%;
    border: 15px solid transparent;
    border-bottom: 15px solid #000;
    transform: translateX(-54%);
    margin-left: 0;
}
.description a {
    color: #A2C7FF;
}
.tooltip-box:hover .q {
    opacity: 0.8;
}
.tooltip-box:hover .description {
    display: inline-block;
    top: 30px;
    left: 0px;
}
.tooltip-box:hover .description.right {
    left: -132px;
}
.description :before {
    display: none;
}
.tooltip-box:hover .description .list-item {
    position: relative;
    padding-left: 22px;
    display: block;
    margin-bottom: 10px;
}
.tooltip-box:hover .description.list .icon {
    position: absolute;
    left: 0;
    display: block;
    width: 15px;
    text-align: center;
}
.tooltip-box:hover .description.list .icon img {
    width: auto;
    height: 13px;
}