.container{
  width:100% !important;
}
.row {
   margin-right: 0px !important; 
   margin-left:  0px !important; 
}
#table_data, #table_data table{
    width:100%;
  }
  #table_data table{
    margin-bottom: 3%;
  }
  
  #roleaccess #table_data table, #roleaccess .role-acc-btn{
    margin-bottom: 2%;
  }
  
  .pagination{
    width: 100%;
    margin: 0px 0px !important;
  }
  #pagination nav{
    /*width: 23%;
    margin: 0 auto;*/
  }
  #table_data .col-sm-9{
    width: 100%;
    max-width: 100%;
  }
  #table_data thead tr, 
  #his_table_data thead tr,
  #history_info_tbl thead tr{
    color: #a1a5b7;
    border-bottom: 1px dashed #eff2f5;
  }
  #table_data thead tr th,
  #his_table_data thead tr th,
  #history_info_tbl thead tr th{
    padding: 14px 17px 14px;
    letter-spacing: 1px;
    background: #EEF7FF;
    color: #4e4e4f;
    font-family: Inter;
    font-size: 13px;
    font-weight: 600;
    line-height: 16.94px;
    text-wrap: nowrap;
  }
  
  #table_data tbody tr td,
  #his_table_data tbody tr td,
  #history_info_tbl tbody tr td{
    /* border-bottom: 1px solid #EEEEEE; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 16px;
    padding-right: 0px;
    color: #1E1E2D;
    letter-spacing: 0.5px;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
  }
  #table_data thead tr th:first-child,
  #his_table_data thead tr th:first-child,
  #history_info_tbl thead tr th:first-child{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }
  #table_data thead tr th:last-child,
  #his_table_data thead tr th:last-child,
  #history_info_tbl thead tr th:last-child{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }
  #his_table_data tbody tr:last-of-type td,
  #table_data.dash_table tbody tr:last-of-type td,
  #history_info_tbl tbody tr:last-of-type td {
    border-bottom: 1px solid #fff !important;
    padding-bottom: 20px !important;
  }
  #table_data.dash_table thead tr th,
  #his_table_data.dash_table thead tr th,
  #history_info_tbl.dash_table thead tr th {
    padding: 16px;
    letter-spacing: 1px;
    background: #323BB4;
    color: #ffffff;
    font-family: Inter;
    font-size: 13px;
    font-weight: 600;
    line-height: 16.94px;
    text-wrap: nowrap;
  }
  #table_data.dash_table tbody tr td,
  #his_table_data.dash_table tbody tr td,
  #history_info_tbl.dash_table tbody tr td {
    border-bottom: 1px solid #EEEEEE;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .fa-submenu{
    display: none;
  }

  .fa-ellipsis-v{
    position: relative;
    color: #727272;
  }

  .fa-ellipsis-v:hover .fa-submenu{
    display: block;
    position: absolute;
    right: 2px;
    text-align: left;
    box-shadow: 0px 0px 30px 0px #aaa9ab;
    background-color: white;
    z-index: 1;
    padding: 2px 0px;
  }

  .fa-ellipsis-v .fa-submenu a{
    color: #525265;
    font-family: Inter, Helvetica, sans-serif !important;
    font-size: 13px;
    font-weight: 100;
    padding: 4px 35px 4px 6px;
    display: block;
    font-weight: 600;
  }
  .fa-ellipsis-v .fa-submenu a:hover{
    color: #bf4d07;
  }
  .col-lg-9, .col-xl-8, .col-md-4{
    padding-left: 0px;
  }
  #table_data .edit-icon.svg-icon-primary svg g [fill] {
  transition: fill 0.3s ease;
  fill: #47b021 ;
  }
  #table_data .delete-icon.svg-icon-primary svg g [fill] {
  transition: fill 0.3s ease;
  fill: red ;
  }
 .list-redspan .delete-icon {
  vertical-align: middle;
  }
 .list-redspan span {
  background-color: #ff000026;
  padding: 8px 5px 8px 5px !important;
  border-radius: 4px;
 }
 #table_data tbody td .btn.btn-icon{
  display: contents;
 }

  form .has-danger{
  border-color: red;
 }
 .short-list {
  padding: 13px 9px !important;
 }
 #limit{
  height: calc(1.5em + 1.3rem + 2px) !important;
 }
/* .view-head-flex .btn{
  padding: 0px 0px !important;
  border: none;
  position: relative;
} */
.view-head-flex .btn .span-text{
  visibility: hidden;
  width: fit-content;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px !important;
  position: absolute;
  z-index: 99;
  bottom: 140%;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  font-weight: 600;
}
.view-head-flex .btn:hover .span-text {
  visibility: visible;
  opacity: 1;
}
.view-head-flex .btn .span-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
}

.view-head-flex .btn.btn-edit-button .span-text{
  background-color: #22c3a2 !important;
}

.view-head-flex .btn.btn-edit-button .span-text::after{
  border-color: #22c3a2 transparent transparent transparent;
}

/* .view-head-flex .btn.btn-edit-button:hover span{
  background-color: #47b021 !important;
}

.view-head-flex .btn.btn-edit-button svg path{
  fill: #47b021;
} */

.view-head-flex .btn.btn-edit-button:hover svg path, .view-head-flex .btn.btn-pink-button:hover svg path,
.action-flex.view-head-flex .btn.btn-edit-button:hover .edit-icon svg g [fill]{
  fill: #fff;
}

.view-head-flex .btn.btn-delete-button .span-text{  
  background-color: #EE2D41;
}

.view-head-flex .btn.btn-delete-button .span-text::after{  
  border-color: #EE2D41 transparent transparent transparent;
}

.view-head-flex .btn.btn-delete-button svg path{
  fill: #EE2D41;
}

.view-head-flex .btn.btn-delete-button:hover svg path{
  fill: #fff;
}

@media only screen and (max-width: 1200px){
.footer-align{
  padding-right: 20px !important;
}
#kt_footer{
  margin-left: -22px;
}
.aside-minimize #kt_footer{
  margin-left: 0px;
}
}
