@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700&display=swap');


body {
  overflow-x           : hidden;
  font-family: 'Poppins', sans-serif;
  background-color: #e4e4e4;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #36998c54;
}



.navbar-toggler {
  border: 0px !important;
}

.navbar-nav {
  margin-left: auto;
}

.navbar-toggler i {
  color: #3E9085;
}

.container-page {
  max-width       : 1200px;
  background-color: #fff;
  padding         : 0px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}


.area-content {
  position  : relative;
  min-height: calc(100vh - 65px);
}

.area-content .content {
  padding: 0px 10px 40px 10px;
  overflow-x           : hidden;
}


.nav-header {
  background-color: #ebebeb;
  color           : #3E9085;
  padding         : 0.2rem 1.2rem;
  position        : sticky;
  top             : 0;
  z-index         : 500;
  border-bottom   : 2px solid #3E9085;
  box-shadow: 0 .5rem .5rem rgba(255, 255, 255, 0.15)!important;
}

.navbar-brand img {
  height: 40px;
}

.navbar-brand span {
  color: #31867b;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}


@media (max-width: 580px) {
  .navbar-brand span {
    display: none;
  }
}

@media (max-width: 576px) {
  .navbar-brand img {
    height: 30px;
  }
}

.menu-header {
  padding: 11px 0px 0px 0px;
  height: 100%;
}
.menu-header li {
  display: inline;
  margin-left: 23px;
}

.menu-header li.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e77b00;
  display: block;
}

.menu-header li a {
  text-decoration: none;
  color: #3E9085;
}

.menu-header li a i {
  color: #3E9085;
  font-size: 18px;
  font-weight: 600;
  margin-right: 6px;
}


@media (max-width: 576px) {
  .menu-header li a i {
    font-size: 14px;
  }
}


.waktu {
  padding: 20px;
  background-color: #e77b00;
  border-radius: 0.8rem;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  box-shadow: 2px 2px 4px #20202069;
}

.waktu .jam {
  font-size: 32px;
  color: #1b7400;
  display: block;
  font-weight: bold;
}

.waktu .tgl {
  font-size: 16px;
  color: #1b7400;
  display: block;
  font-weight: bold;
}




.card {
  border       : 0px !important;
  border-radius: .6rem;
}

.card-header {
  padding         : 0.5rem 1rem;
  margin-bottom   : 0;
  background-color: transparent !important;
  border-bottom   : 1px solid rgba(0, 0, 0, .125);
  border-radius: 1rem;
}

.card-footer {
  padding         : 0.5rem 1rem;
  margin-bottom   : 0;
  background-color: transparent !important;
  border-top   : 1px solid rgba(0, 0, 0, .125);
}

.pagination-custom {
  display: block;
  text-align: center;
}
.pagination-custom ul {
  display: flex;
  width: 105px;
  height: 30px;
  margin: auto;
  text-align: center;
  background-color: #3E9085;
  border-radius: 12rem;
}
.pagination-custom ul li {
  margin: auto;
  color: #fff;
}

.pagination-custom ul li {
  /* background-color: #3E9085; */
  width: 35px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.pagination-custom ul li:hover {
  background-color: #3E9085;
}

.pagination-custom ul li i {
  font-weight: 600;
}

.pagination-custom ul li.disabled i {
  color: #9696968f;
}

.pagination-custom ul li.pagina-left {
  cursor: pointer;
  border-bottom-left-radius: 12rem;
  border-top-left-radius: 12rem;
}

.pagination-custom ul li.pagina-right {
  cursor: pointer;
  border-bottom-right-radius: 12rem;
  border-top-right-radius: 12rem;
}

.pagination-custom ul li.pagina-number {
  /* background-color: #3E9085; */
  min-width: fit-content;
  padding: 0px 3px;
  font-weight: 400;
}

@media (max-width: 576px) {
  .pagination-custom ul li i {
    font-size: 13px;
  }
  .pagination-custom ul li i.pagina-number {
    font-size: 12px;
  }
}



.list-table .search input {
  width        : calc(100% - 5px);
  border       : none;
  border-bottom: 1px solid #ccc9c9;
  padding      : 5px;
  font-size    : 14px;
}

.list-table .search input:focus {
  outline      : 0px;
  border-bottom: 1px solid #3E9085;
}

.list-table .search i {
  width      : 20px;
  margin-left: -30px;
}



.list-table ul {
  list-style: none;
  padding   : 0px;
}

.list-table ul li {
  border-bottom: 1px solid #ebebeb;
  padding      : 10px 2px;
  transition   : .35s;
}

.list-table ul li.active {
  color           : #3E9085;
  border-color    : #3E9085;
  background-color: #cacaca48;
  padding-left    : 15px;
  transition      : .35s;
}

.list-table ul li:hover {
  border-color    : #3E90857e;
  background-color: #cacaca15;
  padding-left    : 15px;
  transition      : .35s;
}

.list-table ul li .sub-title {
  display    : block;
  margin-left: 33px;
  color      : #636161;
  font-size  : 14px;
  cursor: pointer;
}

.list-table ul li .tgl {
  float    : right;
  font-size: 13px;
  color    : #8d8989;
}

.list-table ul li .option {
  float       : right;
  font-size   : 13px;
  margin-right: 15px;
}

.list-table ul li .option .dropdown a i {
  font-size: 13px;
  color    : #636161;
}

.list-table ul li .title {
  /* margin-left: 15px; */
  font-size  : 15px;
  font-weight: 600;
  display    : block;
  cursor: pointer;
}



.list-table ul li .nomor {
  float         : left;
  font-size     : 15px;
  font-weight   : 600;
  min-width     : 30px;
  /* display    : inline-block; */
}

@media (max-width: 576px) {

  .list-table ul li .nomor,
  .list-table ul li .title {
    font-size: 12px;
  }

  .list-table ul li .nomor {
    min-width: 20px;
  }

  .list-table ul li .tgl {
    font-size: 9px;
  }


  .list-table ul li .sub-title {
    margin-left: 22px;
    font-size  : 10px;
  }

}


.list-comment {
  background-color: #d4d3d391;
  padding: 10px;
  border-radius: 12px;
}

.list-comment .box {
  max-height: 600px;
  overflow: auto;
}


.list-comment ul {
  list-style: none;
  padding   : 0px;
}

.list-comment ul li {
  border-bottom: 1px solid #c0c0c0;
  padding      : 10px 2px;
  transition   : .35s;
}

.list-comment ul li.active {
  color           : #3E9085;
  border-color    : #3E9085;
  background-color: #cacaca48;
  padding-left    : 15px;
  transition      : .35s;
}

.list-comment ul li:hover {
  border-color    : #3E9085;
  background-color: #cacaca15;
  /* padding-left    : 15px;
  transition      : .35s; */
}


.list-comment ul li .sub-title {
  display    : block;
  margin-left: 46px;
  color      : #636161;
  font-size  : 14px;
  cursor: pointer;
}

.list-comment ul li .tgl {
  float    : right;
  font-size: 13px;
  color    : #8d8989;
}

.list-comment ul li .tgl a {
  text-decoration: none;
}
.list-comment ul li .tgl a i {
  color: #ff2a00;
  font-size: 15px;
  margin-left: 5px;
}

.list-comment ul li .title {
  margin-left: 46px;
  font-size  : 15px;
  font-weight: 600;
  display    : block;
  cursor: pointer;
}

.list-comment img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #3E9085;
  float: left;
  padding: 3px;
}

.list-comment .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  float: left;
  padding: 3px;
  background-color: #3E9085;
  text-align: center;
  line-height: 34px;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}





.modal .modal-body #kodeAkses {
  letter-spacing: 8px;
}

.modal-header {
  border-top-left-radius: .7rem;
  border-top-right-radius: .7rem;
  padding: 5px 15px 5px 15px;
  background-color: #3E9085;
  color: #fff;
}

.modal-header .modal-title {
  font-size: 18px;
}




.btnIconOption {
  padding      : 2px 15px;
  border-radius: 16px;
  border       : 1px solid #3E9085;
}

.btnIconOption i {
  font-size: 15px;
  color    : #3E9085;
}




.dropdown-menu {
  border    : none;
  margin-top: 15px;
  border-top: 3px solid #3E9085;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.61);
}

.dropdown-toggle::after {
  content: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color           : #ffffff;
  text-decoration : none;
  background-color: #3E9085;
}

.dropdown-item {
  font-size: 15px;
}

@media (max-width: 576px) {
  .dropdown-item {
    font-size: 12px;
  }
}



a {
  text-decoration: none;
}

ul {
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
}

.bg-custom {
  background-color: #3E9085;
}

.bg-custom-2 {
  background-color: #e77b00;
}

.bg-custom-3 {
  background-color: #e7d000;
}

.form-control {
  border-color: #3E9085;
  border-radius: 0.4rem;
}

.form-control:focus {
  border-color: #3E9085;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #3E908569;
}

#LoadingPage {
  margin   : 0;
  position : fixed;
  /* transform: translate(-50%, -50%); */
  z-index  : 99999;
  background-color: #63616185;
  width: 100vw;
  height: 100vh;
  text-align: center;
  padding-top: 40vh;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}


.btn-custom {
  color: #fff;
  background-color: #3E9085;
  border: 1px solid #ffffff;
}

.btn-custom:hover {
  color: #fff;
  background-color: #3E9085;
  border: 1px solid #ffffff;
}

.btn-custom:focus {
  color: #fff;
  background-color: #3E9085;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 0.2rem #3E908556;
}


.btn-outline-custom {
  color: #3E9085;
  background-color: #fff;
  border: 1px solid #3E9085;
}

.btn-outline-custom:hover {
  color: #fff;
  background-color: #3E9085;
  border: 1px solid #ffffff;
}

.btn-custom:focus {
  color: #fff;
  background-color: #3E9085;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 0.2rem #3E908556;
}

.badge-custom {
  color: #fff;
  background-color: #3E9085;
  border-radius: 10rem;
  padding-left: 10px;
  padding-right: 10px;
}


.menu-btn-page {
  display: flex;
}
.menu-btn-page li {
  width: 100%;
  text-align: center;
  border: 1px solid #3E9085;
  border-radius: 1rem;
  margin: 5px 10px;
  padding: 4px;
  display: block;
}
.menu-btn-page li:hover {
  background-color: #3E9085;
}
.menu-btn-page li.active {
  background-color: #3E9085;
}
.menu-btn-page li.active a{
  color: #fff;
}

.menu-btn-page li:hover a {
  color: #fff;
}

.menu-btn-page li a {
  color: #3E9085;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

@media (max-width: 576px) {
  .menu-btn-page li a {
    font-size: 12px;
  }
}




.text-custom {
  color: #3E9085;
}

.text-bold {
  font-weight: bold;
}

.text-bolder {
  font-weight: 600;
}

.text-9 {
  font-size: 9px;
}

.text-8 {
  font-size: 8px;
}

.text-10 {
  font-size: 10px;
}

.text-11 {
  font-size: 11px;
}

.text-12 {
  font-size: 12px;
}

.text-13 {
  font-size: 13px;
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}
.text-17 {
  font-size: 17px;
}
.text-18 {
  font-size: 18px;
}
.text-19 {
  font-size: 19px;
}
.text-20 {
  font-size: 20px;
}
.text-21 {
  font-size: 21px;
}
.text-22 {
  font-size: 22px;
}
.text-23 {
  font-size: 23px;
}
.text-24 {
  font-size: 24px;
}
.text-25 {
  font-size: 25px;
}
.text-26 {
  font-size: 26px;
}
.text-27 {
  font-size: 27px;
}
.text-28 {
  font-size: 28px;
}
.text-29 {
  font-size: 29px;
}
.text-30 {
  font-size: 30px;
}
.text-31 {
  font-size: 31px;
}
.text-32 {
  font-size: 32px;
}
.text-33 {
  font-size: 33px;
}
.text-34 {
  font-size: 34px;
}
.text-35 {
  font-size: 35px;
}
.text-36 {
  font-size: 36px;
}
.text-37 {
  font-size: 37px;
}
.text-38 {
  font-size: 38px;
}
.text-39 {
  font-size: 39px;
}
.text-40 {
  font-size: 40px;
}
.text-45 {
  font-size: 45px;
}
.text-50 {
  font-size: 50px;
}
.text-55 {
  font-size: 55px;
}
.text-60 {
  font-size: 60px;
}



.modal .modal-content {
  background-color: #fff;
  border: 2px solid #3E9085;
  border-radius: 0.8rem;
}

#areaDownloadQr {
  padding-bottom: 20px;
  border: 1px solid #3E9085;
  border-bottom: 4px solid #3E9085;
  margin-bottom: 20px;
}

#areaDownloadQr .qrEvent {
text-align: left;
}

#areaDownloadQr .qrEvent div {
  color: #3E9085;
}

#areaDownloadQr .qrEvent .qrWeding {
  font-size: 13px;
}

#areaDownloadQr .qrEvent .qrManten {
  font-size: 20px;
  font-weight: bolder;
}

#areaDownloadQr .qrEvent .qrTgl {
  font-size: 15px;
}

@media (max-width: 576px) {
  #areaDownloadQr .qrEvent .qrWeding {
    font-size: 11px;
  }

  #areaDownloadQr .qrEvent .qrManten {
    font-size: 15px;
  }

  #areaDownloadQr .qrEvent .qrTgl {
    font-size: 12px;
  }
}


#areaDownloadQr .qrTamu {
  text-align: left;
  margin-top: 20px;
  }

#areaDownloadQr .qrTamu div {
  color: #202020;
  font-size: 15px;
  }

#areaDownloadQr .qrTamu #qrTamuNama {
  font-size: 19px;
  font-weight: 600;
  }

#areaDownloadQr .qrTamu #qrTamuAlamat {
color: #0a0a0a;
font-size: 16px;
}




  @media (max-width: 576px) {
    #areaDownloadQr .qrTamu div {
    font-size: 12px;
    }

    
    #areaDownloadQr .qrTamu #qrTamuNama {
    font-size: 15px;
    }
    
    #areaDownloadQr .qrTamu #qrTamuAlamat {
    font-size: 13px;
    }
  }


  
#list-event {
  position  : relative;
  margin-top: 20px;
  padding   : 10px;
  border    : 1px dotted #dad9d9;
}

#list-event .title {
  display    : block;
  font-size  : 18px !important;
  font-weight: 700;
}

#list-event img {
  max-width    : 250px;
  border-radius: 0.7rem;
}

#list-event img:hover~span {
  opacity: 1;
}


#list-event .figura {
  position: relative;
}

#list-event .figura span {
  position        : absolute;
  left            : 110px;
  top             : 30%;
  background-color: #8e1902d8;
  color           : #fff;
  box-shadow      : 1px 1px 2px #fff;
  padding         : 3px 5px;
  border-radius   : 5px;
  opacity         : 0;
}

#list-event .figura span:hover {
  opacity: 1;
  cursor : pointer;
}

@media (max-width: 576px) {
  #list-event img {
    max-width: 100px;
  }

  #list-event .figura span {
    position : absolute;
    left     : 40px;
    top      : 30%;
    font-size: 12px;
  }

  #list-event span.title {
    font-size  : 13px !important;
    font-weight: 600;
  }

  #list-event .detail {
    top : 10px !important;
    left: 120px !important;
  }

  #list-event .detail span#user {
    font-size: 10px !important;
  }

  #list-event .detail span#user.link {
    font-size: 8px;
  }

  #list-event .boxBtn {
    right: 10px !important;
    top  : 10px !important;
  }
}

#list-event .detail {
  position: absolute;
  left    : 270px;
  top     : 20px;
}

#list-event .detail span#user {
  font-size: 14px;
  display  : block;
}

#list-event .detail span#user.link a {
  font-size: 10px;
  color    : #3E9085;
}

#list-event .boxBtn {
  position: absolute;
  right   : 20px;
  top     : 20px;
}

#list-event .boxBtn .dropdown-toggle i {
  color: #8E1A02;
}

.sweet-alert .btn-lg {
  padding: 0.3rem 1rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 1rem;
}

.sweet-alert h2 {
  font-size: 1.3rem;
}

.sweet-alert .lead {
  font-size: 0.9rem;
}

.prieview-welcome{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}

.prieview-welcome img {
  max-width: 100%;
  display: inline-block;
}

.prieview-welcome .textnya {
  z-index: 2;
}

.prieview-welcome .view-welcome {
  font-size: 30px;
}

.prieview-welcome .view-nama {
  font-size: 40px;
}

.prieview-welcome .view-alamat {
  font-size: 20px;
}


@media (max-width: 576px) {
  .prieview-welcome{
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .prieview-welcome .view-welcome {
    font-size: 20px;
  }
}


.box-count {
  display: block;
  background-color: #3E9085;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 1rem;
}

.box-count span {
  color: #fff;
  font-size: 16px;
}
.box-count .jml {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
}



@media (max-width: 576px) {
  .box-count span {
    font-size: 10px;
  }
  .box-count .jml {
    font-size: 20px;
  }
  .box-count {
    padding: 10px;
  }
}


.tidakKehadiran {
  display: none;
}


.id-card {
  width: 400px;
  position: relative;
  margin: auto;
}

.id-card img#card {
  width: 100%;
  display: block;
}
.id-card .box-qr {
 position: absolute;
top: 118px;
right: 18px;
}

.id-card .box-qr img#qr {
  width: 114px;
  height: 114px;
}

.id-card .box-name {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #000000;
  padding: 10px;
  text-align: left;
  width: 260px;
  /* background-color: #1b7400; */
}

.id-card .box-name span {
  display: block;
  font-size: 14px;
  font-weight: bolder;
  color: #ffffff;
  margin-top:-7px;
}


.id-card .box-name span#tgl {
  position: absolute;
  bottom: 10px;
  left: 150px;
  font-size: 14px;
}

.id-card .box-name span#nama {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0px;
}

.id-card .box-name span#kode {
  display: block;
  font-size: 19px;
  margin-top:15px;
}


.id-card p {
  font-size: 11px;
  margin-top: -45px;
  padding: 10px;
  color: #cfcfcf;
}



/* DATA TABLE */



.page-item.active .page-link {
  z-index         : 3;
  color           : #fff;
  background-color: #3E9085;
  border-color    : #3E9085;
}

.page-link {
  color: #3E9085;
}

.page-link:focus {
  box-shadow: 0 0 0.2rem rgba(0, 80, 100, 0.507)
}

.page-link:hover {
  color: #3E9085;
}

table {
  font-size: 14px;
}


table.dataTable {
  clear          : both;
  margin-top     : 6px !important;
  margin-bottom  : 6px !important;
  max-width      : none !important;
  border-collapse: separate !important;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing        : content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align : left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width  : 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align : left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display    : inline-block;
  width      : auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
  font-size  : 14px;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin     : 0;
  white-space: nowrap;
  text-align : right;
  font-size  : 14px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin         : 2px 0;
  white-space    : nowrap;
  justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
  position   : absolute;
  top        : 50%;
  left       : 50%;
  width      : 200px;
  margin-left: -100px;
  margin-top : -26px;
  text-align : center;
  padding    : 1em 0;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
  padding-right: 30px;
}

table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor  : pointer;
  position: relative;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom  : 0.9em;
  display : block;
  opacity : 0.3;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right  : 1em;
  content: "\2191";
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right  : 0.5em;
  content: "\2193";
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top   : none;
  margin-top   : 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner {
  box-sizing: content-box;
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {

  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

table.dataTable.table-sm>thead>tr>th {
  padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top  : 5px;
  right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row {
  margin: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
  padding-left: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
  padding-right: 0;
}