/* 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;
  /*background-color: white;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'kanit', sans-serif;
}

.iconDrobdown {
  background-color: #e4e6eb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #303234;
}

.content-wrapper {
  background: transparent;
}

.lotto-check__item {
  width: 100%;
  background-color: #F0F2F5;
  position: relative;
  float: left;
  text-align: center;
  padding: .2rem;
}

.lotto__number {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.2rem;
}

.text-primary,
.list-wrapper .completed .remove {
  color: #300665 !important;
}

.media .preview-img {
  width: 400px;
  background-color: red;
}

/* Sidebar */
.navbar .navbar-brand-wrapper {
  background: transparent;
  border-right: 0px solid white;
}

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

  padding: 0.6rem 1.25rem;
  width: 240px;
  z-index: 11;
  box-shadow: 2px 0px 5px rgba(28, 39, 60, 0.05);

  /*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 {

  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;





}

.navbar-toggler .mdi {
  color: white;
  background-color: red;
  border-radius: 8px;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: -20px;
}

.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;
  background-color: transparent;
}


.sidebar .nav:not(.sub-menu)>.nav-item>.nav-link {
  margin: 0;
  padding: 10px;
  border-radius: 5px;
}

.sidebar .nav .nav-item.active>.nav-link {

  position: relative;
  background-color: #C1272D;

}

.sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link {
  background-color: #C1272D;
  color: white;
}

.sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link i {
  background-color: #C1272D;
  color: white;
}



.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: white;
  background-color: 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 {


  background-color: white;
  box-shadow: none;
}




.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;
}




.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.05);
}

.table_new thead tr th {
  padding-top: .85rem;
  padding-bottom: .85rem;

}

.table tr {

  border: 0px solid #e3e7ed;




}


.table tr td .btn {
  height: 40px;
  min-width: 40px;

}

.table tr td {
  font-size: 0.9rem;

}

.table thead tr th {
  padding-top: .85rem;
  padding-bottom: .85rem;
  background-color: #f1f3f6;
  font-size: 0.8rem;
}

.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;

}

.font-primary {
  color: #C1272D;
}

.font-primary_2 {
  color: #C1272D;
}

.font-primary_3 {
  color: #C1272D;
}

.font-primary_4 {
  color: #C1272D;
}

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

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

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

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

.btn-primary.nav-pills {
  border-bottom: 0px solid #C1272D;
  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: #C1272D;
}


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

}

.card .card-title {
  font-weight: 400;
}


.thumb_nail {
  width: 180px;
  background-color: red;
}

.badge .badge-danger {
  background-color: red;
}

.badge {

  padding: 0.45em 0.8em;
  font-size: 85%;
  font-weight: 400;

}

.badge-small {
  border-radius: 3px;
  font-size: 11px;
  line-height: 1;
  padding: 0.187rem 0.4rem;
  font-weight: 500;
}

.badge-outline-primary {
  color: #808080;
  border: 1px solid #DDDDDD;
}

.table td img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.btn-success,
.btn-light {
  border-radius: 5px;
}

.btn-success {
  background-color: #1EB863;
}

.nav-pills {
  border-bottom-width: 0px;
}



table.dataTable tr.dtrg-group td {
  background-color: #F7F7F7;
  color: #1EB863;
}

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: #1EB863;
}

.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: #1EB863;
  border-color: #1EB863;
  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_lotto {
  position: relative;
  width: 250px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #F0F2F5;
}

.table td .thumbnail_lotto img {
  width: 100%;
  height: auto;
}

.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
}

.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;

}

input {
  height: auto;
  padding: 0;
  margin: 0;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
  outline: none;
  box-shadow: none;

}

input:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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%;
}

.bg-primary-2 {
  background-color: #1EB863;
}

.bg-purple-2 {
  background-color: #1EB863;
}


.checkbox-wrapper {
  display: inline-block;
  margin-right: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.checkbox-wrapper:hover .checkbox-inner {
  border-color: #108ee9;
}

.checkbox-wrapper input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox-wrapper input[type=checkbox]:checked+i {
  border-color: #108ee9;
  background-color: #108ee9;
}

.checkbox-wrapper input[type=checkbox]:checked+i:after {
  transform: rotate(45deg) scale(1);
}

.checkbox-wrapper .checkbox-btn {
  position: relative;
  margin-top: 2px;
}

.checkbox-wrapper .checkbox-inner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fff;
  transition: all 0.3s linear;
}

.checkbox-wrapper .checkbox-inner:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  display: block;
  width: 5px;
  height: 8px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #fff;
  transition-delay: 0.1s;
  transform: rotate(45deg) scale(0);
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.checkbox-wrapper .checkbox-txt {
  padding: 0 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/*.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: #1EB863;
  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;
}*/