.svg-icon svg {
    height: 1.5rem;
    width: 1.5rem; }
  
  .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #B5B5C3; }
  
  .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  
  .svg-icon.svg-icon-white svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff !important; }
  
  .svg-icon.svg-icon-white svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  
  .svg-icon.svg-logo-white svg path {
    fill: #ffffff !important; }
  
  .svg-icon.svg-icon-primary svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3699FF !important; }
  
  .svg-icon.svg-icon-primary svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  
  .svg-icon.svg-logo-primary svg path {
    fill: #3699FF !important; }
  
  .svg-icon.svg-icon-secondary svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #181C32 !important; }
  
  .svg-icon.svg-icon-secondary svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  
  .svg-icon.svg-logo-secondary svg path {
    fill: #181C32 !important; }
  
  .svg-icon.svg-icon-success svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #1BC5BD !important; }
  
  .svg-icon.svg-icon-success svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  
  .svg-icon.svg-logo-success svg path {
    fill: #1BC5BD !important; }
  
  .svg-icon.svg-icon-info svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3699FF !important; }
  
  .svg-icon.svg-icon-info svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  
  .svg-icon.svg-logo-info svg path {
    fill: #3699FF !important; }
  
  .svg-icon.svg-icon-warning svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #FFA800 !important; }
  
  .svg-icon.svg-icon-warning svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  
  .svg-icon.svg-logo-warning svg path {
    fill: #FFA800 !important; }
  
  .svg-icon.svg-icon-danger svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #F64E60 !important; }
  
  .svg-icon.svg-icon-danger svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  
  .svg-icon.svg-logo-danger svg path {
    fill: #F64E60 !important; }
  
  .svg-icon.svg-icon-light svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #F3F6F9 !important; }
  
  .svg-icon.svg-icon-light svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  
  .svg-icon.svg-logo-light svg path {
    fill: #F3F6F9 !important; }
  
  .svg-icon.svg-icon-dark svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #181C32 !important; }
  
  .svg-icon.svg-icon-dark svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  
  .svg-icon.svg-logo-dark svg path {
    fill: #181C32 !important; }
  
  .svg-icon.svg-icon-dark-75 svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #3F4254 !important; }
  
  .svg-icon.svg-icon-dark-75 svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  
  .svg-icon.svg-logo-dark-75 svg path {
    fill: #3F4254 !important; }
  
  .svg-icon.svg-icon-dark-65 svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #5E6278 !important; }
  
  .svg-icon.svg-icon-dark-65 svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  
  .svg-icon.svg-logo-dark-65 svg path {
    fill: #5E6278 !important; }
  
  .svg-icon.svg-icon-dark-50 svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #7E8299 !important; }
  
  .svg-icon.svg-icon-dark-50 svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  
  .svg-icon.svg-logo-dark-50 svg path {
    fill: #7E8299 !important; }
  
  .svg-icon.svg-icon-dark-25 svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #D1D3E0 !important; }
  
  .svg-icon.svg-icon-dark-25 svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  
  .svg-icon.svg-logo-dark-25 svg path {
    fill: #D1D3E0 !important; }
  
  .svg-icon.svg-icon-muted svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #B5B5C3 !important; }
  
  .svg-icon.svg-icon-muted svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  
  .svg-icon.svg-logo-muted svg path {
    fill: #B5B5C3 !important; }
  
  .svg-icon.svg-icon-sm svg {
    height: 1.25rem !important;
    width: 1.25rem !important; }
  
  .svg-icon.svg-icon-md svg {
    height: 1.5rem !important;
    width: 1.5rem !important; }
  
  .svg-icon.svg-icon-lg svg {
    height: 1.75rem !important;
    width: 1.75rem !important; }
  
  .svg-icon.svg-icon-xl svg {
    height: 2rem !important;
    width: 2rem !important; }
  
  .svg-icon.svg-icon-xxl svg {
    height: 2.25rem !important;
    width: 2.25rem !important; }
  
  .svg-icon.svg-icon-1x svg {
    height: 1rem !important;
    width: 1rem !important; }
  
  .svg-icon.svg-icon-2x svg {
    height: 2rem !important;
    width: 2rem !important; }
  
  .svg-icon.svg-icon-3x svg {
    height: 3rem !important;
    width: 3rem !important; }
  
  .svg-icon.svg-icon-4x svg {
    height: 4rem !important;
    width: 4rem !important; }
  
  .svg-icon.svg-icon-5x svg {
    height: 5rem !important;
    width: 5rem !important; }
  
  .svg-icon.svg-icon-6x svg {
    height: 6rem !important;
    width: 6rem !important; }
  
  .svg-icon.svg-icon-7x svg {
    height: 7rem !important;
    width: 7rem !important; }
  
  .svg-icon.svg-icon-8x svg {
    height: 8rem !important;
    width: 8rem !important; }
  
  .svg-icon.svg-icon-9x svg {
    height: 9rem !important;
    width: 9rem !important; }
  
  .svg-icon.svg-icon-10x svg {
    height: 10rem !important;
    width: 10rem !important; }
  
  .svg-icon.svg-icon-full svg {
    height: 100% !important;
    width: 100% !important; }
  
  @media (min-width: 576px) {
    .svg-icon.svg-icon-sm-sm svg {
      height: 1.25rem !important;
      width: 1.25rem !important; }
    .svg-icon.svg-icon-sm-md svg {
      height: 1.5rem !important;
      width: 1.5rem !important; }
    .svg-icon.svg-icon-sm-lg svg {
      height: 1.75rem !important;
      width: 1.75rem !important; }
    .svg-icon.svg-icon-sm-xl svg {
      height: 2rem !important;
      width: 2rem !important; }
    .svg-icon.svg-icon-sm-xxl svg {
      height: 2.25rem !important;
      width: 2.25rem !important; }
    .svg-icon.svg-icon-sm-1x svg {
      height: 1rem !important;
      width: 1rem !important; }
    .svg-icon.svg-icon-sm-2x svg {
      height: 2rem !important;
      width: 2rem !important; }
    .svg-icon.svg-icon-sm-3x svg {
      height: 3rem !important;
      width: 3rem !important; }
    .svg-icon.svg-icon-sm-4x svg {
      height: 4rem !important;
      width: 4rem !important; }
    .svg-icon.svg-icon-sm-5x svg {
      height: 5rem !important;
      width: 5rem !important; }
    .svg-icon.svg-icon-sm-6x svg {
      height: 6rem !important;
      width: 6rem !important; }
    .svg-icon.svg-icon-sm-7x svg {
      height: 7rem !important;
      width: 7rem !important; }
    .svg-icon.svg-icon-sm-8x svg {
      height: 8rem !important;
      width: 8rem !important; }
    .svg-icon.svg-icon-sm-9x svg {
      height: 9rem !important;
      width: 9rem !important; }
    .svg-icon.svg-icon-sm-10x svg {
      height: 10rem !important;
      width: 10rem !important; }
    .svg-icon.svg-icon-sm-full svg {
      height: 100% !important;
      width: 100% !important; } }
  
  @media (min-width: 768px) {
    .svg-icon.svg-icon-md-sm svg {
      height: 1.25rem !important;
      width: 1.25rem !important; }
    .svg-icon.svg-icon-md-md svg {
      height: 1.5rem !important;
      width: 1.5rem !important; }
    .svg-icon.svg-icon-md-lg svg {
      height: 1.75rem !important;
      width: 1.75rem !important; }
    .svg-icon.svg-icon-md-xl svg {
      height: 2rem !important;
      width: 2rem !important; }
    .svg-icon.svg-icon-md-xxl svg {
      height: 2.25rem !important;
      width: 2.25rem !important; }
    .svg-icon.svg-icon-md-1x svg {
      height: 1rem !important;
      width: 1rem !important; }
    .svg-icon.svg-icon-md-2x svg {
      height: 2rem !important;
      width: 2rem !important; }
    .svg-icon.svg-icon-md-3x svg {
      height: 3rem !important;
      width: 3rem !important; }
    .svg-icon.svg-icon-md-4x svg {
      height: 4rem !important;
      width: 4rem !important; }
    .svg-icon.svg-icon-md-5x svg {
      height: 5rem !important;
      width: 5rem !important; }
    .svg-icon.svg-icon-md-6x svg {
      height: 6rem !important;
      width: 6rem !important; }
    .svg-icon.svg-icon-md-7x svg {
      height: 7rem !important;
      width: 7rem !important; }
    .svg-icon.svg-icon-md-8x svg {
      height: 8rem !important;
      width: 8rem !important; }
    .svg-icon.svg-icon-md-9x svg {
      height: 9rem !important;
      width: 9rem !important; }
    .svg-icon.svg-icon-md-10x svg {
      height: 10rem !important;
      width: 10rem !important; }
    .svg-icon.svg-icon-md-full svg {
      height: 100% !important;
      width: 100% !important; } }
  
  @media (min-width: 992px) {
    .svg-icon.svg-icon-lg-sm svg {
      height: 1.25rem !important;
      width: 1.25rem !important; }
    .svg-icon.svg-icon-lg-md svg {
      height: 1.5rem !important;
      width: 1.5rem !important; }
    .svg-icon.svg-icon-lg-lg svg {
      height: 1.75rem !important;
      width: 1.75rem !important; }
    .svg-icon.svg-icon-lg-xl svg {
      height: 2rem !important;
      width: 2rem !important; }
    .svg-icon.svg-icon-lg-xxl svg {
      height: 2.25rem !important;
      width: 2.25rem !important; }
    .svg-icon.svg-icon-lg-1x svg {
      height: 1rem !important;
      width: 1rem !important; }
    .svg-icon.svg-icon-lg-2x svg {
      height: 2rem !important;
      width: 2rem !important; }
    .svg-icon.svg-icon-lg-3x svg {
      height: 3rem !important;
      width: 3rem !important; }
    .svg-icon.svg-icon-lg-4x svg {
      height: 4rem !important;
      width: 4rem !important; }
    .svg-icon.svg-icon-lg-5x svg {
      height: 5rem !important;
      width: 5rem !important; }
    .svg-icon.svg-icon-lg-6x svg {
      height: 6rem !important;
      width: 6rem !important; }
    .svg-icon.svg-icon-lg-7x svg {
      height: 7rem !important;
      width: 7rem !important; }
    .svg-icon.svg-icon-lg-8x svg {
      height: 8rem !important;
      width: 8rem !important; }
    .svg-icon.svg-icon-lg-9x svg {
      height: 9rem !important;
      width: 9rem !important; }
    .svg-icon.svg-icon-lg-10x svg {
      height: 10rem !important;
      width: 10rem !important; }
    .svg-icon.svg-icon-lg-full svg {
      height: 100% !important;
      width: 100% !important; } }
  
  @media (min-width: 1200px) {
    .svg-icon.svg-icon-xl-sm svg {
      height: 1.25rem !important;
      width: 1.25rem !important; }
    .svg-icon.svg-icon-xl-md svg {
      height: 1.5rem !important;
      width: 1.5rem !important; }
    .svg-icon.svg-icon-xl-lg svg {
      height: 1.75rem !important;
      width: 1.75rem !important; }
    .svg-icon.svg-icon-xl-xl svg {
      height: 2rem !important;
      width: 2rem !important; }
    .svg-icon.svg-icon-xl-xxl svg {
      height: 2.25rem !important;
      width: 2.25rem !important; }
    .svg-icon.svg-icon-xl-1x svg {
      height: 1rem !important;
      width: 1rem !important; }
    .svg-icon.svg-icon-xl-2x svg {
      height: 2rem !important;
      width: 2rem !important; }
    .svg-icon.svg-icon-xl-3x svg {
      height: 3rem !important;
      width: 3rem !important; }
    .svg-icon.svg-icon-xl-4x svg {
      height: 4rem !important;
      width: 4rem !important; }
    .svg-icon.svg-icon-xl-5x svg {
      height: 5rem !important;
      width: 5rem !important; }
    .svg-icon.svg-icon-xl-6x svg {
      height: 6rem !important;
      width: 6rem !important; }
    .svg-icon.svg-icon-xl-7x svg {
      height: 7rem !important;
      width: 7rem !important; }
    .svg-icon.svg-icon-xl-8x svg {
      height: 8rem !important;
      width: 8rem !important; }
    .svg-icon.svg-icon-xl-9x svg {
      height: 9rem !important;
      width: 9rem !important; }
    .svg-icon.svg-icon-xl-10x svg {
      height: 10rem !important;
      width: 10rem !important; }
    .svg-icon.svg-icon-xl-full svg {
      height: 100% !important;
      width: 100% !important; } }
  
  @media (min-width: 1400px) {
    .svg-icon.svg-icon-xxl-sm svg {
      height: 1.25rem !important;
      width: 1.25rem !important; }
    .svg-icon.svg-icon-xxl-md svg {
      height: 1.5rem !important;
      width: 1.5rem !important; }
    .svg-icon.svg-icon-xxl-lg svg {
      height: 1.75rem !important;
      width: 1.75rem !important; }
    .svg-icon.svg-icon-xxl-xl svg {
      height: 2rem !important;
      width: 2rem !important; }
    .svg-icon.svg-icon-xxl-xxl svg {
      height: 2.25rem !important;
      width: 2.25rem !important; }
    .svg-icon.svg-icon-xxl-1x svg {
      height: 1rem !important;
      width: 1rem !important; }
    .svg-icon.svg-icon-xxl-2x svg {
      height: 2rem !important;
      width: 2rem !important; }
    .svg-icon.svg-icon-xxl-3x svg {
      height: 3rem !important;
      width: 3rem !important; }
    .svg-icon.svg-icon-xxl-4x svg {
      height: 4rem !important;
      width: 4rem !important; }
    .svg-icon.svg-icon-xxl-5x svg {
      height: 5rem !important;
      width: 5rem !important; }
    .svg-icon.svg-icon-xxl-6x svg {
      height: 6rem !important;
      width: 6rem !important; }
    .svg-icon.svg-icon-xxl-7x svg {
      height: 7rem !important;
      width: 7rem !important; }
    .svg-icon.svg-icon-xxl-8x svg {
      height: 8rem !important;
      width: 8rem !important; }
    .svg-icon.svg-icon-xxl-9x svg {
      height: 9rem !important;
      width: 9rem !important; }
    .svg-icon.svg-icon-xxl-10x svg {
      height: 10rem !important;
      width: 10rem !important; }
    .svg-icon.svg-icon-xxl-full svg {
      height: 100% !important;
      width: 100% !important; } }
  
  .svg-icon.svg-icon-flip svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  
  .svg.svg-fill-white {
    fill: #ffffff !important; }
  
  .svg.svg-fill-light-white {
    fill: #ffffff !important; }
  
  .svg.svg-fill-primary {
    fill: #3699FF !important; }
  
  .svg.svg-fill-light-primary {
    fill: #E1F0FF !important; }
  
  .svg.svg-fill-secondary {
    fill: #181C32 !important; }
  
  .svg.svg-fill-light-secondary {
    fill: #EBEDF3 !important; }
  
  .svg.svg-fill-success {
    fill: #1BC5BD !important; }
  
  .svg.svg-fill-light-success {
    fill: #C9F7F5 !important; }
  
  .svg.svg-fill-info {
    fill: #3699FF !important; }
  
  .svg.svg-fill-light-info {
    fill: #E1F0FF !important; }
  
  .svg.svg-fill-warning {
    fill: #FFA800 !important; }
  
  .svg.svg-fill-light-warning {
    fill: #FFF4DE !important; }
  
  .svg.svg-fill-danger {
    fill: #F64E60 !important; }
  
  .svg.svg-fill-light-danger {
    fill: #FFE2E5 !important; }
  
  .svg.svg-fill-light {
    fill: #F3F6F9 !important; }
  
  .svg.svg-fill-light-light {
    fill: #F3F6F9 !important; }
  
  .svg.svg-fill-dark {
    fill: #181C32 !important; }
  
  .svg.svg-fill-light-dark {
    fill: #D1D3E0 !important; }
  
  .svg.svg-fill-dark-75 {
    fill: #3F4254 !important; }
  
  
  .svg.svg-fill-dark-65 {
    fill: #5E6278 !important; }

  
  .svg.svg-fill-dark-50 {
    fill: #7E8299 !important; }
    
  .svg.svg-fill-dark-25 {
    fill: #D1D3E0 !important; }
  
  
  .svg.svg-fill-muted {
    fill: #B5B5C3 !important; }
  
.invalid-field {
    border-color: #e3342f !important;
}
.invalid-response {
    /* display: none; */
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e3342f !important;
}
.profile-logo {
    width:200px;
    height:200px;
}
.mtr-10 {
    margin-top: 10%;
    margin-right: 10%;
}
.mtr-15 {
    margin-top: 15%;
    margin-right: 7%;
}
@media (min-width:1025px)
{
    .mt-minus-60 {
        margin-top: -60px;
    }
}
.margin-zero{
    margin: 0px !important;
}

.loading,.bk_loading{
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
}

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: fa-spin 2s linear infinite;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;   
}


.map-box{
    margin:0px;
    padding: 3px;
}
.map-box ul{
    list-style: none;
    margin: 0px;
    padding: 1px;
}
.map-box li{
    padding: 5px;
    border-bottom: 1px solid;
    font-size: 15px;
}
.map-box li:hover{
    background: gray;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
    font-size: 1.25em;
    font-weight: 500;
    font-family: sans-serif;
    margin-top: 1%;
    color: blue;
    background-color: #E0E0E0;
    display: inline-block;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #D8D8D8;
}
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

/* ================ LG Custom Modal ================ */
.bk-modal-lg {
    padding: 0 !important;
}
.bk-modal-lg .modal-dialog {
    min-width: 100%;
    margin: 0;
    height: 100%;
}
.bk-modal-lg .modal-dialog .modal-content {
    border-radius: 0;
    min-height: 100%;
}
body.bk-modal-open{overflow: hidden !important;padding: 0 !important;}
.bk-modal-lg .kt-form__actions{
    margin-top: 15px;
}
span.show_waiting_comer{
    cursor: pointer;
    padding: 0px 5px;
    font-size: 20px;
}
span.show_waiting_comer:hover{
    background: #f5efef;
}
table.new_commer_approval_table tr td {
    padding: 12px;
}
ul.list-group.list-group-horizontal li {
    cursor: pointer;
}
input[type="radio"] {
    cursor: pointer;
}
input[type="radio"] h6{
    cursor: pointer;
}

.split__object-container{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.route_data{display: grid;}

td.details-control {
    background: url('../../../../details_open.png') no-repeat center center !important; 
    cursor: pointer;
}
tr.shown td.details-control,
tr.parent td.details-control {
    background: url('../../../../details_close.png') no-repeat center center !important;
}
.tr-remove:hover {
    color: #fd1361;
}
.tr-remove {
    color: #bd0744;
    cursor: pointer;
}
.tr-edit {
    color: #3758ff;
    cursor: pointer;
    padding-right: 4px;
}
.tr-edit:hover {
    color: #1e3296;
}
.tr-shift {
  color: #ffb822;
  cursor: pointer;
  padding-right: 4px;
}
.tr-shift:hover {
  color: #dbaa42;
}
/* Auto generated custom width 1%-100% */
.table__cell--bk_width-1{width:1%}.table__cell--bk_width-2{width:2%}.table__cell--bk_width-3{width:3%}.table__cell--bk_width-4{width:4%}.table__cell--bk_width-5{width:5%}.table__cell--bk_width-6{width:6%}.table__cell--bk_width-7{width:7%}.table__cell--bk_width-8{width:8%}.table__cell--bk_width-9{width:9%}.table__cell--bk_width-10{width:10%}.table__cell--bk_width-11{width:11%}.table__cell--bk_width-12{width:12%}.table__cell--bk_width-13{width:13%}.table__cell--bk_width-14{width:14%}.table__cell--bk_width-15{width:15%}.table__cell--bk_width-16{width:16%}.table__cell--bk_width-17{width:17%}.table__cell--bk_width-18{width:18%}.table__cell--bk_width-19{width:19%}.table__cell--bk_width-20{width:20%}.table__cell--bk_width-21{width:21%}.table__cell--bk_width-22{width:22%}.table__cell--bk_width-23{width:23%}.table__cell--bk_width-24{width:24%}.table__cell--bk_width-25{width:25%}.table__cell--bk_width-26{width:26%}.table__cell--bk_width-27{width:27%}.table__cell--bk_width-28{width:28%}.table__cell--bk_width-29{width:29%}.table__cell--bk_width-30{width:30%}.table__cell--bk_width-31{width:31%}.table__cell--bk_width-32{width:32%}.table__cell--bk_width-33{width:33%}.table__cell--bk_width-34{width:34%}.table__cell--bk_width-35{width:35%}.table__cell--bk_width-36{width:36%}.table__cell--bk_width-37{width:37%}.table__cell--bk_width-38{width:38%}.table__cell--bk_width-39{width:39%}.table__cell--bk_width-40{width:40%}.table__cell--bk_width-41{width:41%}.table__cell--bk_width-42{width:42%}.table__cell--bk_width-43{width:43%}.table__cell--bk_width-44{width:44%}.table__cell--bk_width-45{width:45%}.table__cell--bk_width-46{width:46%}.table__cell--bk_width-47{width:47%}.table__cell--bk_width-48{width:48%}.table__cell--bk_width-49{width:49%}.table__cell--bk_width-50{width:50%}.table__cell--bk_width-51{width:51%}.table__cell--bk_width-52{width:52%}.table__cell--bk_width-53{width:53%}.table__cell--bk_width-54{width:54%}.table__cell--bk_width-55{width:55%}.table__cell--bk_width-56{width:56%}.table__cell--bk_width-57{width:57%}.table__cell--bk_width-58{width:58%}.table__cell--bk_width-59{width:59%}.table__cell--bk_width-60{width:60%}.table__cell--bk_width-61{width:61%}.table__cell--bk_width-62{width:62%}.table__cell--bk_width-63{width:63%}.table__cell--bk_width-64{width:64%}.table__cell--bk_width-65{width:65%}.table__cell--bk_width-66{width:66%}.table__cell--bk_width-67{width:67%}.table__cell--bk_width-68{width:68%}.table__cell--bk_width-69{width:69%}.table__cell--bk_width-70{width:70%}.table__cell--bk_width-71{width:71%}.table__cell--bk_width-72{width:72%}.table__cell--bk_width-73{width:73%}.table__cell--bk_width-74{width:74%}.table__cell--bk_width-75{width:75%}.table__cell--bk_width-76{width:76%}.table__cell--bk_width-77{width:77%}.table__cell--bk_width-78{width:78%}.table__cell--bk_width-79{width:79%}.table__cell--bk_width-80{width:80%}.table__cell--bk_width-81{width:81%}.table__cell--bk_width-82{width:82%}.table__cell--bk_width-83{width:83%}.table__cell--bk_width-84{width:84%}.table__cell--bk_width-85{width:85%}.table__cell--bk_width-86{width:86%}.table__cell--bk_width-87{width:87%}.table__cell--bk_width-88{width:88%}.table__cell--bk_width-89{width:89%}.table__cell--bk_width-90{width:90%}.table__cell--bk_width-91{width:91%}.table__cell--bk_width-92{width:92%}.table__cell--bk_width-93{width:93%}.table__cell--bk_width-94{width:94%}.table__cell--bk_width-95{width:95%}.table__cell--bk_width-96{width:96%}.table__cell--bk_width-97{width:97%}.table__cell--bk_width-98{width:98%}.table__cell--bk_width-99{width:99%}.table__cell--bk_width-100{width:100%}
.custom_approval_comer_model table tr td {
    border: 1px solid #abaaaa !important;
}
.custom_approval_comer_model table tr th {
    border: 1px solid #abaaaa !important;
}
.btn_label--hover:hover{
    opacity: .7;
}
.btn_label--hover{
    cursor: pointer;
}
.employee_cash--container{
    line-height: 26px;
}
.employee_cash--container h3{
    font-size: 10px;
    margin: 0;
    font-weight: 400;
    width: 150px;
}
.employee_cash--container .employee_cash{
    font-size: 25px;
    color: #08976d;
    font-weight: 500;
    letter-spacing: 1px;
}
[data-cash-selector] .select2-selection__rendered{
    padding: 0 10px !important;
    text-align: left !important;
}
[data-cash-selector] .select2-selection__arrow{
    right: 0.5rem !important;
}
.wrapper-loading{
    opacity: .5; 
    pointer-events: none; 
}