@charset "UTF-8";
.table th, .table td {
    vertical-align: middle;
}

.table td>.btn {
    margin: 0.25rem 0;
}

body, .login-body {
    background-color: white;
}

#login-header>div>img {
    width: 110px;
    height: 120px;
}

#login-header>div>h1 {
    font-size: 120%;
}

.line-break-anywhere {
    line-break: anywhere;
}
.app-header {
    border-bottom: 2px solid #ff9501;
}

.breadcrumb {
    border: 0;
}

.navbar-toggler {
    min-width: 25px !important;
}

.menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 25px;
    height: 20px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ff9501;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 7px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.app-footer{
    z-index: 6000;
}

#footer-menu ul {
    list-style: none;
    font-size: 0;
}

#footer-menu ul li {
    display: inline-block;
    font-size: 0.875rem;
    border-right: 1px solid #23282c;
    line-height: 0.875rem;
}

#footer-menu ul li:first-child {
    border-left: 1px solid #23282c;
}

#footer-menu ul li a {
    color: #23282c !important;
}

.text-oneplat {
    color: #ff9501;
}

.btn:disabled, .btn.disabled {
    cursor: default !important;
}

.btn-oneplat {
    color: #fff !important;
    background-color: #ff9501 !important;
    border-color: #ff9501 !important;
}

.btn-oneplat:hover {
    color: white !important;
    background-color: #ff6b01 !important;
    border-color: #ff6b01 !important;
}

.btn-oneplat-link {
    color: #000 !important;
}

.btn-oneplat-link:hover {
    color: #000 !important;
}

.btn-outline-oneplat {
    color: #ff9501 !important;
    background-color: white !important;
    border-color: #ff9501 !important;
}

.btn-outline-oneplat:hover {
    color: white !important;
    background-color: #ff9501 !important;
}

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

.page-item.active .page-link {
    background-color: #ff9501;
    border-color: #c8c8c8;
}

.no-border {
    border: 0 !important;
}

.back-f0f0f0 {
    background-color: #f0f0f0 !important;
}

.btn-lg {
    font-size: 14px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.badge-pill {
    font-size: 100% !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
    text-align: center !important;
    position: relative !important;
    line-height: 1.2rem !important;
    border-radius: 50% !important;
    padding: 0 !important;
    font-weight: normal !important;
    position: relative;
    top: -0.2rem;
}

.badge-oneplat {
    color: white;
    background-color: #ff9501;
}

.link-vendor {
    position: relative;
}

.card {
    border-radius: 0.75rem;
    border: 1px solid #c8c8c8;
}

.card-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #c8c8c8;
}

.card-header:first-child {
    border-radius: 0.75rem 0.75rem 0 0;
    font-size: 120%;
    padding: 0.5rem 1.25rem;
}

.btn-lg, .btn-group-lg>.btn {
    border-radius: 0.75rem;
}

.form-control {
    background: #fafafa;
    border-color: #c8c8c8;
}

select.form-control {
    -webkit-appearance: none;
    appearance: none;
    /* background-color: #ebebeb; */
    border-radius: 0.75rem;
    padding-right: 2rem;
    background: url(/img/angle-down.png) no-repeat;
    background-color: #fafafa;
    background-size: 15px 9px;
    background-position: calc(100% - 10px) center;
}

.form-error {
    background-color: #ffcdcd !important;
}

.form-control-lg {
    border-radius: 0.75rem;
    font-size: 1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.form-control-lg::placeholder {
    font-size: 1rem;
}

.input-group-text {
    border-radius: 0.75rem;
    background-color: #c7cdd2;
    border-color: #c8c8c8;
}

.table-bordered {
    border-top: 1px solid #c8c8c8 !important;
    border-bottom: 1px solid #c8c8c8 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.table thead th {
    border-bottom: 2px solid #c8c8c8;
    background-color: #f5f5f5;
    font-weight: normal;
}

.table th, .table td {
    border-top: 1px solid #c8c8c8;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #c8c8c8;
}

.table th:first-child, .table td:first-child {
    border-left: 0 !important;
}

.table th:last-child, .table td:last-child {
    border-right: 0 !important;
}

.sidebar {
    overflow: hidden;
    padding-bottom: 50px;
}

.sidebar-nav {
    border-radius: 0 0.75rem 0.75rem 0;
    border: 1px solid #c8c8c8;
    overflow: visible !important;
}

.sidebar .nav {
    width: 100%;
}

.nav .nav-title {
    color: white;
    font-size: 100%;
    background-color: #fa7a7a;
    font-weight: normal;
    padding: 0.6rem 1rem;
    border-bottom: 1px solid #c8c8c8;
}

.nav .nav-title.active {
    background-color: #ff9501;
}

.sidebar .nav-link {
    color: black;
    background-color: #f5f5f5;
    border-bottom: 1px solid #c8c8c8;
    padding: 0.6rem 2rem;
}

.sidebar .nav-item:last-child>.nav-link:last-child {
    border-bottom: 0;
}

.sidebar .nav-link.active, .sidebar .nav-link:hover {
    background-color: white;
    color: #ff9501 !important;
}

#login-footer {
    width: 100%;
}

a:not(.btn) {
    color: black !important;
    text-decoration: underline;
}

.breadcrumb-area a:not(.btn) {
    color: #565656 !important;
    text-decoration: underline;
}

.display-none {
    display: none;
}

.error {
    color: #ff0000;
}

select.error {
    color: #5c6873;
}

input.error {
    color: #23282c;
}

input[type=file].error {
    color: #23282c;
}

input[type="text"] {
    ime-mode: active;
}

input.email,
input.email_input {
    ime-mode: disabled;
}

input.zip {
    ime-mode: disabled;
}

input.tel {
    ime-mode: disabled;
}

input.zip-substantial {
    ime-mode: disabled;
}

input.corpNo {
    ime-mode: disabled;
}

input.bankCode {
    ime-mode: disabled;
}

input.branchCode {
    ime-mode: disabled;
}

input.accountNumber {
    ime-mode: disabled;
}

input.min-num {
    ime-mode: disabled;
}

.check_error {
    color: #f86c6b;
}

.msg {
    display: flex;
    align-items: center;
}

.no-side-menu {
    margin-left: 0px !important;
}

.footer-no-side {
    margin-left: 0px !important
}

.text-dropdown {
    white-space: normal!important;
}

a.nav-link {
    text-decoration: none !important;
}

select::-ms-expand {
    display: none;
}

.breadcrumb-noside {
    padding-left: 2rem !important;
}

.flex-side {
    display: flex;
    align-items: baseline;
    width: 100%;
}

.not-underline {
    text-decoration: none !important;
}

.introjs-helperLayer {
    background: transparent;
}

.introjs-overlay {
    opacity: 0 !important;
    z-index: 99999999!important;
}

.introjs-helperLayer:before {
    opacity: 0;
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: 0.5em;
    box-shadow: 0 0 0 1000em rgba(0, 0, 0, .7);
    opacity: 1;
}

.introjs-helperLayer:after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1000;
}

.sidebar-height-auto {
    height: auto !important;
}

.sidebar-height-designation {
    height: calc(100vh - 100px - 1rem) !important;
}
table tr .break-word-text{
    word-break: break-all;
} 

#setting_parent:hover {
    cursor: pointer;
}

.menu-setting-child {
    padding-left: 50px !important;
}

.img-setting-menu {
    float: right;
    margin-top: 5px;
}

@media (max-width: 575px) {
    .visible-sm, .visible-md, .visible-lg, .visible-xl {
        display: none!important;
    }
    .visible-xs {
        display: block!important;
    }
    .sidebar {
        padding-bottom: 95px;
    }

    .sidebar-show .main::before{
        overflow-y: scroll !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .visible-xs, .visible-md, .visible-lg, .visible-xl {
        display: none!important;
    }
    .visible-sm {
        display: block!important;
    }
    .sidebar {
        padding-bottom: 95px;
    }

}

/* Medium devices: Tablets (≥768px) */

@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs, .visible-sm, .visible-lg, .visible-xl {
        display: none!important;
    }
    .visible-md {
        display: block!important;
    }
}

/* Large devices: laptop (≥992px) */

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs, .visible-sm, .visible-md, .visible-xl {
        display: none!important;
    }
    .visible-lg {
        display: block!important;
    }
}

/* Extra Large devices: Desktops (≥1200px) */

@media (min-width: 1200px) {
    .visible-xs, .visible-sm, .visible-md, .visible-lg {
        display: none!important;
    }
    .visible-xl {
        display: block!important;
    }
}

@media (min-width: 992px) {
    html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .main, html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main {
        margin-left: 260px !important;
    }
    html:not([dir="rtl"]) .sidebar {
        margin-left: -260px;
    }
    .main .container-fluid {
        padding: 0 20px;
    }
    #login-header {
        border-bottom: 1px solid #ff9501;
        width: 100%;
    }
    .app-header {
        /* height: 80px; */
    }
    .app-header .navbar-brand {
        margin-left: 1.0rem;
    }
    .app-body .main {
        margin-bottom: 50px;
    }
    .app-body {
        /* margin-top: 80px !important; */
    }
    .navbar-toggler {
        min-width: 25px !important;
    }
    .menu-trigger, .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        width: 25px;
        height: 20px;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #ff9501;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 7px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .sidebar {
        width: 260px !important;
    }
    .sidebar-nav {
        width: 260px !important;
        -ms-flex: none !important;
        flex: none !important;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        /* content: "|"; */
        color: #000;
        /* padding-right: 0.25rem; */
    }
    .breadcrumb-item+.breadcrumb-item {
        /* padding-left: 0.25rem; */
    }
    .breadcrumb-item.active {
        color: #000;
    }
    .breadcrumb-area {
        position: relative;
    }
    .breadcrumb-area .menu-trigger {
        position: absolute;
        top: 50%;
        left: 2.0rem;
        z-index: 1000;
        margin-top: -10px;
    }
    .breadcrumb {
        padding: 1rem;
        padding-left: calc(2rem + 1rem + 25px);
    }
    .app-footer {
        background-color: #f5f5f5;
        width: 100vw;
        height: 50px;
        position: fixed;
        bottom: 0;
    }
    #login-footer {
        width: 100%;
    }
    #footer-menu ul {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    #copyright {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .sidebar {
        background-color: transparent;
    }
}

@media (max-width: 991.98px) {
    .table th, .table td {
        word-break: keep-all;
    }
    .app-header {
        /* height: calc(50px + 2rem); */
    }
    .app-header .navbar-nav {
        /* display: none; */
    }
    .app-header .navbar-brand {
        /* margin-left: -97.5px;
        display: block;
        padding-top: 1rem; */
    }
    .app-body {
        margin-top: calc(50px + 2rem);
    }
    .app-footer {
        display: block;
    }
    #footer-menu {
        text-align: center;
    }
    #footer-menu ul {
        padding: 1.5rem 0 1.5rem 0;
    }
    .sidebar {
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .breadcrumb-noside {
        padding-left: 1rem !important;
    }
    #footer-menu ul li {
        font-size: calc(0.875rem * 0.75);
        line-height: calc(0.875rem * 0.75);
    }
    #copyright {
        font-size: calc(0.875rem * 0.75);
        width: 100%;
        text-align: center;
        padding-bottom: 2rem;
    }
}

thead .price-without-tax, thead .price-with-tax {
    cursor: pointer;
}
.display-none {
    display: none;
}

.introjs-showElement#invoice-list-table tbody{
    background: white;
}
.introjs-showElement#step-6-7-tutorial tbody{
    background: white;
}
.card-header-without-body {
    border-bottom: none;
    border-radius: 0.75rem !important;
}
.register-data-approve {
    display: flex;
    justify-content: flex-end;
}

.my_notification {
    background-color: PeachPuff !important;
    color: red !important;
}
