.padding-shop {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.margin-panel {
    margin: 0 !important;
}
.kt-header-menu {
    width: auto;
    margin: 0;
    height: 50px; }
.kt-header-menu .kt-menu__nav {
    width: auto; }
.kt-header-menu .kt-menu__nav > .kt-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 3px 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
.kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    padding: 0 25px;
    background: rgba(32, 6, 56, 0.4);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
.kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link > .kt-menu__link-text {
    font-family:  'Prompt', sans-serif !important;
    font-weight: 500;
    font-size: 1.2rem;
    color: WHITE !important;
    text-transform: uppercase; }
.kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link > .kt-menu__link-icon {
    font-size: 1.1rem;
    color: #795E9F; }
.kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link > .kt-menu__hor-arrow {
    font-size: 0.8rem;
    color: #795E9F; }
.kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--active):not(.kt-menu__item--here) > .kt-menu__link > .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--active):not(.kt-menu__item--here) > .kt-menu__link > .kt-menu__link-text {
    color: #9984b6; }
.kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--active):not(.kt-menu__item--here) > .kt-menu__link > .kt-menu__link-icon, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--active):not(.kt-menu__item--here) > .kt-menu__link > .kt-menu__link-icon {
    color: #9984b6; }
.kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--active):not(.kt-menu__item--here) > .kt-menu__link > .kt-menu__hor-arrow, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--active):not(.kt-menu__item--here) > .kt-menu__link > .kt-menu__hor-arrow {
    color: #9984b6; }
.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
    background: #f9f9fc; }
.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link > .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__link-text {
    color: Black!important; }
.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link > .kt-menu__link-icon, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link > .kt-menu__link-icon {
    color: #716aca; }

.kt-option1 {
    padding: 0.5em !important;
}

.col-00 {
    position: relative;
    width: 100%;
    padding-right: 0!important;
    padding-left: 0!important;
}

.border-topbar {
    border: 1px solid rgba(0,0,0 ,1 )!important;
}
.vertical-align-m{
    vertical-align: middle !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #AAAAAA;
    border-radius: 10px;
    /* background-color: #999999; */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #172e54;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #172e54;
}
.text-red{
    color: red!important;
}
.btn-cus{
    height: 1.5rem!important;
    width: 1.5rem!important;
}
#kt_table_1  td {
    vertical-align: middle;
}

.kt-header--fixed.kt-header--minimize .kt-header {
    position: relative !important;
}

.cursor-pointer {
    cursor: pointer;
}

.kt-portlet .kt-portlet__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px !important;
    border-radius: 4px; }

.kt-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.0em !important;
    border: 1px solid #ebedf2;
    border-radius: 4px; }

.table {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 1rem;
    color: black;
    background-color: transparent; }
.table th {
   color: #716aca;
    background: rgba(113, 106, 202, 0.1);
    padding: 0.75rem !important;
    vertical-align: top;
    border-top: 1px solid #ebedf2; }
.table td {
    padding: 0.5rem !important;
    vertical-align: top;
    border-top: 1px solid #ebedf2; }
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ebedf2; }
.table tbody + tbody {
    border-top: 2px solid #ebedf2; }

.kt-portlet .kt-portlet__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 15px!important; /* padding left 25px */
    border-bottom: 1px solid #ebedf2;
    min-height: 60px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }

    .nav-tabs {
        margin: 0 0 0 0;
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: uppercase;
    }

    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        color: #495057;
        background-color: #fff;
        border-color: #ffffff #ffffff #fff;
    }
    .nav-tabs .nav-link {
        border-color: #e9ecef #e9ecef #dee2e6;
        color: #434349;
    }

    .label-title {
        color: #48465b;
    }
.kt-badge.kt-badge--inline {
    height: auto;
    width: auto;
    min-width: 60px ;
    padding: 0.15rem 0.75rem;
    border-radius: 2px; }
.kt-badge.kt-badge--pill {
    border-radius: 2rem; }

    select.form-control:not([size]):not([multiple]) {
        height: calc(1.5em + 1.3rem + 2px) !important;
    }


.btn {
    padding: 0.4rem 1rem !important;
}
/*
.btn.btn-icon.btn-sm, .btn-group-sm > .btn.btn-icon {
    height: 1.5rem !important;
    width: 2.5rem;
} */

.btn-inline-record {
    height: 1.5rem !important;
    width: 1.5rem !important;
}
.pd10{
    padding: 10px!important;
}
.btn-login{
    min-width: 120px;
}
html, body {
    font-family:  'Prompt', sans-serif !important;
}
.kt-login.kt-login--v2 .kt-login__wrapper .kt-login__container .kt-login__logo {
    text-align: center;
    margin: 0 auto 0rem auto !important;
}
.img-responsive{
    max-width: 100%;
}
.modal-body-custom{
    height: calc(100vh - 175px);
    overflow: auto;
}
.modal-body-custom-import{
    height: calc(100vh - 195px);
    overflow: auto;
}
.modal-body-custom-page{
    height: calc(100vh - 160px);
    overflow: auto;
}
.modal-body  .kt-font-info {
    color: black!important;
    font-size: 13px!important;
    font-weight: unset!important;
}
.ngx-select__toggle {
    padding: 7.8px 12px !important;
}
.listStore{
    background-color: rgba(113, 106, 202, 0.1) !important;
}

.required {
    font-size: 80%;
    color: #fd397a !important;
  }
  .table-responsive-custom {
      overflow: auto;
      max-height: calc(100vh - 250px);
  }

  .kt-login.kt-login--v2 .kt-login__wrapper {
    padding: 10% 2rem 1rem 2rem;
   margin: 0 auto 2rem auto;
   overflow: hidden;
   }

   .bg-gradient-live {
        background: #141E30 !important;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #243B55, #141E30) !important;  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #243B55, #141E30) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   }

   .bg-gradient-dev {
        background-image: linear-gradient(to right top, #845ec2, #a55dbd, #c15db5, #d95fab, #ec64a0, #f46997, #fb708f, #ff7887, #ff7f80, #ff867a, #ff8e75, #ff9671);
    }

   .checkbox-padding{
       padding-left: 10px !important;
       padding-right: 10px !important;
   }
   .section1{
        position: sticky!important;
        left: 0!important;
        background-color: white!important;
        z-index: 10;
   }

   .section2{
        position: sticky!important;
        left: 50.5px!important;
        background-color: white!important;
        z-index: 10;
    }

   .section3{
        position: sticky!important;
        left: 89px!important;
        background-color: white!important;
        z-index: 10;
   }
   .section4{
        position: sticky!important;
        left: 138.5px!important;
        background-color: white!important;
        z-index: 10;
    }
    .section5{
        position: sticky!important;
        left: 258.5px!important;
        background-color: white!important;
        z-index: 10;
    }
    .section6{
        position: sticky!important;
        left: 438.5px!important;
        background-color: white!important;
        z-index: 10;
    }

    .section7{
        position: sticky!important;
        right: 0 !important;
        background-color: white!important;
        z-index: 10;
    }
    .modal-xxl{
        max-width: 90%!important;
    }


/* Sprint 2 */
.custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem;
}

.padding10-left{
    padding-left: 10px!important;
}
.no-margin{
    margin: 0px!important;
}
.padding10{
    padding: 10px;
}
.padding20{
    padding: 20px!important;
}
.btn-custom{
    background-color: pink;
    color: black;
}
.modal-body-custom2{
    overflow: auto;
    height: calc(100vh - 200px);
}
.padding1px {
    padding: 1px !important;
}
.no-padding{
    padding: 0px!important;
}
.badge-custom{
    min-width: 60px;
}
.form-group-radio{
    margin: 0!important;
}
.form-group-radio-custom{
margin-bottom: 0!important;
}
.kt-radio--brand-remark{
    padding: 1.0em!important;
}
.kt--radio-list{
    margin-bottom: 0px !important;
}
.kt-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .7em !important;
    border: 1px solid #ebedf2;
    border-radius: 4px;
}
.box{border-radius: 0.25rem;}
.font-s-custom{
    font-size: 20px;
}
.no-paddnig{
    padding: 0!important;
}
.no-lr-paddnig{
    padding-left: 0!important;
    right: 0!important;
}
/*.kt-aside-menu .kt-menu__nav > .kt-menu__item > .no-lr-paddnig {*/
/*    padding: 9px 0!important;*/
/*}*/
/*.no-margin-r{*/
/*    margin-right: 0!important;*/
/*}*/
/*.kt-aside-menu .kt-menu__nav > .no-margin-r  {*/
/*    margin: 0 1.5rem;*/
/*}*/
.menu-custom{
    white-space: nowrap!important;
    overflow: hidden!important;
    width: 80px!important;
    text-overflow: ellipsis!important;
}
.tooltips .tooltiptexts {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 100;
    left: 10px;
}

.tooltips:hover .tooltiptexts {
    visibility: visible;
}
.h6-custom{
    font-size: 12px!important;
}
.padding-lr-20 {
    padding: 0px 20px!important;
}

/* sprint 2*/
.h6-custom{
    font-size: 12px!important;
}
.padding-lr-20 {
    padding: 0px 20px!important;
}
.kt-todo .kt-todo__aside {
     padding: 20px;
     width: 380px;
 }
.row-align-center{
    align-items: center!important;
}
.pdl-custom{padding-left: 1.15rem!important;}

.kt-nav {
    padding-bottom: 0!important;
}
.kt-nav.kt-nav--v4 .kt-nav__item {
    padding-bottom:  0!important;
}
.kt-nav__item:hover {
    background-color: unset!important;
}
.kt-option-custom{
    margin: 0 5px;
}

div.scrollmenu {
    padding: 5px;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    transition: all .2s ease-in-out;
    border: 1px solid #ebedf2;
    border-radius: 4px;
    display: inline-block;
    color: black;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}

div.scrollmenu a:hover {
    transform: scale(1.1);
    border: 1px solid #ebedf2;
    border-radius: 4px;
}

.modal-scroll {
    max-height: calc(100vh - 300px) !important;
    overflow:auto !important
}
.run_time{
    font-size: 20px;
}



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }

body { line-height: 1 }

ol, ul { list-style: none }

blockquote, q { quotes: none }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}


a { text-decoration: none; }

/**
 * Hidden fallback
 */


/**
 * Styling navigation
 */


/**
 * Styling top level items
 */

.nav a, .nav label {
  display: block;
 padding: .85rem;
  color:#48465b;
   /* background-color: #151515;
   box-shadow: inset 0 -1px #1d1d1d; */
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;

  font-size: 1.25rem;
}

.nav a:focus,
.nav a:hover,
.nav a:active,
.nav label:focus,
.nav label:hover,
.nav label:active {
  color: #716aca;
   /* color: rgba(255, 255, 255, 0.5); */
   /* background: #030303; */
}

li .active{
  color: #716aca;
}

.nav label { cursor: pointer; }

/**
 * Styling first level lists items
 */

.group-list1 a,
.group-list1 label {
  padding-left: 2rem !important;
}
.group-list2 a,
.group-list2 label {
  padding-left: 4rem!important;
}
.group-list3 a,
.group-list4 label {
  padding-left: 6rem!important;
}

.group-list1 a:focus,
.group-list1 a:hover,
.group-list1 a:active,
.group-list1 label:focus,
.group-list1 label:hover,
.group-list1 label:active {
  color: #716aca;
}

/**
 * Styling second level list items
 */

.group-list2 a:focus,
.group-list2 a:hover,
.group-list2 a:active,
.group-list2 label:focus,
.group-list2 label:hover,
.group-list2 label:active {
  color: #716aca;
 }

/**
 * Styling third level list items
 */

.group-list3 a:focus,
.group-list3 a:hover,
.group-list3 a:active,
.group-list3 label:focus,
.group-list3 label:hover,
.group-list3 label:active {
   color: #716aca;
   }

/**
 * Hide nested lists
 */

.group-list1,
.group-list2,
.group-list3 {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.nav__list input[type=checkbox]:checked + label + ul
{ /* reset the height when checkbox is checked */
max-height: 500px;
}

/**
 * Rotating chevron icon
 */

label > span {
  float: right;
  -webkit-transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
}

.nav__list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
label{
    margin: 0;
}
ul {
  padding: 0;
}

.active-knowjedge-center {
    border-left: 3px solid #716aca;
    color: #48465b;
    margin-left: 0;
}
.onclick:hover{
    cursor: pointer;
    background-color: #e5e5e5!important;
}
.table th,
.table td {
    vertical-align: middle!important;
}
.disbled-div{
    pointer-events: none;
    opacity: 0.2;
}

.kt-portlet {
    border: 1px solid;
}
.form-control{
    border: 1px solid #646C9A !important;
}
.kt-subheader .kt-subheader__main .kt-subheader__desc {
    padding: 0 0.5rem 0 0;
    font-size: 1rem;
    font-weight: 500;
    color: #200638!important;
    /* background: rgba(32, 6, 56, 0.4); */
}
.kt-subheader--transparent .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs .kt-subheader__breadcrumbs-link {
    color: #200638!important;
}
/* neon */
.modal-content{
    outline:none;
    border: 1px solid #646C9A!important;
    box-shadow:0 0 10px #646C9A;
}
.modal-xl {
    max-width: 80%!important;
}
.modal-xxl {
    max-width: 90%!important;
}
.modal-xxxl {
    max-width: 95%!important;
}

.btn-border{
    border: 1px solid #646C9A!important;
}
.custom-border{
    border: 1px solid #646C9A!important;
}

.modal-body  .kt-font-view {
    color: #646C9A!important;
    font-size: 13px!important;
    font-weight: unset!important;
}


.kt-portlet__head-group .la-angle-down {
    transition: .3s transform ease-in-out;
}


.kt-portlet__head-group .collapsed .la-angle-down {
    transform: rotate(180deg);
}
.min-w{
    min-width: 70px!important;
}
/* .modal-content {
    -webkit-box-shadow: 0px 0px 1px 1px #5361c9;
    box-shadow: 0px 0px 1px 1px #5361c9;
} */
.linkNameTooltips{
    white-space: nowrap !important;
    overflow: hidden !important;
    width: 90% !important;
    text-overflow: ellipsis !important;
}
.fileTooltips .fileTooltipstexts {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 100;
    left: 10px;
}

.fileTooltips:hover .fileTooltipstexts {
    visibility: visible;
}
.modalForTool{
    white-space: nowrap !important;
    overflow: hidden !important;
    width: 100px !important;
    text-overflow: ellipsis !important;
}

.fontBold{
    font-weight: bold;
}

.modalTooltips .modalTooltipstexts {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 80;
    left: 10px;
}

.modalTooltips:hover .modalTooltipstexts {
    visibility: visible;
}

.upperCase{
    text-transform: uppercase;
}
.disbled-div-view{
    pointer-events: none;
    opacity: 0.7;
}
.pad-right20{
    padding-right: 20px;
}
.min-w-select{
    min-width: 100px;
}
.min-w-tid{
    min-width: 120px;
}
.menu-level1{
    font-size: 1.5rem!important;
    font-weight: bold!important;
}
.tab-content{
    padding: 0px;
}
.kt-portlet__head-group{
    margin-bottom: auto;
    margin-top: auto;
}
.class-readonly{
    background-color: #c2c2c2!important;
    pointer-events: none;
}
/* .form-control[readonly] {
    background-color: #9d9d9d!important;
} */
.font-size-icon{
    font-size: 1.25rem;
}
.col-lg-3-custom{
    max-width: 30%!important;
}
.col-lg-9-custom{
    max-width: 70%!important;
}
.col-lg-7-custom{
    max-width: 55%!important;
}
.col-lg-5-custom{
    max-width: 35%!important;
}
.tooltips-SN{
    white-space: nowrap !important;
    overflow: hidden !important;
    width: 90% !important;
    text-overflow: ellipsis !important;
}






.kt-portlet {
    border: 1px solid #646C9A;
}

.mg-b-10 {
    margin-bottom: 10px;
}

.card-border {
    border: 1px solid #646C9A;
}

.content-show {
    height: calc(100vh - 175px);
    overflow: auto;
}

.btn-default:hover {
    color: #fff;
    background-color: #F6F3F3;
    border-color: #646C9A;
}

.btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #F6F3F3;
    border-color: #646C9A;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
}

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

.top5 {
    top: 5px !important;
    border: 1px solid white !important;
}

.top5:after {
    border: 1px solid white !important;
}

.item-center {
    align-items: center;
}

.mg-t-b-auto {
    margin-bottom: auto;
    margin-top: auto;
}

.mg-r {
    margin-right: 5px;
}

.padding10-top {
    padding-top: 10px !important;
}

.text-black {
    color: black !important;
}

.item-right {
    float: right !important;
}

.badge-icon-custom {
    min-width: 20px !important;
}
.kt-timeline-v1.kt-timeline-v1--justified .kt-timeline-v1__items .kt-timeline-v1__item:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 15px;
    left: 0;
    margin-left: 3px;
    border-right: solid 10px #646C9A!important;
    border-bottom: solid 17px transparent;
    border-left: solid 17px transparent;
    border-top: solid 17px transparent;
}
.modal.modal-sticky-bottom-right {
    padding: 0 !important;
    max-width: 800px!important;
    height: auto;
    position: fixed;
    left: auto;
    top: auto;
    bottom: 25px;
    right: 25px;
    margin: 0;
    -webkit-box-shadow: 0px 0px 60px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 60px -15px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.modal.modal-sticky-bottom-right .modal-dialog {
    position: static;
    max-width: 800px!important;
    width: auto;
    margin: 0;
    border-radius: 4px;
}
.item-right-custom{
    position: absolute!important;
    text-align: right;
    right: 0;
}
.content-boy-custom2 {
    height: calc(100vh - 300px);
}
.modal-content{
    outline:none;
    border: 1px solid #646C9A!important;
    box-shadow:0 0 10px #646C9A;
}
.kt-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0!important;
    margin: 0;
}
.kt-subheader--enabled.kt-subheader--transparent:not(.kt-subheader--fixed) .kt-content {
    padding: 0 !important;
}
.kt-footer .kt-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 0!important;
}
.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--right {
    right: unset!important;
    /* left: unset!important; */
}
.mg-t-b-auto {
    margin-bottom: auto;
    margin-top: auto;
}
.top5 {
    top: 5px !important;
    border: 1px solid white !important;
}
.top5:after {
    border: 1px solid white !important;
}
#kt_table_1 td {
    vertical-align: middle;
}

.table {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 1rem;
    color: black;
    background-color: transparent;
}

.table th {
    color: #716aca;
    background: rgba(113, 106, 202, 0.1);
    padding: 0.75rem !important;
    vertical-align: top;
    border-top: 1px solid #ebedf2;
}

.table td {
    padding: 0.5rem !important;
    vertical-align: top;
    border-top: 1px solid #ebedf2;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ebedf2;
}

.table tbody + tbody {
    border-top: 2px solid #ebedf2;
}
.content-boy-custom {
    height: calc(100vh - 440px);
}
.kt-section {
    /* padding: 0; */
    margin: 0 0 5px 0!important;
}
.item-right-custom{
    position: absolute;
    text-align: right;
    right: 0;
}
.modal-body-custom-sp4 {
    overflow: auto;
    max-height: calc(100vh - 100px);
}
.body-tab-custom {
    min-height: calc(100vh - 310px);
}
.body-tab-stock-edc {
    height: calc(100vh - 0px);
    overflow: auto;
}
 
.input-group-append .btn {
    position: relative;
    z-index: 0!important;
}

.input-group-search{
    z-index: 0!important;
}
.card-hover{
    cursor: pointer;
}
.btn-bg-custom{
    background-color: #f7f8fa !important;
}
.margin-custom{
    margin: 8px 5px 5px 5px;
}
.margin-custom-checkbox{
    margin: 5px 5px 5px 5px;
    margin-bottom: 0px!important;
}

.kt-avatar__upload:hover{
    background-color: #ffffff!important;
}
.kt-avatar .kt-avatar__holder {
    width: 160px!important;
    height: 160px!important;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-inline{
    inline-size: max-content!important;
}

.calen {
    z-index: 0 ;
}

.modal-body-custom-by-ton{
    overflow: auto;
    max-height: calc(100vh - 200px);
}
.modal-body-custom-shop {
    overflow: auto;
    max-height: calc(100vh - 170px);
}
.modal-width70{
    max-width: 70% !important;
}

th > .kt-checkbox.kt-checkbox--single, td > .kt-checkbox.kt-checkbox--single {
    right: -5px;
    top: 7px;
}

.body-199-by-ton {
    height: 199px;
}

.ellipsis-by-ton {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-7 {
    left: 7px;
}

.margin-auto-by-ton {
    margin: auto;
}

.multhi {
    color: green !important;
    font-size: 24px;
}

.bold-text {
    font-weight: bold !important;
    color: #716aca;
}
.bold-text-b {
    font-weight: bold !important;
    color:black;
}
.line-slip {
    font-weight: bold !important;
    color: #000000;
}
.min-h-bkk{
   height: calc(100vh - 265px); overflow:auto;
}
.font-18 {
    font-weight: bold !important;
    font-size: 16px !important;
}

.left-10-bottom-15 {
    margin-bottom: 15px  !important;
    margin-left: 10px;
}

.font-bold-b {
    font-size: 17px!important;
}

.margin-bottom-18 {
    margin: 18px 18px 18px 18px !important;
}
.disbled-div-view{
    pointer-events: none;
    opacity: 0.7;
}
.disbled-select-view{
    pointer-events: none;
}
.word-wrap{
    word-wrap: break-word;
}

.margin-top-10 {
    margin-top : 10px !important;
}

.margin-left-2-bottom-7 {
    margin-bottom: 15px !important;
    margin-left: 10px !important;
}

.freeze-table{
    max-height: calc(100vh - 296px);
    overflow-y: auto;
}
table.freeze thead th {
    position: -webkit-sticky;
    background-color: #716aca!important;
    color: white!important;
    position: sticky;
    z-index: 5;
}
table.freeze thead td {
    position: -webkit-sticky;
    background-color: #716aca!important;
    color: white!important;
    position: sticky;
    z-index: 5;
}
.top0{
    top: 0!important;
}
.top50{
    top: 39px!important;
}
.mg-b15{
  margin-bottom: 15px;
}
.mg-b10{
    margin-bottom: 10px;
  }
.has-logo{
  font-size: 16px;
}
.kt-widget4__text-custom{
    margin-bottom: 0!important;
    font-size: 11px!important;
}




.tableFixHead{  max-height: calc(100vh - 90px); overflow-y: auto; }
.tableFixHead thead th { color: #716aca; background: #EBEAFF!important; z-index: 1;}
.tableFixHead thead tr th  { position: sticky; top: 0!important; }
.tableFixHead thead tr:nth-child(2) th  { position: sticky; top: 39px!important; }
.tableFixHead thead tr:nth-child(3) th  { position: sticky; top: 78px!important; }
.tableFixHead thead tr:nth-child(4) th  { position: sticky; top: 117px!important; }

.notifications div{
    max-width: 210px;
}
.notifications-div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    width: 100%;
}

.white-space-custom div{
    max-width: 350px;
}
.white-space-custom-div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    width: 100%;
}
.form-control{
    color: black!important;
}
body{
    color: black!important;
} 

.btn-sm-custom{
    padding: 0.25rem 0.5rem!important;
    font-size: 0.075!important;
    line-height: 1!important;
    border-radius: 0.2rem;
}

.kt-portlet-reject {
    border: 3px solid red!important;
}
.font-reject{
    font-size: 1.5em!important;
}
.TPL-custom{
    white-space: nowrap!important;
    overflow: hidden!important;
    width: 80%!important;
    text-overflow: ellipsis!important;
}
.mg0{
    margin: 0;
}
.modal-backdrop {
    
    z-index: 999!important; 
}
.modal {
    z-index: 999!important; 
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f7f8fa!important;
    opacity: 1;
}
.example-chip-list {
    width: 100%;
  }
  .color-red{
    color: red;
}
.color-green{
    color: green;
}
.column-hiding{
    padding: 5px;
}
.input-group-prepend .btn, .input-group-append .btn {
    position: relative;
    z-index: 1!important;
}
.tooltips.show{
    z-index: 99;
}
.kt-notification .kt-notification__item:after {
    border: 0;
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: unset!important;
    font-size: 0.8rem;
    line-height: 0;
    position: relative;
    color: #74788d; }