html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 15px;
}

.list-group-item {
  margin-bottom: -1px;
  /*padding: 10px 15px;*/
  background-color: #E8E8E8;
  border: 1px solid transparent;
}

.list-group-item-noPadding {
  padding: 0px 15px;
  border: 0px solid transparent;
  margin-bottom: 0px;
}

.list-group-item-white {
  background-color: #f4f4f4;
}
a.list-group-item-white {
  
}
a.list-group-item-white .list-group-item-heading {
  color: inherit;
}
a.list-group-item-white:hover,
a.list-group-item-white:focus {  
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
}
a.list-group-item-white.active,
a.list-group-item-white.active:hover,
a.list-group-item-white.active:focus {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.list-group-item-white-real-padding {
  padding: 10px 15px;
  list-style-type:none;
}

.list-group-item-white-real {
  background-color: #fff !important;
}

a.list-group-item-white-real {  
}

  a.list-group-item-white-real .list-group-item-heading {
    color: inherit;
  }

  a.list-group-item-white-real:hover,
  a.list-group-item-white-real:focus {    
    background-color: #f4f4f4;
    border-color: rgba(0, 0, 0, 0);
  }

li.list-group-item-white-real:hover,
li.list-group-item-white-real:focus {
  background-color: #f4f4f4 !important;
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0);
}


a.list-group-item-white-real.active,
a.list-group-item-white-real.active:hover,
a.list-group-item-white-real.active:focus {
  background-color: #f4f4f4;
  border-color: rgba(0, 0, 0, 0);
}


.list-group-header {
  color: #135da2;
  background-color: #d6d6d6;
}

.list-group-item-sep {
  border-bottom: 2px solid #000000 !important;
  background-color: #485563;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}


.hidden {
  display: none !important;
  visibility: hidden !important;
}

.dropdown-menu .dropdown-divider {
    border-color: #2b3e50;
}

.dropdown-item-link {
  display: block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.dropdown-item-link:hover {
  text-decoration: none;
}


.card-header-withElements
{
    padding: 5px 15px 10px 15px;
}

.card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.card-info {
  border-color: transparent;
}
.card-info > .card-header {
  color: #fff;
  background-color: var(--bs-info);
  border-color: transparent;
}
.card-info > .card-header + .panel-collapse .card-body {
  border-top-color: transparent;
}
.card-info > .card-footer + .panel-collapse .card-body {
  border-bottom-color: transparent;
}

.card-body-white {
  background-color: #ffffff;
}
/*.card-default > .card-header {
  color: #ffffff;
  background-color: #a0a0a0;
}*/

.btn-toolbar {
  display: block;
}
.btn-toolbar .btn-group {
  margin-left: 2px;
  margin-right: 2px;
}


.list-group-item-flex {
  display: flex;
}

.list-inline > li {
  padding-left: 5px;
  padding-right: 5px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.form-group {
  margin-bottom: 0;
}

.col-form-label {
  font-size: 15px;
  font-weight: 300;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.overviewCounterfontSizeLarge{font-size:40px !important;}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /*width: 375px;*/
  /*min-width: 375px;*/
  width: 100%;
}

.profile-btn {
  min-width: 150px
 }
.searchPanel {
    width:300px;
}

.cadalogZoomRange {
  width: 150px;
}

.cadalogInfoLabel {
  font-size: 15px;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

@media (max-width: 767px) { /*Extra Small xs */
  .container {
    width: 100%;
    max-width: 100%;
  }

  .hidden-xs {
    display: none !important;
  }

  .padding-xs5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .visible-xs {
    display: block !important;
  }

  #rightCol {
    margin-left: 0;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  .xs-padding-top-10 {
    padding-top: 10px;
  }


  .etkaBtn {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .catalogImageMenu {
    min-width: 100px;
  }

  .catalogImageMenu > li > a {
    font-size: 10px;
    padding: 3px 6px !important;
  }

  .panel-header-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .profile-btn {
    min-width: 50px
  }

  .searchPanel {
    width: 200px;
  }

  .cadalogZoomRange {
    width: 100px;
  }

  .cadalogInfoLabel {
    font-size: 11px;
  }
}

@media (min-width: 768px) and (max-width: 961px) { /*Small sm*/
  .hidden-sm {
    display: none !important;
  }

  .padding-sm5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .visible-sm {
    display: block !important;
  }

  #rightCol {
    margin-left: 0;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }


  .overviewCounterfontSizeLarge {
    font-size: 25px !important;
  }

  .catalogImageMenu {
    min-width: 100px;
  }

  .catalogImageMenu > li > a {
    font-size: 10px;
    padding: 5px 10px !important;
  }

  .profile-btn {
    min-width: 50px
  }
  .searchPanel {
    width: 200px;
  }

  .cadalogZoomRange {
    width: 100px;
  }

  .cadalogInfoLabel {
    font-size: 11px;
  }
}

@media (min-width: 962px) and (max-width: 1199px) { /*Medium md*/
  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  .overviewCounterfontSizeLarge {
    font-size: 30px !important;
  }

  .modal-xl-x1 {
    max-width: 60%;
  }

  .modal-xl-x2 {
    max-width: 90%;
  }

  .modal-xl-x3 {
    max-width: 40%;
  }
}

@media (min-width: 1200px) /*Larg lg */
{
  .hidden-lg {
    display: none !important;
  }

  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }

  .modal-xl-x1 {
    max-width: 60%;
  }

  .modal-xl-x2 {
    max-width: 90%;
  }

  .modal-xl-x3 {
    max-width: 40%;
  }
}

/*@media (min-width: 350px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}*/
@media (min-width: 768px) {
  .container {
    width: 750px;
    max-width: 750px;
  }
}
@media (min-width: 962px) {
  .container {
    width: 950px;
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 1170px;
  }
}


.form-switch.form-switch-sm {
  margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}

.form-switch.form-switch-md {
  margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.form-switch.form-switch-md .form-check-label {
  line-height: 2rem;
  padding: 0 10px;
}



.form-switch.form-switch-lg {
  margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.form-switch.form-switch-lg .form-check-label {
  line-height: 2.5rem;
  padding: 0 5px;
}


.form-switch.form-switch-xl {
  margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-xl .form-check-input {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}

.form-switch.form-switch-xl .form-check-label {
  line-height: 3rem;
  padding: 0 5px;
}

.btn-secondary {
  background-color: #EBEBEB;
  border-color: #ADADAD;
  background-color: var(--btn-secondary-background);
  border-color: var(--btn-secondary-border);
  color: var(--btn-secondary-color);
}

.btn-secondary.disabled,
.btn-secondary[disabled] {
  background-color: #EBEBEB;
  border-color: #ADADAD;
  background-color: var(--btn-secondary-background);
  border-color: var(--btn-secondary-border);
  color: var(--btn-secondary-color);
}


/*.btn-secondary:hover,
.btn-secondary {
  background-color: #EBEBEB;
  border-color: #ADADAD;
  background-color: var(--btn-secondary-background);
  border-color: var(--btn-secondary-border);
  color: var(--btn-secondary-color);
}

.btn-secondary.disabled,
.btn-secondary[disabled] {
  background-color: #EBEBEB;
  border-color: #ADADAD;
  background-color: var(--btn-secondary-background);
  border-color: var(--btn-secondary-border);
  color: var(--btn-secondary-color);
}

.btn-primary:hover,
.btn-primary {
  background-color: #135DA2;
  border-color: transparent;
  color: #ffffff;
  background-color: var(--btn-primary-background);
  border-color: var(--btn-primary-border);
  color: var(--btn-primary-color);
}


.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #135DA2;
  border-color: transparent;
  background-color: var(--btn-primary-background);
  border-color: var(--btn-primary-border);
  color: var(--btn-primary-color);
}
*/


.input-group-login {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group-login input {
    border-radius: 0 !important;
}

.collapseBtn {
  color: #ffffff;
  transition: 0.2s;
}

.nav-dark {
  background: #485563;
}

.loggedin {
    border-color: #929292;
    border-style: solid;
    border-width: 0 1px;
    display: inline-block;
    height: 40px;
    padding: 0px;
}
.menuFa {
    font-size: 18px;
}
.takePhoto a {
    background: #ffb400;
    border-color: #929292;
    border-style: solid;
    border-width: 0 1px;
}
.newProcess a {
    background: #ebebeb;
    border-color: #929292;
    border-style: solid;
    border-width: 0 1px;
    border-left: 1px solid #929292;
}
.btn-noround{
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}


.btn-mobile-user:hover {
  background-color: #3d4954;
  color: #ffffff;
}

.btn-mobile-user {
  color: #ffffff;
  background-color: #485563;
  height: 40px;
  border: 0;
}

#sidebar .nav-item.active {
  	background: #EDEDED;
}
#sidebar li.active a {
  	color: #315E88;
      box-shadow: none;
}
#leftCol {
   /* position: absolute;    */
}


.content_wrapper {
    background: none repeat scroll 0 0 #EDEDED;
    border-radius: 4px;
    padding: 15px 30px 30px;
    min-height: 725px;
}

.content_wrapper.topMargin {
  margin-top: 30px;
}


.content_wrapper_setup {
  background: #EDEDED;
  border-radius: 4px;
  padding: 15px 30px 30px;  
  overflow: auto;
  width: 100%;
  height: 100%;
}

.content_wrapper_setup.topMargin {
  margin-top: 50px;
}


.topMenuBar
{
    background: #485563;
    text-align:center;
    color:#fff;
}
.topMenuBar #PhotoUploadStatus, .topMenuBar #WaitDiv
{
    display:inline-block;
    margin: 4px;
}
.bottomMenuBar
{
    background: #d7d7d7;
}
.stats {
    color: #485563;
}
.stats p {
    padding: 5px;
    margin: 0;
}

.nav-stacked > li {
    color:#444 ;
    font-size: 14px;
    margin: 7px 0;
    padding: 15px;
    font-weight: 700;
}
.nav-stacked li i.fa {
    font-size: 24px;
}

.nav-stacked .nav-item {
    float: none;
    background: none repeat scroll 0 0 #BFBFBF;
    border-radius: 2px 0 0 2px;
    margin-bottom: 5px;
    width: 115px;
}
.nav-stacked > li + li {
  margin-top: 2px !important;
  margin-left: 0 !important;
}

.sideMenuButtons {
  margin-right: -16px;
  margin-left: -16px;
}

.topMenuButtons {
    margin-left: 10px;    
    margin-top: 40px;    
}
.topMenuButtons .btn {
    margin: 5px 5px 0 0;
    font-size: 11px;
    border-radius: 5px 5px 0 0;
    background: #BFBFBF;
}
.topMenuButtons .btn.active {
    box-shadow: none;
    color: #315E88;
    background: #ededed;
}
.topMenuButtons .btn:hover {
    color: #333;
    background: #efefef;
}
.topMenuButtons .btn i.fa {
    font-size: 25px;
    margin-bottom: 3px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ffffff !important;
    background-color: #007bff !important;
}

.combo-container
  {
    position: relative; 
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; 
    margin-bottom: 0;
  }


/*.bootstrap-datetimepicker-widget .collapse {
  display: block!important;
}
*/

.alert-list {
  margin: 0;
}

.btn-xs {
  --bs-btn-padding-y: .2rem;
  --bs-btn-padding-x: .4rem;
  --bs-btn-font-size: .7rem
}
/*
table > thead > tr > th,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tbody > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > th,
table > thead > tr > td,
.table > thead > tr > td,
table > tbody > tr > td,
.table > tbody > tr > td,
table > tfoot > tr > td,
.table > tfoot > tr > td {  
  border-color: #CECECE;
  background-color:#E8E8E8;
}
*/

.footer-link {
  text-align: center;
  font-size: 13px;
  color: #135DA2 !important;
  text-decoration: none;
  cursor: pointer;
}

.btn-circle {
  width: 40px;
  height: 30px;
  /*text-align: center;*/
  /*padding: 6px; */
  /*font-size: 12px;*/
  /*line-height: 1.428571429;*/
  border-radius: 30px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 0; 
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 0; 
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}


.table-gray,
.table-gray tr,
.table-gray th,
.table-gray td {
  /*background-color: #E8E8E8;*/
}

.table-options td {
  padding: .1rem .5rem;
}


.select2-container--bootstrap-5 .select2-selection {
  border-radius: var(--bs-border-radius);
}

/* Hide the selected item 
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    display: none;
}
*/
.divtoBlink {
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.divBlinkColor {
  color: #FFFFFF;
  background-color: #357EC7;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
  filter: invert(100%);
  max-height: calc(100% - 40px);
}



/* Timeline container */
.timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 0;
}

/* Connecting line */
.timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 3px;
  background: linear-gradient(to right, #00c6ff, #0072ff);
  z-index: 1;
}

/* Active event styles */
.timeline-event {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  text-align: center;
}

.timeline-event .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 1.5rem;
}

/* Active circle with gradient */
.timeline-event.active .circle {
  background: linear-gradient(to bottom, #0072ff, #00c6ff);
}

/* Disabled event styles */
.timeline-event.disabled .circle {
  background: #ccc;
  color: #666;
  box-shadow: none;
  cursor: not-allowed;
}

.timeline-event.disabled .title,
.timeline-event.disabled .date {
  color: #999;
}

/* Hover effect for active circles */
.timeline-event.active .circle:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Title and date styles */
.timeline-event .title {
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

.timeline-event .date {
  margin-top: 5px;
  font-size: 0.9rem;
  color: #666;
}

.progress-animated {
  background-color: rgb(193, 211, 248);
  height: 0.5rem;
  border-radius: 3px;
  width: 400px;
}

.progress-bar-animated {
  animation: progress-bar-stripes 10s linear infinite, progress-bar-fill 20s linear infinite;
  background-color: rgb(27, 48, 245);
  height: 0.5rem;
  border-radius: 3px;
}

@keyframes progress-bar-fill {
  0% { width: 0; }
  50% { width: 80%; }
  100% { width: 100%; }
}

.images-gallery {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.images-gallery-item {
  display: flex;
  flex-direction: column;
  width: 200px;
  height: 200px;
  border: solid lightblue 1px;
  border-radius: 10px;
  padding: 5px;
  cursor: pointer;
  position: relative;
}

.images-gallery-item-recommended {
  width: 350px;
  height: 350px;
}


.images-gallery-item img{
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.images-gallery-item i{
  position: absolute;
  top: 10px;
  left: 10px;
}

.images-gallery-item span{
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 11px;
  opacity: 0;
  padding: 5px;
}

.images-gallery-item:hover span{
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.source-images {
  display: flex;
  padding: 0.375rem 0.5rem;
  gap: 0.25rem;
  position: relative;
  top: auto;
  left: auto;
  background-color: transparent;
}

.source-image-container {
  background-color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.source-image-container img{
  width: 16px;
  height: 16px;
}


.probability {
  display: flex;
  padding: 0 5px;
  gap: 0.25rem;
  width: 100%;
}


.probability-cell {
  border-radius: 8px;
  background-color: rgb(27, 48, 245);
  width: 33%;
  height: 0.6875rem;
}

.probability-cell-sm {
  border-radius: 8px;
  background-color: rgb(27, 48, 245);
  width: 25%;
  height: 0.5rem;
}


.probability-cell.empty {
  background-color: rgb(193, 211, 248);
}

.catalog-action-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}

.recommended-cell {
  border: 1px solid rgb(27, 48, 245);
  border-radius: 4px;
}


.bar-green {
  background-color: rgb(61, 189, 174);
}
.bar-green-light {
  background-color: rgb(150, 220, 186);
}
.bar-green-orang {
  background-color: rgb(244, 144, 144);
}
.bar-green-red {
  background-color: rgb(246, 122, 166);
}

.rank-green {
  color: rgb(61, 189, 174);
}
.rank-green-light {
  color: rgb(150, 220, 186);
}
.rank-green-orang {
  color: rgb(244, 144, 144);
}
.rank-green-red {
  color: rgb(246, 122, 166);
}

.tooltip-inner-auto-width {
  max-width: max-content;
  background-color: #ffffff;
  padding: 0;
}


.image-container {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  /*background-color: #fff;*/
}

.image-viewport {
  position: absolute;
  transform-origin: center;
  transition: transform 0.3s ease;
}

.diagram-image {
  height: 600px;
  width: auto; /* Maintains aspect ratio */
  display: block;
  border-radius: 30px;
}

.circle-marker {
  position: absolute;
  /*width: 50px;*/ /* 25px radius * 2 */
  /*height: 50px;*/
  border-radius: 50%;
  border: 1px solid blue;
  background-color: greenyellow;
  opacity: 0.6;
  pointer-events: none;
  z-index: 10;
  transform: translate(-50%, -50%); /* Center the circle on its position */
  box-shadow: 0 0 0 2px white; /* Add white outline for better visibility */
}






/*---------------------------------*/
.cad-map-wrapper {
  width: 400px;
  height: 600px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  cursor: grab;
}

.cad-map-container {
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0;
}

.cad-map-image {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.cad-marker {
  position: absolute;
  border: 2px solid red;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.4);
  transform: translate(-50%, -50%);
}

.cad-tooltip {
  position: absolute;
  background: black;
  color: white;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  display: none;
  pointer-events: none;
}

.categoryRow {
  background-color: #ffffff;
}
.categoryRow:hover, .categoryRow.active
{
  background-color: var(--btn-primary-background);
  border-color: var(--btn-primary-border);
  color: var(--btn-primary-color);
}


.subCategoryRow {

}
.categoryImageContainer {
  width: 60px;
  height: 60px;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.categoryImage {
  max-height: 100%;
}