/* Navbar */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');
body {


  margin: 0;
  font-family: "Noto Sans Thai", sans-serif;
  /*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: white;
  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: 1px solid #EAEAEA;
}
.font-th{ font-family: "Noto Sans Thai", sans-serif; }
.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: #D9391A;
  filter: invert(100%);
}
.sidebar .nav-item .nav-link:hover .menu_icon{

  filter: invert(100%);
  opacity: 1;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
  color: #D9391A;
   background: #D9391A;
}
.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: #FA132A;
}
.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link {
  background: #FA132A;
  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;
  

}


.sidebar .nav .nav-item.active > .nav-link .menu_icon {
  color: white;
  filter: invert(100%);
  opacity: 1;

  

}

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

.sidebar .nav.sub-menu .nav-item .nav-link.active {
  color: #1EB863;
  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: transparent; opacity: .7;}
.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;*/
 
  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: transparent;
  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: #DEDEDE;
  border-radius: 5px;
}
.btn-outline-primary:not(:disabled):not(.disabled).active{
  color: #9A9A9A ;
  border-color: #DEDEDE;
  background-color: #F4F4F4;

}

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

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

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

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


.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: #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{
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  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: 50%;
  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: 100%;
   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 #E82D2D;
   background: #E82D2D;
   margin-top: 0px;
   z-index: 99;
  text-align:center;
  position: relative;
  left:4px;
}

.marker.active{
  width: 37px;
  height: 37px;
  background:#E82D2D;
  left: 0px;
}
.timeline-content {
   width: 94%;
   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%; }

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

.btn-outline-secondary{  border: 1px solid white; color:gray; }
.btn-outline-secondary.active:not(:disabled):not(.disabled){  border: 1px solid white; }
/*.btn-outline-secondary.active:not(:disabled):not(.disabled) .text-danger{ color: white;  }
.btn-outline-secondary.active:not(:disabled):not(.disabled) .text-muted{ color: white;  }*/
 #map {
  height: 100%;
  width: 100%;
  border: 0px solid #000;
}

.map-area {
  position: relative;
}
#map-canvas {
  width: 100%;
  /*height: 600px;*/
  min-height: calc(100vh - 230px);
}

.popup_detail{position: relative;float: left; font-size: 1rem; width: 400px; min-height: 300px}
.popup_detail h3{ font-size:1.12rem; color:black; margin-bottom: 15px}

.popup_detail .profile{  border: 1px solid #D1D1D1; border-radius: 8px; padding: 10px; float:left; position:relative; width:100%; }
.popup_detail .profile .profile_img{ border-radius: 50%; width: 60px; height: 60px; overflow: hidden; margin-bottom: 0px; background-color:#F4F4F4; }
.popup_detail .profile .profile_img img{width: 100%; height: auto;}
.popup_detail .profile .profile_desc{width: 75%; position: relative; float: left;  }

.popup_detail .car_profile{background:blue; float:left; position:relative; width:100%;}

.dot {
  width: 20px;
  height: 25px;
  border-radius: 100%;
  display: block;
  position: absolute;
  z-index: 100;
  background: #f3f3f3;
  padding: 0;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.legend {
  width: auto;
  padding-top: 20px;
  background: white;
  margin-bottom: 10px;

}
.legend a {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  padding-left: 25px;
  padding-right: 25px;
  font-size: .9rem;
}

.dot {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.dot.green {
  background: #50b948;
}
.dot.orange {
  background: #fbae1f;
}
.dot.red {
  background: #ed1c28;
}
.dot.blue {
  background: #37b9e3;
}

.legend .dot {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 10px;
  height: 10px;
}
.legend .green {
  background: #50b948;
}
.legend .orange {
  background: #fbae1f;
}
.legend .red {
  background: #ed1c28;
}
.legend .blue {
  background: #37b9e3;
}
.legend .yellow {
  background: #eddc49;
}
.legend .purple {
  background: #a43d97;
}
.legend .dark-blue {
  background: #033d8c;
}
.legend .active,
.legend a:hover {
  background: #e6e6e6;
  border-radius: 8px;
}
.badge.badge-blue{ background:#2B4EC1; color:white; padding: 5px; padding-left:10px;padding-right:10px; }
.badge.badge-red{ background:#F8021C; color:white; padding: 5px; padding-left:10px;padding-right:10px;}
.badge.badge-green{ background:#28832C; color:white; padding: 5px; padding-left:10px;padding-right:10px;}
.badge.badge-gray{ background:#868686; color:white; padding: 5px; padding-left:10px;padding-right:10px;}
.badge.badge-orange{ background:#F89002; color:white; padding: 5px; padding-left:10px;padding-right:10px;}


.map-info {
  background: white;
  color: #f3f3f3;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.map-info h2 {
  margin: 0 auto; 
}
.locations {
  height: 98%;
  overflow-y: scroll;
  position: relative;
  
}


.loc {
  padding: 5px;
  margin-bottom: 5px;
  background: white;
  position: relative;
  border: 1px solid #D1D1D1;
  width: 100%;
  height: auto;
  border-radius: 8px;
  color: gray;
  float: left;
  text-align: left;
  font-size: .7rem;
}
.loc .profile_img{margin-left: 5px; width:50px; height:50px; border-radius:50%; overflow:hidden; position:relative; left:left; }
.loc .profile_img img{ width:100%; height:auto; }
.loc .proile_de{ padding-left: 10px; position:relative; float:left;  min-width: calc(100% - 80px); }

.loc h3 {
  margin: 0px 0;
  font-size: 1.2em;
  
}
.loc h2 {
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: bold;
  
}
.loc p {
  padding: 0;
  margin: -5px 0;
  font-size: 0.8em;
}
.loc a {
  color: #37b9e3;
  text-transform: uppercase;
  text-decoration: none;
}
.loc a:hover {
  font-style: italic;
  color: white;
}


.loc.directions {
  height: 255px;
}

.map-active,
.loc:hover {
  background: #FA132A;
  border: 1px solid #FA132A;
  color: white;
}

.map-active,
.loc:hover h2,h4,a {
  color: white;
}

.pulse {
  background: red;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: absolute;
  left: -10px;
  top: -10px;
  animation: pulsate 1s ease-out infinite;
  opacity: 0.7;
}

.pulse::after {
  content: '';
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  left: -10px;
  top: -10px;
  animation: pulsate 1s ease-out infinite;
  opacity: 0.3;
  background: red;
}

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}


