/* Navbar */
body {
  margin: 0;
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  
/*font-family: 'Sarabun', sans-serif;*/

  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4A4D5C;
  text-align: left;
  background-color: #f0f2f5;
}
 /*h1 ,h2, h3 ,h4, h5 ,h6 ,.h1,.h2,.h3{ font-family: 'Prompt', sans-serif; }*/
.iconDrobdown{background-color: #e4e6eb; width: 40px;height: 40px; border-radius: 50%; color: #303234;}
.content-wrapper {
  background: transparent;
}

/* Sidebar */
.sidebar {
  min-height: calc(100vh - 64px);
  background: #F0F2F5;
  font-weight: 400;

  padding: 0.6rem 1.25rem;
  width: 240px;
  z-index: 11;

  /*transition: width 0.15s ease, background 0.15s ease;
  -webkit-transition: width 0.15s ease, background 0.15s ease;
  -moz-transition: width 0.15s ease, background 0.15s ease;
  -ms-transition: width 0.15s ease, background 0.15s ease;*/

  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  border-right: 0px solid #cdd4e0;
}

.sidebar .nav {
  overflow: hidden;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-bottom: 60px;


}

.sidebar .nav .nav-item{  padding-top: 10px;  }

.sidebar .nav .nav-item .nav-link .menu-title {
  color: inherit;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
}

.sidebar .nav .nav-item .collapse {
  z-index: 999;
}

.sidebar .nav .nav-item .nav-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  height: 2.5rem;
   font-size: 2rem;
  padding: 0;
  color: #867F85;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  transition-property: color;
  -webkit-transition-property: color;
}

.sidebar .nav .nav-item .nav-link i {
  color: inherit;
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
  font-size: 1.25rem;
  line-height: 1;
  margin-right: .6rem;
  color: #6d6f72;
}
.sidebar .nav.sub-menu .nav-item .nav-link {
  color: red;
  padding: 0;
  height: 2rem;
  position: relative;
  font-size: 0.812rem;
  line-height: 1;
  border-top: 0;
}

.sidebar .nav.sub-menu .nav-item .nav-link:hover {
  color: #5A2C51;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
  color: #5A2C51;
   background: #5A2C51;
}
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link {
  margin: 0;
  padding: 10px;
  border-radius: 5px;
}
.sidebar .nav .nav-item.active > .nav-link {
  background: initial;
  position: relative;
  background-color: #e4e6e9;
}
.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link {
  background: #e4e6e9;
  color: #000;
}
.sidebar .nav .nav-item.active > .nav-link i,
.sidebar .nav .nav-item.active > .nav-link .menu-title,
.sidebar .nav .nav-item.active > .nav-link .menu-arrow {
  color: #5A2C51;

}

.sidebar .nav.sub-menu .nav-item .nav-link {
  padding: 0;
  height: 2.5rem;
  position: relative;
  line-height: 1;
  border-top: 0;
  font-size: 0.9rem;
  color: #741E89;
}

.sidebar .nav.sub-menu .nav-item .nav-link:hover {
  color: #5A2C51;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
  color: #5A2C51;
  background: transparent;
}

.sidebar .nav.sub-menu .nav-item:hover {
  background: transparent;
}

.menu_icon{ width: 35px; height: 35px;  border-radius: 100%; padding: 7px; margin-right: 10px; background-color: transparent;}
.menu_icon img{ width: 100%; margin-top: -36px; }

.navbar {

  border-bottom: 1px solid rgba(28, 39, 60, 0.1);
  background-color: white;
  box-shadow: 25px 0 30px rgba(28, 39, 60, 0.08);
}


.navbar .navbar-brand-wrapper {
  background: transparent;
  height: 64px;
  border-right: 0px solid #cdd4e0;
}

.navbar .navbar-menu-wrapper {
  background: transparent;
  /*color: white;*/
  box-shadow: 25px 0 30px rgba(28, 39, 60, 0);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  height: 64px;
}


.navbar .navbar-brand-wrapper .navbar-brand {
  display: inline-block;
  margin-right: 1rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e4e6eb;
  overflow: hidden;
}
.navbar .navbar-brand-wrapper .navbar-brand img {
  width: calc(240px - 140px);
  max-width: 120%;
  margin: auto;
  margin-left: -5px;
   margin-top: -5px;
  vertical-align: middle;
}


.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
    padding-top: 2.5rem;


  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #eaeaf1;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.card {border-radius: 8px;border: 1px solid #e4e6eb;   box-shadow: 2px 0px 5px rgba(28, 39, 60, 0.02); }
.table thead tr th {
  padding-top: .85rem;
  padding-bottom: .85rem;
  background-color: #f1f3f6;
}
.table.table-bordered thead tr th {
  padding-top: .85rem;
  padding-bottom: .85rem;
}
.table-bordered {
  border: 1px solid #e3e7ed;


}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e3e7ed;

}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 0px;
  width: 100%;
  background-color: #f1f3f6;
}
.input-group .form-control{
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  background-color: #F7F9FC;
  margin-bottom: 0;
  border: 1px solid #e3e7ed;
  /*border-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;*/
}
.form-control-{
  display: block;
  width: 100%;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e3e7ed;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-:focus {
    border: 1px solid #ACACAC;

}
.btn-outline-primary {
  color: #9A9A9A;
  border-color: #9A9A9A;
  border-radius: 5px;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-save {
  color: white;
  border-color: #000;
  background-color: #000;
  border-radius: 5px;
}

.btn-primary {
  color: white;
  border-color: #052F91;
  background-color: #052F91;
  border-radius: 5px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #052F91;
  border-color: #052F91;
}

.btn-primary.nav-pills {
  border-bottom: 0px solid #e3e7ed;
  padding-bottom: 1rem;
  font-weight: 500;
}
.nav-pills .nav-link {
  border-radius: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #052F91;
}


.modal .modal-dialog .modal-content {
  border-radius: 10px;
  background-color: white;

}
.card .card-title {

  font-weight: 400;
}
.card_Hightlight{ /*background-color: red; color: white; */  /*box-shadow: 10px 0 10px rgba(28, 39, 60, 0.2);*/
}
.thumb_nail{ width: 180px; background-color: red; }
.badge .badge-danger{background-color: red;}
.table td img{
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.btn-success,.btn-light{ border-radius: 5px; }
.btn-success{ background-color: #000; }
.nav-pills{border-bottom-width: 0px;}



table.dataTable tr.dtrg-group td{background-color: #F7F7F7;
    color: #000;}
table.dataTable tr.dtrg-group.dtrg-level-0 td{font-weight:bold;}
table.dataTable tr.dtrg-group.dtrg-level-1 td,table.dataTable tr.dtrg-group.dtrg-level-2 td{background-color:#f0f0f0;padding-top:0.25em;padding-bottom:0.25em;padding-left:2em;}
table.dataTable tr.dtrg-group.dtrg-level-2 td{background-color:red;}
table.dataTable tr.dtrg-end td {
    text-align: right;
    font-weight: bold;
    background-color: white;
    color: #000;
}

.pagination .page-item.active .page-link, .jsgrid .jsgrid-pager .page-item.active .page-link, .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button .page-link, .jsgrid .jsgrid-pager .active.jsgrid-pager-page .page-link, .pagination .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .page-item.active .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item.active a, .jsgrid .jsgrid-pager .active.jsgrid-pager-nav-button a,
.pagination .page-item.active .jsgrid .jsgrid-pager .jsgrid-pager-page a,
.jsgrid .jsgrid-pager .page-item.active .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item.active a,
.jsgrid .jsgrid-pager .active.jsgrid-pager-page a, .pagination .page-item:hover .page-link, .jsgrid .jsgrid-pager .page-item:hover .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page:hover .page-link, .pagination .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .page-item:hover .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item:hover a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:hover a,
.pagination .page-item:hover .jsgrid .jsgrid-pager .jsgrid-pager-page a,
.jsgrid .jsgrid-pager .page-item:hover .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item:hover a,
.jsgrid .jsgrid-pager .jsgrid-pager-page:hover a, .pagination .page-item:focus .page-link, .jsgrid .jsgrid-pager .page-item:focus .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:focus .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page:focus .page-link, .pagination .page-item:focus .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .page-item:focus .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item:focus a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:focus a,
.pagination .page-item:focus .jsgrid .jsgrid-pager .jsgrid-pager-page a,
.jsgrid .jsgrid-pager .page-item:focus .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item:focus a,
.jsgrid .jsgrid-pager .jsgrid-pager-page:focus a, .pagination .page-item:active .page-link, .jsgrid .jsgrid-pager .page-item:active .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:active .page-link, .jsgrid .jsgrid-pager .jsgrid-pager-page:active .page-link, .pagination .page-item:active .jsgrid .jsgrid-pager .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .page-item:active .jsgrid-pager-nav-button a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button .page-item:active a, .jsgrid .jsgrid-pager .jsgrid-pager-nav-button:active a,
.pagination .page-item:active .jsgrid .jsgrid-pager .jsgrid-pager-page a,
.jsgrid .jsgrid-pager .page-item:active .jsgrid-pager-page a, .jsgrid .jsgrid-pager .jsgrid-pager-page .page-item:active a,
.jsgrid .jsgrid-pager .jsgrid-pager-page:active a {
  background: #5A2C51;
  border-color: #5A2C51;
  color: #ffffff;
}
.dt-edit{ cursor: pointer;}
.text-danger {
  color: red !important;
}
.badge-danger {
  color: #fff;
  background-color: red;
}
.img-responsive{  background-repeat: no-repeat;
  background-size: contain, cover;background-color: #F0F2F5; border-radius: 8px; width: 100%; height: auto; }

.thumb{width: 80px; height: 80px; border-radius: 8px; background-color: red;}
.thumb img{width: 100%;}

.table td .img-responsive{  background-repeat: no-repeat;
  background-size: contain, cover;background-color: #F0F2F5; border-radius: 8px; }
.table td .thumbnail{
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #F0F2F5;
}
.table td .thumbnail img{
   position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.thumbnail {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #F0F2F5;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}
.container_timeline {
   width: 98%;
   padding: 0px 0;
   margin: 0px auto;
   position: relative;
   overflow: hidden;
}

.container_timeline:before {
   content: '';
   position: absolute;
   top: 10px;
   left: 50%;
   margin-left: -1px;
   width: 2px;
   height: 60%;
   background: #CCD1D9;
   z-index: 1;
}
.timeline-block {
   width: -webkit-calc(50% + 8px);
   width: -moz-calc(50% + 8px);
   width: calc(50% + 8px);
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   justify-content: space-between;
   clear: both;


}

.timeline-block-right {
   float: right;
}

.timeline-block-left {
   float: left;
   direction: rtl
}

.marker {
   width: 30px;
   height: 30px;
   border-radius: 50%;
   border: 1px solid #F5F7FA;
   background: #b8b8b8;
   margin-top: 0px;
   z-index: 9999;
  text-align:center;
  position: relative;
  left:4px;
}

.marker.active{
  width: 37px;
  height: 37px;
  background:#5bd040;
  left: 0px;
}
.timeline-content {
   width: 95%;
   padding: 0 0px;
   margin-top: 5px;
  
}
.timeline-block i{ color: white; font-size: 1.2rem; margin-top: 7.5px; }
i.fa.fa-check{
  display:none;
}
i.fa.fa-check.active {
 display:block !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 50%;
  color:#fff;
}

.timeline-content h3 {
   margin-top: 8px;
   margin-bottom: 5px;
   font-size: 20px;
   font-weight: 500
}

.timeline-content span {
  
  
}

.timeline-content p {
  
  
}

   .container_timeline:before {
      left: 19px;
      width: 2px;
   }
   .timeline-block {
      width: 100%;
      margin-bottom: 0px;
   }
   .timeline-block-right {
      float: none;
   }

   .timeline-block-left {
      float: none;
      direction: ltr;
   }


.img-thumbmail{width: 50px; height: 50px; border-radius: 5px;}
.img-thumbmail img{ width: 100%; height: auto; border-radius: 5px;}

.table td .thumb_banner{
 width: 400px ;
}
.table td .thumb_banner img{
 width: 100%; height: auto;border-radius: 5px;
}

.table th, .table td {
  vertical-align: top;
  line-height: 1.462;
  white-space: normal;
}

.table tbody{
  
  vertical-align: text-top;
}

.new-row{ background-color: #F0F2F5; text-align: center;cursor: pointer; color: #4A4D5C;  }
.new-row:hover{ background-color: #4A4D5C; text-align: center;cursor: pointer; color: white;  }

.timeline_addon {
  background: #f5f7f9;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  margin-top: 30px;
  padding: 0 15px;
}
.timeline_addon header,
.timeline_addon footer {
  padding: 10px 0;
}
.timeline_addon .form-group {
  margin-bottom: 0;
}
.timeline_addon .event.group {
  background: #fff;
  border-top: 2px dashed #d7d7d7;
  border-bottom: 2px dashed #d7d7d7;
  margin-bottom: 5px;
  padding: 10px 0;
}
.timeline_addon .event.group ul > li {
  margin-bottom: 11px;
}
.timeline_addon .handle {
  text-align: center;
  cursor: move;
}
.timeline_addon .handle .fa {
  display: block;
}
.timeline_addon .handle .fa-sort-asc,
.timeline_addon .handle .fa-sort-desc {
  color: #000;
}
.gu-mirror {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 6px 12px 3px rgba(0, 0, 0, 0.25);
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
}
.gu-mirror .handle i {
  display: block;
  text-align: center;
}
.gu-hide {
  display: none !important;
}
.gu-mirror {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.section-btn {
  border: 2px dashed #d7d7d7;
  margin: 15px 0;
  padding: 15px;
}

.dashboardcode-bsmultiselect ul.form-control {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  min-height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
  list-style-type: none;

}
.dashboardcode-bsmultiselect ul.form-control input {
  height: auto;
  padding: 0;
  margin: 0;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
  outline: none;
  box-shadow: none;

}
.dashboardcode-bsmultiselect ul.form-control.disabled {
  background-color: #e9ecef;
}
.dashboardcode-bsmultiselect ul.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.dashboardcode-bsmultiselect ul.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.dashboardcode-bsmultiselect ul.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.dashboardcode-bsmultiselect ul.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.dashboardcode-bsmultiselect ul.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.dashboardcode-bsmultiselect ul.form-control > li.badge {
  padding-left: 0;
  line-height: 1.2em;
  font-size: .9rem;
 
  padding: .2rem;
  padding-right: .5rem;
  margin: .2rem;
}
.dashboardcode-bsmultiselect ul.form-control > li.badge button.close {
  float: none;
  font-size: 1.2em;
  line-height: 0.9em;
  margin-left: .3rem;
  opacity: .5;
}
.dashboardcode-bsmultiselect ul.form-control > li.badge span.disabled {
  opacity: 0.65;
}
.dashboardcode-bsmultiselect ul.form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.dashboardcode-bsmultiselect ul.form-control.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
.dashboardcode-bsmultiselect ul.form-control.form-control-sm input {
  font-size: 0.875rem;
  color: red;
}
.dashboardcode-bsmultiselect ul.form-control.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.dashboardcode-bsmultiselect ul.form-control.form-control-lg input {
  font-size: 1.25rem;
}
.was-validated .dashboardcode-bsmultiselect ul.form-control:valid, .dashboardcode-bsmultiselect ul.form-control.is-valid {
  border-color: #28a745;
}
.was-validated .dashboardcode-bsmultiselect ul.form-control:valid.focus, .dashboardcode-bsmultiselect ul.form-control.is-valid.focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .dashboardcode-bsmultiselect ul.form-control:invalid, .dashboardcode-bsmultiselect ul.form-control.is-invalid {
  border-color: #dc3545;
}
.was-validated .dashboardcode-bsmultiselect ul.form-control:invalid.focus, .dashboardcode-bsmultiselect ul.form-control.is-invalid.focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.dashboardcode-bsmultiselect ul.dropdown-menu {
  list-style-type: none;
}
.dashboardcode-bsmultiselect ul.dropdown-menu > li {
  display: block;
  width: 100%;
  padding: 0 0.5rem;
  clear: both;

  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dashboardcode-bsmultiselect ul.dropdown-menu > li .custom-control {
  justify-content: flex-start;
}
.dashboardcode-bsmultiselect ul.dropdown-menu > li .custom-control-input.disabled ~ .custom-control-label {
  color: #6c757d;
}
.dashboardcode-bsmultiselect ul.dropdown-menu .hover {
  color: var(--primary);
  background-color: #f8f9fa;
}
.dashboardcode-bsmultiselect.input-group.input-group-sm ul.form-control {
  min-height: calc(1.5em + 0.5rem + 2px);
}
.dashboardcode-bsmultiselect.input-group.input-group-sm ul.form-control input {
  font-size: 0.875rem;
}
.dashboardcode-bsmultiselect.input-group.input-group-lg ul.form-control {
  min-height: calc(1.5em + 1rem + 2px);
}
.dashboardcode-bsmultiselect.input-group.input-group-lg ul.form-control input {
  font-size: 1.25rem;
}

.was-validated .dashboardcode-bsmultiselect ul.dropdown-menu > li .custom-control-input:valid:checked ~ .custom-control-label {
  color: #212529;
}

.was-validated .dashboardcode-bsmultiselect ul.dropdown-menu > li .custom-control-input:valid:not(:checked) ~ .custom-control-label {
  color: #212529;
}

.was-validated .dashboardcode-bsmultiselect ul.dropdown-menu > li.hover .custom-control-input:valid:checked ~ .custom-control-label {
  color: var(--primary);
}

.was-validated .dashboardcode-bsmultiselect ul.dropdown-menu > li.hover .custom-control-input:valid:not(:checked) ~ .custom-control-label {
  color: var(--primary);
}

.was-validated .dashboardcode-bsmultiselect ul.dropdown-menu > li .custom-control-input:valid:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.was-validated .dashboardcode-bsmultiselect ul.dropdown-menu > li .custom-control-input:valid:not(:checked) ~ .custom-control-label::before {
  border: #adb5bd solid 1px;
}
.dt-picture{ cursor: pointer; }
.dt-cradit{ cursor: pointer; }
.img_cover{ width: 100%; overflow: hidden; }
.img_cover img{ width: 100%; }
/*.table th a, .table td a{
  color: #1C273C;
  background-color: #F0F0F0;
  border-radius: 5px;
  padding: .2rem;
  line-height: 1.2rem;

}
.table th a:hover, .table td a:hover{
  color: white;
  background-color: #000;
  text-decoration: none;
}*/

/*.thumb_banner{ width: 400px ; }
.thumb_banner img{ width: 100%; height: auto;border-radius: 5px; }*/


/*table.dataTable tbody td.select-checkbox,
table.dataTable thead th.select-checkbox {
  position: relative;
}
table.dataTable tbody td.select-checkbox:before, 
table.dataTable tbody td.select-checkbox:after,
table.dataTable thead th.select-checkbox:before,
table.dataTable thead th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -16px;
  margin-left: -6px;
  background-color: red;
  border-radius: 50%;
  box-sizing: border-box;
}
table.dataTable tbody td.select-checkbox:before{
  margin-top: -11px;
  margin-left: -4px;

  border: 1px solid black;
  border-radius: 50%;
  background-color: white;
}*/
