body {
    font-family: Arial, Helvetica, sans-serif !important;
}

.bg-image {
    background: url('/img/blur_bg.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.bg-daikou {
    background-color: #8ba8cd;
}

.bd-BA3CAF {
    background-color: #BA3CAF;
}

.bg-00D2FC {
    background-color: #0082fc;
}

.bd-150159 {
    background-color: #150159;
}

.bg-4FFBDF {
    background-color: #6C48A9;
}

.bg-D53624 {
    background-color: #D53624;
}

.dropdown-toggle.sidebar-dropdown-toggle:after {
    display: none;
}

.top-menu.active {
    background: #dbf0ff;
    border-top: 2px solid blue;
}

.dropdown-item,
.dropdown-toggle {
    font-size: inherit !important;
    line-height: inherit !important;
}

.table.cell-no-padding td {
    padding: 0 .5rem !important;
}


.power-grid-table thead th {
    vertical-align: middle;
}

/* Main Top Navbar*/

.main-top-nav .nav-link:hover {
    background-color: #d8eeff;
}

.main-top-nav .nav-link.active {
    background-color: #c8e6ff;
    box-shadow: inset 0 3px 0 #4d76b7;

}

/* Sidebar */
.dropdown-menu>li>a:hover {
    background-color: #c8e6ff;
    color: #333;
}

.menu-caret {
    position: absolute;
    top: 12px;
    right: 10px;
}

.arrow_box {
    position: relative;
    background: #d5d5d5;
    border: 1px solid #9e9e9e;
}

.arrow_box:after,
.arrow_box:before {

    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(213, 213, 213, 0);

    border-width: 8px;
}

.arrow_box:before {
    border-color: rgba(158, 158, 158, 0);

    border-width: 9px;
}

/* LEFT-TOP*/
.arrow_box_left_top:after,
.arrow_box_left_top:before {
    right: 100%;
    top: 21px;
}

.arrow_box_left_top:after {
    border-right-color: white;
    margin-top: -8px;
}

.arrow_box_left_top:before {
    border-right-color: #9e9e9e;
    margin-top: -9px;
}

/* TOP-LEFT */
.arrow_box_top_left:after,
.arrow_box_top_left:before {
    bottom: 100%;
    left: 22px;

}

.arrow_box_top_left:after {
    border-bottom-color: white;
    margin-left: -8px;
}

.arrow_box_top_left:before {
    border-bottom-color: #9e9e9e;
    margin-left: -9px;
}

/* TOP RIGHT */
.arrow_box_top_right:after,
.arrow_box_top_right:before {
    bottom: 100%;
    right: 22px;

}

.arrow_box_top_right:after {
    border-bottom-color: white;
    margin-right: -8px;
}

.arrow_box_top_right:before {
    border-bottom-color: #9e9e9e;
    margin-right: -9px;
}

/* End Sidebar */

/* lead  */
.input-header {
    height: 25px;
    width: 100%;
    padding: 3px;
    background-color: rgb(243, 243, 243);
    border-radius: 3px
}

/* End Lead */

/* Switch Account collapse */
.btn-collapse .fa-plus {
    display: none;
}

.btn-collapse .fa-minus {
    display: inline-block;
}

.collapsed .fa-plus {
    display: inline-block;
}

.collapsed .fa-minus {
    display: none;
}

.error-validate-msg {
    color: red;
    font-style: italic;
}

/* End Switch Account collapse */
.wrap-content {
    white-space: initial !important;
}

/* nav-step-style */
.nav-steps>li.active>a,
.nav-steps>li.active>a:focus,
.nav-steps>li.active>a:hover {
    border: 0;
    background-color: #d8e3d8;
}

.nav-steps .nav-link {
    background-color: #e7e7e7 !important;
}

.nav-steps .nav-link.completed {
    background-color: #15b015 !important;
}

.nav-steps .nav-link.active {
    background-color: #3f728b !important;
}

.nav-steps .nav-link.color {
    background-color: #15b015 !important;
}

.nav-steps .nav-link.color.red {
    background-color: #f00 !important;
}

.card-header-background {
    /* background-color: rgba(232, 232, 232, 1); */
    border: 0;
}

.nav-steps {
    border-bottom: 0px !important;
}

.nav-steps>li>a {
    padding: 6px;
}

.nav-steps .nav-link.active {
    background: #225bb1;
    color: white;
}

.nav-steps .nav-item.show .nav-link,
.nav-steps .nav-link {
    background-color: #D9D9D9;
    color: black;
}

.nav-steps .nav-link:hover {
    background-color: #B3B6B7;
}

.nav-steps .nav-link.completed {
    background-color: #15b015;
    color: #fff
}

.nav-steps .nav-link.completed:hover {
    background-color: #1f701f;
    color: #fff
}

.nav-steps .nav-item.show .nav-link,
.nav-steps .nav-link.active:hover {
    background-color: #0288cb !important;
}

.nav-steps .nav-item {
    display: inline-block;
    min-width: 50px;
    background: white;
    text-decoration: none;
    -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 15px 50%);
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 15px 50%);
    padding: 0;
    position: relative;
    margin-right: -13px;
}

.nav-steps .nav-item:last-child {
    /* background-color: red !important; */
    -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%, 15px 50%);
    /* margin-right: 0; */
    clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 50%, calc(100% - 0px) 100%, 0 100%, 15px 50%);
}

.nav-steps .nav-item:hover {
    color: white;
    background: #fff;
}

/* first link should not have anything cliped on the left side */
.nav-steps .nav-item:first-child {
    -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
}

.nav-steps .btn-make-status {
    background-color: #005D8D;
    color: #fff;
    float: right;
    height: 100%;
}

.nav-steps .btn-make-status:hover {
    color: rgb(0, 146, 36);
}

.nav-steps .btn-make-status:hover:active {
    background-color: #5DADE2;
}

/*-sub .nav-item-sub.show .nav-link-sub, .nav-tabs-sub .nav-link-sub.active {

			} */

.nav-steps.nav-pills .nav-link {
    border-radius: 0 !important;
}

.nav-steps.nav-pills .nav-item:first-child .nav-link {
    border-radius: 25px 0 0 25px !important;
}

.nav-steps.nav-pills .nav-item:last-child .nav-link {
    border-radius: 0px 25px 25px 0px !important;
}

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

.nav-steps .nav-tabs-sub .nav-link {
    color: gray !important;
    font-weight: bold !important;
    background-color: transparent !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-radius: 0;
    font-size: 13px !important;
}

.nav-steps .nav-tabs-sub .nav-link.active {
    color: white !important;
    font-weight: bold !important;
    background-color: transparent !important;
    border-bottom: 3px solid blue !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-radius: 0;
}

.nav-steps .nav-tabs-sub .nav-link:hover {
    color: black !important;
    font-weight: bold !important;
    background-color: transparent !important;
    border-bottom: transparent;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-radius: 0;
}

.nav-steps .nav-tabs-sub .nav-link.active:hover {
    color: black !important;
    font-weight: bold !important;
    background-color: transparent !important;
    /* border-bottom: 3px solid blue !important; */
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-radius: 0;
}

/*End  nav-step-style */

/* nav-tab-style */
.nv-tab .accordion-item {
    background-color: #fff !important;
    border: none !important;
}

.nav-tabs-sub .nav-link {
    color: gray !important;
    font-weight: bold !important;
    background-color: transparent !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-radius: 0;
    font-size: 13px !important;
}

.nv-tab .nav-tabs-sub .nav-link.active {
    color: black !important;
    font-weight: bold !important;
    background-color: transparent !important;
    border-bottom: 3px solid blue !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-radius: 0;
}

.nv-tab .nav-tabs-sub .nav-link:hover {
    color: black !important;
    font-weight: bold !important;
    background-color: transparent !important;
    border-bottom: transparent;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-radius: 0;
}

.nv-tab .nav-tabs-sub .nav-link.active:hover {
    color: black !important;
    font-weight: bold !important;
    background-color: transparent !important;
    /* border-bottom: 3px solid blue !important; */
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-radius: 0;
}

.nv-tab .activity-blog {
    font-size: 13px;
}

.nv-tab .blog-save-activity {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    margin-top: 10px;
    font-size: 13px;
}

.nv-tab .activity-list {
    background-color: #EFEFEF;
    margin-top: 10px;
    padding: 5px;
    border-radius: 3px;
    font-weight: bold;
}

.nv-tab .accordion-flush .accordion-item .accordion-button {
    height: 10px;
    padding: 16px 6px;
}

.nv-tab .accordion-button {
    font-size: 13px;
}

.nv-tab .accordion-button:not(.collapsed) {
    background-color: #fff !important;
}

.nv-tab .accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.nv-tab .accordion-button::after {
    background-size: 13px;
    margin-top: 10px;
}

.nv-tab .accordion-button::after {
    margin-top: 0;
}

/* End nav-tab-style */
.detail-border {
    border-bottom: 1px solid #999;
    padding-top: 5px;
    padding-bottom: 5px;



}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container .select2-selection--muliple {
    height: 34px !important;
}

/*ICON BOX*/

.icon-box {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    padding: 3px;
    position: relative;
    text-align: center;
}

.icon-box i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin: -8px auto 0 auto;
}

.icon-box-lg {
    width: 40px !important;
    height: 40px !important;
}

.icon-box-lg i {
    font-size: 20px !important;
    margin: -10px auto 0 auto !important;

}


/* Modal BG */
.modal-bg {
    background: rgba(0, 0, 0, .5);
}


/* NAV BORDER BOTTOM */

.nav-tabs.nav-border-bottom .nav-link {
    border: none;
    color: black;
}

.nav-tabs.nav-border-bottom .nav-link.active {
    border-bottom: 4px solid #388ee7;
    font-weight: bold;
}

/* END NAV BORDER BOTTOM */
.bg-active {
    background-color: rgb(41, 183, 6) !important;
    color: white !important;
}

.btn-success-light {
    background-color: rgb(41, 183, 6) !important;
    color: white !important;
}

.btn-danger-light {
    background-color: rgb(252, 28, 12) !important;
    color: white !important;
}

.card-header-bg {
    background-color: #f3f6eee0 !important;
    padding: 5px !important;
    border-radius: 2px;
}

.error-msg {
    color: red;
}

.error-msg-validate {
    color: red;
    font-style: italic;
}

/* power grid table custom */

.pwg-td-height {
    height: 40px !important;
}

.pwg-td-wrap-content {
    white-space: initial;
}

.pwg-td-height-50 {
    height: 50px;
}

.pwg-td-width-5 {
    width: 5%;
}

.pwg-td-width-10 {
    width: 10%;
}

.pwg-td-width-15 {
    width: 15%;
}

.pwg-td-width-20 {
    width: 20%;
}

.pwg-td-width-25 {
    width: 25%;
}

.pwg-td-width-30 {
    width: 30%;
}

.pwg-td-width-35 {
    width: 35%;
}

.pwg-td-width-40 {
    width: 40%;
}

.pwg-td-width-45 {
    width: 45%;
}

.pwg-td-width-50 {
    width: 50%;
}

.pwg-td-width-55 {
    width: 55%;
}

.pwg-td-width-60 {
    width: 60%;
}

.pwg-td-width-65 {
    width: 65%;
}

.pwg-td-width-70 {
    width: 70%;
}

.pwg-td-width-75 {
    width: 75%;
}

.pwg-td-width-80 {
    width: 80%;
}

.pwg-td-width-85 {
    width: 85%;
}

.pwg-td-width-90 {
    width: 90%;
}

.pwg-td-width-95 {
    width: 95%;
}

.pwg-td-width-100 {
    width: 100%;
}

.detail-table-tr-height {
    line-height: 30px;
    min-height: 30px;
    height: 30px;
}

.detail-table-tr-height-sm {
    line-height: 35px;
    min-height: 35px;
    height: 35px;
}

/* end of powergrid table */
.col-md-6-p {}


.divider {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin: 1rem 0;
}

.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: 0.9375rem;
    padding: 0 1rem;
}

.divider .divider-text i,
.divider .divider-text svg {
    height: 1rem;
    width: 1rem;
    font-size: 1rem;
}

.divider .divider-text:before,
.divider .divider-text:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    border-top: 1px solid #ebe9f1;
}

.divider .divider-text:before {
    right: 100%;
}

.divider .divider-text:after {
    left: 100%;
}

.divider.divider-start .divider-text {
    float: left;
    padding-left: 0;
}

.divider.divider-start .divider-text:before {
    display: none;
}

.divider.divider-start-center .divider-text {
    left: -25%;
}

.divider.divider-end .divider-text {
    float: right;
    padding-right: 0;
}

.divider.divider-end .divider-text:after {
    display: none;
}

.divider.divider-end-center .divider-text {
    right: -25%;
}

.divider.divider-dotted .divider-text:before,
.divider.divider-dotted .divider-text:after {
    border-style: dotted;
    border-width: 1px;
    border-top-width: 0;
    border-color: #ebe9f1;
}

.divider.divider-dashed .divider-text:before,
.divider.divider-dashed .divider-text:after {
    border-style: dashed;
    border-width: 1px;
    border-top-width: 0;
    border-color: #ebe9f1;
}

.divider.divider-danger .divider-text:before,
.divider.divider-danger .divider-text:after {
    border-color: #ea5455 !important;
}

.divider.divider-danger .divider-text:before,
.divider.divider-danger .divider-text:after {
    border-color: #ea5455 !important;
}

.divider.divider-warning .divider-text:before,
.divider.divider-warning .divider-text:after {
    border-color: #ff9f43 !important;
}

.divider.divider-info .divider-text:before,
.divider.divider-info .divider-text:after {
    border-color: #00cfe8 !important;
}

.divider.divider-success .divider-text:before,
.divider.divider-success .divider-text:after {
    border-color: #28c76f !important;
}

.divider.divider-secondary .divider-text:before,
.divider.divider-secondary .divider-text:after {
    border-color: #82868b !important;
}

.divider.divider-primary .divider-text:before,
.divider.divider-primary .divider-text:after {
    border-color: rgba(var(--bs-primary-rgb)) !important;
}

.divider.divider-dark .divider-text:before,
.divider.divider-dark .divider-text:after {
    border-color: #4b4b4b !important;
}

.avatar {
    white-space: nowrap;
    background-color: #c3c3c3;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.avatar .avatar-content {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 0.857rem;
}

.avatar .avatar-content .avatar-icon {
    height: 1rem;
    width: 1rem;
}

.avatar [class*=avatar-status-] {
    border-radius: 50%;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
}

.avatar [class*=avatar-status-].avatar-status-lg,
.avatar [class*=avatar-status-].avatar-status-xl {
    width: 17px;
    height: 17px;
    border-width: 2px;
}

.avatar .avatar-status-online {
    background-color: #28c76f;
}

.avatar .avatar-status-busy {
    background-color: #ea5455;
}

.avatar .avatar-status-away {
    background-color: #ff9f43;
}

.avatar .avatar-status-offline {
    background-color: #82868b;
}

.avatar.avatar-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    border-radius: 0.357rem;
}

.avatar img {
    border-radius: 50%;
}

.avatar.avatar-xl {
    font-size: 1.5rem;
}

.avatar.avatar-xl img {
    width: 70px;
    height: 70px;
}

.avatar.avatar-xl .avatar-content {
    height: 70px;
    width: 70px;
    font-size: 2.57rem;
}

.avatar.avatar-xl .avatar-content .avatar-icon,
.avatar.avatar-xl .avatar-content i,
.avatar.avatar-xl .avatar-content svg {
    height: 3rem;
    width: 3rem;
    font-size: 3rem;
}

.avatar.avatar-xl [class*=avatar-status-] {
    right: 3px;
    bottom: 0;
}

.avatar.avatar-lg {
    font-size: 1.2rem;
}

.avatar.avatar-lg img {
    width: 50px;
    height: 50px;
}

.avatar.avatar-lg .avatar-content {
    width: 50px;
    height: 50px;
    font-size: 1.714rem;
}

.avatar.avatar-lg .avatar-content .avatar-icon,
.avatar.avatar-lg .avatar-content i,
.avatar.avatar-lg .avatar-content svg {
    height: 2rem;
    width: 2rem;
    font-size: 2rem;
}

.avatar.avatar-lg [class*=avatar-status-] {
    right: 3px;
    bottom: 1px;
}

.avatar.avatar-sm .avatar-content {
    width: 24px;
    height: 24px;
}

.avatar.avatar-sm .avatar-content .avatar-icon,
.avatar.avatar-sm .avatar-content i,
.avatar.avatar-sm .avatar-content svg {
    height: 1rem;
    width: 1rem;
    font-size: 1rem;
}

.avatar.avatar-sm img {
    width: 24px;
    height: 24px;
}

.avatar.avatar-sm [class*=avatar-status-] {
    right: -3px;
    bottom: -2px;
}

.avatar-group {
    display: flex;
    justify-content: flex-start;
}

.avatar-group .avatar {
    transition: all 0.25s ease;
}

.avatar-group .avatar img,
.avatar-group .avatar .avatar-content {
    box-shadow: 0 0 0 2px #fff, inset 0 0 0 1px rgba(34, 41, 47, 0.07);
}

.avatar-group .avatar .avatar-content {
    background-color: #9b9ea2 !important;
}

.avatar-group .avatar:hover {
    transition: all 0.25s ease;
}

.avatar-group .avatar.pull-up:hover {
    transform: translateY(-4px) scale(1.07);
}

.avatar-group .avatar:not(:first-child) {
    margin-left: -0.55rem;
}

.avatar-group .avatar-sm:not(:first-child) {
    margin-left: -0.4rem;
}

.avatar-group .avatar-lg:not(:first-child) {
    margin-left: -1rem;
}

.avatar-group .avatar-xl:not(:first-child) {
    margin-left: -1.5rem;
}

.avatar.bg-light-primary {
    color: rgba(var(--bs-primary-rgb)) !important;
}

.bg-light-primary {
    background: rgba(var(--bs-primary-rgb), 0.12) !important;
    color: rgba(var(--bs-primary-rgb)) !important;
}

.bg-light-success {
    background: rgba(var(--bs-success-rgb), 0.12) !important;
    color: rgba(var(--bs-success-rgb)) !important;
}

.bg-light-danger {
    background: rgba(var(--bs-danger-rgb), 0.12) !important;
    color: rgba(var(--bs-danger-rgb)) !important;
}

.bg-light-secondary {
    background: rgba(var(--bs-secondary-rgb), 0.12) !important;
    color: rgba(var(--bs-secondary-rgb)) !important;
}

.icon-box-detail {
    width: 22px;
    height: 22px;
    border-radius: 3px;
    padding: 0px;
    position: relative;
    text-align: center;
}

.view-all {
    text-decoration: none;
    cursor: pointer;
}

.h-100 {
    height: 100%;
}

.bg-008C82 {
    background-color: #008C82;
}

.bg-DEB2FF {
    background-color: #d962cf;
}

.text-bg-blue {
    color: #2039c7;
}

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

.icon-color-cancell {
    background-color: #f03333;
}

.a-btn {
    text-decoration: none;
    color: #0082fc;
    cursor: pointer;
}

.form-control:disabled {
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

.default-avatar {
    background-color: #47d501;
    font-weight: 500;
    color: #fff;
    font-size: 1.6rem;
}

.default-avatar,
.member-overlap-item {
    height: 40px;
    width: 40px;
}


.member-overlap-item {
    margin-right: -10px;
    border: 2px solid #fff;
}

.text-dark-blue {
    color: #3f74c3;
}

.img-on-table {
    width: 40px;
    height: 40px;
    border-radius: rounde;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-dashboard {
    /* font-family: sans-serif;
    padding: 1rem;
    width: 16rem;
    height: 10rem;
    float: left;
    margin: 1.5rem;
    background: white; */
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .1);
    transition: all .2s ease;
    border-bottom: 2px solid transparent;
}

.border-bottom {
    width: 100%;
}

.nowrap {
    white-space: nowrap;
}

.zoom-detail-img {
    transition: transform .2s;
    /* Animation */

}

.zoom-detail-img:hover {
    transform: scale(2.2);
    /* z-index: -1; */
    /* background-color: #0a58ca; */
}

.nav-steps .nav-link.un-complete {
    background-color: #D53624;
}

.scroll {
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-steps .nav-link.reject {
    background-color: red !important;
    color: white !important;
}

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

/* .nav-steps .nav-link.active{
    background-color: #3f728b !important;
    color: white !important;
} */

.ul-dropdown {
    min-width: 50px !important;
}

.width-100 {
    max-width: 100% !important;
}

.report-color {
    background-color: #FF8066;
}

.card-report-height {
    height: 200px;
}

.card-report-height:hover {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.collection-report-summary-report {
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

.color-gra1 {
    background-color: #8BC6EC;
    background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
}

.color-gra2 {
    background-color: #3EECAC;
    background-image: linear-gradient(19deg, #3EECAC 0%, #EE74E1 100%);
}

.color-gra3 {
    background-color: #8BC6EC;
    background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
}
.date-with-no-border{
    border: none;
    background-color: #9ad9f8;
}
.number-card{
width: 35px;
height: 20px;
background-color: yellow;
}
.loading-div{
    filter: blur(2px);
}